html {
    position: relative;
    min-height: 100% !important;
}

body {
    font-family: "Karla", sans-serif;
    font-weight: 400;
    color: #003357;
    height: 100%;
}



#wrapper #content-wrapper {
    background-color: #F5F4F6;
}

.bg-gradient-primary {
    background: rgb(186,67,34);
    background: rgb(186,67,34);
    background: linear-gradient(25deg, rgba(186,67,34,1) 0%, rgba(0,91,180,1) 100%);
}

.sidebar .sidebar-brand {
    height: auto;
    background: #fff;
    padding: 7px 0 7px 15px;
    justify-content: flex-start !important;
     /*border-right: 1px solid #e3e6f0;*/
   /* box-shadow: 7px 0px 8px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 7px 0px 8px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 0px 8px -5px rgba(0,0,0,0.75);*/
}

.sidebar-dark .nav-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.sidebar-dark .nav-item .nav-link {
    color: #fff;
}

.sidebar.toggled {
    width: 7.5rem !important;
}

.nav-main {
    padding: 30px 0 0 0;
}

.sidebar .togglebtn {
    height: auto;
    padding: 9px 0 9px 15px;
    justify-content: flex-end !important;
}

.mt-5 {
    margin-top: 1rem !important;
}

.topbar #sidebarToggleTop:hover {
    background: none;
}

.btn:not(:disabled):not(.disabled) {
    border: none;
}

.sidebar {
    /*width: 427px !important;*/
    width: 414px !important;
}

    .sidebar .nav-item .nav-link {
        width: auto;
    }



.container-custom .row {
    display: block;
}

    .container-custom .row .col-md-5 {
        margin: 0 auto;
        padding: 5% 0 0 0;
    }

