﻿body {
    padding: 0;
    margin: 0;
    background: #ededed;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar.left {
    left: 0;
}

.sidebar.right {
    right: 0;
}

/*.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}*/

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar h6,
.sidebar label {
    color: #ededed;
    margin: 5px;
}

.sidebar select {
    width: 100%;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 5px;
}

.sidebar .closebtn.left {
    right: 25px;
}

.sidebar .closebtn.right {
    left: 25px;
}

.col.d-flex {
    max-width: 400px;
}

.tab-content {
    margin: 5px;
}

.slot {
    border-color: lightskyblue;
    height: 30px;
}

.button {
    width: 60px;
    height: 30px;
}

.row {
    margin: 5px 0px;
}

.remapperPS4 {
    /* The image used */
    background-image: url("images/PS4.png");
    /* Full height */
    height: 480px;
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}

.remapperXB1 {
    /* The image used */
    background-image: url("images/XB1.png");
    /* Full height */
    height: 480px;
    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
}

.remapperSelect{
    width: 150px;
    min-width: 150px;
}

.custom-range {
    width: 100%;
}

input.custom-checkbox {
    height: 25px;
    width: 25px;
}

.card-cfg {
    margin: 10px;
    background-color: #3393df !important;
}
.card-cfg > .card-header {
    border-bottom: unset!important;
}
.card-cfg > .card-body {
    margin: 2px !important;
    border: none !important;
}
.card-indent {
    margin-left: 50px!important;
}
.card-red {
    background-color: red!important;
}
.card-green {
    background-color: green!important;
}
.card-blue {
    background-color: blue!important;
}
.card-orange {
    background-color: orange!important;
}
.card-purple {
    background-color: purple!important;
}