@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

body {
    overflow-x: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quattrocento', Georgia, "Times New Roman", serif;
}
/* navber */
#header a:hover {
    color: #17a2b8 !important;
}
#header .dropdown-item.active,
.dropdown-item:active {
    background-color: transparent !important;
}
#header .dropdown-item:hover {
    background-color: #17a2b8 !important;
    color:#fff !important;
}

#header .log_out:hover {
    color:#fff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

/* button customize color*/
.btn-success {
    color: #fff !important;
    background-color: #009970 !important;
    border-color: #009970 !important;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #00805d !important;
    border-color: #00805d !important;
}
#footer{
     background-color: #f7f7f7 !important;
}
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
}

#footer .credits a {
    color: #009970;
}

#footer .credits a:hover {
    color: #09d39d;
}

#footer .social-links a {
    font-size: 14px;
    display: inline-block;
    background: #009970;
    color: #fff !important;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: #00805d;
    color: #fff !important;
    text-decoration: none;
}

#header .user_btn.active,
.user_btn:active {
    background-color: transparent !important;
}
#header .user_btn:hover {
    color:#fff !important;
}

#header .dropdown-menu {
    color:#fff !important;
}