#kt_sign_in_form button[type=submit] {
    /* background: #22265e !important; */
}

hr {
    opacity: 0.1 !important;
    /* background: #a5a4a4; */
}

.pull-right {
    float: right;
}

.form-control label,
.form-check label {
    font-size: 0.9rem !important;
}

.no-border {
    border: none !important;
}

.btn-xs {
    padding: 3px 6px !important;
    font-size: 11px;
}

.form-control {
    font-size: 0.97rem !important;
}

.nav-line-tabs .nav-item .nav-link {
    font-size: 13px !important;
    color: #7a7a7a;
    margin: 1px;
    padding: 6px 12px;
    border-bottom: none !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    background-color: #e1e8fc;
    font-weight: 500;
}

input[disabled],
textarea[disabled],
select[disabled],
.select2-container--disabled .form-select.form-select-solid {
    background-color: #fbfbfb !important;
    border-color: #f7f7f7 !important;
}

input[type=radio][disabled],
input[type=checkbox][disabled] {
    background-color: #edecec !important;
    border-color: #f7f7f7 !important;
}

div#kt_aside,
.aside .aside-logo {
    background: #22265e !important;
}

.aside .aside-logo {
    height: 70px;
}

.aside .aside-logo a img {
    /* height: 50px !important; */
    /* margin-top: 17px; */

    height: 64px !important;
    margin-top: 26px;
}

div#kt_aside,
.menu-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .04);
}

.toolbar-fixed .toolbar {
    z-index: 9 !important;
}

/* .header-fixed .header */
#kt_header {
    z-index: 10;
}

.modal-fullscreen {
    height: 103%;
}

.modal-body-bg {
    background-color: #F5F8FA;
}

.modal-footer {
    padding: 0.4rem !important;
}

.modal-footer button {
    padding: 4px 11px !important;
}

.aside-menu .menu>.menu-item>.menu-link .menu-icon,
.aside-menu .menu>.menu-item>.menu-link .menu-icon .svg-icon,
.aside-menu .menu>.menu-item>.menu-link .menu-icon i {
    color: #8d8da1;
}

.aside-menu .menu>.menu-item>.menu-link .menu-icon i {
    font-size: 18px !important;
}

.aside-menu .menu>.menu-item>.menu-link {
    width: 100% !important;
}

.aside-menu .menu>.menu-item.show>.menu-link {
    /* text-align: center; */
}

.aside-menu .menu>.menu-item>.menu-link .menu-title {
    text-align: center;
    font-size: 12px;
}

.aside-menu .menu>.menu-item.show>.menu-link .menu-title {}

.card .card-header {
    min-height: 30px;
    padding: 0 1rem;
}

.card .card-header .card-title h3,
.card .card-header .card-title .card-label {
    font-size: 13px;
}

.card-header.report-header {
    /* background: #f9c699; */
    background: #d0d6ff;
}

.action-form .form-group+.form-group {
    margin-top: 30px;
}

.action-form .form-group {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 1.25rem;
}

.required:after,
.required-field:after {
    content: " *";
    color: #fb5252;
    font-size: 16px;
}

.form-floating>label {
    color: #000;
    /* font-weight: 500; */
}

.hide {
    display: none !important;
}

.swal2-content {
    font-size: 1.3em !important;
    margin-top: 10px !important;
}

.swal2-html-container {
    font-size: 13px !important;
}

.swal2-popup {
    /* width: 30em !important; */
    width: 26em !important;
    padding: 8px 7px !important;
}

.swal2-title {
    font-size: 13px !important;
    color: #6d6e72 !important;
}

.swal2-styled.swal2-confirm {
    /* padding: 0.375rem 2.75rem !important; */
}

.swal2-styled.swal2-cancel {
    background-color: #616161 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #0b6dca !important;
}

.error,
.field-error {
    color: #fb5252;
}

.delete-row:hover {
    color: #ffffff;
}

