﻿* {
    font-family: 'IBM Plex Sans Arabic';
}

.v-main__wrap {
    display: flex;
    flex-direction: row;
}

.active-tab {
    border-right: 5px solid #2F4294;
}

.v-list-item::after {
    min-height: auto !important
}

.v-form:has(.vue-tel-input) {
    display: flex;
    justify-content: end;
}

.vue-tel-input {
    width: 100%
}

.vue-tel-input:has(.open) {
    width: 50%
}

.v-dialog__content:has(.vue-tel-input) .v-dialog {
    height: 40%
}

.v-dialog__content:has(.vue-tel-input) .v-dialog .v-card {
    justify-content: space-between
}

.v-card:has(.vue-tel-input) {
    height: 100%
}

.prove-description {
    word-break: break-all;
}