@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&family=Oswald:wght@200..700&family=Protest+Riot&display=swap");
body {
    background: #f3f3f6 !important;
    font-family: "Barlow", sans-serif !important;
}

html[dir="rtl"] {
    font-family: "cairo", sans-serif;
}
.checkbox_image {
    list-style-type: none;
}

.checkbox_image li {
    display: inline-block;
}

.checkbox_image input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.checkbox_image label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.checkbox_image label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.checkbox_image label img {
    height: 150px;
    width: 150px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.checkbox_image :checked + label {
    border-color: #ddd;
}

.checkbox_image :checked + label:before {
    content: "✓";
    background-color: grey;

    transform: scale(1);
}

.checkbox_image :checked + label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}
.aside-logo {
    background: white !important;
    /* justify-content: center !important; */
}
.aside {
    background: white !important;
}
.aside-dark .menu .menu-item .menu-link.active {
    background: #ffe3e3 !important;
    .menu-bullet {
        span {
            color: #fe6f72 !important;
        }
    }
    .menu-title {
        color: #fe6f72 !important;
    }
}
.menu-title {
    font-weight: bold !important;
    margin-left: 20px !important;
}
.aside .aside-logo .aside-fixed .aside {
    width: 220px !important;
}
.menu-column {
    width: 100% !important;
}
div#kt_aside_logo {
    margin-top: 1rem !important;
}
img.logo {
    height: 47px !important;
    width: 163px;
    object-fit: contain;
    margin: 10px !important;
}
.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background: #ffe3e3 !important;
    .menu-bullet {
        span {
            color: #fe6f72 !important;
        }
    }
}
.toolbar {
    /* display: none !important; */
}
.btn.btn-primary {
    background: #ffe3e3 !important;
    color: #fe6f72 !important;
    font-weight: bold !important;
}

.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
    background-color: #fe6f72 !important;
}
table#base-datatable-table thead {
}
th {
    background-color: #fe6f72 !important;
}
th:first-child {
    border-radius: 5px 0 0 5px;
}
table#base-datatable-table thead tr {
    padding: 0 20px !important;
}
.table > :not(:last-child) > :last-child > *,
th.sorting_disabled {
    color: wihte !important;
}
div#kt_aside_menu_wrapper {
    padding: 0 11px !important;
}
.card_header {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important;
}
.menu-content {
    font-weight: bold !important;
}

.badge-light-success {
    background: transparent !important;
}
th.sorting_disabled:first-child {
    /* display: none !important; */
    /* background: black !important; */
}
.auth-bg {
    background: url("../images/bg_auth.jpg") !important;
    height: 100% !important;
    width: 100% !important;
    background-size: cover !important;
}
.justify-content-center {
    justify-content: center !important;
}
.auth-description {
    font-size: 15px;
    color: #d02c2f !important;
}
.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
    span.indicator-label {
        color: white !important;
    }
    background-color: #ffe3e3 !important;
}
button#kt_sign_in_submit {
    /* color: white !important; */
}

.btn-primary {
    i {
        color: red !important;
    }
}
.odd {
    transition: 0.3s all ease-in-out;
}
.odd {
    margin-top: 5px !important;
}
.odd:hover {
    background: #f3f3f6 !important;
}
table#base-datatable-table thead {
    border-radius: 15px !important;
}
.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
    color: white !important;
}
.table td,
.table th,
.table tr {
    color: white !important;
    padding: 15px !important;
}
.badge-light-success {
    color: #d02c2f !important;
}
td {
    a {
        color: #6e7079 !important;
    }
}
.card-header {
    justify-content: unset !important;
}

.aside-logo {
    a {
        color: black !important;
    }
}
/* .btn.btn-icon .svg-icon {
    color: red !important;
} */

.table td,
.table th,
.table tr {
    color: #6e7079 !important;
    font-weight: bold !important;
}
table.dataTable {
    thead {
        tr {
            th {
                color: #f3f3f6 !important;
            }
        }
    }
}
.bg {
    padding: 10px;
}
.menu-bullet {
    color: black;
}
.bg.bg-warning.status {
    background-color: #fff2e2 !important;
    font-weight: 500;
    color: #1c1d22 !important;
}
.bg.bg-danger.status {
    background: #fdeae9 !important;
    color: #d98282 !important;
}
.bg.bg-success.status {
    background-color: #deeee8 !important;
    color: #519c66 !important;
    font-weight: 500;
}
.notes {
    max-width: 207px;
}
.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    .menu-title {
        color: #fe6f72 !important;
    }
}
.menu-item:not(:last-child) {
    margin-bottom: 5px !important;
}
tbody tr {
    background: white !important;
}
.card {
    background: transparent !important;
}
.odd:hover {
    background: white !important;
}
td.dtr-control {
    border-radius: 4px 4px 0 0 !important ;
}
/*--------- Pager5 ---------*/