.swal2-confirm,
.swal2-cancel,
.swal2-deny {
    /* padding: 0.375rem 2.75rem !important; */
    font-size: 12px !important;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}


.table-responsive {
    /* overflow-x: visible !important; */
    /* overflow-y: visible !important; */
}

table {
    /* background: #f9f9f9 !important; */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 1px solid #f5f5f5 !important;
    border-collapse: collapse !important;
    vertical-align: middle !important;
}

table th {
    background: #f5f5f5 !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    color: #7a7a7a !important;
    font-size: 12px !important;
    padding: 6px !important;
}

table.header-bordered th {
    border: 1px solid #fff !important;
}

table th,
table td {
    padding-left: 10px !important;
}

table td {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    font-size: 0.88rem !important;
}

table.datatable thead tr,
table.normal-table thead tr {
    background-color: #eaeaea;
    font-weight: bold;
}

table td:last-child,
table.dataTable td:last-child {
    justify-content: center;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 28px !important;
    font-size: 13px;
    background-color: #F5F8FA;
    border-color: #F5F8FA;
    min-height: 8px;
}

div.dataTables_wrapper div.dataTables_length select {
    font-size: 12px;
    background-color: #F5F8FA;
    border-color: #F5F8FA;
}

.hide_dataTables_filter .dataTables_filter{
   display:none !important;
}

.hide_dataTables_length .dataTables_length{
   display:none !important;
}

.hide_dataTables_info .dataTables_info{
    display:none !important;
}

.hide_dataTables_paginate .dataTables_paginate{
     display:none !important;
 }
/* table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled){
    padding-right: inherit !important;
} */

table tr:last-child,
table th:last-child,
table td:last-child {
    padding-right: 10px !important;
}

.dt-actions {
    position: relative;
    z-index: 0;
    top: 10px;
    /* width: 20px; */
    /* max-width: 60px; */
    /* right: 0px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px;
    color: #22265e;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.dt-actions .actions-list {
    position: absolute;
    background-color: #22265e;
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 11px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /* top: 20px; */
    right: 19px;
    bottom: 18px;
    height: fit-content;
    text-align: left;
}

.dt-actions .actions-list::after {
    display: inline-block;
    content: "";
    position: absolute;
    z-index: 23;
    border: 1px solid transparent;
    border-width: 7px 7px;
    border-top-color: #22265e;
    right: 2px;
    bottom: -12px;
}

tr td:not(:last-child) .dt-actions .actions-list {
    left: 7px;
    right: auto;
}

tr td:not(:last-child) .dt-actions .actions-list::after {
    left: 2px;
    right: auto;
}

.dt-actions:hover {
    z-index: 10;
}

.dt-actions:hover>i {
    transform: rotate(180deg);
    opacity: 0;
}

