/* @fgarridop */
@import url('https://fonts.cdnfonts.com/css/futura-lt');
                
:root {
    --font-corporativa:'Futura LT', sans-serif;                                              
    --font-default: 'Jost', sans-serif, "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Roboto", sans-serif;
    --font-secondary: "Work Sans", sans-serif;
}

/* Colors */
:root {
    --color-corporativo: #4c672e;
    --color-corporativo2: #babfa9;
    --color-primary: #4c672e;
    --color-secondary: #52565e;
}


body {font-family: var(--font-corporativa)!important;}
.app-brand h1{font-size: 1.5rem; margin-bottom: 5px;}
.linea-corporate{border-bottom:1px solid var(--color-corporativo);}
.bg-corporate{background: var(--color-corporativo2);height: 48vw;}
.color-corporate{color: var(--color-corporativo2);}
.icon i {color: var(--color-corporativo2);}
.icon i:hover {background: var(--color-corporativo);color: #fff;}
.menu-icon {color: var(--color-corporativo2);}
.menu-icon:hover {color: #697a8d;}
.btn-info {color: #fff; background-color: var(--color-corporativo);}
.btn-info:hover {background-color: var(--color-corporativo2);}
.table>thead{background-color: var(--color-corporativo)!important;}

.f-9 {    font-size: 9px !important;}
.f-10 {    font-size: 10px !important;}
.f-12 {    font-size: 12px !important;}
.f-14 {    font-size: 14px !important;}
.f-16 {    font-size: 16px !important;}
.f-18 {    font-size: 18px !important;}
.f-20 {    font-size: 20px !important;}
.f-22 {   font-size: 22px !important;}
.f-24 {    font-size: 24px !important;}
.f-26 {    font-size: 26px !important;}
.f-28 {    font-size: 28px !important;}
.f-30 {    font-size: 30px !important;}
.f-36 {    font-size: 36px !important;}
.f-40 {    font-size: 40px !important;}
.f-48 {    font-size: 48px !important;}
.f-50 {    font-size: 50px !important;}
.fw100 {    font-weight: 100 !important;}
.fw200 {    font-weight: 200 !important;}
.fw300 {    font-weight: 300 !important;}
.fw400 {    font-weight: 400 !important;}
.fw500 {    font-weight: 500 !important;}
.fw600 {    font-weight: 600 !important;}
.fw700 {    font-weight: 700 !important;}
.fw800 {    font-weight: 800 !important;}
.fw900 {    font-weight: 900 !important;}






.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    padding: 0px;
    margin: 0px;
}

.home #menuSuperior .nav-link {
    color: #fff;
}

.home .wt {
    display: block !important;
    max-width: 280px;
}

.page .bk {
    display: block !important;
    max-width: 280px;
}

.header {
    background: url(/assets/images/bg-header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
}

.header .title {
    font-size: 2.7rem;
    font-weight: 800;
}


.card-search input {
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 1rem;
}

.card-search ::placeholder {
    color: #939999;
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
}

.card-search button.search {
    font-size: 1em;
    font-weight: 600;
}

.card-salons {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
    display: none;
    margin-top: 32px;
    position: absolute;
    left: 7px;
    right: 7px;
    z-index: 9999999999;
}

.card-zones {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: none;
    display: none;
    margin-top: 32px;
    position: absolute;
    z-index: 9999999999;
}

.form-control-flat {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}

.form-check-input:checked {
    background-color: #B91622;
    border-color: darkred;
}

.selected-tag {
    font-size: .9rem;
}

.c-red {
    color: #b91622;
}

.bg-grey-light {
    background-color: #f7f7f7;
}

.bg-grey-ulight {
    background-color: #fbfbfb;
}

.bg-btn-grey-light {
    background-color: #eeeeee;
}

.search-thumb {
    max-width: 223px;
    max-height: 223px;
}

.text-grey-light {
    color: #e3e3e3;
}

.logo {
    min-width: 320px;
    height: auto;
}


#menuSuperior .nav-link {
    font-size: .9em;
    font-weight: 600;
}

#menuSuperior button,
.btn-text-small {
    font-size: .9em;
    font-weight: 600;
}

.img-thumb {
    width: 50px;
    height: auto;
    margin: .5rem;
}

ul.rrss {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.rrss li a i {
    font-size: 1.8em;
}

.splide__pagination {
    margin: -2em 0em;
}

.statics .review {
    font-size: .8em;
}

.pinmap {
    font-size: .8em;
}


.clickable {
    cursor: pointer;
}

.clickable:hover {
    color: #dc3545;
    font-weight: 600;
}

.contact .form-select,
.contact .form-control {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #d1d1d1;
    font-size: 1em;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.form-control:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #b91622;
}


.pagination {
    width: 100%;
}

.pagination li a {
    text-decoration: none;
    font-weight: 400;
    color: #8b8b8b;
}

.pagination li {
    padding: 3px 8px;
    margin: 4px;
}

.pagination li:hover {}

.pagination li.active {}

.pagination li.active a {
    font-weight: 600;
}

.fw-extrabold {
    font-weight: 800;
}

.dropdown-toggle::after {
    margin-left: .5em;
}

.salon-map {
    width: 100%;
    min-height: 320px;
}

.salon-options .nav-link:hover,
.salon-options .nav-link.active {
    margin-bottom: -1px;
    border-bottom: 1px solid #b91622;
}

.btn-outline-secondary {
    border: 1px solid #c7d1da !important;
    color: #c7d1da;
}

.btn-secondary-owner {
    background: #eeeeee;
}

.btn-secondary-owner:hover {
    background: #cdcdcd;
}

.btn-secondary-owner small {
    font-size: .8em;
}

.leaflet-popup-content {
    margin: 0px !important;
}

.leaflet-popup-content-wrapper {
    padding: 0px !important;
}

.leaflet-popup-content {
    width: 320px !important;
}

.location-card-title {
    font-size: 1.2em;
}

.overflow-x-hiden {
    overflow-x: hidden;
}

.hvr-block-box {
    z-index: 9999;
}

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

.text-justify {
    text-align: justify !important;
}

.mobile-salon-close {
    position: fixed !important;
    margin-top: -12px !important;
    right: 3px !important;
    background: rgba(244 67 54, 1) !important;
    padding: 3px 7px 2px 7px;
}

.page button.navbar-toggler i {
    color: #b91622 !important;
}

.floating-go-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999999999;
    font-size: 2em;
    font-weight: 600;
}





/*FRECUENT ANSWERS*/

.box-not-found-question {
    background-color: #f3f3f3;
    padding: 25px;
}

.box-not-found-question a {
    text-decoration: none;
    color: black;
    text-shadow: 1px 2px 5px #f3f3f3;

}

.box-not-found-question h6 {
    font-weight: bold;
}

.box-not-found-question a:hover {
    color: #dc3545;
    text-shadow: 1px 2px 5px #f3f3f3;
    transition: all 0.5s;
}

.faq-title {
    /* font-size:30px; */
    background-color: #0000;
    color: black
}

.frecuent-answer-title {

    font-weight: bold;
    color: #B91622;
    padding: 20px 20px 0px 20px;
    font-size: 40px;
    font-weight: bold;
    color: #B91622;
}

.box-faq-categories {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background: white;
}

.box-faq-categories hr {
    color: #dc3545;
    size: 10px;
    font-weight: bold;

}

.accordion-item {
    transition: all 600ms;
}

.accordion-button {
    font-size: 24px;
    background-color: white !important;
    color: black !important
}

.accordion-button:hover {
    font-size: 25px;
    /* background-color:white !important; */
    color: #dc3545 !important;
    transition: all 0.5s;
}

.box-faq-categories ul li {
    list-style: none;
    font-size: 30px;
    text-align: center;
    margin-top: 5px;
}

/* .box-faq-categories ul li a:first-child{
    list-style: none;
    font-size: 30px;
    text-align: center;
    margin-top: 100px;
} */
#faq {
    border: none;
}

