body {
    font-family: poppins !important;
    font-size:14px !important;

}
a {
    color: unset;
}
input, .modal-content, .modal-header {
    border-radius: 0px !important;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1 !important;
}

.modal-header .close {
    padding: 0rem 0rem;
    margin: 0rem -1rem -1rem auto;
}
/*.dropDown {
    top: -7px !important ;
    left: -136px !important;
}*/
#search_input_all {
    border-radius: 18px 0 0px 17px !important;
    width: 200px;
}

.bg-img {
    background-image: url('../images/bg-img.png');
    /*background-color: #d3d3d361;*/
    background-attachment: fixed;
    background-size: cover;
}

.bg-color {
    background-color: #E6EAEC;
}

.logo {
    width: 30%;
    height: auto;
}

.login .container .login-row .login-column .login-box {
    margin-top: 40px;
    max-width: 60%;
    margin: 0 auto;
    /*border: 1px solid #5B2E7E;*/
    background-color: white;
    box-shadow: 0 15px 35px 0 rgb(60 66 87 / 8%), 0 5px 15px 0 rgb(0 0 0 / 12%);
    padding: 55px 40px 25px 40px;
}

    .login .container .login-row .login-column .login-box .login-form {
        padding: 20px;
    }

        .login .container .login-row .login-column .login-box .login-form .register-link {
            margin-top: -85px;
        }

.input {
    height: calc(2.3em + 0.75rem + 2px) !important;
    /*background-color: #f2f2fb;*/
    border: solid 0.5px rgba(95, 95, 95, 0.4);
    font-size: 13px;
    border-radius:0px;
}

.hr {
    margin-bottom: 1rem;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    width: 92% !important;
    margin: 0 unset !important;
}

.ellipsisicon {
    position: absolute;
    top: 0;
    right: 0;
}

.text-purple {
    color: #5B2E7E;
}

.bg-purple {
    background-color: #5B2E7E !important;
    color: white !important;
}

.text-cyan {
    color: #57C9E9;
}

.bg-cyan {
    background-color: #57C9E9;
}

.text-grey {
    color: #E6EAEC;
}

.text-grey-dark {
    color: #C1BFBF;
}

.custom-btn-block {
    background-color: #5B2E7E;
    color: white !important;
    line-height: 30px;
    border-radius: 0px;
}

.custom-btn {
    background-color: #5B2E7E;
    color: white !important;
    width: 150px;
    border-radius: 0px;
}

.custom-btn-group {
    background-color: #57C9E9;
    color: white !important;
    padding: 1px 22px;
    border: 1px white solid;
}

.btn-group-grey {
    background-color: #E6EAEC;
    color: #256432 !important;
    padding: 1px 0px;
    border: 1px white solid;
}

.btn-group-grey:hover {
    color: #fffcfc !important;
    background-color: #256432;
    border-color: #ffffff;
}

.btn-group-green {
    background-color: #256432;
    border: 1px white solid;
    font-size: 14px;
}

.btn-active {
    /*  background-color: white;
    color: #256432;*/
    color: #ffffff !important;
    text-decoration: none;
    background: #256432;
    border: 1px solid #256432;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 13px;
}

.btn-active:hover, .btn-low:hover {
    color: #ffffff !important;
    text-decoration: none;
    background: #256432;
}

.btn-inactive {
    /*  background-color: white;
    color: #ED2124;
    border: 1px solid #ED2124;*/
    color: #ffffff !important;
    text-decoration: none;
    background: #ED2124;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 13px;
}

.btn-medium {
    background-color: white;
    color: #E18726 !important;
    border: 1px solid #E18726;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 13px;
}

.btn-high {
    background-color: white;
    color: #ED2124 !important;
    border: 1px solid #ED2124;
    padding: 0 14px;
    border-radius: 3px;
    font-size: 13px;
}

.btn-low {
    background-color: white;
    color: #256432 !important;
    border: 1px solid #256432;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 13px;
}

.btn-inactive:hover, .btn-high:hover {
    color: #ffffff !important;
    text-decoration: none;
    background: #ED2124;
}

