.width_fit_content{
    width: fit-content;
}
.fm-logo{
    border: 2px solid #8b0000;
    border-radius: 100px;
    color: #8b0000;
    font-weight: bold;
}
.bg-none {
    background: none !important;
}
.text-color-default{
    color: #000;
}
.datepicker-dropdown{
    background: white;
}
.datepicker-dropdown:before{
    border-top: none;
    border-bottom: 0px solid #fff;
}
.datepicker-dropdown:after{
    border-top: 0px solid #fff !important;
    border-bottom: 0px solid #fff !important;
}
.datepicker table tr td span.active.active{
    background-color: #8b0000 !important;
}
.datepicker table tr td span.active{
    background-color: #8b0000;
    background-image: -moz-linear-gradient(top,#960000,#8b0000);
    background-image: -ms-linear-gradient(top,#960000,#8b0000);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#960000),to(#8b0000));
    background-image: -webkit-linear-gradient(top,#960000,#8b0000);
    background-image: -o-linear-gradient(top,#960000,#8b0000);
    background-image: linear-gradient(top,#960000,#8b0000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#960000', endColorstr='#8b0000s', GradientType=0);
    border-color: #8b0000 #8b0000 #760101;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.datepicker .datepicker-switch:hover{
    color: #8b0000;
}
.ml-1{margin-left:0.25rem;}
.ml-2{margin-left:0.5rem;}
.ml-3{margin-left:1rem;}
.date-padding{padding: 5px 10px !important;}
.float_right {
    float: right !important;
}
.ml-1{margin-left:0.25rem;}
.ml-2{margin-left:0.5rem;}
.ml-3{margin-left:1rem;}
.ml-0{margin: left 0rem;}
.table_text_color{
    color: #414141;
}
.fa-pencil:before {
    content: "\f040";
  }
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-pencil-square:before {
content: "\f14b";
}

.theme_color{
    color: #8b0000;
}

.theme_color:hover{
    color: black;
}

input[type=text] {
    text-transform: uppercase;
}  

select, option{
    text-transform: uppercase;
}

table td, table th{
    text-transform: uppercase;
}
/* awais */

.font-lg-18 {
    font-size: 16px !important;
    font-weight: 600;
}

.font-lg-20 {
    font-size: 20px !important;
}

.font-lg-22 {
    font-size: 22px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.opacity-0{
    opacity: 0;
}

.b-brand {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.action-btn {
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
}

.navbar-brand {
    background: rgb(252, 252, 252);
}

.pcoded-navbar .header-logo img {
    width: 43%;
}

.pcoded-navbar a {
    color: #fff;
    display: flex;
    align-items: center;
}

.listing-title h2 {
    font-size: 30px;
    padding: 20px 0;
}



.listing-card .card-header .title,
.attorney-listing .card-header .title {
    position: relative;
    top: 10px;
}

.table-row-shows .card-header {
    border-bottom: none;
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    padding: 10px 12px;
}

.table-row-shows .card-header .title {
    position: relative;
    top: 10px;
}



.btn-theme-black {
    background: #16151f;
    /* border-radius: 15px; */
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.tab-custom a.active{
    background: #8b0000 !important;
    color: white !important;
    font-weight: bold;
}

.tab-custom a:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.tab-custom a{
    border: 1px solid #ced4da !important;
    border-bottom: none !important;
}

/* button.btn {
border-radius: 15px;
} */

#width_80{
    width: 80%;
}

#width_10{
    width: 10%;
}

.card .card-header h3{
    color: #8b0000;
}

.modal-header h3{
    color: #8b0000;
}

.choose-file [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.choose-file [type="file"]+label {
    background: #0b0b10;
    border: 1px solid black;
    border-radius: 35px;
    color: #ffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
    outline: none;
    padding: 0.9rem 20px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

.choose-file i {
    font-size: 23px;
}

.choose-file [type="file"]+label:hover {
    background-color: transparent;
    color: #0b0b10;
    border: 1px solid black;
}

.action-auth .btn {
    width: 100%;
}

header .header-title {
    padding-left: 30px;
}


/* form#client_expenses {
  width: 40%;
} */
.cstm-width-containers ul{list-style-type: disc !important;}
.label-spac label {
    margin-right: 35px;
}
@media screen and (max-width: 768px) {
   
    form#client_expenses {
        width: 100%;
    }
    .label-spac label {
        margin-right: 10px;
    }
}

@media screen and (max-width: 600px) {
    .auth-wrapper .auth-content {
        padding-left: 0;
    }
    .site-header .brand.header-brand img {
        width: 75px;
    }
    .site-footer .site-footer-inner.has-top-divider {
        padding: 15px 15px;
        align-items: end;
    }
    .site-footer .footer-social-links.list-reset {
        padding-left: 0;
    }
    .site-footer ul.footer-social-links.list-reset li {
        padding: 0 5px;
    }
    
    .search-list .pcoded-header {
        background: transparent;
        margin-right: 0px;
        margin-left: 0px;
        width: auto;
    }
    .listing-card tr th:nth-child(2),
    .listing-card tr td:nth-child(2),
    .listing-card tr th:nth-child(3),
    .listing-card tr td:nth-child(3) {
        display: none;
    }
    .listing-card tr th:nth-child(2),
    .listing-card tr td:nth-child(2),
    .listing-card tr th:nth-child(3),
    .listing-card tr td:nth-child(3) {
        display: none;
    }
    .attorney-setting-table tr th:nth-child(1),
    .attorney-setting-table tr td:nth-child(1),
    .attorney-setting-table tr th:nth-child(4),
    .attorney-setting-table tr td:nth-child(4) {
        display: none;
    }
    .attorney-setting-table tr th:nth-child(1),
    .attorney-setting-table tr td:nth-child(1),
    .attorney-setting-table tr th:nth-child(4),
    .attorney-setting-table tr td:nth-child(4) {
        display: none;
    }
    .modal-footer {
        justify-content: space-between;
    }
}

table tr td {
    color: #414141;
}

table tr th {
    color: #414141;
}

.auth-header .site-header .container {
    max-width: 1490px;
}

.auth-header ul.pcoded-inner-navbar li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 0 4px;
}

ul.pcoded-inner-navbar li {
    float: left;
    z-index: 1024;
    position: relative;
    /* padding: 0 12px; */
    list-style: none;
}

.brand.header-brand img {
    width: 125px;
}

.auth-header .site-header {
    background: white;
    /* border-bottom: 1px solid #00000005; */
    box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
}

.login-title {
    padding: 20px 6px;
}

.site-footer-inner.has-top-divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #00000026;
    padding: 20px 70px;
}

ul.footer-social-links.list-reset li a svg {
    position: relative;
    top: 4px;
    left: 1px;
}

ul.footer-social-links.list-reset li a {
    color: black;
    font-weight: bold;
}

ul.footer-social-links.list-reset li {
    list-style: none;
    float: left;
    padding: 0 12px;
}

.page-link {
    color: #16151f;
    font-weight: 700;
}

.page-link:hover {
    color: #8b0000;
}

.login-title h3 {
    color: #8b0000;
    font-weight: bold;
    font-size: 30px;
}

.login-btn.action-auth .btn {
    background: #8b0000;
    border-color: #8b0000;
}

.or-test {
    border-bottom: 1px solid #eeeeee;
    position: relative;
    padding: 7px 0;
}

.no-account {
    padding: 15px 0;
}

.or-test p {
    background: #fff;
    padding: 10px;
    position: absolute;
    top: -5px;
    display: inline-block;
}

.forget-pass-tile i {
    font-size: 39px;
    color: #012cae;
    font-weight: bold;
}

.footer-social-links.list-reset li a svg path {
    fill: #012cae;
}

.dashboard-cards h6,
.client-cards h6 {
    font-weight: bold;
    color: #012cae;
    font-size: 50px;
}

.dashboard-cards .card-icon i,
.client-cards .card-icon i {
    font-size: 35px;
    color: #012cae;
}

.dashboard-cards .card-icon {
    position: absolute;
    top: 50px;
    right: 40px;
}

.dashboard-cards h4 {
    font-size: 14px;
    color: black;
}

.send-rquest {
    position: absolute;
    top: 31px;
    right: 10px;
}

.userimg img {
    width: 40px;
    position: relative;
    top: -9px;
}

.attorney-listing .card-header h4 {
    font-size: 18px;
}

.attorney-listing .card-header h4 {
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 0;
    color: #8b0000;
    font-weight: 600;
}

.attorney-settings-pills a {
    margin: 6px 0;
    font-size: 14px;
    color: black;
    font-weight: 400;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: auto;
    margin-bottom: 20px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 0;
}

.avatar-upload input {
    display: none;
}

.avatar-upload input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid #d2d6de;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profile-user-img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    border: 3px solid #d2d6de;
    margin: 0 auto;
}

.avatar-upload label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload label:after {
    content: "\e83d";
    font-family: "feather";
    color: #337ab7;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 34px;
    margin: auto;
}

.section-title {
    color: #012cae;
}

@media print {
    .print-hide {
        display: none;
    }
    .pcoded-main-container {
        margin-left: 0;
    }
}

.coupon-text .btn {
    padding: 5px 20px;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    background-color: transparent;
}

.attorney-nav-iiner,
.client-nav-iiner {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 5%);
}

.attorney-nav,
.client-nav {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 0 0;
}

.attorney-nav .nav-link.active {
    color: #012cae !important;
}

.questionnaire-wrapper {
    padding: 0 30px;
}
.progress{    height: .75rem;}

.questionnaire-main-title {
    padding: 10px 12px;
    position: relative;
}

.questionnaire-main-title h3 {
    font-size: 28px;
}

.tab-content .download-form {
    border-radius: 0;
    position: absolute;
    right: 0;
}

.questionnaire-logo img {
    width: 80px;
}

.hide-data {
    display: none;
}


.switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 27px;
    margin-bottom: 0px;
    vertical-align:middle;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #8b0000;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #8b0000;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* Home page */

.home-header {
    background: white;
    box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%);
}

.home-header li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 0 4px;
}

.bg-home-banner {
    background-image: url(../images/home-page/home-banner.png);
    background-position: center;
    background-size: cover;
    height: 100%;
}

.wrapper {
    position: relative;
    margin: 50px auto;
    width: 80%;
    overflow: hidden;
}

.wrapper img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.wrapper iframe {
    display: none;
}

.play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    outline: none !important;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
}

