/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*==================================== Poppins ===================================*/
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff") format("woff");
    src: url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/*==================================== Oswald ===================================*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
body {
    background: #080024;
    position: relative;
}
body:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    background: linear-gradient(36.76deg, #0F082B -1.76%, #170758 16.43%, #5D0E79 31.65%, #48C4EC 43.16%, #080024 68.09%);
    opacity: 0.5;
    z-index: -1;
}
input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-webkit-autofill:hover  {
    box-shadow: 0 0 0px 1000px #170758 inset !important;
    text-fill-color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid #170758;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: -internal-light-dark(black, white) !important;
}
::placeholder {
  color: #AEAEAE;
  opacity: 1;
}
:-ms-input-placeholder {
 color: #AEAEAE;
}
::-ms-input-placeholder {
 color: #AEAEAE;
}
.login-nav {
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(220, 220, 220, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 20%);
    border-radius: 0px;
}
.login-nav .navbar {
    margin: 0px;
    background: transparent;
    border: none;
}
.login-nav .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 14px 0px;
}
.login-nav .navbar-logo {
    display: inline-block;
    padding: 0;
    margin: 0px;
    height: auto;
    margin-right: auto;
}
.logo-img {
    max-width: 206px;
}
.navbar-text-box {
    margin: auto;
}
.navbar-text {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF !important;
}
.colored-text {
    color: #CE2035;
    font-family: 'Poppins';
    transition: all 0.25s ease-in-out;
}
.lower-text {
    display: block;
}
.buy-btn-box {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.character-box {
    position: absolute;
    left: -155px;
    bottom: -182px;
}
.buy-btn {
    width: 167px;
    background: #39B34D;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    padding: 12px 15px;
    transition: all 0.25s ease-in-out;
}
.buy-btn:hover, .login-button:hover, .login-button:active, .login-button:focus, .login-button:focus-visible {
    background: #f3cd50 !important;
    box-shadow: 0px 0px 25px rgb(243 205 80 / 70%) !important;
    color: #140a36 !important;
    outline: none !important;
}
/* **** Page Body **** */
.form-head {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 22px;
}
.form-column {
    min-width: 540px;
}
.form-container {
    max-height: calc(100vh - 135px);
    padding: 40px;
    display: grid;
    height: calc(100vh - 135px);
    position: relative;
}
.login-box {
    margin: auto;
    width: 100%;
    position: relative;
    max-width: 470px;
}
/* **** Form CSS **** */
#LoginForm, #ResetPasswordform {
    margin: 0px;
}
#LoginForm .form-control, #forgetPasswordform .form-control, #ResetPasswordform .form-control {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(220, 220, 220, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 3px;
    height: 41px;
    color: #fff;
    font-family: 'Poppins';
}
#LoginForm .form-group, #ResetPasswordform .form-group {
    margin-bottom: 12px;
}
#LoginForm .form-control:focus-visible, #LoginForm .form-control:focus,
#ResetPasswordform .form-control:focus, #ResetPasswordform .form-control:focus-visible {
    border: 1px solid #170758 !important;
    outline: none !important;
    background: transparent;
}
.login-button {
    background: #CE2035;
    border-radius: 3px;
    border: none;
    width: 100%;
    height: 41px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    color: #FFFFFF;
}
.form-sub-head {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    margin: 12px 0px;
}
.signup-container .form-sub-head {
    margin-top: 7px;
}
.outsource-login-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.source-wrapper {
    flex: 0 0 calc(50% - 9px);
}
.brand-button {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(220, 220, 220, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 3px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    width: 100%;
    transition: all 0.25s ease-in-out;
    outline: none !important;
    color: #fff !important;
}
.brand-button:hover, .brand-button:focus, .brand-button:active, .brand-button:focus-visible {
    background: #5cb85c !important;
    border: 1px solid #5cb85c !important;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%) !important;
}
.brand-icon {
    margin-right: 10px;
}
.ask-support, .email-sent-msg {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 20px 0px;
    text-align: center;
}
.support-link, .login-forget {
    color: #CE2035;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    transition: all 0.25s ease-in-out;
}
.support-link:hover, .login-forget:hover {
    color: #5cb85c;
    text-decoration: none;
}
.action-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#trybtn {
    margin-bottom: 12px;
}
.signup-container {
    padding: 13px 20px 25px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    border: 1px solid rgba(220, 220, 220, 0.1);
}
.login-box .forget-login {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
}
.login-box .forget-login {
    background: #5cb85c;
}
.forgotpass-page .ask-support {
    text-align: center;
    width: 100%;
}
.item-img {
    object-fit: fill;
    object-position: right;
    max-height: calc(100vh - 131px);
    height: calc(100vh - 131px) !important;
}
.carousel-column {
    padding: 0px;
}
.carousel-control .fa {
    position: absolute;
    top: 47%;
    font-size: 50px;
    color: #5cb85c;
}
#permotionCarousel .carousel-control {
    width: 10%;
}
#permotionCarousel .carousel-indicators {
    display: flex;
    align-items: center;
    margin: 0px;
    width: 100%;
    LEFT: 0;
    padding: 0px 30px;
    justify-content: center;
}
.carousel-control.left .fa {
    left: 10px;
}
.carousel-control.right .fa {
    right: 10px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    background: #CE2035;
    border: 1px solid #CE2035;
}
.carousel-indicators li.active {
    width: 18px;
    height: 18px;
    background: #CE2035;
    border: 1px solid #CE2035;
}
@media(min-width: 1800px){
    .carousel-1680 {
        display: none !important;
    }
}
@media(min-width: 1550px){
    .carousel-1440 {
        display: none !important;
    }
}
@media(min-width: 1400px){
    .carousel-1366 {
        display: none !important;
    }
}
@media(max-width: 1799px){
    .carousel-1920 {
        display: none !important;
    }
}
@media(max-width: 1549px){
    .carousel-1680 {
        display: none !important;
    }
}
@media(max-width: 1399px){
    .carousel-1440 {
        display: none !important;
    }
}
@media(max-width: 1675px){
    .brand-button {
        font-size: 13px;
    }
    .form-container {
        padding: 15px 35px;
    }
}
@media(max-width: 1620px){
    .carousel-column {
        max-width: calc(100% - 540px);
    }
}
.form-container {
    position: relative;
    align-items: center;
    align-content: center;
}
.signup-container {
    display: none;
}
@media(min-width: 1300px) {
    .login-nav .container-fluid {
        padding: 0px 40px;
    }
}
@media(min-width: 1400px) {
    .login-nav .container-fluid {
        padding: 0px 50px;
    }
}
@media(min-width: 1500px) {
    .login-nav .container-fluid {
        padding: 0px 105px;
    }
}
@media(min-width: 1880px) {
    .login-nav .container-fluid {
        padding: 0px 155px;
    }
}
.attention-box {
    max-width: 470px;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px 20px 0px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(220, 220, 220, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    border-radius: 3px;
}
.attention-box .form-head {
    color: #ce2035;
}
.attention-box .ask-support {
    margin-top: 0px;
    margin-bottom: 25px;
    line-height: 1.7;
}
.attention-box .form-head {
    color: #ce2035;
    margin-bottom: 5px;
}
#error-tray {
    color: red;
    padding: 0px 0px 10px;
    display: inline-block;
    font-family: 'Poppins';
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.validation-summary-errors ul, .validation-summary-valid ul {
    padding: 0;
    list-style: none;
    margin: 0px;
}
.validation-summary-valid li, .validation-summary-errors li {
    list-style: none;
}
.login-box .form-group.login-form {
    position: relative;
}
#Email-error {
    position: absolute;
    right: 15px;
    top: 12px;
    color: red;
    display: inline-block;
    font-size: 12px;
    font-family: 'Poppins';
}
.error-box.error-alert {
    position: relative;
    width: 100%;
    top: 0;
    padding: 10px 10px 10px 55px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    min-height: 35px;
}
#error-tray {
    position: relative;
    top: 0;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    text-align: left;
}
.error-box i.fa {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    font-size: 25px;
    padding: 4px 10px;
    border-right: 1px solid #8d4b4b;
    display: grid;
    height: 100%;
    align-items: center;
}
/* *** Reset Confirmation *** */
.reset-confirmation-page {
    height: calc(100vh - 10px);
    margin: auto;
    display: grid;
}
.reset-confirmation {
    width: 500px;
    margin: auto;
    text-align: center;
}
.reset-confirmation {
    width: 500px;
    padding: 0px 50px 50px;
}
.reset-confirmation, .email-sent-alert, .error-alert-panel-box .error-panel {
    margin: auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%), 0px 0px 0px 9px rgb(255 255 255 / 10%), inset 0px 0px 30px rgb(255 255 255 / 5%);
    backdrop-filter: blur(100px);
    border-radius: 5px;
}
.email-sent-alert, .error-alert-panel-box .error-panel {
    padding: 40px;
}
.email-sent-alert a.login-button {
    line-height: 27px;
}
.email-sent-msg {
    font-size: 16px;
    line-height: 24px !important;
}
.reset-text {
    color: #5cb85c;
    font-size: 20px;
}
.resetPasswordConfirmation .login-button {
    line-height: 1.5;
}
.reset-confirmation .prezentar-logo {
    width: 100%;
}
.validation-summary-errors p {
    color: red !important;
    margin-bottom: 0px;
}
.validation-summary-errors p a {
    display: block;
}
/* ***** Page Erro Alert ***** */
.full-height {
    height: 100vh;
}
.grid-box {
    display: grid;
    align-items: center;
}
.error-alert-panel-box {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.error-alert-panel-box .error-panel {
    border: none;
    margin-bottom: 0px;
}
.error-panel .alert-icon, .error-panel .form-head {
    color: #CE2035;
}
.error-panel .text-box p, .autoLogOff p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0px;
}
.autoLogOff p {
    margin-bottom: 15px;
    text-align: center;
}
.hidden-box {
    color: #fff;
    margin-top: 20px;
}
.autoLogOff .support-text {
    margin-bottom: 0;
    margin-top: 15px;
}
/* Reset PASSWORD STYLE*/
/* **** TOOLTIP STYLES **** */
.formate-tooltip, .formate-tooltip span {
    display: block;
    text-align: left;
    color: #fff;
}