ul li:hover,
ul li.active {
    border-bottom: 2px solid #fe6f72;
    color: #fe6f72;
}
/*ul li a:hover:before,*/
/*ul li.active a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border: 4px solid transparent;*/
/*    border-top: 4px solid #fe6f72;*/
/*    top: -3px;*/
/*    left: 50%;*/
/*    transform: translate(-50%, 0);*/
/*}*/
.pagination .page-item.active .page-link {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 0.125rem;
    background-color: initial;
    color: #fe6f72;
}
.pagination .page-item.active .page-link {
    box-shadow: none;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    border-radius: 0px;
    background-color: initial;
    color: black !important;
}
.pagination .page-item .page-link.prev:hover,
.pagination .page-item .page-link.next:hover {
    border-bottom: 2px solid #fe6f72;
    color: #fe6f72;
}
.pagination .page-item .page-link.next:hover:before {
    content: none;
    position: absolute;
    border: 4px solid transparent;
    border-top: 4px solid #bd5410;
    top: -3px;
    left: 50%;
    transform: translate(-50%, 0);
}
ul li.disabled:hover {
    border-bottom: none !important;
}
.page-item:hover:not(.offset) .page-link,
.page-item:hover:not(.offset) .page-link {
    color: #fe6f72 !important;
}
.dataTables_info {
    display: none !important;
}
div#kt_header {
    background: white !important;
}
.toolbar {
    background: transparent !important;
}
.toolbar-fixed .toolbar {
    box-shadow: unset !important;
}
.custome-card {
    background: white !important;
}
.symbol.symbol-md-40px > img {
    border-radius: 50% !important;
}
span.bg.bg-warning {
    background-color: #d98282 !important;
    color: white !important;
    border-radius: 5px;
}
.btn-check:active + .btn.btn-primary .svg-icon,
.btn-check:active + .btn.btn-primary i,
.btn-check:checked + .btn.btn-primary .svg-icon,
.btn-check:checked + .btn.btn-primary i,
.btn.btn-primary.active .svg-icon,
.btn.btn-primary.active i,
.btn.btn-primary.show .svg-icon,
.btn.btn-primary.show i,
.btn.btn-primary:active:not(.btn-active) .svg-icon,
.btn.btn-primary:active:not(.btn-active) i,
.btn.btn-primary:focus:not(.btn-active) .svg-icon,
.btn.btn-primary:focus:not(.btn-active) i,
.btn.btn-primary:hover:not(.btn-active) .svg-icon,
.btn.btn-primary:hover:not(.btn-active) i,
.show > .btn.btn-primary .svg-icon,
.show > .btn.btn-primary i {
    color: white !important;
}
.btn-check:active + .btn.btn-active-light-primary,
.btn-check:checked + .btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show > .btn.btn-active-light-primary {
    background-color: transparent !important;
}
.page-item:hover:not(.offset) .page-link i {
    color: #d02c2f !important;
}
.menu-content {
    display: none !important;
}
td,
th {
    text-align: center !important;
}

.table.table-row-bordered tr {
    border-bottom-width: 20px !important;
}
.user-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.user-card:before {
    content: "";
    position: absolute;
    height: 300%;
    width: 173px;
    background: #262626;
    top: -60px;
    left: -125px;
    z-index: 0;
    transform: rotate(17deg);
}

.user-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.user-card-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.user-card-info {
    text-align: center;
}

.user-card-info h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
}

.user-card-info p {
    font-size: 14px;
    margin-bottom: 2px;
}
.user-card-info p span {
    font-weight: 700;
    margin-right: 10px;
}
.btn.btn-light {
    width: fit-content !important;
    padding: 6px 10px !important;
    font-weight: 500 !important;
}
button.btn.btn-light.px-5.py-5.m-auto:hover {
    color: white !important;
    background-color: #1c1d22 !important;
    font-weight: bold !important;
}
.bg-sunset-orange {
    background: #f45858;
}
.rounded-7 {
    border-radius: 7px;
}
@media only screen and (min-width: 768px) {
    .user-card {
        flex-direction: row;
        align-items: center;
    }
    .user-card-img {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .user-card-info {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 3%;
    }
    .user-card:before {
        width: 300%;
        height: 200px;
        transform: rotate(0);
    }
    .user-card-info h2 {
        margin-top: 25px;
        font-size: 35px;
    }
    .user-card-info p span {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
    }
}
