body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a, button, input {
    outline: none !important;
}

.login {
    height: 100vh;
    width: 100%;
    background: url(../images/loginbg.png) no-repeat right center;
    background-size: cover;
    display: flex;
    position: relative;
    padding: 0px 100px;
    overflow: auto;
}

.login-left {
    width: 50%;
    position: relative;
    padding-right: 0px;
}

.form-login-signup {
    width: 100%
}

.login-left .logo {
    width: 200px;
    background: #02547F;
    height: 80px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    border-radius: 0px 0px 40px 40px;
}

.login-right {
    width: 70%;
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: 0 0px;
}

.form-wrapper {
    width: 100%;
    margin-top: 60px;
}

.heading-login h2 {
    font-size: 45px;
    font-weight: 600;
    color: #02537E;
    margin: 0;
}

.heading-login p {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.login-right .form-group {
    position: relative;
}

.login-right .form-group-input {
    position: relative;
    margin: 0 0 30px;
}

.login-right .form-input {
    position: relative;
    padding: 20px 15px 20px 45px;
    width: 100%;
    outline: 0;
    border: none;
    transition: all .3s ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    background: #F3F3F3;
    border-radius: 10px;
}

    .login-right .form-input:focus {
        background: #ffffff;
    }

.login-right .focused .form-input {
    background: #ffffff;
}

.login-right .form-select {
    padding: 15px 15px;
}


.login-right .checkbox-label {
    color: #C2C2C2;
    line-height: 20px;
}

    .login-right .checkbox-label input {
        border: 1px solid #c2c2c2;
        margin-right: 5px;
    }

.login-right .align-p-label label, .login-right .align-p-label p {
    margin: 0;
}

.form-input-submit, .submit_top {
    position: relative;
    padding: 1px 10px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #02537E;
    outline: 0;
    width: 100%;
    border: 0;
}

.login-right .has-input .form-control {
    padding-left: 2.375rem;
}

.login-right .has-input .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: flex;
    font-size: 30px;
    top: 0;
    bottom: 0;
    padding-left: 10px;
    align-items: center;
    pointer-events: none;
    color: #000;
}

    .login-right .has-input .form-control-feedback svg {
        height: 25px;
    }

.login-right .forgotlink {
    position: relative;
    float: right;
    display: flex;
    margin-left: auto;
    align-items: center;
}

    .login-right .forgotlink a {
        color: #004471;
        text-decoration: none;
    }

.login-right .keepme {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

.toggle-password {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 20px;
    font-size: 20px;
}

/*Dashboard*/
.header-inner {
    display: flex;
    padding: 0px 20px;
    align-items: center;
    background-color: #02547f;
    justify-content: space-between;
    border-radius: 0px;
    position: sticky;
    top: 0;
    z-index: 99;
}

.nav-1 {
    padding: 0;
    justify-content: space-between;
    width: 100%;
}


    .nav-1 .navbar-nav .dropdown-menu {
        right: 0;
        left: inherit;
        width: 200px;
        position: absolute;
    }

    .nav-1 .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }

    .nav-1 .navbar-brand {
        padding: 5px 0;
        max-width: 200px;
    }

.container-fluid-2 {
    padding: 0px 250px;
}

.maincontent {
    margin-top: 20px;
    min-height: calc(100vh - 199px);
    padding-bottom: 30px;
}

.headingone h2 {
    text-align: center;
}

.headingone p {
    text-align: center;
    font-size: 18px;
    color: #707070;
}

.searchsec {
    background-color: #EAEAEC;
    padding: 30px 40px;
    border-radius: 20px;
    margin-top: 50px;
    margin: 0 10px;
}

.wrappermain {
    min-height: 100vh;
    background: #EEEFF1;
}


.form-input1, .form-input1:hover, .form-input1:focus {
    position: relative;
    /*padding: 20px 15px 20px 15px;*/
    width: 100%;
    outline: 0;
    border: none;
    transition: all .3s ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    background-color: #ffff;
    border-radius: 4px;
    outline: none !important;
    height: 30px;
}

label.form-label.mb-0 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px !important;
    font-weight: 500;
}

.tablelist {
    margin-top: 0px;
}

    .tablelist .row:nth-child(2) {
        margin: 0px;
    }

        .tablelist .row:nth-child(2) > div {
            padding: 0;
            background: #ffffff;
            margin: 10px 0;
            border-radius: 20px;
            padding-bottom: 20px;
            overflow: hidden;
        }

            .tablelist .row:nth-child(2) > div table {
                margin: 0 !important;
            }

                .tablelist .row:nth-child(2) > div table thead th {
                    border: none;
                    font-size: 14px;
                    /*text-transform: uppercase;*/
                }

                .tablelist .row:nth-child(2) > div table th, .tablelist .row:nth-child(2) > div table td {
                    font-size: 12px !important;
                    padding: 1rem 7px;
                    border: none;
                }

    .tablelist table.dataTable.table-striped > tbody > tr.odd > * {
        box-shadow: inset 0 0 0 9999px #fefafa;
    }

    .tablelist .page-item .page-link {
        background-color: transparent;
        border: none;
    }

    .tablelist .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #02547F;
        border-color: #02547F;
        border-radius: 50%;
    }

    .tablelist div.dataTables_wrapper div.dataTables_length select {
        padding-right: 40px;
        /* font-size: 1rem;
        padding-top: 5px;
        padding-bottom: 5px;*/
        /*  padding-top: 15px;
  padding-bottom: 15px;*/
    }

