footer .page-footer.px-xl-4.px-sm-2.px-0.py-3 {
    position: fixed;
    bottom: 0;
    background: #f8f6f2;
    width: 86%;
    transition: ease 0.1s;
}
.sidebar-mini footer .page-footer.px-xl-4.px-sm-2.px-0.py-3 {
    width: 100%;
}

/* .layout-1 .wrapper .page-body {
    height: 100vh;
} */

.swal2-loader {
    border-color: var(--primary-color) transparent var(--primary-color)
        transparent !important;
}

.swal-custom {
    color: var(--color-500) !important;
}

.required {
    color: rgb(216, 69, 69);
}
.table tr td {
    padding: 0.2rem 0.6rem;
}
.card .card-body,
.card .card-footer,
.card .card-header {
    padding: 0.4rem 1.5rem;
}

.logo-img {
    width: 50px;
}
[data-luno="theme-cyan"] {
    --primary-color: #214995;
    --secondary-color: #dd3088;
    --primary-rgb: 0, 189, 170;

    --chart-color1: #6dc8ea;
    --chart-color2: #dd3088;
    --chart-color3: #fec900;
    --chart-color4: #008a92;
    --chart-color5: #83bb30;

    --primary-gradient: linear-gradient(
        145deg,
        var(--primary-color),
        var(--secondary-color)
    );
}

table tr th {
    background-color: #f8f6f2 !important;
}

.hospital-title {
    font-size: 1.8rem;
}

.password-box {
    position: relative;
}
.password-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.login-page {
    background: url(../../images/login-bg-4.jpg) !important;
    background-size: cover !important;
    backface-visibility: initial;
    background-position: left center;
}

.login-page .hospital-img {
    width: 250px;
}
.login-page .contact-deatil {
    display: flex;
}
.login-page .left-logo {
    flex-direction: column;
}
.login-page .right-box {
    flex-direction: column;
    padding-left: 30px;
}
.login-page .right-box i {
    font-size: 16px;
    margin-right: 10px;
    /* font-weight: bold; */
    color: #000;
    background: #fff;
    padding: 12px;
    border-radius: 25px;
    /* border: 2px solid #DD3088; */
    width: 40px;
    height: 40px;
    display: inline-block;
    box-shadow: 1px 2px 8px #7192d3;
    vertical-align: middle;
}
.login-page .line {
    display: inline-block;
}
.login-page .line:first-child {
    margin-right: 10px;
}
.login-page .line span {
    display: inline-block;
    vertical-align: middle;
}
.sidebar .dropdown.morphing.scale-left {
    position: absolute;
    right: 10px;
}

/* .right-side-options{
    position: absolute;
    right: 32px;
    top:88px;
} */
.sidebar-mini .dropdown.morphing.scale-left {
    display: none;
}

.sidebar-mini .logo-img.large {
    display: none;
}
.sidebar .logo-img.small {
    display: none;
}
.sidebar-mini .logo-img.small {
    display: block;
    margin: 0px 6px;
}
.Search-filter-main {
    display: inline-flex;
    flex-direction: row;
    text-align: right;
    vertical-align: middle;
    /* margin-top: 5px; */
}
.Search-filter-main .search-form {
    width: 100%;
}
.Search-filter-main .search-box {
    width: 250px;
    position: relative;
    display: inline-block;
}
.Search-filter-main .search-box input {
    padding-right: 32px;
}
.Search-filter-main .search-box .clear-btn,
.Search-filter-main .search-box .search-btn {
    position: absolute;
    right: 7px;
    top: 5px;
    width: 30px;
    height: 30px;
    padding: 4px 9px;
    border-radius: 50%;
}
.Search-filter-main .filter-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}
.Search-filter-main .filter-box .filter-btn {
    background: #f8f6f2;
    padding: 7px 10px;
    margin-left: 10px;
    border-radius: 5px;
}
.Search-filter-main .filter-box .filter-btn svg {
    color: var(--primary-color);
    fill: var(--primary-color);
}

