        @import url('https://fonts.googleapis.com/css2?family=Belanosima&family=Rubik+Vinyl&display=swap');
   /* Loader styles */
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader img {
    width: 100px;
}
        body
        {
            margin: 0;
            width: 100%;
            
            display: flex;
            flex-direction: column;
            background-color: #E9F1FF;
            font-family: 'Belanosima', sans-serif;
            background: url(/public/assets/images/people_bg.webp);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 2800PX;
            box-shadow: inset 0 0 0 3200px rgb(255 255 255 / 70%);
            align-items: center;
/*            animation: slideBackground 240s linear infinite;*/
            padding: 0;
            /* Disable zooming */
            touch-action: manipulation; /* For modern browsers */
            -ms-touch-action: manipulation; /* For IE 10 and earlier */
            user-zoom: fixed; /* For older WebKit-based browsers */
            zoom: 100%; /* Reset zoom level */
            /* Prevent text resizing */
            text-size-adjust: 100%;
        }

        html,
        body {
            height: 100%;
            overflow: hidden;
        }

        body {
            position: fixed;
            width: 100%;
        }

        ::selection {
            color: white;
            background-color: #FF9800;
            padding: 5px 10px;
        }

        body a:link {
          text-decoration: none !important;
        }

        body a:visited {
          text-decoration: none !important;
          color: #878aff;
        }

        body a:hover {
          text-decoration: none !important;
          color: #000000;
        }

        body a:active {
          text-decoration: none !important;
        }

        button, a{
            cursor: pointer;
        }


        @keyframes slideBackground {
        from {
        background-position: 0 0;
        }
        to {
        background-position: 100% 10%;
        }
        }

    .darksoul-search-bar
        {
            width: 60px;
            height: 60px;
            margin: auto;
            background-color: #ff8c00;
            display: flex;
            border-radius: 0% 30px 30px 30px;
            transition: width 1s;
            box-shadow: 5px 5px 20px #d8e6fd, -5px -5px 30px white;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            z-index: 10;
            align-items: center;

        }
        .search-icon
        {
            margin-left: 5px;
            margin-right: auto;
            border-radius: 50%;
        }
        .darksoul-search-bar:hover
        {
            width: 500px;
            border-radius:  0% 30px 30px 30px;
        }
        .darksoul-search-input
        {
            margin: auto;
            display: none;
            transition: display 12s;
            outline: none;
            border: none;
            font-family: 'Belanosima', sans-serif;
            border-radius: 25px;
            padding-left: 20px;
            font-size: 1.3em !important;
            color: #393939;
        }

        #searchBardiv .beta {
             position: absolute;
             top: 8px;
             margin-right: -8px;
             right: 100%;
             color: #ffffff;
             font-family: 'Belanosima', sans-serif;
             animation: glow 1s ease-in-out infinite alternate;
             background: #878aff;
             padding: 1px 4px;
             border-radius: 5px 5px 0px 0px;
             font-size: 0.8em;
             transform: rotate(-90deg);
        }

        #clearInput {
            color: #d5d5d5;
            display: none;
            font-size: 1.5em;
            position: absolute;
            right: 11.6px;
            text-align: center;
            padding: 8px 10px;
            background: white;
            border-radius: 50%;
        }
        .suggestiontext {
            margin: auto;
            display: none;
            width: 100%;
            border-radius: 5px;
            font-size: 1.1em !important;
            background: white;
            border: 1px solid aliceblue;
            position: absolute;
            top: 105%;
            z-index: 99;
        }
        .suggestiontext li:hover{
            background: #fff9f2;

        }
        .suggestiontext li {
            border-bottom: 1px solid whitesmoke;
            padding: 5px 10px;
            list-style: none;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-start;
        }
        .suggestiontext li span {
            margin: 5px 10px;
        }
        .suggestiontext a {
            color: #6d6d6d;
        }
        .suggestiontext li a {
            font-size: 0.8em;
            color: #d7d7d7;
            transform: rotate(312deg);
            position: absolute;
            right: 8px;
        }
        .darksoul-search-bar:hover .darksoul-search-input
        {
            display: inline-flex;
            width: 83%;
            height: 70%;
        }
        .darksoul-search-bar:hover .suggestiontext
        {
            display: block;
            transition: display 30s;
            
        }

        input[type="submit"]
        {
            display: none;
        }
        @media only screen and (max-width: 600px) 
        {
            .darksoul-search-bar:hover
            {
                width:90%;
                border-radius:  0% 30px 30px 30px;
            }
            .darksoul-search-bar
            {
                top: -20px;
            }

            .darksoul-search-bar:hover .darksoul-search-input
            { 
                width: 78%;
                
            }
            body{

                background-size: 2100PX;
            }
        }

        .nav
        {
            width: 80%;
            height: 60px;
            margin: auto;
            background-color: white;
            display: flex;
            border-radius: 15px;
            box-shadow: 5px 5px 20px #d8e6fd, -5px -5px 30px white;
            margin-bottom: 50px;
            margin-top: 250px;
        }
        .content
        {
            width: 80%;
            height: 400px;
            margin: auto;
            background-color: white;
            display: flex;
            border-radius: 15px;
            box-shadow: 5px 5px 20px #d8e6fd, -5px -5px 30px white;
             margin-bottom: 50px;
            margin-top: 50px;
        }


        .nav p
        {
            margin: auto;
            color: #303030;
        }
        .disclaimer
        {
            margin: auto;
            width: fit-content;
            color: rgb(109 109 109);
            background: white;
            padding: 5px 8px;
            border: 1px solid darkorange;
            border-radius: 5px;
            z-index: 10;
                position: fixed;
    bottom: 20px;


        }
        .disclaimer a
        {
            color: #ff8c00;
        }
        .disclaimer a:hover
        {
            color: #ff8c00;
        }


