
.form-control-search {
    border: 2px solid #cdcdcd !important;
    color: #4d5875 !important;
    font-size: 15px !important;
}

body {
    /*background-color: #DFE7F4;*/
    font-size: 15px;
    background-image: url(https://apps.ibji.com/images/Window%20BG%20Structure_v1.jpg);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
   
}


.txtBeta {
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    background-color: #8F3232;
    padding: 2px 12px;
    border-radius: 20px;
    margin-left: 9px;
    margin-top: 4px;
    position: absolute;
}

.main-sidebar-header {
    height: 75px;
    padding: 10px 17px;
    width: 230px;
    background: #fff;
    border-bottom: 3px solid var(--employer-bg-color2) !important;
}

.main-logo {
    height: auto;
}

.mail-section {
    padding: 20px;
    padding-top: 4px;
}

    .mail-section .fal {
        text-decoration: underline;
        opacity: 0.5;
        padding-top: 5px;
        width: 100%;
        font-size: 0.75rem;
    }

.clearresult {
    background-color: #EEF2F9;
    color: black !important;
    padding-left: 35px;
    padding-right: 35px;
    opacity: 0.5;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
}

.leftheading {
    font-size: 16px;
    color: #2E2E2E;
    font-weight: 500;
}


.main-profile-menu .profile-user img {
    border-radius: 50%;
    margin-left: 0;
    width: 37px;
    height: 37px;
    margin-top: 3px;
    box-shadow: 0px 0px 0px 0px #dbe4f9;
}

.responsive-logo .mobile-logo {
    width: 190px;
    margin-top: 0px !important;
}

.lfsize {
    padding-top: 5px;
    font-weight: 800;
}


.CM {
    color: #000;
}

.dark-theme .CM {
    color: #fdfdfd !important;
}



.main-img-user::after {
    display: none !important;
}


.icons-list-item i {
    font-size: 1rem !important;
    line-height: 2;
}


.icons-list-item {
    text-align: center;
    height: 2rem;
    width: 2rem;
    line-height: 2;
    display: block;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ebfa;
    /* margin: 4px; */
    border-radius: 5px;
    color: #6c757e;
    fill: #6c757e;
    flex: 1 0 2rem;
}


@media (min-width: 992px) {
    .main-mail-date {
        position: absolute;
        font-size: 13px;
        top: 0px !important;
    }
}

.main-mail-date {
    font-size: 11px;
    position: absolute;
    top: 12px;
    right: 5px;
    color: #949eb7;
    margin-left: auto;
}


.main-img-user {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
}

    .main-img-user img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }



.main-mail-practice {
    /* background: var(--primary02);*/
    color: var(--primary-bg-color);
}

/*.main-miles {
    border-radius: 6px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;*/
    /* color: #6A6A6A; */
    /*background: #acacac3b;*/
    /* margin-top: 5px; */
    /*display: inline;*/
    /* position: relative; */
    /*top: 20px;*/
/*}*/
.main-miles {
    border-radius: 6px;
    /*border: 2px solid #6A6A6A;
    width: 81px;
    height: 23px;*/
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*color: #6A6A6A;*/
    background: #acacac3b;
    margin-top: 5px;
    display: inline;
    position: relative;
    top: 20px;
}
.main-mail-item.active .main-miles {
    /*border: 2px solid #5980C3;*/
    color: #5980C3;
    background: #5980C333;
}

.main-miles span {
    width: 100%;
    padding-right: 5px;
    font-weight: 500;
}

.main-miles .midir {
    fill: #6A6A6A;
    color: #6A6A6A;
}

.main-miles .miactive {
    display: none
}

.main-miles .miinactive {
    display: inline;
}

.main-mail-item.active .main-miles .miinactive {
    display: none;
}

.main-mail-item.active .main-miles .miactive {
    display: inline;
}


.main-miles img {
    width: 15px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}



.lc {
    text-transform: capitalize !important;
}

.main-header-center .form-control {
    color: none;
}


.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bd-primary-bg);
    --bs-popover-header-bg: var(--primary02);
    --bs-popover-header-color: var(--primary-bg-color);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.popover {
    z-index: 5000;
    max-width: 530px;
}

.popover-body {
    padding-bottom: 0px;
}

.card-title:before {
    content: "";
    width: 3px;
    height: 16px;
    /* background: var(--primary-bg-color);*/
    background: none;
    position: absolute;
    left: 0px;
    display: block;
    top: 1px;
}


/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
#map {
    height: 95%;
    width: 100%;
    /* position: absolute;*/
    margin: auto;
    top: 5%;
}

/*
 * location styles in unhighlighted state.
 */
.location {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 20px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.3s ease-out;
    width: 20px;
}

    /*  .location::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #FFFFFF;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 95%;
        transform: translate(-50%, 0);
        transition: all 0.3s ease-out;
        width: 0;
        z-index: 1;
    }
*/
    .location .icon {
        align-items: center;
        display: flex;
        justify-content: center;
        color: #FFFFFF;
    }

        .location .icon svg {
            height: 20px;
            width: auto;
        }

    .location .details {
        display: none;
        flex-direction: column;
        flex: 1;
        padding-right: 10px;
    }

    .location .practice {
        color: var(--primary-bg-color);
    }


    .location .address {
        color: #9E9E9E;
        font-size: 10px;
        /* margin-bottom: 10px;*/
        margin-top: 5px;
    }

    .location .features {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

        .location .features > div {
            align-items: center;
            background: #F5F5F5;
            border-radius: 5px;
            border: 1px solid #ccc;
            display: flex;
            font-size: 10px;
            gap: 5px;
            padding: 5px;
        }

.gm-style-iw-ch {
    padding-top: 10px !important;
}

.gm-style-iw-chr button {
    position: absolute !important;
    right: 1px;
    width: 30px !important;
    height: 35px !important;
}

    .gm-style-iw-chr button > span {
        width: 20px !important;
        margin: 0px !important;
    }
/*
 * location styles in highlighted state.
 */
.location.highlight {
    /* background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
      
        padding: 7px 10px;
       
        padding-right: 20px;*/
    border: 0px;
    height: auto;
    width: auto;
    margin: 0px;
}

    .location.highlight .maptext {
        display: none;
    }

    .location.highlight::after {
        border-top: 9px solid #FFFFFF;
    }

    .location.highlight .details {
        display: flex;
    }

    .location.highlight .icon svg {
        width: 50px;
        height: 50px;
    }

.location .bed {
    color: #FFA000;
}

.location .bath {
    color: #03A9F4;
}

.location .size {
    color: #388E3C;
}

/*    .location.highlight:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #fff;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 98%;
        transform: translate(-50%);
        width: 0;
        z-index: 1
    }
*/

/*
 * House icon colors.
 */
.location.highlight:has(.fa-house) .icon {
    color: var(--house-color);
}

.location:not(.highlight):has(.fa-house) {
    background-color: var(--house-color);
}

    .location:not(.highlight):has(.fa-house)::after {
        border-top: 9px solid var(--house-color);
    }

/*
 * Building icon colors.
 */
.location.highlight:has(.fa-building) .icon {
    color: var(--building-color);
}

.location:not(.highlight):has(.fa-building) {
    background-color: var(--building-color);
}

    .location:not(.highlight):has(.fa-building)::after {
        border-top: 9px solid var(--building-color);
    }

/*
 * Warehouse icon colors.
 */
.location.highlight:has(.fa-warehouse) .icon {
    color: var(--warehouse-color);
}

.location:not(.highlight):has(.fa-warehouse) {
    background-color: var(--warehouse-color);
}

    .location:not(.highlight):has(.fa-warehouse)::after {
        border-top: 9px solid var(--warehouse-color);
    }

/*
 * Shop icon colors.
 */
.location.highlight:has(.fa-shop) .icon {
    color: var(--shop-color);
}

.location:not(.highlight):has(.fa-shop) {
    background-color: var(--shop-color);
}

    .location:not(.highlight):has(.fa-shop)::after {
        border-top: 9px solid var(--shop-color);
    }

.light-theme .offcanvas {
    color: #4a4a69;
    background: #fff;
}

.dark-theme .offcanvas {
    color: #eaecf3;
    background: #383d52;
}


.app-divs {
    min-height: 100vh;
    overflow: auto;
}


.offcanpname {
    color: var(--primary-bg-color);
}

.main-header, .main-sidebar-header {
    background-color: var(--employer-bg-color);
    color: #fff;
    border-bottom: 3px solid var(--employer-bg-color2) !important;
}

.main-sidebar-header {
    border-right: 0px;
}


.mail-option {
    background: #6A6A6A;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: 35px;
}

    .mail-option h4 {
        font-size: 16px;
        padding-top: 3px;
    }

.main-mail-item {
    border-radius: 8px;
    /*border: 3px solid #cdcdcd;*/
    margin: 10px;
    padding: 10px 13px;
    margin-top: 5px;
    margin-bottom: 12px;
    background-color: #EFEFEF;
    margin-left: 0px;
    margin-right: 0px;
}
    .main-mail-item:hover, .main-mail-item:focus {
        background-color: #EFEFEF;
    }

    .main-mail-item.active {
        /*border: 3px solid #5980C3 !important;*/
        background-color: #E6EBF4;
    }

    .main-mail-item.inactive {
        border: 3px solid #C35980 !important;
        background-color: #5980c30d;
    }

    .main-mail-item.active .main-mail-from {
        color: #466FB5;
    }
    .main-mail-item.active .main-mail-subject span {
        color: #5980C3
    }
.main-mail-from {
    font-size: 14px;
    color: #5E5E5E;
    font-weight: 600;
    /* text-wrap: nowrap;*/
}

.main-mail-subject span {
    font-size: 12px;
    color: #5E5E5E;
}

.main-mail-item.active .main-miles span {
    font-size: 12px;
    color: #5980C3;
}


.praccardimg {
    /*float: right;*/
    text-align: right;
}
.main-mail-body {
    margin-right: 0px !important;
}
.praccardimg img {
    max-width: 100px;
    max-height: 50px;
    right: 5px;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    /*bottom: 5px;*/
    /*object-fit: contain;*/
}

/*.praccardimg img {
    max-width: 300px;
    max-height: 100px;*/
    /* right: 5px;*/
    /*width: 100%;
    height: 100%;
    position: relative;
    left: -14px;*/
    /* position: relative;
    top: -5px;*/
    /*bottom: 5px;*/
    /*object-fit: contain;*/
/*}*/


#listView {
   /* height: 80vh;*/
    overflow: auto;
    padding: 20px;
    padding-top: 4px;
}


