*{
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
}
.checkbox-wrapper-65 {
transition: 0.2s ;
opacity: 1;
z-index: 10;
}    
.more {
top: 14px;
opacity: 1;
animation: none;
transition: 0.2s ;
z-index: 100;
position: absolute;
left: 61px;
width: max-content;
height: max-content;
filter: drop-shadow( 0 0 5px rgba(0, 0, 0, 0.5));
}
.moreIcon {
width: 32px;
height: 32px;
cursor: pointer;
transition: 0.2s;
opacity: 1;
border-radius: 20px;
background-color: #d1d1d6;
transform: translateY(0);
}
.moreIcon:hover{
background-color: #b2b2b7;
}
.moreIcon:active{
transform: scale(0.97);
}
.moreWindow {
position: absolute;
top: 0px;
left: 37px;
background-color: rgba(220, 220, 225, 0.25); 
backdrop-filter: blur(6px);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
overflow: hidden;
border-radius: 14px;
z-index: 10;
width: max-content;
display: none;
animation: paperComing 0.15s;
max-height: 170px;
overflow-y: auto;
}     
.moreWindow #mwb {
margin: 0;
border-radius: 0;
display: block;
width: 100%;
overflow: hidden;
box-sizing: border-box;
padding: 10px 15px;
text-align: center;
background: none;
border: none;
cursor: pointer;
font-size: 11pt;
font-weight: 700;
background-color: #d1d1d6; 
color: #333336;
transition: 0.2s all;
}
.moreWindow #mwb:hover {
background-color: #b2b2b7;
}
.moreWindow #mwb:active {
transform: scale(0.97);
}
.post .checkbox-wrapper-65{
    z-index: 1000;
    position: absolute;
    transform: translateY(0px);
    top:4px;
    left: 14px;
    filter: drop-shadow( 0 0 5px rgba(0, 0, 0, 0.5));
}
.checkbox-wrapper-65:hover .cbx {
background-color: #b2b2b7;
}        
.checkbox-wrapper-65:active {
transform: scale(0.97);
}
.checkbox-wrapper-65 *,
.checkbox-wrapper-65 ::after,
.checkbox-wrapper-65 ::before {
box-sizing: border-box;
}
.checkbox-wrapper-65 .cbx {
position: relative;
display: block;
float: left;
width: 32px;
height: 32px;
border-radius: 16px;
background-color: #d1d1d6;
transition: all 0.15s ease;
}
.checkbox-wrapper-65 .cbx svg {
position: absolute;
top: 11px;
left: 10px;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke: #fff;
stroke-width: 3;
stroke-dasharray: 20;
stroke-dashoffset: 20;
transform: translate3d(0, 0, 0);
}
.checkbox-wrapper-65 .cbx + span {
float: left;
margin-left: 5px;
}
.checkbox-wrapper-65 {
user-select: none;
}
.checkbox-wrapper-65 label {
display: inline-block;
cursor: pointer;
}
.checkbox-wrapper-65 input[type="checkbox"] {
display: none;
visibility: hidden;
}
.checkbox-wrapper-65 input[type="checkbox"]:checked + .cbx {
background-color: #606062;
background-image: linear-gradient(#0a84ff, #0a84ff);
}
.checkbox-wrapper-65 input[type="checkbox"]:checked + .cbx svg {
stroke-dashoffset: 0;
transition: all 0.15s ease;
}
h1 {
    font-size: 18pt;
    font-weight: 600;
    color: white;
    border-bottom: 2px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}
h2 {
    font-size: 16pt;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    font-weight: 600;
}
label {
    margin: 10px 0 5px;
}
#postForm label {
    font-size: 10pt;
    font-weight: 600;
    position:absolute;
    top: 6px;
    left: 6px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    border-radius: 10px;
    padding: 4px 8px;
    z-index: 100;
    background-color: #07070790;
}
.post p strong{
 font-size: 13pt;
 font-weight: 600;
}
.hideIcon{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #d1d1d690;
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    z-index: 15;
    filter: drop-shadow( 0 0 5px rgba(0, 0, 0, 0.5));

}
.hideIcon svg{
    fill: #333336;
}
.updown{
    position: absolute;
    left: 14px;
    top: 60px;
    width: 32px;
    height: max-content;
    display: flex;
    flex-direction: column;
    z-index: 10;
    animation: paperComing 1s;
    filter: drop-shadow( 0 0 5px rgba(0, 0, 0, 0.5));
}
.upDownPost{
    position: relative;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d1d1d6;
    transition: 0.2s;
    width: auto;
    height: auto;
    cursor: pointer;
    transform: scale(0.97);
}
.upDownPost:hover {
    background-color: #b2b2b7;
    transform: scale(1);
}
.updownPost:active {
    transform: scale(0.95);
}
.upDownPost svg{
    fill: #333336;
}
#upPost{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#downPost{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#title-input{
    width: 100%;
    margin: 0;
    font-size: 16pt;
    font-weight: 600;
    border-radius: 0;
    height: 100%;
    outline: none;
    border: none;
    color: white;
}
#name-input{
    width: 100%;
    margin-bottom: 10px;
    font-size: 3em;
    font-weight: 600;
    border-radius: 0;
    height: 100%;
    outline: none;
    border: none;
    color: white;
    font-family: "Roboto Slab", sans-serif;
}
input[type="text"],input[type="url"], input[type="file"] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    font-size: 12pt;
    background-color: #1C1C1E;
    color: white;
}

