@import url('../css/fonts.css');
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");

:root {
    /*  Theme Fonts */  
    --Abel: 'Abel', sans-serif;
    --Anton: 'Anton', sans-serif;
    --Josefin: 'Josefin', sans-serif;
    --Lexend: 'Lexend', sans-serif;
    --Livvic: 'Livvic', sans-serif;
    --ff-primary: "Roboto", sans-serif;
  --ff-secondary: "Open Sans", sans-serif;
}
body{
    background: hsl(210, 36%, 96%);
    color: hsl(209, 61%, 16%);
}
.hero{
    width: 100%;
    height: 100vh;
    background-image: url(../assets/background.png);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.list-inst{
    font-family: var(--ff-primary);
}
.navbar .navbar-brand{
    font-size: 1.2rem;
    font-family: var(--Livvic);
}
.navbar .navbar-nav .text-success{
    font-size: 1.1rem;
    font-family: var(--Livvic);
}
.contents .list li{
    font-family: var(--Josefin);
    padding-top: 1rem;
}
.instructcon{
    margin-bottom: 3rem;
}
.row{
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.row .header-menu{
    width: 100%;
    height: 150px;
    margin: auto;
    border-radius: 5px 5px 0px 0px !important;
}
.row .header-menu img{  
    position: absolute; 
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: 10%;
    right: 40%;
}
button{
    color: #fbfcfd;
    padding: 8px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
}

.content{
    color: #fbfcfd;
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
}
h1{
    font-size: 80px;
    margin: 10px 0 10px;
    line-height: 80px;
    font-family: var(--Josefin);
}
.side-bar{
    width: 50px;
    height: 90vh;
    background: linear-gradient(#00545d, #000729);
    position: absolute;
    right: 0;
    bottom: 0;
}
.menu{
    display: block;
    width: 25px;
    margin: 40px auto 0;
    cursor: pointer;
}
/*    Instruction page styling ----*/
.instruct a{
    text-decoration: none;
}
.social-links img, .useful-links img{
    width: 30px;
    margin: 5px auto;
    cursor: pointer;
}

.social-links{
    width: 50px;
    text-align: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.useful-links{
    width: 50px;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.bubbles img{
    width: 50px;
    animation: bubble 7s linear infinite;
}

.bubbles{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: -70px;
}

@keyframes bubble {
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    100%{
        transform: translateY(-80vh);
        opacity: 0;
    }
}

.bubbles img:nth-child(1){
    animation-delay: 2s;
    width: 25px;
}
.bubbles img:nth-child(2){
    animation-delay: 1s;
}
.bubbles img:nth-child(3){
    animation-delay: 3s;
    width: 25px;
}
.bubbles img:nth-child(4){
    animation-delay: 4.5s;
}
.bubbles img:nth-child(5){
    animation-delay: 3s;
    width: 20px;
}
.bubbles img:nth-child(6){
    animation-delay: 6s;
}
.bubbles img:nth-child(7){
    animation-delay: 7s;
    width: 35px;
}
.container .form{
    padding-top: 1rem;
    border-radius: 2%;   
    
}

.wholebody{
    display: flex;
    height: 80vh;
    justify-content: center;
    align-content: center;
    padding: auto;
}
.container .img-class{
    padding-top: 2.5rem;;
}

.container .form-container{     
    padding-top: 5rem;
}

.container form{
     padding: 2.5rem;
}
.container .form{
    width: 20rem;
}
.container .form .form-check a{
    font-family: var(--Livvic);
}

.container .form p{
    font-family: var(--Lexend);
    font-size: 1.5rem;
}

.card .card-nav .card-items .bg-light .bi{
    color: #0275d8
}

.card .card-nav .card-items .bg-light a{
    text-decoration: none;
}

.upload-profile-image{
    position: relative;
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    transition: filter 8s ease;
}

.upload-profile-image:hover{
    filter: drop-shadow(1px 1px 22px #7584bb);
}

#upload-profile{
    position: absolute;
    top: 0;
    z-index: 10;
    width: 200px;
    margin-top: 0px;
    opacity: 0;
}

#upload-profile::-webkit-file-upload-button{
    visibility: hidden;
}

#upload-profile::before{
    content: "";
    display: inline-block;
    width: 200px;
    height: 200px;
    cursor: pointer;
    border-radius: 50%;
}

.upload-profile-image .camera-icon{
    position: absolute;
    top: 50px;
    width: 40px !important;
    filter: invert(30%) !important;
}

.upload-profile-image:hover .camera-icon{
    filter: invert(100%) !important;
}
.table td .edit .btn .bi{
    color: #f80202
}

.container-fluid .telegram .tele-icon i{
    color: #28a745;
    font-size: 3rem;
}
.container-fluid .telegram span{
    color: #28a745;;
    font-size: 1rem;
    font-family: var(--Abel);
}
.newtelegram{
    ;
}