@import '_reset'; @import 'components/button'; @import 'components/topbar'; @import 'components/sidebar'; @import 'components/form'; @import 'components/table'; @import 'chat'; .text-gradient { -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(90deg,#073f7a,#002349); -webkit-background-clip: text; } .text-success { color: #1dbe00 !important; } .text-danger { color: #FF0000!important; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #06305C; } #content { .page-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 2rem; } .under-title { width: 80px; height: 5px; background: linear-gradient(90deg,#073f7a,#002349); opacity: 1; } } .small-tips { font-size: .8rem; background: #E1EDFF; color: #06305C; border-radius: 5px; padding: 5px 10px; text-align: center; } .admin-society { background: -webkit-linear-gradient(90deg,#FF3232, #9D0808); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* ------------------- HOME ------------------- */ .home-topbar { height: 10vh; background: linear-gradient(90deg,#073f7a,#002349); } .card-home-container { display: flex; height: 90vh; padding: 0 !important; overflow: hidden; /* Assure que les éléments ne débordent pas */ .card-home-item { flex: 0 0 33.3333%; height: 100%; position: relative; transition: flex 0.3s ease, filter 0.3s ease; background-size: cover; background-position: center; background-repeat: no-repeat; .card-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; display: flex; flex-direction: column; justify-content: center; align-items: center; h2 { font-weight: 600; color: #fff !important; } } .home-overlay { z-index: 98; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: background 0.3s ease; } .log-overlay { background: rgba(0, 108, 204, 0.35); } .assur-overlay { background: rgba(239, 133, 24, 0.35); } .douane-overlay { background: rgba(50, 170, 62, 0.35); } &.active-hover { flex: 0 0 40%; filter: brightness(1); .home-overlay { background: rgba(0, 0, 0, 0.45); /* Slightly darken the overlay on hover */ } } &.inactive-hover { flex: 0 0 30%; filter: brightness(0.7); } } } /* ------------------ END HOME ------------------ */ /* ------------------- LOGIN FORM ------------------- */ .login-container { height: 90vh; .form-container { height: 90vh; } .login-banner { background-size: cover; background-position: center; background-repeat: no-repeat; height: 90vh; img { width: 100%; height: 100%; object-fit: cover; } } } /* ------------------ END LOGIN FORM ------------------ */ /* ------------------- PROFIL ------------------- */ .left-bar { height: 100%; display: flex; flex-direction: column; justify-content: flex-start; a { font-weight: 500; color: #06305C!important; font-family: 'Poppins', sans-serif; padding: 15px 25px; margin-bottom: 10px; &.active { background: #E1EDFF; border-radius: 10px; } &:hover { background: #E1EDFF; border-radius: 10px; } } } .right-content { border-left: 1px solid #c2c2c2; .profil-container { width: 100%; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); display: flex; flex-direction: column; gap: 25px; .profil-top { display: flex; flex-direction: row; justify-content: space-between; align-items: center; .profil-top-data { display: flex; flex-direction: row; justify-content: flex-start; gap: 10px; .profil-avatar { display: flex; justify-content: flex-start; align-items: center; position: relative; .edit-avatar { position: absolute; bottom: 5px; right: 5px; background: #06305C; width: 25px; height: 25px; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); i { color: #fff; font-weight: inherit; } } } .profil-name { display: flex; flex-direction: column; justify-content: center; } } } .profil-bottom { margin-top: 25px; } } .profil-society-container { width: 50%; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); h3 { margin-bottom: 25px; } .profil-society-data { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; p { font-size: 1.4rem; font-weight: 600; text-transform: uppercase; color: #06305C; } } } } .selectable-avatar { cursor: pointer; transition: border-color 0.3s ease; } .selectable-avatar.selected { border: 2px solid #06305C; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25); } /* ------------------ END PROFIL ------------------ */ .onboard-avatar { display: flex; justify-content: center; align-items: center; position: relative; .edit-avatar { position: absolute; bottom: 5px; left: 55%; background: #06305C; width: 25px; height: 25px; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); i { color: #fff; font-weight: inherit; } } } /* ------------------- STATUS CONTAINER ------------------- */ .status-container { position: fixed; top: 0; right: 0; background-color: #E1EDFF; display: flex; flex-direction: row; gap: 10px; padding: 5px 10px; border-radius: 0 0 0 10px; align-items: center; z-index: 9999; #admin-users-list { display: flex; flex-direction: row; align-items: center; gap: 10px; .status-user { position: relative; img { box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); } .status-info { position: absolute; bottom: 0; right: 0; width: 15px; height: 15px; border-radius: 100%; } .status-online { background-color: #24FF00; } .status-offline { background-color: #FF0000; } .status-away { background-color: #ff9900; } } } } /* ------------------ END STATUS CONTAINER ------------------ */ /* ------------------- ADMIN LIST ------------------- */ .list-society-item { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 25px; background-color: #E1EDFF; border-radius: 10px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); h4 { font-size: 1.2rem; font-weight: 600; } } .first-letter-avatar { width: 40px; height: 40px; background-color: #9e9e9e; color: #FFFFFF; text-transform: uppercase; display: flex; justify-content: center; align-items: center; border-radius: 100%; }