@font-face {
    font-family: 'font';
    src: url(../font/SFPRODISPLAYBOLD.OTF);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}

body {
    background-color: rgb(78, 78, 78);
    color: white;
    font-family: 'font';
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app{
    position: relative;
}
.badge-snap{
    color: white;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 17px;
    border-radius: 10px;
    background-color: rgb(228, 65, 1);
    position: absolute;
    top: -5px;
    right: -5px;
}
.badge{
    color: white;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 17px;
    border-radius: 10px;
    background-color: rgb(228, 65, 1);
    position: absolute;
    top: -5px;
    right: -5px;
}
.notification-wrapper {
    top: -100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.5s ease;
}

.active-notif {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    color: black;
    border-radius: 15px;
    background-color: rgba(231, 231, 231, 0.95);
    width: 90%;
    height: 60px;
}

.notif-image {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1/2;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.notif-image img {
    border-radius: 10px;
    width: 60%;
    height: 60%;
}

.notif-title {
    font-weight: bold;
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.notif-content:last-of-type {
    font-weight: 500;
    font-size: 0.9em;

}

.notif-now {
    font-weight: 500;
    color: rgb(63, 63, 63);
    padding-top: 0px;
    padding-right: 15px;
    font-size: 0.8em;
}

.flash {
    display: none;
    box-shadow: 31px 47px 347px 200px rgb(255, 255, 255);
    -webkit-box-shadow: 31px 47px 347px 200px rgb(255, 255, 255);
    -moz-box-shadow: 31px 47px 347px 200px rgb(255, 255, 255);
    background-color: red;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 48%;
    top: 20%;
    transform: translateX(-50%);
}

.opacity {
    opacity: 0%;
}

.widget-menu {
    z-index: -1;
    opacity: 0;
    left: -100%;
    border-radius: calc(40px / 1.4);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: top 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(../img/IMG_7975.PNG);
    background-size: cover;
}

.app-menu {
    z-index: -1;
    opacity: 0;
    left: -100%;
    border-radius: calc(40px / 1.4);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: top 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(../img/IMG_7977.PNG);
    background-size: cover;
}

.notif-menu {

    left: 0;
    position: absolute;
    width: 50%;
    height: 30px;

}



.bar {
    position: absolute;
    bottom: 2px;
    width: 40%;
    height: 3px;
    background-color: rgb(48, 48, 48);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.mask {
    z-index: 50;
    position: absolute;
    top: -505px;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: rgb(78, 78, 78);
}

.left-mask {
    z-index: 10;
    position: absolute;
    left: calc(-100% - 5px);
    width: 100%;
    height: 100%;
    background-color: rgb(78, 78, 78);
}

.notif {
    opacity: 0;
    top: -100%;
    border-radius: calc(47px / 1.4);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: top 0.3s ease;
    transition: all 0.3s ease;
    background-image: url(../img/ios17-wallpaper-light.jpg);
    background-size: cover;
}

.date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}

#notif-hour {
    font-size: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.control.visible,
.notif.visible {
    transition: top 0.3s ease;
    opacity: 1;
    top: 0;
}

.control-menu {
    right: 0;
    position: absolute;
    width: 50%;
    height: 30px;

}

.control {
    background-image: url(../img/blur-ios17-wallpaper-light.jpg);
    background-size: cover;
    opacity: 0;
    top: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: calc(40px / 1.4);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px);
    transition: top 0.3s ease;
    transition: all 0.3s ease;
    background-color: azure;
}


.control-wrap {
    backdrop-filter: blur(5px);
    gap: 15px;
    padding: 0 10% 0 10%;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    border-radius: calc(40px / 1.4);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr);
}

.control-head {
    display: flex;
    justify-content: space-between;
    align-content: center;
    height: 15px;
    width: 100%;
    grid-column: 1/5;
    grid-row: 1/2;
}
.control-head img{
    cursor: pointer;
    width: 15px;
    filter: invert(1);
}
.control-head span{
    cursor: pointer;
}
.control-second-head {
    padding-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    grid-column: 1/5;
    grid-row: 2/3;
}

.second-head-left {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    grid-column: 1/2;
}

.cellular-sec-head {
    width: 15px;
    height: 15px;
    background-image: url(../img/icon/ios15-cellular-signal-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.operateur-sec-head {
    margin-bottom: -2px;
    font-size: 0.8em;
}

.wifi-sec-head {
    width: 15px;
    height: 15px;
    background-image: url(../img/icon/ios15-wifi-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.second-head-right {
    display: flex;
    justify-content: end;
    gap: 7px;
    align-items: end;
    grid-column: 3/4;
}

.pourcentage-sec-head {
    margin-bottom: -2px;
    font-size: 0.8em;
}

.battery3 {
    display: flex;
}

.battery3 img {
    width: 30px;
}

.control-spotify {
    background-color: rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-column: 1/5;
    grid-row: 3/5;
    border-radius: calc(30px / 1.4);
    background-size: cover;

}

.spotify-image {
    cursor: pointer;
    border-radius: calc(25px / 1.4);
    background-image: url(../img/icon/spotify-image.jpeg);
    background-size: cover;
    width: 85%;
    height: 85%;
}

.control-spotify-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    grid-column: 1/2;
    grid-row: 1/4;
}

.control-spotify p {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-top: 15px;
}

.artist {
    color: rgb(177, 177, 177);
    font-size: 0.9em;
}

.spotify-buttons {
    grid-column: 2/4;
    padding-top: 5px;
    filter: invert(1);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    height: 50px;
}

.boutton-back {
    cursor: pointer;
    margin-left: 10px;
    grid-column: 1/2;
    grid-row: 1/2;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/back.svg);
    background-size: contain;
}

.boutton-play {
    cursor: pointer;
    margin-left: 5px;
    grid-column: 2/3;
    grid-row: 1/2;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/pause.svg);
    background-size: contain;
}

.boutton-next {
    cursor: pointer;
    margin-right: 10px;
    grid-column: 3/4;
    grid-row: 1/2;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon/next.svg);
    background-size: contain;
}

.spotify-bar {
    margin-top: 5px;
    grid-column: 1/4;
    grid-row: 2/3;
    width: 90%;
    height: 3px;
    background-color: rgb(22, 22, 22);
    border-radius: 3px;
}

.spotify-timers {
    padding-right: 13px;
    margin-top: -10px;
    grid-column: 2/4;
    grid-row: 3/4;
    font-size: 0.7em;
    display: flex;
    justify-content: space-between;
}

.control-link {
    padding: 15px;
    gap: 10px;
    border-radius: calc(30px / 1.4);
    background-color: rgba(0, 0, 0, 0.5);
    grid-column: 1/3;
    grid-row: 5/7;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.control-airdrop {
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-image: url(../img/icon/airdrop-removebg-preview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/2;
    border-radius: 50%;
    background-color: #338ffb;
    aspect-ratio: 1/1;
}

.control-wifi {
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-image: url(../img/icon/ios15-wifi-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
    border-radius: 50%;
    background-color: #338ffb;
    aspect-ratio: 1/1;
}

.control-avion {
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-image: url(../img/icon/plane.png);
    background-size: 20px;
    ;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: #ff9500; */
    aspect-ratio: 1/1;
}

.control-other {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.other {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    aspect-ratio: 1/1;
}

.control-data {
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-image: url(../img/icon/ios15-cellular-signal-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #34c759;
    background-size: 10px;
    grid-column: 1/2;
    grid-row: 1/2;
}

.control-bluetooth {
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-image: url(../img/icon/bluetooth.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #338ffb;
    background-size: 9px;
    grid-column: 2/3;
    grid-row: 1/2;
}

.control-partage {
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-image: url(../img/icon/partage-removebg-preview.png);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    grid-column: 1/2;
    grid-row: 2/3;
}

.control-vpn {
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-image: url(../img/icon/vpn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    grid-column: 2/3;
    grid-row: 2/3;
}

.lumen-wrap {
    cursor: pointer;
    grid-column: 3/4;
    grid-row: 5/7;

}

.volume-wrap {
    cursor: pointer;
    grid-column: 4/5;
    grid-row: 5/7;

}

.control-focus {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 6px;
    border-radius: calc(30px / 1.4);
    background-color: rgba(0, 0, 0, 0.5);
    grid-column: 1/3;
    grid-row: 7/8
}

.control-focus p {
    padding-left: 5px;
    font-size: 0.9em;
}

.focus-img {
    transition: background-color 0.3s ease;
    background-image: url(../img/icon/focus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 38%;
    border-radius: 50%;
    background-color: #ffffff2a;
    aspect-ratio: 1/1;
}

.control-encoche {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.control-encoche img {
    height: 26px;
  
}

.control-rotate {
    transition: background-color 0.3s ease, background-image 0.3s ease;
    cursor: pointer;
    aspect-ratio: 1/1;
    background-image: url(../img/icon/rotate.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    grid-column: 3/4;
    grid-row: 7/8;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

.control-lightmode {
    transition: background-color 0.3s ease, filter 0.3s ease, transform 0.3s ease;
    transform: rotate(0deg);
    cursor: pointer;
    aspect-ratio: 1/1;
    background-image: url(../img/icon/dark-mode.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    filter: invert(1);
    grid-column: 4/5;
    grid-row: 7/8;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.control-lowermode {
    transition: background-color 0.3s ease, background-image 0.3s ease;
    cursor: pointer;
    aspect-ratio: 1/1;
    background-image: url(../img/icon/ios15-battery-status-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    grid-column: 2/3;
    grid-row: 8/9;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

.control-flash {
    transition: background-color 0.4s ease, background-image 0.3s ease;
    cursor: pointer;
    aspect-ratio: 1/1;
    background-image: url(../img/icon/ios-flashlight-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    filter: invert(1);
    grid-column: 1/2;
    grid-row: 8/9;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.control.visible {
    transition: all .3s;
    opacity: 1;
    top: 0;
}

.main-wrap {
    backdrop-filter: blur(5px);
    border: 5px solid black;
    background-image: url(../img/ios17-wallpaper-light.jpg);
    background-size: cover;
    border-radius: calc(47px/1.4);
    width: calc(428px/1.4);
    height: calc(926px/1.4);
}


.popup {
    border-radius: calc(40px/1.4);
    display: none; /* Masquer le popup par défaut */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 1000;
}

.popup-bg-color{
    border-radius: calc(40px/1.4);
    background-color: rgba(27, 27, 27, 0.63);
    width: 100%;
    height: 100%;
}
.popup-bg-color h2{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.popup-content {
    padding: 20px;
}
.background-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.background-option {
   
    width: 40%;
    aspect-ratio: 9/13;
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
    border: none;
    cursor: pointer;
}
.bg-all{
    background-size: cover;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg1{
    background-image: url(../img/ios17-wallpaper-light.jpg);
    border-radius: 10px 0px 0px 0px;
    background-color: red;
}
.bg2{
    background-image: url(../img/bg2.jpeg);
    border-radius: 0px 10px 0px 0px;
    background-color: red;
}
.bg3{
    background-image: url(../img/bg3.PNG);
}
.bg4{
    background-image: url(../img/bg4.jpeg);
}
.bg5{
    background-image: url(../img/bg5.jpg);
    border-radius: 0px 0px 0px 10px;
}
.bg6{
    background-image: url(../img/bg6.jpg);
    border-radius: 0px 0px 10px 00px;
}

#close-popup {
    cursor: pointer;
    border-radius: 50px;
    margin-top: 10px;
    width: 80%;
    height: 45px;
}

.head {
    display: flex;
    flex-direction: row;
    width: 100%;
  
}

.w33 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/3);
    height: 100%;
}

.left {
    height: 100%;
    padding-top: 10px;
    padding-left: 2px;
    display: flex;
    justify-content: center;


}

#hour {
    z-index: -1;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: end;
    justify-content: center;
    font-size: 0.8em;
    
}

.mid img {
    width: 300%;
    height: 26px;
}

.right-icon {
    z-index: -1;
    padding: 4px 15px 0 15px;
    display: flex;
    align-items: end;
    justify-content: start;
}

.right-icon img {
    width: 70%;
    height: auto;
}

.right-icon .battery img {
    height: 10px;
    width: auto;
}

.scroll-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: calc(40px/1.4);
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.section {
    scroll-snap-align: start;
    flex: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.spotify,
.snap,
.insta,
.whatsapp {
    width: 55px;
    height: auto;
}

.icon-space {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(8, 1fr);
    gap: 15px;
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0);
    width: 255px;
    height: 500px;
}
.folder {
    cursor: pointer;
    width: 100%;
    height: 95%;
    border-radius: 15px;
    background-color: rgba(187, 187, 187, 0.863);
    padding: 5px;
    gap: 2px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.folder-active {
    z-index: 2;
    display: none;
    opacity: 1;
    padding: 20px;
    gap: 10px;
    top: 35%;
    left: 50%;
    position: absolute;
    width: 0px;
    height: 0px;
    transform: translateX(-50%);
    transition: 0.2s ease;
}
.blur {
    z-index: 1;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border-radius: calc(40px/1.4);
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.2s ease;
}

.app-trad{
    background-image: url(../img/icon/trad.png);
    background-size: cover;
}
.app-gmail{
    background-image: url(../img/icon/gmail.png);
    background-size: cover;
}
.app-chrome{
    background-image: url(../img/icon/chrome.png);
    background-size: cover;
}
.app-in-folder{
    aspect-ratio: 1/1;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
}
.custom-radius{
    border-radius: 15px;
}
.app img {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 15px;
}

.widget img {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 15px;
}

.big-widget img {
    width: 100%;
    border-radius: 15px;
}

.battery {
    grid-column: 1/5;
    grid-row: 1/3;
}

.battery2 {
    grid-column: 1/5;
    grid-row: 1/3;
}

.meteo {
    grid-column: 1/3;
    grid-row: 1/3;
}

.weather-widget {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #17212b, #34495e);
    color: white;
    font-family: Arial, sans-serif;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: start;
}
.location {
    font-size: 1em;
    font-weight: bold;
}
.temperature {
    font-size: 1.8em;
    margin-top: 1px;
    margin-left: -3px;
}
.condition {
    font-size: 0.8em;
    margin-top: 10px;
    text-align: center;
}
.condition img {
    width: 15px;
    height: 15px;
    display: block;
}
.temp-range {
    font-size: 0.8em;
    margin-top: 0px;
}
#condition-text{
    width: 100PX;
    text-align: start;
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;          
    box-sizing: border-box; 
}
.modal {
    border-radius: 30px;
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    padding-top: 30%;
}
.modal-content {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #000000da;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 40%;
    border-radius: 20px;
}
.modal-content h2{
    margin-top: 20px;
}
.modal-content input{
    border: solid 1px white;
    background-color: #6fb7ff57;
    padding-left: 10px;
    border-radius: 10px;
    margin-top: 20px;
    height: 30px;
}
.modal-content input::placeholder{
    color: white;
}
.modal-content button{
    color: white;
    border: solid 1px white;
    background-color: #0080ffbe;
    padding-left: 10px;
    border-radius: 10px;
    margin-top: 20px;
    height: 30px;
    width: 100%;
}
.close {
    position: absolute;
    top: 5px;
    right: 13px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: rgb(221, 221, 221);
    text-decoration: none;
    cursor: pointer;
}

.widget-spotify {
    grid-column: 1/5;
    grid-row: 6/8;
}

.widget-battery {
    grid-column: 1/5;
    grid-row: 1/3;
}

/* opacity zero tout ca en bas */

.app-1 {
    grid-column: 3/4;
    grid-row: 1/2;
}

.app-2 {
    grid-column: 4/5;
    grid-row: 1/2;
}

.app-3 {
    grid-column: 3/4;
    grid-row: 2/3;
}

.app-4 {
    grid-column: 4/5;
    grid-row: 2/3;
}

/* opacity zero tout ca en haut */


.rimder {
    grid-column: 1/2;
    grid-row: 3/4;
}


.bottom-icon {
    transition: opacity 0.1s ease;
    z-index: -1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    border-radius: 20px;
    background-color: rgba(199, 199, 199, 0.637);
    bottom: 10px;
    width: 280px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
}


.appmenu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.4fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 50px;
    width: 255px;
    height: 90%;
    margin-left: -15px;
}

.appmenu-search {
    color: rgb(219, 219, 219);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    grid-row: 1/2;
    grid-column: 1/3;
    background-color: rgba(199, 199, 199, 0.795);
    border-radius: 10px;
}

.gg-search {
    margin-right: 10px;
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 0.8));
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px
}

.appmenu-cube {
    padding: 10px;
    gap: 7px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    background-color: rgba(199, 199, 199, 0.87);
    border-radius: 20px;
    aspect-ratio: 1/1;
}


/* application */
.a-bar{
    height: 8px;
}

.section-email{
    color: black;
    padding-top: 50px;
    width: 100%;
    height: 100%;
    background-color: aliceblue;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section-email h1{
    padding-left: 13px;
    margin-bottom: 10px;
    width: 100%;
}
.email-wrapper{
    padding: 10px;
    overflow: auto;
    width: 100%;
    height: 510px;
}
.email-title{
    padding: 0 5px 0 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.email-title p:last-of-type{
    color: rgb(59, 59, 59);
    font-size: 0.8em;
}
.email-title p:first-of-type{
    font-size: 1.2em;
}
.email-content{
    color: rgb(59, 59, 59);
    font-size: 0.9em;
}
.element-email{
    padding: 5px;
    padding-right: 0px;
    height: 75px;
    border-top: 1px solid rgb(90, 90, 90);
}
.element-email:last-child{
    border-bottom: 1px solid rgb(90, 90, 90) ;
}
.email-search{
    color: rgb(46, 46, 46);
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10px;
    width: 93%;
    height: 30px;
    background-color: rgba(199, 199, 199, 0.795);
    border-radius: 10px;
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}