@charset "UTF-8";

body,
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.login_signup_list ul li,
.tick_ul li {
    list-style: none !important
}

@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.epcl-share-bottom i.fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block
}

:root {
    --primary-color: #007AFF;
    --secondary-color: #fea700;
    --content-color: #151515;
    --heading-color: #212A33;
    --bg-white: #fff;
    --bg-black: #000;
    --bg-transparent: transparent;
    --bg-footer-main: #212A33;
    --bg-footer-bottom: #1B232B;
    --bg-primary: #007aff;
    --bg-secondary: #fea700;
    --bg-light-gray: #f9f9f9;
    --bg-light-blue: #f0f7ff;
    --bg-light-green: #f9fff9;
    --bg-dark-overlay: #0000007d;
    --bg-scroll-top: #555
}

body,
body li,
body p {
    color: var(--content-color)
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    line-height: 1.15
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    font-display: swap
}

[class^=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    display: flex;
    flex-wrap: wrap
}

.col,
.col-12,
.col-xs-12 {
    flex: 1 0 0%
}

[class*=col-] {
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-11 {
    width: 91.66666667%
}

.col-12,
.col-xs-12 {
    flex: 0 0 auto;
    width: 100%
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (max-width:575.98px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .d-xs-none,
    .hidden-xs {
        display: none !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-flex {
        display: flex !important
    }
}

@media (min-width:576px) {
    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-flex {
        display: flex !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:768px) {
    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: flex !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        width: 8.33333333%
    }

    .col-xl-2 {
        width: 16.66666667%
    }

    .col-xl-5 {
        width: 41.66666667%
    }

    .col-xl-7 {
        width: 58.33333333%
    }

    .col-xl-8 {
        width: 66.66666667%
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333333%
    }

    .col-xl-11 {
        width: 91.66666667%
    }

    .col-xl-12 {
        width: 100%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .d-xl-none,
    .hidden-xl {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-flex {
        display: flex !important
    }
}

@media (min-width:1400px) {
    .col-xxl-1 {
        width: 8.33333333%
    }

    .col-xxl-2 {
        width: 16.66666667%
    }

    .col-xxl-5 {
        width: 41.66666667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7 {
        width: 58.33333333%
    }

    .col-xxl-8 {
        width: 66.66666667%
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333333%
    }

    .col-xxl-11 {
        width: 91.66666667%
    }

    .col-xxl-12 {
        width: 100%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .d-xxl-none {
        display: none !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-flex {
        display: flex !important
    }
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center,
.vertical_center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

@media (min-width:991.99px) {
    .row-align-center-lg {
        align-items: center
    }
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb, 13, 110, 253), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb, 255, 255, 255), var(--bs-text-opacity)) !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-nowrap {
    white-space: nowrap !important
}

.m-0,
.no-margin {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.p-0 {
    padding: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.blogbannerwrapper,
.main#single {
    margin-top: 87px
}

body:not(.no-offer) .blogbannerwrapper,
body:not(.no-offer) .main#single {
    margin-top: 158px !important
}

@media screen and (max-width:1450.98px) {

    .blogbannerwrapper,
    .main#single {
        margin-top: 77px
    }

    body:not(.no-offer) .blogbannerwrapper,
    body:not(.no-offer) .main#single {
        margin-top: 152px !important
    }
}

@media screen and (max-width:991.98px) {

    .blogbannerwrapper,
    .main#single {
        margin-top: 61px
    }

    body:not(.no-offer) .blogbannerwrapper,
    body:not(.no-offer) .main#single {
        margin-top: 124px !important
    }

    .login_signup_grid .login_signup_right {
        padding: 20px 40px 0 !important
    }
}

@media screen and (max-width:576.98px) {

    .blogbannerwrapper,
    .main#single,
    body:not(.no-offer) .blogbannerwrapper,
    body:not(.no-offer) .main#single {
        margin-top: 52px !important
    }
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat #fff0;
    border: 0;
    border-radius: .375rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus,
.close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.close,
.login_signup_box .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff0;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border-radius: 50%;
    z-index: 1;
    font-size: 35px;
    text-align: center;
    color: #000;
    opacity: .5
}

.close:hover {
    background-color: #ddd;
    opacity: .75
}

.logo-sc,
.logo_link,
.logo_link img {
    cursor: pointer !important
}

.post-image img {
    height: auto;
    width: auto
}

@media screen and (max-width:1024.98px) {
    .post-image img {
        max-height: 450px
    }

    .login_signup_list {
        padding-top: 15px !important
    }
}

@media screen and (max-width:767.98px) {

    .login_signup_main .close,
    .modal.login_signup_main.close {
        right: 5px !important;
        top: 5px !important
    }

    .post-image img {
        max-height: 300px
    }

    .login_signup_main .modal-content {
        border: 0
    }

    .login_signup_grid .login_signup_right {
        padding: 30px 20px 20px !important
    }

    .login_signup_main .login_signup_box.login_div {
        justify-content: flex-start
    }

    .login_signup_main .close {
        opacity: 1 !important
    }
}

@media screen and (max-width:425.98px) {
    .post-image img {
        max-height: 250px
    }
}

@media screen and (max-width:375.98px) {
    .post-image img {
        max-height: 200px
    }
}

.sections-snippet {
    background: var(--bg-light-gray);
    padding: 20px;
    border-left: 4px solid #4caf50;
    margin-top: 1rem;
    border-radius: 6px
}

.page_area_main .close {
    opacity: 1 !important
}

.login_signup_main .closeemailregisterpopup {
    font-family: 'Material Icons' !important
}

.login_signup_main .modal-dialog {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

@media screen and (min-height:800px) {
    .login_signup_main .modal-dialog {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.login_signup_main .modal-content {
    border-radius: 10px !important;
    width: 100%
}

.login_signup_box {
    background-image: url(https://cdn.mooninvoice.com/image/images/login_signup_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    overflow-y: auto;
    padding: 0;
    box-shadow: 0 16px 28px 0 rgb(0 0 0 / .22), 0 25px 55px 0 rgb(0 0 0 / .21)
}

.login_signup_box .close i.material-icons {
    line-height: 30px;
    font-family: 'Material Icons' !important
}

.login_signup_grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.login_signup_grid .login_signup_left {
    width: calc(100% - 550px);
    padding: 50px 80px 0 50px
}

.login_signup_grid .login_signup_right {
    width: 550px;
    padding: 50px 50px 0 0
}

.login_signup_main iframe {
    height: 650px;
    border: none;
    box-shadow: 2px 5px 20px rgb(0 0 0 / .1);
    border-radius: 10px
}

@media (min-width:530px) and (max-width:991.98px) {
    .login_signup_main iframe {
        box-shadow: none !important
    }
}

.login_signup_grid .cnt_box .ttl {
    font-size: 38px !important;
    line-height: 110%;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--heading-color)
}

.login_signup_grid .cnt_box .ttl .underline {
    position: relative
}

.login_signup_grid .cnt_box .ttl .underline::before {
    content: '';
    background-image: url(https://cdn.mooninvoice.com/image/images/popup_underline.svg);
    background-repeat: no-repeat;
    background-position: 0 40px;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -15px
}

.login_signup_grid .cnt_box ul li {
    position: relative;
    padding: 10px 0 10px 32px;
    font-size: 18px;
    line-height: 23px;
    color: var(--heading-color)
}

.login_signup_grid .cnt_box ul li::before {
    content: '';
    background-image: url(https://cdn.mooninvoice.com/image/images/round-circle.svg);
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 20px;
    background-size: cover
}

.login_signup_grid .testimonial_sc {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 28px 27px;
    margin-top: 40px;
    width: calc(100% - 35px)
}

.login_signup_grid .testimonial_sc .author_rating_sc {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.login_signup_grid .author_rating_sc .author {
    width: calc(100% - 150px);
    display: flex;
    align-items: center
}

.login_signup_grid .author_rating_sc .author .img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-right: 15px
}

.login_signup_grid .author_rating_sc .author span {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: var(--heading-color);
    display: block
}

.login_signup_list {
    padding: 38px 10px 30px;
    display: flex;
    justify-content: center
}

.login_signup_list ul {
    display: flex;
    align-items: center;
    margin: 0
}

.login_signup_list ul li {
    position: relative;
    padding: 0 30px;
    color: var(--heading-color)
}

.login_signup_list ul li+li {
    border-left: 2px solid #a7d1ff
}

.fs-15 {
    font-size: 15px !important
}

.blog-banner-sections {
    background-image: url('./assets/images/author/author-banner.webp');
    background-position: center center;
    background-size: 100%
}

.profile-content {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d0e1ff;
    gap: 80px
}

.profile-block {
    gap: 24px
}

.profile-img {
    max-width: 100px;
    border: 1.5px solid #d4e7ff;
    border-radius: 100px
}

.profile-content .profile-social-icons {
    min-width: 200px
}

.profile-content .social-icon {
    border: 1px solid #d0e1ff;
    border-radius: 8px;
    padding: 5px
}

.profile-content .social-icon:hover {
    background: #d0e1ff
}

@media screen and (max-width:1599.98px) {
    .login_signup_list {
        padding-top: 30px
    }

    .login_signup_grid .testimonial_sc {
        border-radius: 10px;
        padding: 20px;
        margin-top: 20px
    }

    .login_signup_grid .cnt_box ul li::before {
        top: 9px;
        width: 18px;
        height: 18px
    }

    .login_signup_grid .cnt_box ul li {
        padding: 8px 0 8px 26px;
        font-size: 16px;
        line-height: 21px
    }

    .login_signup_grid .cnt_box .ttl {
        font-size: 34px !important;
        margin-bottom: 20px
    }

    .login_signup_grid .login_signup_left {
        padding: 40px 80px 0 40px
    }

    .login_signup_grid .login_signup_right {
        padding: 40px 40px 0 0
    }
}

@media (max-width:1300px) {
    .login_signup_main iframe {
        height: 620px
    }

    .login_signup_grid .login_signup_right {
        padding: 30px 40px 0 0
    }
}

@media (max-width:1199.98px) {
    .login_signup_grid .cnt_box .ttl {
        font-size: 26px !important;
        margin-bottom: 15px
    }

    .login_signup_grid .login_signup_left {
        width: calc(100% - 450px);
        padding-right: 30px
    }

    .login_signup_grid .login_signup_right {
        width: 450px
    }

    .login_signup_main .sign_up_main {
        padding: 30px 50px !important
    }
}

@media screen and (max-width:1024.98px) {
    .login_signup_list {
        padding-top: 15px !important
    }
}

@media screen and (max-width:991.98px) {
    .login_signup_main.modal {
        overflow-y: auto
    }

    .login_signup_grid .login_signup_left {
        order: 1;
        width: 50%;
        padding: 0 20px
    }

    .login_signup_grid>* {
        width: 100% !important
    }

    .login_signup_grid .cnt_box .ttl {
        font-size: 22px !important
    }

    .login_signup_grid .testimonial_sc {
        width: 100%
    }

    .login_signup_grid .author_rating_sc .author {
        width: calc(100% - 50px)
    }

    .login_signup_grid .login_signup_right {
        padding: 20px 40px 10px !important;
        order: 0
    }

    .login_signup_list ul {
        text-align: center;
        flex-direction: column
    }

    .login_signup_list ul li+li {
        padding-top: 15px;
        border: 0
    }

    .profile-content {
        gap: 40px
    }
}

@media screen and (max-width:767.98px) {
    .login_signup_main .close {
        right: 5px !important;
        top: 5px !important;
        opacity: 1 !important
    }

    .login_signup_main .modal-dialog .modal-content {
        height: 100%;
        border-radius: 0 !important;
        box-shadow: unset;
        border: 0
    }

    .login_signup_main .login_signup_box,
    .page_area_main {
        border-radius: 0;
        height: 100%
    }

    .login_signup_grid .testimonial_sc {
        padding: 15px
    }

    .login_signup_grid .author_rating_sc .author .img {
        margin-right: 10px
    }

    .login_signup_grid .login_signup_right {
        padding: 30px 20px 15px !important
    }

    .profile-content {
        flex-direction: column;
        gap: 16px;
        margin-top: 16px;
        padding-top: 16px
    }

    .profile-img {
        max-width: 80px
    }
}

@media (prefers-color-scheme:dark) {
    .blog-banner-sections {
        background-image: url('./assets/images/author/author-banner-dark.webp') !important
    }

    .social-icon img {
        filter: brightness(0) saturate(100%) invert(90%) sepia(18%) saturate(1039%) hue-rotate(180deg) brightness(100%) contrast(100%)
    }

    .profile-content .social-icon:hover {
        background: #cce2ff30
    }
}