.darksoul-search-input::placeholder {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

#randomText {
    position: absolute;
    top: 200px;
    white-space: nowrap;
    background: darkcyan;
    padding: 4px 15px;
    color: white;
    font-size: 1.1em;
    white-space: nowrap; /* Prevent text from wrapping */
    border-radius: 0% 30px 30px 30px;
    transition: width 1s;
    box-shadow: 5px 5px 20px #d8e6fd, -5px -5px 30px white;
    }


div#container {
    width: 100%;
    position: absolute;
    z-index: 1;
/*    cursor: url('custom-cursor.png'), auto;*/
}

.menuView {
    position: absolute;
    right: 12px;
    top: 6px;
    background: darkorange;
    padding: 4px;
    border-radius: 50%;
        z-index: 10;
}
.menuView img {
    width: 40px;
    border-radius: 50%;
}
.menuView a i {
    color: white;
    font-size: 1.9em;
    padding: 6px 8px;
}


.user_status {
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 99;
    border: 2px solid white;
}

.online{
  background: #00ff2d;
}
.offline{
  background: #c5c5c5;
}

.userpopup {
    display: none;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
    background: white;
    position: absolute;
    right: 15px;
    top: 60px;
    padding: 8px 5px 0px 5px;
    border-radius: 24px;
    box-shadow: 0px 0px 22px -8px #808080;
    z-index: 1;
}
.userpopup p, .userpopup h4{
  margin: 4px;
  color: #787878;
  font-size: 0.9em;
}
.userpopup h4 {
    font-size: 1.2em;
    font-weight: 600;
}

.becomefreelancer {
    background: #40d940;
    padding: 4px 10px;
    color: white;
    border-radius: 16px;
}

.userpopup hr{
  width: 100%;
  border: none;
  border-top: 1px solid #dfdfdf;
  margin: 4px !important;
}
.userpopup span {
    background: #ffca00;
    font-size: 1em;
    padding: 1px 5px;
    border-radius: 15px;
    color: #474747;
    position: relative;
    top: -3px;
    line-height: 15px;
}
.userpopup ul {
    list-style: none;
    width: 80%;
    padding: 0px;
    margin: 0px;
}
.userpopup ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 10px;
    color: #5a5a5a;
    font-size: 17px;
}
.userpopup ul li a i {
    margin-right: 10px;
}
.cspopup {
    display: none;
    background: #0000004f;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.cspopup .popcont {
    background: white;
    width: 350px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.popcont a {
    position: relative;
    top: -45px;
    right: -240px;
    background: darkorange;
    color: white !important;
    display: flex;
    border-radius: 50%;
    padding: 5px;
}
.popcont h3 {
    margin: 0px;
    margin-left: -20px;
}