﻿
/* display form control*/
.form-label-display {
    background: #e9eaf6;
    padding: 0.5em;
    display: flex;
    color: black;
    flex: auto;
    font-weight: 500;
}

    .form-label-display.empty {
        padding: 1.15rem
    }

.text-muted {
    display: block;
}

.form-label-display.refform {
    background: #cfdafb;
    border: solid 0.1rem;
}

.form-label {
    margin-bottom: 0
}

.underline-brk {
    display: block;
    text-decoration-line: underline
}

.group-labels label,
.group-labels span {
    display: inline;
    clear: both;
}
/* White Card Style*/
.white_box {
    border-radius: 0px !important
}
.white_card {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

    .white_card .white_card_header {
        border-bottom: 1px solid #f4f5fa;
        padding: 20px 20px;
        background: linear-gradient(45deg, rgba(57, 59, 61, 1) 0%, rgba(57, 59, 61, 0.25) 100%);
    }

    .white_card .white_card_body {
        padding: 40px
    }

.modal-body .white_card .white_card_body {
    padding: 0
}

@media(max-width:575.98px) {
    .box_header.box_header_block {
        flex-direction: column;
        align-items: flex-start !important
    }
    .white_card .white_card_body {
        padding: 15px
    }

}

@media(max-width:575.98px) {
    .box_header.box_header_block .main-title {
        margin-bottom: 15px
    }
}

.box_header .title_info p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #a3a0fb
}

/* width extensions */
.mw-15-rem {
    min-width: 15rem;
}
.mw-10-rem {
    min-width: 10rem;
}
.mw-90-per {
    min-width: 90%;
}
/* required field indicator*/

.glyphicon.glyphicon-asterisk.required {
    font-size: x-small;
    vertical-align: top;
    color: red;
}

/* required field indicator style overload*/
.required-ind .glyphicon.glyphicon-asterisk.required {
    float: left;
    margin-top: 1.2rem;
    margin-right: .5rem;

}
    .required-ind p {
        margin-top: 0.5rem;
        float: left

    }

/*Google Api - Place - Address list styles*/
.GApiAddList {
    z-index: 12000
}

/*Large check box design */
.gi-more.nolabel {
    margin-top: 2.8rem;
}


.tsicheckbox {
    display: inline-table;
    margin: 2px 10px 2px 0px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 2px 10px 2px 0px;
    min-width: 230px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 100%;
    padding: 6px 10px;
}

    .tsicheckbox label {
        vertical-align: middle;
        margin: 0px;
        color: #999999;
        cursor: pointer;
        margin-left: 0.5rem;
        display: table-cell
    }

    .tsicheckbox:hover {
        background-color: gainsboro !important;
        color: white !important;
        cursor: pointer;
    }

    .tsicheckbox input[type="checkbox"], .largetickbox input[type="radio"] {
        height: 25px;
        width: 30px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 1rem
    }
/* image upload button style*/
.preview {
    padding: 10px;
    position: relative;
}

    .preview i {
        color: white;
        font-size: 35px;
        transform: translate(50px,130px);
    }

.preview-img {
    border-radius: 100%;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
    display: inline-flex;
    width: 30rem;
    height: 30rem;
}
.browse-button {
    width: 30rem;
    height: 30rem;
    border-radius: 100%;
    position: absolute; /* Tweak the position property if the element seems to be unfit */
    background: linear-gradient(180deg, transparent, black);
    opacity: 0;
    cursor: pointer;
    transition: 0.3s ease;
    display: inline-flex;
    margin-left: -100%
}

    .browse-button:hover {
        opacity: 1;
    }

.browse-input {
    border-radius: 100%;
    transform: translate(-1px,-26px);
    opacity: 0;
    cursor: pointer;
}
.preview.square .preview-img,
.preview.square .browse-button,
.preview.square .browse-input {
    border-radius: 0;
}
.preview.square .preview-img,
.preview.square .browse-button {
    width: 100%;
    height: 100%;
    /*background: none;*/
}

.preview.square i {
    height: fit-content;

}
.profile-background {
    content: " ";
    clip-path: circle(100% at 50% 310%);
    transition: 2s;
    display: block;
    /* min-height: 500px; */
    transition: 2s;
    border-radius: 20px;
    background-image: linear-gradient(2deg, #1b1e73 10%, #63bfcc 65%);
}

.nav-item > .nav-link.login {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
}
    .nav-item > .nav-link.login img {
        width: 4rem !important;
        height: 4rem !important;
    }


/* wizard css*/
.col-3-12 {
    width: 33.33333333333333%
}

.col-4-12 {
    width: 25%
}

.col-5-12 {
    width: 20%
}

.col-6-12 {
    width: 16.66666666666667%
}

.col-7-12 {
    width: 14.28571428571429%
}

.lm-10-px {
    margin-left: 10px;
}

.lm-15-px {
    margin-left: 15px;
}

.lm-20-px {
    margin-left: 20px;
}

.font-size-x {
    font-size: x-large !important;
}
.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: inline-flex;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}*/

