.ant-btn.ant-btn-primary.christmas:before {
    display: none !important;
}

/* message-handler */
.message-with-icon .ant-modal-confirm-btns {
    display: none;
}
.message-single-button .ant-modal-confirm-btns {
    display: none;
}
.message-single-button .ant-modal-confirm-content {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 8px;
    margin-left: 0px;
}
.message-handler-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* util.css */
.disabled-label {
    margin-top: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
}

/* login-form.css */
.login-form-header {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.input-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hidden-option-container {
    display: none;
}
.show-option-container {
    display: flex;
    flex-direction: column;
}

.login-response {
    display: flex;
    margin-top: 1rem;
}

.login-response-internal-error {
    color: red;
}

.login-response-status {
    color: grey;
}

button {
    margin-top: 1rem;
}

.container {
    margin: auto;
    display: flex;
    flex-direction: column;
    font-family: Arial;
}
.form-container {
    width: 100%;
    margin-top: 3.6rem;
    margin-bottom: 3.2rem;
}

.react-floating-label-input .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 2em;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.show-option {
    height: 5%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 10px;
    padding-top: 10px;
    cursor: pointer;
}
.form-input-container {
    display: flex;
    flex-direction: column;
    padding: 0 64px;
    padding-bottom: 3rem;
}

.container .ant-tabs-tab-active .ant-tabs-tab {
    color: #002f4f;
}
.container .ant-tabs-nav-scroll {
    display: flex;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
}
.container .ant-tabs-nav .ant-tabs-tab-active {
    color: black;
}
.container .ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
    background-color: #fab807;
}
.label-with-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}
.item-label {
    font-size: 13px;
    font-weight: bold;
}

.item-input {
    padding: 2px;
}

.database-label-container {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
    border-color: #dddddd;
}
.disabled-label {
    padding: 2px;
}

.language-label {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
}

.label-with-input-language {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.ias-input > input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
}

.login-link {
    margin-left: 10px;
    margin-right: 10px;
}
.login-link > a {
    font-size: 12px;
}

.login-link > a:hover {
    color: rgb(250, 184, 7);
}

.login-link-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}

.login-captcha-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

.captcha-button-dot {
    cursor: pointer;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
}

.captcha-button-dot:hover {
    color: #fab807;
}
.login-button-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-button-style {
    background-color: #002f4f !important;
    color: white !important;
    height: 32px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}
.login-button-style:hover {
    background-color: #002f4f;
    color: #fff;
}

.go-to-detail {
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin: 10px 0px;
}

.go-to-details-labels {
    cursor: pointer;
    color: #002f4f;
}

.go-to-details-hidden {
    display: none;
}

.go-to-details-visible {
    display: block;
}

.formContainerStyle-base-desktop {
    padding: 0px 64px 0px 64px;
}
.formContainerStyle-base-mobile {
    padding: 0px 45px 0px 45px;
}

.detail-login {
    padding-bottom: 0px;
}
.containerStyle-base {
    height: 508px;
    width: 508px;
}
.containerStyle-base-mobile {
    height: 100%;
    width: 100%;
    display: block;
}
.cardStyle-base {
    background: rgba(251, 251, 251, 0.9);
    border-radius: 5px;
    width: 408px;
    position: relative;
}
.cardStyle-base-desktop {
    border: 1px solid #dddddd;
    box-shadow: 0 0 9px -2px black;
}
.cardStyle-base-mobile {
    border-radius: 0px;
    width: 100%;
    margin-top: -300px;
}
.cardStyle-languageScope {
    text-align: right;
    padding-right: 16px;
    padding-top: 8px;
}
.cardStyle-languageScope-mobile {
    padding: 40px 45px 20px 0px;
}
.cardStyle-logoContainer {
    display: flex;
    flex-direction: column;
}
.cardStyle-versionContainer {
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-size: 11px;
    padding: 0px 16px 16px 16px;
    color: #002033;
}
.cardStyle-versionContainer-mobile {
    padding: 0px 45px 10px 0px;
}
.insideContainerStyle-base {
    display: flex;
    justify-content: end;
    padding: 8px;
    background-size: cover;
    margin-top: 130px;
    border-radius: 5px;
}
.insideContainerStyle-base-mobile {
    margin-top: 0px;
    height: 100%;
    padding: 0px;
    align-items: center;
    border-radius: 0px;
}
.form-container .ant-tabs-bar {
    display: none;
}
.language-options-dropdown {
    margin-right: 5px;
}
.language-link {
    color: #000;
    font-size: 14px;
}
.language-icon {
    margin-left: 8px;
}
.iasInputContainer-enabled {
    opacity: 1;
}
.iasInputContainer-disabled {
    opacity: 0.5;
}
.labelStyleInput {
    font-weight: 800;
}
.labelStyleInput-focused {
    color: #fab807;
}
.labelStyleInput-non-focused {
    color: #002033;
}
.input-container-style {
    border-width: 1px;
    font-size: 12px;
    background-color: #f7f7f7;
}
.input-style {
    font-size: inherit;
    width: 100%;
    outline-style: none;
    font-family: inherit;
    color: #262626;
    border: none;
    background-color: #f7f7f7;
    padding: 4px 6px 4px 6px;
}
.suffixStyle {
    text-align: center;
    position: absolute;
    right: 0px;
    top: 5px;
}
.suffixStyleForLockScreen {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
}
.page-bg {
    position: relative;
    width: 100%;
}

.page-bg__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    border-radius: 4px;
}

/* base.css */
html {
    font-size: 62.5%;
}

body {
    font-family: "Courier New", Courier, monospace;
    font-size: 1.6rem;
}

button {
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

/* tfa-form.css */
.tfaModalComponent .ant-modal-close,
.tfaModalButton {
    padding: 0;
    margin: 0;
}

.tfaButtonOK {
    background-color: #002f4f !important;
    color: white !important;
}

.tfaCountdownContainer {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.tfa-row-container {
    height: 100%;
}

/* ias-input */
.ias-base-input-element {
    display: flex;
    flex-direction: column;
    opacity: 1;
}

.ias-base-input-label {
    font-family: inherit;
    padding-left: 4px;
    font-size: 10px !important;
    font-weight: 800px;
    padding-left: 4px;
}

.ias-base-input-container {
    padding: 1px;
    font-family: inherit;
    outline: none;
    font-size: 12px;
    position: relative;
    border: solid 0.8px gray;
}

.ias-base-input-container:hover {
    border: solid 0.8px #fab807;
}

.ias-base-input-content {
    font-size: inherit;
    width: 100%;
    outline-style: none;
    font-family: inherit;
    padding: 8px 6px 8px 6px;
    border: none;
}

.ias-base-input-suffix {
    text-align: center;
    position: absolute;
    right: 5px;
    top: 7px;
}

.ias-troia-control select:focus {
    outline: auto !important;
}

.la-message-overlay-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;

    height: 60px;
    background: #fff3cd;
    border-top: 1px solid #ffeeba;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 2147483640;
}

.la-message-overlay-banner__content {
    width: 100%;
    max-width: 960px;
    padding: 0 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.la-message-overlay-banner__text {
    font-size: 14px;
    color: #856404;
}

.la-message-overlay-banner__close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #856404;
}
