.overflow-hidden {
    overflow: hidden;
}

.form-wasp {
    position: absolute;
    top: 0;
    right: -9999999px;
}
</style>
<style>
.custom-toast-container {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1080;
}

.custom-toast {
    display: block;
    min-width: 250px;
    max-width: 350px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    margin-top: 1rem;
}

.custom-toast.show {
    opacity: 1;
}

.custom-toast-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: .5rem .75rem;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-weight: 500;
}

.custom-toast-body {
    padding: .75rem;
    font-size: .875rem;
}

.btn-close {
    background: transparent;
    border: none;
    width: 1rem;
    height: 1rem;
    position: relative;
    cursor: pointer;
}

.btn-close::before,
.btn-close::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0.45rem;
    width: 1px;
    height: 1rem;
    background-color: #000;
}

.btn-close::before {
    transform: rotate(45deg);
}

.btn-close::after {
    transform: rotate(-45deg);
}

.p-3 {
    padding: 1rem !important;
}
.end-0 {
    right: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.position-fixed {
    position: fixed !important;
}

.toast-container {
    position: absolute;
    z-index: 1090;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.bottom-0 {
    bottom: 0 !important;
}


.toast:not(.show) {
    display: none;
}
.toast {
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: #0000002d;
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}


.toast-header {
    display: flex
;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.me-2 {
    margin-right: .5rem !important;
}
.me-auto {
    margin-right: auto !important;
}
b, strong {
    font-weight: bolder;
}

.iti__search-input {
    height: 40px;
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    background-color: #ddddda;
    padding-left: 10px;
    font-size: 16px;
}
.iti__country * {
    font-size:16px;
}