@import "../../../../custom-icons.css";

/* #313757 */

/*
    General
*/

.btn, input, textarea {
    border-radius: 20px !important;
}

.gr-widget-container{
    width: 700px;
    max-width: 100%;    
}


.gr-btn-language {
    background: transparent !important;
    border: none !important;   
    outline: none !important;
    cursor: pointer;
}

.gr-btn-outline {
    background-color: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.gr-btn-outline.active, .gr-btn-outline:hover {
    background-color: var(--primary);
    color: white;
}

#section-print-qr li::marker {
    color: var(--primary);
}

.u-image-icon-size-lg img {
    max-width: 100%;
    height: auto;
}

/*  
    End General
*/



/*
    General Slider
*/
.slider {
    height: auto;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
}

.swiper {
    width: 100%;
    /* height: 100%; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;    
    width: 81.5px;
    height: auto;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    border: 0.1em solid;
    border-color: #333;
    border-radius: 50%;
    width: 1.4em;
    height: 1.4em;
    top: 48px;
}

.swiper-button-prev::after, .swiper-button-next::after{
    color: #333;
    font-size: 0.7em;
    line-height: 0;
    font-weight: bold;
}
/*
    End General Slider
*/


/* 
    Social Slider 
*/

#gr-share-slider .swiper-container {
    border-bottom: solid 1px #dcd9d9; 
    border-top: solid 1px #dcd9d9;
}

#gr-share-slider .swiper-slide {
    /* border-bottom: solid 1px #dcd9d9; */
    /* border-top: solid 1px #dcd9d9; */
    width: 58.57px;    
    padding-top: 10px;
    padding-bottom: 10px;
}

#gr-share-slider .swiper-slide-active {
    color: var(--primary);
}

#gr-share-slider .swiper-slide .social {
    width: 50px;
    height: 50px;
    padding: 5px;
}

#gr-share-slider-items a, #gr-share-slider-items a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

/* 
    END Social Slider 
*/



/*
    Coupon Code, Personal Link
*/

.gr-share-link-coupon .form-control {
    padding-left: 40px;
}

.gr-personal-link-editable {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    height: 42.58px;
    border-radius: 20px !important;
}

/*
    End Coupon Code, Personal Link
*/



/*
    Share container
*/

.gr-widget-share-container{
    max-width: 700px;
}


.gr-box-widget {
    max-width: 400px;
    margin: auto;
}

#section-mak-mat.gr-box-widget {
    max-width: 700px;
    margin: auto;
}

/*
    End Share container Section
*/


/*
Marketing Materials
*/

.gr-preview-content {
    width: 120px;
    height: 120px;
    position: relative;
}
.gr-preview-content img{
    max-width: 100%;
    max-height: 100%;
}

.gr-markt-mat-element {
    border-bottom: 1px solid var(--secondary);
}


/*
Marketing Materials
*/


@media (max-width: 600px) {

    .gr-widget-share-container{
        max-width: 100%;
    }

    .gr-widget-container, .gr-stats-container{
        width: 100%;
    }

    #gr-share-slider .swiper-slide {
        width: 53.75px;
    }

}
