main {
    background: #ffff;
}

main .container {
    max-width: 1200px;
}

body {
    padding-right: 0 !important;
}

#blogs-list .row {
    padding: 15px;
    border: 3px solid var(--forange);
    align-items: center;

}
#blogs-list h3 {
    font-weight: 700;
    font-size: 22px;
}
#blogs-list .col-4 {
    padding: 0 25px 0 0;
}
#blogs-list span, #blogs-list i {
    margin-right: 20px;
}
#blogs-list i {
    margin-left: 20px;
}
#ga-single-post img {
    width: 100%!important;
    max-width: 450px;
}
.share-btn {
    column-gap: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 10px;
}
.popup.show .double-border-button.glbl-btn {
    padding: 7px 0px!important;
}
.link-toggle:hover {
    cursor: pointer;
}
.modal-content {
    padding: 15px 20px 20px 20px;
    border: none;
    max-width: 380px!important;
    margin-top: 200px!important;
}
.modal-body {
    align-items: center;
    column-gap: 50px;
    justify-content: center;
    display: flex;
    padding: 20px 0 0 0!important;
}
button.close {
    outline: none;
}
.modal-open {
    overflow: unset!important;
}
.modal-header {
    padding-top: 8px;
}
.share-btn .btn {
    padding: 0;
    color: #393c41!important;
}
.winners-card a {
    cursor: pointer;
    outline: none!important;
}

#blogs-list .col-4 {
    padding: 0 25px 0 0;
}
#blogs-list span, #blogs-list i {
    margin-right: 20px;
}
#blogs-list i {
    margin-left: 20px;
}
#blogs-list a {
    /* color: var(--fsgreen); */
    text-decoration: none;
}

#blogs-list img {
    width: 100%!important;
    max-width: 450px;
}

#blogs-list .full-img {
    width: 100%!important;
    max-width: 100%!important;
}

#blogs-list svg.cXULmD.blog-icon-fill {
    margin-right: 20px;
    margin-left: 20px;
    fill: var(--black);
}

#blogs-list .fa-close {
    margin-left: 20px;
    color: #000!important;
}

#blogs-list .social-icons {
    border-top: 1px solid var(--black);
    margin-top: 20px;
    padding-top: 30px;
    align-items: flex-start;
    margin-bottom: -190px!important;
}
#blogs-list button.btn.green-btn.border-white.text-white.double-border-button.glbl-btn {
    width: 100%;
    max-width: 100px;
    margin-bottom: 0px!important;
}

@media screen and (max-width: 980px) {
    #blogs-list .row {
        display: block!important;
    }
    #blogs-list .col {
        margin-bottom: 20px!important;
    }
    .card-blogs {
        max-width: 100%;
        padding: 0!important;
    }
    #blogs-list .row {
        padding: 20px!important;
    }
    #blogs-list img {
        margin-bottom: 20px;
    }
    #blogs-list .row {
        max-width: 100%;
        margin: auto;
    }
    #blogs-list .mt-5 {
        margin-top: 25px!important;
        margin-bottom: 0px;
    }
    .mb-5.green-text {
        margin-bottom: 15px!important;
    }
    #blogs-list .social-icons {
        margin-top: 25px;
        padding-top: 25px!important;
    }
    /* .popup.show {
        transform:translate(0%, -100%) scale(1)!important;
        transition: top 0s 0s ease-in-out,
        opacity 0.2s 0s ease-in-out,
        transform 0.2s 0s ease-in-out;
    } */
    /* .popup {
        transform:translate(0%, -50%) scale(1)!important;
    } */
    #blogs-list .social-icons {
        margin-bottom: -230px!important;
    }
    .popup.show {
        margin-top: 60%!important;
    }
    .content .field .btn {
        width: 35%;
        margin: 0!important;
    }
    .modal {
        margin-top: 80px;
    }
    .popup {
        max-width: 100%;
    }
    .modal-body {
        column-gap: 0!important;
        padding-bottom: 20px 0 0 0!Important;
    }
    .modal-dialog .modal-content {
        margin: 75px auto 0 auto !important;
    }
    .modal-content {
        padding: 10px;
    }
}
#blogs-list img {
    max-width: 100%;
}

