html, body {
    height: 100%;
}
.navbar {
    padding: 0.6rem 1rem!important;
}
.nav-user {
    margin: 8px;
    text-transform: capitalize;
}
#wrapper {
    padding-top: 3.6rem;
    height: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

#info-col {
    padding-top: 0.2rem;
}
@media (min-width: 767px) {
    #info-col {
        height: 100%;
    }
}
#info-content {
    max-height: calc(100% - 4.6rem);
    overflow-y: auto;
    overflow-x: hidden;
}
#players-col {
    padding-top: 0.2rem;
}
#chat-col {
    background: #444444;
}
#out {
    width: 100%;
    height: calc(100% - 40px);
    overflow: auto;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    padding-bottom: 25px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.form-control {
    background: #515151;
    color: #ffffff;
}
.form-control:focus {
    color: #ffffff;
    background: #414141;
}
#command-send {
    color: #ffffff;
    background: #303030;
}
#command-send:hover {
    background: black;
}
.map-container {
    display: inline-block;
    border: 0;
    margin-top: 5px;
    position: relative;
}
.map-container span.in {
    color: #fff;
    border: 0;
    position: absolute;
    top: 0px;
    left: 5px;
}
.map-container span.gm {
    color: #fff;
    border: 0;
    position: absolute;
    bottom: 0px;
    right: 20px;
    max-width: 100%;
}
.map-container img.map-pic {
    max-width: 100%;
}
.cmd-input {
    height: 25px;
    position: absolute;
    bottom: 0;
}
.text-shadow {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3)!important;
}
.dark-list {
    width: 100%;
    position: absolute;
    margin-top: 2.4rem;
}
.chat-1 {
    display: inline;
    color: #d53333;
}
.chat-None {
    display: inline;
    color: green;
}
.chat-2 {
    display: inline;
    color: #5a5aff;
}
.map-gpm {
    float: right;
    background: #222;
    width: fit-content;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}
#map-all,
#map-list{
    border-radius: 4px;
    max-height: 16rem;
    overflow: auto;
}
.msg {
    line-height: 1;
    margin-bottom: 12px;
}
#roy-tickets{
    text-align: center;
    color: #5a5aff;
    font-size: 1.5rem;
}
#nat-tickets{
    text-align: center;
    color: #d53333;
    font-size: 1.5rem;
}
.team1{
    color: #d53333;
}
.team2{
    color: #5a5aff;
}
.edit-tickets {
    cursor: pointer;
}
.form-control:disabled,
.form-control[readonly]{
    background-color: #444444;
}
.gadmin {
    text-decoration-color: #f39c12!important;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
}
.remove-setting {
    cursor: pointer;
}
.sadmin {

}
.dropdown-menu.show {
    right: 0;
    left: auto!important;
}
/* s */
.tab-content>.active {
    padding: 4px;
}

#map-top-view{
    height: 512px;
    width: 512px;
    border-radius: 4px;
    margin-top: 15px;
}
canvas[resize] {
    width: 100%;
    height: 100%;
}
.dropdown-menu {
    min-width: 60px !important;
}

.group-admin {
    text-decoration: underline;
    text-decoration-color: #f39c12;
}
.weapon-title {
    text-align: center;
}
.weapon-card {
    margin-top: 24px;
    margin-right: 8px;
}
.card-footer .half {
    text-align: center;
    display: inline-block;
    width: 50%;
}