﻿@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
a{
    text-decoration:none;
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
} 

.justify-center {
    justify-content: center !important;
}

.items-center {
    align-items: center !important;
}

.flex-col {
    flex-direction: column !important;
}

.min-h-screen {
    min-height: 100vh !important;
}

.flex {
    display: flex !important;
}

body {
    background-color: rgb(252 250 247) !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.bg-whitest {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.p-8 {
    padding: 2rem !important;
}

.rounded-2xl {
    border-radius: 1rem !important;
}

.items-center {
    align-items: center !important;
}

.flex-col {
    flex-direction: column !important;
}

.max-w-md {
    max-width: 28rem !important;
}

.w-full {
    width: 100% !important;
}

.flex {
    display: flex !important;
}

.w-20 {
    width: 5rem !important;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

img, video {
    max-width: 100% !important;
    height: auto !important;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block !important;
    vertical-align: middle !important;
}

.hover\:text-\[\#B37F6E\]:hover, .text-\[\#B37F6E\] {
    --tw-text-opacity: 1 !important;
    color: rgb(179 127 110 / var(--tw-text-opacity)) !important;
}

.font-bold {
    font-weight: 700 !important;
}

.text-2xl {
    color: #b37f6e;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.text-center {
    text-align: center !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.hover\:text-\[\#B37F6E\]:hover, .text-\[\#B37F6E\] {
    --tw-text-opacity: 1 !important;
    color: rgb(179 127 110 / var(--tw-text-opacity)) !important;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
}

.transition-all, .transition-colors {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .15s !important;
}

.text-white {
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}

.px-6 {
    padding-right: 1.5rem !important;
}

.pl-6, .px-6 {
    padding-left: 1.5rem !important;
}

.bg-\[\#25D366\] {
    --tw-bg-opacity: 1;
    background-color: rgb(37 211 102 / var(--tw-bg-opacity)) !important;
}

.rounded-lg {
    border-radius: .5rem !important;
}

.gap-2 {
    gap: .5rem !important;
}

.items-center {
    align-items: center !important;
}

.flex {
    display: flex !important;
}

.w-6 {
    width: 1.5rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.text-white {
    color: white !important;
}
