* {
    font-family: "Roboto", sans-serif !important;
    --vz-vertical-menu-bg: linear-gradient( 135deg, #029BDF, #935FA9 ) !important
}

.mr_auth_bg {
    top: 50%;
    bottom: 0;
    height: auto;
    background: linear-gradient( 135deg, #029BDF, #935FA9 );
}

.auth_form_btn {
    background: linear-gradient( 135deg, #935FA9, #029BDF );
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    padding: 0.65em 1em;
    color: white;
    border: none;
    border-radius: 3rem;
    box-shadow: rgba(114, 1, 124, 0.2) 0px 4px 4px 0px;
}

.menu-title {
    color: #fffc !important;
}

.navbar-menu .navbar-nav .nav-link {
    color: #fff !important;
}

.bannerTitle {
    max-width: 15vw;
    width: 15vw;  
}

.bannerLink,
.bannerStatus {
    max-width: 130px;
    width: 130px; 
}

.bannerLink a {
    font-size: 32px;
    display: inline-block;
    margin-left: 20px;
}

.bannerImage {
    max-width: 25vw;
    width: 25vw;
}

.phone_code_select {
    max-width: 120px !important;
}

.custom_dataTables, 
.custom_dataTables * {
    position: relative;
}

.table-header-wrapper,
.table-footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dataTables_filter label,
.dataTables_length label,
.dataTables_info {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    font-size: var(--vz-font-base);
    font-weight: var(--vz-font-weight-normal);
}

.dataTables_wrapper input,
.dataTables_wrapper select
 {
    padding: .5rem .9rem;
    font-size: var(--vz-font-base);
    font-weight: var(--vz-font-weight-normal);
    line-height: 1.5;
    appearance: none;
    background-color: var(--vz-input-bg-custom);
    background-clip: padding-box;
    border: var(--vz-border-width) solid var(--vz-input-border-custom);
    border-radius: var(--vz-border-radius);
    background-image: var(--vz-form-select-bg-img),var(--vz-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .9rem center;
    background-size: 16px 12px;
    min-width: 150px;
    transition: border-color 0.3s ease-in-out;
}

.dataTables_wrapper select {
    --vz-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    padding: .5rem 2.7rem .5rem .9rem;
}

input:hover,
input:active,
input:focus,
select:hover,
select:active,
select:focus {
    border-color: #aaa;
    outline: none !important;
    box-shadow: none !important;
}

.paginate_button.next,
.paginate_button.previous {
    color: var(--vz-primary);
    font-weight: var(--vz-font-weight-medium);
    padding: .375rem .75rem;
    background-color: var(--vz-secondary-bg);
    border: var(--vz-border-width) solid var(--vz-border-color);
    border-radius: .25rem;
  }

.paginate_button.next.disabled, 
.paginate_button.previous.disabled {
    color: var(--vz-secondary-color);
    cursor: default;
    pointer-events: none;
}

.dataTables_paginate {
    display: flex;
    grid-gap: 4px;
    align-items: center;
    cursor: pointer;
}

.paginate_button {
    display: inline-block;
    padding: .375rem .75rem;
    color: var(--vz-link-color);
    background-color: var(--vz-secondary-bg);
    border: var(--vz-border-width) solid var(--vz-border-color);
    border-radius: .25rem;
    cursor: pointer;
}

.paginate_button.current {
    color: #fff;
    background-color: var(--vz-primary);
    border-color: var(--vz-primary);
}

.bannerStatus .badge {
    font-size: 12px !important;
    cursor: pointer;
}

.action_btns {
    display: flex;
    flex: wrap;
    gap: 10px;
}

.action_btns a {
    display: inline-block;
}

.profile-wid-bg::before {
    background: linear-gradient( 135deg, #029BDF, #935FA9 ) !important;
}

.profilecardtables table {
    max-width: 1000px;
}

.profilecardtables th {
    width: 150px !important;
}

.profile-setting-img {
    height: 80px;
}

.progress-bar {
    background-color: #935FA9 !important;
}

.media-grid {
    display: block;
}

.media-grid thead {
    display: none;
}

.media-grid tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 0;
    margin: 0;
    border: none !important;
}

.media-grid tr {
    display: block;
    width: calc( ( 100% - 20px ) / 5 );
    margin: 0;
}

.media-grid td {
    display: block;
    padding: 0 !important;
    border: none;
}

.media-tile {
    background: #f8f9fa;
    padding: 0px;
    cursor: pointer;
    transition: 0.2s;
}

.media-tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center center;
    border: 1px solid #eee;
}

textarea {
    resize: none !important;
}

.table {
    table-layout: fixed;
    width: 100%;
}

.qt_narrow_2 {
    width: 80px !important;
    max-width: 80px !important;
}

.qt_narrow_1 {
    width: 80px !important;
    max-width: 80px !important;
}

.qt_narrow_3 {
    width: 200px !important;
    max-width: 200px !important;
}

th, td, tr {
    white-space: normal !important;
    word-wrap: break-word;
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 0.375em 2.25em 0.375em 0.75em !important;
    font-size: 13px;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.fc-event {
    pointer-events: none !important;
}

.fc-daygrid-day-frame {
    cursor: pointer !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: #029BDF !important;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end {
    margin: 0 !important;
    background: #935FA9 !important;
}

.fc-view-harness {
    min-height: 400px !important;
}

#assignedListTable {
    table-layout: fixed;
    width: 100%;
}
  
#assignedListTable th:nth-child(1),
#assignedListTable td:nth-child(1) {
width: 120px;
}


#assignedListTable th:nth-child(3),
#assignedListTable td:nth-child(3) {
width: 100px;
}


#assignedListTable th:nth-child(4),
#assignedListTable td:nth-child(4) {
width: 80px;
}

@media( min-width: 1300px ) {
    .media-grid tr {
        width: 200px;
    }
}

.show-res-count::after {
    position: absolute;
    right: 0;
    top: 0;
    content: attr(data-count);
    z-index: 2;
    background: #111;
    transform: translateY(-75%);
    padding-inline: 0.5em;
    line-height: 1.5;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: 400;
}

.disabled {
    pointer-events: none !important;
}

.avatar-lg img {
    height: auto;
    aspect-ratio: 1 !important;
    object-fit: cover;
    object-position: center center;
}

.specQuizModel .modal-dialog {
    max-width: 1000px;
}

.dataTables_wrapper .table-body {
    padding-block: 10px 15px;
}

.wideModel .modal-dialog {
    max-width: 1000px;
}

#globalConfirmModal {
    z-index: 1061 !important;
}

#globalConfirmModal .modal-content {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

iframe {
    aspect-ratio: 16/9;
    max-height: 75vh;
}

.preview_video {
    cursor: pointer;
}

.card.bg-light {
    background: #fcfcfc !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 0 !important;
}

.card.bg-light * {
    position: relative;
}

.card.bg-light .statusBadge {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}