:root {
    --white: #fff;
    --whiteTransparent: rgba(255,255,255,0.9);
    --darkblue: #044587;
    --lightblue: #55aaff;
    --superlightblue: #EEF6FF;
    --black: #000;
    --gray: #F2F2F2;
    --gray2: #dadada;
    --gray3: #cddae7;
    --lightgray: #fbfbfb;
    --lightblueToPink1: #55aaff;
    --lightblueToPink2: #7193f1;
    --lightblueToPink3: #897BDC;
    --lightblueToPink4: #9D60C1;
    --lightblueToPink5: #A943A0;
    --lightblueToPink6: #AE1D7A;
    --lightblueToPink1Alpha: #55aaff66;
    --lightblueToPink2Alpha: #7193f166;
    --lightblueToPink3Alpha: #897BDC66;
    --lightblueToPink4Alpha: #9D60C166;
    --lightblueToPink5Alpha: #A943A066;
    --lightblueToPink6Alpha: #AE1D7A66;
    --inputBtnHeight: 52px;
    --textareaHeight: 120px;
    --errorBg: #f9eaea;
    --errorColor: #d01010;
    --warningRed: #FF5555;
    --warningRedBg: #F1E6E6;
    --successGreen: #70b77a;
    --successGreenBg: #e6f1e6;
    /*--lightgray2:#b1b7c1;*/
    --lightgray2: #8d9198;
}

a {
    color: var(--darkblue);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}

* {
    font-family: 'Open Sans', sans-serif;
}

header {
    /*	-webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.08);*/
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
    position: fixed;
    width: 100%;
    top: 0px;
    background: var(--white);
    z-index: 100;
}

.login header {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    /*position: static;*/
}

.login.login-2 header {
    background: transparent;
}

.login-2 header .header_container {
    justify-content: flex-start;
}

    .login-2 header .header_container .backtologin {
        font-size: 0.825rem;
        font-weight: 600;
        text-decoration: none;
    }

        .login-2 header .header_container .backtologin svg {
            fill: var(--darkblue);
            margin-right: 6px;
        }

.loginpage_header_txt {
    font-size: 0.825rem;
    font-weight: 600;
    margin-right: 15px;
    color: var(--darkblue);
}

.login_2_page_content {
    display: flex;
}

.login-2 header .header_left {
    width: 100%;
    max-width: 480px;
}

.login_2_page_left {
    width: 100%;
    max-width: 500px;
    height: 100vh;
}

    .login_2_page_left img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
    }

.login_2_right_content {
    padding-left: 50px;
}

.login_2_page_right {
    width: calc(100vw - 550px);
    align-items: center;
    display: flex;
}

.login_form_content {
    max-width: 600px;
}

.login_2_page_right .login_2_right_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 30vh;
    width: 100%;
}

@media (max-width: 1200px) {
    .login-2 header .header_left {
        width: 100%;
        max-width: 280px;
    }

    .login_2_page_left {
        width: 100%;
        max-width: 300px;
        height: 100vh;
    }

        .login_2_page_left img {
            object-position: center left;
        }

    .login_2_page_right {
        width: calc(100vw - 350px);
    }

    .login_2_right_content {
        padding-left: 25px;
    }
}

@media (max-width: 700px) {
    .login-2 header .header_left {
        width: 100%;
        max-width: 80px;
    }

    .login_2_page_left {
        width: 100%;
        max-width: 100px;
        height: 100vh;
    }

    .login_2_page_right {
        width: calc(100vw - 210px);
    }

    .login_2_right_content {
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    .login.login-2 header {
        background: var(--white);
    }

    .login-2 header .header_left {
        width: auto;
        max-width: auto;
    }

    .login-2 header .login_2_right_content {
        margin-top: 10px;
    }

    .login_2_page_left {
        width: 100%;
        max-width: 200px;
        height: 100vh;
        display: none;
    }

    .login-2 header .header_container {
        display: block;
    }

    .login_2_page_right {
        width: 100%
    }

    .login_2_right_content {
        padding: 0px;
    }

    .login_2_page_content {
        margin-top: 140px;
        padding: 0px 20px;
        display: block;
    }

    .login_2_page_right .login_2_right_content {
        display: block;
        height: auto;
        padding-top: 0vh;
        padding-bottom: 100px
    }
}

#menu_mobile {
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

#close_menu {
    margin-left: 20px;
    cursor: pointer;
    display: none;
}

.logo span,
a.logo {
    text-decoration: none;
    color: var(--darkblue);
    display: block;
    font-size: 0.725rem;
    /*max-width: 230px;*/
    max-width: 240px;
}

.header_container {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header_container .header_left {
        display: flex;
        align-items: center;
    }

        .header_container .header_left a.ipourgeio,
        .header_container .header_left a.ipourgeio img {
            max-width: 320px;
            display: block;
        }

        .header_container .header_left a.ipourgeio {
            margin-left: 20px;
            border-left: 1px solid #dedede;
            padding-left: 10px;
        }

.table .button {
    padding: 0 30px !important;
}

.button {
    padding: 0 30px;
    border-radius: 8px;
    font-size: 0.8rem;
    border: 1px solid var(--darkblue);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.button_m {
    height: var(--inputBtnHeight);
}

.button_l {
    height: var(--inputBtnHeight);
    font-size: 0.9rem;
}

.button:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
    box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
}

.button.button_filled {
    background: var(--darkblue);
    color: var(--white);
}

    .button.button_filled.lightBlue {
        background: var(--lightblue);
        border: 1px solid var(--lightblue);
    }

.button.button_outlined {
    background: var(--white);
    color: var(--darkblue);
}

.button_group .button {
    display: inline-flex;
    margin-right: 5px;
}

    .button_group .button:last-child {
        margin-right: 0px;
    }

.button_group_rows .button {
    margin-bottom: 10px;
}

    .button_group_rows .button:last-child {
        margin-bottom: 0px;
    }

.button_group_rows {
    margin-bottom: 20px;
}

.button.button_with_icon {
    padding: 0 20px;
    justify-content: space-between;
}

.button_with_icon_left svg {
    margin-right: 15px;
}

.button.search {
    margin-left: 15px;
}

.button.button_with_icon.grayBtn {
    border: 0px;
    background: var(--gray);
}

    .button.button_with_icon.grayBtn:hover {
        background: var(--white);
    }
/*.button.button_with_icon.grayBtn{
	border:0px;
	padding:0;
}
.button.button_with_icon.grayBtn:hover{
	box-shadow: none;
}*/
.button.search svg,
.button.filter svg,
svg#redo {
    margin-right: 15px;
}

    .button.filter svg#open_search_filters,
    .button.filter.active svg#close_search_filters {
        display: block;
    }

    .button.filter svg#close_search_filters,
    .button.filter.active svg#open_search_filters {
        display: none;
    }

.search_filter_button {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.search_filters {
    /*position: absolute;*/
    margin-top: 20px;
    top: 0px;
    left: 0;
    width: 100%;
    border: 1px solid var(--gray2);
    border-radius: 8px;
    display: none;
    padding: 20px 25px;
}

#close_search_filters {
    cursor: pointer;
    fill: var(--darkblue);
}

.search_filters_head {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--darkblue);
}

    .search_filters_head svg {
        margin-right: 15px;
    }

