.error_msg {
    color: red;
    text-align: center;
}
.success_login {
    color: green;
    text-align: center;
}
.scrollable-div {
    padding: 15px 15px;
    min-width: 270px;
    left: unset;
    right: 0;
    max-height: 315px;
    overflow: auto;
}
.brand-logo img{
    height: 70px !important;
    object-fit: contain !important;
}

.main-menu .brand-logo {
    padding-top: 0px !important; 
    padding-bottom: 0px !important;
}

.top-header .header-contact {
    width: max-content !important;
}

@media (min-width:1080px) {
    .collection-product-wrapper .product-top-filter {
        border-bottom: none;
         border-top: none;
    }
    .dashboard-section .faq-content .card {
        margin-top: 0px !important;
    }
    /* .insigna img {
        width: 100px !important;
    }
    .insigna .text {
        width: 100px !important;
    } */
   
}
.golf{
    max-width: 100vw !important;
    overflow-x: hidden;
    width: 100%;
}

body{
    max-width: 100vw;
    overflow-x: hidden !important; 
}

.reset-btn{
    width: 100px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    background-color:#eee8e8;
    height: 34px;
    color: #0e0d0d;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.list_container_wrapper {
    /* max-height: 300px;  */
    overflow-y: auto;
    overflow-x: hidden; 
}

@font-face {
    font-family: "Goudy Old Style Regular";
    src:
      url("../assets/fonts/Goudy Old Style Regular.woff2") format("woff2"),
      url("../assets/fonts/Goudy Old Style Regular.ttf") format("truetype");
}

.btn-solid:focus{
    color: #FFFFFF;
}
.btn-solid:hover{
    color: #14284d;
}