@charset "utf-8";
/* CSS Document */
.wapper-content {
    margin-bottom: 75px;
}
.main-sec-body {
    background-color: #f7f7f7;
    padding: 15px;
}
.start-sec {
    background-color: #fff;
    padding: 30px;
}
.cust-table thead {
    background-color: #0399ea;
    color: #fff;
}
.cust-table thead td {
    padding: 5px 10px 9px;
}
.cust-table tbody p {
    margin-bottom: 0px;
}
.rating {
    padding-left: 0px;
    margin-bottom: 5px;
}
.rating .star {
    color: #7f3877;
}
.rating .grey-star {
    color: #9E9E9E;
}
.rating li {
    margin-right: 1px !important;
}
.cust-table h4 {
    margin-bottom: 5px;
}
.btn-yellow-reg {
    background: #ffb403;
    color: #7f3877;
    padding: 11px 20px 11px;
    border-radius: 5px;
    font-size: 14px;
}
.btn-yellow-reg:hover {
    background: #F1AB04;
    color: #7f3877;
    text-decoration: none;
}
.btn-yellow-reg i {
    margin-left: 12px;
}
.tbl-btn {
    text-align: right;
    margin-bottom: 25px;
}
.count a {
    background-color: #7f3877 !important;
    color: #fff;
    border-radius: 5px;
}
.count a:hover {
    background-color: #7f3877 !important;
    color: #fff;
}
.count a:focus {
    box-shadow: none;
}
.arrow a {
    border: none;
    color: #808080;
}
.cust-tab.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #0399ea;
    color: #fff;
    border-radius: 0px;
}
.cust-tab.nav-pills .nav-link {
    padding: 12px 10px 12px;
    color: #000;
    border: 1px solid #494949;
    border-radius: 0px;
    text-transform: uppercase;
}
.cust-tab {
    border: 0px solid #494949;
}
.new-book-box {
    border: 1px solid #c9c9c9;
    overflow: hidden;
    margin-bottom: 30px;
}
.new-book-head {
    background-color: #f6f6f6;
    padding: 10px;
    border-bottom: 1px solid #c9c9c9;
}
.new-book-head h5 {
    color: #7f3877;
    margin-bottom: 5px;
}
.new-book-head p {
    margin-bottom: 0px;
    font-size: 14px;
}
.new-book-head h4 {
    text-align: right;
    margin-top: 12px;
}
.tab-pane {
    padding-top: 40px;
}
.new-book-box a {
    background-color: #ffb403;
    color: #7f3877;
    text-align: center;
    display: block;
    padding: 5px 10px 8px;
}
.new-book-box a:hover {
    text-decoration: none;
    background-color: #F1A900;
    color: #7f3877;
}
.new-book-box i {
    margin-right: 7px;
}
.new-book-body .star i {
    margin-right: 0px;
    font-size: 12px;
}
.new-book-body .grey-star i {
    margin-right: 0px;
    font-size: 12px;
}
.new-book-body h4 {
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 6px;
}
.active-agent {
    text-align: center;
    border: 1px solid #c9c9c9;
    position: relative;
    margin-bottom: 30px;
}
.active-agent .star i {
    margin-right: 0px;
    font-size: 12px;
}
.active-agent .grey-star i {
    margin-right: 0px;
    font-size: 12px;
}
.active-agent a {
    background-color: #ffb403;
    color: #7f3877;
    text-align: center;
    display: block;
    padding: 5px 10px 8px;
}
.active-agent a:hover {
    text-decoration: none;
    background-color: #F1A900;
    color: #7f3877;
}
.active-agent h4 {
    margin-top: 10px;
    font-size: 24px;
    margin-bottom: 3px;
}
.active-agent p {
    font-size: 14px;
}
.active-agent img {
    width: 35%;
    margin-top: 20px;
}
.active-agent .heart {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
}
.active-agent .heart-grey {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #808080;
}
.active-agent .active {
    color: #7f3877;
}
.pend-order {
    border: 1px solid #c9c9c9;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.pend-order img {
    margin: 20px;
}
.pend-order .grey-title {
    background-color: #f3f4ec;
    text-align: center;
    padding: 10px 15px;
}
.pend-order h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
.pend-order .order-qty {
    background-color: #0399ea;
    color: #fff;
    padding: 2px 12px 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
}
.btn-yellow-square {
    background-color: #ffb403;
    color: #7f3877;
    padding: 7px 11px 6px;
    border-radius: 3px;
    margin-bottom: 2px;
    display: inline-block;
}
.btn-yellow-square:hover {
    background-color: #F1AB04;
    color: #7f3877;
    text-decoration: none;
}
.btn-blue-square {
    background-color: #0399ea;
    color: #fff;
    padding: 7px 10px 6px;
    border-radius: 3px;
    margin-bottom: 2px;
    display: inline-block;
}
.btn-blue-square:hover {
    background-color: #0399ea;
    color: #fff;
    text-decoration: none;
}
.manage-address {
    border-top: 1px solid #dddbdb;
    margin-bottom: 0px;
}
.manage-address .ul-right {
    float: right;
    margin-top: 10px;
}
.manage-address .ma {
    padding: 15px;
}
.manage-address h4 {
    margin-bottom: 3px;
    font-size: 20px;
    color: black;
}
.manage-address p {
    margin-bottom: 5px;
    font-size: 14px;
}
.booking-secbox {
    border: 1px solid #d2d2d2;
    padding: 15px 20px;
    min-height: 330px;
    font-size: 14px;
}
.booking-secbox p {
    margin-top: 5px;
}
.booking-secbox h4 {
    color: #000;
}
.underprogress {
    background-color: #05a600;
    color: #fff;
    padding: 1px 7px 3px;
    margin-top: 6px;
    display: inline-block;
    margin-left: 8px;
    border-radius: 4px;
}
.btn-bookedit {
    border: 1px solid #7f3877;
    color: #7f3877;
    display: inline-block;
}
.btn-bookedit:hover {
    text-decoration: none;
    color: #7f3877;
}
.btn-bookedit i {
    background-color: #0399ea;
    color: #fff;
    padding: 8px;
}
.btn-bookedit span {
    padding: 3px 7px;
    display: inline-block;
}
.editbtn-right {
    float: right;
}
.booking-secbox .booking-ttl {
    color: #7f3877;
}
.bg-grey {
    background-color: #f9f9f9;
}
.btn-red-reg {
    background: #dd0001 !Important;
    color: #fff !Important;
    font-size: 14px !important;
    border: solid 1px #dd0001;
    cursor: pointer;
    justify-content: center;
    padding: 10px 20px;
    line-height: 18px;
    border-radius: 5px;
}
.btn-red-reg:hover {
    background: #bf0001;
    color: #fff;
    text-decoration: none;
}
.btn-green-reg {
    /*background: #0b9305;
    color: #fff;
    padding: 7px 15px 10px;
    border-radius: 5px;*/
    background: #0b9305 !Important;
    color: #fff !Important;
    font-size: 14px !important;
    /*border: solid 1px #ffb403;*/
    cursor: pointer;
    justify-content: center;
    padding: 10px 20px;
    line-height: 18px;
    border-radius: 5px;
}
.btn-green-reg:hover {
    background: #046400;
    color: #fff;
    text-decoration: none;
}
.bid-box {
    box-shadow: 0px 0px 20.24px 2.76px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.bid-price {
    color: #7f3877;
    text-align: right;
    margin-top: 15px;
}
.yellowstar {
    color: #f6bb42;
}
.greystar {
    color: #BCBCBC;
}
.ratbid {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ratbid i {
    font-size: 14px;
}
.ratbid li {
    margin-right: 0px !important;
}
.bid-head {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.bid-body {
    padding: 15px;
    overflow: hidden;
}
.bid-body p {
    font-size: 14px;
}
.btn-bidnow {
    background-color: #ffb403;
    color: #7f3877;
    padding: 10px 45px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    float: right;
}
.btn-bidnow i {
    margin-left: 10px;
}
.btn-bidnow:hover {
    text-decoration: none;
    color: #7f3877;
    background-color: #F1AB04;
}
.skill-tag {
    padding-left: 0px;
}
.skill-tag a {
    border: 1px solid #b8b7b7;
    padding: 7px 20px;
    color: #333;
}
.skill-tag a:hover {
    color: #333;
    background-color: #f7f7f7;
    text-decoration: none;
}
.skillttl {
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}
.bid-popup .modal-header {
    background-color: #0399ea;
    padding: 5px 17px 10px;
    color: #fff;
}
.bid-popup h3 {
    font-size: 20px;
}
.bid-popup .modal-header span {
    color: #fff;
}
.formgen .form-control {
    border-radius: 0px;
    border: 1px solid #ddd;
}
.formgen .form-control:focus {
    box-shadow: none;
    border-color: #bfbaba;
}
.ceborder {
    border: 1px solid #c9c9c9;
    padding: 15px;
    min-height: 300px;
}
.ceborder h4 {
    font-size: 20px;
    color: #7f3877;
}
.ceborder i {
    color: #7f3877;
    margin-right: 7px;
    font-size: 14px;
}
.ceborder p {
    margin-bottom: 8px;
    font-size: 16px;
}
.ceborder label {
    font-size: 14px;
    color: #000;
}
.cust-table td {
    font-size: 16px;
}
.ceborder b {
    color: #000;
}
.empborder {
    border: 1px solid #d0d0d0;
}
.drop-circle {
    margin-right: 3px;
    background-color: #0399ea;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    float: left;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.btn-projectinfo {
    background: #ffb403 !Important;
    color: #7f3877 !Important;
    font-size: 14px !important;
    border: solid 1px #ffb403;
    cursor: pointer;
    justify-content: center;
    padding: 8px 10px;
    line-height: 18px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 5px;
}
.btn-projectinfo:hover {
    background: #eea802 !Important;
}
.dxbButton_DevEx div.dxb {
    padding: 0px !important;
}
.dropsub-circle {
    width: 40px !important;
    margin-right: 8px;
    float: left;
    height: 40px;
    background-color: #ae4fa4;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: bold;
}
.bookdet .booking-secbox {
    min-height: 445px;
}
.dxpLite_Office365:not(.dxpLiteDisabled_Office365) .dxp-current.dxp-num:hover {
    background-color: #ffb403;
}
.dxpLite_Office365 .dxp-current {
    background-color: #ffb403;
    color: #7f3877;
    text-decoration: none;
}
.dxpLite_Office365 .dxp-button:not(.dxp-disabledButton):hover {
    background-color: #ffb403;
}
.dxgvEditFormDisplayRow_Office365 td.dxgv, .dxgvDetailCell_Office365 td.dxgv, .dxgvDataRow_Office365 td.dxgv, .dxgvDetailRow_Office365.dxgvADR td.dxgvAIC {
    padding: 1px 10px 5px;
}
.cmpyempview .ceborder {
    min-height: 340px;
}
.companyview .ceborder {
    min-height: 425px;
}
.cust-table thead td {
    padding: 5px 10px 6px;
}
.dxpcLite_DevEx .dxpc-header, .dxdpLite_DevEx .dxpc-header {
    color: #fff;
    background: #0399ea !important;
    border-bottom: 1px solid #a8aab4;
    padding: 8px 15px 8px 15px !important;
}
.dxgvControl_Office365 a {
    color: #F87C1D;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    text-align: center;
}
.dxgvControl_Office365 a:hover {
    text-decoration: none;
}
.popupwidth {
    width: 500px !important;
}
.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 10%;
}
.bookingbox-sec {
    border: 1px solid #808080;
    margin-bottom: 30px;
}
.bookingbox-sec h4 {
    color: #7f3877;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}
.bookingbox-sec p {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.bookingbox-sec .head {
    background-color: #f6f6f6;
    padding: 10px 15px;
    min-height: 118px;
}
.bookingbox-sec .price {
    text-align: right;
    font-weight: 500;
    font-size: 22px;
    color: #000;
}
.bookingbox-sec .foot a {
    display: block;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 3px;
}
.bookingboxbody {
    padding: 30px 20px;
    min-height: 100px;
}
.ratbooking .yellow {
    color: #7f3877;
}
.ratbooking .grey {
    color: #C3C3C3;
}
.ratbooking li {
    padding: 0px;
}
.btn-new-yellow {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f6b62f;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    text-align: center;
}
.btn-new-yellow:hover {
    color: #000;
    box-shadow: none;
    text-decoration: none;
}
.bookingnoid {
    background-color: #0399ea;
    color: #fff;
    width: auto;
    display: block;
    height: 25px;
    text-align: center;
    /* border-radius: 50%;*/
    padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
    font-size: 15px;
}
.bid-head {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.bid-head p {
    color: #000;
    font-size: 14px;
}
.bid-head .bidttl {
    color: #7f3877;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.bid-body {
    padding: 15px 20px;
    color: #000;
}
.btn-bidnow {
    background-color: #ffb403;
    color: #7f3877;
    padding: 10px 45px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 25px;
    text-align: center;
    float: right;
}
.innerbidsec {
    padding-left: 90px;
}
.btn-bidnow i {
    margin-left: 10px;
}
.btn-bidnow:hover {
    text-decoration: none;
    color: #7f3877;
    background-color: #F1AB04;
}
.skill-tag {
    padding-left: 0px;
}
.skill-tag span {
    border: 1px solid #b8b7b7;
    padding: 7px 20px;
    color: #333;
}
.skill-tag a:hover {
    color: #333;
    background-color: #f7f7f7;
    text-decoration: none;
}
.skillttl {
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}
.bid-popup .modal-header {
    background-color: #0399ea;
    padding: 5px 17px 10px;
    color: #fff;
}
.bid-popup h3 {
    font-size: 20px;
}
.bid-popup .modal-header span {
    color: #fff;
}
.formgen .form-control {
    border-radius: 0px;
    border: 1px solid #ddd;
}
.formgen .form-control:focus {
    box-shadow: none;
    border-color: #bfbaba;
}
.searchsecbid {
    margin-bottom: 15px;
}
.searchsecbid .btn-yellow-reg {
    display: inline-block;
    margin-top: 0px;
    padding: 6px 15px 7px;
}
.searchsecbid .form-control:focus {
    box-shadow: none;
}
.pubunpublbl {
    float: right;
    color: #fff;
    font-size: 15px;
    background-color: green;
    padding: 1px 5px;
    border-radius: 3px;
}
.bidaccpt {
    padding: 15px;
    border-radius: 3px;
    overflow: hidden;
    border-left: 4px solid green;
    width: 55%;
    margin: auto;
    background-color: #f3f3f3;
}
.popupttl {
    margin-bottom: 15px;
    text-align: center;
    font-size: 28px;
}
.popupttl span {
    color: #7f3877;
    border-bottom: 1px solid #7f3877;
}
.advancepaysec .bg-grey {
    background-color: #f7f7f7;
    width: 50%;
}
.advancepaysec td {
    color: #000;
    padding-left: 15px !important;
}
.advancepaysec .pricelbl {
    color: #7f3877;
    text-align: right;
    font-size: 18px;
}
.advancepayfirstbox {
    background-color: #fdf2fd;
    padding: 15px 20px;
    border-radius: 7px;
}
.advancepayfirstbox p {
    margin-bottom: 0px;
}
.secusec {
    background-color: #fffccb;
    padding: 8px 20px;
    border-radius: 7px;
}
.secusec .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
}
.secusec p {
    margin-bottom: 0px;
}
.btn-new-yellow {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f6b62f;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}
.paybtnsec {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 25px;
}
.selectpayment label {
    color: #000;
}
.selectpayment h4 {
    text-align: right;
    color: #7f3877;
    font-size: 20px;
}
.lnk-download {
    color: #7f3877;
    font-size: 14px;
    font-weight: bold;
}
.bidaccpt span {
    font-size: 16px;
}
.dashbox {
    background-color: #ffb403;
    border-left: 5px solid #7f3877;
    border-radius: 5px;
    padding: 12px 17px;
    min-height: 120px;
    color: #000;
    position: relative;
}
.dashbox h4 {
    font-size: 35px;
}
.dashbox p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
}
.dashbox img {
    margin-top: 20px;
    position: absolute;
    right: 7%;
    opacity: 0.7;
    width: 15%;
}
.companydashjobbox {
    border: 1px solid #ddd;
    padding: 15px;
}
.companydashttl {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
}
.companydashsubttl {
    background-color: #0399ea;
    height: 1px;
    width: 100px;
}
.companylink {
    color: #000;
    float: right;
    margin-top: 5px;
}
.companylink span {
    border-bottom: 1px solid #000;
}
.companylink:hover {
    text-decoration: none;
    color: #7f3877;
}
.companydashttlbox {
    color: #000;
    margin-bottom: 15px;
}
.bookingbox-sec {
    border: 1px solid #808080;
    margin-bottom: 30px;
}
.bookingbox-sec h4 {
    color: #7f3877;
    font-size: 18px;
    font-weight: 400;
}
.bookingbox-sec p {
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #000;
}
.bookingbox-sec .head {
    background-color: #f6f6f6;
    padding: 10px 15px;
}
.bookingbox-sec .price {
    text-align: right;
    font-weight: 500;
    font-size: 25px;
    margin-top: 11px;
    color: #000;
}
.bookingbox-sec .foot a {
    display: block;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.bookingboxbody {
    padding: 20px;
}
.bookingboxbody i {
    margin-right: 8px;
}
.btn-new-yellow {
    font-family: 'Josefin Sans', sans-serif;
    background-color: #f6b62f;
    color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0px 4px 14px 6px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
}
.header-menu-top a {
    margin-top: -4px;
    display: inline-block;
}
.cap .skill-tag {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.cap .skill-tag li {
    margin-bottom: 10px;
}
.cap .skill-tag span {
    border: 1px solid #b8b7b7;
    padding: 2px 10px;
    color: #333;
    display: block;
    font-size: 13px;
}
.cap .bookingbox-sec .price {
    margin-top: 0px;
}
.cap .skill-tag {
    min-height: 72px;
}
.custmerdahbox .dashbox {
    min-height: auto;
}
.custmerdahbox .dashbox img {
    margin-top: 0px;
}
.custmerdahbox .dashbox {
    padding: 25px 17px;
}
.cptbl .bgrey {
    background-color: #f7f7f7;
    width: 50%;
}
.disputname {
    margin-left: -3px;
    color: #7a2e71;
    font-size: 25px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}
.diputcommentbox .bookingbox-sec {
    border: 1px solid #ddd;
}
.disputright {
    padding: 0px 10px;
}
.disputright ul {
    margin-bottom: 0px;
}
.disputright li {
    border-bottom: 1px solid #ddd;
    padding: 9px 0px 12px;
    font-weight: 600;
}
.disputright li:last-child {
    border-bottom: none;
}
.disputright span {
    float: right;
    font-weight: 400;
}
.solutionsuggest {
    padding: 15px;
}
.solutionsuggest .form-control {
    border-radius: 0px;
}
.solutionsuggest .form-control:focus {
    box-shadow: none;
}
.dashboard-menu .active {
    text-decoration: none;
    background-color: #ffb403;
    color: #84387b;
}
.loginli.list-inline > li {
    padding-right: 0px;
}
.wallsec {
    padding-bottom: 15px;
}
.wallsec .btn-yellow-reg {
    margin-top: 20px;
    border-radius: 3px;
    display: block;
    text-align: center;
}
.wallet-bal h4 {
    color: #7a2e71;
    font-size: 55px;
    margin-bottom: 0px;
}
.wallet-bal p {
    color: #7a2e71;
}
.addmoney-sec {
    background-color: #fffaef;
    padding: 20px;
    margin: 0px -30px;
    display: flex;
    flex-wrap: wrap;
}
.addmoney-sec .form-control {
    border-radius: 0px;
    padding-bottom: 10px;
}
.addmoney-sec .form-control:focus {
    box-shadow: none;
}
.addmoney-sec .btn-yellow-reg {
    margin-top: 1px;
    border-radius: 3px;
    display: block;
    text-align: center;
}
.trnstbl h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 10px;
}
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 transparent;
    border: 4px solid transparent;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}
.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 transparent;
    border: 4px solid transparent;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}
.media-carousel .carousel-indicators .active {
    background: #333333;
}
.media-carousel img {
    width: 250px;
    height: 100px
}
#media .carousel-control.left {
    left: 0px !important;
    margin-top: 45px !important;
}
#media .carousel-control.right {
    right: 0px !important;
    margin-top: 45px !important;
}
#media .carousel-inner a {
    padding: 15px;
}
.time a {
    padding: 10px 15px;
}
.ttl-main-two {
    color: #7f3877;
    font-size: 18px !important;
    margin-bottom: 20px;
}
.ttl-main-two h4 {
    font-size: 20px;
    font-weight: 500;
    color: #7f3877;
}
#media .carousel-control.left {
    margin-left: 0px;
}
#media .carousel-control.right {
    margin-right: 0px;
}
#media .carousel-control.left, .carousel-control.right {
    top: -40%;
    color: #808080;
    font-size: 45px;
}
.selectdate {
    background: #ffb403 !Important;
    color: #7f3877 !Important;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.time a {
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
    display: block;
    text-align: center;
    border-radius: 3px;
    color: #000;
}
.removeuploadimgborder img {
    border: 2px solid transparent !important;
}
.selcustdet {
    background-color: #ffbb1b;
    width: 100%;
    padding: 30px;
    text-align: center;
}
.selcustdet h3 {
    text-decoration: underline;
    font-size: 24px;
}
.selcustdet h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contactinfo {
    margin-bottom: 0px;
}
.contactinfo li {
    list-style: none;
    font-size: 14px;
    margin-top: 10px;
}
.selcustdet img {
    width: 35%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.selcustdetbtmwhitesec {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}
.selcustdetbtmwhitesec p {
    margin-bottom: 0px;
}
.relttl h3 {
    text-decoration: underline;
    text-align: center;
    padding-bottom: 30px;
}
.selcustdetbtmwhitesec .media h4 {
    font-size: 18px;
    padding-top: 8px;
}
.tickdet {
    border: 1px solid #dedede;
    padding: 20px;
}
.tickdet .ttl {
    margin-bottom: 20px;
}
@media (min-width: 1450px) and (max-width: 1920px) {
    .dashbox img {
        width: 10%;
    }
}
@media (min-width: 1600px) and (max-width: 1920px) {
    .dashbox img {
        width: 10%;
    }
}
.btn-approve {
    background-color: #ffb403;
    color: #7f3877;
    border: none;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}
.btn-Reject {
    background-color: #0399ea;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}
.lblAdd {
    text-transform: capitalize;
}
.title-line {
    width: 100%;
    height: 2px;
    background-color: #d0d0d0;
    position: relative;
}
.sub-title-line {
    width: 200px;
    height: 2px;
    background-color: #0399ea;
    position: absolute;
    top: 0px;
    left: 0px;
}

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0 !important;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 10%;
}
/************************************* edit 10 jan 2020/*******************************************/
.dxpcLite_Material .dxpc-mainDiv.dxpc-shadow {
    -moz-box-shadow: none;
     -webkit-box-shadow:none; 
     box-shadow: none; 
}
.dxgvSearchPanel_Material .dxeButtonEdit_Material {
    box-shadow: none !important;
}

.dxgvCSD {
    box-shadow: none !important;
}
.dxgvPagerBottomPanel_Material {
    box-shadow: none;
}

#ctl00_ctl00_MainPane_Content_ContentPlaceHolder1_updatepanel2 > table:nth-child(1) > tbody > tr:nth-child(5) > td:nth-child(1) > div.dvLabel {
    top: -7px;
    position: relative;
}
#ctl00_ctl00_MainPane_Content_ContentPlaceHolder1_ddlAddressRuralUrban {
    position: relative;
    top: -6px;
	height: 42px !important;
}