.search_filters_body {
    margin-top: 20px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.search_filters_body .form-group {
    width: 50%;
    float: left;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
/*
.form-group label:before {
	content:'';
	-webkit-appearance: none;
	background-color: var(--gray);
	border-radius:3px;
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}
*/
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 5px;
    height: 12px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.lang_btns {
    display: flex;
    align-items: center;
}

.languages {
    display: flex;
    align-items: center;
}

    .languages img {
        display: block;
    }

    .languages a {
        opacity: 0.25;
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        -webkit-transition: all 0.125s ease-out;
        transition: all 0.125s ease-out;
    }

        .languages a.active,
        .languages a:hover {
            opacity: 1;
        }


.page_content {
    margin-top: 140px;
}

.left_side,
.right_side {
    height: calc(100vh - 140px);
    width: 320px;
    position: sticky;
    top: 140px;
    /*background:#f0f0f0;*/
}

.main_content {
    margin: 0 auto;
    width: calc(100% - 700px);
}

.main_content_2 {
    width: 100%;
    max-width: 900px;
}

.main_content_3 {
    margin: 0;
    width: calc(100% - 330px);
}

.generalTopInfo {
    display: -webkit-box;
    background: var(--lightgray);
    border-radius: 12px;
    padding: 20px;
    color: var(--black);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.6rem;
    width: 100%;
}

    .generalTopInfo svg {
        fill: var(--lightblue);
    }

    .generalTopInfo.warning {
        background: var(--warningRedBg);
    }

        .generalTopInfo.warning svg {
            fill: var(--warningRed);
        }

    .generalTopInfo.success {
        background: var(--successGreenBg);
    }

        .generalTopInfo.success svg {
            fill: var(--successGreen);
        }

    .generalTopInfo svg {
        margin-right: 10px;
        vertical-align: top;
        transform: translateY(4px);
    }

    .generalTopInfo svg,
    .generalTopInfo div {
        display: table-cell;
    }

    .generalTopInfo div {
        padding-right: 20px;
    }

.main_content h1:first-child:before {
    content: '';
    height: 5px;
    width: 60px;
    background-color: var(--lightblue);
    display: block;
    margin-bottom: 30px;
    border-radius: 20px
}

.main_content h1 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
    color: var(--darkblue);
    margin-bottom: 20px
}

    .main_content h1:first-child {
        margin-bottom: 40px
    }

.main_content h2 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.05rem;
    color: var(--darkblue);
    margin-bottom: 20px
}

.main_content h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
    letter-spacing: -0.02rem;
    color: var(--lightblue);
    margin-bottom: 20px
}

.main_content h4 {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.02rem;
    color: var(--darkblue);
    margin-bottom: 10px
}

.main_content a:not(.button) {
    font-weight: 700
}

.main_content_in {
    padding-bottom: 30px
}

    .main_content_in p {
        line-height: 1.6rem;
        font-size: 0.85rem;
    }

    .main_content_in li {
        margin: 20px 0;
        line-height: 1.6rem;
        font-size: 0.85rem;
    }

.login h1 {
    font-weight: 800;
    color: var(--darkblue);
    font-size: 2rem;
    letter-spacing: -0.1rem;
    margin-bottom: 20px
}

.full_width_input {
    margin-bottom: 18px;
}

.full_input {
    width: 100%;
}

    .full_input .label {
        font-size: 0.8rem;
        font-weight: 600;
        margin-bottom: 8px;
        color: var(--darkblue);
    }

        .full_input .label.label_with_link {
            display: flex;
            justify-content: space-between;
        }

            .full_input .label.label_with_link a {
                text-decoration: none;
                color: var(--lightgray2);
            }

    .full_input.error .input {
        border-color: var(--errorColor);
    }

        .full_input.error .input input {
            background: var(--errorBg);
        }

.error_msg {
    color: var(--errorColor);
    font-size: 0.85rem;
    margin-top: 10px;
    font-weight: 600;
}

    .error_msg svg {
        margin-right: 8px;
    }

.generalTopInfo .input_row_with_btn {
    display: flex;
    margin-bottom: 5px;
    align-items: flex-start;
}

.input_row_with_btn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18px;
}

    .input_row_with_btn .full_input {
        width: calc(100% - 15px);
        margin-right: 15px;
    }

        .input_row_with_btn .full_input:last-child {
            margin-right: 0px;
        }

select, input {
    /* Reset Select */
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: var(--darkblue);
    background-color: var(--white);
    background-image: none;
    cursor: pointer;
    border-radius: 8px;
}

input {
    cursor: inherit;
}
/* Remove IE arrow */
select::-ms-expand {
    display: none;
}
/* Custom Select wrapper */
.select {
    width: 100%;
    position: relative;
    display: flex;
    height: var(--inputBtnHeight);
    border-radius: 8px;
    /*overflow: hidden;*/
    /*border: 1px solid var(--darkblue);*/
}

.input {
    width: 100%;
    position: relative;
    display: flex;
    height: var(--inputBtnHeight);
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
    /*border: 1px solid var(--darkblue);*/
}

.dx-texteditor.dx-editor-outlined {
    background: #fff;
    border: 1px solid var(--darkblue);
    border-radius: 8px;
}

.textarea {
    width: 100%;
    position: relative;
    display: flex;
    height: var(--textareaHeight);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--darkblue);
}

    .textarea textarea {
        resize: none;
        border: 0px;
        width: 100%;
        padding: 10px 15px;
    }

        .textarea textarea:focus-visible {
            outline: none;
        }
/* Arrow */
/*
.select::after {
	content: '\25BC';
	font-size: 0.6rem;
	-webkit-transform: scaleX(1.4) rotate( 0deg);
	transform: scaleX(1.4) rotate( 0deg);
	color: var(--darkblue);
	position: absolute;
	background-color: transparent;
	top: 0;
	right: 10px;
	padding: 18px;
	transition: .25s all ease;
	pointer-events: none;
}
*/
/* Transition */
/*
.select:hover::after {
  color: var(--lightblue);
}
*/
.select .dx-selectbox {
    width: 100%;
}

.input > div,
input.greek_chars[disabled] {
    display: flex;
    align-items: center;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    /*padding: 0.25rem 1em;*/
    color: var(--lightgray2);
    background-color: var(--gray);
}

.input input {
    border-radius: 8px;
}

.input.disabled div {
    /*border-radius: 8px;*/
    /*padding: 0 1em;*/
    padding: 7px 9px 8px;
    color: var(--lightgray2);
    /*background-color: var(--white);*/
}

.input.disabled {
    min-height: var(--inputBtnHeight);
    height: auto;
    /*border: 1px solid var(--lightgray2);*/
    /*border-radius: 8px;*/
    border-bottom: 2px solid var(--lightgray2);
}


.list_content {
    margin: 40px 0;
}

.list_item_offers {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    margin-bottom: 30px;
}

    .list_item_offers img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.list_item_offers_tile {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid var(--lightblue);
    margin-bottom: 20px
}

