﻿header #logo {
    height: 75px;
    display: block;
    padding-top: 12px;
    transition: none !important;
}

    header #logo span {
        position: absolute;
        margin: -12px 0 0 9px;
    }

    header #logo:hover span img {
        transform: rotateY(360deg);
        transition: all 0.7s ease 0s;
    }

.mainLogoHidden {
    visibility: hidden;
    display: none;
}

.headerCover {
    width: 100%;
    background-color: white;
}

.headerSubCover {
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    background-color: white;
    margin: auto;
    padding: 20px 50px;
}

.headerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap:12px;
}

.loginCover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rightHeader {
    display: flex;
    align-items: center;
}

.membershipFormer {
    display: flex;
    flex-direction:column;
    width:100%;
}
.membershipFormerSession {
    display: flex;
    flex-direction:column;
    max-width: 150px;
   
}
.membershipFormer p, .membershipFormerSession p {
    margin: 0;
    padding: 0;
}
.userInfo {
    width: 100%;
    padding: 0 8px 8px 8px
}
.userInfo p{
    display:flex;
}
.welcome {
    margin:0;
    font-size: 12px;
    color: #808080;
}

.userName {
    margin:0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #808080;
    max-height:32px;
}

.userMenu {
    position: absolute;
    display: none;
    z-index: 3;
    background-color:white !important;
    border-radius: 5px;
    box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 14%);
    overflow: hidden;
}
.userMenuA {
    bottom: -65px;
    right: -43px;
    width: 240px;
    padding: 8px;
}
.userMenuS {
    bottom: -205px;
    right: -43px;
    height:200px;
    width: 320px;
    padding: 24px;

}
.userOperation {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.userMenuItem {
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
    background: white;
    min-height: 45.6px;
    overflow: hidden;
}

.userMenuWrapper {
    position: relative;
    height: 32px;
    width: 32px;
    background: transparent;
    outline: none;
    border: 0;
    padding: 0;
    display: none;
}

    .userMenuWrapper img {
        width: 100%;
        height: 100%;
    }
/*Burger Menü Start*/

.mmcloseA {
    float: none;
    width: 100%;
    font-size: 24px;
    padding: 10px;
    padding-right: 20px;
    text-align: right;
}

    .mmcloseA span {
        cursor: pointer;
    }

.mmopenc {
    width: 30px;
    margin-left: 12px;
    display: none;
    cursor: pointer;
}

    .mmopenc div {
        float: none;
        width: 100%;
        height: 4px;
        background: #1D3859;
    }

        .mmopenc div:not(:last-child) {
            margin-bottom: 8px;
        }



.mmitem0 {
    float: none;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #e2e4e7;
    cursor: pointer;
    text-transform: uppercase;
}

    .mmitem0 a {
        padding: 0 36px;
    }

.mmitem1C {
    float: none;
    width: 100%;
    display: none;
    background-color: #e3e9f7;
    text-transform: uppercase;
}
    .mmitem1C .mmitem1 {
        padding:10px 40px 10px 32px;
    }

.mmitem1 {
    float: none;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #e2e4e7;
    text-transform: uppercase;
}

.mmitem2C {
    float: none;
    width: 100%;
    display: none;
    background-color: #edf2fd;
    text-transform: uppercase;
}

.mmitem2 {
    float: none;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #e2e4e7;
    cursor: pointer;
    padding-left: 60px;
    text-transform: uppercase;
}

/*Burger Menü End*/


.flexColumn {
    display: flex;
    flex-direction: column;
}
.displayC {
    display: none;
}
.displayC {
    display: none;
}
.logoutBtn {
    text-align: center;
    padding: 10px 30px;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: all ease-in-out .2s;
    background-color: #1D3859;
    color: white;
    cursor: pointer;
    border: 1px solid #1D3859;
}

    .logoutBtn:hover {
        box-shadow: 0px 0px 4px rgb(0 0 0 / 10%), 0px 4px 10px rgb(0 0 0 / 20%);
    }

/*-------------------*/
.userProfile {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 0;
    
}
.userWrapper:hover .dropdownArrow {
    transform: rotate(270deg);
}
.userWrapper {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 45px;
    position: relative;
}
.userIconWrapper {
    max-width: 32px;
    width: 100%;
    padding: 4px;
}
.usernameWrapper {
    max-width: 90px;
}
.dropdownMenu {
    list-style-type: none;
    display: none;
    z-index: 3;
    background-color: white !important;
    border-radius: 5px;
    box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 14%);
    overflow: hidden;
    padding:16px 8px;
}
.menuItemWrapper{
    display:flex;
    flex-direction:column;
}
.menuItemWrapper a{
    display:flex;
    align-items:center;
   padding:8px;
   transition: all ease 0.3s;
}
.menuItemWrapper a:hover{
   background-color:aliceblue;
}
.userWrapper:hover .dropdownMenu {
    display: block;
    position: absolute;
    top: 40px;
    width: 233px;
}

.dropdownArrow {
    top: 0;
    left: 0;
    cursor: pointer;
    transition: all ease 0.3s;
    transform: rotate(90deg);
    color: #1D3859;
}
.exitBtnWrapper {
    display: flex;
    justify-content: flex-end;
}
.userOperationIcons{
    width:20px;
    height:20px;
    margin-right:4px;
}
.panelIcon{
    display:flex;
    align-items:center;
}
.userProfileCms {
    display: flex;
    align-items: center;
    gap: 16px;
}
.menuCmsW {
    width: 225px !important;
}
/*------------------------*/

