@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
:root {
    --theme-clr: #5B7FFF;
}
*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #000000;
}
/*loader css start*/
#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    background: #fff;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}
.lds-ripple div {
    position: absolute;
    border: 4px solid var(--theme-clr);
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -1s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
/*loader css end*/
/*links css start*/
.body-link {
    font-size: 12px;
    color: #111111;
    line-height: 15px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}
.body-link.theme-clr .theme-clr {
    color: #C4D82E;
}
.radius-15 {
    border-radius: 15px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-6 {
    border-radius: 6px;
}
.radius-5 {
    border-radius: 5px
}
.radius-4 {
    border-radius: 4px
}
.border {
    border: 1px solid #DDDDDD;
}
.border-end {
    border-right: 1px solid #D9D9D9 !important;
}
.border-red {
    border: 2px solid #f5efe1;
    border-radius: 4.62px;
    padding: 13px 27px 13px 20px !important;
}
/*global css start*/
html,
body {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: #000000;
    background: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    overflow-x: hidden;
}
.landing {
    background-image: url(../../public/img/img_landing_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
main {
    background-color: #F4F4F4;
    min-height: calc(calc(var(--vh, 1vh) * 100) - 40px);
}
main,
footer {
    margin: 0 auto;
}
svg {
    color: inherit;
    fill: currentColor;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover,
a:active,
a:focus {
    outline: none;
    box-shadow: none;
    color: inherit;
    color: #111111;
}
.link-hover:hover {
    color: #C4D82E;
}
.text-underline {
    text-decoration: underline;
}
.section-padding {
    padding: 50px 0;
}
.section-title {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 62px;
}
/*bootstrap grid css*/
.container,
.container-fluid {
    --bs-gutter-x: 15px;
}
.row {
    --bs-gutter-x: 30px;
}
.gx-20{
    --bs-gutter-x: 20px !important;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
/*.col-lg-9 {     width: 78%; }*/
/*bootstrap grid css end*/
.ic {
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.ic_40 {
    width: 40px;
    height: 40px;
}
.ic_26 {
    width: 26px;
    height: 26px;
}
.ic_60 {
    width: 60px;
    height: 60px;
}
label {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 5px;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7E7E7E;
}
.form-control::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7E7E7E;
}
.form-control:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7E7E7E;
}
.form-control:-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #7E7E7E;
}
.form-control,
.form-control:hover,
.form-control:focus,
.form-control:active {
    color: #111111;
    padding: 7px 10px;
    border-radius: 0px;
    background-color: #FFFFFF;
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    height: 36px;
}
.singledate,
.singledate:hover,
.singledate:focus,
.singledate:active{
    padding-left: 10px;
    height: 36px;
}
.form-group {
    margin-bottom: 20px;
}
.input-border {
    border: 0;
    box-shadow: inset 0 -1px 0 0 #DDDDDD;
    border-radius: 0
}
.input-border:focus {
    box-shadow: inset 0 -1px 0 0 #C4D82E
}
.search-input {
    background: #fff url(../../public/img/ic_search.svg) no-repeat left 10px center;
    padding-left: 44px;
}
.date-input,
.date-input:hover,
.date-input:active,
.date-input:focus {
    background: #fff url(../../public/img/svg/ic_calendar_gray.svg) no-repeat right 6px center;
}
.date-rangepick {
    width: 240px;
    height: 36px;
}
.input-group {
    /* border: 1px solid #DDDDDD; */
    border-radius: 0px;
    background-color: #FFFFFF;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #5B7FFF;
}
.black-dot {
    height: 10px;
    width: 10px;
    background-color: #111111;
    border-radius: 50%;
}
.form-label {
    margin-bottom: 5px;
}
.editname input {
    background-image: url(../../public/img/ic_edit.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 41px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}
.upldimg input[type="file"] {
    display: none;
}
.upldimg .custom-file-upload-two {
    display: inline-block;
    cursor: pointer;
}
.custom-file-upload {
    background: #f9f9f9;
    border: 1px dashed #000000;
    text-align: center;
    padding: 42px;
    cursor: pointer;
}

.custom-file {
    background: #f9f9f9;
    border: 1px dashed #000000;
    text-align: center;
    padding: 18px 10px;
    cursor: pointer;
    width: 100%;
}
.loadimg {
    width: 130px;
    height: 113px;
    border-radius: 6px;
}
.form-select,
.form-select:active,
.form-select:hover,
.form-select:focus {
    box-shadow: none;
    color: #000000;
    padding: 7px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    background: #fff url(../../public/img/svg/ic_chevron_down.svg) no-repeat;
    background-position: right 5px center;
    padding-right: 32px;
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #0b0a0a;
}
.headerform-select,
.headerform-select:active,
.headerform-select:hover,
.headerform-select:focus {
    border: 1px solid #868686;
    border-radius: 14px;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    height: 30px;
    padding: 0px 35px 0 15px;
}
.form-select:disabled {
    background-color: #F9F9F9;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #F9F9F9;
}
.variablecolor {
    border-radius: 6px;
    background-color: #F2F2F2;
}
.form-search,
.form-search:hover,
.form-search:active,
.form-search:focus {
    background-image: url(../../public/img/svg/ic_search.svg);
    background-repeat: no-repeat;
    background-position: left 4px center;
    background-size: 18px;
    padding-left: 27px;
    padding-right: 30px;
    height: 36px;
    width: 155px;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
}
.Search-close-icon {
    position: absolute;
    top: 2px;
    right: auto;
    left: 128px;
}
.Search-close-icon img { height: 18px; }

/*css for custom radio start*/
.form-check {
    min-height: 0;
}
.form-check,
.custom-checkbox {
    padding: 0;
}
.form-check .form-check-input {
    height: 20px;
    width: 20px;
    z-index: 1;
    cursor: pointer;
}
.assessments .form-check {
    padding: 12px 0;
}
.form-check-input:checked[type=checkbox] {
    background: url(../../public/img/svg/ic_square_blue_checked.svg);
    border: none;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.form-check-input[type=checkbox] {
    background: url(../../public/img/svg/ic_outline_square.svg);
    border: none;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-top: 0px;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-switch .form-check-input:focus {
    background-image: url(../../public/img/svg/Switch_off.svg);
}
.form-switch .form-check-input {
    width: 45px;
    height: 30px;
    margin-left: 0em;
    background-image: url(../../public/img/svg/Switch_off.svg);
}
.form-switch .form-check-input:checked {
    width: 45px;
    height: 30px;
    background-image: url(../../public/img/svg/ic_switch.svg);
}
hr {
    background-color: #D9D9D9;
    margin-bottom: 20px;
    opacity: initial;
}
.border-bottom-inbox{
    border-bottom: 1px solid #00000033;
}
.border-top-inbox{
    border-top: 1px solid #00000033;
}
/*css for custom radio end*/
/*accordion css start*/
.collapse-row.collapsed+tr {
    display: none;
}
.accordion-button:not(.collapsed) {
    background-color: #5D5D9B;
    color: #FFFFFF;
}
/*accordion css end*/
/* tooltip css start */
.tooltip-inner {
    background-color: #B8B8B8;
    padding: 10px;
    max-width: 202px;
    color: #000000;
    text-align: left;
}
.tooltip {
    font-size: 15px;
    line-height: 17px;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .arrow::after {
    content: " ";
    position: absolute;
    top: 93%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #B8B8B8 transparent transparent transparent;
}
.tooltip .tooltip-arrow::before {
    border-top-color: #B8B8B8;
    border-bottom-color: #B8B8B8;
}
/* tooltip css end */
.overflowauto {
    height: 100px;
    overflow: scroll;
}
/* navtab css start */
.nav-pills {
    box-shadow: inset 0px -1px 0px #dddddd;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    box-shadow: inset 0px -2px 0px #5B7FFF;
    background: #FFFFFF;
    color: #000000;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.nav-pills .nav-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #7E7E7E;
    padding: 10px 15px;
    border: 0;
    background-color: transparent;
}
/* navtab css end */
/*button css start*/
button:focus {
    outline: none;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
    padding: 7px 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    box-shadow: none;
    border-radius: 0px;
    background-color: #FFFFFF;
    color: #5B7FFF;
    height: 36px;
}
.btn-icon {
    padding: 5px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 0;
    background: none;

}
.btn-nursing,
.btn-nursing:hover,
.btn-nursing:active,
.btn-nursing:focus {
    padding: 3px 10px;
    background: #E5F4F8;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    height: 28px;
}
.btn-icon:hover{
    border-radius: 5px;
    background-color: #e5e8f5;
    color: #009ef7;
    padding: 5px;

}

.btn:hover {
    opacity: 0.9;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background-color: #EE3224;
    color: #FFFFFF;
}
.btn-red,
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-color: #EC8585;
    color: #FFFFFF;
}

.btn-lightgray,
.btn-lightgray:hover,
.btn-lightgray:focus,
.btn-lightgray:active {
    background-color: #f5f5f5 !important;
    color: #000000;
}
.btn-darkgray,
.btn-darkgray:hover,
.btn-darkgray:focus,
.btn-darkgray:active {
    background-color: #DDDDDD !important;
    color: #000000;
}
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: #FFFFFF;
    border: 1px solid #5B7FFF;
    color: #5B7FFF;
}
.btn-sm,
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 7px 11px;
    border-radius: 6px;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
    color: #fff;
    background-color: #C4D82E;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
    color: #C4D82E;
    background: transparent;
    border-color: #C4D82E;
    opacity: 1
}
.btnwidth {
    width: 270px;
}
.btnheight,
.btnheight:hover,
.btnheight:focus,
.btnheight:active {
    padding: 11px 20px;
}
.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background-color: transparent;
    color: #111111;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    padding: 0;
}
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #F2582E;
    border: 1px solid #F2582E;
    box-shadow: none;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    border: 1px solid #F2582E;
    color: #111111;
    background-color: #FFFFFF;
    box-shadow: none;
    padding: 12px 20px;
}
.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: none;
}
.btnexport,
.btnexport:hover,
.btnexport:focus,
.btnexport:active {
    padding: 5px 9px;

}
.logout-btnpadding,
.logout-btnpadding:hover,
.logout-btnpadding:focus,
.logout-btnpadding:active{
    padding: 7px 24px;
}
/*button css end*/
/*border css*/
.border-bottom {
    border-bottom: 1px solid #D9D9D9;
}
.border-bottom-gray {
    border-bottom: 1px solid #DDDDDD;
}
.border-top {
    border-top: 1px solid #DDDDDD;
}
/*border css*/
/*pagination css start*/
.page-item.active .page-link {
    background-color: #EE3224;
    border-color: initial;
    color:  #FFFFFF;
}
.page-item .page-link {
    border: 0;
    border-radius: 0;
    border-color: initial;
    padding: 0 7px;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #7E7E7E;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    margin: 3px 3px;

}
.page-item:not(:first-child) .page-link {
    margin-left: 3px;
    margin-right: 3px;
}
.page-link:hover,
.page-link:focus {
    background-color: #5B7FFF;
    border-color:initial;
    color:  #FFFFFF;
    box-shadow: none;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
    background: #FFFFFF;
}
.page-item.disabled {
    opacity: 0.4;
}
/*pagination css end*/
/*scrollbar css start*/
* {
    scrollbar-color: #DCE0E7 #f8fafc;
    scrollbar-width: thin;
    scrollbar-height: thin;

}
*::-webkit-scrollbar {
    width: 4px;
    height: 5px;
    -moz-appearance: none !important;
}
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
    background-color: #f8fafc;
    -moz-appearance: none !important;
    border: none !important;
    box-shadow: none;
}
*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
    background-color: #DCE0E7;
    outline: none;
    border-radius: 4px;
    -moz-appearance: none !important;
}
/*card css start*/
.card-header {
    padding: 0px;
    border-bottom: 0;
}
.card-header:first-child {
    border-radius: 0;
}
.card-body,
.card-footer {
    padding: 20px;
}
.card-footer:last-child {
    border-radius: 0 0 6px 6px;
}
.card {
    border: 0;
}
/*card css end*/
.chart-container {
    position: relative;
    width: 100%;
}
.chart {
    position: relative;
    display: block;
    width: 100%;
}
.has-fixed-height {
    height: 400px;
}
/* table css start */
.table {
    border-collapse: separate;
    border-spacing: 0px 0px;
}
.table tr th {
    padding: 10px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    background: #f5f5f5;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    vertical-align: middle;
}
.table tr td {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 7px 10px;
    border-bottom-width: 0px;
    border-bottom-width: inherit;
    white-space: nowrap;
    vertical-align: middle;
}

