.box-ground {
    border-radius: 5px;
    background-color: #ffffff;
}

.doc-preview-frame {
    width: 100%;
    background-color: #444444;
    border: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #dddddd !important;
}

.dropdown-menu-short {
    min-width: inherit;
}

.text-pink {
    color: #fc2b6b !important;
}

.flex-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.environment-label {
    background-color: #004141;
    height: fit-content;
    max-height: 32px;
    margin-right: -14px;
    font-size: 1.2rem;
    letter-spacing: -2px;
    padding: 4px;
    display: flex;
    flex-direction: row;
}

.environment-label-band {
    margin-right: -24px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #004141;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
}


@media (min-width: 768px) {
    .box-ground, .box-ground-transparent, .box-ground-bl, .box-ground-label {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        min-width: 850px;
        max-width: 1300px;
    }
}

@media (max-width: 768px) {
    .box-ground, .box-ground-transparent, .box-ground-bl, .box-ground-label {
        width: 95%;
        margin-left: auto;
        margin-right: auto;

    }
}

#payment-form .field {
    display: flex;
    flex-direction: column;
}

#payment-form .unzerUI.input {
    border: 1px solid #8ce699;
}

#payment-form .unzerUI.error.message {
    display: none;
}

#payment-form .unzerInput {
    border: none !important;
    box-shadow: none !important;
}

.unzerSandboxNotify {
    display: none;
}
