.clickable {
    cursor: pointer;
}

.container.form-apply {
    max-width: 680px;
}

.container.form-apply[data-theme="public"] {
    margin-top: 6rem;
}

.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.step-indicator .step {
    background-color: #ddd;
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    user-select: none;
    margin: 0 !important;
}

.step-indicator .step.active {
    background-color: #333;
    color: #fff;
}

.step-indicator .step:hover:not(.active) {
    cursor: pointer;
    opacity: 0.8;
}

.step-indicator .step h1 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.step-indicator .line {
    flex: 1;
    height: 2px;
    background-color: #ddd;
    vertical-align: middle;
    min-width: 50px;
}

.apir-skin .form-page .input-group .form-control:not(textarea) {
    height: calc(2.25rem + 2px);
}

.apir-skin .form-page .input-group .form-control {
    padding: 0.375rem 0.75rem;
}

.apir-skin .form-control:not(.select-dropdown) {
    border-radius: 0;
}

.apir-skin select,
.apir-skin select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEUhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISEhISF8S9ewAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
    background-size: 0.8rem;
    background-position: calc(100% - 1px) calc(50% + 1px);
    background-repeat: no-repeat;
}

select {
    display: initial !important;
}

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

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

div.form-spinner {
    text-align: center;
    margin: 20px 0;
}

div.form-spinner p:first-of-type {
    margin-bottom: 10px;
    font-weight: lighter;
    font-size: 1.5rem;
}

div.form-spinner img {
    animation: spin 2s linear infinite;
    width: 80px;
    height: 80px;
}

.form-control.is-changed:not(:focus),
.form-control.is-changed:focus {
    border-color: gold !important;
    border-width: 2px;
}

h1.complete {
    color: #333;
    text-align: center;
    font-weight: bold;
}

h3.complete {
    color: #777;
}

.form-prefix {
    width: 50%;
    margin: auto;
}

.securepay-ui-iframe {
    width: 100%;
    height: 100%;
    border: none;
}