@import url("./base.css");
.page-view {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 720px;
}

.loading-widget {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.loading-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-20px, -20px);
    position: absolute;
}

.loading-text {
    position: relative;
    top: 50px;
    left: calc(-50% + 20px);
}

.circle-loader2 {
	fill: transparent;
	stroke: #41c91f;
	stroke-width: 2;
	animation: dash 2s ease infinite,rotate2 2s linear infinite;
	position: absolute;
}
.circle-loader {
	fill: transparent;
	stroke: #01b1d1;
	stroke-width: 2;
	animation: dash 2s ease infinite,rotate 2s linear infinite;
	position: absolute;
}

@keyframes dash {
	0% {
		stroke-dasharray: 1,99;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 45,55;
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dasharray: 1,99;
		stroke-dashoffset: -99;
	}
}

@keyframes rotate {
	0% {transform: rotate(0deg); }
	100% {transform: rotate(360deg); }
}

@keyframes rotate2 {
	0% {transform: rotate(-180deg); }
	100% {transform: rotate(180deg); }
}

.block-ui-container {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    /* opacity: 0; */
    filter: alpha(opacity=00);
}
.loading-wrap {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.loading-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
}
.cssload-spin-box {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -o-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -ms-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -webkit-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    -moz-box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    animation: cssload-spin ease infinite 4.6s;
    -o-animation: cssload-spin ease infinite 4.6s;
    -ms-animation: cssload-spin ease infinite 4.6s;
    -webkit-animation: cssload-spin ease infinite 4.6s;
    -moz-animation: cssload-spin ease infinite 4.6s;
}

@keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-o-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-ms-keyframes cssload-spin {
    0%,	100% { box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223); }
    25% { box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);	}
    50% { box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223); 	}
    75% { box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; }
}

@-webkit-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

@-moz-keyframes cssload-spin {
    0%,
    100% {
        box-shadow: 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223);
    }
    25% {
        box-shadow: -15px 15px rgb(223,223,223), -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73);
    }
    50% {
        box-shadow: -15px -15px rgb(79,77,73), 15px -15px rgb(223,223,223), 15px 15px rgb(79,77,73), -15px 15px rgb(223,223,223);
    }
    75% {
        box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
    }
}

.page-view.language-page {
    min-height: 100vh;
    height: auto;
}

.page-view .page-header {
    display: flex;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    background-color: #fff;
    padding: 0 128px;
    border-bottom: 1px solid #D6D6D6;
}

.page-view .page-header .logo {
    display: flex;
    align-items: center;
}

.page-view .page-header .logo .icon-menu {
    display: none;
    height: 24px;
    margin-right: 12px;
}

.page-view .page-header .logo .logo-image {
    height: 18px;
    cursor: pointer;
}

.page-view .page-header .right-side {
    display: flex;
}

.page-view .page-header .right-side img {
    height: 30px;
    margin-left: 30px;
    cursor: pointer;
}

.page-view .page-footer {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    padding: 24px 128px;
}

.page-view .page-footer * {
    font-size: 12px;
    text-decoration: none;
    color: #252525;
    font-weight: 300;
}

.page-view .page-footer .footer-logo .logo-image {
    height: 11px;
    opacity: 0.5;
}

.page-view .page-footer .right-side {
    display: flex;
}

.page-view .page-footer .right-side ul {
    display: flex;
    align-items: flex-end;
}

.page-view .page-footer .right-side ul li {
    padding: 0 15px;
    position: relative;
}

.page-view .page-footer .right-side ul li:after {
    position: absolute;
    top: 3px;
    right: 0;
    border: .5px solid #606060;
    content: "";
    height: 10px;
    width: 0;
}

.page-view .page-footer .right-side .multi-language {
    display: flex;
    margin-left: 15px;
    align-items: flex-end;
}

.page-view .page-footer .right-side .multi-language .language {
    position: relative;
}

.page-view .page-footer .right-side .multi-language .language:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    background-image: url(../images/icon-spinner-close.png);
    transform: rotate(-90deg);
    width: 16px;
    height: 16px;
    background-size: cover;
}

.page-view .page-footer .right-side .multi-language .lang-flag {
    height: 13px;
    margin-bottom: 2px;
    margin-right: 7px;
}

.page-view .container {
    width: 640px;
    padding: 60px 72px 0 72px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #D6D6D6;
    margin-top: 140px;
    position: relative;
}

.page-view .container .form-main {
    width: 100%;
}

.page-view .container .title {
    width: 100%;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 20px;
}

.page-view .container .description {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 62px;
}

.input-wrapper {
    position: relative;
}

.page-view .container .code-input {
    padding: 0 0 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #777;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 72px;
}

.page-view .container .code-input:disabled {
    background-color: #fff;
    color: #BEBEBE;
}

.page-view .container .form-main.error .code-input {
    border-bottom: 2px solid #B00020;
}

.page-view .form-container.error .code-input {
    border-bottom: 2px solid #B00020;
}