@media screen and (max-width: 980px) {
    .loginCover div {
        margin-bottom: 0px;
        float: left;
    }

    .headerSubCover {
        display: flex;
        justify-content: space-between;
    }
    .displayC {
        display: flex;
    }

    .displayS {
        display: none;
    }

    .logo {
        max-width: 250px;
    }

    .headerSubCover {
        align-items: center;
    }

    .flexColumnReverse {
        flex-direction: row-reverse;
    }

    #searchHead {
        margin-top: 0;
        display: flex;
    }

    .mmopenc {
        display: block;
    }

    .searchItemWrapper {
        display: flex;
        width: 100%;
        height: 100%;
        margin-right: 12px;
    }

    .loginCover {
        display: none;
    }

    .userMenuWrapper {
        display: inline-flex;
    }
    header #logo span {
        display: none;
    }

    .logoHidden {
        display: none;
    }

    .mainLogoHidden {
        visibility: visible;
        display: block;
    }

    header #logo {
        height: unset;
        padding-top: 0;
    }
}

@media screen and (max-width: 880px) {
    .menuCmsW {
        width: 205px !important;
    }
}
@media screen and (max-width: 768px) {
    .headerSubCover {
      padding: 20px 36px;
    }

    .loginCover .button {
        font-size: 12px;
        min-height: 26px;
        min-width: 72px;
        padding: 8px 10px;
    }
    .logo {
        max-width: 200px;
    }

    .tfbutton2 {
        font-size: 14px;
        padding: 2px 6px;
    }
    .tftextinput2 {
        width: 180px;
    }

    .mmopenc {
        width: 24px;
    }

        .mmopenc div:not(:last-child) {
            margin-bottom: 6px;
        }

    .searchItemWrapper {
        margin-right: 8px
    }

    .mmopenc div {
        height: 3px;
    }

    .userMenuA {
        right: -37px;
        bottom: -98px;
        width: 268px;
    }
    .userMenuS {
        right: -37px;
        bottom: -204px;
        width: 268px;
    }
    .userMenuWrapper {
        height: 24px;
        width: 24px;
    }

}
@media screen and (max-width: 590px) {
    .headerSubCover {
        padding: 16px 20px;
    }
    .headerCover .loginCover .button {
        font-size: 10px !important;
        min-height: 20px;
        min-width: 38px;
        padding: 6px;
    }

    .userMenuWrapper {
        max-width: 20px;
        width: 100%;
    }
    .userMenuA {
        right: -33px;
        bottom: -66px;
        width: 218px;
        padding: 12px;
    }
    .userMenuS {
        right: -33px;
        bottom: -175px;
        width: 217px;
        padding: 18px;
        height: 174px;
    }
    .userMenuItem{
        min-height:40px;
    }
    .logoutBtn {
        padding: 8px 16px;
        font-size: 12px;
    }
    .logo {
        max-width: 135px;
    }

        .membershipFormer p {
            font-size: 10px;
        }

    #searchHead {
        background-color: transparent;
    }

    .tftextinput2 {
        width: 144px;
        font-size: 10px;
    }

    .tfbutton2 {
        font-size: 6px;
    }
    .mmopenc {
        width: 20px;
        margin-left: 12px;
    }

    .searchItemWrapper {
        margin-right: 8px
    }

    .mmopenc div:not(:last-child) {
        margin-bottom: 4px;
    }

    .menuCmsW {
        width: 190px !important;
    }
}
@media screen and (max-width: 450px) {
    .quotationImgCover img {
        min-width: 32px
    }

    #quotationSignImg {
        max-width: 24px;
    }

    .quotationText div {
        font-size: 10px;
    }

    .headerSubCover {
        padding: 10px 20px;
    }

/*    .logo {
        width: 80px;
    }*/

    .headerCover .loginCover .button {
        font-size: 9px !important;
        min-height: 12px;
        min-width: 20px;
        padding: 4px;
    }

    .userMenuWrapper {
        height: 16px;
        max-width: 16px;
    }
    .userMenuA {
        right: -24px;
        bottom: -65px;
        width: 180px;
        padding: 12px;
    }
    .userMenuS {
        height:168px;
        right: -24px;
        bottom: -171px;
        width: 182px;
        padding: 12px;
    }
    .userMenuItem {
        min-height: 37px;
    }
    .logoutBtn {
        padding: 5px 12px;
    }
    .mmopenc {
        width: 16px;
        margin-left: 8px;
    }

        .mmopenc div {
            height: 2px;
        }

            .mmopenc div:not(:last-child) {
                margin-bottom: 3px;
            }
    .mmMainSC  *{
        font-size:12px;
    }
    .tftextinput2 {
        height: 20px;
        width: 120px;
    }

    .tfbutton2 {
        font-size: 10px;
        height: 20px;
        padding: 0 4px;
    }

    .loginCover {
        font-size: 10px;
    }

    .membershipFormer p {
        font-size: 8px;
    }
}
@media screen and (max-width: 360px) {
    .quotationText div {
        font-size: 8px;
    }

    .headerSubCover {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .logo {
        width: 100px;
    }

    .headerCover .loginCover .button {
        font-size: 8px !important;
        min-height: 8px;
        min-width: 16px;
        padding: 2px 3px;
    }
    .userMenuA {
        right: -20px;
        bottom: -63px;
        width: 157px;
    }
    .userMenuS {
        right: -20px;
        bottom: -170px;
        width: 157px;
    }
    .menuItemWrapper a{
        font-size:12px;
    }
    .logoutBtn {
        font-size: 10px;
    }
        .mmopenc {
        width: 12px;
        margin-left: 8px;
    }

        .mmopenc div {
            height: 2px;
        }

            .mmopenc div:not(:last-child) {
                margin-bottom: 3px;
            }

    .tftextinput2 {
        height: 20px;
        width: 104px;
    }

    .tfbutton2 {
        font-size: 8px;
        height: 20px;
        padding: 0 4px;
    }
}