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

/*
    General
*/

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

.form-group.u-select--v3 {
    border: 1px solid #ced4da;
}

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

.gr-content-body {
    position: relative;
}

.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;
}


/*  
    End General
*/


/*
    General Slider
*/
.slider {
    height: 100px;
    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;

    /* 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;
}

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

.gr-next-white, .gr-prev-white {
    border-color: #ffffff;
}

.gr-next-white::after, .gr-prev-white::after{
    color: #ffffff;
}

/*
    End General Slider
*/


/* 
    Social Slider 
*/

#gr-share-slider {
    padding-top: 12px;
    margin-bottom: 12px;
    margin-top: 20px;
}

#gr-share-slider .swiper-slide {
    border-bottom: solid 2px #dcd9d9;
    width: 58.57px;    
}

#gr-share-slider .swiper-slide-active {
    border-bottom: solid 4px var(--primary);
}

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

/* 
    END Social Slider 
*/

/*
    Marketing Materials
*/

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


/*
    End Marketing Materials
*/



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


@media (max-width: 600px) {

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

}

