.login,
.register {
    --bs-modal-header-border-color: none;
    --bs-modal-header-border-width: none;
    --bs-modal-footer-border-color: none;
    --bs-modal-footer-border-width: none;
}

#loginForm .modal-content,
#registerForm .modal-content {
    border-radius: 31px;
}

#loginForm .form-control,
#registerForm .form-control {
    border-radius: 15px;
    font-size: 24px;
}

#modal-dialog-login {
    max-width: 653px;
}

#modal-dialog-register {
    max-width: 876px;
}

.btn-popup {
    background: linear-gradient(145deg, #FF9F6A 0%, #FF9F6A 0.01%, #FF765F 77.08%, #FF736C 100%);
    border-radius: 15px;
    width: 186px;
    height: 45px;
    color: #fff;
}

.login-btn {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(125deg, #FF9F6A 0%, #FF9F6A 0.01%, #FF765F 77.08%, #FF736C 100%);
    border-radius: 30px;
    position: relative;
    top: 50%;
    text-decoration: none;
    border: none;
    width: 155px;
    height: 42px;
}

.register-btn {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(125deg, #FF9F6A 0%, #FF9F6A 0.01%, #FF765F 77.08%, #FF736C 100%);
    border-radius: 30px;
    position: relative;
    text-decoration: none;
    border: none;
    width: 210px;
    height: 50px;
}

.PowerPoint-btn {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(125deg, #FF9F6A 0%, #FF9F6A 0.01%, #FF765F 77.08%, #FF736C 100%);
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    border: none;
    width: 100%;
    height: 50px;
}

.custom-input::placeholder {
    color: #aaa;
    opacity: 0.7;
}

.colored-svg {
    width: 20px;
    height: 20px;
}

.tab-pane.active{
    position: relative;
    z-index: 999;
}

.fade:not(.show) {
    visibility: hidden;
}


.nav-link:hover {
    color: white;
}

.nav_header--pc {
    background-color: white !important;
}

.nav_header--mobile {
    background-color: white !important;
}

.product__child--hover {
    /* position: absolute; */
    width: 182px;
    background: #FFFFFF;
    box-shadow: 0px -1px 4px rgba(152, 152, 152, 0.24);
    border-radius: 15px;
    display: none !important;
    top: 145%;
}

.product__child--hover a {
    text-decoration: none;
    color: #A3A3A3;
    padding: 10px 0px;


}

.product__parent--hover:hover .product__child--hover {
    transition: all .5s;
    /* flex-wrap: wrap; */
    display: flex !important;

}


.product__child--hover a:hover {
    transition: all .5s;

    color: #FF9458 !important;
}

.link__contact--nav {
    color: #434950 !important;
}