.detailview {
    padding: 15px 20px;
    /* padding-top: 5px;*/
}

    .detailview .dv-location {
        height: 200px;
        margin-top: 8px;
    }

        .detailview .dv-location .dv-location-img {
            height: 200px;
            width: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

    .detailview .dv-practice {
        height: 80px;
        display: inline-flex;
        /* margin-top: 10px;
        margin-bottom: 30px;*/
    }

        .detailview .dv-practice .dv-practice-img {
            /* margin-top: 3px;*/
            object-fit: contain;
            height: auto;
            /* max-width: 80%;*/
        }

    .detailview .dv-heading {
        font-size: 15px;
        font-weight: 600;
        /*text-wrap: nowrap;*/
        color: #5E5E5E;
    }

    .detailview .dv-heading-nm {
    }

    .detailview .dv-heading-wh {
        /*margin-top: 10px;*/
    }

    .detailview .dv-heading-so {
        margin-top: 10px;
    }

    .detailview .dv-content {
        color: #5E5E5E;
    }

        .detailview .dv-content ul {
            padding: 0px;
            padding-left: 15px;
            margin-bottom: 0px;
        }

    .detailview .hopen {
        /* margin-left: 20px;*/
        /*border: 1px solid #ddd;*/
        padding: 1px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        color: #079A00 !important;
        background-color: #079A0033;
        font-weight: 600;
        /* position: absolute;*/
        border-radius: 6px;
        font-size: 11px !important;
        left: 180px;
        height: 22px;
    }

/*.hcl {
    color: #b2a8a8 !important;
}*/


.detailview .main-mail-subject span {
    font-size: 14px;
    color: #5E5E5E;
}



.maptext {
    color: black;
    position: absolute;
    top: 33px;
    font-size: 0.8rem;
    min-width: 250px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    /* text-shadow: 3px 3px #ffff;*/
}

.gm-style, .pac-container {
    font-family: "Outfit", sans-serif;
    z-index: 5088;
}

.main-mail-subject span {
    display: block;
}


.main-mail-item {
    width: auto;
}



.omc img .mapcolor {
    fill: blue !important;
    color: blue;
}


.main-mail-body {
    max-width: 100% !important;
    width: 100%;
}


.btn-schedule {
    /*  background-color: #EEF2F9 !important;
    color: #5980C3 !important;*/
    margin-top: 15px;
    width: 100%;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    /*  border: 1px solid #5980C3;*/
}



    .btn-schedule img {
        width: 22px;
        margin-top: -2px;
        margin-right: 9px;
    }

#autocompletecontainer {
    position: relative;
}

#globalnamesearch {
    padding-right: 34px;
    padding-left: 15px;
}
.mapSearch {
    background-color: #EFEFEF !important;
    border: unset !important;
    height: 35px !important;
    border-radius: 8px !important;
}
/*.searchicon {
    position: absolute;
    width: 30px;
    right: 1px;
    top: 1px;
}*/
.searchicon {
    position: absolute;
    width: 30px;
    right: 6px;
    top: 5px;
}


#back-to-top {
    background: var(--employer-bg-color);
    color: #fff;
}



.card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}


.btn-primary {
    color: #fff;
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
}


    .btn-primary:hover {
        color: #fff;
        background-color: #E99948 !important;
        border-color: #E99948 !important;
    }


.card {
    border-radius: 20px !important;
}


/*.selmap {
    width: 60px;
}*/

.selmapimg {
    height: 55px !important;
}




input[type=date].js.no-value {
    -webkit-text-fill-color: black !important;
    opacity: 1;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--employer-bg-color) !important;
}



.twth {
    width: 120px;
}


.leditimg {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.error-field {
    border-color: red !important;
    background-color: #ffe6e6;
}


.pac-container {
    font-family: "Outfit", sans-serif !important;
    z-index: 10213123151 !important;
}

.dv-editlocation-img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.dv-editpractice-img {
    margin-top: 10px;
    object-fit: contain;
    height: 90px;
    max-width: 80%;
}

#mapView {
    height: 400px; /* Ensure the map container has a height */
    width: 100%; /* Ensure it has a width */
}


.popover {
    font-family: "Outfit", sans-serif;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.form-label {
    font-weight: 400;
}

.form-control {
    color: #4d5875 !important;
    font-size: 15px;
    height: 32px;
    /*border: 1px solid #d9d9d9;*/
    border: 1px solid #c5bebe
}

.popover-header {
    border: 0px;
}


/*input[type=date]:invalid::-webkit-datetime-edit {
    color: #505057 !important;
    opacity: 0.5;
    font-size: 0.85rem;
}

input[type=time]:invalid::-webkit-datetime-edit {
    color: #505057 !important;
    opacity: 0.5;
    font-size: 0.85rem;
}
*/



::placeholder {
    color: #505057 !important;
    opacity: 0.5;
    font-size: 0.8rem;
}

::-ms-input-placeholder {
    color: #505057 !important;
    opacity: 0.5;
    font-size: 0.8rem;
}


input::placeholder {
    opacity: 0.5;
    color: #505057 !important;
    font-size: 0.8rem;
}


.lnkprac {
    /*    text-decoration: underline!important;*/
    /*    margin-top: 3px;*/
    /*    text-underline-offset: 2px;*/
    color: #5980C3 !important;
}



.mapsel {
    position: absolute;
    top: 0px;
    right: 1px;
    background: transparent;
    background-color: transparent;
    /* height: 25px; */
    padding: 0px !important;
    width: 18px;
    margin-right: 2px;
    margin-top: 2px;
    /* padding: 0px; */
    font-size: 0.65rem !important;
}




.red {
    color: red;
}




.custom-table-style tbody,
.custom-table-style td,
.custom-table-style tfoot {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 0px;
    line-height: 1.82857143;
    vertical-align: top;
    border-top: 10px solid #F1EFEF !important;
    /* background: #fff;*/
    height: 1px;
    padding-right: 10px;
}


    .custom-table-style tbody tr {
        background-color: inherit;
    }

.custom-table-style td {
    background: #fff;
}


.custom-table-style tr td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}



.custom-table-style tr td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.custom-table-style th {
    background-color: #F1EFEF !important;
    padding: 2px !important;
    padding-top: 10px !important;
}

.btn-clear {
    position: absolute;
    right: 0px; /* Distance from the right edge of the input */
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 20px;
    color: #aaa; /* Adjust color as needed */
    cursor: pointer;
    z-index: 10; /* Ensure it appears above the input */
}

/*.btn-clear:hover {
        color: #333;*/ /* Darker color on hover */
/*}*/

.add-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    /* color: #000; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 4px;
    border-radius: 50%;
    margin-right: 0.5rem;
    margin-top: 0.32rem;
}

/*.add-icon:hover {
        color: #fff;*/ /* Change text color on hover */
/*background-color: rgba(0, 0, 0, 0.7);*/ /* Change background color on hover */
/*}*/

.edit-icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    color: #6A6A6A;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px;
    border-radius: 50%;
    margin-right: 0.8rem;
    margin-top: 3.2rem;
}

/*.edit-icon:hover {
        color: #fff;*/ /* Change text color on hover */
/*background-color: rgba(0, 0, 0, 0.7);*/ /* Change background color on hover */
/*}*/

.edit-icon2 {
    position: absolute;
    //top: 20rem;
    right: 1rem;
    font-size: 13px;
    color: #6A6A6A;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px;
    border-radius: 50%;
}

    .edit-icon2:hover {
        color: #fff; /* Change text color on hover */
        background-color: rgba(0, 0, 0, 0.7); /* Change background color on hover */
    }

.edit-icon3 {
    color: #6A6A6A;
    font-size: 13px;
    margin-left: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px;
    border-radius: 50%;
}

/*.edit-icon3:hover {
        color: #fff;*/ /* Change text color on hover */
/*background-color: rgba(0, 0, 0, 0.7);*/ /* Change background color on hover */
/*}*/

.edit-icon4 {
    color: #6A6A6A;
    font-size: 13px;
    margin-left: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px;
    border-radius: 50%;
}

/*.edit-icon4:hover {
        color: #fff;*/ /* Change text color on hover */
/*background-color: rgba(0, 0, 0, 0.7);*/ /* Change background color on hover */
/*}*/

.edit-icon5 {
    color: #6A6A6A;
    font-size: 13px;
    margin-left: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px;
    border-radius: 50%;
}

    .edit-icon5:hover {
        color: #fff; /* Change text color on hover */
        background-color: rgba(0, 0, 0, 0.7); /* Change background color on hover */
    }

.edit-icon6 {
    color: #6A6A6A;
    font-size: 13px;
    margin-left: 0.5rem;
    background-color: white;
    padding: 4px;
    border-radius: 50%;
    margin-bottom: 0.2rem;
    font-size: 11px !important
}

/*.edit-icon6:hover {
        color: #fff;*/ /* Change text color on hover */
/*background-color: rgba(0, 0, 0, 0.7);*/ /* Change background color on hover */
/*}*/

#mapViews {
    height: 400px !important;
    border-radius: 5px;
    /*  Ensure the map container has a height width: 100%;
    Ensure it has a width*/
}


.textwhite {
    color: white !important;
}

.textcustomsize {
    font-size: 1.2rem;
    color: #FFFFE0 !important;
}

.flr {
    float: right;
}

