@import '~src/function.scss'; .div-top-header{ margin: 0 em(20px); // background-color: #0782c9; //padding-top: em(15px); border: 0!important; } .div-logo{ background: transparent; width: em(140px); justify-content: center; display: flex; } .div-logo img{ width: 100%; margin: 0px auto; } .header-btns{ justify-content: center; align-items: center; } .div-profile{ width: 90px; height: fit-content; font-size: 45px; justify-content: flex-end; display: flex; background-color: transparent; justify-content: center; align-items: center; overflow: auto; .icon{ position: relative; border: none !important; } .icon-badge { background-color: red; font-size: 12px; color: white; text-align: center; width:20px; height:20px; border-radius: 35%; position: absolute; /* changed */ top: 5px; /* changed */ right: 27px; /* changed */ } .profile-text{ font-size: 20px; font-weight: 300; width: fit-content; position: absolute; color: var(--profile-text-color); } } .main-tab{ //border: 1px solid red; } .desktop{ display: none; } @media only screen and (min-width: 1366px) { .mobile{ display: none !important; } .desktop{ display: block; } } .tab{ height: 65px; cursor: pointer; user-select: none; } .tab:hover{ border-top: 7px solid var(--header-tab-text-white); } .active{ border-top: 7px solid var(--header-tab-text-white); } .search-input-container{ background-color: white; border-radius: 27.5px; border: solid 1px #ebebeb; .icon{ color: #797979; width: 45px; height: 45px; display: flex; justify-content: center; font-size: 25px; align-items: center; } .input-text{ width: 100%; } .icon-z{ width: 20px; } } .tab { color: var(--header-tab-text-white); }