.list_item_offers_top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.list_item_offers_img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
}

    .list_item_offers_img img {
        object-position: center;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.list_item_offers_tile .offer_type {
    padding: 0px;
    font-size: 0.725rem;
    color: #fff;
    display: inline-block;
}

.list_item_offers_txt p {
    font-size: 0.8rem;
}

.list_item_offers_tile .offers_slider_content_txt {
    padding: 0px;
    margin-top: 10px;
}

    .list_item_offers_tile .offers_slider_content_txt h5 {
        letter-spacing: -0.075rem
    }

    .list_item_offers_tile .offers_slider_content_txt h6 {
        letter-spacing: -0.0125rem;
        font-size: 0.8rem;
        font-weight: 700;
        color: var(--lightblue);
    }

.list_item_offers_tile a {
    text-decoration: none;
    font-weight: 400
}

.list_item_offers_specs {
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid var(--gray2);
}

.list_item_offers_spec {
    font-size: 0.8rem;
    margin-right: 20px;
    width: calc(20% - 20px);
    display: inline-block;
    vertical-align: top;
}

    .list_item_offers_spec:last-child {
        margin-right: 0px;
    }

    .list_item_offers_spec span:last-child {
        font-weight: 700;
        display: block;
    }

.visit_offer_page {
    font-size: 0.8rem;
    display: inline-block;
    padding: 4px 10px;
    background: var(--gray);
    border-radius: 3px
}

.downloadable_content {
    padding-bottom: 40px;
}

.downloadable {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 12px;
    border: 1px solid var(--lightblue);
}

a.downloadable {
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
}


.accordion_list {
    padding: 0;
    padding-bottom: 40px;
    counter-reset: item;
}

.accordion_block {
    font-size: 0.875rem;
    color: var(--darkblue);
    list-style-type: none;
    counter-increment: item;
}

    .accordion_block:before {
        display: inline-block;
        width: 1.5em;
        padding: 15px 0;
        padding-right: 1.78em;
        font-weight: 700;
        text-align: right;
        font-size: 1rem;
        content: counter(item) ".";
    }

    .accordion_block .accordion_title {
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        padding: 15px 0;
        display: inline-block;
        width: calc(100% - 2.5rem);
    }

        .accordion_block .accordion_title span {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

    .accordion_block .accordion_content {
        display: none;
        line-height: 1.8rem;
        padding-bottom: 20px;
        padding-left: 2rem;
        width: calc(100% - 2rem);
    }

    .accordion_block .accordion_title span:after {
        content: '\25BC';
        font-size: 0.6rem;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        color: var(--darkblue);
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        margin-left: 20px;
    }

    .accordion_block.active .accordion_title span:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion_group_title {
    position: sticky;
    top: 108px;
    padding: 30px 0 15px;
    background: var(--white);
    -webkit-box-shadow: 0px 20px 21px 10px var(--white);
    -moz-box-shadow: 0px 20px 21px 10px var(--white);
    box-shadow: 0px 20px 21px 10px var(--white);
}

.generalTopInfo .accordion_block {
    display: block;
    width: 100%;
    padding: 0;
}

    .generalTopInfo .accordion_block:before {
        content: '';
        display: none;
    }

    .generalTopInfo .accordion_block .accordion_title {
        padding: 0;
        width: 100%;
        font-size: 0.875rem;
        letter-spacing: -0.025rem;
    }

    .generalTopInfo .accordion_block .accordion_content {
        width: 100%;
        padding: 0;
        padding-top: 10px;
    }











.anakoinwsi {
    border-radius: 12px;
    padding: 20px 25px;
    border: 1px solid var(--lightblue);
    margin-bottom: 20px;
}

    .anakoinwsi h3 {
        font-size: 1.125rem;
        font-weight: 700;
        color: var(--darkblue);
    }

    .anakoinwsi p {
        font-size: 0.85rem;
        font-weight: 500;
        color: var(--darkblue);
        margin: 0;
    }

    .anakoinwsi div {
        background: var(--lightblue);
        color: var(--white);
        display: inline-block;
        margin-bottom: 10px;
        padding: 2px 6px;
        font-size: 0.85rem;
        border-radius: 3px;
        font-weight: 600;
    }






.left_side nav {
    overflow-y: auto;
    overflow-x: clip;
    scrollbar-color: #EBEBEB #AEAEAE;
    scrollbar-width: none !important;
    margin: 0px;
    height: 100%;
    padding: 0 20px;
}
/*
:root{
  scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
  scrollbar-width: thin !important;
}
*/
.left_side {
    margin-left: -20px;
    margin-right: -20px;
}

#home_right_side .right_side_content {
    overflow-y: auto;
    height: 100%;
    scrollbar-color: #EBEBEB #AEAEAE;
    scrollbar-width: none !important;
}

    .left_side nav::-webkit-scrollbar,
    #home_right_side .right_side_content::-webkit-scrollbar {
        width: 3px;
    }

    .left_side nav::-webkit-scrollbar-track,
    #home_right_side .right_side_content::-webkit-scrollbar-track {
        background: #EBEBEB;
    }

    .left_side nav::-webkit-scrollbar-thumb,
    #home_right_side .right_side_content::-webkit-scrollbar-thumb {
        background-color: #AEAEAE;
    }

.left_side nav .ipourgeio,
.left_side nav .ipourgeio img {
    max-width: 100%;
    display: block;
}


@media (max-width: 1399px) {
    .left_side,
    .right_side {
        width: 250px;
    }

    .main_content {
        margin: 0 auto;
        width: calc(100% - 560px);
    }

    .main_content_2 {
        margin: 0 auto;
        width: 100%;
    }

    .main_content_3 {
        margin: 0;
        width: calc(100% - 260px);
    }
}

@media (max-width: 1199px) {
    .left_side,
    .right_side {
        width: 210px;
    }

    .main_content {
        margin: 0 auto;
        width: calc(100% - 470px);
    }

    .main_content_2 {
        margin: 0 auto;
        width: 100%;
    }

    .main_content_3 {
        margin: 0;
        width: calc(100% - 215px);
    }
}

@media (max-width: 1049px) {
    .left_side {
        width: 250px;
    }

    .right_side {
        position: static;
        display: none;
    }

    .main_content {
        margin: 0;
        width: calc(100% - 250px);
    }

    .main_content_2 {
        margin: 0 auto;
        width: 100%;
    }

    .main_content_3 {
        margin: 0;
        width: calc(100% - 250px);
    }
}

@media (max-width: 920px) {
    .left_side {
        width: 100%;
        max-width: 450px;
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        padding: 20px 0px;
        z-index: 200;
        background: var(--white);
        margin: 0;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        -webkit-box-shadow: 0px 10px 35px 0px rgba(4,69,135,0.1);
        -moz-box-shadow: 0px 10px 35px 0px rgba(4,69,135,0.1);
        box-shadow: 0px 10px 35px 0px rgba(4,69,135,0.1);
    }

        .left_side.active {
            -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
        }

        .left_side nav {
            padding: 0 20px;
            height: calc(100vh - 110px);
        }

    .header_content_in_mobile {
        padding: 0 20px;
    }

    .main_content,
    .main_content_2,
    .main_content_3 {
        margin: 0;
        width: 100%;
    }

    #menu_mobile {
        display: block;
    }

    #close_menu {
        display: block;
    }

    .left_side_mobile_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .left_side_mobile_head .button_group .button {
            padding: 0 20px !important;
        }

    nav .nav_item span {
        padding: 10px 0 !important;
    }

    .languages a:last-child {
        margin-right: 0px;
    }
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .left_side {
        background: rgba(255,255,255,0.8);
        -webkit-backdrop-filter: blur(40px);
        backdrop-filter: blur(40px);
    }
}