.dxgvControl_Material .dxgvFSDC, .dxgvControl_Material .dxgvHSDC {
    box-shadow: none;
}
ul.dropdown-menu.notifications.show {
    top: 4px !important;
}

.drop-foot {
    background-color: #000000 !important;
	    float: left;
    width: 100%;
	padding-bottom: 10px !important;
}
#ctl00_ctl00_HeaderPane1_hyp {
    background: #ffbc01;
    padding: 7px 15px;
    border-radius: 17px;
    color: #000 !important;
}
#ctl00_ctl00_HeaderPane1_hyp:hover { background:#007bff; text-decoration: none; color:#fff !important;}

/* BEGIN ADMIN THEME (merged from AdminTheme.css + AdminLogin.css) */
/* New admin layout only. Old Admin/css rules above are left unchanged. */

.wapper-content {
    --pd-ad-ink: #163247;
    --pd-ad-muted: #5b6b7a;
    --pd-ad-line: #e4ecf2;
    --pd-ad-card: #ffffff;
    --pd-ad-blue: #0399ea;
    --pd-ad-blue-2: #0284cc;
    --pd-ad-yellow: #fec421;
    --pd-ad-header: #0399ea;
    --pd-ad-header-2: #0284cc;
    --pd-ad-accent: #fec421;
    width: calc(100% - 225px) !important;
    max-width: calc(100% - 225px) !important;
    min-width: 0 !important;
    min-height: calc(100vh - 64px);
    margin-bottom: 0 !important;
    box-sizing: border-box;
    padding: 16px 18px 16px;
    background: #f5f9fc;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    overflow-x: hidden;
}

