﻿@import './variables.css';
@import 'fonts.css';

html {
    font-size: 14px;
    line-height: 17px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    width: 100%;
    margin: 0 auto;
    background-color: var(--black);
    color: var(--white) !important;
    font-family: 'MontserratRegular', sans-serif !important;
}

/* width */
::-webkit-scrollbar {
    width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 16px;
    height: 90%;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(8, 56, 107, 1);
    border-radius: 16px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--blue-gray-dark);
    }

.custom-button {
    border-radius: 40px;
    background-image: linear-gradient(to right, #A3D4E6, #6292A3);
    color: var(--white);
    border: none;
}

input[type="search" i]::-webkit-search-cancel-button {
    cursor: pointer;
}

.game-card-body {
    padding: 16px 24px 32px 24px;
    height: 400px;
    overflow: auto;
}

.mud-picker-calendar-container {
    background-color: rgba(8, 21, 62, 1) !important;
}

.mud-picker-container,
.mud-picker-toolbar,
.mud-picker-content {
    background-color: var(--deep-blue) !important;
    color: var(--white) !important;
}

.mud-picker-container,
.mud-picker-static {
    border-radius: 8px;
}

.mud-picker.mud-picker-static {
    padding-left: 16px;
    border-left: 1px solid rgba(8, 56, 107, 1) !important;
}

.mud-picker-static.mud-paper-square {
    border-radius: 8px;
}

.mud-picker-calendar .mud-day,
.mud-day-label {
    color: var(--white) !important;
}

.mud-picker-month-selected,
.mud-picker-year-selected {
    color: rgba(8, 56, 107, 1) !important;
}

.mud-button-outlined.mud-button-outlined-primary {
    border: 1px solid white !important;
    border-radius: 10px !important;
}

.mud-picker-calendar .mud-day.mud-range.mud-range-between,
.mud-range-start-selected,
.mud-range-end-selected {
    background-color: rgba(8, 56, 107, 1) !important;
    color: var(--white) !important;
    border-radius: 0 !important;
}

.mud-picker.mud-paper {
    background-color: unset;
}

.mud-picker-datepicker-toolbar .mud-button-date {
    font-size: 18px !important;
    line-height: 24px !important;
}

.mud-picker-calendar-header-switch > .mud-icon-button:hover {
    background-color: white !important;
    opacity: 0.5 !important;
}

.cursor-pointer {
    cursor: pointer;
}

/*Spacing*/
.h-72p {
    height: 72px;
}

.mw-80p {
    max-width: 80px;
}

.ml-8p {
    margin-left: 8px;
}

.mb-8p {
    margin-bottom: 8px;
}

.mr-16p {
    margin-right: 16px;
}

.mb-16p {
    margin-bottom: 16px;
}

.mx-24p {
    margin-left: 24px;
    margin-right: 24px;
}

.mb-24p {
    margin-bottom: 24px;
}

.py-24p {
    padding-top: 24px;
    padding-bottom: 24px;
}

.pb-24p {
    padding-bottom: 24px;
}

.mr-24p {
    margin-right: 24px;
}

.mb-32p {
    margin-bottom: 32px;
}

.mb-40p {
    margin-bottom: 40px;
}

.mb-48p {
    margin-bottom: 48px;
}

.ml-52p {
    margin-left: 52px;
}

.mb-74p {
    margin-bottom: 74px;
}

.mx-64p {
    margin-left: 64px;
    margin-right: 64px;
}

.my-64p {
    margin-top: 64px;
    margin-bottom: 64px;
}

.mb-64p {
    margin-bottom: 64px;
}

.mt-64p {
    margin-top: 64px;
}

.lh-21p {
    line-height: 21px !important;
}

.w-fit {
    width: fit-content;
}
/*End spacing*/

/*Login page*/
.linear-gradient-pink {
    background-image: linear-gradient(to right, #ECF5FA, #79A5B4);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-container {
    margin-top: -100px;
}

.login-form {
    min-width: 376px;
}

    .login-form > div:first-child {
        margin-bottom: 24px;
    }

    .login-form > div:nth-child(3) {
        margin-bottom: 64px;
    }

.login-input .mud-input-slot {
    padding: 0px !important;
}

.login-input .mud-input {
    border-radius: 32px !important;
    border: none !important;
    background-color: var(--deep-dark-blue) !important;
    color: var(--light-gray) !important;
    padding: 16px 32px !important;
    width: 100% !important;
}

input::placeholder {
    color: gray !important;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: gray !important;
}

input:-ms-input-placeholder {
    color: gray !important;
}

input::-ms-input-placeholder {
    color: gray !important;
}

.login-input .mud-input-slot {
    color: var(--light-gray) !important;
    opacity: 1 !important;
}

    .login-input .mud-input-slot::placeholder {
        color: #888888; /* Change this to your desired color */
        opacity: 1; /* Ensures the color is fully opaque */
    }

.login-input .mud-input-outlined-border {
    border: none !important;
    outline: none !important;
}

.login-input .mud-input-slot:focus-visible {
    outline: none !important;
}

.login-input .mud-input-slot:-webkit-autofill,
.login-input .mud-input-slot:-webkit-autofill:hover,
.login-input .mud-input-slot:-webkit-autofill:focus,
.login-input .mud-input-slot:-webkit-autofill:active {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: var(--light-gray) !important;
    transition: background-color 5000s ease-in-out 0s !important;
    box-shadow: inset 0 0 50px 50px var(--deep-dark-blue) !important;
    font-family: 'MontserratMedium', sans-serif !important;
}

.login-button {
    padding: 16px 0px !important;
}

    .login-button > span {
        line-height: 32px !important;
    }
/*End Login page*/

/*Media queries*/
@media (min-width: 1621px) {
    .container-fluid {
        width: 1600px;
    }
}

@media (min-width: 1213px) and (max-width: 1610px) {
    .container-fluid {
        max-width: 1213px;
    }
}

@media (max-width: 768px) { 
    .h-72p {
        display: none;
    }

    .navbar {
        padding: 16px 0px 0px 0px !important;
    }

    .nav-home-item {
        display: none;
    }

    .navbar-nav {
        padding: 16px 0px;
    }

    .dropdown {
        text-align: center;
    }

    .dropdown-toggle {
        display: inline-block;
    }

    .login-container {
        margin-top: -50px;
    }

    .login-form > div:nth-child(2) {
        margin-bottom: 48px;
    }

    .login-form {
        max-width: 100%;
        min-width: unset;
    }

    .mb-74p {
        margin-bottom: 28px;
    }

    .my-64p {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .mt-64p {
        margin-top: 48px;
    }

    .font-88 {
        font-size: 58px !important;
        line-height: 70px !important;
    }

    .font-72 {
        font-size: 42px !important;
        line-height: 54px !important;
    }

    .mud-picker.mud-picker-static {
        padding-left: 0px;
        border-left: none !important;
    }

    .ranges {
        padding-right: 0px !important;
    }
}
/*End media queries*/