.select2-container--default .select2-selection--single {
    background-color: #fff;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    padding: 3px 20px;
    padding-left: 20px;
    font-weight: 300;
    border-radius: 30px;
    color: var(--base_color);
    border: 1px solid #ECEEF4
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 20px;
    width: 20px;
    color: var(--text-color);
}

.select2-dropdown {
    border: 1px solid #ECEEF4;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    width: 100%;
    background: white;
    overflow: auto !important;
    border-radius: 0px 0px 10px 10px;
    margin-top: 1px;
    z-index: 9999 !important;
    border: 0;
    box-shadow: 0px 10px 20px rgb(108 39 255 / 30%);
    z-index: 1051;
    min-width: 200px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid rgba(130, 139, 178, 0.3) !important;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 8px;
    width: 100% !important;
    height: 36px;
    line-height: 46px;
    outline: 0 !important;
}

.select2-container {
    width: 100% !important;
    min-width: 90px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}

.profile-photo {
    border-radius: 50%;
    height: 180px;
    width: 180px;
}

.cover-photo {
    height: 180px;
    width: 76%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cursor-pointer {
    cursor: pointer !important;
}

.badge-custom {
    color: #fff !important;
    background-color: #415094e8 !important;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
}

.custom-hr {
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    height: 2px;
}

.bootstrap-tagsinput {
    min-height: 48px;
    height: fit-content;
}

.image_preview {
    height: 120px;
    width: 180px;
}

.mt-32 {
    margin-top: 32px !important;
}


.mt-35 {
    margin-top: 35px !important;
}

.mt_32 {
    margin-top: 32px !important;
}


.mt_35 {
    margin-top: 35px !important;
}


@media (min-width: 992px) {
    .modal_800px {
        max-width: 811px;
    }
}

.gj-datepicker-md {
    border: 1px solid #e1e2e6;
    padding: 0 20px;
    border-radius: 100px;
}

.gj-datepicker-md input {
    border: none !important;
    height: 48px;
}

.gj-picker-md table tr td.today div {
    background: var(--system_primery_color);
    color: #fff !important;
    border-radius: 100%;
}


/* need to remove when work faysol vai */

.form-uploader {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E3E6EF;
    padding: 6px;
    border-radius: 100px;
}

.form-uploader span {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 16px;
}

.form-uploader .theme_btn {
    min-width: 108px;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.profile .nav {
    flex-wrap: wrap;
    background-color: transparent;
    border-radius: 0;
    gap: 10px;
}

.profile .nav-link {
    background-color: var(--system_secendory_color);
    margin: 0 !important;
}