#profile-preview {
    width: 150px;
    height: auto;
    border-radius: 10px;
    margin-top: 10px;
}

#quick-info-edit {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #707070;
    border-collapse: collapse;
}

#quick-info-edit th, #quick-info-edit td {
    border: 1px solid #707070;
    padding: 5px 10px;
}

#quick-info-edit td {
    background-color: #272730;
}

#quick-info-edit th {
    background-color: #353535;
}
select{
    outline: none;
    border: none;
    cursor: pointer;
    color: white;
    background-color: #1C1C1E;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 0px;
    padding: 0 5px;
    transition: 0.2s ;
}
#date{
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.2s ;
    padding: 0 5px;
    color: white;
    background-color: #1C1C1E;
    font-weight: 600;
    font-size: 12pt;
    letter-spacing: 0px;
    transition: 0.2s;
}

input:hover, select:hover, #date:hover{
    background-color: #353535;
}
 .button-a {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    font-size: 12pt;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 14px;
    background-color: #1c1c1e; 
    color: #007aff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    text-align: center;
    user-select: none;
    outline: none;
}

.button-a.blue {
    color: #0a84ff;
}

.button-a.red {
    color: #ff453a;
}

.button-a.green {
    color: #30d158;
}

.button-a.silver {
    color: #d1d1d6;
}

.button-a:hover {
    background-color: #2c2c2e;
}

.button-a:active {
    transform: scale(0.96);
}
input{
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 600;
}
input::file-selector-button {
    background-color: #004999;
    color: white;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    width: max-content;
    white-space: nowrap;
    outline: none;
    border: none;
    font-size: 12pt;
    margin-right: 6px;
    transition: 0.2s;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 600;
}
.quick-info-section table {
    width: 100%;
}

.quick-info-section td {
    position: relative;
}

.add-link-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#time{
    border: #e8edf0 2px solid;
    padding: 5px;
    border-radius: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
    color: #c7e6ff;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 0px;
    margin-right: 5px;
}

.form-group{
    margin: 15px 0 15px 0;
    display: flex;
    gap: 0 20px;
    justify-content: center;
}
.post-group{
    margin-top: 10px;
    gap: 15px;
    display: flex;
    justify-content: center;
}
#title{
    width: 100%;
    font-size: 12pt;
    font-weight: 600;
    outline: none;
    border: none;
    color: white;
}

#postForm {
    width: 100%;
    padding: 15px 20px 15px 20px;
    background-color: #1c1c1e;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s;
}

#postForm h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #f5f5f7;
}

