﻿.logo-holder {
    top: 14px;
    height: 44px;
    display: flex;
    align-items: center;
}

.logo-holder img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 240px;
    object-fit: contain;
}

.footer-logo img {
    display: block;
    height: 80px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    background-color:#ffffff;
    padding:10px;
    border-radius:10px;
}

@media only screen and (max-width: 1064px) {
    .logo-holder {
        top: 18px;
        height: 36px;
    }

    .logo-holder img {
        max-width: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .logo-holder {
        top: 24px;
        height: 30px;
    }

    .logo-holder img {
        max-width: 180px;
    }

    .footer-logo img {
        height: 34px;
        max-width: 180px;
    }
}



.main-header .header-user-menu {
    float: right;
    top: 32px;
    margin-left: 0;
    margin-right: 20px;
}

.main-header .header-user-menu:after {
    display: none;
}

.main-header .header-user-name {
    color: #00497c;
    padding-top: 0;
    font-size: 12px;
    font-weight: 500;
}

.main-header .header-user-name:before {
    color: #00497c;
    right: -14px;
    bottom: 2px;
}

.main-header .header-user-menu ul {
    left: 0;
    min-width: 140px;
    margin-top: 8px;
}

.main-header .header-user-menu ul li a {
    color: #00497c;
}

.main-header .header-user-menu ul li a:hover {
    color: #ff5a1f;
}

@media only screen and (max-width: 1064px) {
    .main-header .header-user-menu {
        display: none;
    }
}

.favorite-action-form {
    display: inline-block;
    margin: 0;
}

.favorite-action-btn {
    border: none;
    cursor: pointer;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
}
.favorite-action-form {
    float: left;
    margin-left: 10px;
}

.favorite-action-btn {
    float: left;
    margin-left: 0;
    padding: 8px 20px;
    border: 1px solid transparent;
    background: #425998;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.favorite-action-btn:hover {
    border: 1px solid #e7e7ed;
    color: #70778b;
    background: #fff;
}

.favorite-action-btn i {
    margin-right: 6px;
    color: inherit;
}

.favorite-feedback-toast {
    position: fixed;
    top: 110px;
    right: 24px;
    z-index: 9999;
    min-width: 280px;
    max-width: 360px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    color: #fff;
    background: #2ea66b;
    box-shadow: 0 14px 34px rgba(10, 25, 49, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: all .25s ease;
}

.favorite-feedback-toast.is-error {
    background: #e45d5d;
}

.favorite-feedback-toast.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.favorite-feedback-toast__icon {
    font-size: 18px;
    line-height: 1;
}

.favorite-feedback-toast__text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

@media only screen and (max-width: 768px) {
    .favorite-feedback-toast {
        top: 96px;
        right: 12px;
        left: 12px;
        min-width: 0;
        max-width: none;
    }
}

.scroll-nav-wrapper-opt .favorite-action-form {
    float: left;
    margin-left: 10px;
}

.scroll-nav-wrapper-opt .favorite-action-btn {
    float: left;
    margin-left: 0;
    padding: 8px 20px;
    border: 1px solid transparent;
    background: #425998;
    color: #fff !important;
    font-size: 12px;
    border-radius: 2px;
    line-height: 1.4;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}

.scroll-nav-wrapper-opt .favorite-action-btn:hover {
    border: 1px solid #e7e7ed;
    color: #70778b !important;
    background: #fff;
}

.scroll-nav-wrapper-opt .favorite-action-btn i {
    margin-right: 6px;
    color: inherit;
}
