
header {
    box-sizing:border-box;
}

html {
    max-width:100%;
    overflow-x:hidden;
    margin-left:0px!important;;
    margin-right:0px!important;;
    padding-left:0px!important;;
    padding-right:0px!important;;
}
body {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:100%;
    box-sizing:border-box;
    background-image: url('images/loop metal GIF by Doze Studio.gif');
    background-size:30vw;
    background-repeat:no-repeat;
    overflow-x:hidden!important;
    background-position-x:center;
    background-position-y:top;
    background-color:#0c0c0c;
    padding-top:200px;
    margin-top:0px;
    padding-top:100px;
    margin-left:0px!important;;
    margin-right:0px!important;;
    padding-left:0px!important;;
    padding-right:0px!important;;

    
}
.flex {
    display:flex;
}
footer {
    padding-top:30px;
    padding-bottom:40px;
}
@media(max-width:1024px){
    .mobile-hiden {
        display:none;
    }
}
.column {
    flex-direction:column;
}
.centered {
    justify-content:center;
    align-items:center;

}

.main-form {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:15px;
    box-sizing:border-box;
}
@media(max-width:1024px){
    .subject {
        min-width:200px!important;
        width:100%!important;
    }
    .main-form {
        width:100%;
    }
}


.gap10px {
    gap:10px;
}
.section {
    box-sizing:border-box;
    display:flex;
    max-width:1320px;
    width:100%;
    padding-left:15px;
    padding-right:15px;
    justify-content:center;
}

.subject {
    background-color:rgba(255, 255, 255, 0.253);
    border:1px solid rgb(37, 37, 37);
    border-radius:5px;
    box-shadow:5px 5px 10px 0px rgba(255, 255, 255, 0.123);
    width:40%;
    min-width:400px;
    font-family: "Orbitron", serif;
    font-weight:500;
    font-optical-sizing: auto;
    font-style: normal;
    color:white;
    font-size:16px;
    box-sizing:border-box;
    

}
.input {
    height:40px;
    text-align:center;
}
.textarea {
    height:200px;
}
.submit {
    font-family: "Orbitron", serif;
    font-weight:500;
    background-color:rgba(255, 255, 255, 0.253);
    width:200px;
    border:1px solid rgb(37, 37, 37);
    height:40px;
    align-self:flex-start;
    cursor: not-allowed;
    box-shadow:5px 5px 10px 0px rgba(255, 255, 255, 0);
   
 
}
.enable-submit {
  
    color:white!Important;
    cursor:pointer!important;
    box-shadow:5px 5px 10px 0px rgba(255, 255, 255, 0.123);
   
}
.topics {
    flex-direction:column;
    padding-top:60px;
}
.max-width {
    width:100%;
}
.white-border {
    border:1px solid white;
    border-radius:15px;
    min-height:200px;
}
.loop-item-subjects-mainpage {
    width:20%;
    border:1px solid white;
    min-height:250px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:25px;
    padding:15px;
    position:relative;

}

@media(max-width:1024px){
    .loop-item-subjects-mainpage {
        width:100%;
    }
}
.topics-map {
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

header {
    width:100%;
    padding:25px;
    padding-right:25px;
    position:absolute;
    top:0px;
    display:flex;
    justify-content:center;
}

.logout {
    
        font-family: "Orbitron", serif;
        font-weight:500;
        background-color:rgba(255, 255, 255, 0.253);
        width:100px;
        border:1px solid rgb(37, 37, 37);
        height:40px;
        align-self:flex-start;
     
      
       
     
   
      
        color:white!Important;
        cursor:pointer!important;
     
       
    
}

.semivisible {
    color:rgba(255, 255, 255, 0.253);
    font-weight:300!Important;
    margin:0px;
    margin-bottom:10px;
}
.right {
    justify-content:flex-end;
}

.submit-login-register {
    font-family: "Orbitron", serif;
    font-weight:500;
    background-color:rgba(255, 255, 255, 0.253);
    width:200px;
    border:1px solid rgb(37, 37, 37);
    height:40px;
    align-self:flex-start;
    cursor: not-allowed;
    box-shadow:5px 5px 10px 0px rgba(255, 255, 255, 0);
   
}

.red-ish {
    color:rgba(255, 0, 0, 0.456);
}
.submit-login-register-switch {
    font-size:14px;
    font-family: "Orbitron", serif;
    font-weight:400;
    background-color:rgba(255, 255, 255, 0.605);
    width:100px;
    border:1px solid rgb(37, 37, 37);
    height:40px;
    box-shadow:5px 5px 10px 0px rgba(255, 255, 255, 0);
    cursor:pointer;
    margin-bottom:60px;
    transition:0.3s ease-in-out;
}
.submit-login-register-switch:hover {
    background-color:white;
    transition:0.3s ease-in-out;
    scale:1.1;
    margin-left:10px;
    margin-right:10px;
}
.links {
    color:white;
    text-decoration:underline;
}
.left-centered {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    box-sizing:border-box;
}

.absolute {
    position:absolute;
    
}
.top5px {
    top:5px;
}
.right5px {
    right:5px;
}

.icon-delete-edit {
    width:15px;
    height:15px;
   
  
}

.edit-icon::before {
    content:"Edit";
    position:absolute;
    top:-30px;
    left:-100%;
    width:max-content;
    height:20px!important;
    z-index:2;
    display:flex;
    font-size:12px;
    justify-content:center;
    align-items:center;
    padding-left:25px;
    padding-right:25px;
    background-color: rgba(255, 255, 255, 0.253);
    border: 1px solid rgb(37, 37, 37);
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.123);
    font-family: "Orbitron", serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
    font-size: 12px;
    opacity:0;
}
.edit-icon:hover::before {
    opacity:1!Important;
}

.delete-icon::before {
    content:"Delete";
    position:absolute;
    top:-30px;
    left:-50%;
    width:max-content;
    height:20px!important;
    z-index:2;
    display:flex;
    font-size:12px;
    justify-content:center;
    align-items:center;
    padding-left:25px;
    padding-right:25px;
    background-color: rgba(255, 255, 255, 0.253);
    border: 1px solid rgb(37, 37, 37);
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.123);
    font-family: "Orbitron", serif;
    font-weight: 500;
    font-optical-sizing: auto;
    font-style: normal;
    color: white;
    font-size: 12px;
    opacity:0;
}
.delete-icon:hover::before {
    opacity:1!Important;
}