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

/*
    General
*/

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

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

.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
*/

/*
    Header
*/

.gr-share-backgorund-img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background-size: 150% auto; 
    background-position: 0% 25%;   
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(https://dbf494d77ed7e7544c04-f159651a7cba186adf40310b2873a334.ssl.cf1.rackcdn.com/Fullwidget/header-7.webp);
}

/*  
    End Header
*/

/*
    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;
    /* top: 65%; */
}

.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: 18px;
}

#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 
*/

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

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

@media (max-width: 700px) {
    .gr-header-img {  
        background-size: 1800px auto;
        background-position: 48% 0%;
    }

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

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

    .icon-stats:before {        
        font-size: 14px !important;
    }

}



    
   