.box-faq-categories ul:hover {
    background-color: #f1d0d2;
    border-radius: 10px;
    transition: all 0.25s;
}

.box-faq-categories ul li a {
    text-decoration: none;
    color: black;
}

.box-faq-categories ul li a:hover {
    /* text-decoration: underline; */
    color: #dc3545;
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: var();

}

.answer-container {
    background-color: #f1d0d2;
}


/*Featured Salon*/
.featured-salon-img .featured-salon-img img {
    /* border-radius: 5px; */
    /* background-size: cover;
    object-fit: cover; */
    /* width: 400px;
    height: 170px; */
    /* overflow: hidden; */
    width: 100%;
    object-fit: cover;

}

@supports(object-fit: cover) {
    .featured-salon-img img {
        width: inherit;
        height: inherit;
        object-fit: cover;
        object-position: center center;
    }
}

.form-group button {
    text-decoration: none;

}

.register-links {

    text-decoration: none;
}

/*DELETE INCREMENTS BUTTONS IN INPUT TYPE NUMBER*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


.categories div:hover {
    /* transform: rotateX(100deg); */
    transform: scale(1.10);
    transition-duration: all 750ms;
    z-index: 999;
    cursor: pointer;
}

.categories div {
    transition: all 250ms;
}

/* .modal-content {
    height: 36vh;
} */

