/* 
font-family: 'Inter', sans-serif;
font-family: 'Noto Sans', sans-serif; 
font-family: 'Google Sans';

*/

*{
    margin: 0;
    padding: 0;
    --bs-gutter-x:0;
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #d8e6e9 #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 18px;
    height: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #d8e6e9;
    border-radius: 5px;
    border: 3px solid #ffffff;
    max-height: 20px;
  }

  ::-webkit-scrollbar-button {
    width: 50px;  
    height: 50px; 
  }

  /* version */
  .version{
    position: fixed;
    bottom: 0;
    display: flex;
    background: #fafafa;
    border-top: 1px solid #f3f3f3;
    color: #40454b;
    width: 100%;
    padding: 10px;
    justify-content: end;

  }
  .version-n{
    font-size: 10px;
    color: #b7b7b7;
  }

  

.E404{
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000078;
    z-index: 999;
}
.box-e404{
    min-height: 350px;
    width: 500px;
    background: #fff;
    position: relative;
    display: flex;
    border-radius: 8px;
    padding: 40px;
    box-sizing: border-box;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.time-e404{
    height: 78px;
    width: 78px;
    border-radius: 50px;
    background: #E8F0FD;
    color: #036bd2;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-e404 .title{
    font-size: 25px;
    color: #5f6368;
    margin: 10px 0;
}
.box-e404 .sub-title{
    font-size: 17px;
    color: #5f6368;
    font-weight: 400;
    margin: 15px 0 40px 0;
}
.box-e404 .footer{
    font-size: 16px;
    color: #036bd2;
    position: absolute;
    bottom: 0;
    /* background: #333; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 25px;
    box-sizing: border-box;
   margin-top: 30px; 
}
.box-e404 .link{
    cursor: pointer;
    color: #036bd2;
    text-decoration: none;
    
}
.box-e404 .link:hover{
    color: #007cf8;
}

@media only screen and (max-width: 768px) {
    .box-e404{
        min-height: 350px;
        width: 100%;
        margin: 20px;
        /* background: #fae; */
  }

}







/* Header */
#header{
    height: 80px;
    /* background: #eee; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

#logo{
    height: 40px;
    width: 40px;
    background: url(../img/logo-meet.png) no-repeat center;
    background-size: cover;
    /* border: 1px solid #ddd; */
    cursor: pointer;
}
.title-logo{
    font-size: 22px;
    font-weight: 500;
    color: #5f6368;
    margin:0 5px;
    cursor: pointer;
}
.title-logo-meet{
    font-size: 22px;
    font-weight: 300;
    color: #5f6368;
}

.real_time{
    font-size: 18px;
    line-height: 24px;
    /* position: absolute; */
    /* right: 40px; */
    color: #5f6368;

}
.tools{
    font-size: 18px;
    line-height: 24px;
    /* position: absolute; */
    /* right: 40px; */
    color: #5f6368;
}


.info-header-meet{
    background: #E8F0FD;
    color:#5f6368;
    border: none;
    /* height: 60px; */
    border-radius: 4px;
    margin: 5px 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}



/* cam and session index page */

.start_cam{
    background: #333;
    min-height: 360px;
    height: 100%;
    /* width: 100%; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 22px;
    font-weight: 300;
    position: relative;

}
.footer-cam{
    width: 100%;
    /* background: #fae; */
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}



/* load start session */

.load-start-session{
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title-load{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sub-title-load{
    font-size: 15px;
    color: #40454b;
    font-weight: 400;
    margin-bottom: 10px;
}


.start_session{
    /* background: #eee; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

._session-title{
    font-size: 32px;
    font-weight: 300;
    text-align:center;

}

._session-user{
    height: 32px;
    width: 32px;
    padding: 24px;
    box-sizing: border-box;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

._session-btn{
    border-radius: 40px;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 50px;
}


/* dispositives buttons */
.btn-dispositive{

    /* background: #dee; */
    font-size: 15px;
    color: #5f6368;
    margin: 0 5px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.btn-dispositive:hover{
    color: #40454b;
}










#anime{
    height: 256px;
    width: 256px;
    background: #eee;
}