.Search-filter-main .filter-box .filter-btn:hover svg {
    color: var(--secondary-color);
    fill: var(--secondary-color);
}
.filter-expand-box {
    position: absolute;
    right: 20px;
    top: 45px;
    width: 530px;
    max-height: 530px;
    overflow-y: auto;
    text-align: left;
    padding: 1rem;
    z-index: 99;
    background-color: #f8f6f2;
    /* background: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
    border:1px dashed var(--border-color);
    border-radius: 8px; */
}
.filter-expand-box .row-delete {
    position: relative;
}
.filter-expand-box .row-delete .btn {
    position: absolute;
    top: 25px;
    left: 0px;
}

/* .filter-expand-box::before{
content: "";
display: block;
width: 10px;
height: 10px;
background-color: #f8f6f2;
position: absolute;
right: 20px;
top:-10px;
border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right:8px solid black;

} */

.emergency-contact {
    position: relative;
}
.emergency-contact .col {
    position: relative;
}

.top-righ-filter {
    position: fixed;
    right: 15px;
    top: 68px;
}
.add-btn {
    position: absolute;
    right: 345px;
    top: 0px;
}
.emergency-contact .number-badge {
    position: absolute;
    left: 10px;
    top: 18px;
}
.emergency-contact .ml-3 {
    margin-left: 40px;
}
.emergency-contact .mr-4 {
    margin-right: 40px;
}
.emergency-contact .btn-add-row,
.emergency-contact .btn-remove-row {
    position: absolute;
    right: 0px;
    top: 12px;
}

.sub-title {
    padding: 15px 20px;
    margin-bottom: 10px;
}
.sub-title h6 {
    display: inline-block;
    width: 49%;
    margin-bottom: 0px;
    font-weight: 600;
}
.sub-title .text-right {
    text-align: right;
}
.select2-container .select2-selection--single {
    height: 36px;
    border-color: var(--border-color);
    background-color: var(--card-color);
    color: var(--color-900);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    border-radius: var(--bs-border-radius);
}
.form-floating .select2-container .select2-selection--single {
    height: 58px;
    border-color: var(--border-color);
    background-color: var(--card-color);
    color: var(--color-900);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    border-radius: var(--bs-border-radius);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--border-color);
    background-color: var(--card-color);
    border-radius: var(--bs-border-radius);
    color: var(--color-900);
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    height: 18px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 36px;
}
.form-floating
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 58px;
}
/* .select2-dropdown {
    z-index: 9999;
} */
.payment-list li .left {
    align-items: start;
}
.payment-list li .right {
    align-items: end;
}

.right-switch label {
    display: inline-block;
}
.right-switch .form-switch {
    display: inline-block;
}

.bootstrap-tagsinput {
    display: inline-block;
    width: 100%;
    height: 80px;
    overflow: auto;
}
.bootstrap-tagsinput .tag {
    display: inline-block;
}
.appoinment-detail {
    position: relative;
    margin-bottom: 10px;
}
.appoinment-detail .add-btn {
    position: absolute;
    right: 0;
}

.progress-list li {
    width: 300px;
}

.patient-btn-add {
    position: absolute;
    right: 20px;
    top: -41px;
}