.wapper-content > * {
    min-width: 0 !important;
    max-width: 100%;
}

.ContentPlaceHolder1Pane,
#ContentPlaceHolder1View {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

#sidebar {
    overflow-y: auto !important;
    top: 64px !important;
    height: calc(100vh - 64px) !important;
}

.wapper-content .page-ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 16px;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, var(--pd-ad-blue) 0%, var(--pd-ad-blue-2) 100%);
    color: #fff;
    border-radius: 14px;
    border-bottom: 4px solid var(--pd-ad-yellow);
    box-shadow: 0 10px 24px rgba(3, 153, 234, 0.16);
}

.wapper-content .page-ttl h4 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 650;
    letter-spacing: 0.2px;
    text-transform: none;
    line-height: 1.3;
}

.wapper-content .page-ttl h4 i,
.wapper-content .page-ttl h4 .fa,
.wapper-content .page-ttl h4 .fas,
.wapper-content .page-ttl h4 img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--pd-ad-yellow);
    font-size: 18px;
    color: #163247;
    object-fit: contain;
    flex-shrink: 0;
}

.wapper-content .page-ttl p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 8px 14px;
    color: #163247;
    font-size: 12px;
    background: var(--pd-ad-yellow);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 999px;
    white-space: nowrap;
}

.wapper-content .page-ttl p a,
.wapper-content .page-ttl p a:hover {
    color: #163247;
    text-decoration: underline;
}

