.wrapperFormDatePicker {
    background: white !important;

    .active {
        background: white !important;
    }
}

.defaultTitle {
    font-weight: 500 !important;
    height: 20px;
}

.counter {
    font-size: 12px;
    color: gray;
    margin-left: 5px;
    float: right;
}

.customWrapperForm {
    align-items: baseline;
    display: unset;
    flex-wrap: wrap;
    gap: 5px;
    height: 100%;
    width: 50%;
}

.storyWrapperForm {
    align-items: baseline;
    display: unset;
    flex-wrap: wrap;
    gap: 5px;
    height: 100%;
    width: 36%;
}

textarea {
    height: 8vh;
    width: 30vw;
}

.customWrapperFormCitiesMain {
    display: flex;
    align-items: center;
}

.customWrapperFormCitiesChoices {
    margin-left: unset;
}

.city {
    display: flex;
    align-items: center;
    gap: 5px;
}

.font-display {
    font-family: Be Vietnam Pro, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2.5rem
}

.text-3xl {
    font-size: 2rem;
    line-height: 2.5rem
}

.text-base {
    font-size: 1rem;
    line-height: 2rem
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.leading-relaxed {
    line-height: 1.625
}

.tracking-tight {
    letter-spacing: -.025em
}

.text-stone-900 {
    --tw-text-opacity: 1;
    color: rgb(28 25 23 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.pageTitle {
    font-family: "Ubuntu", "serif";
    margin-left: 1%;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    --tw-text-opacity: 1;
    color: ghostwhite;
}

.headerTitle {
    width: calc(100% - 200px);
    height: 50px;
    background-color: #1e1f26;
    position: absolute;
    top: 0;
    left: 200px;
    border-bottom: 1px solid #666;
}

.navBar {
    width: 200px;
    height: 100%;
    background: #1e1f26;
    border-right: 1px solid #666;
    position: absolute;
    top: 0;
    left: 0;
}

.navBarItem {
    align-items: center;
    display: flex;
}

.navBarItem:hover {
    background: #131417;
    transition: 0.5s;
}

.navBarLink {
    font-family: Be Vietnam Pro, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-size: 18px;
    letter-spacing: -0.025em;
    text-decoration: none;
    width: 193px;
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #ffffff;
    font-weight: 700;
}

.navBarLink:hover {
    --tw-text-opacity: 1;
    color: #DECDBE;
}

.elementTitle {
    font-family: "Ubuntu", "serif";
    margin-left: 3px;
    color: black;
    display: block;
    font-weight: 444;
}

@font-face {
    font-family: Be Vietnam Pro;
    src: url('../fonts/BeVietnamPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Ubuntu;
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
}

.borderRight {
    border-right: 1px solid #eaeaea;
    font-family: "Ubuntu", "serif";
}

.btn-black {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-black:hover {
    background-color: #000;
    border-color: #000;
}

.btn {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 2.5em;
    display: inline-block;
    border-radius: 6em;
    transition: all .2s;
    border: none;
    font-family: inherit;
    font-weight: 500;
    color: black;
    background-color: white;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn::after {
    background-color: #fff;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-action {
    background: #666;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    border: none;
    padding: 3px 10px;
    text-decoration: none;
}

.btn-action:hover {
    background: #DECDBE;
    border-radius: 30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    border: none;
    padding: 3px 10px;
    text-decoration: none;
}