.play-btn img {
    max-width: 80px;
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.4%;
    height: 0;
    overflow: hidden;
    box-shadow: 1px 8px 10px 0px rgb(217 211 211 / 37%);
    border-radius: 10px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pcoded-inner-navbar li {
    padding-left: 10px;
}

.off-for-days {
    font-size: 30px;
    font-weight: bold;
    color: #012bab;
}

.fw-bold {
    font-weight: 600;
}

.pt-lg-100 {
    padding-top: 100px;
}

ul.bullets-points li {
    font-size: 18px;
    line-height: 34px;
}

.screen-shot-credit {
    border: 2px solid lightgrey;
    overflow: hidden;
    max-width: 610px;
    margin: 0 0 0 auto;
}

.request-account {
    background-image: url('/assets/images/request-banner.png');
    background-position: center;
    background-size: cover;
    height: 100%;
}

.request-account {
    padding: 128px 0;
}

.request-btn {
    background: #012cae;
    color: white;
    padding: 5px 30px;
    webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.request-btn:hover {
    color: #fff;
}

@media screen and (max-width: 600px) {
    .offer-img {
        padding-top: 40px;
    }
    .order-xs-2 {
        order: 2;
    }
    .pt-lg-100 {
        padding-top: 40px;
    }
    .section-title h2 {
        font-size: 28px;
    }
    ul.bullets-points li {
        font-size: 18px;
        line-height: 2.0;
    }
    .screen-shot-credit {
        margin: 0 0 30px auto;
    }
}

.debts-form .doc-card {
    align-items: center;
}

.debts-form {
    margin-top: 20px !important;
}

.debts-form .doc-img img {
    width: 110px;
}

.debts-form .doc-img {
    border-right: 1px solid #00000029;
    max-width: 130px;
    width: 100%;
}

.debts-form .doc-card h4 {
    margin-bottom: 0;
}

.trmcondition label {
    float: right;
    width: 95%;
}

.cstm-width-containers {
    margin-top: 60px;
}
.text-dark{color:black;}
.dark-btn{background-color: white;color: black;}
.dark-btn:hover{color:black !important;text-decoration: underline;}
.text-decoration-underline:hover{text-decoration: underline;}
.trm-section-class h3 {
    margin-bottom: 10px;
    margin-top:20px;
   
}
.trm-section-class li,.trm-section-class address{font-size: 16px;}
h3 > i{font-size: 16px;}
h3.uline {
    
    font-weight: 600;
    font-size: 14px;
}
.uline{
    text-decoration: underline !important;
}

.trm-section-class h3 {
    font-size:20px;
    text-decoration: underline;
}

.trm-section-class p {
    font-size: 16px;
    width: 100%;
    display: block;
}

.questionnaire-wrapper .scan-os a {
    width: 60% !important;
    display: inline-block;
}

span.span {
    color: #6c757d!important;
    font-weight: 900;
    text-transform: uppercase;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .questionnaire-wrapper .scan-os a {
        width: 100%;
        display: inline-block;
    }
}

.scan-os.cstm-id a.btn.shadow-2 {
    box-shadow: none;
    font-size: 13px;
    width: 150px;
    word-b white-space: normal;
}


/*****11-01-2021**/

.add-m-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px 0;
    width: 100%;
}

.add-m-btn.removeExtraBtns #add-more-residence-form {
    display: none;
}

