@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

:root {
    --theme-clr: #204D7B;
}

*,
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) - 60px);
}

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;
}

.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: 14px;
    line-height: 21px;
}

.singledate,
.singledate:hover,
.singledate:focus,
.singledate:active {
    padding-left: 10px;
}

.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: 206px;
}

.input-group {
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #204D7B;
}

.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 {
    display: inline-block;
    cursor: pointer;
}

.loadimg {
    width: 130px;
    height: 113px;
    border-radius: 6px;
}

.image-upload {
    background: rgba(235, 235, 235, 0.5);
    border: 1px dashed #000000;
    border-radius: 6px;
    width:184px;
    height: 163px;

}
.file-upload {
    padding: 6px 11px;
}

.imgborder {
    border: 1px dashed #000000;
    padding: 36px;
    margin-right: 15px;
  }

  .upldimg.mb-10.center {
    text-align: center !important;
} 
.add-more.d-flex.flex-column.justify-content-center.align-items-center {
    margin-left: 10px;
}

.tox-notifications-container {
    display: none;
}

.truncate-text {
    white-space: nowrap; /* Prevent text from wrapping to the next line */
    overflow: hidden;   /* Hide any overflowed text */
    text-overflow: ellipsis; /* Display an ellipsis for truncated text */
    max-width: 200px;   /* Adjust the maximum width as needed */
  }
  img.mr-5 {
}

.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;
}

.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 7px center;
    background-size: 24px 24px;
    padding-left: 40px;
    height: 36px;
    width: 200px;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
}

.Search-close-icon {
    position: absolute;
    text-align: 0;
    top: 5px;
    right: 7px;
}

/*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_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;
}

/*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 #204D7B;
    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: #204D7B;
}

.btn-icon {
    padding: 5px;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
}

.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
    border-radius: 5px;
    background-color: #e5e8f5;
    color: #009ef7;
    padding: 5px;

}

.btn-icon:hover img {
    color: #009ef7;
}

.btn:hover {
    opacity: 0.9;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    background-color: #204D7B;
    color: #FFFFFF;
}

.btn-red,
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    background-color: #ff5b5b;
    color: #FFFFFF;
}

.btn-lightgray,
.btn-lightgray:hover,
.btn-lightgray:focus,
.btn-lightgray:active {
    background-color: #EBEBEB !important;
    color: #000000;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background: #FFFFFF;
    border: 1px solid #204D7B;
    color: #204D7B;
}

.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 css*/
/*pagination css start*/
.page-item.active .page-link {
    background-color: #204D7B;
    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: #204D7B;
    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;
    white-space: nowrap;
    vertical-align: middle;
}

.table tr td span {
    color: #868686;
    font-size: 15px;
    line-height: 17px;
}

.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 34px 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;
}

/*css for select2 end*/
/*calendar  css start*/
#calendar {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.fc-toolbar .fc-state-active, .fc-state-down {
    background-color: #204D7B;
    background-image: none;
    color: #FFFFFF;
    box-shadow: none;
}

.fc-toolbar button {
    background: #333333;
    background-image: none;
    border: 1px solid #204D7B;
    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;
    }

    .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: 27px;
    width: 30px;
    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: 30px;
    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(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
}

.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 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;
}

.ms-20 {
    margin-left: 20px;
}

.me-40 {
    margin-right: 40px;
}

.me-30 {
    margin-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.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-26 {
    margin-top: 26px;
}

.mt-10 {
    margin-top: 10px;
}

.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: 20px 20px 15px 20px;
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pe-30 {
    padding-right: 30px;
}

.pe-20 {
    padding-right: 20px;
}

.ps-30 {
    padding-left: 30px;
}

.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: #204D7B;
}

.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: #204D7B;
}

.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;
}

.chip-danger {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    background: #D01F4526;
    padding: 5px 10px;
}

.inactivechip {
    background: #EBEBEB;
}

.Generated {
    background: #E5F4F8;
}

.Rejected {
    background: rgba(208, 31, 69, 0.15);
}

