/*
Custom css
*/

:root {
    --custom-red-100: #e21d23;
    --custom-red-900: #590c13;
    --custom-red-700: #a61f2b;
    --custom-light: #f2f2f2;
    --custom-dark: #262626;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
}

.text-bold {
    font-weight: 400;
}

.h-100vh {
    height: 100vh;
}

.font-size-12 {
    font-size: 12px;
}

.nav-text {
    font-weight: 400;
}

.text-red-100 {
    color: var(--custom-red-100);
}

.text-dark {
    color: var(--custom-dark);
}

.bg-login {
    background-color: #f2f2f2;
}

.logo-login {
    width: 100%;
    max-width: 300px;
}

.bg-sidebar {
    background-color: #f2f2f2;
}

.main-page-header {
    display: flex;
    padding: 1rem 1rem 0 1rem;
}

@media (min-width: 1024px) {
    .main-page-header {
        padding: 1rem 2rem 0 2rem;
    }
}

.fan_gauge {
    width: 100%;
    height: auto;
}

.temp-gauge {
    font-size: 1rem;
    color: var(--custom-red-100);
}

.unit {
    padding-left: 6px;
    width: 40px;
    color: #c1c1c1;
}

.hashrate {
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--custom-red-100);
    line-height: 1.2;
}

@media (min-width: 768px) {
    .hashrate {
        font-size: 2.4rem;
    }
}

.box-search {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
}

.nav-link {
    position: relative;
    /* color: #a61f2b; */
    border-bottom: 3px solid transparent;
    background-color: #ededf2;
    border-radius: 8px !important;
    color: #a0a3b2;
}

.nav-link.active {
    position: relative;
    background-color: #e21d23 !important;
    color: #ffffff;
}

.nav-link.active:hover {
    background-color: #ba0001 !important;
}

/* .nav-link.active::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a61f2b;
    top: 15px;
    left: 4px;
} */

.page-title h2 {
    font-weight: 200;
    font-size: 2rem;
    line-height: 1.8;
}

.input-field {
    width: 100%;
    max-width: 200px;
}

.card-select {
    border: 1px solid transparent;
}

.card-select.card-selected {
    border: 2px solid var(--custom-red-100);
}

.card-select-preorder {
    border: 1px solid transparent;
}

.card-select-preorder.card-preorder-selected {
    border: 2px solid var(--custom-red-100);
}

.takeaway-card-select {
    border: 1px solid transparent;
}

.takeaway-card-select.card-selected {
    border: 2px solid var(--custom-red-100);
}

.swal2-title {
    font-weight: 200 !important;
}

.swal2-html-container {
    font-weight: 100 !important;
}