.stepwizard-step {
    display: inline-flex;
    text-align: center;
    position: relative;
    background: #f5dab0;
}
.stepwizard-step.first-step {
    border-radius: 1rem 0 0
}

.stepwizard-step.last-step {
    border-radius: 0 1rem 0 0
}

    .stepwizard-step .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
        background-color: white;
        border: 1px solid #ccc;
    }

    .stepwizard-step .btn-primary {
        color: #fff;
        background-color: #2d1967;
        border-color: #2d1967;
        width: 100%;
        border-radius: 0;
    }

    .stepwizard-step .btn-default {
        width: 100%;
        border-radius: 0;
    }

.stepwizard-row .stepwizard-step a.first-step {
    border-radius: 1rem 0 0
}
.stepwizard-row .stepwizard-step a.last-step {
    border-radius: 0 1rem 0 0
}


/* login styles*/
.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%;
}

.omb_login .omb_socialButtons a {
    color: white;
    // In yourUse @body-bg opacity:0.9;
}

    .omb_login .omb_socialButtons a:hover {
        color: white;
        opacity: 1;
    }

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998;
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced;
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10;
}


.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    .omb_login .omb_loginOr .omb_hrOr {
        background-color: #cdcdcd;
        height: 1px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .omb_login .omb_loginOr .omb_spanOr {
        display: block;
        position: absolute;
        left: 50%;
        top: -0.6em;
        margin-left: -1.5em;
        background-color: white;
        width: 3em;
        text-align: center;
    }

.omb_login .omb_loginForm .input-group.i {
    width: 2em;
}

.omb_login .omb_loginForm .help-block {
    color: red;
}

/* button overload styles*/
.btn {
/*    min-width: 12rem
*/}
@media (max-width: 767px) {
    .btn {
        width: 100%
    }
}


/* Spacing*/
.mr-2 {
    margin-right: 2px
}
.mr-3 {
    margin-right: 3px
}
.mr-4 {
    margin-right: 4px
}
.mr-5 {
    margin-right: 5px
}
.mr-2rem {
    margin-right: 2rem
}
.mb-02 {
    margin-bottom: 0.2rem
}
.mb-03 {
    margin-bottom: 0.3rem
}
.mb-04 {
    margin-bottom: 0.4rem
}



/* forms styles */


.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap-no-flex {
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}
    .wrap-no-flex a.comp-title:hover,
    .wrap-no-flex a.comp-title h2:hover {
        background-color: #2daab8
        cursor: pointer
    }

    .wrap:hover {
        /*background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);*/
        /*background: linear-gradient(45deg, rgba(57, 59, 61, 1) 0%, rgba(57, 59, 61, 0.25) 100%);*/
        /*background: linear-gradient(25deg, #eee 0%, #2daab8 80%);*/
        background-color: #2daab8;
        cursor: pointer
    }
        .wrap:hover .fa, .wrap:hover h2, .wrap:hover p {
            color: white;
        }
    .wrap p {
        color: darkgray
    }
.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}

.vcenter {
    margin: auto;
}

.

.mbr-section-title3 {
    text-align: left;
}

h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


.mbr-bold {
    font-weight: 700;
}


/* responsive styles overloaded */
@media (max-width: 991px) {
    .top-wrap .phone,
    .top-wrap .time,
    .top-wrap .address {
        display: none !important;
    }
}

/* Form Wizard style overload*/

#js-wizard-form-modal .tab-list.nav {
    background: #dddddd;
    padding: 1rem;
}
#js-wizard-form-modal .section-title,
#js-wizard-form-modal .section-title h3 {
    padding: 0;
    margin-bottom: 0.5rem;
}
.select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    border: 1px solid #e0e0e0;
    margin-top: 5px;
    overflow: hidden
}

.select2-container--default .select2-results__option {
    padding-left: 22px
}

.rs-select2 .select2-container {
    width: 100% !important;
    outline: none;
    background: #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

    .rs-select2 .select2-container .select2-selection--single {
        outline: none;
        border: none;
        height: 50px;
        background: 0 0
    }

        .rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 50px;
            padding-left: 0;
            color: #555;
            font-size: 16px;
            font-family: inherit;
            padding-left: 22px;
            padding-right: 50px
        }

        .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
            height: 50px;
            right: 15px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
                display: none
            }

            .rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
                font-family: material-design-iconic-font;
                content: '\f2f9';
                font-size: 24px;
                color: #999;
                -webkit-transition: all .4s ease;
                -o-transition: all .4s ease;
                -moz-transition: all .4s ease;
                transition: all .4s ease
            }

    .rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.tab-list {
    list-style: none;
    text-align: center;
    width: 100%
}

.tab-list__item {
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 13px
}

@media(max-width:767px) {
    .tab-list__item {
        display: block;
        margin-bottom: 15px
    }
}

.tab-list__link {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
    background: #999;
    /*width: 162px;*/
    width: auto;
    text-align: left;
    text-wrap: nowrap;
    padding-right: 1.5rem;
    min-width: 10rem
}

