div {
    font-size: 14px;
    font-family: "Prompt", sans-serif;
    font-weight: 300;
}

.submit {
    margin-right: 0px;
    margin-bottom: 0px;
}

.reset {
    background: #c6c6c6;
    margin-right: 0px;
    margin-bottom: 0px;
}

.signature {
    background: #c6c6c6;
}

.flex-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
    /* justify-content: flex-end; */
}

.flex-container > div {
    margin: 10px;
}

.fixed-header {
    position: relative;
    top: 0;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.overflow-none {
    overflow-x: hidden;
    overflow-y: hidden;
}

.sticky ~ .main {
    padding-top: 62px !important;
}

.invalid-form {
    border: 1px solid #c70000 !important;
}

.invalid-form-check {
    border: 0.5px solid #c70000 !important;
}

.footer-snn {
    width: 100%;
    height: 45px;
    padding: 25px 0;
    /* margin-bottom: 10px; */
    background: #00000088;
}

.text-footer-snn {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#loading-submit {
    display: none;
}

#error-message-001 {
    display: none;
}

@keyframes pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0.25;
        transform: scale(0.75);
    }
}

.spinner-box {
    /* width: 300px;
    height: 300px; */
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse-container {
    width: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pulse-bubble {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: linear-gradient(256deg, #ffd800 0%, #f0ba00 100%);
}

.pulse-bubble-1 {
    animation: pulse 0.4s ease 0s infinite alternate;
}

.pulse-bubble-2 {
    animation: pulse 0.4s ease 0.2s infinite alternate;
}

.pulse-bubble-3 {
    animation: pulse 0.4s ease 0.4s infinite alternate;
}

.grecaptcha-badge {
    z-index: 2;
}

/* --------- --------- */
/* --------- */
/* --------- --------- */
/* --------- */
/* --------- --------- */

.form-radio-group.loantype {
    display: block;
}

.loantype-group {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0;
}

.row-checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.col-checkbox {
    flex: 50%;
}

.disable-select {
    opacity: 0.3;
}

select {
    width: 100%;
    box-sizing: border-box;
    /* border: 1px solid #ebebeb; */
    /* padding: 14px 20px; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    /* font-size: 18px !important; */
    font-family: "Prompt" !important;
    /* font-weight: 500; */
    color: #00569c;

    min-height: 42px;
    font-size: 18px !important;
    padding: 8px 14px;
    width: 100%;
    font-weight: 500;
    border: 1px solid #c6c6c6;
}

select:disabled {
    font-size: 14px !important;
    color: #74747420;
    font-weight: 300;
    padding: 8px 14px;
    opacity: 0.4;
}

select:invalid {
    color: gray !important;
    /* font-size: 14px !important; */
    font-weight: 300 !important;
    padding: 8px 14px;
}

.release-dropdown :disabled {
    color: black;
}

body {
    background: transparent !important;
}

@media screen and (max-width: 1216px) {
    html,
    body {
        background: transparent !important;
    }
}

.form-input-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-text {
    border: 1px solid #ebebeb;
    font-family: "Prompt" !important;
    font-weight: 300;
    font-size: 15px !important;
    color: #868686;
}

.signup-form {
    width: 100%;
    border-radius: 1.4rem;
    box-shadow: 0 10px 30px #78787829;
    background-color: #ffffff;
}

.release-dropdown {
    /* padding: 14px 20px; */
    background: #fff;
    width: 100%;
    font-size: 16px;
    border-color: #ebebeb;
    min-height: 0px;
    font-family: "Prompt" !important;
}

.container-fluid {
    padding: 2.5rem;
}

.text-error {
    color: #c70000;
    /* display: none; */
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.snn-signature-form {
    text-align: center;
}

.snn-signature-text {
    padding-top: 15px;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.form-tab-manu {
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.preloading {
    min-height: 100vh;
    min-width: 100vw;
    color: #adafb6;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 9999;
    --color: transparent linear-gradient(68deg, #00569c 0%, #1672bc 100%) 0 0 no-repeat padding-box;
    --colorRight: transparent linear-gradient(68deg, #00569c 0%, #1672bc 100%) 0 0 no-repeat padding-box;
    --colorLeft: transparent linear-gradient(180deg, #ffd800 0%, #f0ba00 100%) 0% 0% no-repeat padding-box;
}

.loading-circle {
    position: absolute;
    margin-left: -18px;
    margin-top: -18px;
    left: 50%;
    top: 50%;
    width: 38px;
    height: 38px;
    border: solid 4px #d6d6d6;
    border-top: solid 4px #1672bc;
    border-radius: 50%;
    animation-name: rotation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotation {
    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.selectDisable {
    color: #000000 !important;
    background: rgb(0, 0, 0, 0.1) !important;
}

#AppLoaPayType:disabled {
    font-weight: 500;
    font-size: 16px !important;
}

.snn-updated-by {
    font-size: 14px;
    font-family: "Prompt", sans-serif;
    font-weight: 300;
}

@keyframes fadeIn {
    from {
        opacity: 0.4;
    }
}

.animate-flicker {
    animation: fadeIn 1s infinite alternate;
}