.formate-tooltip {
    max-width: 400px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    backdrop-filter: blur(100px);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 3%);
    margin: auto;
    transition: all 0.20s ease-in-out;
}

.active-tooltip .formate-tooltip, .password-validation .form-control:focus ~ .formate-tooltip {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.formate-tooltip .tooltip-head {
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 15%);
    backdrop-filter: blur(100px);
    font-size: 18px;
    font-weight: 600;
}

.tooltip-description {
    padding: 10px 15px;
    position: relative;
}

    .tooltip-description:after {
        content: "";
        position: absolute;
        top: calc(100% - 6px);
        left: calc(50% - 2px);
        margin-left: -5px;
        border-width: 7px;
        border-style: solid;
        border-color: #334d7a #364074 transparent transparent;
        transform: rotate(135deg);
    }
.passwordresetpage.form-container {
    max-height: 100vh;
    height: 100vh;
}

.passwordresetpage .login-box {
    max-width: 500px;
}

.formbox > .formate-tooltip {
    max-width: 100%;
    width: 100%;
    line-height: 1.6;
    margin-top: 15px;
}

.formbox .tooltip-description:after {
    display: none;
}
.regx-validation {
    border-color: #ce2035 !important;
}
/* ***** Forgot Pass Changes ***** */
.formate-tooltip.forgot_pass {
    position: unset;
    backdrop-filter: none;
    left: unset;
    right: unset;
    bottom: unset;
    opacity: 1;
    z-index: unset;
    visibility: unset;
}