@media(max-width:1399px) {
    .tab-list__link {
        min-width: 15rem
    }
}

@media(max-width:767px) {
    .tab-list__link {
        width: 100%
    }
}

.tab-list__link .step {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #666;
    font-size: 18px;
    margin-right: 10px
}

.tab-list__link .desc {
    text-transform: capitalize;
    display: inline-block
}

.tab-list .active .tab-list__link {
    background: #2daab8;
}
.tab-list .active a:focus {
    background: #2daab8;
}
    .tab-list .active .tab-list__link .step {
        background-color: rgba(57, 59, 61, 1)
    }

.tab-content > .tab-pane {
    display: none;
    padding: 35px 0;
    padding-bottom: 10px
}
    .tab-content > .tab-pane.no-padding {
        padding: 0
    }
    
    .tab-content > .tab-pane.active {
        display: block
    }

.title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 24px
}

.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff
}

.card-1 {
    background: 0 0
}

    .card-1 .card-body {
        background: #fff;
/*        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
        box-shadow: 0 8px 20px 0 rgba(0,0,0,.15)*/
    }


/* chosen dropdown overload*/
.chosen-container {
    font-size: 16px;
    font-weight: 500;
}
.chosen-container-active {
    border: 1px solid #2daab8;
}

.chosen-choices {
    padding: .300rem 2.25rem .300rem .75rem !important;
    -moz-padding-start: calc(0.75rem - 3px) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    -moz-appearance: none !important;
}

.chosen-container-single .chosen-single div {
    display: none !important
}

.chosen-container-single.chosen-with-drop .chosen-single {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' style=' transform: scale(-1,1)'><path transform='scale(1,-1)' transform-origin='center' fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !important;
}

/*.chosen-container-single .chosen-single {
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    padding: 0.975rem 2.25rem .375rem .75rem;
}*/
/* margin style overload */
.pt-0 {
    padding-top: 0 !important
}

/* section title and other overloads*/
.section-title {
    font-weight: 700;
    font-size: 20px;
    color: #919191;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}

#tsiModallg, #tsiModal {
    opacity: 1
}
.modal-dialog.modal-lg {
    min-width: 65%;
}

    .modal-dialog.modal-lg .modal-body {padding: 0 30px
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
/*    border-top-left-radius: calc(0.3rem - 5px);
    border-top-right-radius: calc(0.3rem - 1px);
*/
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}


.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}


.appointment .form-control select option {
    background-color: orange
}

.card-min-h {
    min-height: 26rem
}

/* toggle radio button */

.toggle_radio {
    position: relative;
    background: rgba(255,255,255,.1);
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%
}

    .toggle_radio > * {
        float: right;
    }

    .toggle_radio input[type=radio] {
        /* display: none; */
        /* position: fixed; */
        visibility: hidden;
        position: absolute;
    }

    .toggle_radio label {
        z-index: 0;
        display: block;
        width: 3rem;
        /*height: 45px;*/
        /*margin-right: 10px;*/
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
        z-index: 1;
        border: solid 1px gray;
        background: none;
        text-align: center;
        padding: 0.3rem;
        /*margin: 0 2px;*/
        /*background: blue;*/ /*make it blue*/
    }

        .toggle_radio label:has(input[value="false"]):hover,
        .toggle_radio label:has(input[value="False"]):hover {
            background-color: rgba(155,0,14);
        }

        .toggle_radio label:has(input[value="true"]):hover,
        .toggle_radio label:has(input[value="True"]):hover {
            background-color: rgba(0,155,12);
        }

        .toggle_radio label p,
        .toggle_radio label span {
            margin: 0 !important;
            padding: 0 !important
        }

        .toggle_radio label.yes {
            background-color: #009b0c;
            color: white;
            cursor: pointer;
        }

        .toggle_radio label.no {
            background-color: #9b000e;
            color: white;
            cursor: pointer;
        }

.toggle_option_slider {
    /*display: none;*/
    /*background: red;*/
    width: 4rem;
    height: 2.7rem;
    position: absolute;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.toggle_radio label.active:has(input[type=radio]):has([value="false"]),
.toggle_radio label.active:has(input[type=radio]):has([value="False"]) {
    background-color: #9b000e;
    color: white
}

.toggle_radio label.active:has(input[type=radio]):has([value="true"]),
.toggle_radio label.active:has(input[type=radio]):has([value="True"]) {
    background-color: #009b0c;
    color: white
}

.toggle_radio_content {
    display: flex;
}

#filteredtime .toggle_radio_content label {
    margin: 0px;
}

#filteredtime .toggle_radio_content,
#patientIfo .toggle_radio_content {
    float: none;
    display: inline-block
}

#dateandtime .toggle_radio_content,
#patientIfo .toggle_radio_content {
    float: none;
    margin-left: 1.5rem;
}
.toggle_radio .toggle_radio_content .input-group {
    flex-wrap: nowrap
}
/* slider */
.slider {
    margin: 0.8rem;
}

.slider-value {
    display: inline;
    color: red;
}
.slider-label {
    float: right
}