.dt-actions:hover .actions-list {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.dt-actions .actions-list a {
    display: block;
    font-size: 11px;
    padding: 4px 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.dt-actions .actions-list a:last-child {
    border-bottom: none;
}

.dt-actions .actions-list a i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

.dt-actions .actions-list a span {
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.dt-actions .actions-list a:hover span {
    color: #fff;
    transform: translateX(-3px);
}

.dt-actions .actions-list a.danger i {
    color: #ffa65b;
}

.dt-actions .actions-list a.danger span {
    color: #ffa65b;
}

.actions-list a.danger i {
    color: #ffa65b !important;
}

.actions-list a.danger span {
    color: #ffa65b !important;
}





.report-main-header {
    background: #f9c699;
    padding: 7px;
    margin: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    /* background: #e9e7f9; */
}

.report-main-header.gray {
    background: #e6e6e6;
}

.report-main-header.sm {
    padding: 2px 6px;
    font-size: 13px;
}

.report-main-header.md {
    padding: 3px 6px;
    font-size: 13px;
}

.report-main-header.light-blue {
    background: #a7d5f7;
    color: unset !important;
}

.label-header-orange {
    background: #f9c699;
    padding: 0 0 1px 4px !important;
    line-height: 24px;
}

ul.validation-error-message-list {
    list-style-type: "→";
    list-style: square outside none;
    list-style-position: outside;
    list-style-image: none;
    display: grid;
}

ul.validation-error-message-list li {
    display: flex;
    color: #ff5454;
    font-size: 13px;
}

input[type=text]:not(.form-control),
select:not(.form-control),
input[type=number]:not(.form-control) {
    border: 1px solid #ebebeb;
    color: #404040;
    padding: 2px 5px;
}

.form-floating .form-select {
    padding-left: 13px;
}

select:not(.form-control),
select:not(.form-control):focus {
    background: #ffffff;
}

.general-action-action {
    padding: 5px 11px !important;
    font-size: 0.875rem !important;
}

.badge.delete-row {
    padding: 0.15rem 0.45rem;
    font-size: 0.86rem;
}

.btn-mini {
    padding: 2px 9px !important;
}


table.role-management .checkbox {
    margin-top: inherit !important;
    margin-bottom: inherit !important;
}

table.role-management input {
    border: 1px solid #d8d7d7 !important;
}

table.role-management .feature-header th {
    background-color: #bcdff9 !important;
}

table.role-management h5 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}








.countdown {
    /* background: #eee; */
    /* height: 34px; */
    /* width: 64px; */
    margin: 12px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    flex-wrap: wrap;
}

.timer {
    flex: 1;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: space-around;
}

.timer h3 {
    font-weight: 700;
    font-size: 22px;
}

.counter {
    display: flex;
    max-width: fit-content;
    gap: 0.75em;
    justify-content: center;
    align-items: center;
    /* color: white; */
    color: #505050;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}


.counter__box {
    text-align: center;
    background: blue;
    width: 50px;
    height: 41px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.25rem;
    border-radius: 6px;
}

.counter__time {
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.counter__duration {
    font-size: 0.7rem;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    /* color: #eee; */
    color: #888;
}

/* HELPERS */

.dots {
    font-size: 20px;
    /* color: #616262; */
    color: #a5a5a5;
    margin: -0.75rem;
    padding: 0;
}

.exp {
    font-size: 52px;
    font-family: "Roboto", sans-serif;
}

.black-white {
    background: linear-gradient(to top,
            #002e46 0%,
            #002e46 50%,
            #4d707f 50%,
            #4d707f 100%);
}

.sky-blue {
    /* background: linear-gradient(to top,
    #2a3438 0%,
    #5c5e5e 50%,
    rgb(47 48 48 / 95%) 50%,
    rgb(82 82 82 / 95%) 100%) */

    /* background: linear-gradient(to top, #e0e0e0 0%, #e2e1e1 50%, rgb(232 237 237 / 95%) 50%, rgb(240 232 232 / 95%) 100%)  */

    background: linear-gradient(to top, #f7f7f7 0%, #dadada 50%, rgb(242 242 242 / 95%) 50%, rgb(243 243 243 / 95%) 100%);


    /* background: linear-gradient(to top, #22265e 0%, #2b1fb4 50%, rgb(18 8 130 / 95%) 50%, rgb(35 33 91 / 95%) 100%); */
}

div.dt-buttons {
    margin-top: 10px;
}

div.dt-buttons button,
a.dt-button {
    padding: 3px 7px !important;
    font-size: 12px !important;
    border: 1px solid #cecece !important;
    background-color: #e0e0e0 !important;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%) !important;
}

div.dt-buttons a {
    border-right: none !important;
}

div.dt-buttons a:first-child {
    border-radius: 0.475rem 0px 0px 0.475rem !important;
}

div.dt-buttons a:last-child {
    border-radius: 0px 0.475rem 0.475rem 0px !important;
    border: 1px solid #cecece !important;
}


a.dt-button {
    border-radius: 0px !important;
    margin: 0px !important;
}