.active {
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

    .active a {
        color: #575A5D;
    }

.sidebar .nav-item.dropdown .dropdown-toggle::after, .topbar .nav-item.dropdown .dropdown-toggle::after {
    display: none;
}


.topbar {
    height: 82px;
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link {
        color: #003357;
        font-size: 16px;
        font-weight: 700;
    }

    .sidebar .nav-item .nav-link .img-profile,
    .topbar .nav-item .nav-link .img-profile {
        height: 49px;
        width: 49px;
        margin: 0 10px;
    }

.page-header-title {
    font-size: 24px;
    color: #003357;
    font-weight: 600;
    margin: 0;
}

.top-bar-bg {
    background-image: url("../img/top-bar-bg.webp");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.sidebar-brand-bg {
    background-image: url("../img/sidebar-brand-bg.webp") !important;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}



span.ml-2.d-none.d-lg-inline {
    font-weight: 400;
}

.topbar .nav-item .nav-link {
    height: 82px;
}

.shadow {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16) !important;
}

.custom-html-class {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

.site-bg-new {
    background: url("../img/login_bg.webp") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 0px;
    height: 100%;
    min-height: 100%;
}

.login-content-container {
    width: 100%;
    max-width: 410px;
}

.pt-20 {
    padding-top: 20px;
}

.login_footer_new {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.error-min-height {
    min-height: 24px !important;
    display: block;
}

.mb-6 {
    margin-bottom: 6px !important;
}





.main-wrapper {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.10);
}

    .main-wrapper .card {
        border-radius: 20px;
        padding: 20px 20px;
        border: none;
    }


.container-fluid {
    --bs-gutter-x: 4rem;
}

.table {
    font-size: 13px;
    text-align: center;
}

    .table > :not(caption) > * > * {
        background-color: transparent;
    }

.table-striped tbody tr:nth-of-type(2n+1) {
    background: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: none;
    --bs-table-bg-type: none;
}

.main-wrapper tr td {
    color: #6F6F6F !important
}

.table thead th {
    border: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #003357;
    white-space: nowrap;
}

/*----th borders radius------*/
/*.main-wrapper table.table.table-striped thead th:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.main-wrapper table.table.table-striped thead th:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
*/
.table td,
.table th {
    vertical-align: middle;
    color: #373A3C;
    font-size: 12px;
    padding: 10px 15px !important;
}

.table td {
    border-top: none;
    border-bottom: none;
}

.btn-primary {
    color: #fff;
    background-color: #FF6C2F;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #D2541F;
    }






.btn-sm {
    font-size: 13px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #005C9C !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #441544;
    border-color: #441544;
}

.btn:focus, btn:active {
    box-shadow: none !important;
    outline: none !important;
}

.form-control::placeholder {
    /* color: #003357;*/
    font-family: "Karla", sans-serif;
    font-optical-sizing: auto;
}

.form-control {
    border-color: #DEE2E6;
    border-radius: 30px;
    font-size: 15px;
    height: 48px;
}

.form-label-height {
    height: auto !important;
}

.has-search {
    max-width: 300px;
    position: relative;
    width: 300px;
}

    .has-search .form-control-feedback {
        position: absolute;
        z-index: 2;
        display: block;
        width: 2.375rem;
        height: 2.375rem;
        line-height: 2.375rem;
        text-align: center;
        pointer-events: none;
        color: #aaa;
        left: 10px;
        top: 5px;
    }
.has-select label{
   margin-bottom:0;
}
.has-select .form-select {
    border-radius: 50px;
    border-color: #DBDBDB;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    color: #003357;
    padding-left: 1rem;
    width: 215px;
    display: inline-block;
}

    .has-search .form-control {
        padding-left: 1rem;
        border-radius: 50px;
        border-color: #DBDBDB;
        background-color: #fff;
        font-size: 15px;
        font-weight: 500;
        height: 50px;
        color: #003357;
    }

        .has-search .form-control::placeholder {
            color: #B9B9B9 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            font-family: "Karla", sans-serif !important;
            font-optical-sizing: auto !important;
            opacity: 1!important; /* Firefox */
            transition:none;
        }

        .has-search .form-control::-ms-input-placeholder { /* Edge 12 -18 */
            color: #B9B9B9 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            font-family: "Karla", sans-serif !important;
            font-optical-sizing: auto !important;
            transition: none;
        }




        







/*Login & Reset Password*/
.main-con {
    background: url(../img/login_bg.webp) no-repeat;
    background-size: cover;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.logo-out {
    text-align: center;
}






.log-in {
    margin: 60px 60px;
}


.log-in-wrapper h2 {
    font-weight: medium;
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-family: "Karla", sans-serif;
    margin: 30px 0 0 0;
}

.forms-1 {
    margin: 40px 0 0 0
}

    .forms-1 input {
        font-size: 16px;
        height: 48px;
        font-weight: 300;
    }

    .forms-1 button {
        font-size: 16px;
        height: 48px;
        width: 100%;
        margin: 10px 0 0 0;
        border: none;
        border-radius: 30px;
    }

    .forms-1 a {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #fff;
    }

.verifi {
    float: left;
    width: 100%;
    padding: 0 1rem;
    font-size: 14px;
    margin: 17px 0 24px 0;
}


.export-button {
    border-radius: 50px;
    background: #006CB7;
    height: 50px;
    width: auto;
    box-shadow: none;
    padding: 0 20px;
}
.main-wrapper table thead th {
    background-color: #F2F2F2;
}
.main-wrapper table thead th:first-child {
    
    border-top-left-radius : 8px;
    border-bottom-left-radius:8px;
}
.main-wrapper table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}



/*.main-wrapper tbody tr:hover {
    background: #FAFAFA !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
*/

.main-wrapper table.table > tbody > tr:hover td {
    background-color: #FAFAFA !important;
    --bs-table-hover-bg: #FAFAFA !important;
}
    .main-wrapper table.table > tbody > tr:hover td:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .main-wrapper table.table > tbody > tr:hover td:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .main-wrapper .table {
        --bs-table-bg: none;
    }

.main-wrapper tbody tr:hover td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.main-wrapper tbody tr:hover td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pagination {
    --bs-pagination-border-color: none;
}

.page-link {
    background: none;
    color: #006CB7;
    font-weight: 700;
}

    .page-link:hover {
        background: #FF6C2F;
        border-radius: 4px;
        color: #fff;
        font-weight: 700;
    }

.page-link-active a {
    background: #FF6C2F;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
}

.unsubscribe-btn {
    background: none;
    border: 1px solid #FF6C2F;
    padding: 4px;
    color: #FF6C2F;
    font-size: 12px;
    border-radius: 14px;
}

    .unsubscribe-btn:hover {
        background: #FF6C2F;
        color: #fff;
    }

.login_footer {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    bottom: 0;
    background: linear-gradient(25deg, rgba(186, 67, 34, 1) 0%, rgba(0, 91, 180, 1) 100%);
}

.xls-xlsx-main {
    display: flex;
    justify-content: center;
}

.xls, .xlsx {
    width: 125px;
    text-align: center;
}

input[type=checkbox], input[type=radio] {
    width: 30px;
    height: 30px;
}




.custom-radio input[type='radio'] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
}

    .custom-radio input[type='radio']:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #999;
    }

    .custom-radio input[type='radio']:checked:before {
        border: 5px solid #FF6C2F;
    }

.input-arrow {
    background: url(../img/Arrow-Down.svg) no-repeat;
    background-position: 97%;
    padding-right: 40px;
}


/*App User Details*/

.user-details {
    padding: 20px 28px 0 28px;
}

.info-new {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    color: #6F6F6F;
}

    .info-new .col-lg-4:last-child {
        border-left: 1px solid #ccc;
    }

.contact-infos {
    margin: 20px 0;
    position:relative;
    padding-left:42px;
}
    .contact-infos i{
        position:absolute;
        left:0;
        top:0;
    }
    .contact-infos span {
        /*margin: 0 0 0 10px;*/
        margin:0;
    }

        .points {
    background: #fff;
    border: 1px solid #A8A8A8 !important;
    margin: 0 auto;
    height: 100px;
    width: fit-content;
    border-radius: 10px;
    padding: 15px;
}

.shadow-points {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.points h2, h6 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    color: #003357;
}

.points h2 {
    font-weight: 800;
    color: #FF6C2F;
}
/*.contact-infos:last-child{ margin: 0;}*/
.info-new .goal {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    color: #FF6C2F;
}

.info-new .goal span{
    font-weight:700;
}

footer.sticky-footer {
    width: 100%;
    /*min-height: 56px;
    padding: 20px 0 20px 20px;*/
    padding: 0px 0 20px 20px;
    /*background: #fff;*/
    color: #797979;
    font-size: 14px;
    text-align: center;
}

.dropdown-menu {
    border: none;
    border-radius: 6px;
}

.dropdown-item {
    color: #003357;
    font-size: 14px;
}

.navbar-expand .navbar-nav .dropdown-menu {
    top: 79px;
}

.dropdown-menu {
    position: relative;
}

.top-arrow {
    position: absolute;
    top: -17px;
    right: 0;
}

.list-cmn {
    margin: 0 0 88px 0 !important;
    position: relative;
    /*min-height: 921px;*/
}


/*.list-cmn-in {
    position: absolute;
    bottom: -4em;
    width: 100%;
}*/

.list-cmn-in {
    position: absolute;
    /*bottom: -3.45em;*/
    bottom: -53px;
    width: 100%;
}

.user-text {
    height: 7rem;
    width: 7rem;
    background-color: #E7F6FF;
    color: #006CB7 !important;
    font-size: 20px;
}





/*Manage-Cleanup-Activities*/
.date-picker {
    border-radius: 50px;
    border: 1px solid #ccc;
    max-width: 150px;
    background: #fff;
}

    .date-picker input {
        border: none;
        padding: 10px 45px 10px 15px;
        height: 50px;
        float: left;
        max-width: 150px;
        background: url(../img/calendar.svg) no-repeat 112px 13px;
        color: #003357;
        outline: none;
    }

.search-main {
    margin: 0 0 16px 0;
}

.user-main-text {
    position: relative;
}

.orange {
    color: #FF6C2F;
}

.text-alin {
    position: absolute;
    top: 25px;
    font-size: 18px;
    font-weight: 500;
}


.user-text {
    height: 5rem;
    width: 5rem;
    background-color: #E7F6FF;
    color: #006CB7 !important;
    font-size: 55px;
    text-transform: uppercase;
}

.details-main h2 {
    font-size: 22px;
    color: #003357;
    font-weight: 600;
}

.details-in {
    font-size: 14px;
    color: #4B4B4B;
}

    .details-in span {
        width: 100%;
        float: left;
        font-weight: 800;
    }

.details-main {
    border-bottom: 1px solid #E8E8E8;
    padding: 0px 0 20px 0;
    margin: 0px 10px 20px 10px;
}

.owl-theme .owl-dots {
    margin: 10px 0 0 0;
}

#demos .owl-carousel .item {
    background: #fff !important;
    padding: 10px;
}

    #demos .owl-carousel .item img {
        border-radius: 17px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 3px solid #fff;
    }

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF6C2F !important;
}

