@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
}

input, select, textarea {
    font-family: Poppins !important;
}

/* select {
    font-family: Poppins !important;
}

input {
    font-family: Poppins !important;
} */

/* .custom-nav {
    border: 1px solid #333333;
    margin-bottom: 9px;
    border-radius: 9px;
} */

.custom-nav {
    margin-bottom: 2px;
    border-radius: 9px;
}

/* .navbar-vertical.navbar-expand-lg {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
} */

/* .navbar-vertical.navbar-expand-lg {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: thin;   
}

.navbar-vertical.navbar-expand-lg::-webkit-scrollbar {
    width: 12px;
}

.navbar-vertical.navbar-expand-lg::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}

.navbar-vertical.navbar-expand-lg::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.navbar-vertical.navbar-expand-lg::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}


.navbar-vertical.navbar-expand-lg::-webkit-scrollbar-button {
    display: none;
}  */



.btn {
    font-family: 'Poppins';
}




/* .form-selectgroup-label:focus {
    border: 1px solid #ff0000;
} */