.textwhite.active {
    background-color: #fff;
    border-radius: 24px !important;
    color: black !important;
    padding: 10px;
}



.form-label {
    display: block;
    margin-bottom: 5px;
    color: #00000085;
    font-weight: 400 !important;
}



.modal-footer {
    border-top: 0px;
}



.card-title {
    text-transform: none;
}


.fs-20 {
    font-size: 15px !important;
}

.fs-13 {
    font-size: 15px !important;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.osHeader {
    font-weight: 600 !important;
    font-size: 22px !important;
    /* line-height: 17px !important; */
    color: #2E2E2E !important;
    margin-bottom: 20px;
}

.center-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main-profile-menu .dropdown-item {
    color: inherit;
}

.gridleft {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    padding: 14px 9px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 100%;
    object-fit: contain;
}

    .gridleft.reqstatus {
        background: #808080 !important;
    }

    .gridleft.instatus {
        background: #d37801 !important;
    }

    .gridleft.schstatus {
        background: #019b00 !important;
    }

    .gridleft img {
        width: 24px;
    }



.gridleftth {
    position: absolute;
    right: 4px;
    top: 49%;
    transform: translateY(-50%);
    /*background: var(--employer-bg-color1);*/
    background: #B5B5B5;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 6px;
}

.gridleftth.OptionSelected, .gridleftthfilter.OptionSelected {
    background: var(--employer-bg-color1);
}

.gridleftthfilter {
    position: absolute;
    right: 4px;
    top: 49%;
    transform: translateY(-50%);
    background: #B5B5B5;
    color: #ffffff;
    padding: 9px 6px;
    border-radius: 6px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px; /* Adjusted to half of the original */
    height: 17px; /* Adjusted to half of the original */
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C35980;
    transition: .4s;
    border-radius: 17px; /* Adjusted to match the new height */
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px; /* Adjusted to half of the original */
        width: 13px; /* Adjusted to half of the original */
        left: 2px; /* Adjusted to fit within the new slider size */
        bottom: 2px; /* Adjusted to fit within the new slider size */
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #5980C3;
}

    input:checked + .slider:before {
        transform: translateX(13px); /* Adjusted to fit within the new width */
    }

/* Rounded sliders */
.slider.round {
    border-radius: 17px; /* Adjusted to match the new height */
}

    .slider.round:before {
        border-radius: 50%;
    }

.position-absolute {
    position: absolute !important;
}

.end-0 {
    right: 0 !important;
}

.top-0 {
    top: 0 !important;
}

#btnCancel {
    background: none;
    border: none;
    color: #dc3545; /* Red color */
    font-size: 1.5rem !important; /* Adjust size as needed */
}

    #btnCancel:hover {
        color: #c82333; /* Darker red on hover */
    }

.position-absolute {
    position: absolute !important;
}

.end-0 {
    right: 0 !important;
}

.top-0 {
    top: 0 !important;
}

#btnCancel {
    background: none;
    border: #808080;
    color: #808080;
    font-size: 1.2rem !important;
    margin-top: -11px;
    margin-right: -6px;
}

    #btnCancel:hover {
        color: #808080;
    }

    #btnCancel span {
        font-size: 30px;
    }




.nav-search-input {
    border-width: 0;
    width: 100%;
    height: 40px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 12px !important;
    font-size: 15px;
    line-height: 4.3;
    font-weight: normal;
    border-width: 0;
    -webkit-transition: width ease .15s;
    -o-transition: width ease .15s;
    transition: width ease .15s;
    padding-left: 5px;
}



.addbth {
    /* width: 97px;*/
    position: relative;
    text-align: end;
    height: 33px;
}


    .addbth i {
        position: absolute;
        left: 5px;
    }

.addbth1 {
    /*  width: 108px;*/
    position: relative;
    text-align: end;
    height: 33px;
}

    .addbth1 i {
        position: absolute;
        left: 5px;
    }




.daterangepicker .ranges li.active {
    background-color: #5980C3 !important;
    color: #fff;
}


.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #5980C3 !important;
    border-color: transparent;
    color: #fff;
}

.d-table {
    display: flex !important;
    min-height: 40px;
    height: 100%;
    margin-left: -2px;
    margin-right: -10px;
}

.date-col-rt-ltgy {
    display: table-cell;
    text-align: center;
    color: #fff !important;
    background: #aab0b7;
    font-size: 0.8rem;
    padding: 0px 10px;
    font-weight: 600;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-width: 50px;
    vertical-align: middle;
}


.pull-right {
    float: right !important;
}



.daterangepicker.show-calendar {
    z-index: 100000000;
}

#p_Time-popover-body .btn.btn-secondary.mx-1.cancel-btn {
    display: none;
}




.dttim {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.timewidth {
    width: 100%;
}


/*.daterangepicker .calendar-table,
.daterangepicker .calendar-date,
.daterangepicker .drp-calendar.left {
    display: none !important;
}

.daterangepicker .drp-calendar.right {
    border: none !important;
}*/

.popover-header {
    padding: 0px !important;
}

div.page.pointerevents {
    pointer-events: none;
    cursor: not-allowed;
}


.custom-control {
    padding-top: 6px;
}

.popoverClose {
    margin-top: -9px;
    margin-right: -8px;
}

.single.opensright:not(.auto-apply) .calendar-table {
    display: none !important;
}

.single.opensright:not(.auto-apply) .drp-calendar.left {
    padding: 8px 8px 8px 8px !important;
}

.single.opensleft:not(.auto-apply) .calendar-table {
    display: none !important;
}

.single.opensleft:not(.auto-apply) .drp-calendar.right {
    padding: 8px 8px 8px 8px !important;
}

.boxradius {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.boximg {
    height: 34px;
    margin-top: -1px;
    margin-left: 0px;
}

#frmPost .form-group {
    margin-bottom: 0px !important;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    background: #ffffff !important;
}

.mapviewdisable {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 900;
    /*visibility: hidden*/
    opacity: 0;
    transition: all 0.4s;
}

/*.userleftimg {*/
/* font-size: 1rem; */
/*background: #808080 !important;
    width: 40px;
    text-align: center;
    font-weight: 500;*/
/* padding-top: 10px;*/
/*}*/

.userleftimg {
    background: #808080 !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-radius: 50%;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom: 2px solid #BABABA !important;
}
.userleftwhite {
    background: #ffffff !important;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}



/*.spbh {
    width: 80px;
}
*/


img::selection {
    background-color: transparent !important;
}

/* For WebKit-based browsers (optional for compatibility) */
img::-webkit-selection {
    background-color: transparent !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}


.modalxlwidth {
    min-width: 80%;
}


.custFileInput {
    height: 25px !important;
}



.main-content-body-mail {
    display: contents;
}

.mapcardimg {
    display: flex;
    justify-content: left;
    align-items: center;
    max-height: 100px;
    width: 100px;
}

    .mapcardimg img {
        max-width: 100px;
        max-height: 50px;
    }

.mapcardname {
    font-size: 13px;
    color: #5E5E5E;
    font-weight: 600;
    padding-right: 10px;
    padding-top: 10px;
    width: 268px;
}

.btn-light {
    background-color: #f4f4fb !important;
}



.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ededf5;
    color: var(--primary-bg-color);
    border: 1px solid #ededf5;
    border-radius: 3px;
}



.tbltimegrid th, .tbltimegrid td {
    padding: 0.1rem;
    padding-left: 3px !important;
}

.tbltimegrid th {
    padding-right: 5px !important;
}

.tbltimegrid select, .tbltimegrid input {
    border: 0px !important;
}


.fa-1x {
    font-size: .875em;
}


.facloseswp {
    position: absolute;
    top: 10px;
    right: 7px;
}

.btn-close:hover {
    color: #4a4a69 !important;
    text-decoration: none;
    /* opacity: .75; */
}

.calendar-time {
    display: flex
}

.timear {
    float: inline-end;
}

.btn.btn-secondary.btn-default.bootbox-cancel {
    display: none;
}

.crophide .cropper-container.cropper-bg, .crophide1 #hoverbtn .cropper-container.cropper-bg, .crophide2 #hoverbtn1 .cropper-container.cropper-bg {
    display: none !important;
}

.crophide .cropbtn, .crophide1 .cropbtn, .crophide2 .cropbtn1 {
    display: none !important;
}

.crophide .Cropbtns, .crophide .Cropbtns1 {
    position: absolute;
    right: 1px;
    bottom: 1px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/*.crophide1 .Cropbtns {
    position: absolute;
    right: 14px;
    top: 4px;
}*/

.mt075rem {
    margin-top: 0.75rem !important;
}

.divclass {
    align-items: inherit;
    display: inline-flex;
}

.dialabel {
    width: 195px;
    display: inline-flex;
    padding: 5px;
}

.setwidth {
    height: 38px !important;
    width: 240px !important;
    border-radius: 0.2rem;
}

.clearbtn {
    background-color: #a69fa0 !important;
    border-color: #a69fa0 !important;
}


.suname {
    font-weight: 600;
    font-size: 15px;
}



.tablegrid tr {
    cursor: pointer;
}


.dmap {
    margin-top: -8px !important;
    position: absolute;
    margin-left: -8px !important;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ededf5;
    outline: 0;
}

.select2-selection__clear {
    color: #ededf5;
}

.infoclose {
    font-size: 1.1rem;
    margin-left: -3px;
}



.alert-danger ul:nth-child(1) {
    padding: 0px;
}


.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label, input.custom-control-input.parsley-success ~ .custom-control-label, textarea.custom-control-input.parsley-success ~ .custom-control-label {
    color: inherit;
}


.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, input.custom-control-input.parsley-success:checked ~ .custom-control-label::before, textarea.custom-control-input.parsley-success:checked ~ .custom-control-label::before {
    border-color: inherit;
    background-color: var(--primary-bg-color);
}



.filtericon {
    line-height: inherit;
    color: var(--primary-bg-color);
    display: none;
    cursor: pointer;
}




.hide {
    display: none !important;
}




.table thead th, .table thead td {
    font-weight: 500;
    /*color: #00000085;*/
}


.practicelocationpopover {
    padding: 8px;
    font-size: 19px;
    display: inline-flex;
    font-weight: 500;
    color: var(--primary-bg-color);
    /*  z-index: 5000;
    max-width: 1080px;
    font-size: 13px;
    line-height: 23px;*/
}

    .practicelocationpopover::before {
        left: 100%; /* Position the arrow on the right side */
        margin-left: -5px; /* Adjust as needed */
    }


.custom-popover-body {
    max-height: 550px;
    overflow-y: scroll;
}

.custom-switch-input:not(:checked) ~ .custom-switch-indicator {
    background: #C35980;
}


.body {
    margin: 100px;
}

#LocationImage, #LocationImage1 {
    display: none;
}