/*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 45px 0 30px;
}

.doctorshah {
    display: none;
}

.headlogo {
    width: 264px;
    background: #204D7B;
    padding-left: 30px;
    height: 65px;
}

.sidebarcolor {
    background: #204D7B;
    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: 35px;
    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;
}

.offsetmd3 {
    margin-left: 25%;
}

.imgborder {
    border: 1px dashed #204D7B;
    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;
}

/*footer css end*/
/*inbox css*/
.inbox-massage-sec {
    height: 75vh;
}

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

.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 {
    background: #204D7B;
    box-shadow: inset 0px -1px 0px rgb(0 0 0 / 20%);
}

.inbox-massage-content-main .card-body:hover .border-bottom-inbox {
    border-color: #204D7B;
}

.inbox-massage-content-main .card-body:hover p {
    color: #ffffff;
}

.inboxwidth {
    width: 44%;
}

.inboxwidthtwo {
    width: 56%;
}

.Quick-middle-chat {
    padding: 8px 10px;
}

.custom-space {
    padding: 8px 68px 8px 10px;
}

span.time-sec {
    position: absolute;
    right: 10px;
    bottom: 4px;
}

.send-massage:after {
    position: absolute;
    content: "";
    border: 5px solid #204D7B;

    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: 20px;
}




/*inbox css*/
/*design page end*/
.list-group {
    border-radius: 6px;
}

.mt-pro {
    margin-top: 60px;
}

.list-group-item {
    border: 0px;
    padding: 0;
    background: #204D7B;
}

.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: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;
}

.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 .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%;
}

.Applicants-sec tbody tr td {
    width: 20%;
}

.dashboard-img {
    background: #FFE5D1;
    padding: 14px;
    border-radius: 50%;
}

/*submenu css*/
.sidebar-menu {
    position: relative;
}

.sidebar-menu a .roatedicon {
    position: absolute;
    right: 10px;
    top: 14px;
    transition: 0.3s ease;
}

.sub-menu {
    background: #204D7B;
}

.sub-menu a {
    padding-left: 45px;
}

.sub-menu a:hover {
    background: #262626;
}

.sub-btn[aria-expanded="true"] .roatedicon {
    transform: rotate(90deg);
}

/*submenu css*/
.Service-sec {
    box-shadow: 0px 0px 1px #204D7B;
    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;
}

/*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: 991.98px) {

    /*css by sonali*/
    .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;
        padding-left: 0;
    }

    .inbox-massage-sec {
        height: 60vh;
    }

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


    /*css by sonali*/
    .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: #204D7B;
        box-shadow: none;
    }

    .rightsec {
        width: 100%;
        padding: 15px 16px;
    }

    .ms-res {
        margin-left: 0;
    }

    .me-responsive {
        margin-right: 12px;
    }

    .me5-res {
        margin-right: 05px;
    }

    .headlogo {
        width: auto;
        box-shadow: none;
    }

    .profile-dropdown {
        margin-right: 10px;
    }

    .doctorshah {
        display: block;
    }

    .navbar-expand-lg {
        min-height: 56px;
    }

    header {
        height: 60px
    }

    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: 149px;
    }

    .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 (max-width: 768px) {}

@media (max-width: 767.98px) {
    .doctortext {
        display: none;
    }

    .boxspacing {
        padding: 4px 4px !important;
    }

    .select2-container--default .select2-selection--multiple {
        width: 187px;
    }

    .variablecolor {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /* .col {
flex: none;
} */
    .responsive-bottom {
        margin-bottom: 16px;
    }

    .responsive-smbottom {
        margin-bottom: 8px;
    }

    .responsive-left {
        margin-left: 10px;
    }

    .navbar-toggler {
        margin-right: 0
    }

    .navbar-expand-lg {
        min-height: 56px;
    }

    header {
        height: 60px
    }

    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;
    }

    /*Responsive css by sonali*/
    .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 */
}

/*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: 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;
    }
}

.delete-width {
    width: 5%;
}

.select2-container--open .select2-dropdown--below {     z-index: 1060;
    position: relative; }