@font-face {
    font-family: 'CFCrayons';
    src: url('../font/CFCrayons-Regular.ttf?niykz5') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 64px;
}

.login-form {
    width: 98%;
    max-width: 450px;
    height: auto;
    top: 50%;
    margin-top: 0;
}

.player-form {
    width: 100%;
    height: 85vh;
    top: 50%;
    margin-top: 0px;
    padding: 10px !important;
    max-width: 500px;
}

.circle {
    background-color: #fff;
    border: 3px solid black;
    height: 200px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 200px;
    margin: 50px;
}

.minw300 {
    min-width: 300px;
}

.minh300 {
    min-height: 300px;
}

.maxw400 {
    max-width: 400px;
}

.maxw500 {
    max-width: 500px;
}

.clickable:hover {
    cursor: pointer;
}

.customtable a {
    color: black !important;
}

.customtable a:hover {
    color: black;
    text-decoration: none;
}

.desktop_only {
    display: none !important;
}

@media (min-width: 576px) {
    .desktop_only {
        display: block !important;
    }
}

.button.customicon {
    font-size: 12px;
    padding: 0;
    height: 35px;
    line-height: 30px;
    vertical-align: text-top;
    margin: 5px 5px 5px 0;
}

.button.customicon img {
    height: 1.9rem;
}

.customcollapse tbody tr td {
    font-weight: bold;
}

.customcollapse tbody tr td + td {
    font-weight: normal;
}

.dataTables_processing {
    top: 80px;
    width: 100%;
    text-align: center;
}

.dataTables_filter label {
    max-width: 350px;
    float: right;
}

.clickedit {
    cursor: pointer;
}

.line-height-0 {
    line-height: initial;
}

.dialog-content {
    padding: 12px 24px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-height: 78vh;
    overflow: auto !important;
}

.dialog {
    top: 40px !important;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
}
::-webkit-scrollbar-thumb {
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #353535;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: white;
}