.page-view .container .code-input::-webkit-input-placeholder {
    color: #8C8C8C;
    opacity: 1;
}

.page-view .container .code-input:-moz-placeholder {
    color: #8C8C8C;
    opacity: 1;
}

.page-view .container .code-input::-moz-placeholder {
    color: #8C8C8C;
    opacity: 1;
}

.page-view .container .code-input:-ms-input-placeholder {
    color: #8C8C8C;
    opacity: 1;
}

.page-view .container .code-input::-ms-input-placeholder {
    color: #8C8C8C;
    opacity: 1;
}

.page-view .container .code-input::placeholder {
    color: #8C8C8C;
    opacity: 1;
}

.page-view .container .err-message {
    display: none;
    position: absolute;
    top: 40px;
}

.page-view .container .form-main.error .err-message {
    display: block;
}

.page-view .container .err-message, .page-view .container .err-message span {
    color: #B00020;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
}

.page-view .container .err-message.valid-error {
    color: #B00020;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
}

.page-view .btn {
    cursor: pointer;
    padding: 8px 14px;
    min-width: 216px;
    max-width: 266px;
    min-height: 44px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    background-color: #0072DE;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}

.page-view .btn:disabled,
.page-view .btn[disabled]{
  opacity: 0.4;
}

.page-view .btn.submit-btn, .page-view .btn.back-btn {
    margin-bottom: 48px;
}

.page-view .btn.btn-cancel {
    border-color: #e3e3e3;
    background-color: #e3e3e3;
    color: #252525;
}

.page-view .btn.transparent {
    height: 36px;
    font-size: 16px;
    background-color: transparent;
    color: #0072DE;
    border: none;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0,0,0,0.65); /* Black w/ opacity */
  }
  
.modal-content {
    margin: 50vh auto;
    transform: translateY(-50%);
    background-color: #FCFCFC;;
    padding: 36px 36px 20px 36px;
    width: 500px;
    border-radius: 26px;
    border: 1px solid #D6D6D6;
}

.modal-content .modal-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 36px;
}

.modal-content .modal-description {
    font-weight: 500;
    font-size: 16px;
    color: #505050;
    letter-spacing: 0.01px;
    line-height: 23px;
    margin-bottom: 24px;
}

