@import url(global.css);

.header-backoffice {
    width: 99%;
    padding: 10px;
}

.header-section {
    margin-top: 17px !important;
}

.header-title {
    width: calc(100% - 200px);
    text-overflow: ellipsis;
}

.header-title-inner {
    font-weight: var(--font-weight-bold) !important;
    color: var(--text-red);
    width: 500px;
}

.header-search-box {
    width: 200px !important;
    /* box-shadow: 0 0 2px var(--text-black); */
}

.media-search-box {
    width: 90% !important;
    margin: auto;
    display: none !important;
}

.profile {
    width: 99%;
    gap: 20px;
    height: 45px;
}

.login-profile {
    text-align: end;
    margin-top: 12px;
    width: 70px;
}

.login-profile-names {
    line-height: 0;
}

.login-profile-names:nth-child(1) {
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    color: var(--text-blue);
}

.login-profile-names:nth-child(2) {
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    color: var(--text-grey);
}

.record-section {
    width: 95%;
    margin: 90px auto 0 auto;
    padding: 50px;
    background-color: var(--bg-white);
    border-radius: 20px;
}

.record-img {
    padding: 10px;
    background: var(--bg-red);
    border-radius: 50%;
    height: 60px;
}

/* .record-card{
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    color: var(--text-grey);
}

.record-card{
    height: 50px;
    margin-left: 20px;
}

.record-number{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-red);
    line-height: 0;
}

.record-number span{
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    color: var(--text-black);
    padding-right: 10px;
}

.graph-section{
    width: 95%;
    margin: auto;
    border-radius: 20px;
    margin-top: 50px;
    overflow: hidden;
} */

.record-card {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    margin-left: 20px;
}

.record-card-image {
    padding: 10px;
    background-color: var(--bg-red);
    border-radius: 50%;
    width: 72px;
}

.record-card-content p {
    font-size: 18px;
    font-weight: var(--font-weight-semibold);
    color: var(--text-grey);
    line-height: 15px;
    margin-top: 15px;
}

.record-card-content span {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    color: var(--text-black);
    padding-right: 10px;
}


/* Notiificatiion */


/* TIMELINE */
#timeline-container {
    overflow: auto;
}

#timeline-container .inner-container {
    margin: 0 auto;
}

#timeline-container .inner-container .heading {
    font-weight: var(--font-weight-bold);
    font-size: 1.125rem;
    color: var(--text-black);
    margin-top: 0;
    margin-left: 28px;
}