.wapper-content > h2.main_title {
    display: flex;
    align-items: center;
    width: 100%;
    float: none;
    margin: 0 0 16px 0;
    padding: 18px 22px;
    background: linear-gradient(135deg, var(--pd-ad-blue) 0%, var(--pd-ad-blue-2) 100%);
    color: #fff;
    border-radius: 14px;
    border-bottom: 4px solid var(--pd-ad-yellow);
    font-size: 22px;
    font-weight: 650;
    box-shadow: 0 10px 24px rgba(3, 153, 234, 0.16);
}

.wapper-content > .dvBack {
    float: none;
    margin: -8px 0 16px 4px;
}

.wapper-content > .dvBack a {
    color: var(--pd-ad-header);
    font-weight: 600;
}

.wapper-content .table_content,
.wapper-content .mainwhite-box,
.wapper-content .white-box,
.wapper-content .company-form-sec {
    width: 100%;
    max-width: 100%;
    min-width: 0 !important;
    background: var(--pd-ad-card);
    border: 1px solid var(--pd-ad-line);
    border-radius: 14px;
    padding: 16px 18px 18px;
    box-shadow: 0 8px 20px rgba(22, 50, 71, 0.04);
    overflow: visible !important;
    min-height: 0 !important;
    height: auto !important;
    float: none;
}