@media (max-width: 700px) {
    .logo img {
        max-width: 160px;
        min-width: 55px;
    }

    footer .sponsors {
        display: block !important;
        text-align: center;
    }
    /*	footer .sponsors img {
	    max-width: 140px !important;
	    width: 100%;
	    margin:10px;
	}
	footer .sponsors img:nth-child(2) {
	    max-width: 80px !important;
	}
	footer .sponsors img:nth-child(5) {
	    max-width: 80px !important;
	}*/
    .main_content h1:first-child,
    .login h1 {
        font-size: 1.7rem;
        font-weight: 800;
    }

    .list_item_offers_top {
        display: block;
    }

    .list_item_offers_img {
        width: 100%;
        height: 150px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .list_item_offers_spec {
        margin-right: 30px;
        width: auto;
        margin-top: 15px;
    }

    .list_item_offers_specs {
        padding: 0;
    }

    .accordion_group_title {
        top: 90px;
        padding: 25px 0 5px;
    }
}

@media (max-width: 575px) {
    .page_content {
        margin-top: 110px;
    }

    .home_shortcut .home_shortcut_in {
        min-height: 110px !important;
    }

    .logo span, a.logo {
        font-size: 0.6rem;
    }

    .input_row_with_btn,
    .generalTopInfo .input_row_with_btn,
    .generalTopInfo .input_row_with_btn .full_input {
        display: block;
        margin-bottom: 0;
    }

        .input_row_with_btn .full_input,
        .generalTopInfo .input_row_with_btn .full_input {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 15px;
        }

    .button.search,
    form .button[type=submit] {
        width: 100%;
        justify-content: center;
    }

    .button.filter span {
        display: none;
    }

    .button.filter svg {
        margin: 0;
    }

    .search_filters_body .form-group {
        width: 100%;
        float: none;
    }

    .list_item_offers_spec {
        margin-right: 15px;
    }

        .list_item_offers_spec:nth-child(3n) {
            margin-right: 0px;
        }
}


.page_content_in {
    display: flex;
    justify-content: space-between;
}

nav .nav_item span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--darkblue);
    font-weight: 700;
    padding: 15px 0;
    margin: 0px 0 5px;
    letter-spacing: -0.025rem;
    cursor: pointer;
    border-radius: 100px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

    nav .nav_item span:hover,
    nav .nav_item.active span {
        background: var(--superlightblue);
        -webkit-box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
        -moz-box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
        box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
    }

    nav .nav_item span:after {
        content: '\25BC';
        font-size: 0.6rem;
        -webkit-transform: scaleX(1.4) rotate(0deg);
        transform: scaleX(1.4) rotate(0deg);
        color: var(--darkblue);
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        opacity: 0;
    }

nav .nav_item.active span:after {
    -webkit-transform: scaleX(1.4) rotate(180deg);
    transform: scaleX(1.4) rotate(180deg);
    opacity: 1;
}

nav .nav_item span:hover:after {
    opacity: 1;
}

nav a.nav_item {
    text-decoration: none;
}

    nav a.nav_item span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--darkblue);
        font-weight: 700;
        padding: 15px 0;
        margin: 0px 0 5px;
        letter-spacing: -0.025rem;
        cursor: pointer;
        border-radius: 100px;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    }

        nav a.nav_item span:hover,
        nav a.nav_item.active span {
            background: var(--superlightblue);
            -webkit-box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
            -moz-box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
            box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
        }

        nav a.nav_item span:after {
            display: none;
        }

    nav a.nav_item.active span:after {
        display: none;
    }

    nav a.nav_item span:hover:after {
        display: none;
    }


.dd_nav {
    display: none;
    padding-top: 5px;
    padding-bottom: 15px;
}

    .dd_nav a {
        display: block;
        text-decoration: none;
        color: var(--darkblue);
        padding: 8px 0;
        font-size: 0.875rem;
        font-weight: 500;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

        .dd_nav a:hover,
        .dd_nav a.active {
            color: var(--lightblue);
        }

.homepage_swiper_container {
    position: relative;
    padding-top: 0px;
}

    .homepage_swiper_container .swiper-pagination-bullet-active {
        background: var(--darkblue);
    }

.swiper {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.offers_slider_content {
    position: absolute;
    text-decoration: none;
    color: var(--white);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+34,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}

    .offers_slider_content:hover {
        color: var(--white);
    }

.offer_type {
    padding: 30px;
    font-size: 0.725rem;
}

    .offer_type span {
        background-color: #670487;
        display: block;
        padding: 3px 8px;
        border-radius: 3px;
    }

.offers_slider_content_txt {
    padding: 30px;
}

    .offers_slider_content_txt h5 {
        font-weight: 700;
        font-size: 1.375rem;
        margin-bottom: 10px;
    }

    .offers_slider_content_txt p {
        margin: 0;
        font-size: 0.8rem;
    }

.home_shortcuts {
    margin-bottom: 50px;
}

.home_shortcut .home_shortcut_in {
    min-height: 165px;
    border-radius: 12px;
    color: var(--white);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-decoration: none;
    -webkit-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out;
}

.home_shortcut:nth-child(1) .home_shortcut_in {
    background: var(--lightblueToPink1);
}

    .home_shortcut:nth-child(1) .home_shortcut_in:hover {
        -webkit-box-shadow: 0px 10px 25px 0px var(--lightblueToPink1Alpha);
        -moz-box-shadow: 0px 10px 25px 0px var(--lightblueToPink1Alpha);
        box-shadow: 0px 10px 25px 0px var(--lightblueToPink1Alpha);
    }

.home_shortcut:nth-child(2) .home_shortcut_in {
    background: var(--lightblueToPink2);
}

    .home_shortcut:nth-child(2) .home_shortcut_in:hover {
        -webkit-box-shadow: 0px 10px 25px 0px var(--lightblueToPink2Alpha);
        -moz-box-shadow: 0px 10px 25px 0px var(--lightblueToPink2Alpha);
        box-shadow: 0px 10px 25px 0px var(--lightblueToPink2Alpha);
    }

.home_shortcut:nth-child(3) .home_shortcut_in {
    background: var(--lightblueToPink3);
}

    .home_shortcut:nth-child(3) .home_shortcut_in:hover {
        -webkit-box-shadow: 0px 10px 25px 0px var(--lightblueToPink3Alpha);
        -moz-box-shadow: 0px 10px 25px 0px var(--lightblueToPink3Alpha);
        box-shadow: 0px 10px 25px 0px var(--lightblueToPink3Alpha);
    }

.home_shortcut:nth-child(4) .home_shortcut_in {
    background: var(--lightblueToPink4);
}

    .home_shortcut:nth-child(4) .home_shortcut_in:hover {
        -webkit-box-shadow: 0px 10px 25px 0px var(--lightblueToPink4Alpha);
        -moz-box-shadow: 0px 10px 25px 0px var(--lightblueToPink4Alpha);
        box-shadow: 0px 10px 25px 0px var(--lightblueToPink4Alpha);
    }

.home_shortcut:nth-child(5) .home_shortcut_in {
    background: var(--lightblueToPink5);
}

    .home_shortcut:nth-child(5) .home_shortcut_in:hover {
        -webkit-box-shadow: 0px 10px 25px 0px var(--lightblueToPink5Alpha);
        -moz-box-shadow: 0px 10px 25px 0px var(--lightblueToPink5Alpha);
        box-shadow: 0px 10px 25px 0px var(--lightblueToPink5Alpha);
    }

.home_shortcut:nth-child(6) .home_shortcut_in {
    background: var(--lightblueToPink6);
}

    .home_shortcut:nth-child(6) .home_shortcut_in:hover {
        -webkit-box-shadow: 0px 10px 25px 0px var(--lightblueToPink6Alpha);
        -moz-box-shadow: 0px 10px 25px 0px var(--lightblueToPink6Alpha);
        box-shadow: 0px 10px 25px 0px var(--lightblueToPink6Alpha);
    }

.home_shortcut_in h6 {
    font-size: 0.825rem;
}

.home_shortcut_in h4 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--white);
    margin: 0;
}