/** popup share social media modal css **/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
/* ::selection{
  color: #fff;
  background: #7d2ae8;
} */
.view-modal, .popup{
    /* position: absolute; */
    /* left: 50%; */
}
button{
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}
.view-modal{
    color: #7d2ae8;
    font-size: 18px;
    background: #fff;
    outline: none!important;
    /* top: 50%; */
    /* padding: 10px 25px; */
    /* transform: translate(-50%, -50%); */
}
.popup {
    /*margin-top: -50%;*/
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    border-radius: 0px!important;
    /* border: 3px solid var(--green); */
    /* box-shadow: 0px 10px 15px rgba(0,0,0,0.1); */
    transform: translate(50%, 50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out, opacity 0.2s 0s ease-in-out, transform 0.2s 0s ease-in-out;
}
.popup.show{
    /*box-shadow: 0px 0px 5px 1px #00000026;*/
    /* top: 50%; */
    /*z-index: 99;*/
    /*background-color: #fff!important;*/
    margin: 15% auto 0 auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: top 0s 0s ease-in-out,
    opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;

}
.popup :is(header, .icons, .field){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
header span{
    font-size: 20px;
    font-weight: 600;
    color: var(--dgreen);
}
header .close, .icons a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
header .close{
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
header .close:hover{
    background: #ebedf9;
}
.popup .content{
    margin: 20px 0;
}
.popup .icons{
    margin: 15px 0 20px 0;
}
.content p{
    font-size: 16px;
}
.content .icons a{
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.icons a i{
    transition: transform 0.3s ease-in-out;
}
.icons a:nth-child(1){
    color: #1877F2;
    border-color: #b7d4fb;
}
.icons a:nth-child(1):hover{
    background: #1877F2;
}
.icons a:nth-child(2){
    color: #46C1F6;
    border-color: #b6e7fc;
}
.icons a:nth-child(2):hover{
    background: #46C1F6;
}
.icons a:nth-child(3){
    color: #e1306c;
    border-color: #f5bccf;
}
.icons a:nth-child(3):hover{
    background: #e1306c;
}
.icons a:nth-child(4){
    color: #25D366;
    border-color: #bef4d2;
}
.icons a:nth-child(4):hover{
    background: #25D366;
}
.icons a:nth-child(5){
    color: #0088cc;
    border-color: #b3e6ff;
}
.icons a:nth-child(5):hover{
    background: #0088cc;
}
.icons a:hover{
    color: #fff;
    border-color: transparent;
}
.icons a:hover i{
    transform: scale(1.2);
}
.content .field{
    display: flex;
    align-items: center;
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    /* padding: 0 5px; */
    border: 1px solid #e1e1e1;
}
.field.active{
    border-color: #7d2ae8;
}
.field i{
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.field.active i{
    color: #7d2ae8;
}
.field input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}
.field button{
    color: #fff;
    padding: 5px 18px;
    background: #7d2ae8;
}
.field button:hover{
    background: #8d39fa;
}

button.close.text-right {
    outline: none;
}
#myModal .double-border-button.glbl-btn {
    max-width: 100px!important;
    width: 100%!important;
}
.content .field .btn {
    width: 35%;
}
.content {
    margin-bottom: 0!important;
}

@media screen and (max-width: 500px) {
    .popup.show {
        margin-top: 35vh!important;
    }
}
.field.active {
    border-color:none!important;
    border:none!important;
}
.field.active i {
    color: unset!important;
}

svg.cXULmD.blog-icon-fill {
    background: #000;
    fill: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 5px;
}
/* .modal-backdrop:nth-child(2n-1) {
  opacity : 0!important;
  display: none!important;
} */

#blogs-list {
    padding: 50px 20px;
}