#mats-top-header{background:#1e5fc1;height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 20px}#mats-top-header .mats-top-header-widget span{color:#fff;font-size:16px;font-weight:500}.mats-btn-ajax-login,.mats-btn-ajax-register,.mats-btn-profile,.mats-btn-signout{display:inline-flex;align-items:center;justify-content:center;height:36px;font-size:15px;padding:5px 18px;border-radius:4px;color:#fff;text-decoration:none;margin-left:5px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.15)}.mats-btn-ajax-login{background:#1abc9c}.mats-btn-ajax-login:hover{background:#16a085;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2);text-decoration:none}.mats-btn-ajax-register{background:#003580}.mats-btn-ajax-register:hover{background:#00275b;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2);text-decoration:none}.mats-btn-profile{background:#5cb85c}.mats-btn-profile:hover{background:#4cae4c;text-decoration:none}.mats-btn-signout{background:#e74c3c}.mats-btn-signout:hover{background:#c0392b;text-decoration:none}.mats-btn-ajax-login i,.mats-btn-ajax-register i,.mats-btn-profile i,.mats-btn-signout i{margin-right:6px;font-size:16px}.mats-profile-dropdown{position:relative;display:inline-flex;align-items:center;gap:10px}.mats-profile-dropdown .dropdown-menu{width:280px;padding:0;right:0;left:auto;top:100%}.mats-profile-userpic img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin:10px auto;border:3px solid #0047ab}.mats-profile-usertitle-name{font-weight:700;font-size:16px;color:#0047ab}.mats-profile-usertitle-job{font-size:14px;color:gray}.mats-profile-userbuttons{display:flex;justify-content:space-between;margin:10px 0;gap:10px}.mats-profile-userbuttons .btn{flex:1;font-size:13px}.mats-profile-usermenu-list ul{padding-left:0;list-style:none;margin:0}.mats-profile-usermenu-list ul li{margin-bottom:8px}.mats-profile-usermenu-list ul li a{display:flex;align-items:center;gap:6px;color:#0047ab;text-decoration:none;padding:4px 8px;border-radius:4px;transition:background .3s}.mats-profile-usermenu-list ul li a:hover{background:#eaf2ff;text-decoration:none}