.w-2-per {
    width: 2% !important;
}

.w-5-per {
    width: 5% !important;
}

.w-10-per {
    width: 10% !important;
}

.w-20-per {
    width: 20% !important;
}

.w-30-per {
    width: 30% !important;
}

.w-50-per {
    width: 50% !important;
}

.w-80-per {
    width: 80% !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.w-full {
    width: 100%;
}

.rounded-full {
    border-radius: 50% !important;
}

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.trash-btn {
    bottom: 10px;
    right:10px;
    border-radius:50%;
    cursor: pointer;
    position:absolute;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file_upload_custom {
    padding:10px 30px;
    border:1px dashed;
    border-radius:5px;
    cursor:pointer;
}

.bradius {
    border-radius: 50%;
}

.image {
    width: 80px !important;
    height: 80px !important;
}

.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #5a8dee;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
    width: 365px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}

.select-icon  .select2-search--dropdown {
    display: none;
}

.text-color-gray{
    color: #677788;
}

.cursor-default {
    cursor: default;
}

.correct-option {
    background-color: #dff9ec;
    color: #36be7f;
    border-radius: 5px;
}

.add-character {
    margin: 10px 20px;
}

.separator-line {
    border-bottom: 1px solid #c2c5c9;
}

.bordered-box {
    border: 1px solid #d4d8dd;
    padding: 10px;
    border-radius:5px;
}

.bordered-box-dark {
    border: 1px solid #9fa4aa;
    padding: 10px;
    border-radius:5px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.language-title {
    padding: 0 1.375rem;
}

.table > :not(caption) > * > * {
    padding: 0.625rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.dz-success-mark {
    z-index: 10;
}

.dz-error-mark {
    z-index: 10;
}

.dz-message {
    margin: 20px !important;
    font-size: 25px;
}

.ps {
    position: initial !important;
}

.import-file {
    width: 60%;
}