.info_academicId {
    background: var(--gray);
    border-radius: 12px;
    padding: 20px;
    color: var(--black);
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.6rem;
}

    .info_academicId i {
        font-weight: 600
    }

    .info_academicId h6 {
        font-weight: 700;
        font-size: 0.925rem;
    }

.right_side_content .info_academicId {
    margin-bottom: 20px
}

footer .footer_seperator {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 30px;
}

    footer .footer_seperator:after,
    footer .footer_seperator:before {
        width: calc(48% - 30px);
        height: 1px;
        background: #E5E5E5;
        display: block;
        content: '';
    }

footer .sponsors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}

    /*
footer .sponsors img{
	max-width: calc(20% - 10px)
}
footer .sponsors img:nth-child(2){
	max-width: calc(14% - 10px)
}
*/
    footer .sponsors img {
        max-width: calc(100% - 10px)
    }


footer .sponsorship_txt {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 30px 0;
}



.form_box {
    border-radius: 12px;
    border: 1px solid var(--gray3);
    padding: 25px;
}

.form_box {
    margin-bottom: 20px;
}

    .form_box:last-of-type {
        margin-bottom: 0px;
    }

    .form_box h5 {
        font-size: 14px;
        color: var(--lightblue);
        font-weight: 600;
        margin-bottom: 20px
    }

    .form_box .generalTopInfo {
        padding: 0;
        background: none;
    }

.terms_agreement_container {
    margin-top: 20px
}

.ipourgeio_responsive_position {
    text-align: center;
}

    .ipourgeio_responsive_position img {
        max-width: 100%;
    }

.terms_agreement h3 {
    font-weight: 700;
    color: var(--darkblue);
}

.terms_agreement_container .declaration strong {
    color: var(--darkblue);
}

.terms_agreement_container .declaration {
    border-radius: 12px;
    border: 1px solid var(--gray3);
    padding: 25px;
    margin: 20px 0;
}

.button_container {
    display: inline-block;
    margin: 20px 0;
}

.footer_links {
    text-align: center;
    border-top: 1px solid #E5E5E5;
    padding: 10px 0;
    font-size: 0.8rem;
}

    .footer_links a {
        color: var(--darkblue);
        text-decoration: none;
        margin: 0 10px;
        font-weight: 400;
    }

        .footer_links a:not(.button) {
            font-weight: 400;
        }

.header_account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 0.875rem;
    cursor: pointer;
}

    .header_account .account_name {
        margin-right: 10px;
    }

@media (max-width: 990px) {
    .header_account .account_name {
        display: none;
    }
}

.account_img {
    width: 46px;
    height: 46px;
    background: var(--superlightblue);
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out;
    border: 1px solid var(--superlightblue);
}

    .account_img img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }

.header_account:hover .account_img {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
    box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
    border: 1px solid var(--white);
}


.account_panel {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 300px;
    background: #fff;
    padding: 20px 30px;
    height: 100%;
    /*	-webkit-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
	box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);*/
    border-left: 1px solid #ececec;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(110%,0,0);
    transform: translate3d(110%,0,0);
}

    .account_panel.active {
        -webkit-transform: translate3d(0%,0,0);
        transform: translate3d(0%,0,0);
    }

#close_account_panel {
    cursor: pointer;
}

.account_panel .languages_container span {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 10px;
    color: var(--lightblue);
    font-weight: 600;
}

.account_panel .account span {
    font-size: 0.8rem;
    display: block;
    margin-bottom: 10px;
    color: var(--lightblue);
    font-weight: 600;
}

.account_panel .account a {
    font-size: 0.875rem;
    color: var(--darkblue);
    font-weight: 600;
    text-decoration: none;
}

.account_panel .account_sxoli_tmima {
    font-size: 0.8rem;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--lightgray2);
}

.account_panel hr {
    background-color: var(--lightblue);
}


.application_folder {
    max-width: 400px;
    display: block;
    margin: 30px auto;
}

.empty_state_txt {
    margin: 0 auto;
    /*max-width: 600px;*/
    display: block;
    font-size: 0.875rem;
    text-align: center;
    line-height: 2rem
}

    .empty_state_txt a {
        background: var(--superlightblue);
        -webkit-box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
        -moz-box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
        box-shadow: 20px 0px 0px 0px var(--superlightblue), -20px 0px 0px 0px var(--superlightblue);
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        color: var(--darkblue);
        font-weight: 700;
        padding: 10px 0;
        margin: 0px 25px 5px;
        letter-spacing: -0.025rem;
        cursor: pointer;
        border-radius: 100px;
        text-decoration: none;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    }

.tabs_header {
    display: flex;
    justify-content: center;
}

    .tabs_header .tab {
        margin: 0px 4px;
        padding: 15px 20px;
        letter-spacing: -0.025rem;
        /*flex:1;*/
        /*max-width: 340px;*/
        font-weight: 700;
        color: var(--darkblue);
        cursor: pointer;
        opacity: 0.4;
        border-bottom: 2px solid var(--white);
        -webkit-transition: all 0.125s ease-out;
        transition: all 0.125s ease-out;
    }

        .tabs_header .tab:hover {
            opacity: 1;
        }

        .tabs_header .tab.active {
            border-bottom: 2px solid var(--lightblue);
            opacity: 1;
        }

.tabs_body .tab {
    display: none;
    margin-top: 20px;
}

    .tabs_body .tab.active {
        display: block;
    }

@media (max-width: 575px) {
    .tabs_header .tab {
        padding: 15px 5px;
    }

    .loginpage_header_txt {
        display: none;
    }
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.steps_header_container {
    overflow-x: auto;
    scrollbar-color: #EBEBEB #AEAEAE;
    scrollbar-width: none !important;
    margin-bottom: 10px;
    margin-top: 40px;
}

    .steps_header_container::-webkit-scrollbar {
        height: 3px;
    }

    .steps_header_container::-webkit-scrollbar-track {
        background: #EBEBEB;
    }

    .steps_header_container::-webkit-scrollbar-thumb {
        background-color: #AEAEAE;
    }



.steps_header {
    /*width: 930px;*/
    width: 780px;
    height: 120px;
    margin: 0 auto 20px;
}

    .steps_header.steps_header_sm {
        width: 460px;
    }

    .steps_header .step {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 150px;
        text-align: center;
        position: relative;
    }

    .steps_header .step_num {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        width: 45px;
        height: 45px;
        border-radius: 45px;
        background: var(--superlightblue);
        color: var(--lightblue);
        font-weight: 800;
        font-size: 1.2rem;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
    }

    .steps_header .step_title {
        color: var(--darkblue);
        font-size: 0.875rem;
        font-weight: 700;
        opacity: 0.4;
        letter-spacing: -0.025rem;
    }

    .steps_header .step.active .step_num {
        background: var(--lightblue);
        color: var(--white);
    }

    .steps_header a.step {
        text-decoration: none;
    }

    .steps_header .step .step_num svg {
        fill: var(--darkblue);
    }

    .steps_header .step.active .step_title {
        opacity: 1;
    }

    .steps_header .step .step_num:after {
        content: '';
        width: 86px;
        height: 1px;
        background: var(--lightblue);
        position: absolute;
        right: -45px;
    }

    .steps_header .step:last-child .step_num:after {
        display: none;
    }


.cropper-container {
    margin: 0 auto 20px auto;
}

.js-avatar-preview {
    width: 271px;
    height: 271px;
}

.image-preview {
    width: 271px;
    height: 271px;
}

#avatar-crop {
    border-radius: 12px;
    width: 240px;
    height: 240px;
    margin-top: 20px;
}