.list-item h5 {
    color: #dd3088;
    background-color: #fff;
    position: absolute;
    left: 9px;
    top: -9px;
    font-size: 12px;
}
.list-item {
    /* border: 1px dashed #DD3088; */
    border-radius: 5px;
    position: relative;
    padding: 15px;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.list-item h4 {
    font-weight: 400;
    color: #000;
}
.list-item p {
    font-size: 12px;
    margin-top: 5px;
}
.blink {
    width: 8%;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;

    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.parsley-error
    + .select2.select2-container
    .selection
    .select2-selection.select2-selection--single {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}

.receipt-header .hospital-logo {
    display: inline-block;
}
.receipt-header .address-box {
    display: inline-block;
    width: 77%;
}
.receipt-header .address-box p {
    font-size: 12px;
    text-align: right;
}
.receipt-header {
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 5px;
}

.text-right {
    text-align: right;
}
.receipt-body .col p {
    margin-bottom: 8px;
    font-size: 12px;
}
.receipt-body .col p label {
    width: 100px;
    display: inline-block;
    text-align: left;
    font-weight: 700;
}
.receipt-footer {
    margin-top: 80px;
    font-size: 12px;
}
.receipt-footer p {
    margin-bottom: 5px;
    font-size: 12px;
}
.receipt-footer .col p label {
    width: 100px;
    display: inline-block;
    text-align: left;
}
.gender-badge {
    position: absolute;
    top: 12px;
    left: 27px;
}
.emergency-contact-list span {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.first-letter {
    width: 26px;
    height: 26px;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    background-color: var(--chart-color1);
    color: #fff;
}
.parsley-errors-list {
    color: red;
}
.schedule-add .row {
    position: relative;
}
.schedule-add .timeline-item {
    display: block !important;
}
/*.main-day-box h7{
    margin-left: 20px;
}
.main-day-box {
    position: relative;
}
.main-day-box h7::after{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #008a92;
    border-radius: 50%;
    left: 0;
    top:10px;
    display: block;
    content: "";
} */
.schedule-add .number-badge {
    position: absolute;
    left: 15px;
    top: 18px;
}
.schedule-add .ml-3 {
    margin-left: 40px;
}
.schedule-add .mr-4 {
    margin-right: 40px;
}
.schedule-add .btn-add-row,
.schedule-add .btn-remove-row {
    position: absolute;
    right: 0px;
    top: 12px;
}
.schedule-add h7 {
    font-weight: bold;
    font-size: 18px;
}
.opd-create h5 {
    font-size: 18px;
}
.opd-create h5[aria-expanded="true"] .arrow:before {
    content: "\f282";
}
.opd-create h5[aria-expanded="true"] .bi-chevron-down.arrow:before {
    content: "\f286";
}

.doctor-schedule ul li .half {
    width: 49%;
    display: inline-block;
}
.doctor-schedule ul li:after {
    border-left: 2px dotted #83bb30;
    position: absolute;
    left: -20px;
    top: 10px;
    height: 100%;
    display: block;
    content: "";
}
.doctor-schedule ul li:last-child:after {
    display: none;
}

.doctor-schedule ul li p b::before {
    position: absolute;
    left: -23px;
    top: 7px;
    height: 9px;
    display: block;
    content: "";
    width: 9px;
    border-radius: 50%;
    background-color: #83bb30;
}
.doctor-schedule ul li {
    position: relative;
}
.doctor-schedule ul li .badge {
    background-color: aliceblue;
    color: #000;
}
.doctor-schedule ul li {
    list-style: none;
}
.doctor-schedule-details li {
    width: 49%;
    display: inline-block;
}
.padding-0 {
    padding: 0px !important;
}

.user-profile .flex-fill .text-muted {
    display: block;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-profile .flex-fill .card-title {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2)) !important;
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2)) !important;
    line-height: 1.25;
}