.additionalCheck .cr {
    width: 22px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    
}

.additionalCheck .radio input[type="radio"]+.cr::after,
.additionalCheck .radio input[type="radio"]+.cr::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.add-m-btn button {
    margin-bottom: 0;
}

.s-d .d-block.font-small {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.s-d .input-group:last-child {
    margin: 10px 0 0 0;
}

.cstm-id.step-to-step-cls a {
    width: 10% !important;
    display: inline-block;
}


.navbar-collapsed .mobile-menu {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-collapsed:hover .mobile-menu {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}


.mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
}

.mobile-menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2.8px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.mobile-menu span:after,
.mobile-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2.8px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.mobile-menu span:after {
    top: 5px;
    width: 70%;
}

.mobile-menu span:before {
    top: -5px;
    width: 40%;
}

.mobile-menu.on span {
    background-color: transparent;
}

.mobile-menu.on span:after,
.mobile-menu.on span:before {
    height: 2px;
    width: 100%;
}

.mobile-menu.on span:before {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}

.mobile-menu.on span:after {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
}


.pcoded-navbar .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    height: 70px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pcoded-navbar .mobile-menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2.8px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.pcoded-navbar .mobile-menu span:after,
.pcoded-navbar .mobile-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 2.8px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
}

.pcoded-navbar .mobile-menu span:after {
    top: 5px;
    width: 70%;
}