.modal-content .btn {
    font-size: 16px;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 600px) {
    .page-view {
        justify-content: flex-start;
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        height: auto;
    }
    .page-view .page-header {
        height: 56px;
        padding: 0 24px;
        border-bottom: none;
        position: sticky;
        background-color: #f2f2f2;
        z-index: 2;
    }
    .page-view .page-header .logo .icon-menu {
        display: block;
    }
    .page-view .page-header .logo .logo-image {
        height: 10px;
    }
    .page-view .page-header .right-side img {
        height: 24px;
        margin-left: 18px;
    }
    .page-view .page-footer {
        padding: 30px 0;
        flex-flow: column-reverse;
    }
    .page-view .page-footer .footer-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-view .page-footer .footer-logo .logo-image {
        margin-bottom: 10px;
    }
    .page-view .page-footer .right-side {
        flex-flow: column-reverse;
        margin-bottom: 20px;
    }
    .page-view .page-footer .right-side .multi-language {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .page-view .page-footer .right-side ul {
        display: flex;
        justify-content: center;
    }
    .page-view .page-footer .right-side ul li {
        padding: 0 10px;
    }
    .page-view .page-footer .right-side ul li:last-child:after {
        border: none;
    }
    .page-view .page-footer .right-side ul li * {
        font-size: 10px;
    }
    .page-view .container .description {
        margin-bottom: 34px;
    }
    .page-view .form-container {
        width: 100%;
    }
    .page-view .container {
        width: 100%;
        padding: 30px 24px 0 24px;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        position: relative;
    }
    .page-view.contain-footer .container {
        margin-bottom: 250px;
    }
    .page-view .container .title {
        width: 100%;
        font-size: 24px;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .page-view .container .code-input {
        margin-bottom: 42px;
    }
    .page-view .container .btn {
        position: absolute;
        bottom: 0px;
        transform: translateY(calc(100% + 20px));
        font-size: 18px;
        min-height: 44px;
        z-index: 2;
        margin-bottom: 0;
    }

    .modal-content {
        width: 100vw;
        margin: 100vh auto;
        margin: calc(var(--vh, 1vh) * 100) auto;
        transform: translateY(-100%);
        padding: 24px 24px 20px 24px;
    }
    .modal-content .modal-title {
        margin-bottom: 18px;
    }
    .modal-content .modal-description {
        margin-bottom: 24px;
    }
}

.cm-cookie-geo {
    display: block;
    position: fixed;
    opacity: 1;
    background-color: #fff;
    left: 0;
    bottom: -200px;
    padding: 0 24px;
    width: 100vw;
    transition-delay: .3s;
    min-width: 320px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    z-index: 99999;
    -webkit-transition: bottom .7s, opacity .8s;
    transition: bottom .7s, opacity .8s;
}

.show-cookie-warning .cm-cookie-geo {
    bottom: 0;
}

.cm-cookie-geo .cm-cookie-geo__msg-wrap {
    display: table;
    max-width: 1392px;
    width: 100%;
    min-height: 97px;
    margin: 0 auto;
    position: relative;
}

.cm-cookie-geo .cm-cookie-geo__msg {
    display: table-cell;
    padding: 13px 0 14px;
    vertical-align: middle;
    margin: 0 auto;
    max-width: 1204px;
    font-size: 12px;
    font-style: normal;
    color: #828282;
}

.cm-cookie-geo .cm-cookie-geo__msg p {
    font-size: 12px;
    font-style: normal;
    color: #828282;
    line-height: 1.58;
}

.cm-cookie-geo a {
    color: #1428a0;
    text-decoration: underline;
    font-size: 12px;
}

.cm-cookie-geo .cm-cookie-geo__msg .cm-cookie-geo__msg-title strong {
    font-size: 14px;
    color: #363636;
    font-weight: normal;
    font-weight: 400;
    margin-bottom: 3px;
}

.cm-cookie-geo .cm-cookie-geo__manage {
    display: table-cell;
    padding-left: 9.72222vw;
    padding-right: 4.44444vw;
    text-align: right;
    vertical-align: middle;
}

.cm-cookie-geo .cm-cookie-geo__manage .cm-cookie-geo__cta-encased {
    padding-left: 18px;
    padding-right: 18px;
    min-width: 110px;
    height: 40px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-color: #1428a0;
    background: #1428a0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
}

.cm-cookie-geo .cm-cookie-geo__close {
    display: absolute;
    top: 14px;
    width: 100%;
    max-width: 1440px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.cm-cookie-geo .cm-cookie-geo__close .cm-cookie-geo__close-cta {
    position: absolute;
    left: auto;
    top: 20px;
    right: -10px;
    padding: 10px;
    font-size: 0;
    cursor: pointer;
}

.cm-cookie-geo__close-cta:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background-image: url(../images/svg-close.svg);
}

@media (min-width: 1440px) {
    .cm-cookie-geo .cm-cookie-geo__manage {
        padding-right: 64px;
    }
    .cm-cookie-geo .cm-cookie-geo__manage {
        padding-left: 140px;
    }
}

@media screen and (max-width: 768px) {
    .cm-cookie-geo {
        padding: 0;
    }
    .cm-cookie-geo--type-manage .cm-cookie-geo__msg-wrap {
        display: block;
        padding: 12px 24px 11px;
        height: auto;
    }
    .cm-cookie-geo .cm-cookie-geo__msg {
        display: block;
        padding: 0;
    }
    .cm-cookie-geo .cm-cookie-geo__msg .cm-cookie-geo__msg-title strong {
        font-size: 12px;
    }
    .cm-cookie-geo .cm-cookie-geo__manage {
        display: block;
        padding: 5px 0 3px;
    }
    .cm-cookie-geo .cm-cookie-geo__close .cm-cookie-geo__close-cta {
        right: 2px;
        top: 2px;
    }
}

/* ==================================================================== */
/* Language page style */
/* ==================================================================== */

.page-view.language-page {
    background-color: #f2f2f2;
    justify-content: flex-start;
}

.page-view .language-container {
    margin-top: 125px;
    margin-bottom: 123px;
    width: 820px;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 90px 50px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background-color: #fff;
}

.page-view .language-container .title {
    font-size: 24px;
    margin-bottom: 1.563em;
    font-weight: 500;
}

.page-view .language-container .location-list {
    width: 100%;
}

.page-view .language-container .location-list .location {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}

.page-view .language-container .location-list .location .location-name {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 14px;
}

.page-view .language-container .location-list .location .location-name .btn-dropdown {
    background: url(../images/next-icon.png) center center/20px no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
}

.page-view .language-container .location-list .location.open .location-name .btn-dropdown {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.page-view .language-container .location-list .location .name {
    font-size: 18px;
    font-weight: 500;
}

.page-view .language-container .location-list .location .list-box {
    display: none;
}

.page-view .language-container .location-list .location.open .list-box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 27px 0;
}

.page-view .language-container .list-box * {
    font-size: 14px;
    font-weight: 500;
}

.page-view .language-container .list-box a {
    text-decoration: underline;
    color: #2c8be2;
}

.page-view .language-container .list-box .country {
    width: 33%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
    .page-view .language-container .list-box .country {
        width: 50%;
    }
}

@media screen and (min-width: 1231px) {
    .page-view .language-container .list-box .country {
        width: 33%;
    }
}

@media screen and (max-width: 899px) {
    .page-view .language-container {
        padding: 30px 30px 24px;
        width: 100vw;
        margin-bottom: 159px;
    }
    .page-view .language-container .list-box .country {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .page-view .language-container {
        margin-top: 56px;
    }
    .page-view.language-page {
        min-height: 100vh;
        min-height: calc(var(--vh, 1vh) * 100);
        height: auto;
    }
}