.btn-medium:hover {
    color: #ffffff !important;
    text-decoration: none;
    background: #E18726;
}

.custom-btn:hover, .custom-btn-block:hover {
    background-color: #57C9E9;
}

.ahover:hover {
    color: #57C9E9;
}

.selectlist {
    height: calc(2.3em + 0.75rem + 2px) !important;
    /*background-color: #f2f2fb;*/
    border: solid 0.5px rgba(95, 95, 95, 0.4);
    font-size: 13px;
    border-radius:0px;
}

#carecoordinator-step3-form label {
    color: #5B2E7E;
}

.navicons {
    font-size: xx-large !important;
}

.btn-search {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.success-dot {
    background: green;
    height: 15px;
    width: 15px;
    border-radius: 20px;
}

.red-dot {
    background: red;
    height: 15px;
    width: 15px;
    border-radius: 20px;
}

.list-group-item .selectlist {
    background-color: white;
    background-image: url(../images/downarrow.png);
    background-position: right 0px center;
    background-repeat: no-repeat;
    background-size: auto 36%;
    border-radius: 2px;
    border: none;
    color: #000000;
    padding: 0px 20px 0px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
}

.list-group-item select:focus {
    outline-offset: -29px;
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 0;
}


/*table css with pagination*/
.table {
    width: 100%;
    margin-bottom: 0.5rem;
    color: #212529;
}
.tables th {
    padding: 9px 0px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.pagination li:hover {
    cursor: pointer;
}

.num_rows {
    width: 20%;
    float: right;
    margin-right: 20px;
}

.tb_search {
    float: right;
    margin-top: 16px;
    margin-right: 30px;
}

.pagination-container {
    width: 50%;
    float: left;
}

.tbody {
    display: block;
    max-height: 497px;
    overflow-y: auto;
}

    .thead, .tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.thead {
    width: calc( 100% - 1em )
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.9rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.tables td {
    padding: 8px 0px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table-logs td {
    padding: 15px 0px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #57c9e9;
    border-color: #57c9e9;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 9px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #57c9e9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*Patient DashBoard Css*/
.patientCount {
    background: #57c9e9;
    color: white;
    width: 100%;
    padding: 1px 5px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* padding: 1.25rem; */
    padding: 7px 11px !important;
}

.filter-Btn {
    display: block;
    /* width: 100%; */
    /* height: calc(1.5em + 0.75rem + 2px); */
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.blue-model-bg {
    background-color: #57C9E9;
    color: white;
}

.red-model-bg {
    background-color: red;
    color: white;
}

/*ACtive Inactive BTN*/
#switch-container {
    width: 100%;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    /*justify-content: center;*/
    margin-bottom: 20pt;
}

#toggle-wrapper {
    position: relative;
    min-width: 45pt;
    height: 25pt;
    border: 3px solid #19535f;
    border-radius: 100vw;
    cursor: pointer;
}

#toggle-button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5%, -50%);
    width: 18pt;
    height: 18pt;
    background-color: #f30000;
    border-radius: 50%;
    transition: all ease 600ms;
    z-index: 1;
}

    #toggle-button.on {
        left: 100%;
        transform: translate(-105%, -50%);
        background-color: #0b7a75;
    }

.on-off-icon {
    position: absolute;
    top: 50%;
    z-index: 0;
}

#toggle-on {
    left: 25%;
    width: 0;
    height: 10pt;
    transform: translate(-50%, -50%);
    border: 1px solid #19535f;
}

#toggle-off {
    right: 25%;
    height: 10pt;
    width: 10pt;
    border-radius: 50%;
    transform: translate(50%, -50%);
    border: 2px solid #ff3321;
}

#toggle-text {
    font-size: 12pt;
    margin: 3pt 0 10pt;
}

/*ACtive Inactive BTN*/

/*ACtive Inactive BTN*/
#switch-container1 {
    width: 100%;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    /*justify-content: center;*/
    margin-bottom: 20pt;
}

#toggle-wrapper1 {
    position: relative;
    min-width: 45pt;
    height: 25pt;
    border: 3px solid #19535f;
    border-radius: 100vw;
    cursor: pointer;
}

