body{
    font-family: 'Cairo', sans-serif !important;
}

.lesson-card .thumbnail-wrapper .badge {
    font-size: 9px;
    bottom: 8px;
    left: 8px
}

.lesson-card .content {
    font-size: 12px;
}

.small-icon {
    font-size: 14px;
}

.square-30px {
    width: 30px;
    height: 30px;
}

.modal-header .btn-close {
    margin: 0;
}

.modal-footer {
    justify-content: flex-start;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center !important;
}

.accordion-button::after {
    margin-right: 5px;
}

[v-cloak] {
    display: none;
}

.border-bottom.without-last:last-of-type {
    border-bottom-width: 0 !important;
}

.progress {
    display: flex;
    height: 1.35rem;
    overflow: hidden;
    font-size: 0.725rem;
    background-color: rgba(67, 89, 113, 0.1);
    border-radius: 10rem;
}

.correct-question {
    background-color: #b0ecb0bd;
}

.wrong-question {
    background-color: #fa7878;
}

.bg-bronze {
    color: #ffffff;
    background-color: #CD7F32;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #697a8d !important;
}

.select2-container--default .select2-selection--single {
    background-size: 17px 12px;
    padding: 0.4375rem 1.875rem 0.4375rem 0.875rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.875rem center;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    direction: rtl;
}

.dropdown-item {
    text-align: right;
}

.tenant-card .bg-cover {
    height: 80px;
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-size: cover;
}

.tenant-card img.logo {
    transition: .3s;
}

.tenant-card:hover img.logo {
    transform: scale(1.07);
    transition: .3s;
}

.timeline .timeline-item {
    padding-left: 0;
}

.timeline-item {
    border-right: 1px solid #d9dee3;
    border-left: none;
}

.timeline .timeline-item .timeline-point-wrapper {
    right: -30px;
    left: 0;
    background-color: #0000;
}

.timeline .timeline-header > *:first-child {
    margin-right: 0;
}

.timeline .timeline-item .timeline-event{
    padding: 1.25rem 1.5rem 0.05rem;
}