textarea .form.control {
    min-height: 15vh;
}

textarea.form-control {
    min-height: calc(6.5em + 0.75rem + 2px) !important;
}

/*CHANGE THE TRANSFORM OF LOGO  IN HEADER*/
.logo:hover {
    transform: scale(1.055) !important;
    transition: all 500ms;

}

/* TODO-> FOOTER BOTTOM POSITION FIXED  */
body {
    position: relative;
}

.footer {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 1000;
}

/* #footer {
    position: absolute;
    bottom: 0;
    text-align: center;
} */


/*CUSTOM SELECTION TEXT*/
::selection {
    background-color: #dc3545;
    color: white;
}

.img-not-found {
    width: 400px;
    height: 125px;
}


/*SALONS REVIEWS*/
.reviewTextarea textarea {
    text-align: left;
    resize: none;
    /* border: none; */
}

textarea.form-control.reviewTextarea {
    border: 1px solid green;
}


.smallFooterReview {
    font-size: 8px;

}



/* Scheudle */
/* input[type="time"] {
  width: 135px;
  display: block;
}  */
.sheudleDayDivider {
    /* margin: 0 auto;
    width: 80%; */
    color: #dcdcdc;
}

.delimiter {
    width: 150px;
}

.delimiter span {
    font-weight: bold;
    font-size: 22px;
    color: #dc3545;
}



/*DRAG AND DROP PHOTOS TO CHANGE THE IMAGES OF SALONS*/
.deletePhoto {
    background-color: rgba(185, 22, 34, 0.75) !important;
    color: white !important;
    height: 50px !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 40% !important;
}

.deletePhoto button {
    margin-bottom: 10px !important;
}

.deletePhoto:hover {
    background-color: rgba(185, 22, 34, 1) !important;
}

.miniatureNumber {
    font-size: 20px;
    position: absolute !important;
    color: white !important;
    text-shadow: 3px 3px 5px black;
    font-weight: bold;
    padding: 5px;
}


.miniatureBox {
    position: relative !important;
}

.miniatureBox img {
    width: 390px !important;
    min-height: 150px !important;
    opacity: 50%;
}

.miniatureBox .card-body {
    min-height: 150px;
    ;
}

.sendPhoto {
    height: 50px;
}

/*DRAG AND DROP IMAGES FOR CHANGE THE IMAGES OF THE SALON*/
/* .dragDropImages{
    width: inherit !important;
} */

.light-style .dropzone {
    margin: 0 auto;
    max-width: 60vw;
    width: 60vw !important;
    border: 2px solid #dcdcdc !important;
}