#LocationImage-label, #LocationImage-label1 {
    font-size: 14px;
    padding: 5px 7px;
    border: 1px solid black;
    border-color: #EDEDF5;
    border-radius: 4%;
    /*margin-top: 0.5rem;*/
    margin-bottom: 0;
    border-radius: 4px;
}


.practiceicon {
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
    display: inline-flex;
    margin-right: 20px;
    /* padding-top: 10px; */
    margin-bottom: 10px;
    margin-top: 5px;
    height: 50px;
}

.practiceicon {
    position: relative;
}

.practiceiconsetting {
    margin: auto;
    padding-top: 3px;
}

.practiceiconimg {
    /* height: 35px;*/
    width: 120px;
}

    .practiceiconimg img {
        height: 100%;
        /* width: 110px;*/
        object-fit: contain;
    }




.pt20 {
    padding-top: 20px;
}

.screentitle {
    font-size: 21px;
}


.divstatuspopcontent {
    width: 200px;
    height: 130px;
}


.rightsidemenu > span {
    font-size: 15px;
    /*font-weight: 500;*/
}


.signout {
}

.modal-header {
    padding-right: 0px;
    padding-left: 20px;
}

.modal-title {
    font-weight: 400;
}


.addlocation {
    display: none;
}


.choosefile-center {
    text-align: left;
}


.table-bordered thead th, .table-bordered thead td {
    border-top-width: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.bg-default {
    background-color: var(--primary-bg-color);
}


.adsedit {
    margin-top: 9px;
}

.editimg {
    margin-top: 0.5rem;
}

.mt-n10 {
    margin-top: -10px;
}

#mapViewsadd:not(.updateLoc) {
    height: 400px !important;
    border-radius: 5px;
}




/*   Newly Added for Time && Date pickers  */
.cancelBtn, .applyBtn {
    font-weight: 400 !important;
    font-family: var(--time-font) !important;
}

.ampmselect, .minuteselect, .hourselect, .monthselect, .yearselect, .ranges {
    font-size: 0.8rem !important;
    font-family: var(--time-font) !important;
    color: #4d5875 !important;
}

.calendar-table td, .calendar-table th, .drp-selected, .daterangepicker .ranges li {
    font-family: var(--time-font) !important;
    font-size: 0.8rem !important;
    font-weight: 400;
}

.calendar-table th {
    font-weight: 500 !important;
}

.monthselect, .yearselect, .hourselect, .ampmselect, .minuteselect {
    border: 1px solid #c5bebe !important;
    border-radius: 0.2rem;
}

.daterangepicker .drp-buttons {
    border-top: none !important;
}

.daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    margin-right: 2% !important;
}

.gm-style-iw {
    padding-bottom: 5px !important;
}


.deactive {
    border: 3px solid #C35980 !important;
    background-color: #fbf6f7;
}

.deactivelst {
    border: 3px solid #dabfc9 !important;
    background-color: #fbf6f7;
}

.delete-btn {
    color: #fff !important;
    background-color: var(--delete-btn);
    border-color: var(--delete-btn);
}

.checkbox-wrapper-18 .round {
    position: relative;
}

    .checkbox-wrapper-18 .round label {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 20px;
        width: 20px;
        display: block;
    }

        .checkbox-wrapper-18 .round label:after {
            border: 2px solid #fff;
            border-top: none;
            border-right: none;
            content: "";
            height: 5px;
            left: 5px;
            opacity: 0;
            position: absolute;
            top: 6px;
            transform: rotate(-45deg);
            width: 11px;
        }

    .checkbox-wrapper-18 .round input[type="checkbox"] {
        visibility: hidden;
        display: none;
        opacity: 0;
    }

        .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
            background-color: #5980C3;
            border-color: #5980C3;
        }

            .checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

/* Newly Added*/
.roletbl {
    border: none;
}

.roletblchk {
    /* display: flex;
    justify-content: flex-end;
    align-items: center;*/
    display: inline-block;
}

.roleth {
    font-weight: 400 !important;
}

.rolecheckbox {
    /* margin-right: 5px;*/
}


.alert {
    margin-top: 10px;
}

.chkaccessname {
    font-size: 0.84rem;
    margin-top: 3px;
}

.checkboxNA {
    font-size: 15px;
}

.practicecheckbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.practicecolumn {
    overflow: scroll;
    height: 380px;
}


.searchboxfld {
    color: #4d5875 !important;
    font-size: 15px;
    border: 1px solid #c5bebe;
    line-height: 1.5;
    /*  padding: 0.25rem 0.5rem;*/
    margin-top: 3px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding-top: 5px;
}

    .searchboxfld:focus {
        border-color: #5980C3 !important;
        outline: none;
    }

.allchkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}


/*.pdContainer {
    min-height: 250px;
}*/

/*.pdtContainer {
    min-height: 25px;
}*/

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.0rem var(--primary05);
}


.btn-primary {
    font-weight: 500;
    font-size: 15px;
}

.ulpdt {
    list-style: none; /* Remove default bullet points */
    margin: 0;
    padding: 0;
}


.ulpd {
    list-style: none; /* Remove default bullet points */
    margin: 0;
    padding: 0;
}

    .ulpd li {
        display: inline-block;
        margin: 0 0px; /* Add spacing between items */
        /* Optional: Set a maximum width for wrapping */

        max-width: 200px;
    }

.ulpdt li {
    display: inline-block;
    margin: 0 0px; /* Add spacing between items */
    /* Optional: Set a maximum width for wrapping */

    max-width: 200px;
}

.lispacer {
    height: 23px;
}

.lidpt {
    /* background-color: #f4f4f4;
    color: var(--primary-bg-color);*/
    /* padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;*/
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;
    margin: 5px;
    margin-right: 0px;
    /* width: 140px;*/
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    /*    font-size: 0.8rem;*/
    padding-top: 1px;
}


    .lidpt.active {
        /*  background-color: #ededf5;
        color: var(--primary-bg-color);*/
    }


.lidpti {
    background-color: #f4f4f4;
    color: var(--primary-bg-color);
    border-radius: 4px;
    width: 140px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    text-align: center;
    /* font-size: 0.8rem; */
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}


    .lidpti.active {
        background-color: #ededf5;
        color: var(--primary-bg-color);
        border: 1px solid var(--primary-bg-color);
    }

.lidpd {
    background-color: #f4f4f4;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;
    margin: 5px;
    margin-right: 0px;
    /*  width: 150px;*/
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    position: relative;
    font-size: 0.8rem;
}





    .lidpd.opdt {
        width: 136px;
    }



    .lidpd.active {
        /* background-color: #ededf5;*/
        background-color: var(--primary-bg-color);
        color: #fff;
    }


.lipdc {
    font-size: 0.6rem;
    margin-left: 9px;
    padding-top: 3px;
    color: #605c5c;
    font-weight: 700;
    position: absolute;
    right: 4px;
}


.dtsm {
    opacity: 1;
    cursor: pointer;
    font-weight: 500;
    cursor: pointer;
    /*    float: right;*/
    right: -1px;
    top: 0px;
    height: 38px;
    position: absolute;
}


.calmulti {
    color: var(--primary-bg-color);
    /*cursor: pointer;
    position: absolute;
    right: -1px;
    top: 0px;*/
    padding-top: 9px;
}

.pdContainer {
}

.ullipd {
    min-height: 34px;
    border: 1px solid #c5bebe;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
}

.timeInner {
    border: 1px solid #c5bebe;
    width: 100%;
    border-radius: 4px;
    /* margin-top: 5px;*/
    position: relative;
    min-height: 34px;
    padding-bottom: 2px;
}

.practicelst {
    margin-top: 2px;
    margin-bottom: 2px;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-size: 0.84rem;
}

.modalcls {
    max-width: 65%;
}

.rolecheckbox1 {
    /*  margin-right: 15px;*/
}


.practicelst1 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 0.84rem;
}


.scheduleDiaglog {
    width: 915px;
    max-width: 100%;
}



.excludedInput.is-invalid {
}



.ptbtn {
    display: block !important;
}

.prbtnt {
    transition: none !important;
    top: 37px;
    right: 0px;
    left: auto;
}



.pdsf {
    width: 150px;
    margin: 5px;
}

.dtsm > i {
    margin-left: 4px;
    font-size: 0.875rem;
}

.dtsm.dropdown-toggle::after {
    border: 0px !important;
}


.fttime {
    font-size: 1.2rem;
    opacity: 0.6;
    float: inline-end;
    padding: 5px;
    margin-right: 5px;
    cursor: pointer;
}







/*.flatpickr-calendar {
    z-index: 111100041 !important;*/ /* Bootstrap modals use 1050, so this ensures the calendar appears above */