span.ti-face-sad {
    margin-right: 5px;
    float: left;
    font-weight: bolder
}
.no-padding {
    padding: 0 !important
}
.no-margin {
    margin: 0 !important
}
.p-revert {
    padding: revert
}

/* common error message style */
.erro-messaage {
    color: red;
    font-size: 4.2rem;
    margin: auto;
    vertical-align: middle;
    padding-right: 1.2rem;
}

/* back to top button style*/
#back-top {
    background: #2daab8;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff !important;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108,98,98,0.2)
}

@media (max-width: 575px) {
    #back-top {
        right: 16px
    }
}

#back-top a i {
    display: block;
    line-height: 50px;
    color: #fff !important;
}

/* sticy header style */
.navbar {
    border-radius: 0px;
    padding: 0px
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1);
    /*background: #fff*/
}

nav.sticky-bar {
    margin-top: 9rem;
}

.header-sticky.sticky-bar {
    /*background: #070d23;*/
    background: rgba(7, 13, 35, .8);
}

    .header-sticky.sticky-bar.sticky .main-menu ul li a {
        padding: 20px 20px !important
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

@media (max-width: 575px) {
    .header-sticky.sticky-bar.sticky {
        padding: 15px 0px
    }
}

/* progress wait window style*/
.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

/* Changing style for spinner */
.submit-progress {
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em; /* Set to a negative number that is 1/2 of the width */
}

    .submit-progress i {
        margin-right: 0.5em;
    }

.hidden {
    display: none;
}

/* input group style overload*/
.input-group-text-middle .input-group-text {
    border: none;
    border-radius: 0px
}
.mt-4ext {
    margin-top: 2rem !important
}
.input-group [class*="col"] {
    padding: 0
}

/* box shadow style overload*/
.ribbon-row {
    border: solid 1px;
    padding: 10px;
    border-radius: 0.7rem;
    box-shadow: 0px 0px 5px 2px rgb(179 179 179 / 70%);
}
button.option-list {
    border: none !important;
    background: none
}
    button.option-list.full {
        width: 100%
    }
    button.option-list .wrap {
        min-height: 10rem
    }
        button.option-list .wrap.header {
            min-height: 7rem;
            margin-top: .5rem;
        }
        button.option-list .wrap.body {
            min-height: 22rem
        }
        button.option-list .wrap.footer {
            min-height: 5rem;
            margin-bottom: .5rem;
        }

        button.option-list .wrap.active {
            border: solid 2px #393b3d;
        }
    button.option-list svg {
        user-select: none;
        display: inline-block;
        fill: currentcolor;
        flex-shrink: 0;
        transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        font-size: 1.5rem;
        height: 20px;
        width: 20px;
        color: #393b3d;
        position: absolute
    }

/* upload Style */
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding: 11.5px 12px;
    border-radius: 0px 4px 4px 0px;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;

}
.image-preview {
    margin-top: 2.8rem
}
button.image-preview-clear {
    border-radius: 0px;
    border-color: rgb(204, 204, 204)
}
    button.image-preview-clear span {
        margin: 0px;
        vertical-align: middle;
    }
.heading {
    border-bottom: solid;
    margin-top: 2.5rem;
}

/* picture in list*/
.profile-picture {
    width: 100%;
    height: auto;
    /* object-fit: contain; */
    padding: 5px;
    border: 1px solid;
    margin-bottom: 10px
}

td .profile-picture {
    width: 4em;
    height: 4em;
    padding: 2px;
    margin-bottom: 0px;
    border-radius: 50%;
}
/* status button style */

    .status_btn.yellow_btn {
        background: #ffba00
    }

    .status_btn:hover {
        color: #fff
    }
    .status_btn.read {
        background: none !important;
        color: black
    }

.group-info {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 1rem;
}

.patient-info img {
    max-width: 69px;
    max-height: 69px;
    /* border-radius: 50%; */
    /* cursor: pointer; */
    border: solid;
}
.patient-info h1, .patient-info h2, .patient-info h3, .patient-info h4, .patient-info h5, .patient-info h6 {
    margin: 0px
}

/* header style*/
.header_iner .header_right .header_notification_warp {
    margin-right: 50px;
    margin-left: 40px
}

@media(max-width:575.98px) {
    .header_iner .header_right .header_notification_warp {
        margin-right: 25px;
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header_iner .header_right .header_notification_warp {
        margin-right: 35px;
        margin-left: 25px
    }
}

.header_iner .header_right .header_notification_warp li {
    display: inline-block;
    position: relative
}

    .header_iner .header_right .header_notification_warp li:last-child a {
        margin-right: 0
    }

    .header_iner .header_right .header_notification_warp li > a {
        position: relative;
        margin-right: 29px
    }

        .header_iner .header_right .header_notification_warp li > a img {
            width: auto
        }

        .header_iner .header_right .header_notification_warp li > a span {
            position: absolute;
            width: 16px;
            height: 16px;
            text-align: center;
            color: #fff;
            display: inline-block;
            background: #fff;
            font-size: 0;
            border-radius: 50%;
            right: -10px;
            top: -15px;
            text-indent: -9999999999999999999999px
        }
.Menu_NOtification_Wrap {
    background: #fff;
    box-shadow: 0 10px 15px rgba(6,0,8,.22);
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 350px;
    transform: translateY(30px) translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

@media(max-width:575.98px) {
    .Menu_NOtification_Wrap {
        width: 300px;
        transform: translateY(30px) translateX(55px)
    }
}

.Menu_NOtification_Wrap.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px) translateX(20px);
    max-height: 58vh;
    overflow-y: scroll;
}

