/* Body $$ Html */
body,
html {
    height: 100%;
    margin: 0px !important;
    padding: 0px !important;
    scroll-behavior: smooth;
    background: #080808;
}

.site-container {
    background: #080808;
    display: table;
    height: inherit;
    width: 100%;
    margin: 0px !important;
    margin-bottom: 0px;
    padding: 0px !important;
}

.header {
    border-bottom: 1px solid #181818;
    background: #080808;
}

/* Fonts // colors */
h1, h2, h3, h4, h5, p, small, span, label, i {
    color: #fff;
    font-family: 'anuphan';
}

a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 14px;
}
p {
    font-size: 14px;
}

.anuphan {
    font-family: 'anuphan';
    font-weight: 400;
}
.anuphan-2 {
    font-family: 'anuphan';
    font-weight: 500;
}
.anuphan-3 {
    font-family: 'anuphan';
    font-weight: 700;
}
.gabarito {
    font-family: 'gabarito';
    font-weight: 400;
}
.gabarito-2 {
    font-family: 'gabarito';
    font-weight: 600;
}

.text-xs {font-size: 12px}
.text-sm {font-size: 14px}
.text-md {font-size: 18px}
.text-lg {font-size: 24px}

@media (max-width: 576px) {
    .text-mobile-xs {
        font-size: 12px !important;
    }
}

.primary-color {
    color: #ef3a43 !important;
}
.primary-bg {
    background: #ef3a43 !important;
}
.grey-color {
    color: #aaa8a8 !important;
}
.grey-color-lighter {
    color: #d9d6d6 !important;
}

.color-reverse {
    color: black !important;
}
.bg-reverse {
    background: white !important;
}
.grey-color-reverse {
    color: #696767 !important;
}

.color-success {
    color: #0ac989 !important;
}

.white-bg {
    background: #fff;
}

.bg-1 { background: #080808 !important; }
.bg-2 { background: #121212; }
.bg-3 { background: #151515; }
.bg-4 { background: #202020; }
.bg-5 { background: #303030; }
/* --- End --- */


/* ---------------------------- */
    /* Inputs  */
/* ---------------------------- */
.form-wrapper {
    position: relative;
    margin: 25px 0px;
}

.form-wrapper input {
    width: 100%;
    height: 45px;
    padding: 0px 14px;
    border: 1px solid #222222;
    border-radius: 6px;
    color: #fff !important;
    background: transparent;
}

.form-wrapper select {
    width: 100%;
    height: 55px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0px 12px;
    color: #000 !important;
    background: transparent;
}

.form-wrapper .input-invalid {
    border-color: #e34413 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input:focus,
select:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-wrapper input:focus,
select:focus {
    border: 2px solid grey !important;
}

/* input icons and text */
.form-wrapper .has-icon {
    padding-right: 30% !important;
    position: relative;
}

.form-wrapper .has-icon-left {
    padding-left: 50px !important;
    position: relative;
    padding-right: 0;
}

.form-wrapper .input-icon-wrapper {
    position: absolute;
    right: 10px;
    top: 2px;
    display: flex;
    height: 100%;
    width: auto;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 0px 4px 4px 0px;
}

.form-wrapper .input-icon-wrapper-left {
    right: auto;
    left: 10px;
}

.input-icon {
    color: var(--text-color);
    position: relative;
    top: -1px !important;
}

@media (max-width: 576px) {
    .input-icon {
        top: -1px !important;
    }

    .psw-c-icon {
        top: -1px !important;
    }
}

.form-wrapper input.shaded {
    border: none !important;
    background: #202020 !important;
}
.input-shade {
    border: none !important;
    background: #202020 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

/* End */



/* ----------------------- */
  /* Buttons */
/* ----------------------- */
button {
    background: #ef3a43;
    border: none;
    border-radius: 6px;
    text-align: center;
    padding: 12px;
    color: #fff;
    width: 100%;
    font-family: 'anuphan';
    font-size: 14px;
}
button:focus{
    outline: 0px;
    box-shadow: 0px;
    -webkit-box-shadow:none;
}

button.outline-light {
    border: 1px solid #fff;
    background: none;
}
button.secondary {
    background: white;
    color: black;
}
button.tertiary {
    background: #404040;
    color: white;
}
button.border-light {
    border: 1px solid #fff;
}
button.rounded {
    border-radius: 30px !important;
}


/* -------------------- */
    /* Box sizing */
/* -------------------- */
.w-fit-content { width: fit-content }
.h-fit-content { height: fit-content }
.m-h-100 {
    min-height: 100%;
}
.h-100 {
    height: 100%;
}


/* --------------------- */
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}

.post-box {
    background: #151515;
    border-radius: 20px;
    padding: 20px;
}

.card_tb_ {
    border: 1px solid rgba(131, 68, 71, .6);
    border-radius: 20px;
    box-shadow: rgba(158, 157, 157, 0.1) 0px 4px 12px;
}

._card {
    background: #202020;
    border-radius: 12px;
    padding: 20px;
}

.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.lowercase { text-transform: lowercase; }

.border{ border-color: #202020 !important; }
.border-left{ border-color: #202020 !important; }
.border-right{ border-color: #202020 !important; }
.border-top{ border-color: #202020 !important; }
.border-bottom{ border-color: #202020 !important; }
.border-none { border: none !important; }


.rounded-1 {
    border-radius: 6px;
}
.rounded-2 {
    border-radius: 20px;
}
.rounded-3 {
    border-radius: 30px;
}

.pointer {
    cursor: pointer;
}

.side-bar-mobile {
    position: fixed;
    right: 0;
    width: 90%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    top: 0 !important;
    overflow: auto !important;
    padding-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.side-bar-mobile a {
    color: #000 !important;
    display: flex;
    padding: 12px 0px;
    align-items: center;
}

.overlayDiv {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
}


/* sidebar/nav */
.sidenav {
    background: #101010;
    border-right: 1px solid #202020;
    height: 100vh;
    z-index: 5 !important;
    left: 0px;
    overflow: auto;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.sidenav a {
    padding: 12px 8px;
    display: flex;
    align-items: center;
    margin: 2px 0px;
    border-radius: 4px;
}
.sidenav a:hover {
    background: #202020;
}

.sidenav a.active {
    background: #303030;
}
.sidenav a.active svg {
    fill: #fff !important;
}

table>thead>tr>th {
    color: white;
}
table>tbody>tr>td { color: white; }

.radius-1 { border-radius: 4px; }
.radius-2 { border-radius: 6px; }
.radius-3 { border-radius: 12px; }
.radius-4 { border-radius: 20px; }
.radius-5 { border-radius: 30px; }

.bg-none {
    background: none !important;
}

.modal-body {
    background: #191919;
}


@media (max-width:576px){
    .table-responsive-sm {
      width: 90vw !important;
      overflow: auto !important;
      flex-wrap: wrap;
    }
}