/*line-height: 16px;
}

    .flatpickr-calendar td, .flatpickr-calendar th, .flatpickr-day, .numInputWrapper, .flatpickr-monthDropdown-months {
        font-size: 0.8rem !important;
        font-weight: 400;
        font-family: var(--time-font) !important;
    }

    .flatpickr-calendar.open {
        display: inline-block;
        z-index: 111100041 !important;
    }


.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background-color: #ededf5 !important;
    color: var(--primary-bg-color) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ededf5 !important;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #ededf5;
    background: #ededf5 !important;
    color: var(--primary-bg-color) !important;
}


.flatpickr-day {
    max-width: 39px !important;
    height: 37px !important;
    line-height: 36px !important;
}


.flatpickr-done-button {
    margin-top: 5px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 5px !important;
    background-color: #ededf5 !important;
    color: var(--primary-bg-color) !important;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: inline-end;
    font-size: 80%;
    font-weight: 500;
}

    .flatpickr-done-button:hover {
        background: #ededf5 !important;
        color: var(--primary-bg-color) !important;
    }


.flatpickr-reset-button {
    margin-top: 5px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 5px !important;
    background-color: #efefef !important;
    color: #7b7979;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    float: inline-end;
    font-size: 80%;
    font-weight: 500;
}

    .flatpickr-reset-button:hover {
        background: #ededf5 !important;
        color: var(--primary-bg-color) !important;
    }*/

/**FLAT PICKER*/

.flatpickr-calendar {
    background-color: var(--custom-white) !important;
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
    border: 1px solid var(--default-border) !important;
    font-size: 0.8725rem !important;
    z-index: 111100041 !important;
    /* width: 255px !important;*/
}

.flatpickr-days {
    /*width: 253.875px!important;*/
}

/*.flatpickr-current-month {
    display:inline-flex!important;
}*/

.flatpickr-day {
    /* max-width: 36px !important;
    height: 30px !important;
    line-height: 30px !important;*/
}


.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    color: var(--black-9) !important;
    fill: var(--black-9) !important;
}

/*.flatpickr-day.today.inRange {
    color: var(--primary-color) !important;
}*/

.dayContainer {
    padding: 0.25rem !important;
    /*  width: 306.875px !important;
    min-width: 306.875px !important;
    max-width: 306.875px !important;*/
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: var(--custom-white) !important;
    font-size: 0.813rem;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    padding: 0.25rem;
    fill: #323251;
}

.flatpickr-day.inRange {
    box-shadow: none !important;
}

.flatpickr-calendar.open {
    z-index: 111100041 !important;
}

/*.flatpickr-current-month .flatpickr-monthDropdown-months {
    background-color: var(--primary01) !important;
    border-radius: 0.25rem !important;
}*/

.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--text-muted) !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--text-muted) !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: none !important;
}

.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
    opacity: 0.5 !important;
}

.flatpickr-day.today, .flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #ededf5 !important;
    background: #ededf5 !important;
    color: var(--primary-bg-color) !important;
}


.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    background: var(--default-background) !important;
    border-color: var(--default-border) !important;
}

/* .flatpickr-day.today:hover {
        background-color: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
        color: #fff !important;
    }*/

.flatpickr-calendar.hasTime .flatpickr-time {
    border-top: 1px solid var(--default-border) !important;
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    border-bottom-color: var(--default-border) !important;
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--default-border) !important;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: var(--default-background) !important;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    color: var(--text-muted) !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    inset-inline-start: 0 !important;
}

.flatpickr-months,
.flatpickr-weekdays {
    background-color: #ededf5 !important;
}

    .flatpickr-months .flatpickr-prev-month,
    .flatpickr-months .flatpickr-next-month {
        inset-block-start: 0 !important;
        padding-block-start: 0.313rem !important;
        padding-inline: 0.313rem !important;
        padding-block-end: 0 !important;
        color: #323251 !important;
        fill: #323251 !important;
    }

@media (min-width: 420px) {
    .flatpickr-time .flatpickr-am-pm {
        padding: 0 1.875rem 0 0.5rem;
    }
}

.flatpickr-weekdays {
    border-block-end: 1px solid var(--default-border) !important;
}

.numInputWrapper span.arrowUp {
    top: -0.125rem !important;
}

.flatpickr-current-month .numInputWrapper {
    width: 3.5rem !important;
}

.flatpickr-calendar.hasTime {
    width: auto;
}

[dir=rtl] .flatpickr-months .numInputWrapper span {
    left: 0 !important;
    right: inherit !important;
}

@media (max-width: 575.98) {
    .flatpickr-calendar {
        width: 250px !important;
    }
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    margin: -1px 2.25rem 0 0 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    padding-block: 0 !important;
    padding-inline-start: 0 !important;
    padding-inline-end: 0.5ch !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    stroke: #323251;
}

/*.nextMonthDay{
    display:none!important;
}*/

.flatpickr-day {
    /* border-radius: 0.85rem !important;*/
}

.numInputWrapper:hover {
    background: transparent !important;
}

.numInputWrapper span {
    border: 0px !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-block-end-color: var(--primary-color) !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #fff !important;
}

.numInputWrapper span:hover {
    background: transparent !important;
}

.numInputWrapper span.arrowUp:after {
    border-inline-start: 0.25rem solid transparent !important;
    border-inline-end: 0.25rem solid transparent !important;
    border-block-end: 0.25rem solid var(--primary05) !important;
    inset-block-start: 75% !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-block-start-color: var(--primary-color) !important;
}

.numInputWrapper span.arrowDown:after {
    border-inline-start: 0.25rem solid transparent !important;
    border-inline-end: 0.25rem solid transparent !important;
    border-block-start: 0.25rem solid var(--primary05) !important;
    inset-block-start: 15% !important;
}

.flatpickr-months .flatpickr-month {
    color: var(--primary-color) !important;
    fill: var(--primary-color) !important;
}

.flatpickr-monthDropdown-months,
.numInput {
    color: var(--primary-color) !important;
}

.pcr-app {
    background: var(--custom-white) !important;
}

    .pcr-app .pcr-interaction .pcr-result {
        color: var(--default-text-color) !important;
        background: var(--default-background) !important;
    }

.theme-container button,
.theme-container1 button,
.theme-container2 button {
    display: none;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
    margin-inline-end: 0.75em !important;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
    margin-inline-start: 0.75em !important;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 0 var(--default-border) !important;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3) !important;
}

.flatpickr-done-button {
    font-weight: 400 !important;
    font-family: var(--time-font) !important;
    color: #fff !important;
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
}

.flatpickr-reset-button {
    font-weight: 400 !important;
    font-family: var(--time-font) !important;
    background-color: #efefef !important;
    color: #7b7979;
}

.flatpickr-reset-button, .flatpickr-done-button {
    border-radius: 0.2rem !important;
    margin-right: 5px;
    border: none;
    margin-bottom: 10px;
}

.flatpickr-day.selected, .flatpickr-day prevMonthDay selected {
    background-color: var(--primary-bg-color) !important;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ededf5 !important;
}

.flatpickr-day {
    color: #323251 !important;
    font-family: var(--time-font) !important;
    font-size: 0.8rem !important;
    font-weight: 400;
}

    .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.today, .flatpickr-day {
        height: 25px !important;
        margin-bottom: 2px;
    }

.flatpickr-day {
    line-height: 25px !important;
}

    .flatpickr-day.today, .flatpickr-day.selected {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

span.flatpickr-weekday {
    color: #323251 !important;
    font-weight: 500 !important;
    font-size: 0.8rem !important;
}

.flatpickr-monthDropdown-months,
.numInput {
    color: #323251 !important;
}

.dateicon {
    margin-right: 5px !important;
}


.schdDatepop {
    width: 85px !important;
}

.divstatuspopcontent {
    margin: 5px;
}


.popover-body {
    padding: 0rem;
    margin-right: 5px;
}

.popover_container {
    padding-bottom: 0px !important;
}


.schdTimepop {
    width: 140px !important;
}

.passwordinfo {
    padding: 10px !important;
    text-align: center;
}

.homepracticelistsearch {
    width: 50%;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-radius: 0px;
    padding-top: 10px;
    padding-left: 0px;
}


.schdTimepop > div {
    width: 100%;
}

/* These all for Responsive screen it only apply when their target min max width  */

.responsive-logo .mobile-logo {
    position: fixed !important;
    padding-left: 14px !important;
    display: flex;
    align-items: center !important;
    position: absolute !important;
    height: auto !important;
    width: 190px; /* Ensure it takes full width */
    max-width: 190px; /* Prevents it from getting larger than the screen */
    margin: 0 auto;
    justify-content: center !important;
    text-align: center !important;
    /* Added flexibility for smaller screens */
    box-sizing: border-box;
    padding-left: 0px;
    top: 4px;
    /*transform: translateY(-20%);*/
}

@media (max-width: 768px) {
    .responsive-logo .mobile-logo {
        /*margin-top: 11px !important;*/
        height: 2.2rem !important;
        width: fit-content;
        top: 9px !important;
    }

    .main-logo {
        height: auto !important; /* Adjust height for smaller screens */
    }

    .dropdown-menu {
        min-width: 100px;
        max-width: 200px;
    }
}

@media (max-width: 992px) {
    .responsive-logo .header-logo {
        display: block;
        margin: 0 auto;
        /* left: 0; */
        /* right: 0; */
        text-align: left;
        left: 0;
    }
}

@media (max-width: 1150px) and (min-width: 990px) {
    .mail-option { /* Home selected loc grid */
        height: 40px;
    }

        .mail-option h4 { /* Home selected loc text  */
            line-height: 1;
        }

    .praccardimg img { /* Home Practice list img */
        max-width: 100px;
        max-height: 50px;
        right: 5px;
    }
}

@media (max-width: 1150px) and (min-width: 500px) {
    .wd-20p { /* Home Practice search popover */
        width: 50%;
    }

    .responsiveroletbl { /* Add user modal */
        flex: none !important;
        max-width: 100% !important;
    }

    .dropdown-menu {
        min-width: 150px;
        max-width: 330px;
    }
}

@media (max-width: 1360px) and (min-width: 500px) {
    .gridleft { /* Managed Request list */
        position: relative;
        transform: translateY(0%);
    }
}


#timecontainer {
    /* max-width: 600px;
    max-height: 250px;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;*/
    /*    height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;*/
}

.timeInner {
    /* display: inline-table;*/
    /* margin-right: 5px;
    width: 100px;*/
    margin-bottom: 10px;
}

