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

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

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

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

a {
    text-decoration: none !important;
    color: #000 !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: 600;
}
.anuphan-4 {
    font-family: 'anuphan';
    font-weight: 700;
}
.gabarito {
    font-family: 'gabarito';
    font-size: 400;
}
.gabarito-2 {
    font-family: 'gabarito';
    font-size: 500;
}

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

.primary-color {
    color: #bc1d2d !important;
}
.primary-bg {
    background: #ef3a43 !important;
}
.grey-color {
    color: #575656 !important;
}

.color-reverse {
    color: black !important;
}
.bg-reverse {
    background: white !important;
}
.grey-color-reverse {
    color: #696767 !important;
}
.color-danger {
    color: #e43737 !important;
}
.color-success {
    color: #0ac989;
}
/* --- End --- */


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

.form-wrapper input {
    width: 100%;
    height: 45px;
    padding: 0px 14px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #000 !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 #000 !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 {
    background: #f4f4f4 !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: #000;
  -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: black;
    color: white;
}
button.tertiary {
    background: #e8e8e8;
    color: black;
}
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;
}

.modal-body {
    background: white;
}

.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.lowercase { text-transform: lowercase; }
.underline { text-decoration: underline !important; }

.border-left{ 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;
}