@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body{
    font-family: "Open Sans","Tahoma","Verdana","Arial",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #535353;
}

.bg-dark{
    background: #3b7799!important;
    /* background: #7952b3!important; */
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #D6AD60;
    border-radius: 0px!important;
}

.breadcrumb a {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: white;
    content: "/";
}

.breadcrumb-item.active {
    color: white;
}

.logo{
    width: 50px;
    height: 50px;
}

ul.dropdown-menu,
ul.dropdown-menu.show {
    width: 150% !important;
}

.nav-item.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu .nav-link {
    margin-left: 10px;
}

.dropdown-menu .nav-link.active:hover {
    margin-left: 0px;
    background-color: #dfd3c3 !important;
    color: #fff;
}

.dropdown-menu{
    /* background-color: #aad3ea; */
    background-color: #fff;
    /* font-weight:bold ; */
}

.dropdown-item{
    color:black;
    padding: 0.9em 1em;
    display: block;
    word-wrap: break-word;
}

.row {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .row {
        --bs-gutter-x: 0rem !important;
    }
    ul.dropdown-menu,
    ul.dropdown-menu.show {
        width: 95% !important;
    }
}

/* navbar hover */
.nav-link.active:hover {
    background-color: #DFD3C3 !important;
    color: #000;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.navbar-dark .navbar-toggler {
    background: #DFD3C3;
    border-color: rgb(208, 208, 208);
}

.position-sticky {
    position: sticky !important; 
    top: 100px
}

.widget-title {
    background: #ebe8e4 none repeat scroll 0 0;
    border-bottom: 0 solid #198754;
    border-left: 5px solid #198754;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 15px;
    position: relative;
    margin-bottom: 20px;
}

.widget-title::after {
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #ebe8e4;
    bottom: -20px;
    content: "";
    display: block;
    height: 21px;
    left: 5%;
    margin: 0 auto;
    position: absolute;
    width: 13px;
    z-index: 2;
}

/* dropdown hover */
/* @media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	 */