.wapper-content > .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.wapper-content .tblMain {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed;
    border: 0;
    margin: 0;
    overflow: visible !important;
}

.wapper-content .tblMain > tbody > tr.rowstyle > .cellstyle {
    vertical-align: top;
    height: auto;
    padding: 6px 10px 10px 0;
    overflow: visible !important;
    max-width: none;
}

.wapper-content .tblMain .cellstyle[colspan="2"],
.wapper-content .tblMain .cellstyle[colspan="3"],
.wapper-content .tblMain .cellstyle[colspan="1"] {
    width: 100%;
}

.wapper-content .tblMain tr.rowstyle > .cellstyle:empty {
    padding: 0;
    height: 0;
}

.wapper-content .dvLabel {
    width: 100%;
    float: none;
    line-height: 1.4;
    margin-bottom: 4px;
    color: var(--pd-ad-ink);
}

.wapper-content .dvControl,
.wapper-content .dvSingleControl {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none;
}

.wapper-content .txtMain,
.wapper-content .ddlMain,
.wapper-content .form-control,
.wapper-content .dvControl select,
.wapper-content .dvSingleControl .txtMain {
    width: 100% !important;
    max-width: 100%;
    min-width: 0 !important;
    height: auto;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #d7e2e9 !important;
    border-radius: 8px;
}

