html, body {
    background: #141414;
    width: 100%;
    height: 100%;
    position: fixed;
}

pre {
    background: #242424;
    color: #db5644;
    max-width: calc(100%);
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin-bottom: 25px;
    border: 1px solid #383838;
}

a:hover {
    text-decoration: none;
}

.fxci-card-table {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    min-height: max-content;
    background: #1a1c1e;
    padding-bottom: 1px;
}

.fxci-message {
    padding-top: 16px;
}

.fxci-message-warning {
    border: 2px dotted goldenrod;
    background: #3e2c00;
    color: white;
    font-size: 18px;
}

.fxci-message-warning h2 {
    color: #fff5da;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #fff6;
    margin-bottom: 0;
}

.fxci-message-warning p {
    margin-top: 0;
}

.fxci-card-table > h5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    padding: 5px 0 5px 13px;
    background: #2e3235;
    width: calc(100% - 13px);
    margin: 0;
}

.fxci-list {
    margin: 0;
}

.fxci-list > li {
    border: 0 solid red !important;
    color: #888;
    text-transform: capitalize;
}

.fxci-list > li > span {
    right: 14px;
    position: absolute;
}

.fxci-list > li > a {
    color: goldenrod;
}

.fxci-list > li > a:hover {
    color: #ffb400;
    text-decoration: underline;
}

.fxci-list > li:nth-child(1n) {
    background: #1a1c1e !important;

}

.fxci-list > li:nth-child(2n) {
    background: #1e2022 !important;
}

#vissize {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: rgba(23, 29, 42, 0.3);
    border-radius: 15px;
    height: 200px;
    width: 200px;
    opacity: 1;
    -webkit-animation-name: viso;
    -webkit-animation-duration: 1s;
    animation-name: viso;
    animation-duration: 1s;
}

#message {
    background: #242424;
    max-width: 360px;
    margin: 100px auto 16px;
    padding: 32px 24px;
    border-radius: 3px;
}

#message h2 {
    color: #af3120;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 8px;
}

#message h1 {
    font-size: 22px;
    font-weight: 300;
    color: white;
    margin: 0 0 16px;
}

#message p {
    line-height: 140%;
    margin: 16px 0 24px;
    font-size: 14px;
}

#message, #message a {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#load {
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 13px;
}


.uk-notification-message {
    background: #202020;
    font-size: 16px;
}

.fxci-top {
    background: #0d0e0e;
    border-top: 1px solid #d49c00;
    border-bottom: 1px solid #000;
    height: 21px;
    box-shadow: 0 2px 10px #00000080;
}

.fxci-top-title {
    transition: all 1s ease;
    background: #ac8400;
    width: max-content;
    min-width: 165px;
    height: 22px;
    top: 0;
    position: sticky;
}

.fxci-top-title > span {
    transition: all 1s ease;
    color: white;
    padding: 5px 8px;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1px;
    top: -3px;
    position: relative;
}

.fxci-top-title-a {
    display: flex;
    width: max-content;
}

.fxci-top-title-tri {
    transition: all 1s ease;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    height: 22px;
    width: 22px;
    background: #ac8400;
}

.fxci-top-title-a:hover div {
    transition: all 1s ease;
    background: #ffc400;
}

.fxci-sidebar-left {
    transition: all 1s ease;
    background: #0d0d0e;
    width: 43px;
    max-width: 165px;
}

.fxci-container {
    flex: 1;
    display: flex;
    overflow-y: scroll;
    background-color: #0a0a0a;
    width: 100%;
    height: calc(100% - 22px);
    right: 0;
    top: 22px;
    scrollbar-color: #242424 #151515;
}

.fxci-container::-webkit-scrollbar {
    background-color: #242424;
    border-left: 1px solid #242424;
    width: 13px;
}

.fxci-container::-webkit-scrollbar-track {
    background-color: #151515
}

.fxci-container::-webkit-scrollbar-thumb {
    background-color: #313131
}

.fxci-container::-webkit-scrollbar-thumb:hover {
    background-color: #424242
}

.fxci-container::-webkit-scrollbar-thumb:active {
    background-color: #505050
}

