/***************************************************************
   adding CSS by Aniruddha
****************************************************************/
/***************************************************************
  Start Bootstrap 5.3.3 overwrite to mach our theme
****************************************************************/
:root,
[data-bs-theme=light] {
    --bs-blue: #009EFB;
    --bs-primary: #009EFB;
    --bs-link-color: #009EFB;
}

.form-check-input:checked {
    background-color: #009EFB;
    border-color: #009EFB;
}

.form-range::-webkit-slider-thumb {
    background-color: #009EFB;
}

.form-range::-moz-range-thumb {
    background-color: #009EFB;
}

.btn {
    border-radius: .4em !important;
    padding: 3px 12px; /*button height 32 px*/
}

.btn-primary {
    border-radius: .4em !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #009efb !important;
    --bs-btn-border-color: #009efb !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #0c82c5 !important;
    --bs-btn-hover-border-color: #0c82c5 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253v;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009efb !important;
    --bs-btn-active-border-color: #009efb !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #009efb !important;
    --bs-btn-disabled-border-color: #009efb !important;
    --bs-btn-active-bg: #0c82c5 !important;
    --bs-btn-active-border-color: #0c82c5 !important;
}

.btn-outline-primary {
    --bs-btn-color: #009EFB;
    --bs-btn-border-color: #009EFB;
    --bs-btn-hover-bg: #0c82c5;
    --bs-btn-hover-border-color: #0c82c5;
    --bs-btn-active-bg: #009EFB;
    --bs-btn-active-border-color: #009EFB;
    --bs-btn-disabled-color: #009EFB;
    --bs-btn-disabled-border-color: #009EFB;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #acaeaf;
    --bs-btn-border-color: #acaeaf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #989b9c;
    --bs-btn-hover-border-color: #989b9c;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #989b9c;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #acaeaf;
    --bs-btn-disabled-border-color: #acaeaf;
}

.bunchIcon {
    padding: 5px;
    height: 20px !important;
    width: 20px !important;
    font-size: 1.2rem !important;
    color: #6C7293;
    background: transparent;
    border-radius: 5px;
    transition: .3s all;
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: #009EFB;
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: #009EFB;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #009EFB;
}

.pagination {
    --bs-pagination-active-bg: #009EFB;
    --bs-pagination-active-border-color: #009EFB;
}

.progress,
.progress-stacked {
    --bs-progress-bar-bg: #009EFB;
}

.list-group {
    --bs-list-group-active-bg: #009EFB;
    --bs-list-group-active-border-color: #009EFB;
}

.alert-warning {
    --bs-alert-color: #3b6794;
    --bs-alert-bg: #d9f3ff;
    --bs-alert-border-color: #009EFB;
    --bs-alert-link-color: #3b6794;
}

.alertclose {
    background: none;
    border: none;
    font-size: 1.475rem !important;
    font-weight: bold;
    color: #9aacb2;
}
/***************************************************************
  Start Bootstrap 5.3.3 overwrite to mach our theme
****************************************************************/

/***************************************************************
  Start Bootstrap 5.3.3 Modal Popup Changes
****************************************************************/
.modal-header {
    padding: 0.4rem 0.4rem;
    line-height: 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    background-color: var(--blue);
    color: #ffffff;
    justify-content: space-between;
    border-radius: 5px 5px 0 0px;
}


.Modal-header {
    text-align: left;
    padding: 5px !important;
    -webkit-border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
    height: 30px !important;
    text-transform: capitalize;
    background-color: var(--blue);
    color: #ffffff
}


.modalsavebtn, .modalclosebtn {
    border-radius: .4em !important
}

.custom-close-btn {
    font-size: 1.3rem !important;
    font-weight: bold;
    line-height: 1;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
}

    .custom-close-btn:hover {
        color: red;
    }

.popupBtn:active, .popupBtn:hover, .popupBtn:focus {
    border: none !important;
}
/***************************************************************
  End Bootstrap 5.3.3 Modal Popup Changes
****************************************************************/

/***************************************************************
   Start Main CSS
****************************************************************/
:root {
    scroll-behavior: smooth;
    --font-family: "Nunito", sans-serif;
    --blue: #009EFB;
    --white: #ffffff;
}

html {
    background-color: #ffffff;
    scroll-behavior: smooth;
    font-size: 14px;
}

body {
    font-family: var(--font-family) !important;
    font-size: 1rem;
    background-color: var(--white);
    color: #333333;
    scrollbar-face-color: #dbe9f2;
    scrollbar-highlight-color: #9cb8c8;
    scrollbar-shadow-color: #ccdee8;
    scrollbar-3dlight-color: #c2d4e0;
    scrollbar-track-color: #f2f6f9;
    scrollbar-darkshadow-color: #9cb8c8;
}