.thumb-slider {
    border-bottom: none !important;
    padding: 0;
}

    .thumb-slider h3 {
        font-size: 14px;
    }

.owl-prev {
    position: absolute;
    left: 25px;
    top: 35px;
}

.owl-next {
    position: absolute;
    right: 25px;
    top: 35px;
}

.owl-nav span {
    font-size: 40px;
    color: #FF6C2F;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, ">");
}

.back-btn {
    color: #FF6C2F;
    font-size: 18px;
    text-decoration: none;
}

    .back-btn:hover {
        color: #FF6C2F;
        text-decoration: none;
    }

.apply {
    border-radius: 50px;
    background: #006CB7;
    height: 50px;
    width: 85px;
    box-shadow: none;
}

.clear {
    border-radius: 50px;
    background: #FF6C2F;
    height: 50px;
    width: 85px;
    box-shadow: none;
}

    .clear:hover, .clear:focus {
        background-color: #E46028 !important;
    }


.blue-cmn-icon {    
    height: 86px;
}

.blue-cmn {
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 3px;
    border-radius: 8px;
    float: left;
    width: 85px;
    height: 85px;
}
.blue-in {
    width: 76px;
    height: 76px;
    background: #DEF1FF;
    border: 1px solid #B5D8F0;
    border-radius: 5px;
}