@media(max-width:575.98px) {
    .Menu_NOtification_Wrap.active {
        transform: translateY(16px) translateX(55px)
    }
}

.Menu_NOtification_Wrap .notification_Header {
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    background: #2daab8
}

    .Menu_NOtification_Wrap .notification_Header h4 {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 0
    }

.Menu_NOtification_Wrap .Notification_body {
    /*padding: 20px;*/
    height: auto;
    overflow: auto
}

    .Menu_NOtification_Wrap .Notification_body .single_notify {
        margin-bottom: 10px;
        padding: 5px 15px
    }

        .Menu_NOtification_Wrap .Notification_body .single_notify:hover {
            background-color: #eee !important;
        }
        .Menu_NOtification_Wrap .Notification_body .single_notify:last-child {
            margin-bottom: 0
        }

        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb {
            margin-right: 15px
        }

            .Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img {
                width: 40px;
                height: 40px;
                border-radius: 5px
            }

        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_content a h5 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500
        }

        .Menu_NOtification_Wrap .Notification_body .single_notify .notify_content p {
            font-size: 13px;
            font-weight: 400;
            margin-bottom: 0
        }

.Menu_NOtification_Wrap .nofity_footer {
    padding: 13px 20px;
    background: #f5f7f9;
    border-radius: 0 0 10px 10px
}

    .Menu_NOtification_Wrap .nofity_footer .submit_button a {
        font-size: inherit !important
    }


/* collaps style */
.tsi-collaps-body {
    border: solid 0.5px #2daab8;
    margin-top: -1.8rem;
    padding-top: 3rem !important;
    border-radius: 1rem
}

/* patient chart menu style */
.nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-expand-lg .navbar-nav .nav-item {
    text-align: center;
    margin: auto;
    border-color: #4b3b7d;
    border-left: 1px solid;
}

    .navbar-expand-lg .navbar-nav .nav-item a {
        font-size: 16px;
        font-weight: 400;
        color: #676b84;
        background: #fff;
        transition: .3s;
        position: relative;
        z-index: 0;
        background: 0 0;
    }

    .navbar-expand-lg .navbar-nav .nav-item a > img {
        vertical-align: middle;
        width: 2.5rem;
        display: block;
        opacity: 0.5

    }

    .navbar-expand-lg .navbar-nav .nav-item.active a {
        background: linear-gradient(to top, #2daab8, #ffffff) no-repeat top center
    }

    .navbar-expand-lg .navbar-nav .nav-item.active a > img {
        opacity: 1;
    }

.nav-item:after {
    display: block;
    content: '';
    border-bottom: solid 3px #2daab8;
    transform: scaleX(0);
    transition: transform 450ms ease-in-out;
}

.nav-item:hover:after {
    transform: scaleX(1);
}

.nav-item.fromRight:after {
    transform-origin: 100% 50%;
}

.nav-item.fromLeft:after {
    transform-origin: 0% 50%;
}

.nav-item.active:after {
    content: '';
    border-bottom: solid 3px #2daab8;
    transform: scaleX(1);
}

/*Google Api - Place - Address list styles*/
.GApiAddList {
    z-index: 12000;
    white-space: pre
}

/* ICD Code Search List overload style*/
.ectComponent .wordlist ul,
.ectComponent .browser ul.toplevel, .ectComponent .entitylist ul.toplevel {
    margin: 0 !important
}

img.pdfIcon {
    width: 2rem;
}

td.svg-icon svg {
    width: 2rem;
}


/* Modal wait window style*/
#tsiWaitModal.modal {
    top: 30%
}