.fxci-box {
    height: calc(100vh - 73px);
    width: calc(100% - 50px);
    padding: 25px;
}

.fxci-menu {
    padding-bottom: 25px;
}

.fxci-menu-item {
    display: flex;
    height: 40px;
    background: #151515;
    border-bottom: 1px solid rgb(14, 14, 14);
}

.fxci-menu-item:hover {
    background: #1f1f1f;
}

.fxci-menu-item > img {
    padding: 8px;
    margin-right: 5px;
    max-width: 66px;
    height: auto;
    width: 41px;
}

.fxci-menu-item-title {
    margin: 0;
    color: white;
    font-size: 12px;
}

.fxci-menu-item-textbox {
    padding-top: 4px;
    padding-left: 5px;
}

.fxci-menu-item-sub {
    margin: 0;
    color: rgb(175, 175, 175);
    font-size: 10px;
}

.fxci-menu-expand {
    box-shadow: 5px 10px #888888;
    transition: all 1s ease;
    position: absolute;
    top: calc(50% - 64px);
    height: 64px;
    background: #0d0d0e;
    -webkit-clip-path: polygon(0 0, 25% 25%, 25% 75%, 0% 100%);
    clip-path: polygon(0 0, 25% 25%, 25% 75%, 0% 100%);
    width: 70px;
    color: white;
    padding-top: 32px;
}

.fxci-footer {
    transition: all 1s ease;
    background: #20395b;
    color: #cfd0e1;
    width: 64px;
    max-height: 24px;
}

.fxci-login {
    background: #2424246b;
    max-width: 360px;
    margin: 100px auto 16px;
    padding: 15px 32px 24px;
    border-radius: 3px;
}

.fxci-login > div > h2 {
    color: #ffd000;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 15px;
}

.fxci-login > img {
    width: 300px;
    margin-bottom: 0;
    position: relative;
}

.form-group {
    margin-bottom: 20px;
}

.fxci-icon {
    position: relative;
    margin: -26px 5px 0 0;
}

.fxci-icon-col {
    color: #dbdbdb;
}

.fxci-icon-col:hover {
    color: rgba(255, 180, 0, 0.84)
}

.uk-card-badge {
    transition: all 1s ease;
    background: #a82d2d;
    top: 10px;
    right: 10px;
}

.fxci-user-status {
    background: #ffffff1a;
    border-radius: 5px;
    width: 200px;
    height: 48px;
    padding: 6px 9px !important;
}

.fxci-profilepicture {
    background: #000;
    height: 130px;
    width: 130px;
    object-fit: cover;
}

.fxci-user-socials {
    background: #2b2b2b;
    border-radius: 6px;
    padding: 10px 15px 1px;
    margin-left: -12px;
    margin-right: -12px;
}

.fxci-login-item {
    display: flex;
    height: 35px;
    background: #2b2b2b;
    border: 1px solid #353535;
    border-radius: 5px;
    margin-bottom: 5px;
}

.fxci-login-item:hover {
    border-color: #3f3f3f;
    background: #353535;
    cursor: pointer;
}

.fxci-login-item > img {
    width: 35px;
    height: 35px;
    padding: 2px;
    margin-right: 5px;
}

.fxci-login-item-title {
    margin: 0;
    color: rgb(207, 207, 207);
}

