:root {
    --primary-color: #ff0072;
    --secondary-color: #68ad54;
    --white-color: #fff;
    --black-color: #323232;
}
.custom-nav {
    background: #ffffff;
}
.icon-theme {
    position: absolute;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    transform: inherit !important;
}
.icon-theme img{
    height: 100%;
    object-fit: fill;
    object-position: center;
    border-radius: 25px;

}

.circle-wrapper-theme {
    position: relative;
    margin: 10px auto;

    height: 210px;
    width: 210px;
}
.fl-img-box .share-btn {
    position: relative;
}
.success-theme.circle-theme {
    display: none !important;
}
@media (max-width: 992px){
    .circle-wrapper-theme {
        position: relative;
        margin: 10px auto;
        height: 150px;
        width: 145px !important;
    }
}
