/* Custom styles goes here */
.resend-form {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-top: 25px;
}

.resend-form form {
    margin-left: 5px;
    box-shadow: none;
}

.resend-form button {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
    box-shadow: none !important;
}

.resend-form button:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}


body {
    overflow-x: hidden;
}

/** CookieYes */

div.cky-notice-content-wrapper {
    font-family: Inter !important;
    color: #3b4056 !important;
}

button.cky-btn {
    border-radius: 0.5rem !important;
}

body > div.cky-consent-container.cky-banner-bottom > div > div:nth-child(3) > div {
    display: none !important;
}

body > div.cky-consent-container.cky-box-bottom-left > div > div:nth-child(3) {
    display: none !important;
}

body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div:nth-child(3) {
    display: none !important;
}