.blue-cmn img {
    min-width: 30px;
}


.blue-cmn-icon span {
    margin: 2rem 0 0 20px;
    float: left;
    font-weight: 800;
}

.litter-main span {
    float: left;
    margin: 15px 10px 0 0;
}

.litter-main input {
    background: #F3F3F3;
    color: #B2B2B2;
}

.add-button {
    min-width: 180px;
}

.btn-close {
    --bs-btn-close-bg: url(../img/close-btn.svg);
}

.modal-content {
    padding: 0 25px 25px 25px;
    border-radius: 20px;
}

.modal-body .form-control {
    border-radius: 20px;
}

    .modal-body .form-control::placeholder {
        color: #B9B9B9 !important;
    }

.cancel {
    min-width: 99px;
    min-height: 50px;
    background: #FF6C2F;
    color: #fff;
    border: none;
    border-radius: 25px;
}

.save {
    min-width: 99px;
    min-height: 50px;
    background: #006CB7;
    color: #fff;
    border: none;
    border-radius: 25px;
}

.content-center {
    text-align: center;
    margin: 0 auto;
    width: auto;
}

    .content-center .blue-cmn {
        float: none;
        margin: 0 0 10px 0;
    }

    .content-center .blue-cmn-icon {
        width: 86px;
        height: auto;
        margin: 0 auto;
    }

    .content-center span {
        float: none;
        margin: 0 auto;
    }

.modal-footer {
    border-top: 0;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 15px;
    width: 100%;
}

.owl-carousel.owl-loaded {
    position: relative;
}

.justify-content {
    justify-content: center;
}

.popup-c-heading {
    text-align: center;
    width: 100%;
}

.table a {
    color: #6F6F6F;
}

    .table a img {
        margin-left: 5px;
    }

.map-main {
    height: 500px;
}

.mh-520{
    min-height:520px;
}
.mb-88 {
    /*margin-bottom: 78px !important;*/
    margin-bottom: 68px !important;
}
.mb-22 {
    margin-bottom: 22px !important;
}
.mh-364{
    min-height:364px;
}
.table-btn-wrap {
    display: inline-flex;
    
    align-items:center;

}
.table-btn-wrap a{
    margin-left:15px;
    margin-right:15px;
}

.owl-carousel .owl-item .img-profile-wrap {
    padding: 4px;
    height: 204px;
}
.owl-carousel .owl-item .img-profile-wrap img.img-profile {
    border: 5px solid #ffffff;
    border-radius: 17px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 9999999;
}

.white-text{
    color:#ffffff!important;
}

