.nav-link {
    color: #333333 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;

}
.nav-link:hover {
    color: #68cf8d !important;
}

.head {
    background: #ffffff !important;
}

.nav-item:hover {
    border-bottom: 2px solid #68cf8d !important;
}

.shadow-sm {
    box-shadow: 0 0 0 0 !important;
}

.logo {
    width: 126px;
}

.toggle-menu-on {
    background: #FFFFFF;
}


.toggle-menu-on-dark {
    background: #363E43;
}

.nav-font {
    font-size: 16px !important;
}

.btnWrap {
    width: 104px;
    height: 38px;
    background: #1C9865;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.btn {
    color: white;
}

.newspop {
    width: 100vw;
    height: 100vh;
    background: #0C0C0C55;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm {
    width: 304px;
    /*width: 100vw;*/
    height: 170px;
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.hide {
    display: none;
}
