body {
    background-color: #fff;
}


body[data-sidebar="dark"] .mm-active > a {
  color: #000 !important;
}
body[data-sidebar="dark"] .mm-active > a:hover {
    color: rgb(255, 255, 255) !important;
  }
.action-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 170px;
}
.activity-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 40px;
}

.action-button .edit_seeUser {
    font-size: 13px;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 8px;
    color: #fff !important;
    border-radius: 4px !important;
}

.action-button .edit_seeUser:hover {
    color: #fff !important;
}

div.dataTables_wrapper div.dataTables_length select {
    padding-right: 30px;
    height: 35px !important;
    padding-left: 10px !important;
}

div.dataTables_wrapper div.dataTables_filter input.form-control {
    height: 35px !important;
}

.translation_select .input {
    width: 140px;
    padding-left: 10px;
}


#loader_box {
    position: absolute;
    z-index: 99999999999999;
    background: #00000047;
    width: 100%;
    height: 100%;
    display: none;
}

#loader_box .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #c7e0fe;
    border-bottom-color: #1967D2;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: relative;
    top: 50%;
    left: 50%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bottom_row_chrats {
    margin-top: 25px !important;
}

.outer_box_pad {
    margin-bottom: 28px;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad {
    height: 100%;
    background: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    border: 1px solid #00000038;

}

.bottom_row_chrats .form-select {
    width: auto !important;
    border: 0;
    font-weight: 600;
    font-size: 12px;
    color: #0F2552;
    padding-right: 28px;
}

.bottom_row_chrats .pad_iber_filter h6 {
    font-size: 14px;
    color: #4D4D4D;
    margin-bottom: 0;
    line-height: 18px;
}

.bottom_row_chrats .pad_iber_filter {
    padding-bottom: 4px;
    border-bottom: 1px solid #00000030;
    margin-bottom: 10px;
}

/* .bottom_row_chrats .outer_box_pad .inner_box_pad #hourlyUsageChart {
      height: 100% !important;
      width: 100% !important;
    } */

.bottom_row_chrats .outer_box_pad .inner_box_pad .user_demographic {
    font-size: 14px;
    line-height: 17px;
    color: #4D4D4D;
    font-weight: 500 !important;
    margin-bottom: 8px;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box h4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #4D4D4D;
    margin-bottom: 5px;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box ul {
    padding: 0;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box ul .person_list {
    list-style: none;
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 10px;
    padding: 10px 0;
    position: relative;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box ul .person_list img {
    height: 46px;
    width: 46px;
    border-radius: 100px;
    object-fit: cover;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box ul .person_list .person_data {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box ul .person_list .person_data strong {
    font-weight: 800;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box ul .person_list::after {
    content: '';
    height: 1px;
    background: #00000040;
    position: absolute;
    bottom: 0;
    left: -20px;
    right: -20px;
}

.bottom_row_chrats .outer_box_pad .inner_box_pad .sub_box ul .person_list:last-child::after {
    display: none;
}

#canvas {
    width: 100%;
    height: auto;
    min-height: 300px;
}

.scroll_box {
    max-height: 350px;
    height: 350px;
    overflow: scroll;
}

.tox-promotion,
.tox-statusbar__branding {
    display: none;
}

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: var(--bs-tertiary-bg);
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


div:where(.swal2-icon).swal2-warning {
    border-color: rgb(2, 101, 254) !important;
    color: #0265fe !important;
}


/*  upadte profile admin  */
.update_profile_fom {
    max-width: 700px;
    margin: auto;
    padding: 40px 25px;
    border: 1px solid #0000003d;
    border-radius: 25px;
    box-shadow: #c7e0fe 0 0 11px 1px;
}

.update_profile_fom .card-title {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000029;
}

.update_profile_fom .upload_iamge {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_box .add_image {
    position: relative;
    margin: 20px 0;

}

.image_box .add_image .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #0000002e;
}

.image_box .add_image .add_icon {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0265fe;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    cursor: pointer;
}

.image_box .add_image .add_icon:hover {
    background-color: #003a95;
    transition: all .3s ease;
}

.btn_box {
    margin-top: 21px;
    flex-wrap: wrap;
}

@media(max-width:767px) {
    .update_profile_fom .card-title {
        font-size: 20px;
        padding-bottom: 6px;
    }

    .update_profile_fom {
        padding: 25px;
    }

    .image_box .add_image {
        margin: 0;
    }

    .image_box .add_image .image {
        height: 80px;
        width: 80px;
    }

    .btn_box .btn {
        width: 115px;
    }

    .btn_box {
        margin-top: 0;
    }

    .update_profile_fom {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.vertical-menu.sidebar {
    overflow: scroll;
}

/*  ends here */


.form-select-lg {
    font-size: 13px;
}


.main-shadow form .card {
    box-shadow: 0 0.1rem 1rem #12263f5e !important;
  }


.verifaction__box.save-plans.d-flex {
  justify-content: center;
  align-content: center;
  gap: 20px;
}
.verifaction__box.save-plans.d-flex span {
  height: 44px;
  padding: 8px 0;
}
