/*@font-face {
    font-family: 'Disket';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/fonts/Disket-Mono-Regular.ttf") format('ttf');
    !*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*!
}
@font-face {
    font-family: 'Disket';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/fonts/Disket-Mono-Bold.ttf") format('ttf');
    !*unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*!
}*/
/*:root {
    --mdb-font-roboto: "Disket", sans-serif;
}*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


:root {
    --mdb-font-roboto: 'Ubuntu', sans-serif;
    letter-spacing: -.4px;
}

#input_copied {
    opacity: 0;
    position: absolute;
    left: -100%;
}
body {
    overflow: hidden;
    height: 100vh;
    padding-top: 60px;
}
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.53) transparent;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4);
}
body {
    color: #a3a3a3;
}
body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -5;
    /*background: linear-gradient(180deg, rgba(50, 70, 80, .9) 0, #0a1e21 100%);*/
    /*background: linear-gradient(180deg, rgb(0 3 4 / 81%) 0, #0a1e21cf 100%);*/
    /*background: linear-gradient(180deg, rgb(43 108 125 / 40%) 0, #000000cf 100%);*/
    /*background: linear-gradient(180deg, rgb(43 108 125) 0, #000000 100%);*/
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -10;
    /*background-color: #273136;*/
    /*background-image: url("/images/bg/best-background-for-website-15.jpg");*/
    /*background-image: url("/images/bg/blur-bg.jpg");*/
    background-image: var(--bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    transition: background .2s linear;
    background-size: cover;
}
.navbar {
    position: fixed;
    /*height: 60px;*/
    background: rgb(87 86 86 / 19%);
    width: 100%;
    z-index: 1;
    top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar .nav-link {
    padding: 0 0.5rem;
}
.navbar-toggler {
    color: white;
}
.page {
    overflow: auto;
    height: 100%;
}
.main-container {
    padding-top: 24px;
    padding-bottom: 24px;
    min-height: calc(100vh - 434px)
}
.table {
    background: rgb(0 0 0 / 48%);
}
#image-columns {
    column-width: 320px;
    column-gap: 15px;

}
div#image-columns figure {
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    transition: opacity .4s ease-in-out;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    height: 240px;
    overflow: hidden;
    width: 100%;
    display: inherit;
}
div#image-columns figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.settings {
    min-width: 300px;
    width: 40%;
    position: fixed;
    height: calc(100vh - 60px);
    top: 60px;
    background: rgb(0 0 0 / 26%);
    transform: translate(-100%);
    transition: all .4s;
    overflow: auto;
    padding: 40px 15px 15px;
}
.settings.active {
    transform: translate(0);
    transition: all .4s;
}
.settings-btn {
    border-radius: 0 10px 10px 0;
    position: fixed;
    bottom: 60px;
    background: rgb(9 107 113 / 58%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .4s;
}
.settings-btn.hidden {
    transform: translate(-50px);
}
.settings-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #a3a3a3;
    cursor: pointer;
    z-index: 1;
}
figure .im-name {
    position: absolute;
    padding: 10px;
    /*background-color: #317993a3;*/
    color: white;
    width: 100%;
    bottom: 0;
}
.box {
    /*background-color: rgba(0,0,0,.2) !important;*/
    /*box-shadow: 0 5px 5px 0 rgba(0,0,0,.25) !important;*/
    border-radius: 5px !important;
    color: white !important;
}
.box-header {
    display: block;
    padding: 16px;
    position: relative;
}
.list {
    list-style: none;
    margin: 0;
    padding: 5px;
}
.list .list-item {
    padding: 10px 16px;
    position: relative;
    cursor: pointer;
}
.list .list-item:hover {
    background-color: rgb(0 0 0 / 38%);
    /*background-color: #1e282c;*/
}
.form-control {
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: rgb(93 93 93 / 26%);
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 9.41px;
}
.form-icon-right {
    position: relative;
}
.form-icon-right i {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
}
.form-control:focus {
    border-color: transparent;
    box-shadow: inset 0 0 0 1px #3f3f3f;
}
.table {
    margin: 0;
}
.nav-tabs {
    background-color: rgb(93 93 93 / 26%);
}
.nav-tabs .nav-link {
    position: relative;
}
.nav-tabs .nav-link.active {
    /*background-color: rgb(0 0 0 / 29%);*/
    color: white;
    border-color: transparent;
}
.nav-tabs .nav-link.active:after {
    opacity: 1;
}
.nav-tabs .nav-link:hover:after {
    opacity: 1;
}
.nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: rgb(0 0 0 / 38%);
    opacity: 0;
    left: 5px;
    top: 5px;
    transition: all .4s;
}
.tab-content {
    background-color: rgb(93 93 93 / 26%);
}
.top-16 {
    top: 16px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 10px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img {
    pointer-events: none;
}
* {
    user-select: none;
}
/* loader */
.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.bar {
    width: 10px;
    height: 70px;
    background: rgb(6 255 245);
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
    animation: loader 1.2s linear infinite;
}
.bar1 {
    animation-delay: 0.1s;
}
.bar2 {
    animation-delay: 0.2s;
}
.bar3 {
    animation-delay: 0.3s;
}
.bar4 {
    animation-delay: 0.4s;
}
.bar5 {
    animation-delay: 0.5s;
}
.bar6 {
    animation-delay: 0.6s;
}
.bar7 {
    animation-delay: 0.7s;
}
.bar8 {
    animation-delay: 0.8s;
}
@keyframes loader {
    0% {
        transform: scaleY(0.1);
        background: transparent;
    }
    50% {
        transform: scaleY(1);
        background: rgb(6 255 245);
    }
    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}
.loader {
    display: none;
}
/*@media (min-width: 992px) {*/
    /*.navbar {*/
        /*padding: 0;*/
    /*}*/
    /*.top-menu li {*/
        /*padding: 15px;*/
        /*background-color: #3eeee0;*/
        /*transform: skew(-15deg);*/
    /*}*/

    /*.top-menu li>* {*/
        /*transform: skew(15deg);*/
    /*}*/
/*}*/