:root{

    --ez-light-blue: #0078d1;
    --ez-light-blue-10: #0078d110;
    --ez-blue: #152c53;
}

/* GENERAL CSS */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
    font-weight: 800 !important;
}

.ez-form__control::placeholder,
.ez-form__field-select .dropdown-toggle,
.ez-form__control {
    font-family: 'Nunito', sans-serif;
    font-size: 25px !important;
    font-weight: 400 !important;
}

.ez-form__control {
    background-color: #f0f1f5 !important;
    padding: 20px !important;
    border-radius: 10px;
    height: fit-content;
}

.bootstrap-select.ez-form__control,
.ez-form__control.ez-form__field-select {
    padding: 0 !important;
    background-color: transparent !important;
}

.ez-form__field-select .dropdown-toggle {
    padding: 21px !important;
    background-color: #f0f1f5 !important;
    border-radius: 10px !important;
}

.ez-form__control::placeholder {
    color: #f1f1f1 !important;

}

.ez-form__field-select .dropdown-toggle:focus,
.ez-form__field-select .dropdown-toggle:focus,
.ez-form__control:focus {
    color: var(--ez-light-blue) !important;
    border: 2px solid var(--ez-light-blue) !important;
    background-color: var(--ez-light-blue-10) !important;
}

.ez-form__button {
    border-radius: 10px !important;
}

.ez-required {
    color: red;
    font-weight: 600;
}

/* EZ STYLES */

.ez-background__blue {
    background-color: var(--ez-blue);
}

/* HEADER */

.header {
    height: 4.5rem;
    background-color: var(--ez-blue);
}

.ez-header__left h3,
.ez-header__span,
.ez-header__p {
    color: #ffffff50 !important;
}

.ez-header__info {
    border-left:unset !important;
}

/* SIDEBAR */

[data-layout="vertical"][data-sidebar-style="compact"] .deznav {
    width: 11rem;
}

@media (min-width: 767px) {
    [data-sidebar-style="compact"] .ez-nave-header {
        width: 11rem !important;
    }
}

/* NAV HEADER */
.ez-branding__logo-img {
    height: 75px;
    max-width: unset !important;
}

/* BODY */

@media (min-width: 767px) {
    [data-sidebar-style="compact"] .ez-content-body {
        margin-left: 11rem !important;
        padding-top: 4.5rem !important;
    }
}

/* LOGIN PAGE */
.ez-logo__img {
    height: 125px;
}

/* FORM STYLES */
.ez-form__label {
    color: var(--ez-light-blue);
    font-weight: 600;
}

/* CARD STYLE */

.ez-profile__section .ez-card {
   background-color: var(--ez-blue);
}

.ez-profile__content-row {
    background-color: #ffffff15;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.ez-profile__content-col {
    padding: 10px !important;
    border-right: 2px solid var(--ez-blue);
}

.ez-profile__content-span {
    color:var(--ez-light-blue);
    margin-bottom: 10px;
    display: block;
}

.ez-profile__content-h4 {
    color: #ffffff50;
    font-size: 25px;
}

/* SECTION TABLE */
.ez-table__th {
    color: var(--ez-light-blue) !important;
}

.ez-table__btn.btn-primary,
#ez-table_paginate .paginate_button.current {
    background-color: var(--ez-light-blue) !important;
}

#ez-table_paginate .paginate_button,
#ez-table_previous,
#ez-table_next {
    margin: 0 1px;
}

#ez-table_paginate .paginate_button.current,
#ez-table_previous,
#ez-table_next {
    border: 1px solid var(--ez-light-blue) !important;

}

#ez-table_previous,
#ez-table_next {
    color: var(--ez-light-blue) !important;
    cursor: pointer;
}

#ez-table_paginate .paginate_button:hover,
#ez-table_previous:hover,
#ez-table_next:hover {
    background-color: var(--ez-light-blue) !important;
    color: #ffffff !important;
}

#ez-table_info {
    color: var(--ez-light-blue) !important;
}

.dataTables_length {
    float: unset !important;
}

.dataTables_filter,
.dataTables_filter label {
    width: 100% !important;
    float: unset !important;
    text-align: unset !important;
}

.dataTables_filter label input {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 10px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--ez-light-blue) !important;
}
/* LOGIN */
.ez-body__login {
    position: relative;
    overflow: hidden;
    background: #000000 !important;
}

.ez-bg__login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(10px); /* Adjust the blur radius as needed */
    z-index: 1;
    opacity: .5;
}

.ez-authentication {
    position: relative;
    z-index: 2;
}

/* DASHBOARD */

.ez-tab__card-body h2 {
    font-size: 1.2rem !important;
}

.ez-tab__card-body-types {
    display: flex;
    column-gap: 5px;
}