#datalist_length, #datalist_filter {
    font-size: 1rem;
}

.tablelist div.dataTables_wrapper div.dataTables_filter input {
    font-size: 1rem;
    /*  padding-top: 15px;
  padding-bottom: 15px;*/
}

.searchby1 {
    margin-bottom: 30px;
}

.sarchcolumn {
    display: flex;
    margin: 0 -15px;
}

.colomn1, .column2, .column3 {
    padding: 0 15px;
}

.column2 {
    width: 21%;
}

.actionbtns {
    display: flex;
}

    .actionbtns a.edit {
        padding-left: 0;
        color: #40AF20;
    }

    .actionbtns a.dlt {
        color: #ff0000;
    }

    .actionbtns a {
        padding: 0px 15px;
    }

footer.footer {
    background-color: #000000;
    padding: 5px 15px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 230px);
    left: 230px;
}

    footer.footer p {
        color: #ffffff;
        text-align: center;
        margin: 0;
        font-size: 10px;
    }


.seconheader {
    background: #ffffff;
    box-shadow: 3px 3px 8px #0000000f;
}

.addpateint_form .field-validation-error {
    color: red;
    font-size: 11px;
}
/*.submit_top {
    margin-top: 31px;
}*/
.content-wrapper .seconheader {
    width: 230px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    transition: all .3s ease;
    left: 0;
}

.content-wrapper {
    display: flex;
    /*  min-height: 87vh;*/
    height: auto;
}

    .content-wrapper .maincontent {
        margin-left: 230px;
        width: calc(100% - -230px);
        transition: all .3s ease;
        overflow: hidden;
    }

.content-wrapper1 .maincontent1 {
    margin-left: 10px;
    width: calc(100% - -126px);
}

.seconheader ul {
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

    .seconheader ul a {
        text-decoration: none;
        color: black;
        padding: 10px;
        display: block;
        font-size: 16px;
    }

        .seconheader ul a:hover {
            background-color: #02547f;
            color: #ffffff;
        }

        .seconheader ul a .fa {
            margin-right: 9px;
            width: 20px;
        }

.select2.select2-container {
    width: 100%;
}

.form-login-signup form#account button.form-input-submit {
    height: 52px;
}

.login-right .form-input {
    position: relative;
    padding: 17px 15px 17px 45px;
    width: 100%;
    outline: 0;
    border: none;
    transition: all .3s ease;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    background: #F3F3F3;
    border-radius: 10px;
}

#navsidebar ul li a.active {
    text-decoration: none;
    color: white;
    padding: 10px;
    display: block;
    font-size: 16px;
    background-color: #02547f;
}

input.button-custom {
    max-width: 200px;
    margin: auto;
    width: 100%;
}

.mar-left-0 {
    margin-left: 0px !important;
}

/*File Uploader*/
/*----------multiple-file-upload-----------*/
.file-upload-contain {
    position: relative;
    margin-bottom: 40px;
}

    .file-upload-contain .file-input,
    .file-upload-contain .file-preview {
        position: initial;
    }

    .file-upload-contain .file-drop-zone {
        border: 1px dashed #bfbfbf;
        transition: 0.3s;
        margin: 0;
        padding: 0;
        border-radius: 20px;
        background-color: #f5f5f5;
        min-height: auto;
    }

        .file-upload-contain .file-drop-zone.clickable:hover,
        .file-upload-contain .file-drop-zone.clickable:focus,
        .file-upload-contain .file-highlighted {
            border: 1px dashed #bfbfbf !important;
            background-color: #edeaea;
        }

.upload-area i {
    color: #1e80e8;
    font-size: 35px;
}

.upload-area p {
    margin-bottom: 10px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
}

    .upload-area p b {
        color: #1e80e8;
    }

.upload-area button {
    padding: 5px 16px;
    min-width: 150px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    background-color: #1e80e8;
    border: 2px solid #1e80e8;
    border-radius: 50px;
    transition: 0.3s;
}

button.file-drag-handle.drag-handle-init.file-drag {
    display: none;
}

.upload-area button:hover {
    background-color: #1e80e8;
    box-shadow: 0px 4px 8px rgb(37 128 232 / 48%);
}

