/* ============================================
   New Header
=============================================== */

.margintopheader {
    margin-top: 60px;
}

/*<!-- Header -->*/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
    -webkit-transform: translate3d(0, 0, 0);
    background: rgb(255 255 255 / 95%);
    height: 65px;
}
.fs-header {
    padding: 0 50px;
}
.main-header .logo-holder {
    top: 16px;
    height: 35px;
}
.logo-holder {
    float: left;
    position: relative;
}
.logo-holder img {
    width: auto;
}
.show-reg-form {
    float: right;
    cursor: pointer;
    margin-right: 20px;
    position: relative;
    top: 14px!important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border: 1px solid #031a36;
    border-radius: 10px;
    transition: background 0.25s ease,transform 0.25s ease;
}
.show-reg-form i {
    padding-right: 10px;
}
.show-reg-form:hover {
    color: #fff!important;
    background: #041f41;
}
.dark-header .show-reg-form:before {
    color: #001225;
    background: rgba(255, 255, 255, .21);
}

.show-reg-form:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    height: 30px;
    width: 1px;
    margin-top: -15px;
    background: rgba(255, 255, 255, .41);
}
.add-list {
    float:right;
    padding:12px 28px;
    position:relative;
    border-radius: 10px;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    font-size:11px
}
.add-list span {
    padding-left:4px;
    font-weight:700
}
.dark-header .show-reg-form {
    color: #031a36;
}
.main-header .add-list {
    top: 13px;
    cursor: pointer;
}
.dark-header .add-list {
    background: rgb(25 104 249 / 6%)!important;
    color: #4e7fe6;
    box-shadow: none;
}
.dark-header .add-list:hover {
   background: rgb(90 145 246 / 6%)!important;
}
.header-user-menu {
    float:right;
    position:relative;
    top:14px;
    margin-left:50px;
    margin-right:40px;
}
.header-user-menu:after {
    content:'';
    position:absolute;
    left:-70px;
    height:30px;
    top:4px;
    width:1px;
    background:rgba(255,255,255,.21);
}
.header-user-name {
    position: relative;
    float: left;
    cursor: pointer;
    color: #444;
    transition: .2s;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 12px;
    font-weight: 600;
}
.header-user-name:before {
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400;
    text-decoration:inherit;
    content:"\f0d7";
    position:absolute;
    color:#fff;
    bottom:1px;
    font-size:13px;
    right:-16px;
    transition:all .2s ease-in-out;
}
.header-user-name span {
    position:absolute;
    width:38px;
    height:38px;
    border-radius:100%;
    overflow:hidden;
    top:0;
    left:-50px;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-user-name span img {
    width:100%;
    height:100%;
}
.header-user-menu ul {
    margin:10px 0 0 0;
    opacity:0;
    visibility:hidden;
    position:absolute;
    min-width:150px;
    top:60px;
    left:-50px;
    z-index:1;
    padding:10px 0;
    background:#fff;
    border-radius:10px;
    border:1px solid #eee;
    transition:all .2s ease-in-out;
    min-width: 200px;
}
.header-user-menu ul li {
    float:left;
    width:100%;
    padding:4px 0;
}
.header-user-menu ul li a {
    color:#50596e;
    float:left;
    width:100%;
    font-weight:500;
    text-align:left;
    padding:6px 15px;
}
.header-user-name:before, .header-user-menu ul li a:hover {
    color: #06F;
}

.header-user-name.hu-menu-visdec:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.header-user-menu ul.hu-menu-vis {
    opacity: 1;
    visibility: visible;
    top: 45px;
}
@media (max-width: 767px) {
    .header-user-menu {
        position: fixed;
        right: 0;
        top: 90px;
        z-index: 30;
    }
    .show-reg-form {
        margin-right: 10px;
    }
    .header-user-name {
        background: #ffffffbf;
        padding: 15px 20px;
        border-radius: 6px;
        color:#002b7f;
    }
    .header-user-name:before {
        bottom: 15px;
    }
    .header-user-name span {
        top: 4px;
        left: -30px;
    }
    header.main-header {
        padding: 0 10px;
    }
}

/*<!----- Header END ----->*/