.pcoded-navbar .mobile-menu span:before {
    top: -5px;
    width: 40%;
}

.pcoded-navbar .mobile-menu.on span {
    background-color: transparent;
}

.pcoded-navbar .mobile-menu.on span:after,
.pcoded-navbar .mobile-menu.on span:before {
    height: 2px;
    width: 100%;
}

.pcoded-navbar .mobile-menu.on span:before {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}

.pcoded-navbar .mobile-menu.on span:after {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
}

.pcoded-navbar.navbar-collapsed .header-logo .mobile-menu {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
}

.pcoded-navbar.navbar-collapsed:hover .header-logo .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 10px;
}

.pcoded-navbar.navbar-collapsed:hover .mobile-menu {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

.pcoded-navbar.theme-horizontal~.pcoded-header .mobile-menu {
    display: none;
}

.pcoded-navbar.menu-light .mobile-menu span {
    background-color: #a9b7d0;
}

.pcoded-navbar.menu-light .mobile-menu span:after,
.pcoded-navbar.menu-light .mobile-menu span:before {
    background-color: #a9b7d0;
}

.pcoded-navbar.menu-light .mobile-menu.on span {
    background-color: transparent;
}

.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span,
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span:after,
.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu span:before {
    background: #fff;
}

.pcoded-navbar[class*="brand-"]:not(.brand-default) .mobile-menu.on span {
    background: transparent;
}

.pcoded-navbar.navbar-blue .mobile-menu span {
    background-color: #fff;
}

.pcoded-navbar.navbar-blue .mobile-menu span:after,
.pcoded-navbar.navbar-blue .mobile-menu span:before {
    background-color: #fff;
}

.pcoded-navbar.navbar-blue .mobile-menu.on span {
    background-color: transparent;
}

.pcoded-navbar.navbar-red .mobile-menu span {
    background-color: #fff;
}

.pcoded-navbar.navbar-red .mobile-menu span:after,
.pcoded-navbar.navbar-red .mobile-menu span:before {
    background-color: #fff;
}

.pcoded-navbar.navbar-red .mobile-menu.on span {
    background-color: transparent;
}

.pcoded-navbar.navbar-purple .mobile-menu span {
    background-color: #fff;
}

.pcoded-navbar.navbar-purple .mobile-menu span:after,
.pcoded-navbar.navbar-purple .mobile-menu span:before {
    background-color: #fff;
}

.pcoded-navbar.navbar-purple .mobile-menu.on span {
    background-color: transparent;
}

.pcoded-navbar.navbar-lightblue .mobile-menu span {
    background-color: #fff;
}

.pcoded-navbar.navbar-lightblue .mobile-menu span:after,
.pcoded-navbar.navbar-lightblue .mobile-menu span:before {
    background-color: #fff;
}

.pcoded-navbar.navbar-lightblue .mobile-menu.on span {
    background-color: transparent;
}

.pcoded-navbar.navbar-dark .mobile-menu span {
    background-color: #fff;
}

.pcoded-navbar.navbar-dark .mobile-menu span:after,
.pcoded-navbar.navbar-dark .mobile-menu span:before {
    background-color: #fff;
}

.pcoded-navbar.navbar-dark .mobile-menu.on span {
    background-color: transparent;
}

.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span,
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span:after,
.pcoded-navbar.layout-4 .navbar-brand .mobile-menu span:before,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span:after,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu span:before {
    background: #fff;
}

.pcoded-navbar.layout-4 .navbar-brand .mobile-menu.on span,
.pcoded-navbar.layout-4-2 .navbar-brand .mobile-menu.on span {
    background: transparent;
}

body.layout-6 .mobile-menu span,
body.layout-6 .mobile-menu span:after,
body.layout-6 .mobile-menu span:before,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span:after,
body.layout-6 .pcoded-navbar.menu-light .mobile-menu span:before {
    background: #fff;
}

body.layout-6 .pcoded-navbar.navbar-collapsed:hover .navbar-brand .mobile-menu {
    right: auto;
    left: 20px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

body.layout-6 .pcoded-navbar.navbar-collapsed:hover .navbar-brand .mobile-menu span {
    background: transparent;
}

@media only screen and (max-width: 991px) {
    
    .pcoded-header .m-header .mobile-menu {
        right: 20px;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
      border-radius 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none;
    }
  }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
      transition: none;
    }
  }
  .accordion-button:hover {
    z-index: 2;
  }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
  .accordion-header {
    margin-bottom: 0;
  }
  .accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .accordion-body {
    padding: 1rem 1.25rem;
  }
  .accordion-flush .accordion-collapse {
    border-width: 0;
  }
  .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  .accordion-flush .accordion-item:first-child {
    border-top: 0;
  }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0;
  }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
  }

  .accordion-b-1{
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
  }
  .accordion-br-4px{
    border-radius: 0px !important;
  }

  .accordion-header .title{
    font-size: 14px;
    text-transform: uppercase;
    background-color: darkred;
    color: #fff;
    padding: 5px 11px;
  }

  .nr_edit_section .accordion-button::after {
    background-image: url("/assets/images/accordion_arrow.svg") !important;
  }

  .nr_edit_section .accordion-button:focus {
    border-color: #f1e1e1 !important;
    box-shadow: 0 0 0 0.25rem #f1e1e1 !important;
  }
    .nr_span_width{
        width: 91%;
    }

    @media screen and (max-width: 1441px){
    .nr_edit_section .nr_span_width{
        width: 88%;
        }
        .sewadar_search{
            margin-top: 1rem;
        }
    }
    @media screen and (max-width: 1024px){
        .nr_edit_section .nr_span_width{
            width: 78%;
        }
        .select_sewadar_type{
            margin-left: 0.5rem;
        }
        .sewadar_search, .select_sewa_dept{
            margin-top: 1rem;
        }
        .sewadar_add{
            margin-right: 0rem;
        }
        .nr_sch_add{
            margin-left: 4rem;
        }
        .nr_sch_search{
            margin-top: 1rem;
            margin-bottom: 0.5rem;
        }
    }
    /* @media (min-width: 1441px){
          .col-xxl-auto {
            flex: 0 0 auto;
            width: auto;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-0 {
            flex: 0 0 auto;
            width: 0%;
            padding-left: 0px;
            padding-right: 0px;
          }
          .col-xxl-1 {
            flex: 0 0 auto;
            width: 8.33333333%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-2 {
            flex: 0 0 auto;
            width: 16.66666667%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-3 {
            flex: 0 0 auto;
            width: 25%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-5 {
            flex: 0 0 auto;
            width: 41.66666667%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-6 {
            flex: 0 0 auto;
            width: 50%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-7 {
            flex: 0 0 auto;
            width: 58.33333333%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-9 {
            flex: 0 0 auto;
            width: 75%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-10 {
            flex: 0 0 auto;
            width: 83.33333333%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-11 {
            flex: 0 0 auto;
            width: 91.66666667%;
            padding-left: 15px;
            padding-right: 15px;
          }
          .col-xxl-12 {
            flex: 0 0 auto;
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
          }
    } */
    @media (min-width: 1400px){
        .xxl-mt-1{
            margin-top: 0.25rem;
        }
        .xxl-mt-2{
            margin-top: 0.5rem;
        }
        .xxl-mt-3{
            margin-top: 1rem;
        }
        .xxl-mb-1{
            margin-bottom: 0.25rem;
        }
        .xxl-mb-2{
            margin-bottom: 0.5rem;
        }
        .xxl-mb-3{
            margin-bottom: 1rem;
        }
        
    } 
    @media (min-width: 1200px) and (max-width: 1399px){
        .xl-mt-1{
            margin-top: 0.25rem;
        }
        .xl-mt-2{
            margin-top: 0.5rem;
        }
        .xl-mt-3{
            margin-top: 1rem;
        }
        .xl-mb-1{
            margin-bottom: 0.25rem;
        }
        .xl-mb-2{
            margin-bottom: 0.5rem;
        }
        .xl-mb-3{
            margin-bottom: 1rem;
        }
        
    } 
    @media (min-width: 992px) and (max-width: 1199px){
        .lg-mt-1{
            margin-top: 0.25rem;
        }
        .lg-mt-2{
            margin-top: 0.5rem;
        }
        .lg-mt-3{
            margin-top: 1rem;
        }
        .lg-mb-1{
            margin-bottom: 0.25rem;
        }
        .lg-mb-2{
            margin-bottom: 0.5rem;
        }
        .lg-mb-3{
            margin-bottom: 1rem;
        }
        
    }    
    @media (min-width: 768px) and (max-width: 991px){
        .md-mt-1{
            margin-top: 0.25rem;
        }
        .md-mt-2{
            margin-top: 0.5rem;
        }
        .md-mt-3{
            margin-top: 1rem;
        }
        .md-mb-1{
            margin-bottom: 0.25rem;
        }
        .md-mb-2{
            margin-bottom: 0.5rem;
        }
        .md-mb-3{
            margin-bottom: 1rem;
        }
    } 
    @media (min-width: 576px) and (max-width: 767px){
        .sm-mt-1{
            margin-top: 0.25rem;
        }
        .sm-mt-2{
            margin-top: 0.5rem;
        }
        .sm-mt-3{
            margin-top: 1rem;
        }
        .sm-mb-1{
            margin-bottom: 0.25rem;
        }
        .sm-mb-2{
            margin-bottom: 0.5rem;
        }
        .sm-mb-3{
            margin-bottom: 1rem;
        }
    } 
    @media (max-width: 575px){
        .sx-mt-1{
            margin-top: 0.25rem;
        }
        .sx-mt-2{
            margin-top: 0.5rem;
        }
        .sx-mt-3{
            margin-top: 1rem;
        }
        .sx-mb-1{
            margin-bottom: 0.25rem;
        }
        .sx-mb-2{
            margin-bottom: 0.5rem;
        }
        .sx-mb-3{
            margin-bottom: 1rem;
        }
    }
    @media (min-width: 1200px) {
        .col-xl-0 {
          flex: 0 0 auto;
          width: 0%;
          padding-left: 0px;
          padding-right: 0px;
        }
    }