#avatar-crop,
.modal-positioner,
.upload_image_btn {
    display: none;
}



.form_boxes .form-group {
    margin: 0;
}


.form_boxes .form_box {
    padding: 0;
}

    .form_boxes .form_box label {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
    }

    .form_boxes .form_box h5 {
        margin: 0px;
    }

.form_boxes .form-group label:before {
    margin-right: 15px;
}

.form_boxes .form-group input:checked + label:after {
    margin: 20px;
    top: 3px;
}

.form_boxes .form-group input:checked + label {
    background: var(--superlightblue);
    border-radius: 12px;
}

    .form_boxes .form-group input:checked + label:before {
        background-color: var(--white);
    }

.form_boxes .efarmogi {
    width: 100%;
}

    .form_boxes .efarmogi h5 {
        font-size: 16px;
        color: var(--darkblue);
        font-weight: 700;
    }

    .form_boxes .efarmogi .efarmogi_details {
        display: flex;
        margin-top: 8px;
    }

        .form_boxes .efarmogi .efarmogi_details div span {
            font-weight: 600;
        }

        .form_boxes .efarmogi .efarmogi_details div {
            margin-right: 40px;
        }

            .form_boxes .efarmogi .efarmogi_details div:last-child {
                margin-right: 0px;
            }

.header_sponsors {
    margin-left: calc(calc(100vw - 1536px) / 2);
}

    .header_sponsors.header_sponsors_internal {
        margin-left: 106px;
    }


@media (max-width: 1400px) {
    .header_sponsors.header_sponsors_internal {
        margin-left: 35px;
    }
}

@media (max-width: 1540px) {
    .header_sponsors {
        margin-left: 10px;
    }
}


.header_sponsors a:first-child {
    margin-right: 10px;
}

.header_sponsors img {
    max-height: 71px;
}


.login_userTypes {
    margin: 0 auto 50px;
    max-width: 1140px
}

    .login_userTypes a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 220px;
        height: 220px;
        border-radius: 12px;
        border: 2px solid var(--lightblue);
        vertical-align: top;
        color: var(--darkblue);
        text-decoration: none;
        padding: 20px;
        letter-spacing: -0.05rem;
        font-weight: 700;
        font-size: 1.1rem;
        margin: 22px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .login_userTypes a:hover {
            background: var(--lightblue);
            color: var(--white);
        }

.bottom_info {
    font-size: 0.825rem;
    font-weight: 600;
    padding-bottom: 50px;
}


@media (max-width: 700px) {
    .header_sponsors {
        margin-left: 10px;
    }

        .header_sponsors a:first-child {
            margin-right: 5px;
        }

        .header_sponsors img {
            max-height: 32px;
            /*max-width: 50px;*/
        }

    #menu_mobile {
        margin-right: 15px;
    }

    .header_left .logo span {
        display: none;
    }

    .login_userTypes a {
        width: 150px;
        height: 150px;
        padding: 7px;
        font-size: 1rem;
        margin: 7px;
    }
}

.modal-dialog h2 {
    margin-bottom: 0px;
}
/*
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1300px;
    }
}
*/


@media (max-width: 575px) {
    .form_boxes .efarmogi .efarmogi_details {
        display: block;
    }

        .form_boxes .efarmogi .efarmogi_details div span {
            display: block;
            margin-bottom: 10px;
        }

        .form_boxes .efarmogi .efarmogi_details div:last-child span {
            margin-bottom: 0px;
        }

    .login_userTypes a {
        width: 140px;
        height: 140px;
        padding: 7px;
        font-size: 1rem;
        margin: 3px;
    }
}













.wrap-table100 {
    margin-top: 40px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

    .wrap-table100 h6 {
        margin-bottom: 30px;
        color: var(--lightblue);
        font-weight: 600;
    }

    .wrap-table100 .table,
    .wrap-table100 .row {
        width: 100% !important;
    }

    .wrap-table100 .row {
        display: table-row;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        position: relative;
    }

        .wrap-table100 .row:not(.header):hover {
            -webkit-box-shadow: 0px 5px 15px 0px rgb(4 69 135 / 20%);
            -moz-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
            box-shadow: 0px 5px 15px 0px rgb(4 69 135 / 20%);
            z-index: 2;
            position: relative;
        }

        .wrap-table100 .row:not(.header) {
            cursor: pointer;
        }
        /*.wrap-table100 .row:nth-child(odd){
	background: var(--lightgray);
}*/
        .wrap-table100 .row.header {
            color: var(--darkblue);
            background: var(--superlightblue);
        }

    .wrap-table100 .table {
        display: table;
        margin: 0;
        padding: 20px 0;
        max-width: 100%;
    }

    .wrap-table100 .row .cell {
        font-size: 0.825rem;
        color: var(--darkblue);
        line-height: 1.2;
        font-weight: unset !important;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--superlightblue);
        /*border-left: 1px solid var(--superlightblue);*/
    }

        .wrap-table100 .row .cell:first-of-type {
            border-left: 1px solid var(--superlightblue);
        }

        .wrap-table100 .row .cell:last-of-type {
            border-right: 1px solid var(--superlightblue);
        }

        .wrap-table100 .row .cell img {
            padding: 0;
            width: 25px;
        }

    .wrap-table100 .row.header .cell {
        font-size: 0.825rem;
        color: var(--darkblue);
        line-height: 1.2;
        font-weight: unset !important;
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .wrap-table100 .row .cell:nth-child(1) {
        width: 170px;
        padding-left: 20px;
    }

    .wrap-table100 .row .cell:nth-child(2) {
        width: 300px;
    }

    .wrap-table100 .row .cell:nth-child(3) {
        width: 250px;
    }

    .wrap-table100 .row .cell:nth-child(4) {
        width: 250px;
    }

    .wrap-table100 .row .cell:nth-child(5) {
        width: 190px;
    }

    .wrap-table100 .row .cell:nth-child(6) {
        width: 90px;
    }



.canceledSubmissions.wrap-table100 .row .cell:nth-child(1) {
    width: 60px;
}

.canceledSubmissions.wrap-table100 .row .cell:nth-child(2) {
    width: 150px;
}

.canceledSubmissions.wrap-table100 .row .cell:nth-child(3) {
    width: 150px;
}

.canceledSubmissions.wrap-table100 .row .cell:nth-child(4) {
    width: 150px;
}

.canceledSubmissions.wrap-table100 .row .cell:nth-child(5) {
    width: 350px;
}

.canceledSubmissions.wrap-table100 .row .cell:nth-child(6) {
    width: 390px;
}



.contactMessages.wrap-table100 .row .cell:nth-child(1) {
    width: 160px;
}

.contactMessages.wrap-table100 .row .cell:nth-child(2) {
    width: 160px;
}

.contactMessages.wrap-table100 .row .cell:nth-child(3) {
    width: 420px;
}

.contactMessages.wrap-table100 .row .cell:nth-child(4) {
    width: 420px;
}



.wrap-table100 .cell {
    display: table-cell;
}

    .wrap-table100 .cell a {
        padding: 0;
        display: block;
        text-align: center;
    }

        .wrap-table100 .cell a svg {
            fill: var(--darkblue);
        }

        .wrap-table100 .cell a:hover svg {
            fill: var(--lightblue);
        }

.overlay_row_choose {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: var(--whiteTransparent);
}

    .overlay_row_choose.active {
        pointer-events: auto;
        opacity: 1;
        background: var(--lightblueToPink1Alpha);
    }


.pagination {
    justify-content: center;
}

    .pagination * {
        width: 30px;
        height: 30px;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin: 0 5px;
        color: var(--darkblue);
        font-weight: 700;
    }

    .pagination span {
        background: var(--lightblue);
        color: var(--white);
    }

@media (max-width: 1045px) {
    .wrap-table100 .table,
    .wrap-table100 .table .row,
    .wrap-table100 .table .row .cell {
        width: 100% !important;
        display: block;
    }

    .wrap-table100 .row.header {
        display: none;
    }

    .wrap-table100 .row {
        border: 1px solid var(--gray3);
        padding-bottom: 10px;
        border-radius: 12px;
        padding-top: 5px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0;
        margin-bottom: 20px;
    }

        .wrap-table100 .row .cell {
            font-size: 0.875rem;
            color: var(--darkblue);
            line-height: 1.2;
            font-weight: unset !important;
            border: none;
            padding-left: 0px;
            padding-top: 16px;
            padding-bottom: 16px;
        }

            .wrap-table100 .row .cell:nth-child(1) {
                padding-left: 0px;
            }

            .wrap-table100 .row .cell:before {
                font-size: 12px;
                color: var(--lightgray2);
                line-height: 1.2;
                text-transform: uppercase;
                font-weight: 700 !important;
                margin-bottom: 13px;
                content: attr(data-title);
                min-width: 98px;
                display: block;
            }

        .wrap-table100 .row:nth-child(odd) {
            background: var(--white);
        }

    .wrap-table100 .cell a {
        text-align: left;
    }

    .overlay_row_choose {
        border-radius: 12px;
    }
}

.image_preview_box {
    border-radius: 12px;
    max-width: 170px;
    max-height: 170px;
}

.id_img_preview {
    max-width: 100%;
}

#submitApplication.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.uppercase {
    text-transform: uppercase;
}

