/* @font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
  }
*/
* {
    font-family: San Francisco;
}  
html, body {
    margin: 0px;
    padding: 0px;
    background: url('bgm.png?2');
    background-size: cover !important;
    background-position: center !important;
}
html {
    background: #8E9AAE;
    background: #000;
}
.core {
    padding: 2rem;
padding-top: 37px;
}
.apps {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
    row-gap: 20px;

}
.app {
    background: red;
    height: calc(100% - 20px);
    border-radius: 1rem;
    

}

.ibox {
    
    width: 65px;
    height: 85px;
    
  }
.app-name {
    width: 100%;
    color: #fff;
    display: flex;
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
    justify-content: center;
}

.widget {
    width: 158px;
    height: 178px;
    width: 100%;
    height: 100%;
    grid-column: span 2;
    grid-row: span 2;
}

.music {
    background: rgb(213,77,89);
    background: linear-gradient(180deg, rgba(213,77,89,1) 0%, rgba(229,60,67,1) 100%);
    height: calc(100% - 20px);
    border-radius: 1rem;
    overflow: hidden;
}
.music-header {
    background: rgb(230,102,119);
    background: linear-gradient(180deg, rgba(230,102,119,1) 0%, rgba(225,82,94,1) 100%);
    display: flex;
    padding: 15px;
    justify-content: space-between;
}
.current-listen {
    display: flex;
}
.c-albumart {
    background: url('navjo.jpg');
    background-size: contain;
    width: 40;
    height: 40;
    border-radius: 0.5rem;
    margin-right: 8px;
}
.c-block {

}
.c-title {
color: #fff;
font-weight: 800;
}
.c-artist {
color: #f8d8F0
}
.past {
    display: flex;
    justify-content: center;
}
.p-art {
    background: green;
    border-radius: 0.5rem;
    margin: 7px;
    width: 60px;
    height: 60px;
    margin-top: 17px;
}
.dock {
    position: fixed;
    bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.dock-wrapper {
    height: fit-content;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    background: #20202042;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 2rem;
    display: grid;
    grid-area: auto;
    grid-gap: 33px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: dense;
}
.dock-app {
    width: 65px;
    height: 65px;
    border-radius: 1rem;
}

.pages {
    position: fixed;
    bottom: 150px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 9px;
    background: rgba(255, 255, 255, 0.5);
}
.prim {
    background: #fff;
}
.notifications {
    position: absolute;
    background: #DB4A3B;
    padding: 2px 5px 2px 5px;
    margin-left: 29.5px;
    margin-top: -95;
    border-radius: 25px;
    color: #fff;
    /* text-align: end; */
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* direction: ltr; */
    /* float: left; */
}
.notifications1 {
    position: absolute;
    background: #DB4A3B;
    padding: 2px 5px 2px 5px;
    margin-left: 27.5px;
    margin-top: -11px;
    border-radius: 25px;
    color: #fff;
    /* text-align: end; */
    /* display: flex; */
    /* flex-direction: row-reverse; */
    /* direction: ltr; */
    /* float: left; */
}
.incoming-call-small {
    position: fixed;
    width: 100%;
    top: -500px;
    z-index: 100;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}
.ics-wrapper {
    width: 85%;
    padding: 20px;
    border-radius: 1rem;
    background: rgb(0 0 0 / 73%);
    backdrop-filter: blur(90px);
    -webkit-backdrop-filter: blur(90px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.caller {
    display: flex;
    align-items: center;
}
.control-buttons {
    display: flex;
}
.d-call {
    background: #EC5445;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.a-call {
    background: #67CC66;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-avatar {
    background: url('profile.jpeg');
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    margin: 5px;
    margin-right: 15px;
    border-radius: 50%;
}
.c-name {
    color: #fff;
    font-weight: 600;
    font-size: 20;
    letter-spacing: 0.5;
}
.c-type {
    color: #A6AAB0;

}
.large-call-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 200;
    top: 0px;
    -webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
display: none;
opacity: 0;
}
.l-avatar {
    background: url('profile.jpeg');
    background-size: cover;
    background-position: center;
    width: 60px;
    height: 60px;
    margin: 5px;
    margin-right: 15px;
    border-radius: 50%;
}
.l-name {
    color: #fff;
    font-weight: 500;
    font-size: 30;
    letter-spacing: 0.5;
    
}
.l-type {
    color: #A6AAB0;
    font-size: 20px;

}
.large-c {
    display: flex;
    margin-left: 30px;
    margin-top: 50px;
    align-items: center;
}
.l-d {
    width: 80px;
    height: 80px
}
.l-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;   
}
.l-d {
    width: 80px;
    height: 80px;
    background: #EC5445;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-a {
    width: 80px;
    height: 80px;
    background: #67CC66;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.l-s {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-controls {
    display: flex;
    justify-content: space-between;
    width: 80%;
}
.l-c-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    position: fixed;
    bottom: 70px;
}
.l-c-label {
    color: #fff;
    margin-top: 10px;
}

.call-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 300;
    top: 0px;
    -webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
opacity: 0;
display: none;
}
.control-row {
    display: flex;
    justify-content: center;
}
.controller-button {
    width: 80px;
    height: 80px;
    background:rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.controller {
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.controller-label {
    color: #ffffffc9;
    margin-top: 5px;
}
.end-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
.call-inner {
    position: fixed;
    width: 100%;
    bottom: 100px;
}

.settings {
    background:rgb(145, 145, 145);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2500px;
    z-index: 500;
}
input {
    height: 40px;
    width: 100%;
}
button {
    height: 50px;
    width: 100%;
}
.pwa-warn {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 900;
    top: -2500px;
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}