@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;
    background-color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Times New Roman', Times, serif;
}

/* navber */
#header a {
    color: #fff !important;
}
#header a:hover {
    color: #F9FA93 !important;
}

#header .dropdown-item:active {
    background-color: transparent !important;
}

#header .dropdown-item {

    background: transparent !important;
    transition: 0.3s;
}

#header .navbar-toggler>.close {
    display: inline !important;
}

#header .navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none !important;
}

#header .navbar-dark .navbar-toggler-icon {
    background-image: none !important;
}

#header button {
    border: 1px solid #fff !important;
}

#header button:focus {
    outline: none !important;
}

.card{
    border: 1px solid #4da43b !important;
}
.card-header{
    background-color: #4da43b !important;
    color: #fff;
}

.dropdown-menu {
    background-color: #4da43b !important;
}

#custom_card{
    border-radius: 10px;
    border: 1px solid #F9FA93 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#custom_card:hover{
    border-radius: 10px;
    background-color: #F9FA93 !important;
    border: 1px solid #F9FA93 !important;
    transition: 0.3s;
}

/* End header */
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
}

#footer .credits a {
    color: #F9FA93;
}

#footer .credits a:hover {
    color: #fff;
    font-weight: bold;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #F9FA93 !important;
    color: #4da43b !important;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
}

#footer .social-links a:hover {
    background: #fff !important;
    color: #4da43b !important;
    transition: 0.3s;
}

.bg_color {
    background-color: #4da43b !important;
}

.navbar-dark .navbar-brand {
    color: #fff !important;
}