#toggle-button1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(5%, -50%);
    width: 18pt;
    height: 18pt;
    background-color: #f30000;
    border-radius: 50%;
    transition: all ease 600ms;
    z-index: 1;
}

    #toggle-button1.on {
        left: 100%;
        transform: translate(-105%, -50%);
        background-color: #0b7a75;
    }

.on-off-icon1 {
    position: absolute;
    top: 50%;
    z-index: 0;
}

#toggle-on1 {
    left: 25%;
    width: 0;
    height: 10pt;
    transform: translate(-50%, -50%);
    border: 1px solid #19535f;
}

#toggle-off1 {
    right: 25%;
    height: 10pt;
    width: 10pt;
    border-radius: 50%;
    transform: translate(50%, -50%);
    border: 2px solid #ff3321;
}

#toggle-text1 {
    font-size: 12pt;
    margin: 3pt 0 10pt;
}

/*ACtive Inactive BTN*/

.btn-select {
    border-radius: 30px;
    border: 1px solid #5c2f7f;
    color: #5c2f7f;
}

#AddPracticeModal, #AddUserModal, #EditPracticeModal, #UpdateProfileModal, #ManagePracticeModal, #ManageAccountSetupModal, #AddInsuranceModal, #AddICDModal label {
    font-size: 13px;
}

.modal-header {
    padding: 7px 22px !important;
}

    .modal-header h5 {
        font-size: 15px;
    }

#AddUserModal .card-body {
    height: 140px;
    overflow: auto;
}

#ManagePracticeModal .card-body {
    height: 140px;
    overflow: auto;
}

#EditUserModal .card-body {
    height: 140px;
    overflow: auto;
}

.datepic-span {
    background: #5c2f7f;
    color: white;
    border-radius: 25px 0 0 25px;
}

.datepic-input {
    border-radius: 0 20px 20px 0 !important;
}

.movBtn {
    color: #57C9E9;
    border: 1px solid #57C9E9;
    width: 60px;
}

/*Modal css*/
.modal {
    text-align: center;
}

    .modal:before {
        content: '';
        height: 100%;
        width: 1px;
        display: inline-block;
        vertical-align: middle;
    }

    .modal .modal-dialog {
        text-align: left;
        margin: 10px auto;
        display: inline-block;
        vertical-align: middle;
    }
/*Modal css*/

/*Upload color-profile cs*/

.containerImg {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px;
}

h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
}

    h1 small {
        display: block;
        font-size: 15px;
        padding-top: 8px;
        color: gray;
    }

.avatar-upload {
    position: relative;
    width: 100%;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        left: 74px;
        z-index: 1;
    }

    .avatar-upload .avatar-edit input {
        display: none;
    }

    .avatar-upload .avatar-edit input + label {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #FFFFFF;
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
    }

    .avatar-upload .avatar-edit input + label:hover {
        background: #f1f1f1;
        border-color: #d6d6d6;
    }

    .avatar-upload .avatar-edit input + label:after {
        content: "\f040";
        font-family: 'FontAwesome';
        color: #757575;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
    }

    .avatar-upload .avatar-preview {
        width: 100px;
        height: 100px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
        margin: 6px 15px;
    }

    .avatar-upload .avatar-preview > div {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .text-img {
        position: absolute;
        left: 133px;
        top: 32px;
        font-size: 13px;
    }

    .fa-ellipsis-v {
        transform: rotate( 90deg );
        padding: 10px;
    }
.modal-xl {
    width: 90%;
    max-width: 750px;
}
/*Upload color-profile cs*/
/*seeting btns*/
.OnOff {
    display: block;
    opacity: 0;
}

.settingBtnlabel {
    position: relative;
    width: 43px;
    height: 18px;
    display: inline-block;
    background: #666666;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

    .settingBtnlabel:after {
        content: "";
        position: absolute;
        left: 2px;
        top: -2px;
        width: 20px;
        height: 20px;
        background: #FFF;
        border-radius: 50%;
        box-shadow: 1px 3px 6px #666666;
    }

.OnOff:checked + .settingBtnlabel {
    background: #57c9e9;
}

    .OnOff:checked + .settingBtnlabel:after {
        left: auto;
        right: 2px;
        background: #10a2cb;
    }
/*seeting btns*/

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 60px;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fbfbfb;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 40px;
        line-height: 22px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
        border: 1px solid grey;
    }

    .file-upload-wrapper:before {
        content: "Choose";
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 40px;
        background: #4daf7c;
        color: #fff;
        font-weight: 700;
        z-index: 25;
        font-size: 16px;
        line-height: 43px;
        padding: 0 15px;
        text-transform: uppercase;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #3d8c63;
    }

    .file-upload-wrapper .uploadInput {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

.cardsinfo {
    width: 100%;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.48);
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.48);
}