.wapper-content .dvControl .dxeTextBoxSys,
.wapper-content .dvControl .dxeButtonEditSys,
.wapper-content .dvControl .dxeComboBoxSys,
.wapper-content .dvControl .dxeDateEdit,
.wapper-content .dvControl .dxeMemoSys,
.wapper-content .cellstyle .dxeTextBoxSys,
.wapper-content .cellstyle .dxeButtonEditSys,
.wapper-content .cellstyle .dxeComboBoxSys,
.wapper-content .cellstyle .dxeDateEdit {
    width: 100% !important;
    max-width: 100% !important;
}

.wapper-content .splitline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    float: none;
    width: 100%;
    margin: 4px 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pd-ad-line);
    color: var(--pd-ad-ink);
}

.wapper-content .splitline:after {
    display: none;
}

.wapper-content .dvHeading,
.wapper-content .dvHeading1 {
    float: none;
    margin: 0;
    color: var(--pd-ad-ink);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.3;
}

.wapper-content .dvMainButton,
.wapper-content .dvButton,
.wapper-content .dvButton2 {
    float: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 0;
    width: auto;
    max-width: 100%;
}

.wapper-content .dvMainButton {
    width: 100%;
}

.wapper-content .btnForm,
.wapper-content .ButtonGreen,
.wapper-content .ButtonGreen1,
.wapper-content .btn-info,
.wapper-content .editncont,
.wapper-content .dxbButton {
    height: auto !important;
    min-height: 40px;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    box-shadow: none;
}

