.header-div {
    background-color: #1A66FC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-line .active {
    background-color: rgba(236, 244, 255, 0.3);
    border-bottom: 0.1875rem solid #FEAF26;
}

.col > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    line-height: 4rem;
}

.mob_menu {
    position: relative;
    float: right;
    margin-right: 20px;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    color: #FFFFFF;
}

.navbar-header {
    float: left;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #507AFE;
    background-color: var(--bs-dropdown-link-hover-bg);
}
