.custom--box-shadow-1 {
    box-shadow: 0 0 8px 0 rgb(34 41 47 / 14%);
}

.width-15 {
    width: 15px !important;
}

.height-15 {
    height: 15px !important;
}

.width-10 {
    width: 10px !important;
}

.height-10 {
    height: 10px !important;
}

.height-40 {
    height: 40px !important;
}

.width-20 {
    width: 20px !important;
}

.height-20 {
    height: 20px !important;
}

/*** HOVER BUBBLE ***/
.resume-hover-bubble {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    bottom: 50%;
    height: inherit;
    right: 20%;
    min-height: 200px;
    top: auto;
    border-radius: 10px;
    width: 400px;
    padding: 10px 15px 40px 15px;
    -webkit-box-shadow: 0 -15px 18px -14px rgba(222, 222, 222, 0.7);
    -moz-box-shadow: 0 -15px 18px -14px rgba(222, 222, 222, 0.7);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
}

.custom--hover-bubble {
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 10px;
    -webkit-box-shadow: 0 -15px 18px -14px rgba(222, 222, 222, 0.7);
    -moz-box-shadow: 0 -15px 18px -14px rgba(222, 222, 222, 0.7);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    z-index: 999;
}

.custom--hover-bubble-position {
    top: -200px;
    right: 95px;
}

.hoverBubbleLink {
    display: inline-block;
}

.resume-hover-bubble .bubble-light-box div {
    width: 100%;
    margin-top: 4px;
    height: 8px;
    border-radius: 5px;
    /*border: solid 1px #ccc*/
    /*background-color: #cccccc;*/
}

.custom--progress {
    height: 15px;
}