ul {
    padding-left: 0;
}

    ul li {
        list-style: none;
    }

.title-onoff {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700;
}

.mobile-right-menu {
    border: none;
}

    .mobile-right-menu:focus {
        box-shadow: none;
    }
/***************************************************************
   End Main CSS
****************************************************************/
/***************************************************************
   Start main Dashboard
****************************************************************/
.app-wrapper {
    position: relative;
    display: grid;
    grid-template-areas:
        "lte-app-sidebar lte-app-header"
        "lte-app-sidebar lte-app-main"
        "lte-app-sidebar lte-app-footer";
    grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
    grid-template-rows: min-content 1fr min-content;
    grid-template-columns: auto 1fr;
    grid-gap: 0;
    align-content: stretch;
    align-items: stretch;
    max-width: 100vw;
    min-height: 100vh;
}

.app-sidebar {
    position: sticky;
    top: 0;
    bottom: 0;
    /*z-index: 1038;*/
    /*z-index: 10009;*/
    z-index: 1082; /*bootstrap modal z-index 1055*/
    grid-area: lte-app-sidebar;
    min-width: var(--lte-sidebar-width);
    max-width: var(--lte-sidebar-width);
    transition: min-width 0.3s ease-in-out, max-width 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
    background: var(--blue);
    box-shadow: 3px 8px 4px 0px #8080802e;
    box-sizing: content-box;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 4.25rem;
    /*start if left menu height is smaller then screen then add scroller but we have hide from below css */
   /* overflow-x:hidden;
    overflow-y:auto;*/
   /*end if left menu height is smaller then screen then add scroller but we have hide from below css */
}

.app-header {
    /*z-index: 1034;*/
    z-index: 1081;
    grid-area: lte-app-header;
    max-width: 100vw;
    border-bottom: 1px solid var(--bs-border-color);
    transition: 0.3s ease-in-out;
    background-color: var(--white);
    padding: 5px 0px;
    transition: all 0.3s ease;
    box-shadow: 0px 3px 4px 0px #8080802e;
    /*width: calc(100% - 84px);*/
    height:65px;
}

.app-main {
    position: relative;
    display: flex;
    flex-direction: column;
    grid-area: lte-app-main;
    /*max-width: 94.5vw;*/
    max-width: 100vw;
    /*max-width: 95.5vw;*/
    transition: 0.3s ease-in-out;
    /*overflow:hidden;*/
}

.app-footer {
    grid-area: lte-app-footer;
    width: inherit;
    max-width: 100vw;
    padding: 0.5rem 1rem;
    color: var(--bs-secondary-color);
    background-color: var(--bs-body-bg);
    transition: 0.3s ease-in-out;
    /*box-shadow: 0px 0px 0px 2px #8080802e;*/
    z-index: 1;
}

.app-logo {
    width: 20rem
}

.app-sidebar a {
    color: var(--white);
}

.header_top {
    top: 0px;
}

.modal-body {
    background-color: var(--white);
    padding: 15px;
}
/*start responsive for top navigation menu on small screen */
@media only screen and (min-width: 320px) and (max-width: 576px) {
    .input-group-floting input:not(:placeholder-shown) ~ label, .input-group-floting label {
        /*font-size: .563rem;*/
        font-size: 0.8rem;
    }
}

@media (min-width: 922px) {
    .d-desktopScreen {
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width: 366px) and (max-width: 374px) {
    .d-desktopScreen{
        display:flex;
    }
}

 @media only screen and (min-width: 320px) and (max-width: 436px) {
    #btnSeparateClose {margin-right:5px!important;}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .d-columnMobile {
        display: flex;
        flex-direction: column;
        float: right;
        justify-content: flex-end;
    }
     
    .mobile-profileWidthAdujst {
        display: flex;
        align-items: center;
        float: right;
    }

    .mobileMarginBottom-10 {
        margin: 0 0 10px 0px;
    }

    .app-header .app-logo {
        width: 13rem !important;
    }

    .app-header .border-left-blue {
        border-left: none !important;
    }

    .mobileposition-absolute {
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
        background: #fff;
        padding: 5px 10px 5px 5px;
        box-shadow: rgba(128, 128, 128, 0.18) 0px 3px 4px 0px;
        padding-bottom: 0px;
    }

    .mobilePadingRight-0 {
        padding-right: 0 !important;
    }

    .mobileWidth-100 {
        width: 100%
    }
}

