:root {
    --source-sans-3: "Source Sans 3";
    --primary-color: #fab217;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #808080;
    --light-gray-color: #d3d3d3;
}

html {
    scroll-padding-top: 76px !important;
}

* {
    font-family: var(--source-sans-3) !important;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

body {
    padding: 0 !important;
}

input,
textarea {
    text-indent: 0.5rem !important;
    color: var(--black-color) !important;
}

select {
    cursor: pointer;
}

input::placeholder,
textarea::placeholder {
    font-size: small;
}

input:hover,
select:hover,
textarea:hover {
    border: 1px solid var(--primary-color);
}

label {
    cursor: pointer !important;
    margin: 0 !important;
}

button {
    background-color: var(--primary-color) !important;
}

button:hover {
    color: var(--white-color) !important;
}

.btn-reset {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    color: var(--black-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    background-color: var(--light-gray-color) !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.btn-reset:hover {
    color: var(--white-color) !important;
}

.bg-primary-color {
    background-color: var(--primary-color) !important;
}

.bg-white-color {
    background-color: var(--white-color) !important;
}

.nav-link:hover {
    color: var(--white-color) !important;
    cursor: pointer;
}

.navbar-toggler:focus {
    text-decoration: none !important;
    outline: 1px solid var(--black-color) !important;
    box-shadow: none !important;
}

.form-control:focus {
    color: var(--black-color) !important;
    background-color: var(--white-color) !important;
    border-color: var(--primary-color) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0px !important;
}

.sup-down {
    position: relative;
    top: -2px;
}

#match_nav_h {
    height: 76px !important;
}

#dashboardSection {
    width: 100% !important;
    margin: 0 auto;
}

@media screen and (min-width: 576px) {
    #dashboardSection {
        width: 80% !important;
    }
}

@media screen and (min-width: 768px) {
    #dashboardSection {
        width: 70% !important;
    }
}

@media screen and (min-width: 992px) {
    #dashboardSection {
        width: 60% !important;
    }
}

@media screen and (min-width: 1200px) {
    #dashboardSection {
        width: 50% !important;
    }
}

.w-cus-50 {
    width: 48% !important;
}

.w-cus-48 {
    width: 50% !important;
}

@media screen and (min-width: 404px) {
    .w-cus-50 {
        width: 50% !important;
    }
}

.td-row .date-container {
    flex: 0 0 66.6667% !important;
    max-width: 66.6667% !important;
}

.td-row .time-container {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
}

.time-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid gray !important;
}

.tempus-dominus-widget .time-container-clock {
    grid-auto-rows: 40px !important;
}

.time-container-clock > * {
    padding: 4px !important;
}

.tempus-dominus-widget .toggleMeridiem {
    height: 24px !important;
    text-align: center;
}

.tempus-dominus-widget button[data-action] {
    padding: 0 !important;
}

.time-container-hour > * {
    padding: 4px !important;
}

.time-container-minute > * {
    padding: 4px !important;
}

.tempus-dominus-widget .date-container-days {
    display: grid !important;
    grid-auto-rows: 30px !important;
    grid-template-areas: "a a a a a a a" !important;
}

.tempus-dominus-widget.light .date-container-days .dow {
    color: var(--td-dow-color);
    font-size: 0.8rem !important;
}

.tempus-dominus-widget .time-container {
    margin: 0 !important;
}

.tempus-dominus-widget .time-container-hour,
.tempus-dominus-widget .time-container-minute,
.tempus-dominus-widget .time-container-second {
    grid-auto-rows: 40px !important;
}

#suggestions {
    max-height: 200px;
    overflow-y: auto;
    display: none;
    top: 80%;
}
#suggestions li {
    padding: 8px 12px;
    cursor: pointer;
}
#suggestions li:hover {
    background-color: #f0f0f0;
}

.table > :not(caption) > * > * {
    padding: 2px !important;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0px;
}
