@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap');

*{
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* TBD culoarea */
body{
    background-color: #E4E9F7;
}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0 0 0 / 80%);
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    display: none;
}

#loading button {
    width: 150px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4;
    pointer-events: none;
}

.custom-small-size{
    width: 450px;
    min-height: 200px;
}

.custom-large-size{
    width: 800px;
    min-height: 200px;
}

.custom-extra-large-size{
    width: 1450px;
    min-height: 200px;
}

#locationsResponsiveTable{
    height: 70vh;
    overflow-y: scroll;
}

#locationsTableSection {
    background-color: #fff;
    padding: 35px 30px;
    margin: 10px 0;
    border: 1px solid #ddd;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.border-danger{
    border-color: rgb(220,53,69) !important;
}

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

.form-label{
    transition: all 0.3s ease;
}

.custom-input-label{
    top: -10px;
    /*left: 10px;*/
    left: 15px;
    transform: translateY(20px);
}

.active{
    transform: translateY(-0.5px);
    transition: all 0.3s ease;
}

.left-col{
    border-right: 1px solid rgb(108,117,125);
}

.custom-pointer-event{
    cursor: pointer;
}

@media screen and (max-width: 576px){
    .left-col{
        border-right: 0;
        border-bottom: 1px solid rgb(108,117,125);
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

.content-page .content-wrapper {

    background: white;
    padding: 40px 32px;
    max-width: 1440px;
    margin: 5px auto;
    border-radius: 15px;
}

@media (min-width: 840px) {
    .content-page .content-wrapper {
        padding:100px 35px
    }
}

.content-page .content-wrapper.s-wrapper {
    max-width: 640px
}

.content-page .content-wrapper.m-wrapper {
    max-width: 994px
}

.content-page .content-wrapper h1,.content-page .content-wrapper .h1 {
    margin-bottom: 16px
}

@media (min-width: 840px) {
    .content-page .content-wrapper h1,.content-page .content-wrapper .h1 {
        margin-bottom:32px
    }
}
h1,.h1 {
    font-size: 2rem;
    font-weight: bold;
}

h2,.h2 {
    font-size: 1.6rem
}

h3,.h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

h4,.h4 {
    font-size: 1.2rem
}

h5,.h5 {
    font-size: 1rem
}

h6,.h6 {
    font-size: 0.8rem
}
.storeslist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3em;
    padding: 0 5em;
}

.storeslistitem {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 1.5em;
}

.content-page .content-wrapper .h3.text-center {
    margin: 0 auto 3em auto;
    width: 75%;
}

.storeslist .storeslistitem p:nth-child(3) {
    margin-bottom: .2em;
}

.storeslist .storeslistitem p:nth-child(4) {
    margin-bottom: 1em;
}

@media (max-width: 960px) {
    .content-page .content-wrapper .h3.text-center {
        width: 100%;
        font-size: 1rem;
    }
    .storeslist {
        padding: 0;
        justify-content: space-between;
    }
    .storeslistitem {
        width: 45%;
    }
}

@media (min-width: 840px) {
    .content-page .blk-list.blk-list-6 .content-wrapper {
        padding: 40px 64px;
    }
}
.Form {
    text-align: center;
    margin-bottom: 2em;
}
.label {
    font-size: 1rem;
    background: none;
}

.Form select {
    border-radius: .5em;
}

.locations-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

@media (max-width: 960px) {
    .locations-container {
        grid-template-columns: 1fr;
    }
}