@media only screen and (max-width: 1367px) {
    body,
    html {
        height: 100%
    }

    .login_footer {
        position: fixed;
        bottom: 0;
        background: linear-gradient(25deg, rgba(186, 67, 34, 1) 0%, rgba(0, 91, 180, 1) 100%);
    }

    .main-wrapper td a {
        display: block;
        margin: 0 0 10px 0;
    }
    .table-btn-wrap a {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

}

@media only screen and (max-width: 1024px) {
    .col-1-5 {
        width: 50%;
    }

    .main-con {
        background: url(../img/login_bg.webp) no-repeat;
        background-size: cover;
    }

    .set-range label {
        margin: 0;
    }

    .log-in {
        padding: 35px;
    }

    .topbar #sidebarToggleTop {
        display: block;
    }

    .main-wrapper td a {
        margin: 0 0 10px 0;
    }

    .has-search {
        width: auto;
    }

    .page-header-title {
        margin: 0 0 25px 0;
    }

    .main-wrapper td a i img {
        margin-right: 5px !important;
    }
    .main-wrapper td a {
        display: block;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .login-cover {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .outer-left {
        text-align: center;
        padding: 30px 0;
    }

    .outer-left, .outer {
        position: inherit;
        width: 100%;
        height: auto;
    }


    .position-absolute {
        position: relative !important;
    }

    .info-new .col-lg-4:last-child {
        border-left: none;
    }
}

@media only screen and (max-width: 823px) {
    .main-con {
        background: url(../img/login_bg.webp) no-repeat;
        background-size: auto;
        overflow-x: scroll;
        margin: 0 0 20% 0;
    }

    .log-wrapper h1 {
        font-size: 25px;
    }

    .log-wrapper h3 {
        font-size: 20px;
        margin: 5px 0 0 0;
    }

    .terms-and {
        font-size: 12px;
        margin: 17px 0 0 0;
    }

    .log-in {
        padding: 25px 20px 40px 20px;
        height: auto;
    }

    .forms-1 {
        margin: 20px 0 0 0;
    }

        .forms-1 button {
            margin: 0;
        }

        .forms-1 a {
            margin: 5px 0 0 0;
        }

    .reset {
        width: 100%;
        height: 500px;
    }

    .main-wrapper td a {
        display: block;
        margin: 0 0 10px 0;
    }

  /*  .list-cmn-in {
        position: absolute;
        bottom: -12%;
        width: 100%;
    }*/

    .list-cmn-in {
        position: absolute;
        /*bottom: -3.45em;*/
        bottom: -53px;
        width: 100%;
    }
}

@media only screen and (min-device-width : 811px) and (max-device-width : 812px) {

    .log-wrapper h1 {
        font-size: 20px;
    }

    .log-wrapper h3 {
        font-size: 15px;
        margin: 0px 0 0 0;
    }

    .terms-and a {
        font-size: 12px;
    }

    .terms-and {
        font-size: 12px;
        margin: 4px 0 0 0;
    }

    .forms-1 input {
        font-size: 14px;
        height: 37px;
    }

    .forms-1 button {
        font-size: 14px;
        height: 37px;
    }

    .log-in {
        padding: 17px 20px 34px 20px;
    }

    .log-in-wrapper h2 {
        font-size: 20px;
    }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
}

@media (min-width: 768px) {
    .sidebar {
        /*width: 427px !important;*/
        width: 414px !important;
    }

        .sidebar .nav-item .nav-link span {
            font-size: 16px;
            text-align: left;
            font-weight: 400;
        }

        .sidebar .nav-item .nav-link {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 20px;
        }

        .sidebar .nav-item {
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 15px;
        }

        .sidebar.toggled .nav-item .nav-link span {
            display: none;
        }

        .sidebar.toggled .nav-item .nav-link {
            width: auto;
        }


    @media only screen and (max-width: 767px) {

        .page-header {
            font-size: 16px;
        }

        .set-pic-main .col-md-3 {
            margin: 0 0 10px 0
        }

        .button-alignment {
            width: 100%;
            position: static;
        }

        .set-range {
            margin: 0;
        }

        .profile-p p {
            width: 100%;
        }

        .login-cover {
            padding-bottom: 80px;
        }

        .forms-1 a {
            margin: 0;
        }

        .remember {
            margin: 10px 0 0 0;
            text-align: center;
            display: inline-block;
        }

        .set-range h4,
        .user-info h4 {
            padding-bottom: 20px;
        }

        .user-info {
            padding: 20px;
            margin-bottom: 15px;
        }

        .change-password label {
            margin: 0 0 20px 0;
        }

        .settings-main {
            padding: 15px;
        }

        .profile-p {
            margin-top: 0;
            padding: 20px;
        }

        .sidebar.toggled {
            width: 9.5rem !important;
        }

        .sidebar .nav-item {
            margin: 15px;
        }

        .sidebar.toggled .nav-item .nav-link span {
            display: none;
        }
    }
}

@media only screen and (max-width: 680px) {
    .col-1-5 {
        width: 100%;
    }

        .col-1-5 label {
            margin-top: 5px;
            margin-bottom: 15px;
        }

    .main-con {
        min-height: 400px;
    }

    .sidebar.toggled {
        width: 9.5rem !important;
    }

    .sidebar .nav-item {
        margin: 15px;
    }

    .sidebar.toggled .nav-item .nav-link span {
        display: none;
    }

    .nav-main {
        padding: 10px 0 0 0;
    }

    .sidebar .nav-item .nav-link {
        padding: 0.5rem .5rem;
    }

    .sidebar .nav-item {
        margin: 15px 9px;
    }

    .container-fluid {
        --bs-gutter-x: 1rem;
    }

    .page-header-title {
        margin: 0 0 25px 0;
    }

    .has-search .form-control {
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 525px) {
    .plr-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .login_footer_new {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .main-con {
        background-position: 2rem -3rem;
    }

    .outer {
        padding: 3%;
    }

    .wh-card .card-body {
        padding: 15px;
    }

    .user-card .btn-delete,
    .user-card .btn-block-user {
        font-size: 14px;
    }

    .forms-1 a {
        margin-top: 0;
    }

    .password-forgot {
        padding: 35px 15px;
    }

    .log-in-wrapper .btn-primary {
        margin-bottom: 10px;
    }

    .btn-save {
        float: none;
        width: 100%;
    }

    .waiver-field {
        flex-direction: column;
        align-items: flex-start;
    }

        .waiver-field label {
            margin: 0 0 5px;
        }

        .waiver-field .form-control {
            max-width: 100%;
            margin: 0 0 10px;
        }

    .alert-modal .modal-body {
        padding: 25px 10px;
    }

        .alert-modal .modal-body h4 {
            font-size: 20px;
        }

    .has-search .form-control {
        margin: 0 0 0 0;
    }

    .date-picker input {
        padding: 10px 10px 10px 10px;
        max-width: 100%;
    }

    .date-picker {
        max-width: 100%;
        margin: 0 0 10px 0 !important;
    }

    .contact-infos span {
        margin: 0 0 0 0;
        font-size: 12px;
    }

    .info-new .col-lg-4:last-child {
        border-left: none;
    }

    .points {
        height: 71px;
        width: 80px;
        padding: 7px;
    }
}

@media only screen and (max-width: 320px) {
}


.row-custom {
    height: 100%;
    align-items: center;
}

/*show hide classes by developer*/
.showclass {
    display: block;
}

.hideclass {
    display: none;
}

.breadcrumb {
    background-color: #F5F4F6;
}

.list-page-cmn {
    margin-top: 0;
    margin-bottom: 1rem !important;
}

.fw-bolder {
    font-weight: 800;
}


.validation-summary-errors ul {
    padding-left: 0;
}

    .validation-summary-errors ul li {
        list-style-type: none;
    }

.sidebar-dark .nav-item .nav-link i {
    font-size: 21px;
}

.not-implemented-main {
    text-align: center;
    font-size: 25px;
}

.detais-no-main {
    text-align: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-left .blue-box img {
    width: 40px;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url(../img/prv.svg) no-repeat;
    left: 65% !important;
    top: 60% !important;
}

.ui-datepicker .ui-datepicker-next span {
    background: url(../img/nxt.svg) no-repeat;
    left: 65% !important;
    top: 60% !important;
}
.blue-box {
    width: 40px;
    height: 43px;
    background: #DEF1FF;
    border: 1px solid #549CCE;
    border-radius: 5px;
}

.modal-header, .modal-body {
    padding: 1rem 0;
}
.nav-main a img {
    width: 25px;
}

.menuicon img {
    width: 22px !important;
}

.pending-list {
    top: -2px;
    position: relative;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
    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;
    transition: .4s;
    border-radius: 20px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #2196F3;
}

    input:checked + .slider:before {
        transform: translateX(14px);
    }

.toggle-container {
    display: flex;
    align-items: center;
}
/*.pending input:checked + .slider {
    background-color: #FF6C2F;
}
.completed input:checked + .slider {
    background-color: #18EC4A;
}*/

.pending .slider {
    background-color: #FF6C2F !important;
}

.completed .slider {
    background-color: #18EC4A !important;
}

#pickupStatusLabel {
    margin-left: 10px;
    margin-top: -4px; /* Adjust this value to move the label upwards */
    vertical-align: middle;
}

#pickupNeededLabel {
    margin-left: 10px;
    margin-top: -4px; /* Adjust this value to move the label upwards */
    vertical-align: middle;
}

/**********Styles 18-9-2024 open*******/

.dropdown-ui .btn-dropdown {
    border-radius: 50px;
    border: 1px solid #dbdbdb !important;
    background-color: #F2F2F2;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    color: #003357;
    position: relative;
    padding-right: 2rem;
    display: inline-block;
}

.dropdown-ui .dropdown-menu {
    padding: 10px;
    border: 1px solid #000 !important;
    border-radius: 0px;
    width: 223px;
    
}

    .dropdown-ui .dropdown-menu input[type=checkbox], input[type=radio] {
        width: 16px;
        height: 16px;
    }

.dropdown-ui .dropdown-toggle::after {
    background: url(../img/drop-arrow.svg) no-repeat 0px 0px;
    width: 10px;
    height: 6px;
    border: none !important;
    content: " ";
    position: absolute;
    top: 21px;
    right: 15px;
    padding-left: 5px;
}

.afterpics h2,
.beforepics h2 {
    font-size: 18px;
}

#photomodal .owl-carousel .owl-nav {
    margin: 0;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: 80px;
}

#photomodal .owl-carousel .owl-prev, #photomodal .owl-carousel .owl-next {
    position: inherit;
    margin: 0;
    height: auto;
    top: 0;
}

#photomodal .owl-carousel .owl-prev {
    left: 15px;
}

