.text--blue {
    color: #4674ec;
}

.text--blue-dark {
    color: #0B1D54;
}

.text--bold {
    font-weight: 600;
}

.text--center {
    text-align: center;
}

.text--upper {
    text-transform: uppercase;
}

.text--italic {
    font-style: italic;
}

.mb--15 {
    margin-bottom: 15px;
}

.mb--38 {
    margin-bottom: 38px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.text--red {
    color: red;
}

.reg--titleInfo {
    font-family: Mulish-Bold, Arial;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

.agenda__time-w {
    margin-top: 58px;
    margin-bottom: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agenda__time {
    background: #4674EC;
    color: #fff;
    padding: 12px 50px;
    font-size: 14px;
    font-family: Mulish-Bold;
    font-weight: 700;
    border-radius: 6px;
}

.agenda__txt-w {
    background: rgba(217, 220, 231, 0.12);
    border: 1px solid #D9DCE7;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 34px 30px;
}

.text--underline {
    text-decoration: underline;
}

.img--100 {
    width: 100%;
}

#idMainAreaOperations-error {
    position: absolute;
    left: 0;
    top: -35px;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

#online-error {
    position: absolute;
    left: 0;
    top: -35px;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

#covidPassport-error {
    position: absolute;
    left: 0;
    top: -35px;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

#privacy-error {
    position: absolute;
    left: 0;
    top: -22px;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.hidden--desktop {
    display: none;
}

@media (max-width: 1024px) {
    .hidden--desktop {
        display: block;
    }

    .eventsPage--1 {
        background-image: url("https://euazbusinessforum.az/investBaku/media/download/2022/04/18/97a5ae8f7f1742028b3beb8f54c49f92.jpg") !important;
    }
}

.js--thankYouClose {
    padding: 7px 10px 10px 9px;
    background-color: #4674EC;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .eventsPage {
        height: 250px !important;
        background-size: contain !important;
    }
}

input.error {
    border: 1px solid red;
}

.agenda__txt-w > p {
    padding: 5px !important;
}

.business__item--img--owerride {
    height: 400px !important;
    background-size: contain !important;
}

.announcements__content--title {
    text-transform: unset !important;
}

#fileUpload {
    display: -webkit-box !important;
    opacity: 0;
    /*height: 0 !important;*/
    padding: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;

}

#fileUploadRegister {
    display: -webkit-box !important;
    opacity: 0;
    height: 0 !important;
    padding: 0;
    position: absolute;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;

}

.fileUpload--btn {
    background: #4671e3;
    width: 50px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    cursor: pointer;
}

.fileUpload--p {
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    padding: 14px 20px;
    width: fit-content;
}

.register-privacy-modal {
    background-color: transparent;
    border: none;
    color: #4674ec;
    display: inline-block;
}

.borderForUpload {
    border: 1px solid rgba(197, 202, 212, .5) !important;
    border-radius: 5px !important;
}

.login__item {
    display: block;
    border: 1px solid rgba(6, 18, 54, .4);
    border-radius: 10px;
    margin: 20px 0;
    width: 100%;
}

.login__item > input {
    border: none;
    border-radius: 10px;
    color: #061236;
    font-family: Mulish-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    outline: none;
    padding: 14px 20px;
    width: 100%;
}

.login__inputs {
    width: 400px;
}

.login__btn--cancel {
    background-color: unset;
    border-radius: unset;
    padding: unset;
    text-decoration: none;
}

.login__btn--cancel:hover {
    background-color: unset;
    color: unset;
    text-decoration: underline;
    cursor: pointer;
}

