.iqitsociallogin-colors-native .btn-facebook {
    background: #4267B2 !important;
    color: #fff !important;
}

@media screen and (max-width: 768px) {
    .iqitsociallogin-colors-native .btn-facebook {
        min-width: 70%;
    }

    .iqitsociallogin-colors-native .btn-google {
        min-width: 70%;
    }
}

.iqitsociallogin-colors-native .btn-google {
    /* background: #4285F4 !important; */
    background: whitesmoke !important;
    /* color: #fff !important; */
    color: black !important;
    position: relative;
    /* padding-left: 45px; */
}

.iqitsociallogin-colors-native .btn-google span {
    /* background: #fff;
    position: absolute;
    left: 1px;
    top:1px;
    bottom: 1px;
    padding: 7px; */
    background: #fff;
    position: static;
    padding: 2px 5px 4px 5px;
    border-radius: 37px;
    /* margin: 3px 0px; */
    margin-left: -7px;
    margin-right: 3px;
}

.iqitsociallogin-colors-native .btn-twitter {
    background: #00aced !important;
    color: #fff !important;
}

.iqitsociallogin-colors-native .btn-instagram {
    background: #8e1a52 !important;
    color: #fff !important;
}

.iqitsociallogin-colors-native .btn-iqitsociallogin:hover {
    opacity: 0.8;
}

.iqitsociallogin i {
    /* font-size: 18px; */
    font-size: 18px;
}

.iqitsociallogin img {
    width: 18px;
    height: auto;
}

.iqitsociallogin-authentication {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .iqitsociallogin-authentication {
        display: flex;
        justify-content: center;
        gap: 0px;
        flex-wrap: wrap;
    }

    .customCheckoutButtonsContainer {
        text-align: center;
    }

    .iqitsociallogin-colors-native .btn-google {
        padding-left: 0px;
    }

}