.timefirstul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: ruby;
}

.cmultialt {
    padding-top: 1px !important;
}



.timeInnerheader {
    text-align: center;
    /*  font-weight: 500;*/
    /*background-color: #ededf5 !important;*/
    border-radius: 4px;
    margin-top: 2px;
    margin-left: 5px;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 4px;
    width: 91px;
    line-height: 19px;
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
}


.nowrap {
    text-wrap-mode: nowrap;
    margin-top: 5px !important;
}

.form-label-sch-width-pd {
    width: 110px;
}

.form-label-sch-width {
    width: 125px;
}

.form-label-sch-width-add {
    width: 104px;
}


.form-label-sch-width-city {
    width: 117px;
}

.form-label-sch-width-state {
    width: 125px;
}

.form-label-sch-width-zip {
    width: 55px;
}

@media (max-width: 988px) {
    .form-label-sch-width-add {
        width: 125px;
    }


    .form-label-sch-width-city {
        width: 125px;
    }

    .form-label-sch-width-state {
        width: 125px;
    }

    .form-label-sch-width-zip {
        width: 125px;
    }
}


.listschdDatepop {
    width: auto !important;
    line-height: 23px !important;
    background-color: #f4f4f4;
    color: var(--primary-bg-color);
}

.fw-600 {
    font-weight: 600;
}

.modal-title {
    font-size: 17px;
}

.btn {
    font-size: 15px !important;
}

.table thead th, .table thead td, .table th, .table td {
    font-size: 15px !important;
}

.form-label, .main-profile-menu .dropdown-item {
    font-size: 15px !important;
}

.card-sigin {
    background: #5980C3;
}

.pthighlight {
    color: #5980C3 !important;
    font-weight: 700;
}


.emailref {
    color: #5980C3 !important
}



.btnlogin {
    background-color: #E99948 !important;
    width: 129px;
    border-radius: 30px;
    padding: 7px 1px;
}


.btn-schedule {
    background-color: var(--employer-bg-color1) !important;
    color: #fff !important;
}

.servicestabs {
    background-color: #5E5E5E1A;
    color: #BEBEBE;
    display: inline-block;
    padding: 3px 11px 3px 11px;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.fromservicestabs {
    background-color: #5E5E5E1A;
    color: #6D6E71;
    display: inline-block;
    padding: 3px 11px 3px 11px;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
    .fromservicestabs.fromtabSelected {
        background-color: #5980C3;
        color: #FFFFFF;
    }
.servicestabs.tabSelected {
    background-color: #E6EBF4;
    color: #5980C3;
}

.main-mail-body .Physician,
.main-mail-body .MRI,
.main-mail-body .Therapy,
.main-mail-body .DME,
.main-mail-body .CT,
.main-mail-body .ASC,
.main-mail-body .Pediatric,
.main-mail-body .Rx {
    background-color: #cddaf0 !important;
}

.Physician, .MRI, .Therapy, .DME, .CT, .ASC, .Pediatric,.Rx {
    color: #5980C3;
    background-color: #E6EBF4;
    padding: 4px 6px;
    border-radius: 6px;
    margin-right: 6px;
    font-weight: 500;
    margin-bottom: 4px;
}

.main-mail-body .Urgent_Care {
    background-color: #f5d2d2 !important;
}

.Urgent_Care {
    color: #CE2D1E;
    background-color: #F7E7E7;
    padding: 2px 5px;
    border-radius: 6px;
    font-weight: 500;
    margin-right: 6px;
    margin-bottom: 4px;
}

.gm-ui-hover-effect {
    opacity: 1 !important;
}
.gm-style .gm-style-iw-c {
    background-color: #ffffff99 !important;
    backdrop-filter: blur(9.399999618530273px) !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15) !important;
}

.gm-style-iw-d {
    overflow: auto !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #FFFFFFBF !important;
    backdrop-filter: blur(9.399999618530273px) !important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15) !important;
}
.ServiceOptiondiv{
    display:none !important;
}

.modal-backdrop.show {
    opacity: 0.1 !important;
    background-color: #000000 !important;
}
.modal-content {
    border: unset !important;
    box-shadow: 0px 2px 6px 0px #00000026;
    backdrop-filter: blur(9.399999618530273px);
    border-radius: 10px !important;
    background-color: #FFFFFFF2 !important;
}
/*#schedulewithpractice input[type="text"],
#schedulewithpractice input[type="email"],
#schedulewithpractice input[type="tel"],
#schedulewithpractice textarea {
    background-color: #ffffff00 !important;
}*/
.ckbox span:after {
    top: 0px;
    left: 2px;
}
.ckbox span:before {
    top: 0px;
    left: 2px;
}
.ckbox span {
    padding-left: 9px;
}
.ratingdiv {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}
.ratingcircle {
    border-radius: 50%;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    width: 18px;
    height: 18px;
    /* font-family: var(--ion-title-font1);*/
}
.uncheckrating {
    font-size: 13px;
    color: #4a4a69;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6D6E71;
    background: #fff;
    /*border: 2px solid #bfbfc0;*/
    /*  // border:2px solid var(--ion-color-checkboxborder);*/
}

.checkrating {
    font-size: 13px;
    color: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #6D6E71;
}
    .checkrating:nth-child(1) {
        background: #00853F;
    }

    .checkrating:nth-child(2) {
        background: #428a2f;
    }

    .checkrating:nth-child(3) {
        background: #668f20;
    }

    .checkrating:nth-child(4) {
        background: linear-gradient(to left, #879112, #a7920e);
    }

    .checkrating:nth-child(5) {
        background: #b58a16;
    }

    .checkrating:nth-child(6) {
        background: #c28221;
    }

    .checkrating:nth-child(7) {
        background: linear-gradient(to left, #cc7a2e, #c56b37);
    }

    .checkrating:nth-child(8) {
        background: #ba5d3e;
    }

    .checkrating:nth-child(9) {
        background: #ad5143;
    }

    .checkrating:nth-child(10) {
        background: #9e4747;
    }

#p_LocationName {
    color: #5E5E5E;
    font-size:16px;
    font-weight:500;
}
.ullipd:last-of-type, .timeInner:last-of-type {
    margin-bottom: 0px !important;
}
.checkbox-wrapper-12 span {
    position: relative;
    top: -3px;
}

.modal.show {
    z-index: 10000007;
}
.main-header {
    height: 75px;
}

.Searchbtnimg {
    background-color: var(--employer-bg-color1);
    padding: 2px 7px 4px 8px;
    border-radius: 8px;
    position: absolute;
    top: 3px;
    right: 5px;
}

.copyrightcss {
    /*    text-align: center;
    position: absolute;
    right: 41%;
    bottom: 30px;
    color: #6D6E71 !important;
    font-weight: 500;*/
    text-align: center;
    position: absolute;
    /* right: 41%;*/
    bottom: -11px;
    color: #6D6E71 !important;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#p_phone_email {
    display: none;
}

#schedulewithpractice label {
    color: #5E5E5E !important;
    font-weight: 500 !important;
}
#p_LocationAddress{
    display:none;
}
#schedulewithpractice .praccardimg {
    float: left !important;
}

    #schedulewithpractice .praccardimg img {
        /* width: 180px !important;*/
        height: 70px !important;
        object-fit: contain;
    }

    #schedulewithpractice .praccardimg img {
        max-width: 300px !important;
        max-height: unset !important;
        right: 20px !important;
        position: absolute !important;
    }
#P_displayaddress, #P_displayaddress1 {
    color: #5E5E5E;
    font-size: 13px;
}



.checkbox-wrapper-45 {
    position: relative;
}



    .checkbox-wrapper-45 input[type="checkbox"] {
        display: none;
        visibility: hidden;
    }

    .checkbox-wrapper-45 .cbx {
        -webkit-perspective: 20;
        perspective: 20;
        display: inline-block;
        border: 2px solid #6D6E71;
        background: #e8e8eb;
        border-radius: 6px;
        transform: translate3d(0, 0, 0);
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .checkbox-wrapper-45 .cbx:hover {
            border-color: var(--employer-bg-color);
        }

    .checkbox-wrapper-45 .flip {
        display: block;
        transition: all 0.4s ease;
        transform-style: preserve-3d;
        position: relative;
        width: 20px;
        height: 20px;
    }

    .checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx {
        border-color: var(--employer-bg-color);
    }

        .checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx .flip {
            transform: rotateY(180deg);
        }

    .checkbox-wrapper-45 .front,
    .checkbox-wrapper-45 .back {
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }

    .checkbox-wrapper-45 .front {
        background: #fff;
        z-index: 1;
    }

    .checkbox-wrapper-45 .back {
        transform: rotateY(180deg);
        background: var(--employer-bg-color);
        text-align: center;
        color: #fff;
        line-height: 20px;
        box-shadow: 0 0 0 1px var(--employer-bg-color);
    }

        .checkbox-wrapper-45 .back svg {
            margin-top: -3px;
            fill: none;
        }

            .checkbox-wrapper-45 .back svg path {
                stroke: #fff;
                stroke-width: 2.5;
                stroke-linecap: round;
                stroke-linejoin: round;
            }
.dayName1 {
    margin-left: 5px;
    position: relative;
    top: -7px;
    color: #757575;
}



.mapSearchtextarea {
    background-color: #EFEFEF !important;
    border: unset !important;
    border-radius: 8px !important;
}

#schedulewithpractice .mapSearch {
    background-color: #EFEFEF !important;
    border: unset !important;
    height: 35px !important;
    padding-left: 10px;
    border-radius: 8px !important;
}
.SumoSelect label{
    display:none;
}
.SumoSelect > .CaptionCont > span {
    padding-right: 37px;
    padding-left: 18px;
    color: #6D6E71;
}
.CaptionCont.SelectBox {
    padding: 0px;
    height: 35px;
    border: unset;
    border-radius: 6px;
}
.SumoSelect > .optWrapper {
    z-index: 34 !important;
}
.SumoSelect > .CaptionCont {
    line-height: 34px;
    background-color: #EFEFEF;
}
    .SumoSelect > .CaptionCont > span.placeholder {
        color: #EFEFEF !important;
    }
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: var(--employer-bg-color) !important;
}

