/* -------- FONTS --------- */
@font-face {
    font-family: 'basiic';
    src: url("/assests/basiic.ttf") format("truetype");
}

@font-face {
    font-family: 'virale';
    src: url("/assests/virale.ttf") format("truetype");
}

/* -------- ELEMENTS --------- */
header,
footer {
    border: #2a2525 2px solid;

}

body {
    background: #c5cdc7 url(https://file.garden/amgFvkc3WFTKhs18/cormech/montreallight.jpg);
    min-height: 100vh;
    cursor: url(https://file.garden/amgFvkc3WFTKhs18/cormech/assets/glasscursor.cur), auto;
    font-family: 'basiic', 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0px 0px 1px #bbb;
    color: #2a2525;
    letter-spacing: 2px;
    line-height: 16px;
}

a,
.navbutton,
.clickableposter,
.clickableposter:hover,
.posterscroll,
button {
    cursor: url(https://file.garden/amgFvkc3WFTKhs18/cormech/assets/glassLink.cur), pointer;
}

header {
    grid-row: 1/2;
    grid-column: 1/4;
}

nav {
    grid-row: 2/3;
    grid-column: 1/4;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

aside:left {
    grid-row: 3/4;
    grid-column: 1/2;
    height: max-content;
}

main {
    grid-row: 3/4;
    grid-column: 2/3;
    height: max-content;
}

aside:right {
    grid-row: 3/4;
    grid-column: 3/4;
    height: max-content;
}

footer {
    grid-row: 5/6;
    grid-column: 1/4;
}

/* -------- BODIES --------- */
.mainbox {
    max-width: 1000px;
    margin: 50px auto;
    justify-content: center;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 200px 400px 200px;
}

.twobody {
    grid-row: 3/4;
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 400px 20px 400px;
}

.onemainbody {
    grid-row: 4/5;
    grid-column: 1/4;
    max-width: 1000px;

}


/* -------- TEXT --------- */
h1 {
    font-family: virale;
    font-size: 25px;
}

.title {
    color: #2a2525;
    text-decoration: none;
}

.title:hover {
    color: #f0f8ff;
}

h2 {
    font-family: virale;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 4px;
    background-color: #95bcaa80;
    border-radius: 6px 6px 0px 0px;
    border: #575555 1px solid;
}

h3 {
    font-family: basiic;
    font-size: 14px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    border-left: #575555 1px solid;
    border-bottom: #575555 1px solid;
    max-width: 280px;
    font-weight: 400;
    text-shadow: 0px 0px 1px #bbb;
    color: #2a2525;
    letter-spacing: 2px;
    line-height: 16px;
    text-indent: 18px hanging each-line;
}

h6 {
    font-family: basiic;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    border-left: rgb(87, 85, 85) 1px solid;
    font-weight: 400;
    text-shadow: 0px 0px 1px #bbb;
    color: #2a2525;
    letter-spacing: 2px;
    line-height: 16px;
}

a {
    color: rgb(0, 144, 127);
}

pre {
    font-family: monospace;
    font-size: 12px;
    color: #575555;
    background-color: #95bcaa80;
    border-radius: 6px;
    padding: 0px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    white-space: pre-wrap;
}

.ul-one {
    list-style: circle inside;
    margin: 0px;
    padding-left: 5px;
    padding-top: 4px;
    border-left: rgb(87, 85, 85) 1px solid;
    text-indent: 18px hanging each-line;

}

.ul-two {
    list-style: circle inside;
    margin: 0px;
    padding-left: 30px;
    text-indent: 18px hanging each-line;
}

.doubleline-indent {
    border-left: 1px double #333;
    padding-left: 18px;
}


.navbutton {
    font-family: virale;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(149, 188, 170, 0.502);
    padding: 4px;
    border-radius: 6px 6px 6px 6px;
    border: aliceblue 1px solid;
    display: inline-block;
    text-align: center;
    color: aliceblue;
    text-decoration: none;

}

.togglebutton:hover,
.navbutton:hover {
    background-color: rgb(221 237 240 / 40%);
}

.togglebutton {
    font-family: virale;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(149, 188, 170, 0.502);
    padding: 4px;
    border-radius: 6px 6px 6px 6px;
    border: rgb(87, 85, 85) 1px solid;
    display: inline-block;
    text-align: center;
    color: rgb(87, 85, 85);
    text-decoration: none;
    min-width: fit-content;
    white-space: nowrap;
}

::selection {
    background: #e4cdcba0;
}


/* -------- BOX/DOT/LINES --------- */
.box {
    background-color: rgb(221 237 240 / 40%);
    border-radius: 6px;
    padding: 5%;
    position: relative
}

.darkbox {
    background-color: rgb(221 237 240 / 70%);
    border-radius: 6px;
    padding: 5%;
    position: relative
}

.toggle-window {
    background-color: rgb(221 237 240 / 70%);
    border-radius: 6px;
    z-index: 10;
    position: fixed;
    right: 20px;
    bottom: 10px;
    width: fit-content;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: #575555 1px solid;
    line-height: 60%;
}

.posterscroll {
    background-color: #f0f8ff;
    border-radius: 0px 0px 6px 0px;
    border: #575555 1px solid;
    padding: 2px;
    padding-left: 5px;
    margin: 0;
    max-height: 100px;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.clickableposter {
    cursor: pointer;
    transition: transform 0.2s;
}

.clickableposter:hover {
    transform: scale(1.02);
    filter: opacity(60%);
}

.poster-text {
    display: none;
}

.poster-text:target {
    display: block;
    position: relative;
}

.code-snippet {
    height: 30px;
    background-color: #95bcaa80;
    border-radius: 0 6px 6px 0px;
    overflow: auto;
    border-left: rgb(87, 85, 85) 1px solid;
}

.dot {
    height: 3px;
    width: 3px;
    background-color: transparent;
    border: #575555 1px solid;
    border-radius: 50%;
    position: absolute;
    bottom: 4%;
    left: 4.1%;
}

.middle-dot {
    height: 3px;
    width: 3px;
    background-color: transparent;
    border: #575555 1px solid;
    border-radius: 50%;
    position: absolute;
    bottom: 8%;
    left: 4.56%;
}

.indent-dot {
    height: 3px;
    width: 3px;
    background-color: transparent;
    border: #575555 1px solid;
    border-radius: 50%;
    position: absolute;
    margin-top: -10px;
    left: 9.2%;
}

hr {
    color: #575555;
    border-style: dotted;
    border-width: 1px;
}

.boximage {
    border-left: #575555 1px solid
}

/* -------- CRT EFFECT --------- */
.crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 9999;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}

.crt.crt-off::before {
    content: none;
}

/* -------- MUSIC PLAYER --------- */
.player {
    width: fit-content;
    border: #CECECE solid 2px;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(0deg, rgba(205, 205, 205, 1) 0%, rgba(230, 230, 230, 1) 30%, rgba(255, 255, 255, 1) 100%);
    padding: 5px;
}




.seek_slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 6px;
    background: #e4d5dc;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 8px;
}

.seek_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    background: white;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #cecece;
    padding-top: 3px;
    position: relative;
    bottom: 3px;
}

button,
input,
label,
option,
select,
table,
textarea,
ul.tree-view {
    -webkit-font-smoothing: none;
    font-family: 'virale';
    font-size: 11px
}

button,
input[type=reset],
input[type=submit] {
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: transparent;
    min-height: 23px;
    min-width: 75px;
    padding: 0 12px;
    text-shadow: 0 0 #222
}

.vertical-bar,
button,
input[type=reset],
input[type=submit].vertical-bar {
    height: 20px;
    width: 4px
}

button:not(:disabled):active,
input[type=reset]:not(:disabled):active,
input[type=submit]:not(:disabled):active {
    opacity: 0.5
}

@media (not(hover)) {

    button:not(:disabled):hover,
    input[type=reset]:not(:disabled):hover,
    input[type=submit]:not(:disabled):hover {
        box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey
    }
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    opacity: 1
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

:disabled,
:disabled+label,
input[readonly],
input[readonly]+label {
    color: grey
}

:disabled+label,
button:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
    text-shadow: 1px 1px 0 #fff
}




@media (not(hover)) {
    button:not(:disabled):hover {
        box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey
    }
}


.window,
.title-bar {
    font-family: "virale";
    -webkit-font-smoothing: none;
    font-size: 11px;
}

.window {
    padding: 10px;
    width: 290px;
}


.window-body {
    display: block;
    margin: auto;
    border-radius: 0em;
}



input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

/* settings for chrome browsers */
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    /* thickness of seeking track */
    cursor: pointer;
}


