#root,
body,
html {
    height: 100%;
}

#main {
    min-height: calc(100vh - 89px);
}

a {
    color: black;
    text-decoration: none;
}

header .app-logo {
    width: auto;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
}

footer {
    font-family: Manrope;
}

footer .container .credit {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0em;
}

footer nav ul {
    font-size: 30px;
    color: #1d4261;
}

footer .contact_us-button {
    border: none;
    width: 166px;
    height: 56px;
    border-radius: 15px;
    background-color: #ddbd7d;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .snk-button {
    border: none;
    width: 170px;
    height: 56px;
    border-radius: 15px;
    background-color: #ddbd7d;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mb-1px {
    margin-bottom: 1px;
}

.text-right {
    text-align: right;
}

.text-break {
    word-wrap: break-word;
}

.text-11px {
    font-size: 11px;
}

.custom-checkbox:checked {
    background-color: #1d4261;
    border-color: #1d4261;
    /* box-shadow: none; */
}

.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-x-scroll {
    overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

@media (max-width: 576px) {
    header .app-logo {
        height: 50px;
        min-height: 50px;
        max-height: 50px;
    }

    #main {
        padding-top: 8rem;
        padding-bottom: 30px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    header .app-logo {
        height: 60px;
        min-height: 60px;
        max-height: 60px;
    }
}

@media (min-width: 768px) {
    /*  */
}

.w-28px {
    width: 28px;
}

.min-w-28px {
    min-width: 28px;
}