.SelectBox .placeholder {
    background-color: unset !important;
    opacity: 1 !important;
}

.closetimes {
    transform: rotate(45deg);
    position: relative;
    top: -3px;
}
.Addtimes {
    position: relative;
    top: -3px;
}

#divDateTime .row .preferredtimes img[data-id]{
    cursor:pointer;
}
.datepicker .datepicker-switch,
.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    color: var(--employer-bg-color) !important;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background-color: var(--employer-bg-color) !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: var(--employer-bg-color) !important;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom, var(--employer-bg-color), var(--employer-bg-color)) !important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, var(--employer-bg-color), var(--employer-bg-color)) !important;
}

@media (min-width: 800px) {
    #schedulewithpractice .modal-dialog.modal-dialog-scrollable {
        width: 750px;
        /*width: 479px;*/
    }
    
}

@media (max-width: 799px) {
    #schedulewithpractice .modal-dialog.modal-dialog-scrollable {
        /*width: 750px;*/
        width: 479px;
    }
    
}



@media (max-width: 989px) {
    .rightsidemenus {
        width: 20%;
    }
}

@media (min-width: 990px) {
    .rightsidemenus {
        width: 40%;
    }
}

.paginate_button.current {
    border: unset !important;
}

.paginate_button {
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: unset !important;
}

.dataTables_wrapper#Table1_wrapper .dataTables_paginate .paginate_button:not(.current):not(:hover) {
    color: #6D6E71 !important;
}

.sorting.sorting_desc .sorting_descimg, .sorting.sorting_asc .sorting_ascimg {
    display: none;
}

.sorting.sorting_desc .sorting_ascimg, .sorting.sorting_asc .sorting_descimg {
    display: inline-flex;
    padding-left: 3px;
}

.sorting:not(.sorting_desc):not(.sorting_asc) .sorting_descimg {
    display: inline-flex;
    padding-left: 3px;
}

.sorting:not(.sorting_desc):not(.sorting_asc) .sorting_ascimg {
    display: none;
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:after {
    display: none !important;
}
a.btn.btn-sm.Addpractice {
    background-color: #EBEFF7 !important;
    border-radius: 30px !important;
    font-weight: 500;
    border: 2px solid var(--employer-bg-color);
    color: var(--employer-bg-color) !important;
    font-size: 14px !important;
    padding-right: 15px !important;
}
.table td {
    border-top: 1px solid #D7D7D7 !important;
}
.isInActive {
    background-color: #F7E7E7;
    color: #CE2D1E;
    font-weight: 500;
    padding: 3px 7px 5px 7px;
    border-radius: 8px;
}
.isActive {
    background-color: #007A3D1A;
    color: #00853F;
    font-weight: 500;
    padding: 3px 7px 5px 7px;
    border-radius: 8px;
}
#btnschedule {
    background-color: #00853F;
    color: #fff;
}
button.btn.btn-sm.RemoveGroup {
    background-color: var(--employer-bg-color) !important;
    border-radius: 30px !important;
    font-weight: 500;
    border: 2px solid var(--employer-bg-color);
    color: #EBEFF7 !important;
    font-size: 14px !important;
    padding-top: 5px !important;
}
a.btn.btn-sm.backscreen {
    background-color: #EBEFF7 !important;
    border-radius: 30px !important;
    font-weight: 500;
    border: 2px solid #928E85;
    color: #928E85 !important;
    font-size: 14px !important;
    padding-top: 5px !important;
}
a.btn.btn-sm.Save, button.btn.btn-sm.Save {
    background-color: var(--employer-bg-color) !important;
    border-radius: 8px !important;
    font-weight: 500;
    color: #fff !important;
    font-size: 14px !important;
    padding-top: 5px !important;
}
a.btn.btn-sm.Edit, button.btn.btn-sm.Edit {
    background-color: #EBEFF7 !important;
    border-radius: 30px !important;
    font-weight: 500;
    border: 2px solid var(--employer-bg-color);
    color: var(--employer-bg-color) !important;
    font-size: 14px !important;
    padding-top: 5px !important;
}
.ckbox span:after {
    background-color: var(--employer-bg-color);
}
.Addnewrow {
    color: #EBEFF7 !important;
    background-color: var(--employer-bg-color) !important;
    font-size: 9px;
    border-radius: 4px;
    padding: 2px 3px 3px 4px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    margin-left: 6px;
}
/*.nav {
    margin-right: 15px !important;
}*/
.dataTables_paginate.paging_simple_numbers {
    position: absolute;
    bottom: -47px;
    right: 0px;
    z-index: 100;
}
.dataTables_info {
    position: absolute;
    bottom: -40px;
    color: #6D6E71 !important;
    font-weight: 500;
}
.dataTables_wrapper {
    position: unset !important;
}
table.dataTable thead th, table.dataTable tfoot th {
    color: #2E2E2E !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.Maindiv .SumoSelect > .CaptionCont {
    background-color: #fff !important;
}
.Maindiv .CaptionCont.SelectBox {
    height: 40px !important;
    border-radius: 12px !important;
}
.Maindiv .SumoSelect > .CaptionCont > span {
    position: relative;
    top: 3px;
    /*width: 80%;*/
    font-weight: 400;
}
.gridleftthfilter{
    z-index:30;
    cursor:pointer;
}
.Maindiv .SumoSelect > .CaptionCont > span.placeholder {
    color: #8c8c8cb3 !important;
    font-size: 15px !important;
    opacity: 1 !important;
}

#mapbody .main-content-body.main-content-body-mail,
#mapbody .main-mail-list,
#mapbody #mapView {
    height: 100% !important;
}

input.nav-search-input::placeholder {
    color: #8C8C8C;
    font-size: 15px;
}

input.nav-search-input::-webkit-input-placeholder {
    color: #8C8C8C;
    font-size: 15px;
}

input.nav-search-input:-ms-input-placeholder {
    color: #8C8C8C;
    font-size: 15px;
}

input.nav-search-input::-moz-placeholder {
    color: #8C8C8C;
    font-size: 15px;
}

input.nav-search-input:-moz-placeholder {
    color: #8C8C8C;
    font-size: 15px;
}
.table thead th, .table thead td {
    letter-spacing: unset !important;
}
#back-to-top {
    display: none !important;
}
.backbtncolor, .UpdateImageColor {
    background-color: #928E85 !important;
    color: #fff !important;
}
@media (min-width: 767px) {
    .rightsidepadding {
        padding-left: 30px !important;
    }

    .rightsidepaddings {
        padding-left: 40px !important;
    }
}

#imgloc, #imgloc1 {
    border: 1px solid #C0C0C0;
}

#hoverbtn:hover img#imgloc, #hoverbtn:hover img#imgloc1, #hoverbtn1:hover img#imgloc, #hoverbtn1:hover img#imgloc1 {
    opacity: 0.2;
}

#hoverbtn img#imgloc, #hoverbtn img#imgloc1, #hoverbtn1 img#imgloc, #hoverbtn1 img#imgloc1 {
    transition: opacity 0.9s ease; /* duration and easing */
}

#hoverbtn:hover .choosefile-center, #hoverbtn:hover .Cropbtns, #hoverbtn:hover .Cropbtns1,
#hoverbtn1:hover .choosefile-center, #hoverbtn1:hover .Cropbtns, #hoverbtn1:hover .Cropbtns1 {
    display: unset;
}

#hoverbtn .choosefile-center, #hoverbtn .Cropbtns, #hoverbtn .Cropbtns1,
#hoverbtn1 .choosefile-center, #hoverbtn1 .Cropbtns, #hoverbtn1 .Cropbtns1 {
    transition: display 0.9s ease; /* duration and easing */
}

.choosefile-center, .Cropbtns, .Cropbtns1 {
    display: none;
}
.main-profile-menu .dropdown-item {
    font-size: 15px !important;
}
.bootbox-body {
    font-size: 15px !important;
}
.dataTables_info, .paginate_button {
    font-size: 15px;
}
.mt20 {
    margin-top: 20px;
}

.mt13 {
    margin-top: 13px;
}
.sweet-alert h2 {
    padding-top: 0px !important;
}

.sweet-alert .sa-icon.sa-success {
    border-color: #5980c3;
}

    .sweet-alert .sa-icon.sa-success .sa-line {
        background-color: #5980c3;
    }

.lastseen {
    background-color: #dff2ff !important;
}
body.backgroundimgs {
    background-repeat: repeat !important;
    background-size: contain !important;
}

.profilecirclebg {
    width: 80px !important;
    height: 80px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
}
.userprofilephoto{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-radius: 50%;
}
.userlistprofileimg {
    background: #143a51;
    color: #FFFFFF;
    /* padding: 10px;*/
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-content: space-evenly;
    text-align: center;
}

@media (max-width: 989px) {
    .rightsidemenus {
        width: 20%;
    }
}

@media (min-width: 990px) {
    .rightsidemenus {
        width: 40%;
    }
}

.changelogflags {
    border: 1px solid #ffd900 !important;
}
.NearMeButton {
    cursor: pointer;
}
.getcurrentlocation #globalnamesearch {
    padding-right: 68px !important;
}
.NearMeButton {
    display: none;
}
.getcurrentlocation .NearMeButton {
    display: unset !important;
}
.modal-open {
    overflow: hidden !important;
}

.pulse {
    background: var(--employer-bg-color1);
}

    .pulse:before {
        background: rgba(233, 153, 72, 0.6) !important;
        box-shadow: 0 0 0 rgba(233, 153, 72, 0.9) !important;
    }

.DardboardProfile {
    background: var(--employer-bg-color);
    color: #FFFFFF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 25px;
    align-content: space-evenly;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(98, 132, 192, 0.5);
    border: 3px solid var(--employer-bg-color2) !important;
}