#postForm input,
#postForm select {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background-color: #2c2c2e;
    color: #fff;
    font-size: 12pt;
    outline: none;
    transition: 0.2s ease;
    border: #007aff00 solid 2px;
}
#postForm input:hover, #postForm select:hover, #postForm #date:hover{
    background-color: #272730;
}
#postForm input:focus,
#postForm select:focus {
    background-color: #3a3a3c;
    border: 2px solid #007aff;
}

#drop-zone {
    position: relative;
    padding: 15px;
    text-align: center;
    border-radius: 14px;
    background-color: #2c2c2e;
    cursor: pointer;
    transition: 0.2s ease;
    border: 2px transparent solid;
}
#drop-zone:hover {
    background-color: #272730;
    transform: scale(1.015);
}
#drop-zone:active {
    transform: scale(0.985);
    border: 2px #007aff solid;
}
#drop-zone.drag-over {
    background-color: #262f38;
    border: 2px #007aff solid;
    animation: rotate infinite 0.1s;
}
@keyframes rotate {
    0%{
        rotate: 0deg;
    }
    50%{
        rotate: -0.3deg;
    }
    100%{
        rotate: 0.3deg;
    }
}
#justInformation {
    margin: 0;
    color: #8e8e93;
    font-size: 12pt;
}

#preview-container {
    border-radius: 14px;
    position: relative;
    padding: 15px;
    background-color: #2c2c2e;
    
}
#preview-scroller{
    border-radius: 12px;
    gap: 8px;
    display: flex;
    flex-direction: row;
    overflow-y: auto;
}
.preview-wrapper {
    position: relative;
    width: min-content;
    height: min-content;
}
.preview-image, .preview-video {
    max-height: 125px;
    border-radius: 12px;
    display: block;
}
.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
}

#upload-status {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 14px;
            border-radius: 14px;
            gap: 6px;
            background-color: #2c2c2e;
        }
        #important {
            text-align: center;
            font-size: 11pt;
            font-weight: 600;
            color: #ff453a;
            background-color: #342b2b;
            padding: 5px 10px;
            border-radius: 10px;
        }
        #justInformation{
            background-color: #07070790;
            padding: 5px 10px;
            border-radius: 10px;
            text-align: center;
            font-size: 10pt;
            font-weight: 600;
        }
        #upload-status strong{
            font-weight: 600er;
            font-size: 11pt;
}

#progress-wrapper {
    position: relative;
    width: 100%;
    background-color: #1c1c1e!important;
    overflow: hidden;
    display: none;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    animation: formComing 0.5s ease;
}