/* jquery-ui dropdown overwrite style*/
li.ui-menu-item .ui-menu-item-wrapper {
    border-bottom: solid 0.5px darkgray;
}
.ui-autocomplete {
    max-height: 25rem;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.ui-autocomplete-loading {
    background: white url("../img/ui-anim.gif") right center no-repeat;
    background-size: contain;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 450px;
}

/* accordion style overload*/
.accordion .collapsed {
    border: solid 2px #2daab8 !important
}
.rate-label {
    float: right;
    color: darkgray
}

/* iframe container for image/doc view*/
.imgDocIframe {
    width: 100%;
    height: 40rem
}

.imgDocIframe img {
    height: 100% !important
}

/* list item style overload*/
a.list-group-item {
    color: #0d6efd
}

    a.list-group-item:hover {
        font-weight:bolder
    }

/* main title style overload*/
.inline-flex > * {
    display: inline-flex;
    margin: 0

}
.main-title a.ti-plus {
    margin-left: 0.5rem;
    border-radius: 50%;
    padding: 0.3rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #2daab8;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inline-flex label {
    padding-right: 0.5rem
}
.inline-flex span {
    padding-left: 0.5rem
}
.white_box h3 span {
    color: black;
    font-size: inherit;
    margin: 0;
}
/* spinner style overload*/
a .spinner-border {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    margin-left: 1rem
}
.icon {
    color: white !important
}

/* email slidebar overload */
.email-sidebar ul li.required {
    border-left: solid 0.5rem red;
}
.email-sidebar ul li.required a {
    margin-left: -0.5rem
}

/* modal style overload */
.modal-footer {
    display: block
}
.modal-body {
    max-height: 75vh;
    overflow-y: auto;
}

/* report styles */
#reportMainFrame {
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
}
#printdiv:hover {
    cursor: pointer
}
.width-50 {
    width: 50%
}
.inline-block {
    display: inline-block
}

.pull-right {
    float: right
}
.text-right {
    text-align: right
}
.text-bold {
    font-weight: bold
}
    .text-bold *,
    .text-bold span {
        font-weight: bold !important
    }

.text-bolder {
    font-weight: bolder
}
    .text-bolder *,
    .text-bolder span {
        font-weight: bolder !important
    }
.venue-picture-display {
    width: 100%
}

.comp_none {
    padding: 0
}

/* form wizard */
.board {
    width: 100%;
    margin: 60px auto;
    height: 500px;
    background: #fff; /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

    .board .nav-tabs {
        position: relative; /* border-bottom: 0; */ /* width: 80%; */
        margin: 40px auto;
        margin-bottom: 0;
        box-sizing: border-box;
    }

    .board > div.board-inner {
        background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
        background-size: 30%;
    }

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 16%;
    z-index: auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default; /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    /*position: absolute;*/
    left: 0;
    text-align: center;
    font-size: 25px;
}

    span.round-tabs.one {
        color: rgb(34, 194, 34);
        border: 2px solid rgb(34, 194, 34);
    }

li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five {
    color: #999;
    border: 2px solid #999;
}

li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.nav-tabs > li {
    width: 20%;
    position: relative;
    display: inline-flex
}
/*li.active:before { content: " "; position: absolute; left: 45%; opacity:0; margin: 0 auto; bottom: -2px; border: 10px solid transparent; border-bottom-color: #fff; z-index: 1; transition:0.2s ease-in-out; }*/

li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}

li.active:after {
    content: " ";
    position: absolute;
    left: 46.5%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}

.nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .nav-tabs > li a:hover {
        background: transparent;
    }

.tab-content {
}

.tab-pane {
    position: relative;
    padding-top: 50px;
}

.tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green {
    background-color: #5cb85c; /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
    .btn.green:hover,
    .btn.green:focus, .btn.green:active {
        background-color: #1a791a; /*border: 2px solid #5cb85c;*/
    }

@media( max-width : 585px ) {
    .board {
        width: 90%;
        height: auto !important;
    }

    span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tab-content .head {
        font-size: 20px;
    }

    .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .btn-outline-rounded {
        padding: 12px 20px;
    }
}

.greview {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* color: rgb(255, 255, 255); */
    display: inline-flex;
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom
}
.padding_1 {
    padding: 1rem
}

/* jquery ui css overload */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important
}

/* custom checkbox style */
/* The container */
.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .chk-container label {
        cursor: pointer
    }
    /* Hide the browser's default checkbox */
    .chk-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
input[type=checkbox] {
    /*display: none;*/
}

    input[type=checkbox] + input + label[data-t-num],
    label[data-t-num] {
        height: 4rem;
        width: 1.5rem;
        display: inline-block;
        padding: 0 0 0 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        cursor: pointer
    }

.fs-xsmall {
    font-size: x-small !important
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #cfdafb;
    font-family: 'FontAwesome';
    padding-right: 3px;
    font-size: 20px;
}

/* On mouse-over, add a grey background color */
.chk-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk-container input:checked ~ .checkmark {
    background-color: #cfdafb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f00c";
    position: absolute;
    display: none;
    margin-left: 0.2rem
}

/* Show the checkmark when checked */
.chk-container input:checked ~ .checkmark:after {
    display: block;
}

.de-content-overlay .chk-container input:checked ~ .checkmark:after {
    color: black;
}


/* ================================================== */
/* section */
/* ================================================== */
section.page-header {
    padding: 10vh 0 3vh 0;
}

.de-content-overlay hr {
    border-top: solid 1px #fff;
}

.section-title-tsi {
    border-bottom: solid 1px;
    margin-bottom: 1vh;
}

    .section-title-tsi h4 {
        background-color: white;
        color: black;
        padding: 0.5vh 1vh;
        width: fit-content;
    }

.flex-middle-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* hyperlink */
a.link {
    text-decoration: underline !important
}

/* chosen dropdown overright */
.chosen-drop .chosen-search input {
    color: black !important
}