.primary-card {
    font-size: 10px;
    padding: 1px 7px;
    color: white !important;
    background-color: #256432;
}

.btn-remove {
    font-size: 10px;
    padding: 1px 7px;
    color: white !important;
    background-color: red;
}

.btn-timestamp {
    padding: 0 4px 0 4px;
    width: unset;
    font-size: smaller;
    position: absolute;
    top: 113px;
    right: 29px;
    background: #5b2e7e;
    color: white !important;
    border-radius: 0;
}


.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.visa {
    background-image: url('../images/visa.png');
}

.americanexpress {
    background-image: url('../images/americanexpress.png');
}

.mastercard {
    background-image: url(../images/master.png);
}

.paypal {
    background-image: url(../images/SLCGDiscoverImage-02.png);
}

.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 80px;
    height: 55px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.paragraphcss {
    margin-bottom: 0.5rem;
}

.inputstyle {
    margin-bottom: 15px;
    font-size: 16px;
}

.box-css {
    padding: 26px 11px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 0px 5px 6px #aaaaaa;
}

#heading6 {
    padding-right: 0.5rem !important;
}

.img-resize {
    width: 10%;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}

.unselectable {
    cursor: not-allowed;
}

.panel-title > a:before {
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    content: "\f067";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

.panelheading {
    background: #b7d1d39e;
    padding: 12px 10px 1px 10px;
}
.panel-title {
    margin-bottom: 11px;
}

.tablecss th, .tablecss {
    border: 1px solid #aaaaaa;
    padding: 5px 0px 5px 10px;
    border-collapse: collapse;
    color: black;
    font-weight: 600;
    text-align: left;
}

    .tablecss span {
        padding: 5px 0px 5px 10px;
        border-collapse: collapse;
        color: black;
    }

    .tablecss td span {
        font-weight: 600;
        border: none;
    }

    .tablecss td {
        font-weight: 100;
        border: none;
    }

.table-css th {
    padding: 5px 0px 5px 10px;
    border-collapse: collapse;
    color: white;
    background-color: #57C9E9;
    font-weight: 600;
    border-left: 1px solid #FFFFFF;
}

.table-css th, .table-css td {
    /*border: 1px solid #57C9E9;*/
    padding: 5px 5px 5px 5px;
    border-collapse: collapse;
    color: black;
    font-weight: 600;
    text-align: left;
}

.table-css td {
    font-weight: 100;
    border: 1px solid #57C9E9;
}

.table-css th {
    border-left: 1px solid white !important;
}

.panelborder {
    border: 1px solid #d2e2e4;
    padding: 0 17px;
}

.cyan-dot-left {
    background: #57c9e9;
    height: 15px;
    width: 15px;
    border-radius: 20px;
    position: relative;
    left: 10px;
    bottom: 29px;
}

.cyan-dot-right {
    background: #57c9e9;
    height: 15px;
    width: 15px;
    border-radius: 20px;
    position: relative;
    left: 73.5rem;
    bottom: 42px;
}

.inputcss {
    width: 66rem;
    font-size: 16px;
}

/*Spinner css*/
#overlay {
    position: fixed;
    top: 0;
    z-index: 31000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}
/*Spinner css*/

/*#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 4px #ddd solid;
    border-top: 4px #5B2E7E solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}*/

body {
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #5B2E7E;
}