.wapper-content .ButtonGreen,
.wapper-content .ButtonGreen1,
.wapper-content .btn-info,
.wapper-content [id*="Search"],
.wapper-content [id*="GetData"],
.wapper-content [id*="btnSave"] {
    background: #0399ea !important;
    color: #fff !important;
}

.wapper-content .btnForm,
.wapper-content .Buttonor1,
.wapper-content [id*="Export"],
.wapper-content [id*="btnNew"] {
    background: #fec421 !important;
    color: #163247 !important;
}

.wapper-content .ButtonRed,
.wapper-content [id*="Delete"] {
    background: #b91c1c !important;
    color: #fff !important;
}

.wapper-content .dvButton .dxbButton:nth-of-type(1),
.wapper-content .dvMainButton .dxbButton:nth-of-type(1) {
    background: #0399ea !important;
    color: #fff !important;
}

.wapper-content .dvButton .dxbButton:nth-of-type(2),
.wapper-content .dvMainButton .dxbButton:nth-of-type(2) {
    background: #fec421 !important;
    color: #163247 !important;
}

.wapper-content .ButtonGreen:hover,
.wapper-content .ButtonGreen1:hover,
.wapper-content .btnForm:hover,
.wapper-content .editncont:hover {
    filter: brightness(0.95);
}

.wapper-content .cust-tab,
.wapper-content .navtop {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    border: 0;
}

.wapper-content .cust-tab .nav-item,
.wapper-content .navtop .nav-item {
    margin: 0;
}

.wapper-content .cust-tab .nav-link,
.wapper-content .navtop .nav-link,
.wapper-content .ButtonGree {
    background: #eef4f8 !important;
    color: var(--pd-ad-ink) !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    font-weight: 600;
}

.wapper-content .cust-tab .nav-link.active,
.wapper-content .navtop .nav-link.active,
.wapper-content .ButtonGree.active {
    background: var(--pd-ad-yellow) !important;
    color: #163247 !important;
}

.wapper-content .msgsuccess,
.wapper-content .msgError {
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 8px;
}

.wapper-content .white-box h1 {
    margin: 0;
    color: var(--pd-ad-ink);
    font-size: 22px;
}

.wapper-content .white-box {
    margin-bottom: 12px;
}

.dxpnlControl_DevEx.dxpnl-edge,
.dxpnlControl_DevEx.dxpnl-edge .dxpnl-scc,
div[id$="HeaderPane1"],
div[id$="HeaderPane1"] > div {
    background: #fff !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

div[id$="HeaderPane1"] {
    height: 64px !important;
    min-height: 64px !important;
}

.headerTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 0 16px;
}

.headerTop .logo-img,
.headerTop .templateTitle.logo-img,
.headerTop .logo-img > div,
.headerTop .logo-img a {
    float: none !important;
    display: flex !important;
    align-items: center;
    height: auto;
}

.headerTop .logo-img img {
    height: 50px !important;
    width: auto !important;
    max-width: 420px;
    margin-top: 0 !important;
    object-fit: contain;
    display: block;
}

.headerTop .loginControl > span > .dropdown > a .fas {
    color: #0399ea !important;
}

button#sidebarCollapse {
    background-color: #fec421 !important;
    color: #163247 !important;
}

#sidebar .dxnbLite_DevEx .dxnb-item.dxnb-itemSelected,
#sidebar .dxnbLite_DevEx .dxnb-item:hover {
    border-left: 3px solid #fec421;
}

#sidebar.active + button#sidebarCollapse + .wapper-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
}

/* Grid: keep columns at fixed pixel widths and scroll inside the grid */
.wapper-content [class*="dxgvControl"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border: 1px solid var(--pd-ad-line) !important;
    border-radius: 10px;
    box-shadow: none !important;
    overflow: hidden;
}

.wapper-content [class*="dxgvHSDC"],
.wapper-content [class*="dxgvCSD"],
.wapper-content [class*="dxgvFSDC"] {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-overflow-scrolling: touch;
}

.wapper-content [class*="dxgvControl"] table[class*="dxgvTable"] {
    width: auto !important;
    min-width: max-content !important;
    max-width: none !important;
    table-layout: auto !important;
}

.wapper-content [class*="dxgvHeader"],
.wapper-content [class*="dxgvHeader"] td[class*="dxgv"] {
    background: #e8f6fd !important;
    color: var(--pd-ad-ink) !important;
}