#upload-progress {
    display: block;
    width: 100%;
    height: 9px;
    border: none;
    outline: none;
    background-color: transparent;
    z-index: 0;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.5s;
}
progress::-moz-progress-bar { background: #30d158; transition: width 0.5s ease-in-out; }
progress::-webkit-progress-value { background: #30d158; transition: width 0.5s ease-in-out; }
progress { color: #30d158; transition: width 0.5s ease-in-out; }
progress::-webkit-progress-bar {
    background-color: #3c3c3c;
}

#progress-text {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.buttonForm{
    font-size: 12pt;
    padding: 8px 14px;
    width: max-content;
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    transition: background-color 0.2s, color 0.2s;
    background-color: #1C1C1E;
    font-weight: 600;
    outline: none;
    border: none;
}
.buttonForm:hover {
    background-color: #272730;
}

form{
    position: relative;
    padding: 0;
    background-color: #1c1c1e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px;
    min-height: 25vh;
    transition: 0.2s;
    user-select: none;
}
@keyframes formComing{
    0%{
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}
.bulk{
    padding: 15px;
    background-color: #1c1c1e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-height: max-content;
    border-radius: 20px;
    transition: 0.2s;
    user-select: none;
}
.button-group {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.select-all{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
    padding: 10px 15px;
    border-radius: 14px;
    background-color: #262f38;
    transition: 0.2s;
    cursor: pointer;
}
.select-all:hover{
    background-color: #2d3a47;
}
.select-all label{
    margin: auto 0;
    font-weight: 600;
    font-size: 12pt;
    color:#0a84ff;
    cursor: pointer;
}
.select-all .checkbox-wrapper-65{
    margin-top: 4px;
}
.select-all .checkbox-wrapper-65 .cbx{
    background-color: #1c1c1e;
}

.loginForm{
    padding: 20px;
    background-color: #1C1C1E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    min-height: max-content;
    border-radius: 20px;
    transition: 0.2s;
    user-select: none;
}
.loginForm h2{
    font-size: 24pt;
    color: #ffffff;
    font-weight: 600;
}
.inForm{
    margin: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:0px;
}
.labelForm{
    margin:0 0 5px 0;
    flex-wrap: nowrap;
    width: max-content;
    font-size: 16pt;
    font-weight: 600;
    color: #ffffff;
}
.inputForm{
    border: none;
    outline: none;
    width: 100%!important;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 12pt;
    background-color: #272730!important;
    color: #ffffff;
}
label{
    font-size: 13pt;
    font-weight: 400;
    color: #ffffff;
}

#time{
    border: #ffffff 2px solid;
    padding: 5px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 0px;
    margin-right: 5px;
}
#editor-container {
    margin-bottom: 20px;
}

textarea {
        width: 50%;
        height: 50vh;
        border: none;
        padding: 20px;
        font-size: 16px;
        box-sizing: border-box;
        font-family: "Roboto Mono", sans-serif;
        resize: none;
        background-color: #272730;
    }
    iframe {
        width: 50%;
        height: 100%;
        border: none;
        background-color: #272730;
    }
    .admin-panel {
        width: 100%;
        padding: 5% 15%;
        border-radius: 10px;
        color: white;
        animation: formComing 1s forwards ease-out;

    }  
    @keyframes formComing{
        0%{
            opacity: 0%;
        }
        25%{
            opacity: 0%;
        }
        100%{
            opacity: 100%;
        }
    }
    @keyframes admin-panelComing {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
.adminContainer{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    margin: 0 auto;
    width: 50%;
}
#footerForm{
    width: 100%;
    padding: 5% 15%;
    display: flex;
    flex-direction: column;
}
#footerForm ul{
    list-style-type: none;
    font-size: 18pt;
    font-weight: 600;
}
#footerForm li{
    text-align: center;
    margin: 10px 0;
}
#tapto {
    padding: 10px 20px 10px 20px;
    background-color: #1C1C1E;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 48px;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.2s;
    transform: scale(0.99);
}

#tapto:hover {
    background-color: #2c2c2e;
    transform: scale(1);
}
#tapto:active{
    transform: scale(0.98);
}
#tapto.expanded {
    height: 100%;
    opacity: 1;
}
#taptop {
    color: #d1d1d6!important;
    user-select: none !important;
    pointer-events: none;
}

#taptop h2 {
    user-select: none !important;
    pointer-events: none;
    font-size: 14pt;
    font-weight: 600!important;
    margin: 0;
}

#taptop p {
    color: #d1d1d6!important;
    user-select: none !important;
    pointer-events: none;
    font-size: 12pt;
}

#taptop h1 {
    border-bottom: none;
    user-select: none !important;
    pointer-events: none;
    font-size: 22px;
    font-weight: 600;
}
.panelForm{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1C1C1E;
    border-radius: 20px;
    width: fit-content;
    height: min-content;
    padding: 10px 20px 20px 20px;
    min-height: min-content;
    max-width: 96vw;
    gap: 10px;
}
.panelForm h2{
    color: white;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.pForm{
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    overflow-x: auto;
    justify-content: start;
    gap: 20px;
    align-items: center;    
}
#note-container{
    width: 100%;
}
#unverified-notes, #verified-notes{
    width: 100%;
    overflow:auto;
}
#noteTable {
    width: 100%;
    border-collapse: collapse;
    outline: none;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1c1c1e;
}

#noteTable th, #noteTable td {
    padding: 10px 15px;
    text-align: left;
    outline: none;
    border: none;
}

#noteTable th {
    background-color: #1c1c1e;
    color: #fff;
    font-weight: 700;
    cursor:default;
}

#noteTable tr{
    background-color: #151515;
    text-align: left;
}
#noteTable tr:nth-child(odd){
    background-color: #1c1c1e;
}
