:root {
    --font-family: 'Montserrat', sans-serif;
    --font-family: 'Roboto', sans-serif;
    --font-family: 'Lato';
    --bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --primary-color: rgb(79, 16, 0);
    --btn-primary: rgb(79, 16, 0);
    --bs-primary: rgb(79, 16, 0);
    --bs-primary-highlight: rgba(93, 21, 3, 0.802);
    --bs-primary-rgba: rgba(79, 16, 0, 0.7);
    --bs-primary-rgb: 13, 105, 148;
    --btn-primary-hover: rgb(150, 36, 8);
    --body-color-primary: rgb(79, 16, 0);
    --body-gradient-color: rgba(0, 118, 189, 0.4);
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 144,70,77;
    --bs-bg-opacity: 0.5;

    --bs-link-color: rgb(109, 23, 23);
    --bs-link-color-rgb: 109, 23, 23;
    --bs-link-hover-color-rgb: 207, 36, 8;
}

.dropdown-divider{
    height: 1px;
    margin: 5px 0;
}
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after{
    background: transparent;
}

.dropdown-item{
    text-align: start;
}

.cursor-pointer{
    cursor: pointer;
}

a{
    text-decoration: none;
}

@media(max-width: 576px){
    .dropdown-item{
        text-align: start;
    }
}

@media (min-width: 1550px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}