@media only screen and (min-width: 375px) and (max-width: 991px) {
    .border-left-blue-mobile-none {
        border-left: none !important;
    }

    .provider-name {
        max-width: fit-content;
        float: right;
    }

    .mobileMarginBottom-10 {
        margin-bottom: 10px;
    }

    .d-columnMobile {
        display: flex;
        flex-direction: column;
        float: right;
    }

    .d-inlineTab {
        display: flex;
        align-items: center;
        flex-direction: row;
        float: right;
        justify-content: end;
    }

    .app-header .app-logo {
        width: 10rem;
    }

    .mobileposition-absolute {
        position: absolute;
        width: 100%;
        top: 55px;
        left: 0;
        background: #fff;
        padding: 10px 5px 0px 5px;
        box-shadow: rgba(128, 128, 128, 0.18) 0px 3px 4px 0px;
    }

    .paddingZeroSmallScreen {
        padding: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .d-smallScreen {
        display: block !important;
        padding: 0px 0px 0px 5px;
    }

    .d-none-smallScreen {
        display: none !important;
    }
}


/*end responsive for top navigation menu on small screen */

/***************************************************************
   End main Dashboard
****************************************************************/
/***************************************************************
   Start Home Dashboard - message center section
****************************************************************/

.dashboard-messagecenter-tablecolumn-left {
    width: calc(100% - 130px);
}

.dashboard-messagecenter-tablecolumn-center {
    width: 150px;
    color: #386490;
    text-align: center;
    padding: 0px 10px;
}

    .dashboard-messagecenter-tablecolumn-center, .dashboard-messagecenter-tablecolumn-center .event-month-year {
        font-size: 1rem; /* 16px */
        font-weight: 700;
        color: #386490;
    }

        .dashboard-messagecenter-tablecolumn-center .event-date {
            font-size: 1.125rem; /* 18px */
            font-weight: 700;
            color: #386490;
            line-height: 15px;
        }

.dashboard-messagecenter-tablecolumn-right {
    width: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 1367px) {

    html, span, label, td, li, button, Button, a, small, h4, .Initial, .Clicked, div {
        font-size: 0.9rem !important;
    }

    .Title {
        margin-bottom: 5px;
    }

    .dashboard-messagecenter-tablecolumn-left {
        width: 100px;
    }

    .dashboard-messagecenter-tablecolumn-center {
        width: 15%;
    }

        .dashboard-messagecenter-tablecolumn-center, .dashboard-messagecenter-tablecolumn-center .event-month-year {
            font-size: 0.75rem; /* 12px */
        }

            p, .Grid, label, .Button, .dashboard-messagecenter-tablecolumn-center .event-date {
                font-size: 0.875rem; /* 14px */
            }

    .dashboard-messagecenter-tablecolumn-right {
        width: 10%;
        /* padding: 0px 10px;
        text-align: right;*/
    }

    .provider_td {
        display: block !important;
    }
    span#ctl00_ContentPlaceHolder2_lblHeader {
        display: inline-block;
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        text-align:left;
    }
}
/* start dashboard tag table header line hight adjust*/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .platformName {
        font-size: 0.813rem;
    }

    tr.GridHeader th {
        line-height: 20px;
    }

    .provider-section-height {
        height: 100%;
    }
}
/* end dashboard tag table header line hight adjust*/
/***************************************************************
   End Home Dashboard - message center section
****************************************************************/


/***************************************************************
   Start Custom Scrollbar
****************************************************************/
/*
::-webkit-scrollbar {width: 5px;height: 5px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #88888840;}
::-webkit-scrollbar-thumb:hover {background: #8888886e;}
::-webkit-scrollbar-thumb:window-inactive {background: #8888886e;}
*/
/***************************************************************
   End Custom Scrollbar
****************************************************************/

/***************************************************************
   Start main Dashboard - aside
****************************************************************/
/*.menu-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}*/

.navbar-nav {
    z-index: 2 !important;
}
/***************************************************************
   End main Dashboard - aside
****************************************************************/




/***************************************************************
   Start Home Page Table
****************************************************************/
div#idx_messagecenter_table_container table.GridItem:nth-child(even) {
    background-color: #f1f1f1 !important;
}

.tabb {
    padding-top: 5px;
    float: left;
    /*width: 100px;
    height: 25px;*/
    line-height: 22px;
    text-align: center;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-color: Gray;
    margin-left: 3px;
    margin-top: 3px;
    cursor: default;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 10pt;
    font-family: var(--font-family);
    padding: 2px 10px;
    margin-top: 0;
    background-color: #e2e2e2;
    color: var(--black);
}