#photomodal .owl-carousel .owl-next {
    right: 15px;
}

#photomodal .owl-carousel .owl-nav span {
    line-height: 1;
}

.img-profile {
    width: 100%; /* Set your desired width */
    height: auto; /* Maintain aspect ratio */
    display: none; /* Initially hide images */
}

    .img-profile.loaded {
        display: block; /* Show only when loaded */
    }
/**********Styles 18-9-2024 close*******/


span.sorting.ml-2.btn-group-vertical {
    display: inline-block !important;
}

/* Default style for all sort icons */
.sort-icon {
    filter: grayscale(100%); /* Default to lighter color (grayscale) */
    opacity: 0.5; /* Make the image slightly transparent */
    transition: all 0.3s ease; /* Smooth transition for all changes */
}

    /* When the sort icon is active (ascending or descending) */
    .sort-icon.active {
        filter: none; /* Remove grayscale filter */
        opacity: 1; /* Full opacity for active icon */
    }

    /* When the sort icon is inactive (not clicked) */
    .sort-icon.inactive {
        filter: grayscale(100%); /* Grayscale for inactive icons */
        opacity: 0.5; /* Reduce opacity for inactive state */
    }

    /* When the image is darker (either up or down arrow) */
    .sort-icon.darker {
        filter: brightness(50%); /* Darkens the image */
        opacity: 1; /* Ensure the image is fully opaque */
        transition: filter 0.3s ease; /* Smooth transition for brightness change */
    }

    /* Default state for sorting icons (e.g., no sort applied) */
    .sort-icon.default {
        filter: brightness(150%); /* Make the icon lighter than the normal state */
        opacity: 0.7; /* Slightly reduce opacity to make it appear lighter */
        transition: filter 0.3s ease, opacity 0.3s ease; /* Smooth transition for both brightness and opacity */
    }

    /* Additional specific styles for ascending and descending arrows (optional) */
    .sort-icon.asc {
        filter: brightness(100%); /* Full brightness for asc arrow */
    }

    .sort-icon.desc {
        filter: brightness(100%); /* Full brightness for desc arrow */
    }