/* .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: 20px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    margin-top: 20px;
} */
.form-floating
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    margin-top: 20px;
}
.form-floating
    .select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    margin-top: 20px;
}
.add-opd-div {
    position: relative;
}
.add-opd-div .remove-opd-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.opdcases-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.role-main-box .inner-role {
    background-color: #f8f7f5;
    border-radius: 7px;
    margin-bottom: 10px;
}
.role-main-box .inner-role h5 {
    background-color: #dbdad8;
    padding: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.inner-check-list {
    padding: 5px 20px;
}
.main-overly {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url("#goo");
    animation: rotate-move 4s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: var(--primary-color);
    animation: dot-3-move 4s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: var(--chart-color2);
    animation: dot-2-move 4s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: var(--chart-color3);
    animation: dot-1-move 4s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {
        transform: scale(1);
    }
    45% {
        transform: translateY(-18px) scale(0.45);
    }
    60% {
        transform: translateY(-90px) scale(0.45);
    }
    80% {
        transform: translateY(-90px) scale(0.45);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes dot-2-move {
    20% {
        transform: scale(1);
    }
    45% {
        transform: translate(-16px, 12px) scale(0.45);
    }
    60% {
        transform: translate(-80px, 60px) scale(0.45);
    }
    80% {
        transform: translate(-80px, 60px) scale(0.45);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes dot-1-move {
    20% {
        transform: scale(1);
    }
    45% {
        transform: translate(16px, 12px) scale(0.45);
    }
    60% {
        transform: translate(80px, 60px) scale(0.45);
    }
    80% {
        transform: translate(80px, 60px) scale(0.45);
    }
    100% {
        transform: translateY(0px) scale(1);
    }
}

@keyframes rotate-move {
    55% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    80% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes index {
    0%,
    100% {
        z-index: 3;
    }
    33.3% {
        z-index: 2;
    }
    66.6% {
        z-index: 1;
    }
}

.appoinment-switch {
    position: absolute;
    top: 0px;
    right: 0px;
}

.hide {
    display: none;
}
.case-info {
    position: absolute;
    right: 12px;
    top: 10px;
}
.mr-2 {
    margin-right: 20px;
}
.table-responsive {
    width: 100%;
    overflow: auto;
    height: calc(100vh - 270px);
}
.table-responsive .table thead {
    position: sticky;
    top: -1px;
    z-index: 1;
}
.edit-top {
    background-color: #f8f6f2;
    padding: 12px 12px 10px 12px;
    position: relative;
    border-radius: 7px;
}
.edit-top h5 {
    margin-top: 0;
}

.opd-switch {
    position: absolute;
    right: 310px;
    top: 10px;
    background-color: #f8f6f2;
    border-radius: 0.365rem;
    padding: 0px 20px;
}
.opd-switch .common-tab {
    padding: 5px 10px;
    border: bottom 3px solid #214995;
}

.common-static-data label {
    font-weight: bold;
}
.bg-primary-light {
    background-color: #daddfd;
    padding-top: 15px;
    border-radius: 5px;
}
.border-secondary {
    border: 1px dashed #dd3088;
    border-radius: 5px;
}
.border-success {
    border: 1px dashed #83bb30;
    border-radius: 5px;
}
.border-warning {
    border: 1px dashed #fec900;
    border-radius: 5px;
}
.border-primary {
    border: 1px dashed #214995;
    border-radius: 5px;
}
/* .diagnosisi-card {
    padding: 15px;
} */
.diagnosisi-card .card-body {
    /* margin-bottom: 20px; */
    position: relative;
    padding: 15px;
    /* padding: 0.4rem 0.5rem; */
}
.medicine-name {
    width: 100px;
}
.comment {
    width: 100px;
}
.diagnosisi-card .card-body .add-btn {
    right: 15px;
    top: 10px;
}
.view-report-icon {
    position: absolute;
    top: 0;
    background: #daddfd;
    width: 47px;
    height: 57px;
    text-align: center;
    padding-top: 17px;
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.report-main {
    position: relative;
    margin-bottom: 10px;
}
.report-main .report-remove-row {
    position: absolute;
    right: 10px;
    top: -10px;
}
.number-report {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #83bb30;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 3px;
}
.history-block {
    width: 100%;
    overflow: auto;
    max-height: 80vh;
}

.medicines-accordian {
    position: relative;
}

.medicines-accordian .accordion-button {
    padding: 12px 15px;
}

.medicines-accordian .btn {
    position: absolute;
    right: 60px;
    top: 5px;
    z-index: 999;
}

.date-range-box {
    position: relative;
}
.date-range-box input {
    padding-right: 30px;
}
.date-range-box .filter-clear-btn {
    position: absolute;
    right: 12px;
    top: 7px;
}

.payment-div-row {
    position: relative;
}

.justify-content-sm-between .small.text-muted {
    margin-bottom: 0px !important;
}
.pagination {
    margin-bottom: 0px !important;
}

.page-payment-container .mr-4 {
    margin-right: 50px;
}
.page-payment-container .btn-remove-row {
    right: 12px;
}

.payment-details .btn-add-row {
    position: absolute;
    right: 50px;
    top: 10px;
}

/* .parsley-errors-list{
    margin: -10px 0 3px !important;
} */

.select2-container .select2-selection--multiple {
    min-height: 60px !important;
    padding-top: 25px;
}
.timeline-item {
    padding: 1em 1em 1em 1em;
}
.form-group {
    margin-bottom: 15px;
}

.btn-add-more {
    position: absolute;
    right: 50px;
    top: 13px;
}
.layout-1 .wrapper {
    position: relative;
}
.page-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-body {
    height: calc(100vh - 152px);
    overflow-y: auto;
}
.dashboard-scroll {
    height: calc(100vh - 162px);
    overflow-y: auto;
    padding-top: 16px;
}
.opd-detail-scroll {
    height: calc(100vh - 158px);
    overflow-y: auto;
}
.opd-detail-scroll .card-body {
    padding: 10px;
}
.table-responsive-one {
    max-width: 100%;
    overflow-x: auto;
}
.back-btn {
    position: absolute;
    right: 15px;
    top: 68px;
}

.print-btn {
    position: absolute;
    right: 140px;
}
.date-column {
    width: 13%;
}
.date-column.active {
    color: #dd3088;
    background-color: #fbe6f1 !important;
}
.present {
    /* display: block !important; */
    background-color: #d8eabd !important;

    /* height: 100%;
    width: 60%;
    margin: 0 auto; */
    border: 10px solid #fff !important;
    border-left: 4px solid #83bb30 !important;
}

.btn-secondary.patient-btn-add {
    right: 140px;
}

.payment-mode-row {
    position: relative;
}
.payment-mode-remove-row {
    margin-top: 10px;
}
.report-mode-row {
    position: relative;
}
.report-mode-remove-row {
    margin-top: 10px;
}
.alert {
    position: absolute;
    left: 13px;
    right: 29px;
    z-index: 9;
}

.ipd-status-badge {
    position: absolute;
    right: 15px;
    top: 10px;
}
.blood-group-badge {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.ipd-medicine-accordian .card-header {
    background: #ebebeb;
}
.ipd-medicine-accordian .card-header .btn {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
}
.ipd-medicine-accordian .card {
    margin-bottom: 10px;
}
.ipd-medicine-accordian .medicine-status {
    position: absolute;
    right: 20px;
    top: 11px;
}
.ipd-medicine-accordian .table-responsive {
    height: auto;
}
.date-select-box {
    width: 220px;
    display: inline-block;
    margin-left: 10px;
}

.popupDiagnosis-div-row {
    align-items: center;
}
.text-red-600 {
    color: #dc2626;
}

.bg-red-100 {
    background-color: #fee2e2;
}

.font-bold {
    font-weight: bold;
}
.ipd-mode-row {
    position: relative;
}
.ipd-mode-remove-row {
    margin-top: 10px;
}
.report_select_div {
    position: relative;
}
.report_remove {
    margin: 0;
    position: absolute;
    right: 38%;
    top: 2px;
}
.pending-mode-row {
    position: relative;
}
.pending-mode-remove-row {
    margin-top: 10px;
}
.pendingreport-mode-row {
    position: relative;
}
.pendingreport-mode-remove-row {
    margin-top: 10px;
}
.paymentcollect-mode-row {
    position: relative;
}
.paymentcollect-mode-remove-row {
    margin-top: 10px;
}
.pendingipd-mode-row {
    position: relative;
}
.pendingipd-mode-remove-row {
    margin-top: 10px;
}
.add-new-diagnosis-btn .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.add-new-diagnosis-btn .form-group .form-floating {
    width: 90%;
}
.minus-btn-align {
    align-items: center;
}
.ipd-medicienes .table-responsive {
    height: 200px;
}
.ipd-patient-detail p {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rooms-modal h5 {
    color: #dd3088;
    font-size: 18px;
    position: relative;
    padding-left: 13px;
}
.rooms-modal h5:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #dd3088;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.room-list {
    list-style: none;
    padding-left: 16px;
    border-bottom: 1px solid #c2cbdc;
}
.room-list li {
    margin-right: 20px;
    display: inline-block;
    padding: 5px;
}
.room-list li span {
    color: #c2cbdc;
}
.room-list li svg path,
.room-list li svg circle {
    fill: #c2cbdc;
}
.room-list li.booked svg path,
.room-list li.booked svg circle {
    fill: #b94a48;
}
.room-list li.booked span {
    color: #b94a48;
}
.room-list li.booked:hover svg path,
.room-list li.booked:hover svg circle {
    fill: #b94a48;
}
.room-list li.booked:hover span {
    color: #b94a48;
}
.room-list li.selected svg path,
.room-list li.selected svg circle {
    fill: #13a537;
}
.room-list li.selected span {
    color: #13a537;
}
.room-list li:hover span {
    color: #13a537;
}
.room-list li.selected {
    border: 1px solid #13a537;
    border-radius: 5px;
}
.room-list li:hover svg path,
.room-list li:hover svg circle {
    fill: #13a537;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: -2px;
    bottom: 0;
    background-color: #dc2525;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch .badge {
    display: none;
}
.room-list li span {
    color: #7de97d;
}
.room-list li svg path,
.room-list li svg circle {
    fill: #abf3ab;
}
.room-list li.booked svg path,
.room-list li.booked svg circle {
    fill: #b94a48;
}
.room-list li.booked span {
    color: #b94a48;
}
.room-list li.booked:hover svg path,
.room-list li.booked:hover svg circle {
    fill: #b94a48;
}
.room-list li.booked:hover span {
    color: #b94a48;
}
.room-list li.selected svg path,
.room-list li.selected svg circle {
    fill: #13a537;
}
.room-list li.selected span {
    color: #13a537;
}
.room-list li:hover span {
    color: #13a537;
}
.room-list li.selected {
    border: 1px solid #13a537;
    border-radius: 5px;
}
.room-list li:hover svg path,
.room-list li:hover svg circle {
    fill: #13a537;
}
.room-list li.maintain span {
    color: #c2cbdc;
}
.room-list li.maintain svg path,
.room-list li.maintain svg circle {
    fill: #c2cbdc;
}
.popup-header-indicator {
    border: none;
    margin-right: 20px;
    margin-bottom: 0px;
}
.popup-header-indicator li a svg {
    height: 20px;
    width: 20px;
}
.tabs-right {
    width: 420px;
    position: absolute;
    right: 215px;
    top: 70px;
}
.date-range-picker {
    width: 200px;
    position: absolute;
    right: 15px;
    top: 70px;
}
.circle-number {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    background-color: #dd3088;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px !important;
    text-align: center;
    padding-top: 3px;
}
.nav-tabs.tab-card .nav-link {
    position: relative;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
.dot-circle {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #dc2626;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    left: 5px;
}
table tr td {
    position: relative;
}
.notification-page ul li .avatar {
    width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 12px;
}
.unread-dot {
    width: 30px;
    height: 10px;
    display: inline-block;
    background: #7de97d;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}
.read-dot {
    background-color: #c2cbdc;
}
.mark-read-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}
.time-td {
    width: 80px;
}