.atabb {
    background-color: var(--blue);
    color: var(--white);
}

/***************************************************************
   End Home Page Table
****************************************************************/


/***************************************************************
   Start Responsvive
****************************************************************/
#leftsideMenu #menuBar {
    /*margin-left: 30px*/
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    /*start option 1 left slider streatch with full height and bootom menu fix at bottom*/
    /*.app-sidebar {
        position: absolute;
        width: 0px;
        margin-left: -30px;
        height: 100%;
        min-height: 630px;
    }
    .sidebar_toggle {
        margin-left: 0px;
    }*/
    /*end option 1 left slider streatch with full height and bootom menu fix at bottom*/

    /*start option 2 left slider fix and bootom menu align with top menu*/
    .app-sidebar {
        position: fixed;
        width: 0px;
        margin-left: -30px;
        /*height: 100%;
        min-height: 630px;*/
        /*justify-content: flex-start;*/
        /*height: 100vh;*/
        overflow-y: auto;
    }

    .sidebar_toggle {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    /*end option 2 left slider fix and bootom menu align with top menu*/

}

@media only screen and (min-width: 577px) and (max-width: 768px) {
    /*.app-sidebar {
        height: 100%
    }*/
    /*start  comment following code for the hide scroll bar on the page we want to add scroll bar on section*/
    .app-main {
           overflow: auto;*/*/
        /*overflow: hidden;*/
    }
    /*end  comment following code for the hide scroll bar on the page we want to add scroll bar on section*/
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
    .app-main {
        overflow: unset !important;
    }
    .app-logo {
        width: 15rem
    }

    .d-ruby-smallScreen {
        display: ruby !important;
    }
}

@media(max-width:401) {
    select#drpTemplates, select#drpTemplates1 {
        width: 100% !important;
    }
}
/*comment by indrapal 01/07/2025 */
/*.SumoSelect > .CaptionCont > span.placeholder {
    color: #fff !important;
}*/

/***************************************************************
   Start Issue with responsive table in frmBusinessGroupList
****************************************************************/


/***************************************************************
   End  Issue with responsive table in frmBusinessGroupList
****************************************************************/

.input-height-34, .k-input {
    height: 34px;
}

input {
    border-radius: .4em !important;
    // same as btn class
}




/***************************************************************
   Start Issue with responsive table in frmClientInsurance
****************************************************************/
@media only screen and (min-width: 320px) and (max-width: 589px) {
    .mobile-flexwrap-wrap {
        flex-wrap: wrap;
    }
}

/***************************************************************
   End  Issue with responsive table in frmClientInsurance
****************************************************************/




/***************************************************************
   Start  color selector css on status list page
****************************************************************/

#colorSelector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(../images/select.png);
}

    #colorSelector div {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 30px;
        height: 30px;
        background: url(../images/select.png) center;
    }

#colorSelector2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../images/select2.png);
}

    #colorSelector2 div {
        position: absolute;
        top: 4px;
        left: 4px;
        width: 28px;
        height: 28px;
        background: url(../images/select2.png) center;
    }

#colorpickerHolder2 {
    top: 32px;
    left: 0;
    width: 356px;
    height: 0;
    overflow: hidden;
    position: absolute;
}

    #colorpickerHolder2 .colorpicker {
        background-image: url(../images/custom_background.png);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #colorpickerHolder2 .colorpicker_hue div {
        background-image: url(../images/custom_indic.gif);
    }

    #colorpickerHolder2 .colorpicker_hex {
        background-image: url(../images/custom_hex.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_r {
        background-image: url(../images/custom_rgb_r.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_g {
        background-image: url(../images/custom_rgb_g.png);
    }

    #colorpickerHolder2 .colorpicker_rgb_b {
        background-image: url(../images/custom_rgb_b.png);
    }

    #colorpickerHolder2 .colorpicker_hsb_s {
        background-image: url(../images/custom_hsb_s.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_hsb_h {
        background-image: url(../images/custom_hsb_h.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_hsb_b {
        background-image: url(../images/custom_hsb_b.png);
        display: none;
    }

    #colorpickerHolder2 .colorpicker_submit {
        background-image: url(../images/custom_submit.png);
    }

    #colorpickerHolder2 .colorpicker input {
        color: #778398;
    }

#customWidget {
    position: relative;
    height: 36px;
    z-index: 1;
}
/***************************************************************
   End  color selector css on status list page
****************************************************************/
.bottom-content .menu-links {
    margin-bottom: 0px;
}

.menu, .bottom-content {
    display: flex;
    justify-content: center;
    margin-bottom:4px;
}