html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;

}
textarea{
    resize: none;
}
.fixed-loader{
    top: 0px;
    background-color: rgba(0,0,0,.8);
    position: fixed;
}
.hr-card-seperator{
    border: 1px solid ;
}





.corner-radius-20{
    border-radius: 20px;
}
.corner-radius-10{
    border-radius: 10px;
}




/* Main Theme*/
.main-icon-size{
    max-width: 25px;
    max-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
}

.main-icon-size-xsm{
    max-width: 15px;
    max-height: 15px;
    margin-left: 3px;
    margin-right: 3px;
}

.main-icon-size-sm{
    max-width: 20px;
    max-height: 20px;
    margin-left: 3px;
    margin-right: 3px;
}

.main-icon-size-md{
    max-width: 30px;
    max-height: 30px;
    margin-left: 3px;
    margin-right: 3px;
}

.main-icon-size-lg{
    max-width: 40px;
    max-height: 40px;
    margin-left: 3px;
    margin-right: 3px;
}

.main-icon-container-size{
    height: 50px;
}

.main-icon-container-size:hover{
    cursor: pointer;
    background-color: #cbd5e0;
}

.tab-hover-cursor div:hover{
    cursor: pointer;
    background-color: rgba(8, 111, 255,0.5);!important;
    color: white;
}

.tab-container{
    cursor: pointer;
}
.tab-container:hover{
}



.font-size-sm{
    font-size: 12px;
}




.blue-frame{
   border-radius: 25px;
    border: 1px rgb(8, 111, 255) solid;
    padding: 5px;
}
.main-input:focus{
    outline: none;
}
.shadow-primary-bottom{
    box-shadow: 0px 3px 10px -5px rgb(8, 111, 255);
}
.shadow-primary-2{
    box-shadow: 0px 0px 5px -2px rgb(8, 111, 255);
}
.shadow-dark{
    box-shadow: 0px 5px 10px -5px gray;
}

.shadow-primary-center{
    box-shadow: 0px 0px 5px 1px rgba(8, 111, 255,0.5);
}


.container-blur{
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.share-profile-photo-frame{
    border-radius: 18px;
    background-color: white;
    border: 0.1em solid gray;
    width: 45px;
    max-height: 45px;
    padding : 3px;
}
.share-profile-photo-frame:hover{
    border-radius: 15px;
    border: 0.1em solid gray;
    width: 50px;
    height: 50px;
    padding : 3px;
}
.share-profile-photo{
    border-radius: 15px;
    background-color: white;
    border: 0.01em solid gray;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 40px;
    overflow: hidden;
}
.share-photo{
    border-radius: 10px;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    margin: 20px 0px 20px 0px;
}

.daily-img{
    height: 240px;
    object-fit: cover;
    width: 100%;
    position: relative;
    border-radius: 3px;
}

/*  Add top: -40px to make user photo on the left corner of  main photo */
.daily-user-photo{
    border-radius: 10px;
    background-color: white;
    border: 0.01em solid gray;
    width: 100%;
    /* top : -40px */
}
.daily-user-photo-frame{
    border-radius: 10px;
    background-color: white;
    border: 0.01em rgb(8, 111, 255) solid ;
    width: 30px;
    height: 30px;
    padding : 3px;
    top: 2px;
    left: 2px;
}

.daily-user-photo-frame-out{
    box-sizing: border-box;
    border-radius: 10px;
    background-color: white;
    border: 0.01em solid gray;
    width: 30px;
    height: 30px;
    padding : 2px;
    margin-left: 1px;
    top: 2px;
    left: 2px;
    position: relative;
    z-index: 999;
}

.daily-user-photo-frame-in{
    border-radius: 10px;
    background-color: white;
    border: 0.01em solid rgb(8, 111, 255);
    width:  100%;
    height: 100%;
    position: relative;
}
.daily-user-name{
    font-size: 13px;
    line-height: 15px;
}




/* Profile */
.profile-page-photo{
    border-radius: 22px;
    background-color: white;
    border: 0.01em solid gray;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 3px;
}
.profile-page-photo-frame{
    border-radius: 25px;
    background-color: white;
    border: 0.1em solid gray;
    width: 90px;
    height: 90px;
}

.profile-page-media-photo{
    border-radius: 20px;
    width: 215px;
    height: 215px;
    object-fit: cover;
    margin: 10px 0px 10px 0px;
    padding: 5px 7px;
}



.line-height-5{
    line-height: 5px;
}
.line-height-7{
    line-height: 7px;
}
.line-height-10{
    line-height: 10px;
}




/* Talks */
.talks-menu-photo{
    height: 72px;
    width: 72px;
    border-radius: 18px;
    background-color: white;
    padding : 3px;
}



.container-right-vertical-seperator{
    border-right: 1px lightgray solid;
}


#notificationContainer::-webkit-scrollbar{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


#messageContainer::-webkit-scrollbar {
    display: none;
}

#messageContainer {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#messageMenu{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#messageMenu::-webkit-scrollbar{
    display: none;
}