.light-style .dz-remove {
    padding: 5px;
    color: #dc3545 !important;
    font-weight: bold;
    background-color: #f3f3f3 !important;
}

.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
    padding-bottom: 15px;
    /* width: 25%; */
}

.dz-thumbnail {}

.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
    margin-bottom: 2rem !important;
    margin-left: 10% !important;
}

body {
    overflow-x: hidden !important;
}



/*EXTENDED UI DRAG AND DROP*/
.dz-preview.dz-processing.dz-image-preview.dz-success.dz-complete {
    margin: 0 auto;
}

/*OVERFLOW IMAGES IN /*/
.card.h-100 {
    overflow-x: hidden;
}


/*---------- SHARE SALON ---------*/
.shareSalons {
    transition: all 500ms;
}


.shareSalon ul {
    list-style: none;
    cursor: pointer;
    font-size: 50px;
    color: #555 !important;
}

.shareSalon ul li a {
    color: #4c4c4c !important;
    text-shadow: 2px 3px 5px #cdcdcd;
    transition: all 500ms;
}

/*OVERS TO SHARE SALONS WITH SOCIAL NETWORKS*/
.shareInstagram:hover {
    color: #405DE6;
    /* color: linear-gradient(90deg, rgba(187,0,255,1) 0%, rgba(235,80,89,1) 67%, rgba(255,149,0,1) 100%) !important; */
    transition: all 400ms;
}

.shareFacebook:hover {
    color: #3b5998;
    transition: all 400ms;
}

.shareTwitter:hover {
    color: #00acee;
    transition: all 400ms;
}

.shareLink:hover {
    color: #b91622;
    transition: all 400ms;
}

input[type="file"].custom {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}



/*POPUR FOR SEND ANSWER TO CLIENT MESSAGE*/
.messageRecived {
    color: white;
    padding: 2%;
    /* background-color: red !important; */
    border-radius: 20px 20px 20px 0px;
}

.messageSend input[type="textarea"] {
    width: 100%;
    padding: 5%;
    background-color: transparent !important;
    border: transparent !important;
    /* border-radius: ; */
}

.messageSend textarea {
    width: 100%;
    background-color: transparent !important;
    border: none;
    resize: none;
    color: white;
}

.messageSend input {
    width: 100%;
    background-color: transparent !important;
    border: none;
    resize: none;
    color: white;
}

.messageSend {
    /* box-sizing: content-box; */
    height: inherit;
    border-radius: 20px 20px 0px 20px !important;
}

#messageSendTextArea:focus {
    width: 100% !important;
    height: 100% !important;
    /* background-color: yellow !important; */
    outline: none !important;
}

.messageSend textarea :focus {
    outline: none !important;
}

textarea::-webkit-input-placeholder {
    padding-top: 5%;
    color: #A6A8FF;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    padding-top: 5%;
    color: #A6A8FF;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    padding-top: 5%;
    color: #A6A8FF;
}

textarea:-ms-input-placeholder {
    padding-top: 5%;
    color: #A6A8FF;
}

/*AVATAR TO EDIT EMPLOYEES*/
#avatarEditWorker {
    width: 120px;
    height: 100px;
}

/*ANSWER REVIEW MODAL*/
#answerReview>div>input {
    width: 75%;
    border: 0px transparent;
    outline: none;
    color: #607a8d;
}

.inputCopyData {
    display: none;
}

.noresize {
    resize: none;
}


.colorRed a {
    color: #b91622;
    text-decoration: none;

}

#messageSendTextArea[placeholder] {
    color: white !important;
}

#input[placeholder] {
    color: white !important;
}

textarea:focus {
    outline: none !important;
}

/*HIDE TEMPLATE CUSTOMIZER IN ALL PAGES*/
#template-customizer {
    display: none !important;
}












/*----------MEDIA QUERIES----------*/