.forgot_pass .requirement-list {
    padding-left: 15px;
}

.forgot_pass.formate-tooltip, .forgot_pass.formate-tooltip span {
    font-size: 15px;
}

.forgot_pass .tooltip-description .requirement-item {
    font-size: 14px;
    position: relative;
}

.forgot_pass .tooltip-description:after {
    display: none;
}
.parallel-tooltip form {
    width: 100%;
}
.formate-tooltip.forgot_pass {
    max-width: 100%;
}
.parallel-tooltip {
    display: flex;
    align-items: center;
}
/* **** Login Responsive  **** */
@media(max-width: 1199px){
    .login-nav .navbar-logo {
        margin-right: unset;
    }
    .form-column {
        min-width: unset;
    }
    .carousel-column {
        max-width: 100%;
    }
}
@media(max-width: 1199px) and (min-width: 992px){
    .action-wrapper {
        flex-direction: column;
        margin-top: 10px;
    }
    .ask-support {
        margin: 10px 0px;
    }
}
@media(max-width: 1120px){
    .navbar-text {
        font-size: 20px;
    }
}
@media(max-width: 1024px) {
    .navbar-text-box {
        margin-left: 25px;
    }
}
@media(max-width: 991px){
    .login-nav .navbar-header {
        align-items: center;
        flex-wrap: wrap;
        padding-top: 0;
    }
    .login-nav .navbar-logo {
        flex: 0 0 100%;
        text-align: center;
        width: 100%;
        margin-left: unset !important;
    }
    .logo-img {
        margin: auto;
    }
    .navbar-text-box {
        margin-left: 0;
    }
    .navbar-text {
        font-size: 16px;
        line-height: 25px;
        margin: 0px;
    }
    .form-column {
        flex: 0 0 100%;
        width: 100%;
    }
    .form-container{
        height: auto;
    }
    .carousel-column {
        width: 100%;
    }
    .item-img {
        height: auto !important;
    }
    .email-sent-alert{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .login-nav .navbar-header {
        margin: 0;
    }
    .login-nav .navbar-logo {
        margin-bottom: 15px;
    }
}
@media(max-width: 670px) {
    .navbar-text-box {
        margin-left: 0;
        flex: 0 0 100%;
        margin-top: -15px;
        margin-bottom: 30px;
    }
    .login-nav .navbar-logo {
        margin-bottom: 0px;
    }
    .buy-btn-box {
        margin: auto;
        margin-right: calc(50% - 150px);
    }
}
@media(max-width: 480px){
    .action-wrapper {
        flex-direction: column;
        margin-top: 10px;
    }
    .ask-support {
        margin: 10px 0px;
    }
    .form-container {
        padding: 15px 0px;
    }
}