.countryselect-layout {
    background-color: #242426;
    height: 100vh;
}
.countryselect-container .countryselect-container-left {
    padding-left: 0;
    padding-right: 0;
    border-right: 2px solid #A78648;
}
.countryselect-container .countryselect-container-left .img-background {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
}
.countryselect-container .countryselect-container-right {
    align-content: center;
    background-color: #242426;
    padding-left: 120px;
    padding-right: 120px;
}
  
.countryselect-container .a-button {
    max-width: 30rem;
    color: #b59048;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    margin-right: 50px;
}
.countryselect-container .a-button:hover {
    color: #000;
}

.countryselect-container-select {
    position: absolute;
    top: 50px;
}

.form-countryselect-title {
    font-weight: 600;
}

.form-countryselect-title strong{
color: #b59048;
}

.form-countryselect-subtitle {
    margin-top: 60px;
}

.disclaimer-header {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 65px;
}
.disclaimer-content {
    position: relative;
    padding: 20px 15px 50px;
    border: 1px solid #A78648;
}
.disclaimer-content:before{
    content: "\A";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background-origin: content-box;
}

.disclaimer-text {
    max-height: 200px;
    overflow: hidden;
}

.disclaimer-loadmore{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 2px solid #A78648;
    cursor: pointer;
}

.disclaimer-content.showmore:before{
    display: none;
}

.disclaimer-content.showmore .disclaimer-text {
    padding-bottom: 30px;
    max-height: 250px;
    overflow: scroll;
}

.countryselect-icon {
    margin-right: 20px;
}
.notaccessible-header {
    display: flex;
    align-items: center;
    font-size: 48px;
    line-height: 68px;
    font-weight: 600;
    margin-bottom: 30px;
}

.notaccessible-content {
    font-size: 24px;
    line-height: 34px;
}

.countryselect-container-select .dropdown-flag-icon img {
    max-width: 22px;
    height: auto;
}

.countryselect-container-select .dropdown {
    position: relative;
    width: 200px;
    font-family: Arial, sans-serif;
    background: none;
}

.countryselect-container-select .dropdown-selected {
    border: 1px solid #A78648;
}
.countryselect-container-select .dropdown-selected.open {
    border-bottom: none;
}

.countryselect-container-select .dropdown-selected:after {
    position: absolute;
    right: 15px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
}

.countryselect-container-select .dropdown-selected.open:after {
    content: "\f106";
}

.countryselect-container-select .dropdown-selected, .dropdown-options div {
    padding: 10px;
    cursor: pointer;
    display: flex;
}

.countryselect-container-select .dropdown-selected-flag-icon {
    margin-right: 10px;
}

.countryselect-container-select .dropdown-selected-flag-icon img {
    max-width: 22px;
    height: auto;
}

.countryselect-container-select .dropdown-options {
    position: absolute;
    width: 100%;
    background: #424244;
    border: 1px solid #A78648;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    color: #888;
}

.dropdown-option-items {
    background-repeat: no-repeat;
    padding-left: 24px;
    background-size: 16px 12px;
    background-position: 4px center;
}

.countryselect-container-select .dropdown-options div:hover {
    color: #fff;
}

/* Header type profile */
.typeprofile-header-container {
    position: relative;
    display: inline-block;
}
.typeprofile-header-container .typeprofile-header__label {
    display: block;
    padding-left: 5px;
    padding-right: 20px;
    cursor: pointer;
}
.typeprofile-header-container .typeprofile-header__label:after {
    position: absolute;
    right: 0px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
}
.typeprofile-header-container .typeprofile-header__label.open:after {
    content: "\f106";
}
.typeprofile-header-container .typeprofile-header__buttons {
    display: none;
    min-width: 160px;
    position: absolute;
    width: 100%;
    background-color: #424244;
    text-align: left;
    z-index: 2;
}
.typeprofile-header-container .typeprofile-header__button{
    padding: 10px 5px;
    border-top: 1px solid #000;
}

#menu .typeprofile-header-container {
    border-top: 1px solid #000;
    width: 100%;
}
#menu .typeprofile-header-container li {
    padding: 0.5rem;
}
#menu .typeprofile-header-container .typeprofile-header__label:after {
    display: none;
}
#menu .typeprofile-header-container .typeprofile-header__buttons {
    display: block;
    position: relative;
    background-color: transparent;
}

#menu .typeprofile-header-container .typeprofile-header__button {
    font-weight: 300;
    padding: 5px 0 5px 15px;
    border: none;
}


@media screen and (max-width: 1498.98px) {
    .disclaimer-header {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1199.98px) {
    .countryselect-container .countryselect-container-right {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .countryselect-container .countryselect-container-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .countryselect-container .a-button {
        font-size: 22px;
        line-height: 27px;
        width: auto;
    }
}
@media screen and (max-width: 767.98px) {
    .countryselect-container .countryselect-container-right {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .countryselect-container .countryselect-container-left {
        display: none;
        order: 2;
        border-right: none;
        border-top: #A78648 2px solid;
    }
    .countryselect-container-select {
        position: initial;
        max-width: 250px;
        margin-bottom: 25px;
    }
    .countryselect-container .a-button {
        font-size: 18px;
        line-height: 24px;
    }
    .countryselect-container-select .dropdown {
        width: 100%;
    }
}