.file-preview {
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

    .file-preview .fileinput-remove {
        display: none;
    }

.file-drop-zone-title {
    padding: 15px 10px !important;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: pointer;
}

.file-preview-frame {
    cursor: default;
    display: flex;
    align-items: center;
    border: none;
    background-color: #2580e8;
    box-shadow: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    margin: 8px 0px;
}

    .file-preview-frame:not(.file-preview-error):hover {
        border: none;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }

    .file-preview-frame .kv-file-content {
        min-width: 45px;
        min-height: 45px;
        width: 45px;
        height: 45px;
        border-radius: 4px;
        margin-right: 10px;
        background-color: #fff;
        padding: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.file-preview-image {
    border-radius: 4px;
}

.file-preview-frame .file-footer-caption {
    padding-top: 0;
}

.file-preview-frame .file-footer-caption {
    text-align: left;
    margin-bottom: 0;
}

.file-detail {
    font-size: 14px;
    height: auto;
    width: 100%;
    line-height: initial;
}

    .file-detail .file-caption-name {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .file-detail .file-size {
        color: #f1f8fe;
        font-size: 12px;
    }

.kv-zoom-cache {
    display: none;
}

.file-preview-frame .file-thumbnail-footer {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.file-preview-frame .file-drag-handle,
.file-preview-frame .file-upload-indicator {
    float: none;
}

.file-preview-frame .file-footer-buttons {
    float: none;
    display: flex;
    align-items: center;
}

.file-preview-status.text-center {
    display: none;
}

.kv-file-remove.file-remove {
    border: none;
    background-color: #ef2f2f;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}

.file-drag-handle.file-drag {
    border: none;
    background-color: #fff;
    color: #2580e8;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}

.kv-file-upload.file-upload {
    border: none;
    background-color: #48bd22;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}

.file-thumb-loading {
    background: none !important;
}

.file-preview-frame.sortable-chosen {
    background-color: #64a5ef;
    border-color: #64a5ef;
    box-shadow: none !important;
}

.file-preview {
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    margin-bottom: 0 !important;
}

/*22-06-2022*/
.logohamburgerbtn {
    display: flex;
    align-items: center;
}

.hamburgerbtn {
    display: flex;
    flex-direction: column;
    width: 30px;
    cursor: pointer;
}

    .hamburgerbtn span {
        background: #fff;
        border-radius: 10px;
        height: 2px;
        margin: 3px 0;
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }


        .hamburgerbtn span:nth-of-type(1) {
            width: 50%;
        }

        .hamburgerbtn span:nth-of-type(2) {
            width: 100%;
        }


        .hamburgerbtn span:nth-of-type(3) {
            width: 75%;
        }

body.closenav .hamburgerbtn span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(3px,0px)
}


body.closenav .hamburgerbtn span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}


body.closenav .hamburgerbtn span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(13px,-3px) rotatez(45deg);
}

body.closenav .content-wrapper .seconheader {
    left: -230px;
}

body.closenav .content-wrapper .maincontent {
    margin-left: 0;
    width: 100%;
}

body.closenav footer.footer {
    left: 0;
    width: 100%;
}

.table {
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .headingone h2 {
        font-size: 30px;
        color: #000000;
    }
}

@media screen and (max-width: 1024px) {
    .login {
        background-position: center center;
    }

    .login-right {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .login {
        padding: 0 50px;
    }

    .content-wrapper .maincontent {
        margin-left: 0;
        width: 100%;
    }

    .content-wrapper .seconheader {
        z-index: 1050;
    }

    footer.footer {
        width: 100%;
        left: 0px;
    }

    .hamburgerbtn span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(3px,0px)
    }


    .hamburgerbtn span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg)
    }


    .hamburgerbtn span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(13px,-3px) rotatez(45deg);
    }

    body.closenav .hamburgerbtn span:nth-of-type(1) {
        width: 50%;
        transform: none;
    }

    body.closenav .hamburgerbtn span:nth-of-type(2) {
        width: 100%;
        transform: none;
    }


    body.closenav .hamburgerbtn span:nth-of-type(3) {
        width: 75%;
        transform: none;
    }

    .column2 {
        width: 28%;
    }
}

@media screen and (max-width: 767px) {
    .login {
        padding: 0 15px;
    }

    .login-left {
        width: 100%;
    }

    .heading-login h2 {
        font-size: 35px;
    }

    .heading-login p {
        font-size: 15px;
    }

    .form-wrapper {
        margin-top: 30px;
    }
}

@media screen and (max-width: 580px) {
    .sarchcolumn {
        flex-wrap: wrap;
    }

    .colomn1, .column2 {
        width: 100%;
    }

    .column2 {
        margin-top: 10px;
    }

    .searchsec {
        padding: 20px;
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    section.tablelist {
        width: 100%;
    }

    table.table.table-striped {
        width: 500px;
    }

    .nav-1 .navbar-brand {
        max-width: 180px;
        margin-right: 5px;
    }

    .header-inner {
        padding: 0 15px;
    }
}


/*Chat box style*/
.attched {
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    background: #ede8e8;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textWritebox {
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 0.25rem;
    position: relative;
    padding-left: 0.7rem;
    display: flex;
    align-items: center;
}

.modalFooter {
    padding: 0.5rem 1rem 1.2rem;
}

.chatInput {
    width: 85%;
}

.ChatInfo {
    display: flex;
}

    .ChatInfo .ChatTime {
        margin-left: 0.5rem;
    }

.ChatInfo {
    display: flex;
    margin-bottom: 0.6rem;
}

.ChatAreaRight {
    background: #0d6efd;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 1rem 1rem 0rem 1rem;
}

.mianChatbox {
    display: flex;
    justify-content: end;
}

.ChatAreaLeft {
    background: #ddd;
    padding: 0.5rem 1rem;
    border-radius: 1rem 1rem 1rem 0rem;
}

.mianChatLeft {
    display: flex;
}

.sendIocns {
    position: absolute;
    right: 20px;
    top: 6px;
    background: none;
    border: 0;
    z-index: 5;
}

.custom-sendIocns {
    position: absolute;
    right: 20px;
    background: none;
    border: 0;
    z-index: 5;
}

button.Attchedbtn {
    background: none;
    border: 0;
}
/*Chat box style*/

.attachedfile {
    position: relative;
}

    .attachedfile input {
        position: absolute;
        display: none;
    }

    .attachedfile label {
        width: 100%;
        margin: 0;
        line-height: 35px;
        text-align: center;
        cursor: pointer;
    }

.btnchatcstm {
    position: relative;
}

    .btnchatcstm button {
        outline: none !important;
        box-shadow: none !important;
        padding: 0px;
        position: relative;
        font-size: 22px;
    }

.cstmbadge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 14px;
    height: 14px;
    background: #ff0000;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    z-index: 10;
}

.vsibilitycstm {
    visibility: hidden;
    opacity: 0;
    padding: 0 !important;
    font-size: 0;
    border: none;
}

input.third-phone {
    border: 0px;
    padding: 0.375rem 0.75rem;
}

.custom-button {
    border-radius: 100px !Important;
    width: 50px;
    height: 30px;
    display: inline-flex !important;
    align-items: center;
    justify-content: left;
}

    .custom-button i {
        font-size: 20px !important;
    }

.table-Case-Manager table tr th {
    font-size: 15px;
    font-weight: 400;
}

.btn-blue {
    background-color: #d9202000;
}

    .btn-blue i {
        color: #02547f;
    }

.btn-red {
    background-color: #d9202000;
}

    .btn-red i {
        color: #d92020;
    }

.table-Case-Manager table thead tr th:nth-child(2) {
    width: 30%;
}

.table-Case-Manager table thead tr th:nth-child(3) {
    width: 30%;
}

.table-Case-Manager table thead tr th:nth-child(4) {
    width: 20%;
}

.table-Case-Manager table thead tr th:nth-child(5) {
    width: 15%;
}

.table-Case-Manager table thead tr th:nth-child(6) {
    width: 5%;
}



.table-Case-Manager table tbody tr th:nth-child(2) {
    width: 30%;
}

.table-Case-Manager table tbody tr th:nth-child(3) {
    width: 30%;
}

.table-Case-Manager table tbody tr th:nth-child(4) {
    width: 20%;
}

.table-Case-Manager table tbody tr th:nth-child(5) {
    width: 15%;
}

.table-Case-Manager table tbody tr th:nth-child(6) {
    width: 5%;
}

.custom-Therapist table thead tr th {
    background-color: #02547f;
    color: #fff;
    font-size: 14px;
    border: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
    color: var(--bs-table-striped-color);
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after {
    content: '';
    display: none;
}

.overflowX_auto .row:nth-child(2) > div {
    overflow-x: auto;
}

.vsibilitycstm {
    display: none;
}

.actionDflex {
    display: flex;
}



@media (min-width: 1400px) {
    .container-custom {
        max-width: 100% !important;
    }
}


.select2-container--classic .select2-selection--multiple .select2-selection__choice:first-child {
    margin-left: 0rem;
}

.custom-mb5 {
    margin-bottom: 0.5rem;
}


/*09-05-2023 Css Here*/
.change-passwordsec {
    background-color: #EAEAEC;
    padding: 30px 40px;
    border-radius: 20px;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

.custom-formgroup label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.custom-formgroup input {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
}

.btnBox button {
    background-color: #02547f;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 50px;
}

    .btnBox button:hover {
        background-color: #033e5d;
    }
.navbar {
    padding: 0px!important;
}