@media(min-width:320px) {
    .miniatureBox {
        width: 285px;
        height: 150px;
        background-color: transparent !important;
    }

    .miniatureBox img {
        width: 285px !important;
        height: 150px !important;
    }

    .deletePhoto {
        right: 40% !important;
        height: 40px !important;
    }


}

@media(min-width:500px) {
    input[type="time"] {
        width: 125px;
        display: block;
    }

}

@media (min-width: 577px) {

    #showListSalon,
    .btn-salon-list {
        display: none;
    }
}

@media (max-width: 576px) {

    .options-box {
        display: none;
    }

    .header .title {
        font-size: 1.9em;
    }

    .header .subtitle {
        font-size: 1.2em;
    }

    .home-page .section-title {
        width: 100% !important;
    }

    .home-page #card-search {
        margin-left: 0em !important;
        margin-right: 0em !important;
    }

    .home-page button.search {
        margin-top: 1.25em !important;
    }

    .home .wt {
        width: 100% !important;
    }

    .search-box {
        padding: 0px !important;
        margin: 0px !important;
    }

    .search-box .salons #searchBox {
        padding: 1.25em 0px 0px 0px !important;
    }

    .search-box .salons {
        display: none;
    }

    #showListSalon {
        height: 75% !important;
        width: 94% !important;
        margin: 0 auto !important;
    }


    .search-box .map {
        width: 100% !important;
        height: 100% !important;
        z-index: 999;
    }

    .provinces a {
        font-size: 0.90em !important;
    }
}

@media (max-width: 768px) {}

@media (max-width: 992px) {}

@media (max-width: 1024px) {}

@media (min-width: 1200px) {
    /* .miniatureBox img{
        width: 300px !important;
        height: 150px !important;
    } */
}

@media (min-width: 1440px) {

    .featured-salon-img img {
        /* width: 215px;
        height: 170px; */
        width: 100%;
        object-fit: cover;

    }

    .delimiter {
        width: 100px;
    }

}

@media (min-width: 2560px) {

    .featured-salon-img img {
        width: 100%;
        object-fit: cover;
    }

    .miniatureBox img {
        width: 390px !important;
        height: 150px !important;
    }

}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.mt-5,
.my-5 {
    margin-top: 2rem !important
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important
}

.m-6 {
    margin: 2.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 2.5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 2.5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 2.5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 2.5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.pt-5,
.py-5 {
    padding-top: 2rem !important
}

.pr-5,
.px-5 {
    padding-right: 2rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important
}

.pl-5,
.px-5 {
    padding-left: 2rem !important
}

.p-6 {
    padding: 2.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 2.5rem !important
}

.pr-6,
.px-6 {
    padding-right: 2.5rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 2.5rem !important
}

.pl-6,
.px-6 {
    padding-left: 2.5rem !important
}

.mt-button-form {
    margin-top: 1.75rem !important;
}

.W50 {
    width: 50px !important;
    max-width: 50px !important;
}

.W75 {
    width: 75px !important;
    max-width: 75px !important;
}

.W100 {
    width: 100px !important;
    max-width: 100px !important;
}

.W125 {
    width: 125px !important;
    max-width: 125px !important;
}

.W150 {
    width: 150px !important;
    max-width: 150px !important;
}

.W175 {
    width: 175px !important;
    max-width: 175px !important;
}

.W200 {
    width: 200px !important;
    max-width: 200px !important;
}

.W225 {
    width: 225px !important;
    max-width: 225px !important;
}

.W250 {
    width: 250px !important;
    max-width: 250px !important;
}

.W300 {
    width: 300px !important;
    max-width: 300px !important;
}

.W350 {
    width: 350px !important;
    max-width: 350px !important;
}

.W375 {
    width: 375px !important;
    max-width: 375px !important;
}

.W400 {
    width: 400px !important;
    max-width: 400px !important;
}

.W600 {
    width: 600px !important;
    max-width: 600px !important;
}

.WX100 {
    width: 100% !important;
}

.WY100 {
    height: 100% !important;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row .form-group {
    margin-bottom: 1rem;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}