.dx-selectbox-container {
    width: 100%;
}

.dx-datagrid-rowsview .dx-row {
    cursor: pointer;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td {
    background-color: rgb(86 170 255);
    color: rgb(255 255 255);
}

    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td .dx-datagrid-adaptive-more::before,
    .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td .dx-datagrid-adaptive-more::before {
        color: #fff;
    }

.general_box_link {
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    border-radius: 12px;
    border: 1px solid var(--darkblue);
    -webkit-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out;
}

    .general_box_link:hover {
        -webkit-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
        -moz-box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
        box-shadow: 0px 5px 15px 0px rgba(4,69,135,0.2);
    }

    .general_box_link strong {
        font-weight: 700;
        min-height: 60px;
        display: block;
        color: var(--darkblue);
    }

    .general_box_link div {
        font-weight: 400;
        min-height: 48px;
        color: var(--darkblue);
    }

.filter_half:first-child {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}

.filter_half:last-child {
    width: 30%;
    margin-left: 3%;
    display: inline-block;
    vertical-align: top;
}

.search_filters_body .filter_half .form-group {
    width: 100%;
    float: none;
}

@media (max-width: 1045px) {
    .filter_half:first-child {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .filter_half:last-child {
        width: 100%;
        margin-left: 0%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 576px) and (max-width: 1045px) {
    .search_filters_body .filter_half .form-group {
        width: 50%;
        float: left;
    }
}

.editUserSubmissionAccessModal {
    margin-right: 10px;
}

    .editUserSubmissionAccessModal svg {
        fill: var(--lightblueToPink6)
    }

    .editUserSubmissionAccessModal:hover svg {
        fill: var(--lightblueToPink4)
    }


.action_button {
    margin: 5px auto;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--gray);
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0) !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .action_button:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
    }

@media (max-width: 1045px) {
    .action_button {
        margin: 5px 0 5px 0;
        width: auto;
        padding: 0 25px !important;
        display: inline-flex;
        height: 45px;
    }

        .action_button:after {
            content: attr(data-action);
            margin-left: 10px;
        }
}

.twelveDigits {
    font-weight: 600;
    padding: 3px 6px !important;
    border-radius: 3px;
    border: 1px solid var(--gray2);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0) !important;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .twelveDigits:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1) !important;
    }

    .twelveDigits:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 14px;
        margin-right: 4px;
        background-size: 14px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTkwLjMyNiw1LjAwNUgzMi44NDdjLTIuNTc2LDAtNC42NzQsMi4wODgtNC42NzQsNC42NzR2MTguNDk5SDkuNjc0QzcuMDg3LDI4LjE3OCw1LDMwLjI2NSw1LDMyLjg1MnY1Ny40NjkgICBjMCwyLjU4NiwyLjA4Nyw0LjY3NCw0LjY3NCw0LjY3NGg1Ny40NjljMi41ODYsMCw0LjY3NC0yLjA4OCw0LjY3NC00LjY3NFY3MS44MjJoMTguNTA5YzIuNTc2LDAsNC42NzQtMi4wODgsNC42NzQtNC42NzRWOS42NzkgICBDOTUsNy4wOTMsOTIuOTAyLDUuMDA1LDkwLjMyNiw1LjAwNXogTTYyLjQ2OSw4NS42NDdIMTQuMzQ4VjM3LjUyNmg0OC4xMjFWODUuNjQ3eiBNODUuNjUyLDYyLjQ3NEg3MS44MTdWMzIuODUyICAgYzAtMi41ODYtMi4wODgtNC42NzQtNC42NzQtNC42NzRIMzcuNTIxVjE0LjM1M2g0OC4xMzFWNjIuNDc0eiI+PC9wYXRoPjwvZz48L3N2Zz4=");
    }

.info_alert {
    position: fixed;
    z-index: 1000000;
    bottom: 10px;
    left: 10px;
    color: var(--successGreen);
    background: var(--successGreenBg);
    padding: 20px;
    border-radius: 5px;
}



.helper_container {
    display: inline-flex !important;
    align-items: center;
    margin: 5px 15px 5px 0;
    font-size: 0.8rem;
    font-weight: 500;
}

.color_helper .accordion_title span div {
    display: flex;
}

.aitisi_type {
    border-radius: 500px;
    border: 1px solid #000;
    width: 8px;
    height: 8px;
    background: #000 !important;
    margin-left: 10px;
    display: inline-block;
}

