﻿/*
 CSS PER STILI RIGUARDANTI ESCLUSIVAMENTE IL SITO ISTITUZIONALE, PER GLI STILI UTILIZZATI ANCHE DAL BACKOFFICE UTILIZZARE
 IL Site.css DEL PROGETTO IdeaShopping.Views
 */

/********* CAROUSEL *************/
.carousel-control-next-icon {
    background-image: url('../img/right-arrow-slider.png');
    border: 2px solid var(--gray-control);
    border-radius: 50%;
    width: 45pt;
    height: 45pt;
    background-size: 16pt;
    padding: 22pt;
    color: black;
}
.carousel-control-prev-icon{
    background-image: url('../img/left-arrow-slider.png');
    background-size: 16pt;
    border: 2px solid var(--gray-control);
    border-radius: 50%;
    width: 45pt;
    height: 45pt;
    padding: 22pt;
    color: black;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    top: 50%;
}
.carousel-control-next{
    float: right;
}

.columArrowCarousel{
    max-width: 80px;
}
/****** END CAROUSEL *****/

.socialBtn{
    max-width: 40px;
}
.socialBtn  svg{
    padding-left: 0px!important;
}
.instruction-text{
    font-size:10px;
    line-height: 14px;
}
.imgBig img{
    max-height: 420px;
}

.first-hp-box {
    top: 244px;
    left: 304px;
    width: 993px;
    height: 559px;
    /* UI Properties */
    background: transparent no-repeat padding-box;
    opacity: 1;
}

.welcome {
    top: 244px;
    left: 623px;
    width: 354px;
    height: 131px;
    /* UI Properties */
    text-align: center;
    font: normal normal 600 45px/68px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.validation-summary-errors ul{
    margin-bottom: 0;
}
.catalogueProductList .titleCard {
    font-size:14px
}

table.dataTable thead .sorting_asc {
    background-size: 20px !important;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../img/arrow-up-wide-short-solid.svg);
}
table.dataTable thead .sorting_desc {
    background-size: 20px !important;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../img/arrow-down-wide-short-solid.svg);
}
.form-check-input:disabled{
    background-color: lightgray;
}
.slick-prev:before {
    background-image: url(../img/left-arrow-slider.png);
    background-size: 16pt;
    margin-left: -40px;
}

.slick-next:before{
    background-image: url(../img/right-arrow-slider.png);
    background-size: 16pt;
}
.slick-next:before, .slick-prev:before {
    color: transparent;
    height: 45pt;
    display: block;
    border: 2px solid var(--gray-control);
    border-radius: 50%;
    width: 45pt;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -25px;
}
.faqVideo {
    padding: 0 10px;
}
.imgCompany {
    position: absolute;
}
.spaced-list li{
    padding-top:15px
}

.otp-button {
    text-transform: uppercase;
}

.otp-row {
    margin-right: -30px !important;
}

button:disabled {
    background-color: #D9D9D9 !important;
    border: 1px solid #D9D9D9 !important;
}

.reset-password-link {
    cursor: pointer;
}
.select2-results__options{
    float: left!important;
}
.select2-selection{
    border:0!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: white!important;
    color: black!important;
}
.select2{
    padding: 0!important;
    height: 35px!important;
    
}
sup{
    line-height: 20px;
    /* height: 0px; */
    width: 19px;
    height: 19px;
    background: red;
    display: inherit;
    border-radius: 50px;
    padding: 0px;
    font-size: 12px;
    color: white;
    position: absolute;
    right: 1px;
}

.cookie-settings {
    cursor: pointer;
}

.invalidMixedCartError {
    height: 70px;
    color: var(--red-ids);
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}

.otpControlDisabled {
    background-color: white !important;
    border: none !important;
}
.header .btn-primary:hover{
    color:white!important;
    opacity: 70%!important;
}

#catalogueInfo {
    display: block;
}

#catalogueInfoShort {
    display: none;
}

.slide-carousel {
    display: block;
}
.slide-carousel-mobile {
    display: none;
}

#how-it-works {
    margin-top: 20px !important;
}

.cardImage {
    border: 1px solid var(--text-gray-medium);
    height: 150px;
}


@media only screen and (max-width: 780px) {
    #bottomButtonLayout {
        display: block !important;
        position: sticky;
        top: 0;
        left: 0;
        background-color: #F2F1F4;
        border: none;
    }
    #bottomButtonLayout > .btn {
        border-radius: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 90%;
    }

    #catalogueInfo {
        display: none;
    }

    #catalogueInfoShort {
        display: block;
    }

    .slide-carousel {
        display: none;
    }

    .slide-carousel-mobile {
        display: block;
    }

    .grecaptcha-badge {
        display: none !important;
    }

    #btn-back-to-top {
        display: none !important;
    }

    #btn-back-to-top-scs {
        display: none !important;
    }

    .imgLogoTailor {
        width: 80%;
        margin: 0 auto;
    }

    .labelHeader {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 768px){
    .imgPresentation{
        position: inherit;
        left:0px !important;
    }

    #catalogueInfo {
        display: none;
    }

    #catalogueInfoShort {
        display: block;
    }

    .slide-carousel {
        display: none;
    }

    .slide-carousel-mobile {
        display: block;
    }

    .grecaptcha-badge {
        display: none !important;
    }

    #btn-back-to-top {
        display: none !important;
    }

    #btn-back-to-top-scs {
        display: none !important;
    }

    .imgLogoTailor {
        width: 60%;
        margin: 0 auto;
    }

    .labelHeader {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 500px){
    .imgCompany{
        position: inherit;
        left:0px !important;
    }
    .imgPresentation img{
        width: 100%;
    }
    
    .bo-table.compact tbody td,.bo-table.compact tbody td .btn-primary{
        font-size:12px!important;
    }

    #catalogueInfo {
        display: none;
    }

    #catalogueInfoShort {
        display: block;
    }

    .slide-carousel {
        display: none;
    }

    .slide-carousel-mobile {
        display: block;
    }

    .grecaptcha-badge {
        display: none !important;
    }

    #btn-back-to-top {
        display: none !important;
    }

    #btn-back-to-top-scs {
        display: none !important;
    }

    .imgLogoTailor {
        width: 60%;
        margin: 0 auto;
    }

    .labelHeader {
        font-size: 15px !important;
    }
}

.is-select-bordered+.select2-container{
    border: 1px solid darkgray !important;
}
.is-select-bordered+.select2-container--default .select2-selection--single {
    border-radius: 14px !important;
}

/* BANNER STYLE */
.desktop-banner-style {
    top: 20%;
    right: 5%;
    position: fixed !important;
    width: 30%;
    z-index: 100;
}
.mobile-banner-style {
    top: 5%;
    width: 100% !important;
    position: sticky;
    z-index: 100;
    padding: 8px !important;
}
/* END */

.position-md-absolute {
    position: relative;
}

@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .position-md-absolute {
        left: 20%;
    }
}