.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

@media (min-width: 768px) {
    .justify-content-md-center {
        justify-content: center !important;
        width: 100%;
    }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 6000px;
    }
}

.cont {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.dropdown{
    position: relative;
}


.form_left {
    margin-right: auto;
}


.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #4A5073;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.55rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    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;
}

.btn-secondary {
    color: white;
    background-color: #2464a9;
    border-color: #2464a9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(46, 54, 80, 0.075);
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #4A5073;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.selected-year {
    padding: 10;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

/* .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
} */

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0.0625rem solid rgba(46, 54, 80, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.02);
    outline: 0;
}

@media (min-width: 576px) {
    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.custom-slide {
    position: absolute;
    /* top: 1%; */
    left: 5%;
    right: 5%;
    width: 90%;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0.0625rem solid #eaedf2;
    border-top-left-radius: 0.2375rem;
    border-top-right-radius: 0.2375rem;
}

.modal-header {
    background: #1976d2
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.close {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 600;
    line-height: 1;
    color: #2e3650;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

@media (min-width: 1200px) {
    .close {
        font-size: 1.5rem;
    }
}

.close {
    transition: all 0.2s ease;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-body {
    color: black;
    font-family: 'Arial',
        sans-serif;
    font-size: 15px;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

.dash-card {
    height: 100%;
}

.d-block {
    display: block !important;
  }

  @media (min-width: 1200px) {
    .d-xl-flex {
        display: flex !important;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.justify-content-xl-center {
    justify-content: center !important;
}

h5,
.h5{
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 600;
        line-height: 1.3;
        color: #262B40;
}

h5,
.h5 {
    font-size: 1.25rem;
}

.icon {
    text-align: center;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.icon.icon-small span,
.icon.icon-small svg {
    font-size: 0.675rem;
}

small,
.small {
    font-size: 0.875em;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
}

.col {
    flex: 1 0 0%;
}

.bar-chart {
    margin-top: 20px;
}

.btn-group .btn.btn-secondary.btn-sm {
    background-color: #0078D2; /* Set the background color */ /* Set the font size */
    min-width: 42px; /* Set the minimum width */
    min-height: 42px !important;
    /* max-width: 98px; Set the maximum width */
}