    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

    body {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
    }

    .sw-link {
        color: #000;
        padding: 5px 15px !important;
        letter-spacing: 0.25px;
        font-weight: 600;
        transition: 0.25s;
        position: relative;
    }

    .sw-link:hover {
        color: #000;
    }

    .sw-btn {
        color: #000;
        background: #fff;
        border: 4px solid #000000;
        font-size: 14px;
        padding: 9px 18px !important;
        border-radius: 30px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
        transition: 0.25s;
    }

    .sw-btn:hover {
        color: #000;
        transform: translateY(-2px);
        box-shadow: 5px 5px 0px 0px rgb(0, 0, 0);
    }

    a.nav-link.sw-link.active:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 7px;
        background: linear-gradient(234deg, #ff4200, #7e0097);
        border-radius: 50px;
        top: -5px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    a.nav-link.sw-link:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 7px;
        background: linear-gradient(234deg, #ff4200, #7e0097);
        border-radius: 50px;
        top: -10px !important;
        opacity: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        transition: 0.25s;
    }

    a.nav-link.sw-link:hover:before {
        opacity: 1;
        top: -5px !important;
    }


    .admin-login {
        height: 100vh;
        background: #ffd2d2;
    }

    .main-heading {
        color: #f35626;
        background-image: linear-gradient(45deg, #9200e0, #fe3a94);
        background-clip: text;
        animation: hue 10s infinite linear;
        background-image: -webkit-linear-gradient(45deg, #9200e0, #fe3a94);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: hue 10s infinite linear;
    }

    @keyframes hue {
        from {
            filter: hue-rotate(0deg);
        }

        to {
            filter: hue-rotate(-360deg);
        }
    }

    @-webkit-keyframes hue {
        from {
            -webkit-filter: hue-rotate(0deg);
        }

        to {
            -webkit-filter: hue-rotate(-360deg);
        }
    }

    .caption {
        letter-spacing: 0.25px;
    }

    .font-14 {
        font-size: 14px !important;
    }

    .c-box {
        text-decoration: none;
        color: #2d2d2d !important;
        background: white;
        border: 4px solid #00000024;
        background: white;
        display: block;
        padding: 12px;
        border-radius: 9px;
        transition: 0.5s;
    }

    .c-box:hover {
        box-shadow: 5px 5px 0px 0px #2d2d2d;
        transform: translate(-4px, -4px);
    }

    .c-box i.fas {
        transition: 0.25s;
    }

    .c-box:hover i.fas {
        transform: translateX(20px);
    }

    .icon img {
        width: 63px;
        background: #ffffff78;
        padding: 12px;
        border-radius: 10px;
        margin-bottom: 15px;
        transition: 0.72s;
    }

    .listing-box {
        position: relative;
        text-decoration: none;
        color: #2d2d2d !important;
        border: 2px solid #edf1ff;
        background: #edf1ff;
        display: block;
        padding: 12px;
        border-radius: 9px;
        transition: 0.5s;
        overflow: hidden;
    }

    .listing-box:hover {
        background: #fff;
        border: 2px solid #000;
        box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.13);
        transform: translate(0px, -4px);
    }

    .listing-box i.fas {
        transition: 0.25s;
    }

    .listing-box:hover i.fas {
        transform: translateX(20px);
    }

    .icns__listing i.fas, .icns__listing i.far {
        color: #ffa500 !important;
    }

    .listing-box:hover .icns__listing i.fas {
        transform: unset !important;
    }

    .listing-box .icon img {
        width: 90px;
        background: #ffffff78;
        padding: 0px;
        margin-bottom: 0px;
        border-radius: 10px;
        transition: 0.72s;
    }

    .c-box:hover .icon img {
        background: #fff;
        box-shadow: 4px 4px 0px 0px #2d2d2d21;
        transform: translate(-4px, -4px);
    }

    .footer-section {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        background-image: url(../img/footer.png);
        background-color: transparent;
        background-size: cover;
        background-position: top;
    }

    .footer-main {
        padding: 140px 0 0;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

    .footer-widget li {
        display: inline-block;
        margin-bottom: 0;
    }

    .footer-widget ul li a {
        padding-left: 25px;
        transition: all .3s ease;
    }

    .footer-widget li a,
    .footer-widget li a:hover {
        margin-left: 0;
        font-size: 13.5px;
        color: #4b262d;
        background: none;
        text-decoration: none;
    }

    .footer-main>.container>.row {
        border-bottom: 1px solid #dfe0ee;
        padding-bottom: 30px;
        margin-right: 0;
        margin-left: 0;
    }

    .copyright {
        padding: 18px 0 22px;
    }

    .copyright-text {
        padding-top: 8px;
    }

    .copyright-text p {
        font-size: 14px;
        color: #4b262d;
        letter-spacing: 0.5px;
    }

    .copyright-text p a {
        color: #cf4520;
        letter-spacing: 0.5px;
        font-weight: bold;
        text-decoration: none;
    }

    .social-list {
        list-style: none;
        display: flex;
        justify-content: flex-end;
    }

    .social-list li {
        padding: 0px 5px;
    }

    .social-list li a i {
        width: 32px;
        height: 32px;
        background: #ffffff;
        border-radius: 40px;
        text-align: center;
        padding-top: 9px;
    }

    .copyright .social-list a i.fa-facebook-f {
        color: #3b5998;
    }

    .copyright .social-list a i.fa-twitter {
        color: #55ACEE;
    }

    .social-list a i.fa-linkedin-in {
        color: #0976B4;
    }

    .social-list a i.fa-instagram {
        color: #ea4c89;
    }

    .sw-lbl {
        text-transform: uppercase;
        color: #002243;
        margin-top: 15px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .sw-input {
        color: #000;
        padding: 0.63rem 1rem;
        border: 1px solid rgb(0 0 0 / 36%);
        border-radius: 50px !important;
    }

    .sw-input:hover {
        border: 1px solid #0054a6;
    }

    .sw-input:focus {
        border: 1px solid #0054a6;
        box-shadow: 2px 4px 9px 0rem #00000026;
    }

    .sw-input-listing {
        color: #fff;
        background: #404040;
        padding: 0.63rem 1rem;
        border: 1px solid rgb(0 0 0 / 36%);
        border-radius: 50px !important;
    }

    #profile_form .sw-input-listing {
        padding: 0.4rem 1rem;
        border-radius: 10px !important;
    }

    .sw-input-listing:hover {
        border: 1px solid #ffffff;
    }

    .sw-input-listing:focus {
        border: 1px solid #ffffff;
        box-shadow: 2px 4px 9px 0rem #00000026;
    }

    .small-label {
        letter-spacing: 0.5px;
        font-size: 9px;
        color: #9f9f9f !important;
    }

    input::-webkit-input-placeholder {
        font-size: 12px;
        color: #9f9f9f !important;
    }

    /*listing sidebar*/

    .rj-box {
        background: #fff;
        padding: 15px 15px;
        margin-bottom: 20px;
        border-radius: 7px;
        text-decoration: none !important;
        color: #1E1E1E;
        display: block;
        border: 1px solid #ddd;
    }

    .rj-logo {
        width: 63px;
        margin-bottom: 10px;
    }

    .welcome-h {
        font-size: 14px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 0;
    }

    .welcome-p {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #6a6a6a;
        letter-spacing: 0.5px;
        margin-bottom: 35px;
    }

    .font-12 {
        font-size: 12px !important;
    }

    .font-14 {
        font-size: 14px !important;
    }

    .text-app-color {
        color: #3c73f1;
    }

    .font-weight-500 {
        font-weight: 500 !important;
    }

    .cat-f-btn {
        position: absolute;
        top: 47px;
        right: 7px;
        color: #fff !important;
        background: black;
        border-radius: 50px;
        width: 34px;
        height: 34px;
        padding: 0;
    }





    .share__icon__workprofile {
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
        border: 2px solid #d3d3dd;
        padding: 10px;
        border-radius: 50%;
        width: 40px;
        /* Set fixed width */
        height: 40px;
        /* Same as width for a perfect circle */
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d3d3dd;
        transition: all 0.3s ease-in-out; 

        &:hover {
            color: #212529;
            border: 2px solid #212529;

        }
    }