.fxci-form {
    display: flex;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.fxci-form-input {
    display: flex;
    height: 35px;
    background: #383838;
    border: 1px solid #474545;
    border-radius: 5px;
    margin-bottom: 5px;
    color: white;
}

.fxci-button {
    background: #2e2e2e;
    border: 1px #3a3a3a solid;
    border-radius: 2px;
    margin-top: 6px;
    width: 100%;
    color: rgb(214, 214, 214);
}

.fxci-button:hover {
    background: #383838;
    border-color: #4e4c4c;
}

.fxci-button:active {
    background: #431c17;
}

.fxci-error {
    background: #af3120;
    border-radius: 2px;
    margin-top: 6px;
    width: 100%;
    color: white;
}

.fxci-error > p {
    margin: 0;
    padding: 5px
}

.uk-alert-danger {
    background: #242424;
    border: 0 solid #313131;
    border-radius: 5px;
    padding: 4px;
    color: #d74424;
}

.uk-alert-success {
    background: #242424;
    border: 0 solid #313131;
    border-radius: 5px;
    padding: 4px;
    color: #2ad724;
}

.fxci-disable:hover, .fxci-disable span, .fxci-disable p {
    cursor: not-allowed !important;
    text-decoration: line-through;
}

.fxci-active, .fxci-active:hover {
    color: white !important;
    background: #4d4d4d !important;
}

.fxci-top-footer-tri {
    transition: all 1s ease;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    height: 22px;
    width: 22px;
    background: #151515;
}

.fxci-top-footer {
    background: #151515;
    width: calc(100vw - 222px - 37px);
    height: 22px;
    position: relative;
    top: -44px;
    right: -242px;
}

.fxci-top-footer {
    background: #151515;
    width: calc(100vw - 222px - 37px);
    height: 22px;
    position: relative;
    top: -44px;
    right: -242px;
}

.fxci-breadcrumb-container {
    transition: all 1s ease;
    width: calc(100vw - 300px);
    height: 22px;
    position: relative;
    top: -44px;
    right: -235px;
    text-transform: capitalize;
    display: flex;
}

.fxci-breadcrumb-tri-left {
    transition: all 1s ease;
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    height: 21px;
    width: 22px;
    background: #57241d;
    border-bottom: 1px solid #000000;
}

.fxci-breadcrumb-tri-right {
    transition: all 1s ease;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    height: 21px;
    width: 22px;
    background: #57241d;
}

.fxci-breadcrumb-item {
    transition: all 1s ease;
    background: #57241d;
    height: 21px;
    width: max-content;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 21px;
    border-bottom: 1px solid #000000;
}

.fxci-breadcrumb-item > span {
    transition: all 1s ease;
    color: #c6bcbc;
}

.fxci-breadcrumb {
    width: max-content;
}

.fxci-breadcrumb > a:hover > div {
    background: #af3120;
    border-bottom: 1px solid #be9406;
}

.fxci-breadcrumb > a:hover > div > span {
    color: #ffffff !important;
}

.fxci-bread {
    margin-left: -15px;
}

.fxci-profile-manager {
    background: #242424;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: black;
    width: 200px;
    position: absolute;
    right: 0;
    top: 23px;
    padding: 5px 15px 5px 15px;
    z-index: 5000;
}

.fxci-sidebar {
    width: 160px;
}

.fxci-sidebar-item {
    background: #242424;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 160px;
}

.fxci-sidebar-item img {
    border-radius: 10px;
    border: 1px solid gold;
    object-fit: cover;
}

.fxci-sidebar-item > a:last-child > div {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 0;
}

.fxci-sidebar-item-title {
    box-shadow: 0 2px 10px #00000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 18px;
    color: rgb(211, 211, 211);
    font-size: 13px;
}

.fxci-sidebar-button {
    border-bottom: 1px solid #3b3b3b;
}

.fxci-sidebar-button, .fxci-sidebar-button > a {
    color: rgb(211, 211, 211);
    background: #2b2b2b;
    width: 160px;
    height: 27px;
    margin: 0;
}

.fxci-sidebar-button:hover, .fxci-sidebar-button:hover > a {
    color: rgb(241, 241, 241);
    background: #3b3b3b;
}

.fxci-sidebar-button:active, .fxci-sidebar-button:active > a {
    color: rgb(255, 255, 255);
    background: #4d4d4d;
}

.fxci-container-container {
    transition: all 1s ease;
    padding-left: 100px;
    padding-right: 100px;
}

.fxci-manage-container {
    background: #2c2c2c;
    width: 100%;
    padding-bottom: 35px;
    padding-right: 0;
    padding-left: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.fxci-manage-title {
    padding: 5px 5px 5px 12px;
    color: white;
    background: #4e2722;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #af3120;
}

.fxci-manage-title > span {
    font-size: 16px;
}

.fxci-manage-form {
    transition: all 1s ease;
    margin-top: 4px;
    margin-left: 20px;
    margin-right: 20px;
}

.fxci-button-warning {
    background: #af3120;
    border-color: #e03e28
}

.fxci-button-warning:hover {
    background: #e03e28;
    border-color: #f52c12
}

.fxci-button-confirm {
    background: #319731;
    border-color: #3fc73f;
}

.fxci-button-confirm:hover {
    background: #3fc73f;
    border-color: #2cdf2c;
}

.fxci-form-input-text {
    line-height: 20px;
    padding: 7px;
    color: #ababab;
}

.fxci-form > span {
    line-height: 40px;
    color: #b4b4b4;
}

@media only screen and (max-width: 1300px) {
    .fxci-container-container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 820px) {
    .fxci-container-container {
        padding-left: 10px;
        padding-right: 0;
    }

    .fxci-sidebar-left {
        width: 0;
    }

    .fxci-footer {
        width: 0;
        opacity: 0;
        pointer-events: none;
    }

    .uk-card-badge {
        opacity: 0;
        pointer-events: none;
    }

    .fxci-breadcrumb-container {
        right: -36px;
    }
}

@media only screen and (max-width: 639px) {
    .fxci-container-container {
        width: calc(100%) !important;
        padding-right: 10px !important;
    }
}

::selection {
    background: #60829f; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #60829f; /* Gecko Browsers */
}

body {
    background: #0E0E0E;
    height: 100%;
    width: 100%;
    overflow: auto;
    font-family: "Lato", sans-serif;
    position: absolute;
    scrollbar-color: #60829f #20222800;
}

.fxci-wrapper {
    width: 350px;
    padding: 20px;
    margin-top: calc(50px);
}

.uk-input {
    background: black;
    color: white;
    border: 1px solid grey;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

.uk-alert {
    padding: 0;
}

.uk-alert > p {
    padding: 15px 29px 15px 15px;
}

h4 {
    color: white !important;
}

.fxci-login {
    width: 222px;
}

.fxci-container {
    height: calc(100% - 100px) !important;
}

.tm-sidebar-left {
    height: calc(100% - 50px) !important;
}

.fxci-user-login {
    position: absolute;
    right: 15px;
    top: 10px;
}

.fxci-user-login-icon {
    color: white;
    padding-right: 8px;
}

.fxci-form-margin {
    width: 500px;
    margin: 25px;
}

.uk-form-horizontal .uk-form-label {
    width: 100px;
    margin-top: 7px;
    float: left;
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 115px;
}

.uk-form-custom {
    display: block;
}

.uk-select {
    background: black;
    color: white;
    border: 1px solid grey;
}

.uk-form-label {
    color: white;
}

.uk-width-1-4 > span:first-child {
    color: white;
}

.fxci-track-boxes li {
    color: silver;
    background: #1c1c1c4d;
    padding-top: 5px !important;
    padding-bottom: 5px;
    margin-top: 0 !important;
    max-height: 24px !important;
}

.fxci-track-boxes li:hover {
    background: #41414140 !important;
    color: white;
}

.fxci-track-title {
    pointer-events: none;
    margin-left: 38px;
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.fxci-track-album {
    pointer-events: none;
    display: flex;
    margin-left: 500px;
    margin-top: -24px;
}

.fxci-track-publish {
    pointer-events: none;
    display: flex;
    right: 130px;
    margin-top: -24px;
}

.fxci-track-artist {
    pointer-events: none;
    display: flex;
    margin-left: 320px;
    margin-top: -24px;
}

.fxci-track-tools {
    opacity: .5;
    display: flex;
    right: 250px;
    margin-top: -24px;
}

.fxci-track-tools > a > .material-icons {
    font-size: 24px;
    margin-top: 1px;
    color: gray;
}

.fxci-track-tools > a > .material-icons:hover {
    color: #ffbb00 !important;
}

.fxci-track-boxes li:hover .fxci-track-favourite, .fxci-track-boxes li:hover .fxci-track-tools, .fxci-active .fxci-track-tools, .fxci-active .fxci-track-favourite {
    opacity: 1;
}

.fxci-track-time {
    pointer-events: none;
    display: flex;
    position: absolute;
    right: 35px;
    margin-top: -24px;
}

.fxci-track-time > i {
    font-size: 18px;
    margin-top: 3px;
}

.fxci-track-favourite {
    pointer-events: none;
    opacity: 0.5;
    position: absolute;
    padding-left: 6px;
    margin-top: -1px;
}

.fxci-track-favourite > a {
    pointer-events: all;
}

.fxci-track-favourite > a > .material-icons {
    font-size: 24px;
    margin-top: 1px;
    color: gray;
}

.fxci-track-favourite > a > .material-icons:hover {
    color: #ffbb00 !important;
}

.fxci-track-note {
    color: white !important;
}

.fxci-track-boxes, .fxci-track-note {
    margin: 0;
}

.fxci-track-boxes {
    margin-bottom: 10px;
}

.fxci-track-info-social {
    margin-top: 5px;
    font-size: 18px;
}

.fxci-thin {
    font-size: 13px;
    font-weight: 100;
    margin-right: 13px;
}

.fxci-thin-margin {
    margin-top: -20px;
    margin-right: 9px;
}

.uk-button-primary {
    background: #ffba0000;
    border: 1px solid #d49c00;
    color: #bbbbbb;
    border-radius: 2px;
    padding: 2px;
    font-size: 12px;
}

.uk-button-primary:hover {
    background: #3d3d3d3d;
    border-color: #ffba00;
}

.uk-list-divider > li:nth-child(n+2) {
    border-top: 1px solid #28282880;
}

.fxci-track-info-box {
    position: relative;
    height: 200px;
    margin-bottom: 40px;
    background: #1c1c1c1a;
    border-radius: 15px;
}

.fxci-track-image {
    display: none;
}

.fxci-track-boxes li:hover {
    background: #1c1c1c90 !important
}

#visualizer_render, #songCover {
    border: 1px solid #33333430;
    position: absolute;
    border-radius: 15px;
}

#songCover {
    min-height: 200px;
    object-fit: cover;
}

.fxci-hide-track {
    display: block;
    margin-left: 232px;
}

.fxci-wrapper {
    width: 350px;
    padding: 20px;
    margin-top: calc(50px);
}

.uk-input {
    background: black;
    color: white;
    border: 1px solid grey;
}

.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

.uk-alert {
    padding: 0;
}

.uk-alert > p {
    padding: 15px 29px 15px 15px;
}

h4 {
    color: white !important;
}

.fxci-login {
    width: 222px;
}

.fxci-container {
    height: calc(100% - 100px) !important;
}

.tm-sidebar-left {
    height: calc(100% - 50px) !important;
}

.fxci-user-login {
    position: absolute;
    right: 15px;
    top: 10px;
}

.fxci-user-login-icon {
    color: white;
    padding-right: 8px;
}

.fxci-form-margin {
    width: 500px;
    margin: 25px;
}

.uk-form-horizontal .uk-form-label {
    width: 100px;
    margin-top: 7px;
    float: left;
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 115px;
}

.uk-form-custom {
    display: block;
}

.uk-select {
    background: black;
    color: white;
    border: 1px solid grey;
}

.uk-form-label {
    color: white;
}

.uk-width-1-4 > span:first-child {
    color: white;
}

#table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#table td, #table th {
    border-left: 1px solid #141414;
    padding: 8px;
}

#table tr {
    color: #b6b6b6;
    text-align: left;
}

.fxci-error-card {
    background: #500;
    height: max-content;
    width: max-content;
    border: 1px solid red;
    color: white;
    padding: 5px 15px 5px 15px;
    margin-bottom: 14px;
}

.fxci-error-card-button {
    border: 1px solid white;
    color: white;
    padding: 0 13px;
    font-size: 21px;
}

#table tr:nth-child(even) {
    background-color: #404040;
}

#table tr:nth-child(odd) {
    background-color: #353535;
}

#table tr:hover {
    background-color: #545454;
}

#table th {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    text-align: left;
    background-color: #222425;
    color: white;
}