.table tr td span {
    color: #868686;
    font-size: 15px;
    line-height: 17px;
}
.table tbody tr {
    background-color: #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    height: 40px;
}
/* .detail-table .table tbody tr {
    background-color: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #DDDDDD;
    height: 40px;
} */
.table tbody tr:last-child {
    box-shadow: none;
}
.table>:not(caption)>*>* {}
.table-hover>tbody>tr:hover {
    background-color: #FEFEFE;
}
/* .table>:not(:last-child)>:last-child>* {
    border-bottom: none;
} */

/* .table-hover>tbody>tr:hover>td {
color: #FFFFFF;
}
.table-nohover>tbody>tr:hover>td {
color: #868686;
} */
.boxshadownone {
    box-shadow: none !important;
}
/*css for select2 start*/
.select2-container--default .select2-selection--multiple {
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    min-height: 37px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #DDDDDD;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0px;
    color: #111111;
    font-weight: 400;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #DDDDDD 1px;
}
.select2-selection__choice__display {
    font-size: 15px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    min-height: 37px;
    color: #000000;
    background: #fff url(../../public/img/svg/ic_chevron_down.svg) no-repeat right 0.4rem center;
    min-height: 37px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 21px 8px 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {     color: #000000;
    line-height: 35px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { display: none; }
.select2-search--dropdown { display: none; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ddd;
    color: #000000;
}
/*css for select2 end*/
/*calendar  css start*/
#calendar {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.calendar-img{
    width: 36px;
    height: 36px;
}
.fc-toolbar .fc-state-active, .fc-state-down {
    background-color: #000000;
    background-image: none;
    color: #FFFFFF;
    box-shadow: none;
}
.fc-toolbar button {
    background: #333333;
    background-image: none;
    border: 1px solid #000000;
    color: #FFFFFF;
    text-shadow: none;
    height: 36px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.fc button .fc-icon {color: #FFFFFF; }
.fc-state-default.fc-corner-left {border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
.fc-state-default.fc-corner-right {border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
/*calendar  css end*/
/* table css end */
/*scrollbar css end*/
/*modal css start*/
.modal-body {
    padding: 20px 30px;
}
.modal-footer {
    padding: 9px;
}
.modal-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: 0;
}
/*modal css satrt*/
@media (min-width: 576px) {
    .modal-sm.modal-dialog {
        max-width: 470px;
    }
    #post-job .modal-dialog{
        max-width: 700px;
    }

    #service-agreement .modal-dialog,
    #pay-level .modal-dialog{
        max-width: 700px;
    }
    #editmain-job .modal-dialog{
        max-width: 700px;
    }
    .FeedbackModal.right .modal-dialog {
        max-width: 520px;
    }
}
.modal-header {
    background-color: #fff;
    box-shadow: none;
    border-bottom: 1px solid var(--border-color);
}
/*.modal.right .modal-header{ background-color:var(--light-clr);padding: 16px 20px; min-height: 50px;}
.modal-header .close{
margin: 0;
text-shadow: none;
font-weight: 400;
font-size: 22px;
}
.modal-title{
font-size: var(--detail-heading-font);
font-weight: 500;
}*/
/*.modal.right .modal-content.header-lg { min-height: 100%; }
.modal.right { display: block !important; right: -100%; -webkit-transition: right 0.5s ease-out; -moz-transition: right 0.5s ease-out; -o-transition: right 0.5s ease-out; transition: right 0.5s ease-out; left: auto; }
.modal.right .modal-content { height: 100%; overflow-y: auto; border: none; border-radius: 0; box-shadow: 0 10px 4px 0 rgba(215, 220, 227, 0.25); padding-top: 60px; }
.modal.right .modal-content.header-lg { padding-top: 71px; }
.header-lg .modal-header { padding: 10px 20px; }
.modal.right .modal-dialog { position: fixed; margin: auto; width: 100%; height: 100%; -webkit-transform: translate3d(0%, 0, 0); -ms-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0); transform: translate3d(0%, 0, 0); right: -100%; -webkit-transition: right 0.5s ease-out; -moz-transition: right 0.5s ease-out; -o-transition: right 0.5s ease-out; transition: right 0.5s ease-out; }
.modal.right.show .modal-dialog { right: 0; }
.modal-header { background-color: var(--light-clr); padding: 13px 20px; box-shadow: inset 0 -1px 0 0 var(--border-color); }
.modal.right .modal-header { position: fixed; top: 0; left: 0; right: 0; z-index: 4; }
.modal-title { font-size: var(--small-font); line-height: var(--small-line-height); font-family: var(--bold-font); }
.modal-header .close { padding: 0;  margin: 0; }
.modal-xl.modal-dialog { max-width: 90%; }
.modal-lg.modal-dialog { max-width: 60%; }*/
/*.modal-md.modal-dialog { max-width: 35%; }*/
/*.modal.right .modal-xl .modal-body { padding: 0 15px; }
.modal.right .modal-body { overflow: auto; }
.modal.right .modal-header .close{}
.modal.right .modal-title{ font-weight: 600;font-size: var(--small-font);line-height: var(--small-line-height); font-weight: 600;
letter-spacing: 0;
line-height: 27px; color: #272162;}
.chips li{    padding: 3px 10px 3px 3px;}
.modal.right .pro-icon{  height: 26px; min-width: 26px; width: 26px;line-height: 26px;}
.modal.right .chips li{  margin: 0 4px 10px 0;min-height: 32px;line-height: 24px;}*/
/*modal css end*/
/*modal css end*/
.close {
    border: 0px;
    background-color: #ffffff;
    padding: 0;
}
.pointer {
    cursor: pointer;
}
.modal-header {
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px #DDDDDD;
    padding: 20px 30px;
}
/*accrodian css start*/
.modal.right .accordion>div {
    border-bottom-color: rgba(0, 0, 0, .1) !important
}
.modal.right .accordion .card-header {
    cursor: pointer;
    padding: 12px 0 12px 20px;
    background-image: url(../../public/img/ic_dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
    padding-right: 35px !important;
    margin-bottom: -1px;
    border-bottom: 1px solid #ddd;
    background-size: 18px;
}
.modal.right .accordion .card-header[aria-expanded="true"] {
    background-image: url(../../public/img/ic_dropup.svg);
}
/*accordian css end*/
/*breadcrumb css start*/
.breadcrumb {
    padding: 30px 0;
}
.breadcrumb-item+.breadcrumb-item {
    position: relative;
    padding-left: 40px;
}
.breadcrumb-item a,
.breadcrumb-item.active {
    text-decoration: none;
    color: #111111;
    display: inline-block;
}
.breadcrumb-item a:hover {
    color: #C4D82E;
}
.breadcrumb-item+.breadcrumb-item::before {
    background: url(../../public/img/arrow_right.svg);
    background-size: 11px;
    background-repeat: no-repeat;
    content: '';
    width: 26px;
    height: 12px;
    top: 6px;
    float: none;
    background-position: center;
    padding-right: 0;
    display: inline-block;
    position: absolute;
    left: 8px;
    text-align: center;
}
/*breadcrumb css end*/
/*header css start*/
.headertop {
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px #DDDDDD;
    position: fixed;
    right: 0;
    z-index: 9;
}
.planhead {
    height: 80px;
    background: #fff;
}
.section-top {
    background-color: #0A5666;
    padding-top: 3px;
    padding-bottom: 3px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-left: 0px;
    /*line-height: 70px;*/
    color: #111111;
}
.navbar-expand-lg {
    height: 65px;
    /*background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(221,221,221,0.5);*/
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item:focus .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #0A5666;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #7F00FF;
}
header .nav-link {
    /*padding: 26px 20px;*/
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    color: #1A1729;
}
/*header .nav-link:hover,
.nav-link:focus {
color: #C4D82E;
}*/
/*header .nav-item.active .nav-link {
color: #C4D82E;
}*/
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
}
.nav-logo {
    display: none;
}
.btn-transparent.dropdown-toggle {
    background: transparent url(../../public/img/ic_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 35px !important;
    height: auto;
    font-weight: 400;
}
.btn-transparent.dropdown-toggle:after {
    content: none !important;
}
.dropdown-item {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}
.dropdown-item:last-child {
    border: 0;
}
/*.navbar-toggler {padding: 0;font-size: 20px;position: fixed;height: 35px;width: 35px;margin-right: auto;-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.navbar-toggler .navbar-toggler-icon {-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.navbar-toggler[aria-expanded = "true"] .navbar-toggler-icon {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.navbar-toggler:focus {outline: none;}
.navbar-toggler span.icon-bar {-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;background: #263249;width: 30px;height: 2px;display: block;margin-bottom: 7px;text-align: left;margin-right: auto;opacity: 1;}
.navbar-toggler .icon-bar.top-bar {width: 15px;}
.navbar-toggler .icon-bar.middle-bar {width: 22px;}
.navbar-toggler span.icon-bar.bottom-bar {margin-bottom: 0px;}
.navbar-toggler[aria-expanded = "true"] .icon-bar {-webkit-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.navbar-toggler[aria-expanded = "true"] .top-bar {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);position: absolute;top: 12px;width: 30px}
.navbar-toggler[aria-expanded = "true"] .middle-bar {opacity: 0;}
.navbar-toggler[aria-expanded = "true"] .bottom-bar {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);width: 30px !important;position: absolute;top: 13px;}
*/
/*header css start*/
/* header {} */
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFFFFF;
    box-shadow: inset 0px -1px 0px #DDDDDD;
}
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #FFFFFF;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 14px;
    color: #111111;
    line-height: 34px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
    color: #FFFFFF;
    background-color: #262e71;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #7F00FF;
}
header .nav-link {
    /*padding: 26px 20px;*/
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    color: #111111;
}
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #111111;
    background-color: #dddddd;
}
.dropdown-toggle::after {
    content: none;
}
.dropdown-menu {
    padding: 0;
    min-width: 6rem;
}
.dropdown-menu li:last-child>a {
    border-radius: 0 0 4px 4px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    margin-top: 0;
}
.caret.dropdown-toggle {
    padding: 14px 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.cursor{
    cursor: pointer;
}

/*.overlay {
background-color: rgba(0, 0, 0, 0.5);
height: 100%;
width: 100%;
z-index: 2;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}*/
.nav-logo {
    display: none;
}
.btn-transparent.dropdown-toggle {
    background: transparent url(../../public/img/ic_down_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 7px center;
    padding-right: 35px !important;
    height: auto;
    font-weight: 400;
}
.btn-transparent.dropdown-toggle:after {
    content: none !important;
}
.dropdown-item {
    font-size: 15px;
    line-height: 23px;
    padding: 4px 20px;
    color: #111111;
}
.dropdown-item:last-child {
    border: 0;
}
.navbar-toggler {
    padding: 0;
    font-size: 20px;
    position: relative;
    height: 24px;
    width: 24px;
    margin-left: auto;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 6px 0;
}
.navbar-toggler .navbar-toggler-icon {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.cross .navbar-toggler-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler span.icon-bar {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: #ffffff;
    width: 24px;
    height: 2px;
    display: block;
    text-align: right;
    margin-left: auto;
    opacity: 0.8;
}
.navbar-toggler span.icon-bar.bottom-bar {
    margin-bottom: 0px;
}
.navbar-toggler[aria-expanded="true"] .icon-bar {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler[aria-expanded="true"] .top-bar {
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    transform: rotate(43deg);
    position: absolute;
    top: 12px;
}
.navbar-toggler[aria-expanded="true"] .middle-bar {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .bottom-bar {
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
    width: 24px !important;
    position: absolute;
    top: 12px;
}
/*header css end*/
.top-nav {
    background-color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*common class start*/
.mt-2px { margin-top: 2px; }
.ms-2px {
    margin-left: 2px;
}
.me-05 {
    margin-right: 5px;
}
.me-20 {
    margin-right: 20px;
}
.me-10 {
    margin-right: 10px;
}
.me-15 {
    margin-right: 15px;
}
.mt-15 {
    margin-top: 15px;
}

.p-13{
    padding: 13px;
}
.py-12{
    padding-top: 12px;
    padding-bottom: 12px;
}
.ms-20 {
    margin-left: 20px;
}
.me-40 {
    margin-right: 40px;
}
.me-30 {
    margin-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-03 {
    margin-bottom: 3px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-51 {
    margin-top: 51px;
}

.mt-26 {
    margin-top: 26px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-13 {
    margin-top: 13px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-13 {
    margin-bottom: 13px;
}
.p-30 {
    padding: 30px;
}
.p-20 {
    padding: 18px 20px 19px 20px;
}
.p-09 {
    padding: 9px 15px;
}
.p-15 {
    padding: 15px;
}
.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-12 {
    padding-bottom: 12px !important;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-12 {
    padding-top: 12px;
}
.pe-30 {
    padding-right: 30px;
}
.pe-20 {
    padding-right: 20px;
}
.pe-10 {
    padding-right: 10px;
}
.ps-30 {
    padding-left: 30px;
}
.ps-40 {
    padding-left: 40px;
}

.ps-06 {
    padding-left: 6px;
}
.ps-35 {
    padding-left: 35px;
}
/*font size class start*/
.font-10 {
    font-size: 10px;
    line-height: 20px;
}
.font-14 {
    font-size: 14px;
    line-height: 21px;
}
.font-15 {
    font-size: 15px;
    line-height: 22px;
}
.font-13 {
    font-size: 13px;
    line-height: 20px;
}
.md-font {
    font-size: 24px;
    line-height: 36px;
}
.body-font {
    font-size: 16px;
    line-height: 24px;
}
.sm-font {
    font-size: 20px;
    line-height: 30px;
}
.font-18 {
    font-size: 18px;
    line-height: 27px;
}
.font-30 {
    font-size: 30px;
    line-height: 39px;
}
.font-36 {
    font-size: 36px;
    line-height: 47px;
}
.font-40 {
    font-size: 40px;
    line-height: 52px;
}
.font-48 {
    font-size: 48px;
    line-height: 63px;
}
.lh21 {
    line-height: 21px;
}
/*font size class end*/
/*font weight*/
.fw-300 {
    font-weight: 300
}
.font-regular,
.fw-400 {
    font-weight: 400
}
.font-medium,
.fw-500 {
    font-weight: 500
}
.font-semibold,
.fw-600 {
    font-weight: 600
}
.font-bold,
.fw-700 {
    font-weight: 700
}
/*color css start*/
.body-clr {
    color: #111111;
}
.blue-clr {
    color: #5B7FFF;
}
.red-clr {
    color: #F2582E;
}
.ltblue-clr {
    color: #272162;
}
.black-clr {
    color: #000000;
}
.white-clr{
    color: #ffffff;
}
.grey-clr {
    color: #7E7E7E;
}
.disable-clr {
    color: #606060;
}
/*color css end*/
/*backgrounds*/
.clr-black {
    color: #292749;
}
.bg-white {
    background-color: #FFFFFF;
}
.bg-grey {
    background-color: #f6f6f6;
}
.bg-light {
    background-color: #f2f4f6 !important;
}
.bg-black {
    background-color: #111111;
}
.bg-blue {
    background-color: #060269;
}
.bg-darkblue {
    background-color: #5B7FFF;
}
.bg-darkgray {
    background-color: #EBEBEB !important;
}
.bg-lightgray {
    background-color: #C2E2FF !important;
}
.bg-lightgreen {
    background-color: #C9ECC6 !important;
}
.bg-lightpink {
    background-color: #FFD5D5 !important;
}
.bg-grayfrom {
    background-color: #F4F4F4 !important;
}
.chip {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    background: #CEE9DA;
    padding: 5px 10px;
}
.inactivechip {
    background: #EBEBEB;
}
.Generated {
    background: #E5F4F8;
}
.Rejected {
    background: rgba(208, 31, 69, 0.15);
}

.service,
.service:hover,
.service:active,
.service:focus{
    background: rgba(208, 31, 69, 0.15);
    color: #000000;
}
/*links css end*/
.fullheight {
    min-height: calc(calc(var(--vh, 1vh) * 100));
}
/* login css start */
.loginbox {
    background: #FFFFFF;
    padding: 30px;
}
.loginform {
    min-height: 100vh;
}
.eyeicon {
    position: relative;
}
.eyeicon .toggle-password.img-eye {
    position: absolute;
    right: 0;
    top: 36px;
    height: 37px;
    background-image: url(../../public/img/svg/ic_hide.svg);
    background-position: right 25px center;
    background-repeat: no-repeat;
    padding-right: 51px;
    cursor: pointer;
    z-index: 11;
}
/* login css end */
/* dashboard css start */
.two-col {
    display: inline-block;
    width: 100%;
}
.rightsec {
    width: calc(100% - 265px);
    padding: 15px 30px;
    float: right;
}
.contentspacing {
    padding: 0 30px;
}
.doctorshah {
    display: none;
}
.headlogo {
    width: 264px;
    background: #000000;
    padding-left: 30px;
    height: 65px;
}
.sidebarcolor {
    background: #000000;
    position: fixed;
    top: 65px;
    width: 265px;
    border-right: 1px solid #DDDDDD;
    padding: 0px 0px 8px 0px;
    min-height: calc(100vh - 60px);
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
}
.colmd3 {
    width: 23.6%;
    border: 1px solid #DDDDDD;
}
.colmd4 {

    width: 25%;
}
.daterangepick .form-control {
    height: 36px;
    padding-left: 10px;
}
.signbox {
    height: 174px;
    width: 344px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    background-color: #F6F6F6;
}
.recordnum {
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 20%;
    display: inline-block;
    padding: 5px;
}
.displayblock {
    display: none;
}
.teambackground {
    background: #FFFFFF;
    padding: 20px 30px;
}
.client-detail{
    padding: 20px 20px 40px 20px;
}
.client-detail .table-responsive .table tbody tr {
    border: 0;
}
.client-detail .col-lg-2.col-md-2, .col-lg-2.col-md-3
{
    margin-bottom: 20px;
}
.cal-img,
.cal-img:hover,
.cal-img:focus,
.cal-img:active {
    background-image: url(../../public/img/svg/ic_calendar.svg);
    background-repeat: no-repeat;
    background-position: right 10px top 6px;
}
.offsetmd3 {
    margin-left: 265px;
}
.imgborder {
    border: 1px dashed #000000;
    padding: 36px;
    margin-right: 15px;
}
.upldimg {
    background: #EBEBEB;
    padding: 6px 7px;
    display: inline-block;
}

.dashboard-border {
    border: 1px solid #DDDDDD;
}


/* dashboard css end */
/*footer css start*/
footer {
    padding: 10px 0px;
    background: #F4F4F4;
    box-shadow: 0px -1px 0px rgba(126, 126, 126, 0.5);
}
footer p {
    color: #000000;
}
footer .nav {
    padding: 30px 0;
}
footer .nav .nav-item .nav-link {
    color: #DDDDDD;
}
footer .nav .nav-item .nav-link:hover {
    color: #C4D82E;
}
.find-job-main {
    box-shadow: inset 0px -1px 0px rgb(0 0 0 / 25%);
    padding: 20px 0 10px 0;
}
.custom-width {
    width: 100px;
}
.find-job-status .find-job-status-overlay{
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: none;
    border: 0;
}
.mxcutom{
    margin-left: -30px;
    margin-right: -30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: 0px;
	padding-top: 7px;
    padding-right: 5px;
}

/*footer css end*/
/* notification css */
.notification-header{
    background-color: #ffffff;
    
}
.notification-header .inbox-massage,
.notification-header .inbox-search{
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 18px 20px 19px 20px;
}

.notification-header .notifi-head .notifi-inner{
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.notifi-inner {
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
    padding: 14px 20px 15px 20px;
}
.notifi-inner .custom-blue {
    background: #5B7FFF;
    border-radius: 25px;
    width: 32px;
    height: 32px;
}

.custom-left0{
    left: 0;
}
/* notification css */
.notification-main-sec .dropdown{
    position: static;
}
.profile-sec .dropdown-menu.notification-main{
    border-radius: 0;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
    margin-top: 65px;
    min-width: 35rem;
    right: 90px;
}

.notification-main .dropdown-item {
    padding: 0;
    border-radius: 0;
}
.notification-main .inbox-massage-content-main .card-body {
    padding: 15px 15px 0 15px;
    cursor: pointer;
}
.notification-main .inbox-massage-sec {
    height: 60vh;
}
.notification-main .inbox-massage {
    padding: 15px;
}

/* notification css */

/*inbox css*/
.arrowimg{
    display: none;
}
.inbox-search, .inbox-massage {
    position: relative;

}
.inbox-search img, .inbox-massage img  {
    position: absolute;
    right: 17px;
    bottom: 18px;
}
.inbox-search{
    display: none;
}

.inbox-search input[type="text"]::-webkit-input-placeholder {

    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
.calendar-img {
    width: 36px;
    height: 36px;
}
.inbox-massage-sec {
    height: 75vh;

}
.inbox-massage-content-main {
    overflow: auto;
    /* height: 500px; */
    height: calc(100% - 58px);

}
.Quick-Chat-sec-main {
    height: 75vh;

}
.Quick-middle-sec {
    background: #e5e8f5;
    padding: 20px;
    overflow: auto;
    /* height: 450px; */
    height: calc(100% - 108px);
}
.inbox-massage-content-main .card-body:hover,
.inbox-massage-content-main .card-body.active {
    background: #5B7FFF;
    box-shadow: none;
}
/* .inbox-massage-content-main .openchat:hover,
.inbox-massage-content-main .openchat.active {
    background: #5B7FFF;
    box-shadow: inset 0px -1px 0px rgb(0 0 0 / 20%);
} */
.inbox-massage-content-main .card-body:hover .border-bottom-inbox,
.inbox-massage-content-main .card-body.active .border-bottom-inbox{
    border-color: #5B7FFF;
}
.inbox-massage-content-main .card-body:hover p,
.inbox-massage-content-main .card-body.active p{
    color: #ffffff;
}
.inboxwidth{
    width: 44%;
}
.inboxwidthtwo{
    width: 56%;
}
.Quick-middle-chat {
    padding: 8px 10px;
}

.custom-space{
    padding: 8px 68px 8px 10px;
    text-align: left;
}
.date-add{
    background: #d6d8e3;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 20px;
    height: 36px;
}
span.time-sec {
    position: absolute;
    right: 10px;
    bottom: 4px;
}
.send-massage:after {
    position: absolute;
    content: "";
    border: 5px solid #5B7FFF;

    border-left-color: transparent;
    border-bottom-color: transparent;
    bottom: -8px;
    transform: rotate(-5deg);
}

.receive-massage:after{
    position: absolute;
    content: "";
    border: 6px solid #ffffff;

    border-right-color: transparent;
    border-top-color: transparent;
    top: -8px;
    transform: rotate(-5deg);
}
.form-control.form-control-flush {
    border: 0;
    padding: 15px 20px;
}
.Quick-footer-attachfile {
    position: absolute;
    top: 9px;
    right: 20px;
}
.inbox-massage-content-main .card-body {
    padding: 16px 15px 20px 20px;
    cursor: pointer;
}




/*inbox css*/
/*design page end*/
.list-group {
    border-radius: 6px;
}
.mt-pro {
    margin-top: 60px;
}
.list-group-item {
    border: 0px;
    padding: 0;
    background: #000000;
}
.list-group-item a {
    display: flex;
    align-items: center;
    padding: 13px 30px;
    color: #EBEBEB;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
}
.list-group-item:hover,
.list-group-item:focus,
.list-group-item:active {
    background: #262626 !important;
}
.list-group-item.active {
    background: #262626 !important;
    color: #EBEBEB;
    font-weight: 400;
}
.list-group-item .sub-menu a.active{
    background: #262626 !important;
    color: #EBEBEB;
}
.sidebar-menu:hover {
    background: transparent !important;
}
.list-group-item:first-child {
    border-radius: 0;
}
.logoresponsive {
    display: none;
}
.sharedisplay {
    display: none;
}
.displaylogo {
    display: none;
}
.displaymobile {
    display: block;
}




/*Css by sonali 30-11-2022 post modal*/
.truncate-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.truncate-2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.post-job-checkbox .form-check .form-check-input {
    background-image: url(../../public/img/svg/ic_outline_circle.svg);
    border: 0;
    width: 24px;
    height: 24px;
    margin-top: 0;
    margin-left: 0;
}
.post-job-checkbox .form-check-input:checked[type=radio] {
    background-image: url(../../public/img/svg/ic_select_check_blue.svg);
    background-color: transparent;
}
.post-job-checkbox .form-check-input:active {
    filter: initial;
}
.minheight-74 {
    min-height: 74px !important;
}
.colmd6 {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.padding {
    background-color: #FDF3D3;
}
.detail-main table.table tbody tr {
    height: auto;
}

.detail-main table.table tbody tr td {
    padding: 0 10px 20px 0;
}
.detail-main table.table tbody tr:last-child td {
    padding-bottom: 0;
}
.detail-main table.table tbody tr .customwidthsetone {
    width: 25%;
    vertical-align: top;
}
.detail-main table.table tbody tr .customwidthsettwo {
    width: 75%;
    vertical-align: top;
}
.Service-sec .table tbody tr:last-child {
    box-shadow: inset 0 -1px 0 0 #dddddd;
}

.Service-sec .table tr td {
    vertical-align: top;
}
.Service-sec table.table tbody tr td {
    width: 30%;
    padding: 0 15px 20px 0;
}
.Applicants-sec tbody tr td {
    width: 20%;
}
.dashboard-img {
    background: #FFE5D1;
    padding: 14px;
    border-radius: 50%;
}
.Select-Pay-Level table tbody tr {
    box-shadow: none;
    height: auto;
}
.Select-Pay-Level table tbody tr td {
    vertical-align: top;
    padding: 0 15px 15px 0;
}
.Select-Pay-Level table tbody tr:last-child td {
    padding-bottom: 0;
}
.Select-Pay-Level{
    display: none;
}
/*submenu css*/
.sidebar-menu {
    position: relative;
}
.sidebar-menu .roatedicon {
    position: absolute;
    right: 10px;
    top: 14px;
    transition: 0.3s ease;
    overflow: hidden;
}
.sub-menu {
    background: #000000;
}
.sub-menu a {
    padding-left: 45px;
}
.sub-menu a:hover {
    background: #262626;
}
.sub-btn[aria-expanded="true"] .roatedicon {
    transform: rotate(90deg);
}
.sub-btn[aria-expanded="false"] .roatedicon {
    transform: rotate(0deg);
}
/*submenu css*/
.Service-sec {
    box-shadow: 0px 0px 1px #000000;
    padding: 20px 20px 12px 20px;
}
.truncate-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.heightheadcontent {
    min-height: 42px;
}
.detail-main .table tbody tr {
    box-shadow: none;
    border: 0;
}

/* pay-level css*/
.pay-level-sec  {

    list-style: none;
}
.pay-level-sec table tbody tr td {
    padding: 0 10px 20px 0px;
}
.pay-level-sec table tbody tr {
    height: auto;
}
#add-paylevel .col-md-3,
#edit-paylevel .col-md-3{
    width: 30%;
}

/* Autocomplete */
.ui-front {
    z-index: 9999;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    color: #111111;
    padding: 7px 10px;
    border-radius: 0px;
    background-color: #FFFFFF;
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid #DDDDDD;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    height: 36px;
    width: 100%;
}

.ui-widget input:focus-visible {
    outline: none;
}

.autocompleteel,
.autocompleteel .suggestionlist {
    width: 300px;
}

.autocompleteel input[type=text] {
    width: 100%;
    padding: 5px;
}

.suggestionlist {
    position: absolute;
    width: 100%;
}

.suggestionlist ul {
    width: 100%;
    background: whitesmoke;
    list-style: none;
    margin: 0;
    padding: 5px;
    border: 1px solid #aaa;
}

.suggestionlist ul li {
    background: white;
    padding: 4px;
}

.suggestionlist ul li:hover {
    cursor: pointer;
    background: #ddd;
}
.dashboard-daigramimg {
    overflow: auto;
}

.notification-main-sec .badge {
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding: 1px;
    top: 5px;
    left: 23px;
    font-size: 10px;
}



/* pay-level css*/
/*Css by sonali 30-11-2022 post modal*/
/* iPadPRO landscape style here */
@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) and (orientation:portrait) {
    .modal-dialog {
        max-width: 807px;
    }
}
@media (max-width: 1275px){
    .responsive-main {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 10px;
    }
}
@media (min-width :1024px){
    .inbox-massage-sec{
        display: block !important;
    }
}




@media (max-width: 991.98px) {
    /*css by sonali*/
    .headertop {
        position: relative;
    }
    .detail-main table.table tbody tr:last-child td {
        padding-bottom: 20px;
    }
    .detail-main table.table tbody tr .customwidthsetone {
        width: 40%;
        vertical-align: top;
    }
    .detail-main table.table tbody tr .customwidthsettwo {
        width: 60%;
        vertical-align: top;
    }
    .contentspacing .colmd3 {
        width: 96%;
    }
    .inboxwidth {
        width: 100%;
    }
    .inboxwidthtwo {
        width: 100%;
        margin-top: 20px;

    }
    .inbox-massage-sec {
        height: 60vh;
        display: block;
    }
    .Quick-Chat-sec-main {
        height: 60vh;
        display: none;
    }
    .arrowimg{
        display: block;
    }

    /*css by sonali*/
    /* .custom-mt{
        margin-top: 0;
    } */
    .colmd4 {
        width: auto;
    }
    .offsetmd3 {
        margin-left: 0;
    }
    .teambackground {
        padding: 20px 10px 30px 10px;
    }
    .addspacing {
        padding: 13px 0px 13px 16px;
    }
    .btnstyle {
        margin-right: 4px;
        border: 1px solid;
        padding: 5px;

    }
    .btnstyle:hover,
    .btnstyle:active,
    .btnstyle:focus {
        color: #ffffff;
    }
    .displaynone {
        display: none;
    }
    .displayblock {
        display: block;
    }
    /* .modal-md.modal-dialog {     max-width: 85%; }*/
    /* .navbar {
        background-color: #000000;
        box-shadow: none;
    } */
    .rightsec {
        width: 100%;
        padding: 15px 15px;
    }
    .ms-res {
        margin-left: 0;
    }
    .me-responsive {
        margin-right: 12px;
    }
    .me5-res {
        margin-right: 05px;
    }
    .navbar-toggler {
        margin-left: 16px;
    }

    .headlogo {
        width: auto;
        box-shadow: none;
        display: flex;
        align-items: center;

    }
    .navbar .container-fluid {
        padding-right: 16px;
    }

    .headlogo a img {
        margin-top: 0;
        /* width: 150px; */
    }
    .profile-img{
        margin-right: 0;
    }
    .profile-sec a img {
        margin-right: 10px;
    }
    .profile-dropdown {
        margin-right: 10px;
    }
    .doctorshah {
        display: block;
    }
    .navbar-expand-lg {
        min-height: 56px;
    }
    header {
        height: 65px
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        text-align: left;
        padding: 15px;
        line-height: 20px;
        display: flex;
        justify-content: space-between;
    }
    header .navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: 1px solid #ddd;
    }
    header .navbar-collapse .nav-item .dropdown-item {
        text-align: left;
        border-top: 1px solid #ddd;
        border-bottom: 0;
    }
    .navbar-nav .dropdown-menu {
        border: 0;
    }
    /*navabr for mobile css start*/
    #navbarNav {
        position: fixed;
        height: 100vh;
        height: calc(calc(var(--vh, 1vh) * 100) - 60px);
        display: block;
        width: 100%;
        z-index: 11;
        left: 0;
        bottom: 0;
        top: 60px;
        transform: translateX(-100%);
        transition: 0.3s;
        justify-content: center;
        overflow-y: auto;
    }
    #navbarNav.show {
        transform: translateX(0);
        transition: 0.3s;
    }
}
/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (orientation:portrait) {
    .select2-container--default .select2-selection--multiple {
        width: 100%;
    }
    .modal-dialog {
        max-width: 707px;
    }
    .responsive-left {
        margin-left: 10px;
    }
    .responsive-right {
        margin-right: 2px !important;
    }
    .responsive-bottom {
        margin-bottom: 16px;
    }
    .variablecolor {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (min-width: 992px) {
    div#navbarNav {
        display: block;
    }
}
/*repsonsive css*/
@media (min-width: 576px) {
    .modal-sm {
        max-width: 381px;
    }
}
@media (min-width: 768px) {}
.card-group>.report-card:last-child {
    box-shadow: none;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 741px;
    }
    .modal-xl {
        max-width: 850px;
    }
    .modal-xxl {
        max-width: 919px;
    }
    .modal-xxxl {
        max-width: 1370px;
    }
}
@media (min-width: 1500px) {}
@media (min-width: 1800px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 12px;
    }
}
@media (min-width:992px) and (max-width:1077px){
    .responsive-main-two{
        margin-top: 10px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 767.98px) {

    .fc .fc-toolbar {
            flex-wrap: wrap;
        }
    
        .fc-button-group {
            margin-bottom: 0;
        }
    #add-paylevel .form-control,
    #edit-paylevel .form-control {
        padding: 7px 5px;
    }
    #add-paylevel .col-md-3,
    #edit-paylevel .col-md-3 {
        width: 29%;
    }
    .Select-Pay-Level table tbody tr:last-child td {
        padding-bottom: 10px;
    }
    .doctortext {
        display: none;
    }
    .boxspacing {
        padding: 4px 4px !important;
    }
    .select2-container--default .select2-selection--multiple {
        width: 100%;
    }
    .variablecolor {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    /* .col {
    flex: none;
    } */
    .responsive-bottom {
        margin-bottom: 16px;
    }
    .responsive-smbottom {
        margin-bottom: 10px;
    }
    .responsive-left {
        margin-left: 10px;
    }
    .navbar-toggler {
        margin-left: 16px;
    }
    .navbar-expand-lg {
        min-height: 65px;
    }
    /* .headlogo a img {

        width: 140px;
    } */
    /* .headlogo {
       padding-left: 0;
    } */
    header {
        height: 65px
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        text-align: left;
        padding: 15px;
        line-height: 20px;
        display: flex;
        justify-content: space-between;
    }
    header .navbar-expand-lg .navbar-nav .nav-item {
        border-bottom: 1px solid #ddd;
    }
    header .navbar-collapse .nav-item .dropdown-item {
        text-align: left;
        border-top: 1px solid #ddd;
        border-bottom: 0;
    }
    .navbar-nav .dropdown-menu {
        border: 0;
    }
    .rightsec {

        padding: 15px 15px;
    }

    /* .custom-mt{
        margin-top: 0;
    } */
    .headertop {
        position: relative;
    }
    /*Responsive css by sonali*/
    /* notification css */
    .profile-sec .dropdown-menu.notification-main {
        right: 0px;
        min-width: 100%;
        width: 100%;

    }

    .msrightnone {
        margin-right: 0px !important;
    }
    .notification-main .inbox-massage-sec {
        height: auto;
    }
    .notification-main .inbox-massage-content-main {
        overflow: auto;
        height: 100vh;
        padding-bottom: 0;
    }
    .notification-main .inbox-massage img{
        right: 0px;
    }
    .ic_24 {
        width: 24px;
        height: 24px;
    }
    .jobtype-w{
        width: 100%;
    }
    /* .rightsec .teambackground .teambackground-serchsec .teambackground-allstate {
    margin-top: 20px;
    } */
    .Service-btn a {
        margin-bottom: 10px;
    }
    .fc-button-group {
        margin-bottom: 20px;
    }
    .dashboard-daigramimg {
        margin-top: 30px;
    }
    .form-switch {
        margin-top: 20px;
    }

    /* table for responsive start */
    /*table {
    border: 0;
    }
    table caption {
    font-size: 1.3em;
    }
    table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }
    table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    }
    table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    }
    table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    }
    table td:last-child {
    border-bottom: 0;
    }*/
    /* table for responsive end */

    /*  */
    .inbox-massage-sec {
        height: auto;

    }
    .Quick-Chat-sec-main {
        height: auto;

    }
    .responsive-space{
        padding: 0;
        margin-top: 31px;
    }
    .inboxwidthtwo {
        margin-top: -51px;

    }
    .inbox-massage-content-main {
        overflow: auto;
        height: 100vh;
        padding-bottom: 210px;
    }
    .inbox-main {
        overflow: hidden;
    }
    .Quick-middle-sec {
        overflow: auto;
        height: 100vh;
        padding-bottom: 174px !important;
        padding: 20px 16px 0 16px;

    }
    .Quick-footer {
        position: fixed !important;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
    .inbox-main footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .Quick-Chat-sec-main .Quick-Chat-sec-head {
        position: relative;
        z-index: 9;
    }



}
/*Css by sonali*/
@media screen and (min-width:992px) {
    .scrollable-div {
        max-height: calc(var(--vh, 1vh) * 100);
        min-height: calc(var(--vh, 1vh) * 100);
        margin-bottom: 0 !important;
        height: 100vh;
    }
    .mw-lg-300px {
        max-width: 300px;
    }
}


@media
(max-width:1275px)
{
    .responsive-main {
        max-width: 100%;
        flex: 100%;
        margin-bottom: 10px;
    }

}


@media (max-width: 575.98px) {
    .banner-title {
        font-size: 34px;
        line-height: 50px;
    }
    .inner-banner {
        padding: 40px 0;
    }
    .section-padding {
        padding: 40px 0;
    }
    .card-group>.card {
        border: 0;
        box-shadow: inset 0px -1px 0 0 #dddddd;
    }
    .modal-body {
        padding: 20px;
    }
    .modal .btn {}
}
@media (max-width: 419.98px) {}
@media (max-width: 341.98px) {
    body,
    .form-control,
    .btn,
    .btn:hover,
    .btn:active,
    .btn:focus {
        font-size: 14px;
        line-height: 17px;
    }
    .page-item .page-link {
        height: 36px;
        width: 36px;
        text-align: center;
        line-height: 36px;
    }
    .btn-minW {
        min-width: 115px;
    }
    .sidebar {
        padding-top: 110px;
    }
    .body-font2 {
        font-size: 14px;
        line-height: 20px;
    }
}

.download-pdf {
    right: 10px;
}

.position-absolute {
    position: absolute!important;
}

.font-11 {
    font-size: 11px;
    line-height: 20px;
}