.timeline {
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.timeline-item {
    color: var(--text-black);
    font-size: 1.125rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-left: 2px solid var(--border-grey);
    border-bottom: 1px solid var(--border-grey);
    position: relative;
    list-style-type: none;
    --item-width: calc(100%);
}

.timeline-item::before {
    content: "";
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background-color: var(--bg-white);
    outline: solid 4px var(--border-black);
    position: absolute;
    left: -8px;
    top: 20px;
}

.timeline-item:last-child {
    border-bottom: none;
}

.day-date-notificaton {
    font-size: 14px;
    color: var(--text-grey);
    font-weight: var(--font-weight-regular);
}

/* TIMELINE end */




/* Login Page */


.login-admin-panel {
    display: flex;
    color: #000;
    height: 100%;
}

@media (max-width: 860px) {
    .login-admin-panel {
        flex-direction: column;
    }
}

.right-container,
.left-container {
    flex: 1;
    flex-shrink: 0;
}

@media (max-width: 860px) {

    .right-container,
    .left-container {
        flex: 1 0 auto;
    }
}

.left-container {
    background-image: url(../images/login-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    overflow: auto;
}

.right-container__box {
    width: 70%;
    background: var(--bg-white);
    padding: 50px;
    border-radius: 20px;
    margin: 39px 0;
}

.right-container__h2 {
    font-size: 30px;
    font-weight: var(--font-weight-semibold);
}

.right-container__p {
    opacity: 0.5;
    margin: 5px 0 10px;
}

.right-container__bottom-text {
    text-align: center;
    margin-top: 22px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.right-container__bottom-text>strong {
    color: #fff;
}

.input-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.toggle-container {
    margin: 24px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .toggle-box {
    appearance: none;
    width: 32px;
    height: 16px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    position: relative;
}
.toggle-box:checked {
    background-color: #30a2ff;
}
.toggle-box:checked::after {
    transform: translateX(16px);
    transition: 0.4s ease-in-out;
}
.toggle-box::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
} */
.login-in-btn {
    background-color: #30a2ff;
    border: 1px solid #30a2ff;
    width: 350px;
    border-radius: 20px;
    padding: 10px 0;
    color: #fff;
}

.password-s-h-btn {
    border: solid 1px red;
}

.forget-password-text {
    margin-top: -20px;
    font-size: 14px;
    /* letter-spacing: -1px; */
    font-weight: var(--font-weight-regular);
}

.login-right-content {
    font-weight: var(--font-weight-semibold);
    color: var(--text-white);
}

.login-right-content-info {
    font-weight: var(--font-weight-regular);
    color: var(--text-white);
    letter-spacing: 1.5px;
}


/* Profile Dropdown */

.profile-dropdown ul {
    list-style: none;
}

.user-menu-wrap {
    position: relative;
    width: 36px;
    margin: 50px auto;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
}

.menu-container.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.user-menu {
    position: absolute;
    right: -7px;
    background-color: #fff;
    width: 256px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.user-menu .profile-highlight {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 16px;
    margin-bottom: 6px;
    margin-left: -32px;
}

.user-menu .profile-highlight img {
    width: 48px;
    height: 48px;
    border-radius: 25px;
    object-fit: cover;
}

.user-menu .profile-highlight .details {
    display: flex;
    flex-direction: column;
    margin: auto 12px;
}

.user-menu__item {
    margin-left: -32px;
}

.user-menu .profile-highlight .details #profile-name {
    font-weight: 600;
    font-size: 16px;
}

.user-menu .profile-highlight .details #profile-footer {
    font-weight: 300;
    font-size: 14px;
    margin-top: 4px;
}

.user-menu .user-menu-link {
    display: flex;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 16px;
}

.user-menu .user-menu-link div {
    margin: auto 10px;
}

.user-menu .user-menu-link:hover {
    background-color: #f5f5f5;
    color: #333;
}

.user-menu:before {
    position: absolute;
    top: -16px;
    right: 10px;
    display: inline-block;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #e0e0e0;
}

.user-menu:after {
    position: absolute;
    top: -14px;
    right: 10px;
    display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.dropdown-menu-form {
    padding: 5px 10px 0;
    max-height: 100px;
    overflow-y: scroll;
}



/* Delete Model */

#single .select2-selection__clear {
    display: none !important;
}

.select2-dropdown {
    width: max-content !important;
}





/* ----------------------------------------- */


.select2-container {
    min-width: 465px !important;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}

.select-icon .select2-search--dropdown {
    display: none;
}



/* Notification style */

.notifications {
    scrollbar-width: auto;
    scrollbar-color: var(--bg-black) var(--bg-white);
}

.see-notification{
    background-color: var(--bg-hover-light-red);
}

/* Chrome, Edge, and Safari */
.notifications::-webkit-scrollbar {
    width: 10px;
}

.notifications::-webkit-scrollbar-track {
    background: var(--bg-white);
}

.notifications::-webkit-scrollbar-thumb {
    background-color: var(--bg-black);
    border-radius: 10px;
    border: 3px solid var(--border-white);
}

.notifications {
    height: 370px;
    overflow-Y: scroll;
}

.notification-items-card {
    text-decoration: none;
    color: unset;
}

.notification-item {
    padding: 5px 20px;
    border-bottom: solid 1px var(--bg-red);
}

.notification-item:hover {
    background-color: var(--bg-hover-light-red);
}

.notification-sender {
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    margin-bottom: 0;
}

.notification-date-day {
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    margin-bottom: 0;
}

.notification-item-contant {
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    margin-bottom: 0;
}

#notification_li {
    position: relative
}

#notificationContainer {
    background-color: var(--bg-white);
    overflow: visible;
    position: fixed;
    top: 75px;
    margin-left: -185px;
    width: 400px;
    z-index: 999999999;
    display: none;
}

#notificationContainer:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid var(--border-black);
    border-color: transparent transparent var(--border-white);
    margin-top: -20px;
    margin-left: 197px;
}

#notificationTitle {
    font-weight: bold;
    padding: 8px;
    font-size: 13px;
    background-color: var(--bg-white);
    position: fixed;
    z-index: 1000;
    width: 384px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #dddddd;
}

#notificationsBody {
    padding: 33px 0px 0px 0px !important;
    min-height: 300px;
}

#notificationFooter {
    background-color: #e9eaed;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
}

.mark-all-as-read-btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: var(--font-weight-medium);
    width: 100%;
    height: 100%;
    padding: 5px 120px;
    color: var(--text-white);
    background-color: var(--bg-red);
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

.mark-all-as-read-btn:hover {
    box-shadow: 0 0 5px var(--bg-red);
}

.notification-number-count {
    font-size: 10px;
    color: var(--text-white);
}

.chart-box{
    width: 95%;
    margin: 20px auto;
    background-color: var(--bg-white);
    height: 300px;
}

#chart {
  max-width: 100%;
  margin: 35px auto;
}


.model{
    background: rgba(0, 0, 0, 0.5) !important;
  }