.custom--progress .progress-bar {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.text-rating-excellent {
    color: #379252 !important;
}

.text-rating-great {
    color: #3EAB5E !important;
}

.text-rating-very-well {
    color: #6FBC55 !important;
}

.text-rating-good {
    color: #6CD18A !important;
}

.text-rating-above-average {
    color: #8A9137 !important;
}

.text-rating-average {
    color: #A59E33 !important;
}

.text-rating-below-average {
    color: #D2C83C !important;
}

.text-rating-weak {
    color: #D29B3C !important;
}

.text-rating-bad {
    color: #D26A3C !important;
}

.text-rating-terrible {
    color: #D24C3C !important;
}

.bg-rating-excellent {
    background: linear-gradient(to left, #379252 100%, rgba(130, 134, 139, 0.12) 0);
}

.bg-rating-great {
    background: linear-gradient(to left, #3EAB5E 90%, rgba(130, 134, 139, 0.12) 10%);
}

.bg-rating-very-well {
    background: linear-gradient(to left, #6CD18A 80%, rgba(130, 134, 139, 0.12) 20%);
}

.bg-rating-good {
    background: linear-gradient(to left, #6FBC55 70%, rgba(130, 134, 139, 0.12) 30%);
}

.bg-rating-above-average {
    background: linear-gradient(to left, #8A9137 60%, rgba(130, 134, 139, 0.12) 40%);
}

.bg-rating-average {
    background: linear-gradient(to left, #A59E33 50%, rgba(130, 134, 139, 0.12) 50%);
}

.bg-rating-below-average {
    background: linear-gradient(to right, rgba(130, 134, 139, 0.12) 60%, #D2C83C 40%);
}

.bg-rating-weak {
    background: linear-gradient(to right, rgba(130, 134, 139, 0.12) 70%, #D29B3C 30%);
}

.bg-rating-bad {
    background: linear-gradient(to right, rgba(130, 134, 139, 0.12) 80%, #D26A3C 20%);
}

.bg-rating-terrible {
    background: linear-gradient(to right, rgba(130, 134, 139, 0.12) 90%, #D24C3C 10%);
}

.bg-rating- {
    background: linear-gradient(to right, rgba(130, 134, 139, 0.12) 100%, #D24C3C 0);;
}

b[role=presentation] {
    border-style: none !important;
    /*height: 26px!important;*/
}

.custom--btn-group {
    position: relative;
}

.custom--btn-group a, .custom--btn-group button {
    position: relative;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.custom--btn-group .btn-text {
    max-width: 0;
    display: inline-block;
    -webkit-transition: color .25s 1.5s, max-width 2s;
    transition: color .25s 1.5s, max-width 2s;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.custom--btn-group:hover .btn-text {
    max-width: 300px;
    padding-left: 5px;
    padding-right: 5px;
}

.custom--bg-light-primary {
    background: rgba(115, 103, 240, 0.12) !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-100 {
    min-height: 100px !important;
}

.min-height-50 {
    min-height: 50px !important;
}

.min-height-70 {
    min-height: 70px !important;
}

.fa-google-colorful {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.fa-linkedin-in-colorful {
    color: #0077b5;
}

.custom--step-badge {
    border-radius: 30px !important;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 300;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
    width: 30px;
}

.custom--select2-multiple > .select2-container {
    max-height: 150px;
    overflow: auto;
}

.custom--hover-btn-bar-wrapper {
    position: relative;
}

.custom--hover-btn-bar-wrapper:hover .custom--hover-btn-bar, .custom--hover-btn-bar-wrapper .visible .custom--hover-btn-bar {
    visibility: unset;
}

.custom--hover-btn-bar-wrapper .custom--hover-btn-bar {
    visibility: hidden;
    position: absolute;
    top: -0.65rem;
    left: 4px;
    /*background-color: #f2f2f2;*/
    /*opacity: 0.6;*/
    /*border: 1px solid #e2e6cb !important;*/
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}

.custom--hover-btn-bar-wrapper .custom--hover-btn-bar .btn-icon {
    padding: 0.4rem !important;
}

.border-start-radius-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.hide {
    visibility: hidden;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

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

.w-70 {
    width: 70% !important;
}

.auth-wrapper.auth-basic .auth-inner {
    max-width: 480px;
}

/*
.was-validated #init_message_bidAmount[value=""]:valid, #init_message_bidAmount.is-valid {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'lightgray\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e');
}*/

.mw-1500 {
    max-width: 1500px;
}

.mw-300 {
    max-width: 300px;
}

.custom--status {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    border: 1px solid #FFF;
}

.desktop--list-group .dropdown-toggle::after {
    display: none;
}

/*----- Spacers ------ */
.space-5 {
    height: 5px;
    display: block;
}

.space-10 {
    height: 10px;
    display: block;
}

.space-20 {
    height: 20px;
    display: block;
}

.space-30 {
    height: 30px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.vertical--menu > .navigation > .nav-item.active:not([class^="has-sub"]) a {
    background: linear-gradient(-118deg, #7367F0, rgba(115, 103, 240, 0.7)) !important;
    box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7) !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    border-radius: 4px !important;
}

.vertical--menu > .navigation > li ul .active:not([class^="has-sub"]) a {
    background: linear-gradient(-118deg, #7367F0, rgba(115, 103, 240, 0.7)) !important;
    box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7) !important;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    border-radius: 4px !important;
}

.vertical--menu > .navigation > .nav-item.has-sub.sidebar-group-active.open a::after {
    transform: rotate(90deg) !important;
}

.vertical--menu > .navigation > .nav-item.has-sub.open a::after {
    transform: rotate(90deg) !important;
}


/*SMILEY SURVEY*/

.smileySurveyIcon {
    font-size: 1.6em;
    padding-right: 1px;
    padding-left: 1px;
    color: #bbbbbb;
}

.smileySurveyIconHelp {
    color: #cccccc;
    margin-left: 4px;
    font-size: 1em;
}

.smileySurveyIconHelp:hover {
    color: #428bca;
}

.smileySurveyIconAngry:hover, .smileySurveyIconAngry.smileySurveyIconActive {
    color: #C60203;
}

.smileySurveyIconFrown:hover, .smileySurveyIconFrown.smileySurveyIconActive {
    color: #F9643A;
}

.smileySurveyIconMeh:hover, .smileySurveyIconMeh.smileySurveyIconActive {
    color: #E9BF0B;
}

.smileySurveyIconGrin:hover, .smileySurveyIconGrin.smileySurveyIconActive {
    color: #17CD5F;
}

.smileySurveyIconStars:hover, .smileySurveyIconStars.smileySurveyIconActive {
    color: #01953F;
}

div.message-box {
    position: relative;
}

div.out .arrow {
    display: block;
    position: absolute;
    top: 15px;
    left: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #00CFE8;
}


div.message-row div.avatar {
    align-self: center;
}

div.in .arrow {
    display: block;
    position: absolute;
    top: 15px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid rgba(40, 199, 111, 0.12);
}

div.arbitrator-message .arrow {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ff9f43;
}

.square-40 {
    border: 1px solid #D8D6DE;
    width: 40px;
    height: 40px;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.conversation-top-arrow-div {
    position: relative;
    padding: 0px;
    z-index: 1;
    /*border: #28c76f solid 1px;*/
}

.conversation-top-arrow-div .arrow::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 15px;
    border-color: rgba(40, 199, 111, 0.12) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -1.07em;
    right: 15px;
}

.conversation-top-arrow-div .arrow::before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 8px 15px;
    border-color: transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -1.07em;
    right: 15px;
}

.message-file .file-size {
    padding-left: 10px;
    font-size: 60%;
}

.message-file {
    text-align: center;
    float: right;
    width: 150px;
    height: 150px;
    margin: 10px;
    padding: 5px;
    color: black;
    border-radius: 8px;
    box-shadow: gray 3px 3px 10px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative
}

.message-file.image {
    width: 150px;
    height: 150px;
    padding: 0;
    position: relative
}

.message-file.image .img-download {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 0;
    color: gray;
    cursor: s-resize;
}

.message-file.image .img-download:hover {
    color: black;
}

.message-file.image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.message-file.image img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.message-file.image .image-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 45px;
    background-color: #ffffff;
    opacity: 0.7;
}

.message-file.image .file-name {
    position: absolute;
    left: 0;
    top: 108px;

    direction: ltr;
    text-align: left;
    margin-left: 5px;
    display: inline-block;
    width: 90%;
    /*word-break: break-all;*/
    font-size: 70%;
}

.message-file.image .file-size {
    position: absolute;
    left: 0;
    bottom: 0;
}

.message-file:hover {
    text-decoration: none;
    color: black;
}

.message-file .file-name {
    direction: ltr;
    display: inline-block;
    width: 95%;
    font-size: 10px;
    line-height: 10px;
    /*word-break: break-all;*/
}

.message-file .icon {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3em;
    display: block;
}

.message-file .file-size {
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

.bg-light-warning-2 {
    background: rgba(255, 159, 67, 0.02) !important;
    /*color: #292929;*/
}

.bg-light-info-2 {
    background: rgba(0, 207, 232, 0.02) !important;
    /*color: #292929;*/
}

.custom--img-background {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(8.1%, transparent), color-stop(15.5%, rgba(0, 0, 0, 0.001)), color-stop(22.5%, rgba(0, 0, 0, 0.003)), color-stop(29%, rgba(0, 0, 0, 0.005)), color-stop(35.3%, rgba(0, 0, 0, 0.008)), color-stop(41.2%, rgba(0, 0, 0, 0.011)), color-stop(47.1%, rgba(0, 0, 0, 0.014)), color-stop(52.9%, rgba(0, 0, 0, 0.016)), color-stop(58.8%, rgba(0, 0, 0, 0.019)), color-stop(64.7%, rgba(0, 0, 0, 0.022)), color-stop(71%, rgba(0, 0, 0, 0.025)), color-stop(77.5%, rgba(0, 0, 0, 0.027)), color-stop(84.5%, rgba(0, 0, 0, 0.029)), color-stop(91.9%, rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.03))),
    linear-gradient(to bottom, transparent 0%, transparent 8.1%, rgba(0, 0, 0, 0.001) 15.5%, rgba(0, 0, 0, 0.003) 22.5%, rgba(0, 0, 0, 0.005) 29%, rgba(0, 0, 0, 0.008) 35.3%, rgba(0, 0, 0, 0.011) 41.2%, rgba(0, 0, 0, 0.014) 47.1%, rgba(0, 0, 0, 0.016) 52.9%, rgba(0, 0, 0, 0.019) 58.8%, rgba(0, 0, 0, 0.022) 64.7%, rgba(0, 0, 0, 0.025) 71%, rgba(0, 0, 0, 0.027) 77.5%, rgba(0, 0, 0, 0.029) 84.5%, rgba(0, 0, 0, 0.03) 91.9%, rgba(0, 0, 0, 0.03) 100%);
}

.text--dark {
    --bs-text-opacity: 1 !important;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text--black {
    --bs-text-opacity: 1 !important;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;

}

.max-width-400 {
    max-width: 400px !important;
}

.border-dashed {
    border-style: dashed !important;
}

#editor {
    position: relative;
}

.discard-edit {
    position: absolute;
    top: 5px;
    right: 5px;
    /*background-color: rgb(155 155 155 / 50%);*/
    padding: 5px 10px;
    border-radius: 20px;
    font-size: large;

}

#small-card .card-body {
    height: 160px;
    cursor: pointer;
    align-items: center;
}

.uploaded-file .card-body {
    cursor: pointer;
    height: 160px;
    overflow: hidden;
}

.uploaded-file .actions {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
}

.uploaded-file .actions > a {
    margin-left: 5px;
    padding: 5px 9px;
}

.uploaded-file .defaulted i {
    color: #FF9F43;
}


.uploaded-file .card-body svg {
    width: 100%;
    height: 100%;
}

.uppy-files {
    flex: 1;
    margin: 0;
}

.uppy-filesInner {
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
}

.uppy-Item {
    width: calc(33.333% - 30px);
    height: 215px;
    display: block;
    justify-content: center;
    position: relative;
    margin: 5px 15px;
}

.uppy-Item-preview {
    height: 270px;
    width: 100%;
}

.uppy-Item-previewInnerWrap {
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 1px 2px #00000026;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.uppy-Item-previewIconWrap {
    height: 176px;
    position: relative;

}

.uppy-Item-previewIconWrap {
    max-height: 75%;
}

.uppy-Item-previewIcon {
    width: 90px;
    height: 90px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.uppy-Item-previewIcon svg {
    height: 100%;
    width: 100%;
}

.uppy-c-icon {
    fill: currentColor;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.fine-uploader-div {
    margin: 50px auto;
    text-align: center;
    width: 160px;
}

/*-------------------------------*/
/*---- Sidebar Scroll Button ----*/
/*-------------------------------*/
#sideBarScrollBtn {
    bottom: 50px;
    right: 57%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #7367F0;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

#sideBarScrollBtn:hover {
    opacity: .8;
}

#sideBarScrollBtn span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-sizing: border-box;
}

#sideBarScrollBtn span::after {
    position: absolute;
    top: 30%;
    left: 40%;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#sideBarScrollBtn span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 40px;
    height: 40px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 40px rgba(130, 134, 139, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 40px rgba(115, 103, 240, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.custom--dropdown-item:hover, .custom--dropdown-item:focus {
    color: var(--bs-primary);
    background-color: rgba(115, 103, 240, 0.12);
}

.skills--slide-next-btn {
    left: 20px;
    display: none;
}

.skills--slide-prev-btn {
    right: 20px;
    display: none;
}

.skills--slide-next-btn-mob {
    left: -15px !important;
    bottom: -5px;
}

.skills--slide-prev-btn-mob {
    right: -15px !important;
    bottom: -5px;
}

.navigation {
    overflow-y: unset !important;
}

.align--initial {
    text-align: initial !important;
}

.font-red-intense {
    color: var(--bs-danger);
}

.uppy-Root {
    font-family: inherit;
    /*font-feature-settings: "ss02";*/
}

.uppy-Dashboard-AddFiles-title {
    font-size: 17px !important;
}

.tox-tinymce {
    font-family: tinymce !important;
}

.mce-content-body {
    font-family: IranianSans, sans-serif !important;
    font-feature-settings: "ss02";
}


.bottom-15 {
    bottom: 15%;
}

.bottom-5 {
    bottom: 5%;
}

.skill-img-cover:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 1) 100%);
}

.font-small--custom {
    font-size: 0.5rem !important;
}

#pageScrollTop {
    right: 30px;
}

#goftino_w {
    right: 20px !important;
    left: auto !important;
}

#goftinoBtn {
    position: fixed;
    top: 35%;
    left: 0;
    direction: ltr;
    z-index: 1000
}

#goftinoUnreadCounter {
    font-size: 13px;
    position: absolute;
    right: -5px;
    top: 0;
    width: 22px;
    line-height: 24px;
    height: 22px;
    background: #f44336;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.noUi-handle{
    right:-17px!important;
}

.noUi-connect {
    background-color: var(--bs-info) !important;
}


.img-content:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.img-content:hover:before {
    height: 100%;
}

.img-hover--transform {
    transition: all .2s ease-in-out;
}

.img-hover--transform:hover {
    transform: translateY(-4px) scale(1.2);
    z-index: 10;
}

.top--145 {
    top: 145px;
}

.end--15 {
    left: 20% !important;
}

table.history_diff_table del.diffdel, table.history_diff_table del.diffmod {
    color: var(--bs-danger);
}

table.history_diff_table ins.diffins, table.history_diff_table ins.diffmod {
    color: var(--bs-success);
}

.dark-layout input.form-control:not(:focus), .dark-layout select.form-select:not(:focus), .dark-layout textarea.form-control:not(:focus), .dark-layout .form-check-input:not(:checked), .dark-layout .form-check-input:not(:checked):not(:indeterminate):not(:focus) {
    border-color: #676C79 !important;
}

.dark-layout .select2-container .select2-selection, .dark-layout .select2-container .select2-search__field, .dark-layout .select2-container .select2-selection__placeholder {
    border-color: #676C79 !important;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar:hover {
    width: 10px;
}

::-webkit-scrollbar-track {
    /*background: #ddd;*/
    /*border-radius: 20px;*/
}

::-webkit-scrollbar-thumb {
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    left: 2px;
    background-color: #aaa;
    border-radius: 6px;
    position: absolute;

}

ul.help-block {
    color: var(--bs-danger)
}

.object-fit-cover {
    object-fit: cover !important;
}


/*************************************************/
/***********  NEW CUSTOM FONTS START ************/
@font-face {
    font-family: "IRANSansX-Bold";
    font-style: normal;
    font-weight: normal;
    font-feature-settings: "ss02";

    src: url("/assets/fonts/IRANSans/woff/IRANSansX-Bold.woff") format("woff"),
    url("/assets/fonts/IRANSans/woff2/IRANSansX-Bold.woff2") format("woff"),
    url("/assets/fonts/IRANSans/ttf/IRANSansX-Bold.ttf") format("truetype");;
}


@font-face {
    font-family: "IRANSansX-regular";
    font-style: normal;
    font-weight: normal;
    /*font-feature-settings: "ss02";*/
    src: url("/assets/fonts/IRANSans/woff/IRANSansX-Regular.woff") format("woff"),
    url("/assets/fonts/IRANSans/woff2/IRANSansX-Regular.woff2") format("woff"),
    url("/assets/fonts/IRANSans/ttf/IRANSansX-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "IRANSansX-Medium";
    font-style: normal;
    font-weight: normal;
    font-feature-settings: "ss02";
    src: url("/assets/fonts/IRANSans/woff/IRANSansX-Medium.woff") format("woff"),
    url("/assets/fonts/IRANSans/woff2/IRANSansX-Medium.woff2") format("woff"),
    url("/assets/fonts/IRANSans/ttf/IRANSansX-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'IRANSansX-Light';
    font-style: normal;
    font-weight: normal;
    font-feature-settings: "ss02";
    src: url("/assets/fonts/IRANSans/woff/IRANSansX-Light.woff") format("woff"),
    url("/assets/fonts/IRANSans/woff2/IRANSansX-Light.woff2") format("woff"),
    url("/assets/fonts/IRANSans/ttf/IRANSansX-Light.ttf") format("truetype");;
}

.font-iranSans-bold {
    font-family: IRANSansX-Bold, serif;
}

.font-iranSans-regular {
    font-family: IRANSansX-regular, serif;
}

.font-iranSans-medium {
    font-family: IRANSansX-medium, serif;
}

.font-iranSans-light {
    font-family: IRANSansX-Light, serif;
}

/***********  NEW CUSTOM FONTS END ************/
/*************************************************/


/*************************************************/
/***********  NEW CUSTOM COLORS START ************/
.text-primary-1 {
    color: #4A39AC !important;
}

.text-danger-darken-1 {
    color: #A5195A !important;
}

.text-info-darken-1 {
    color: #18202B !important;
}

.text-primary-darken-1 {
    color: #2A0959 !important;
}

.btn-primary-1 {
    border-color: #4A39AC !important;
    background-color: #4A39AC !important;
    color: #fff !important;
}


.btn-primary-1:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #4A39AC;
}

.btn-outline-primary-1 {
    border: 1px solid #4A39AC !important;
    background-color: transparent;
    color: #4A39AC;
}

.btn-outline-primary-1:hover:not(.disabled):not(:disabled) {
    background-color: rgba(115, 103, 240, 0.04);
    color: #4A39AC;
}


.btn-primary-1:hover {
    color: #fff !important;
}


.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: rgba(115, 103, 240, 0.04);
    color: #7367F0;
}

.bg-info-1 {
    background-color: #5ac0dc !important;
}

.bg-secondary-1 {
    background-color: #F5F7FA;
}

.btn-info-1 {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #1180A0 !important;
}

.btn-info-1:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #1180A0;
}

.nav-tabs .nav-link--custom.active {
    color: #000 !important;
}

.nav-tabs .nav-link::after {
    background: linear-gradient(-30deg, #FF9F43, rgba(255, 159, 67, 0.5)) !important;
    height: 6px !important;
}

/***********  NEW CUSTOM COLORS END ************/
/*************************************************/

.line-height-custom {
    line-height: 1.75;
}

.bg-opacity-5 {
    --bs-bg-opacity: 0.05 !important;
}

.flip-img {
    transform: scaleX(-1)
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