.image-company__inner {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.dashboard__companyContent--item-img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tender__itemNonImg > .tender__item--content {
    width: 60%;
}

.tender__itemNonImg > .tender__item--date {
    width: 40%;
}

.tender__itemNonImg > .tender__item--img {
    display: none;
    width: 0;
}

.editProfile {
    width: 70%;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    margin: 0 auto;
}

.eventRegister__btn {
    text-align: center;
}

.editProfile__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.editProfile__head--left {
    display: flex;
    align-items: center;
}

/*.fonts-native(16px,400,@pfont);*/
.editProfile__head--left-img {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
}

/*.editProfile__head--right{*/
.deleteAcc-btn {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    /*.fonts-native(16px,400,@pfont);*/
    color: #EC468C;
}

.trash-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.account-menu {
    background-color: transparent;
    border: none;
    color: #061236;
    font-weight: 800;
    margin-top: 14px;
    display: block;
    font-family: Mulish-Regular;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
}

.eventRegister__inputs--item-logo {
    margin: 20px 0;
    position: relative;
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eventRegister__inputs--item-logo > a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #466fdb;
    display: flex;
    align-items: center;
}

.eventRegister__inputs--item-logo > a > img {
    margin-right: 10px;
    max-width: 20px;
}

.eventRegister__inputs--item-logo > .buttonDelete {
    border: none;
    background-color: red;
    color: white;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.green__slider--item {
    background-size: contain !important;
}

.events__item--img-date {
    z-index: 2;
    position: relative;
}

.events__item--img > img {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.events__item--img {
    position: relative;
}

.publications__left--img > img {
    border-radius: 12px;
}

.publicationsLeftImg {
    border-radius: 12px;
    margin-bottom: 40px;
}

.publications__right--item-img > img {
    object-fit: contain;
}

.publications__right--item-img {
    height: auto;
}

.backImgContain {
    background-size: contain !important;
}

.anInnerImg {
    border-radius: 10px;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

.anInner__date {
    margin-top: 20px;
}

.publicItems__item--img > img {
    border-radius: 12px;
}

.answer-text {
    color: white;
}

.answer-text-result {
    color: #dc8a05;
    font-weight: bold;
    display: block;
}

.eventRegister__check--content-w > ul {
    width: 100%;
}

.answer-progress {
    margin-top: 10px;
    width: 100%;
    height: 10px;
    background: #e6eae3;
    overflow: hidden;
    border-radius: 5px;
}

.answer-progress-value {
    height: 100%;
    float: left;
    background: #0866dc;
}

.searchResult {
    margin-top: 90px;
}

.searchResult__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.searchResult__left {
    width: calc(30% - 35px);
}

.searchResult__right {
    width: calc(70% - 35px);
}

@media only screen and (max-width: 767px) {
    .searchResult__left {
        width: 100%;
    }

    .searchResult__right {
        width: 100%;
    }

    .searchResult__wrapper {
        flex-direction: column;
    }
}

.searchResult__left--head {
    font-family: SourceSerifPro-Regular;
    font-size: 30px;
    line-height: 36px;
    color: #4674EC;
    text-decoration: underline;
    font-weight: 600;
}

.searchResult__right--link {
    text-decoration: none;
    transition: .3s ease-in-out;
    display: block;
    padding-bottom: 28px;
    border-bottom: 2px solid #F5F5F9;
    margin-top: 28px;
    z-index: 10;
}

.searchResult__right--link:hover {
    transform: scale(1.02);
}

.searchResult__right--link-head {
    font-family: Mulish-Regular;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #061236;
    margin-bottom: 18px;
}

.searchResult__right--link-title {
    font-family: Mulish-Regular;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #4674EC;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.searchResult__right--link-content {
    font-family: SourceSerifPro-Regular;
    font-size: 16px;
    line-height: 20px;
    color: #061236;
    font-weight: 300;
}

.js--openMsj {
    padding: 10px 5px;
    margin-bottom: 5px !important;
}

.js--openMsj:hover {
    background: #f0f3f6;
    padding: 10px 5px;
    border-radius: 8px;
}

.chat--selected {
    background: #f0f3f6;
    border-radius: 8px;
}

.support__item--logo {
    justify-content: flex-start !important;
    margin: 0 -10px !important;
}

.support__item--logo a {
    margin: 0 10px !important;
}

@media (max-width: 767px) {
    .footer__wrapper--left {
        flex-direction: column;
    }

    .footer__socialLinks {
        width: 100%;
    }

    .footer__socialLinks--item {
        margin-right: 0;
        padding-left: 5px !important;
        /*padding-right: 10px;*/
    }
}

.menu__mobile--link-addon:after {
    content: unset !important;
}

.menu__mobile--link-addon:before {
    content: unset !important;
}