.helper {
    width: 15px;
    height: 15px;
    min-width: 15px !important;
    padding: 0 !important;
    align-self: flex-start;
    border: 1px solid #000;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    /*	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);*/
    margin-right: 8px;
}

    .helper.aitisi_white {
        background: #ffffff !important;
    }

    .helper.aitisi_pink {
        background: #FFB6C1 !important;
    }

    .helper.aitisi_yellow {
        background: #FFFF00 !important;
    }

    .helper.aitisi_green {
        background: #90EE90 !important;
    }

    .helper.aitisi_red {
        background: #FF6347 !important;
    }

    .helper.aitisi_orange {
        background: #FFA500 !important;
    }

    .helper.aitisi_ciel {
        background: #ADD8E6 !important;
    }

    .helper.aitisi_xaki {
        background: #BDB76B !important;
    }

    .helper.aitisi_petrol {
        background: #20B2AA !important;
    }

    .helper.aitisi_type {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        margin-left: 0px;
        border: 1px solid #000;
        width: 8px !important;
        height: 8px !important;
        min-width: 8px !important;
    }

.icon-edit {
    color: #FFA500 !important;
}

.icon-white {
    color: white !important;
}

    .icon-white i {
        color: white !important;
    }

.icon-verify {
    color: green !important;
}

.icon-reset {
    color: red !important;
}

.icon-card {
    color: black !important;
}

.icon-green {
    color: green !important;
}

.icon-red {
    color: red !important;
}

.icon-approve {
    color: green !important;
}

.icon-show {
    color: black !important;
}

.icon-blackAlpha {
    color: #0000007d !important;
}



#btnSearch .fa-search {
    color: white !important;
}

.loadpanel {
    text-align: center;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000000000000000;
    background: rgba(255,255,255,0.8)
}

    .fullLoader .loadpanel {
        height: 100%;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }

#btnSaveTab2-indicator, #btnSaveTab3-indicator, #resend-indicator, #btnSaveStudentDetails-indicator, #btnSaveChanges-indicator {
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.dx-invalid-message > .dx-overlay-content {
    background-color: #fff;
    padding: 15px 0;
}

.login_2_page_content .validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .login_2_page_content .validation-summary-errors ul li {
        font-weight: 600;
        padding: 0;
        margin: 0;
    }

.form_box.radioBtns .dx-radio-value-container {
    vertical-align: top;
}

.form_box.radioBtns .dx-radiogroup .dx-radiobutton {
    margin-top: 8px
}

.btn_120 .dx-button-content {
    min-width: 120px;
}

.filters_count {
    /*display: inline-flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    background: #044587;
    color: #fff;
    padding: 0px 6px;
    border-radius: 100px;
}

.checkbox_left {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

    .checkbox_left label {
        padding-top: 3px !important;
        margin-bottom: 0px !important;
    }


#gridApplets .dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection:hover:not(.dx-edit-row) .dx-cell-modified,
#gridApplets .dx-datagrid-rowsview .dx-adaptive-detail-row.dx-selection:not(.dx-edit-row) .dx-cell-modified,
#gridApplets .dx-datagrid-rowsview .dx-adaptive-detail-row:not(.dx-edit-row) .dx-cell-modified,
#gridApplets .dx-datagrid-rowsview .dx-data-row.dx-selection:hover:not(.dx-edit-row) .dx-cell-modified,
#gridApplets .dx-datagrid-rowsview .dx-data-row.dx-selection:not(.dx-edit-row) .dx-cell-modified,
#gridApplets .dx-datagrid-rowsview .dx-data-row:not(.dx-edit-row) .dx-cell-modified {
    background-color: transparent
}

#gridDistriPoints .dx-field-item-label-location-top {
    padding: 0 !important;
}

.dx-form-group-caption {
    font-size: 0.925rem;
}

.dx-popup-bottom.dx-toolbar {
    border-top: 1px solid #e0e0e0;
}

.dx-popup-content {
    padding: 0 24px !important;
}

.dx-scrollable-simulated .dx-scrollable-content {
    padding: 24px 0
}

.passcodes_container {
    display: inline-block;
    margin: 4px 5px;
    text-align: center
}

.passcode {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #04458773;
    border-radius: 8px;
    width: 35px;
    height: 55px;
    padding: 5px;
    font-size: 22px;
    font-weight: 700;
    color: #55aaff;
}

.back_body {
    font-size: 10px !important;
}

.flip-card-back {
    overflow: hidden !important;
}

.providerLocationMapInput {
    height: calc(100% - 3px);
    background: #e8e8e8;
    border-radius: 0 !important;
    border-bottom: 1px solid #878787;
    margin-bottom: 2px;
}

.provider_active_offers_actions {
    font-size: 14px !important;
    background: #55aaff !important;
    color: white !important;
    padding: 9px 12px !important;
    display: inline-block !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 5px;
}

.provider_active_offers_actions_finalize {
    font-size: 14px !important;
    background: #044587 !important;
    color: white !important;
    padding: 9px 12px !important;
    display: inline-block !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 5px;
}

    .provider_active_offers_actions_finalize:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        content: "\f00c";
        margin-right: 8px;
    }

.provider_active_offers_actions_right {
    padding: 9px 9px !important;
    border-radius: 5px;
    height: auto !important;
    width: auto !important;
    display: inline-block !important;
}

    .provider_active_offers_actions_right:hover {
        background: rgba(4,69,135,0.2)
    }

.custom_padding {
    padding-left: 25px;
}

.shibboleth_attribute {
    color: var(--lightblue) !important;
    font-weight: bold;
}

#ebekGrid .dx-menu-items-container, #eltaPacketAvailableAcademiIDsGrid .dx-menu-items-container, #prefecturesGrid .dx-menu-items-container, #categoriesGrid .dx-menu-items-container, #academicDepartmentsGrid .dx-menu-items-container {
    pointer-events: none !important;
}

#ebekGrid .dx-dropdownlist-popup-wrapper .dx-empty-message, .DistributionPointID .dx-dropdownlist-popup-wrapper .dx-list-item:first-child {
    display: none !important;
}

#distributionPointGrid .dx-menu-items-container {
    pointer-events: none !important;
}

#distributionPointGrid .dx-dropdownlist-popup-wrapper .dx-empty-message {
    display: none !important;
}

#secretaryUsersGrid .dx-menu-items-container {
    pointer-events: none !important;
}

#secretaryUsersGrid .dx-dropdownlist-popup-wrapper .dx-empty-message {
    display: none !important;
}

.back_body .back_body_1 {
    font-size: 10px !important;
}

.dx-datagrid-rowsview .dx-row > td,
.dx-datagrid-rowsview .dx-row > tr > td {
    overflow: hidden;
    text-overflow: clip;
}

.with-asterisk-left {
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.with-asterisk-left:before {
    content: '*';
    font-weight: 900
}

@media only screen and (min-width: 768px) {
    header .header_container {
        position: relative;
    }

    header #lang_container {
        position: absolute;
        max-width: 1140px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
    }

    header #lang_container .lang_btns {
            justify-content: flex-end;
            padding-right: 36px;
    }

}

.info_academicId {
    background: var(--gray);
    border-radius: 12px;
    padding: 20px;
    color: var(--black);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
}

.info_academicId i {
    font-weight: 600
}

.info_academicId h6 {
    font-weight: 700;
    font-size: 0.925rem;
}

#applicationGrid {
    position: relative;
}

.not_visible {
    display:none;
}

.dx-texteditor-input::placeholder {
    color: #a1a1a1;
}