.daterangechangelog {
    font-size: 14px;
    font-weight: 500;
    color: #4A4A4A;
    border: none;
   /* float: right;*/
    text-align: center;
}


    .daterangechangelog:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }




.profileimage {
    height: 120px;
    width: 120px;
    border: 3px solid #5980C3;
    border-radius: 69px;
    box-shadow: 0px 0px 12px 0px rgba(98, 132, 192, 0.5);
}

.NewlyAddrows {
    background-color: #ffd90042 !important;
}

.jq-password-validator__popover {
    position: absolute !important;
    background: rgb(239, 239, 239) !important;
    border-radius: 8px !important;
    margin-top: 5px;
    padding: 10px !important;
}
.learnmoretxt {
    display: none !important;
}
.menusimagessize {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
.sidemenustxt {
    color: #4A4A4A !important;
    font-weight: 400;
}
.menudropdownbg {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(2px) !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 200px !important;
    padding-top: 10px !important;
    border-radius: 10px !important;
}
.menudropdownbg:before {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(2px) !important;
    clip-path: polygon(50% 0%, 100% 50%, 50% 50%, 0% 50%) !important;
    width: 15px !important;
    height: 20px !important;
    top: -10px !important;
    transform: rotate(0deg) !important;
}
.menusborder:first-child {
    border-top: none;
}
.menusborder {
    border-top: 0px solid #BABABA !important;
    padding: 0 !important;
}
.navbar-toggler-icon {
    color: #ffffff !important;
}
@media (max-width: 992px) {
    .dropdown.main-profile-menu.nav.nav-item.settings {
        float: inline-start;
        margin-top: 11px;
    }

    .dropdown.nav-item.main-header-notification {
        float: inline-start;
    }

    #navbarSupportedContent-4 ul {
        display: contents !important;
        margin-top: 20px !important;
    }

    .dropdown.main-profile-menu.nav.nav-item.visibletabs {
        display: block !important;
        margin-top: 20px !important;
        margin-right: 14px !important;
    }
        .dropdown.main-profile-menu.nav.nav-item.visibletabs a {
            width: 140px;
        }

    .responsive-navbar.navbar .navbar-collapse {
        width: 40%;
        left: unset;
        right: 0px;
        background-color: var(--employer-bg-color);
        top: 76px;
    }

}

@media (min-width: 992px) and (max-width: 1300px) {
    .dropdown.main-profile-menu.nav.nav-item.visibletabs span {
        display: none;
    }
    .HeaderCounts{
        font-size:60px !important;
    }
  /*  .dropdown-menu.tx-13.show.messagecenter {
        left: -50px !important;
    }*/
}
@media (min-width: 1700px) {
    .dropdown-menu.tx-13.show.messagecenter {
        left: -88% !important;
    }
}
.dropdown.nav-item.main-header-notification .nav-link {
    position: relative;
}


.searchinputpd, .SumoSelect > .CaptionCont > span {
    padding-left: 10px !important;
}
.tablediv {
    margin-bottom: 30px;
}
@media (max-width: 830px) {
    thead.practiceth tr {
        display: flex;
        flex-direction: column;
    }

    thead.practiceth tr th:last-child {
        padding-bottom: 10px !important;
    }

    thead.practiceth th {
        width: 100% !important;
        padding: 5px 0px !important;
    }
}
@media (max-width: 900px) {
    .dataTables_info {
        bottom: -30px;
    }
    .dataTables_paginate.paging_simple_numbers {
        bottom: -75px;
    }
    .tablediv {
        margin-bottom: 85px;
    }
}
@media (min-width: 901px) and (max-width: 1350px) {
    .tablediv {
        margin-bottom: 60px;
    }
}
@media (max-width: 830px) {

    .providertbdiv {
        margin-top: 15px;
    }
}

.namelenght {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.providerprofileimg {
    height: 220px;
    border-radius: 50%;
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .providerprofileimg {
        height: 180px !important;
    }
}
@media (max-width: 1080px) and (min-width: 992px) {
    #select-all, #clear-all {
        width: 20% !important;
    }
}

@media (max-width: 620px) {
    #select-all, #clear-all {
        width: 20% !important;
    }
}

@media (max-width: 1080px) and (min-width: 992px) {
    #select-all, #clear-all {
        width: 20% !important;
    }
}

@media (max-width: 620px) {
    #select-all, #clear-all {
        width: 20% !important;
    }
}

.locstatus {
    padding-right: 0px;
    padding-left: 0px
}

.locstatus1 {
    padding-left: 0px;
}

@media (max-width: 992px) {
    .locstatus {
        padding-left: 0.75rem;
    }
}

@media (max-width: 578px) {
    .locstatus1 {
        padding-left: 0.75rem;
    }
}

@media (max-width: 720px) {
    .locaservices {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 1000px) {
    .addservicesbtn {
        margin-top: 15px;
    }
}

@media (min-width: 675px) and (max-width: 992px) {
    .customersimg {
        margin-top: 5px !important;
    }
}

@media (min-width: 575px) and (max-width: 1250px) {
    .cutomerprac {
        padding: 5px;
    }
}

.customersimg {
    margin-top: -12px;
}

.customerimgdiv {
    width: 150px!important; /* fixed width */
    height: 80px; /* fixed height */
    overflow: hidden; /* crop overflow */
    display: flex;
    align-items: center;
    justify-content: center;
}

.custimgecon {
    width: 100%;
    height: 100%;
    object-fit: contain; /* or "cover" */
}

.custimgetext {
    color: #2E2E2E;
    font-weight: 600;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 40px;
    background: whitesmoke;
    height: 53px;
}


.txtDemo {
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.7px;
    background-color: #2C4A7D;
    padding: 2px 12px;
    border-radius: 20px;
    margin-left: 9px;
    margin-top: 4px;
    position: absolute;
}

.select2-selection__rendered{
    margin-bottom:4px!important;
}

.PracticeHomeimg {
    height: 100px;
    margin-top: 10px;
}
.ServiceTabboxs {
    display: ruby;
}

.ServiceTabboxs div:not(.Urgent_Care) {
    color: #5980C3;
    background-color: #E6EBF4;
    padding: 4px 6px;
    border-radius: 6px;
    margin-right: 6px;
    font-weight: 500;
    margin-bottom: 4px;
}


.imgimper {
    height: 15px;
    margin-left: 5px;
}

.SumoSelect.open .search-txt {
    border-radius: 12px !important;
}

.reportch {
    min-height: 475px;
}

.rptminhgt {
    min-height: 265px;
}

.rptminhgt1 {
    min-height: 180px;
}



@media (max-width: 990px) {
    .UserTitlename {
        font-weight: 600;
        font-size: 22px;
        color: #2E2E2E;
        text-align:center;
    }
}

@media (min-width: 990px) {
    .UserTitlename {
        font-weight: 600;
        font-size: 22px;
        color: #2E2E2E;
    }
}

kbd.QRcode {
    background-color: #5980C3BF !important;
    text-wrap-mode: nowrap;
}
.select2-selection.select2-selection {
    background-color: #EFEFEF !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4d5875 !important;
    margin-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 88%;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }


.messagepin {
    width: 15px;
    cursor:pointer;
/*    margin-right: 7px;*/
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: unset !important;
}
.was-validated .form-control:invalid, .form-control.is-invalid, input.form-control.parsley-error, textarea.form-control.parsley-error,
.was-validated .form-control:valid, .form-control.is-valid, input.form-control.parsley-success, textarea.form-control.parsley-success {
    background-image: unset !important;
    border-color: unset !important;
}

.was-validated .form-control:invalid, .form-control.is-invalid, input.form-control.parsley-error, textarea.form-control.parsley-error {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.providerlistspecialtybtn {
    border-radius: 12px !important;
    font-weight: 500;    
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    width: 100%;
}
.removedbyspecialtychecked {
    background-color: var(--employer-bg-color) !important;
    border: 2px solid var(--employer-bg-color);
    color: #ffffff !important;
}
.groupbyspecialtychecked {
 /*   background-color: #EBEFF7;
    border: 2px solid #928E85;
    color: #928E85 !important;*/
    background-color: #B5B5B5;
    color: #FFF !important;
}
.mandatory {
    color: #8F3232
}
.ui-widget {
    font-family: "Outfit", sans-serif !important;
    font-size: 15px !important;
}
.careServicelistcolor {
    color: #CE2D1E;
    background-color: #F7E7E7;
    display: inline-block;
    padding: 1px 5px 1px 5px;
    border-radius: 8px;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.dropdown-menu .dropdown-header {
    text-transform: capitalize !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ededf5;
    color: #2E2E2E !important;
}

.formsavebtnicon {
    margin-bottom: 1px;
    margin-right: 2px;
    height: 19px;
    width: 17px;
}

.cardcenterbrdline {
    width: 96% !important;
    margin-left: 1%;
    margin-top: 20px;
    height: 1px !important;
    border-top: 1px solid #BABABA !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt--5 {
    margin-top: -5px;
}

.PracSubtitle {
    font-size: 15px;
    color: #979797;
}
.prioritymodaltitle {
    color: #2E2E2E;
    font-size: 19px !important;
    font-weight: 500 !important;
}

.prioritymodalsidetitle {
    color: #979797;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.prioritymodalnametitle {
    color: #5980C3;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.skipbtncls {
    border-radius: 10px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

#moreFiles {
    color: #5980C3;
    cursor: pointer;
    background-color: #5980C32E;
    height: 30px;
    font-weight: 500;
    width: 30px;
    text-align-last: center;
    align-content: space-evenly;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: -5px;
}

.customerdetailfont {
    font-size: 17px;
    color: #5980C3;
    font-weight: 500;
}
.customerdisplaytext {
    font-size: 15px !important;
}
#moreFiles1 {
    color: #5980C3;
    cursor: pointer;
    height: 30px;
    font-weight: 500;
    width: 30px;
    text-align-last: center;
    align-content: space-evenly;
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: -5px;
}