.wapper-content [class*="dxgvPagerTopPanel"],
.wapper-content [class*="dxgvPagerBottomPanel"],
.wapper-content [class*="dxgvSearchPanel"],
.wapper-content [id*="_DXSearchPanel"] {
    width: 100% !important;
    max-width: 100% !important;
}

.wapper-content [class*="dxgvSearchPanel"] {
    padding: 8px !important;
}

.wapper-content [class*="dxgvPagerBottomPanel_Material"],
.wapper-content [class*="dxgvPagerTopPanel_Material"] {
    width: 100% !important;
}

@media (max-width: 1199px) {
    .wapper-content .page-ttl h4 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .wapper-content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding: 14px;
    }

    .wapper-content .page-ttl {
        padding: 16px 18px;
    }

    .wapper-content .splitline {
        flex-direction: column;
        align-items: flex-start;
    }

    .wapper-content .dvMainButton,
    .wapper-content .dvButton {
        justify-content: flex-start;
        width: 100%;
    }

    .wapper-content .tblMain,
    .wapper-content .tblMain > tbody,
    .wapper-content .tblMain > tbody > tr.rowstyle {
        display: block;
        width: 100% !important;
    }

    .wapper-content .tblMain > tbody > tr.rowstyle > .cellstyle {
        display: block;
        width: 100% !important;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .wapper-content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding: 12px;
        min-height: calc(100vh - 64px);
    }

    .wapper-content .page-ttl {
        padding: 14px;
    }

    .wapper-content .page-ttl h4 {
        font-size: 18px;
    }

    .wapper-content .page-ttl h4 i,
    .wapper-content .page-ttl h4 .fa,
    .wapper-content .page-ttl h4 .fas,
    .wapper-content .page-ttl h4 img {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .wapper-content .page-ttl p {
        white-space: normal;
        width: 100%;
    }

    .wapper-content .cust-tab,
    .wapper-content .navtop {
        flex-direction: column;
    }

    button#sidebarCollapse {
        top: auto;
        bottom: 18px;
        z-index: 20;
    }

    .headerTop .logo-img img {
        height: 40px !important;
        max-width: 220px;
    }
}

/* BEGIN ADMIN LOGIN (merged from AdminLogin.css, scoped so it does not affect admin pages) */
html:has(.pd-login),
html:has(.pd-login) body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #ecf2f6;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
}

html:has(.pd-login) form#form1,
html:has(.pd-login) form#form1 > div {
    height: 100%;
}

.pd-login {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: #ecf2f6;
    background-image: url("https://paragdairy.com/images/login_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-sizing: border-box;
    overflow: hidden;
}

.pd-login *,
.pd-login *::before,
.pd-login *::after {
    box-sizing: border-box;
}

.pd-login .form-login {
    width: 100%;
    max-width: 440px;
    margin: 0;
    padding: 28px 28px 24px;
    background: #fec421;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(16, 42, 58, 0.18);
}

.pd-login .loginbg2 {
    width: 100%;
    float: none;
    height: auto;
    margin: 0 0 18px;
    padding: 14px 12px 16px;
    background: #fec421;
    border-bottom: solid 1px #ffdb77;
    text-align: center;
    color: #000;
    font-size: inherit;
    border-radius: 10px;
}

.pd-login .loginbg2 i {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding: 10px 8px;
    background: #fec421;
    border-radius: 10px;
}

.pd-login .loginbg2 img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 88px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    background: #fec421;
}

.pd-login .loginbg2 big {
    display: block;
    width: 100%;
    float: none;
    margin-top: 10px;
    font-size: 15px !important;
    line-height: 1.3;
    font-weight: 650;
    color: #000;
}

.pd-login .required-field {
    display: block;
    margin: 10px 0 6px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

.pd-login .username,
.pd-login .pass {
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    border: 1px solid #d7e2e9;
    border-radius: 8px;
    background: #fff;
    color: #163247;
    font-size: 14px;
}

.pd-login .username:focus,
.pd-login .pass:focus {
    border-color: #0399ea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(3, 153, 234, 0.12);
}

.pd-login .forget {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 14px;
    text-align: left;
    color: #000;
    font-size: 13px;
}

.pd-login .forget input,
.pd-login #ctl00_ContentPlaceHolder1_chkRemember {
    float: none;
    margin: 0;
}

.pd-login .logbut {
    width: 100%;
    margin-top: 18px;
    border: 0;
    border-radius: 8px;
    background: #0399ea !important;
    color: #fff;
    font-size: 16px;
    font-weight: 650;
    line-height: 42px;
    cursor: pointer;
}

.pd-login .logbut:hover {
    background: #0278b8 !important;
    color: #fff;
}

@media (max-width: 575px) {
    .pd-login {
        padding: 12px;
        align-items: center;
        overflow-y: auto;
    }

    .pd-login .form-login {
        max-width: 100%;
        padding: 22px 16px 18px;
        margin-top: 0;
    }

    .pd-login .loginbg2 img {
        max-width: 100%;
        max-height: 72px;
    }
}

@media (max-height: 700px) {
    .pd-login {
        overflow-y: auto;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .pd-login .form-login {
        margin: 0 auto;
    }
}
/* END ADMIN THEME */