.sort-iconuser {
    filter: grayscale(100%); /* Default to lighter color (grayscale) */
    opacity: 0.5; /* Make the image slightly transparent */
    transition: all 0.3s ease; /* Smooth transition for all changes */
}

    /* When the sort icon is active (ascending or descending) */
    .sort-iconuser.active {
        filter: none; /* Remove grayscale filter */
        opacity: 1; /* Full opacity for active icon */
    }

    /* When the sort icon is inactive (not clicked) */
    .sort-iconuser.inactive {
        filter: grayscale(100%); /* Grayscale for inactive icons */
        opacity: 0.5; /* Reduce opacity for inactive state */
    }

    /* When the image is darker (either up or down arrow) */
    .sort-iconuser.darker {
        filter: brightness(50%); /* Darkens the image */
        opacity: 1; /* Ensure the image is fully opaque */
        transition: filter 0.3s ease; /* Smooth transition for brightness change */
    }

    /* Default state for sorting icons (e.g., no sort applied) */
    .sort-iconuser.default {
        filter: brightness(150%); /* Make the icon lighter than the normal state */
        opacity: 0.7; /* Slightly reduce opacity to make it appear lighter */
        transition: filter 0.3s ease, opacity 0.3s ease; /* Smooth transition for both brightness and opacity */
    }

    /* Additional specific styles for ascending and descending arrows (optional) */
    .sort-iconuser.asc {
        filter: brightness(100%); /* Full brightness for asc arrow */
    }

    .sort-iconuser.desc {
        filter: brightness(100%); /* Full brightness for desc arrow */
    }