/* settings for firefox browsers */
input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    /* thickness of seeking track */
    cursor: pointer;
}

.flex {
    display: flex;
}






#musicplayer {
    display: block;
    float: right;
    background: linear-gradient(0deg, #cbe3d8, white) padding-box, linear-gradient(to top, white, #A2A2A2) border-box;
    border-radius: 60em;
    border: 2px solid transparent;
    margin-left: 8px;
    padding-left: 10px;
    box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.27) inset;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.27) inset;
    -moz-box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.27) inset;
}


.wheel {
    display: block;
    justify-content: center;
    margin: auto;
    background: linear-gradient(white, white) padding-box, linear-gradient(to top, white, #A2A2A2) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    padding-top: 0px;
    box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.27) inset;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.27) inset;
    -moz-box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.27) inset;
}

.innerwheel {
    border-radius: 50em;
    border: 2px solid #E2E2E2;

    padding: 9px;
    padding-left: 10px;
    padding-right: 12px;
    margin: 0;
    box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.17) inset;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.17) inset;
    -moz-box-shadow: 1px 1px 10px 0px rgba(128, 128, 128, 0.17) inset;

}

th {
    width: 20px;

    margin: 0;
}

.fas fa-minus {
    margin: 0;
    padding-bottom: 5px;
}


.wheelcontrols {
    font-size: 14px !important;
    /* size of controls */
    text-align: center;
    padding-top: 2px;
    color: #aaa;
    opacity: 0.8;
}

.wheelcontrols button {
    background: none;
    border: none;
    color: #aaa;
    opacity: 0.6;
    font-size: 14px;
    padding: 2px;
    cursor: pointer;
}

.wheelcontrols button:hover {
    opacity: 1;
}

.controls button:hover {
    opacity: 1;

}

.playpause-track button {
    display: block;
    color: #C1C1C1;
    font-size: 20px;
    margin: auto;
}

.playpause-track {
    font-size: 22px !important;
    padding: 3px;
}

.songtitle {
    padding: 25px;
    /* padding around song title */
    color: #A3A3A3;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 20px;
    font-size: 16px;
    display: block;
    font-family: 'virale';
}

.controls button {
    display: block;

    margin-left: 15px;
    font-size: 14px !important;
    /* size of controls */
    text-align: center;
    color: #ccb3be;
    opacity: 0.6
}

button {
    min-width: 20px;
    background: none;

    text-align: center;
}

button:active {
    opacity: 0.7;
}


.seeking {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    /* padding around seeking bar */
    padding-left: 0;
    padding-bottom: 0px;
    color: #A3A3A3;
}

.current-time {
    padding-right: 5px;
}

.total-duration {
    padding-left: 5px;
}