/* divider */
.divider-outer {
    position: relative;
}

.modal-content .divider-outer {
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    padding-top: 15px;
}

/*    .divider-outer .col {
        padding: 15px 30px;
    }*/

.divider {
    position: absolute;
    width: 1px;
    background: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
    padding: initial
}

    .divider span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
        font-weight: bolder;
        color: white;
        background-color: black;
        border: 1px solid #f0f0f0;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
        text-align: center;
    }

/*    .divider:after {
        content: '\f006';
        font-family: 'FontAwesome';
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        font-size: 12px;
        color: #4caf50;
        background: #fff;
        border: 1px solid #f0f0f0;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        margin-left: -15px;
        text-align: center;
    }*/

.name-input-group label {
    margin: auto 0;
    margin-right: 10px;
}

/* alignments */
.vertical-top {
    vertical-align: top !important
}

.docview .box-icon .text {
    margin-left: 6vh !important;
}

.docview .box-icon .icon img {
    width: 2.5vh;
    padding: 0px
}

a.style-1 {
    text-decoration: underline
}

.text-left-imp {
    text-align: left
}

.btn-line.active {
    background-color: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

    .btn-line.active:after,
    a.btn-line.active:after,
    a.btn-line.active:after {
        color: #fff;
    }

.service-item .owl-carousel .owl-item {
    max-width: 25rem
}

.no-padding-bottom {
    padding-bottom: 0px !important
}

.full {
    width: 100%
}
.mh-40vh {
    min-height: 40vh;
}

.section-title-tsi h4 {
    background-color: #000000;
    color: #ffffff;
    padding: 0.2rem;
    width: 25%;
}

#dropdownMenuButton img {
    width: 2vh
}

#dropdownMenuButton + .dropdown-menu {
    min-width: 0;
    inset: 0px auto auto -7vh !important;
}

/* TSI Table Styles */
.tsi-table thead {
    background-color: #eee !important;
}

input[type="button"] {
    width: -webkit-fill-available;
    height: auto;
}

.highlighted-dark-grey {
    padding: 0px 10px 0px 10px;
    background-color: #6c757d;
    font-weight: 600;
    color: white;
}
.highlighted-light-yellow {
    padding: 0px 10px 0px 10px;
    background-color: #ffd358;
    font-weight: 600;
    color: initial;
}

.float-right {
    float: right !important
}

table.tsi-table th.delete {
    text-align: left;
    cursor: pointer;
    border-bottom-color: #111 !important
}

table.dataTable.tsi-table tbody th, table.dataTable.tsi-table tbody td {
    padding: 3px 5px !important
}
.dataTables_wrapper.container-fluid {
    padding: 0 !important
}
/* margin styles */
.mt-off-05 {
    margin-top: -0.5rem !important
}

.mt-off-1 {
    margin-top: -1rem !important
}

.mt-off-1_5 {
    margin-top: -1.5rem !important
}

.mt-off-2 {
    margin-top: -2rem !important
}

.ml-off-05 {
    margin-left: -0.5rem !important
}

.ml-off-07 {
    margin-left: -0.7rem !important
}

.ml-off-1 {
    margin-left: -1rem !important
}

.ml-05 {
    margin-left: 0.5rem !important
}

.ml-1 {
    margin-left: 1rem !important
}

.ml-2 {
    margin-left: 2rem !important
}

.ml-3 {
    margin-left: 3rem !important
}

.ml-4 {
    margin-left: 4rem !important
}

.pl-05 {
    padding-left: 0.5rem !important
}

.pl-1 {
    padding-left: 1rem !important
}

.mt-02 {
    margin-top: 0.2rem !important
}

.pr-05 {
    padding-right: 0.5rem
}

fw-600 {
    font-weight: 600
}

/* growUI style */
div.growlUI {
    background: url(../images/icon/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: .2rem;
}
    div.growlUI h1, div.growlUI h2, div.growlUI h3, div.growlUI h4 {
        padding: 5px 5px 5px 45px;
        color: white;
        text-align: left;
        font-size: larger;
        margin: auto;
    }


.background-none {
    background: none
}
.cell-border {
    border-width: 1px !important;
    border-color: #212529 !important;
    border-style: solid
}
.email-body > div > br {
    display: none
}
.email-body a {
    color: #0d6efd;
    text-decoration: underline;
}
.checkmark.rounded-circle {
    height: 20px;
    width: 20px
}
.checkmark.rounded-circle::after {
    font-size: 15px
}
.chk-container.rounded-circle {
    padding-left: 20px;
}

.ui-widget-overlay {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
}
.ui-widget.ui-widget-content {
    z-index: 1001 !important
}

.h-fit-content {
    height: fit-content !important
}
a.delete-selected {
    padding: 0.2rem 0.5rem;
}

.fa-1-5x {
    font-size: 1.5em;
}

/* line 1876, G:/admin_project/6 admin/marketing/scss/_reset.scss */
.nav-link-notify {
    position: relative;
    color: #4b3b7d !important
}

    /* line 1880, G:/admin_project/6 admin/marketing/scss/_reset.scss */
    .nav-link-notify:before {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        right: -7px;
        border-radius: 50%;
        top: -10px;
        background-color: #fe0000;
        -webkit-animation: notify-pulse 1s infinite;
        top: .2vh;
        margin-right: .5vh;
    }

@-webkit-keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(75, 59, 125, 0.7);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}

@keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(75, 59, 125, 0.7);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}
.tsi-bg-light {
    background-color: #eee !important;
    color: #2c323f !important;
}
.badge.count {
    font-size: small;
    vertical-align: top;
    /*margin-left: .1vh;*/
    margin-top: .3vh;
}

/* Grid box style */
.grid-box-area {
    display: grid;
}
    .gg-40px {
        grid-gap: 40px;
    }
    .gg-20px {
        grid-gap: 20px;
    }
    .gg-10px {
        grid-gap: 10px;
    }
    .gg-0px {
        grid-gap: 0px;
    }
    .a4x8 {
        grid-template-columns: 4fr 8fr;
    }
    .a1x11 {
        grid-template-columns: 1fr 11fr;
    }
    .a0x12 {
        grid-template-columns: 0fr 12fr;
    }
.grid-box-area .side-nav {
    color: #fff;
    background-color: #2D1967;
    border: 1px solid #2D1967;
}
#rpPartialView {
    border-top: 1px solid #2D1967;
    border-right: 1px solid #2D1967;
    border-bottom: 1px solid #2D1967;
}
.grid-box-area .side-nav .nav-link {
    padding: 0;
}
.grid-box-area .side-nav ul li{
    border-bottom: 1px solid #fff;
    padding: 0.8vh
}
.grid-box-area .side-nav ul li:last-child {
    border-bottom: 0px solid #fff;
}

.grid-box-area .side-nav img {
    vertical-align: middle;
    width: 2.5rem;
    display: inline;
    opacity: 0.5;
    text-align: center
}
    .grid-box-area .side-nav a {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        background: #fff;
        transition: .3s;
        position: relative;
        z-index: 0;
        background: 0 0;
        text-align: center
    }
        .grid-box-area .side-nav a svg{
            vertical-align: middle;
            fill: white;
            stroke: white;
            stroke-width: 0;
            max-width: 3vh;
            height: auto
        }
        .grid-box-area .side-nav a svg path {
            fill: white;
        }

.grid-box-area .side-nav ul li.active {
    background-color: #fff
}
    .grid-box-area .side-nav ul li.active a {
        color: #2D1967;
    }
        .grid-box-area .side-nav ul li.active a svg {
            fill: #2D1967;
        }


            .grid-box-area .side-nav ul li.active a svg path {
                fill: #2D1967;
            }


        .grid-box-area .side-nav ul li a svg:hover {
            fill: #2D1967;
        }


            .grid-box-area .side-nav ul li a svg path:hover {
                fill: #2D1967;
            }

.min-hg-100 {
    min-height: 100%
}

.col-md-4.col-lg-3 .row,
.row.no-margin {
    border-bottom: 1px solid rgb(78 61 127 / 30%);
    padding-bottom: 5px
}
.text-left {
    text-align: left
}
.alert {
    padding: .5rem .5rem;
}

/* padding style */
.pd-05 {
    padding: 0.5rem
}
.pd-1 {
    padding: 1rem
}
.pd-105 {
    padding: 1.5rem
}
.pd-2 {
    padding: 2rem
}
.notification_btn {
    background: #4b3b7d;
}
.main-menu .nav-item a svg {
    vertical-align: middle;
    stroke: #4b3b7d;
    stroke-width: 0;
    max-width: 80%;
    height: auto;
    width: 3rem
}
    .main-menu .nav-item a svg path,
    .main-menu .nav-item a svg circle {
        stroke: #4b3b7d
    }
    .main-menu .nav-item a svg circle {
        fill: #4b3b7d
    }
.main-menu .nav-item a:hover {
    background-color: #4b3b7d !important;
}

    .main-menu .nav-item a:hover svg,
    .main-menu .nav-item a:hover svg path {
        stroke: white
    }
        .main-menu .nav-item a:hover svg circle {
            fill: white
        }
.justify-content-start {
    justify-content: start
}
.height-100 {
    height:100px !important
}
.height-200 {
    height: 200px !important
}
.disabled-background {
    cursor: default;
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
}

/* tsi modal style overload */
.tsi_modal {
    background-color: #fff
}

    .tsi_modal .modal-header {
        background-color: #f7faff;
        padding: 23px 30px;
        border-bottom: 0 solid transparent;
        align-items: center;
    }
.tsi-logo {
    width: 25vh
}

/* sidebar menu style override */
#sidebar_menu li.active {
    border-bottom: solid 2px #4b3b7d;
}
#sidebar_menu li.active a {
    font-weight: 700 !important
}

.tsi-circle {
    border: 2px solid;
    padding: 5px;
    width: 3vh;
    text-align: center;
}

.with-svg-icon svg {
    width: 4vh
}