.sort-iconbag {
    filter: grayscale(100%); /* Default to lighter color (grayscale) */
    opacity: 0.5; /* Make the image slightly transparent */
    transition: all 0.3s ease; /* Smooth transition for all changes */
}

    /* When the sort icon is active (ascending or descending) */
    .sort-iconbag.active {
        filter: none; /* Remove grayscale filter */
        opacity: 1; /* Full opacity for active icon */
    }

    /* When the sort icon is inactive (not clicked) */
    .sort-iconbag.inactive {
        filter: grayscale(100%); /* Grayscale for inactive icons */
        opacity: 0.5; /* Reduce opacity for inactive state */
    }

    /* When the image is darker (either up or down arrow) */
    .sort-iconbag.darker {
        filter: brightness(50%); /* Darkens the image */
        opacity: 1; /* Ensure the image is fully opaque */
        transition: filter 0.3s ease; /* Smooth transition for brightness change */
    }

    /* Default state for sorting icons (e.g., no sort applied) */
    .sort-iconbag.default {
        filter: brightness(150%); /* Make the icon lighter than the normal state */
        opacity: 0.7; /* Slightly reduce opacity to make it appear lighter */
        transition: filter 0.3s ease, opacity 0.3s ease; /* Smooth transition for both brightness and opacity */
    }

    /* Additional specific styles for ascending and descending arrows (optional) */
    .sort-iconbag.asc {
        filter: brightness(100%); /* Full brightness for asc arrow */
    }

    .sort-iconbag.desc {
        filter: brightness(100%); /* Full brightness for desc arrow */
    }









.page-number-inside {
    position: absolute;
    top: -5px;
    left: 22px;
}

.page-number-no-inside {
    position: absolute;
    top: 28px;
    left: 22px;
}

.page-number-no-inside-detail {
    position: absolute;
    top: -6px;
    left: 22px;
}





.page-number {
    position: absolute;
    top: -5px;
    left: -27px;
   
}
.page-number-detail {
    position: absolute;
    top: -5px;
    left: 7px;
}


.page-number-no {
    position: absolute;
    top: -39px;
    left: -20px;
}

    .page-number .has-select .form-select, .page-number-detail .has-select .form-select, .page-number-no .has-select .form-select, .page-number-no-inside .has-select .form-select, .page-number-no-inside-detail .has-select .form-select {
        height: 40px;
    }

.center-single-image .owl-item {
    display: flex;
    justify-content: center; /* Center horizontally */
}

    .center-single-image .owl-item img {
        max-width: 100%; /* Optional: Ensure the image does not overflow */
        max-height: 100%; /* Optional: Ensure the image doesn't stretch */
    }

.center .owl-item {
    display: flex;
    justify-content: center; /* Center horizontally */
}

    .center .owl-item img {
        max-width: 100%; /* Optional: Ensure the image does not overflow */
        max-height: 100%; /* Optional: Ensure the image doesn't stretch */
    }

.inner-page-header-title {
    font-size: 24px;
    color: #003357;
    font-weight: 600;
    margin: 8px 0 15px 0;
}
