@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%;
            height: 100vh;
            background-color: #e7e7e7 !important;
            font-family: 'Belanosima', sans-serif;
            padding: 0;
            display: flex;
            touch-action: manipulation;
            -ms-touch-action: manipulation;
            user-zoom: fixed;
            zoom: 100%;
            text-size-adjust: 100%;
            align-content: center;
            justify-content: flex-start;
            flex-direction: column;
            align-items: center;
/*            overflow: hidden;            */
        }
        button, a{
            cursor: pointer;
        }

        ::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;
        }

    .darksoul-search-bar
        {
            width: 60px;
            height: 60px;
            background-color: #ff8c00;
            display: flex;
            border-radius: 0% 30px 30px 30px;
            transition: width 1s;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            top: 20px;
            z-index: 10;
            width: 500px;
            border-radius:  0% 30px 30px 30px;
            align-items: center;
        }
        .search-icon
        {
            
            margin-left: 5px;
            margin-right: auto;
            border-radius: 50%;
        }

        .darksoul-search-input
        {
            margin: auto;
            transition: display 12s;
            outline: none;
            border: none;
            font-family: 'Belanosima', sans-serif;
            border-radius: 25px;
            padding-left: 20px;
            font-size: 1.3em !important;
            display: inline-flex;
            width: 85%;
            height: 70%;
            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: 20px;
            text-align: center;
            padding: 5px 7px;
            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: 110%;
            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;
        }

        input[type="submit"]
        {
            display: none;
        }

        @media only screen and (max-width: 600px) 
        {
            .darksoul-search-bar
            {
                width:90%;
                border-radius:  0% 30px 30px 30px;
            }

            .darksoul-search-bar .darksoul-search-input
            { 
                width: 78%;
                
            }
            
        }

        .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;
        }

         /* width */
        ::-webkit-scrollbar 
        {
            width: 2px;
            height: 2px;
        }

        /* Track */
        ::-webkit-scrollbar-track 
        {
            background-color: rgba(226, 247, 255, 0);
        }

        /* Handle */
        ::-webkit-scrollbar-thumb 
        {
        background: #ff8c00;
        border-radius: 10px;
        height: 10px;
        width: 3px;
        }
        .nav p
        {
            margin: auto;
            color: #303030;
        }
        .disclaimer
        {
            margin: auto;
            color: rgb(109 109 109);
            background: white;
            padding: 5px 8px;
            border: 1px solid darkorange;
            border-radius: 5px;
        }
        .disclaimer a
        {
            
            color: #ff8c00;
        }
        .disclaimer a:hover
        {
            color: #ff8c00;
        }


.darksoul-search-input::placeholder {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.filterView {
    position: absolute;
    left: 10px;
    top: 10px;
}

.filterView a {
    background: darkorange;
    padding: 5px 10px;
    font-size: 2em;
    border-radius: 10%;
    color: #ffffff !important;
    
}

.filterView a:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}
.filterView a:visited {
  text-decoration: none !important;
  color: #ffffff !important;
}
.menuView {
    position: absolute;
    right: 12px;
    top: 6px;
    background: darkorange;
    padding: 4px;
    border-radius: 5px;
    z-index: 10;
}
.menuView img {
    width: 37px;
    border-radius: 5px;
}
.menuView a i {
    color: white;
    font-size: 1.9em;
    padding: 6px 8px;
}

.freelancer_status {
    padding: 0px 10px;
    border-radius: 15px;
    position: relative;
    line-height: 18px;
    top: 8px;
    left: 70%;
    font-size: 0.9em;
    border: 1px solid white;
}

.user_status {
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    bottom: 2px;
    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: 99;
}
.userpopup p, .userpopup h4{
  margin: 4px !important;
  color: #787878;
  font-size: 0.9em;
}
.userpopup h4 {
    font-size: 1.2em;
    font-weight: 600;
}

.userpopup hr{
  width: 100%;
  border: none;
  border-top: 1px solid #dfdfdf;
  margin: 4px !important;
}
.becomefreelancer {
    background: #40d940;
    padding: 4px 10px;
    color: white;
    border-radius: 16px;
}
.userpopup span {
    background: #ffca00;
    font-size: 0.9em;
    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;
}

.left-nav {
    position: fixed;
    left: 0px;
    z-index: 99;
    width: 21%;
    height: 104%;
    display: none;
    background: #fefefe;
    transition: display 12s;
    box-shadow: 10px 0 20px 0px rgb(0 0 0 / 18%);
}


.topheader {
    padding: 60px 15px 40px 15px;
    background-image: linear-gradient(rgb(0 0 0 / 47%), rgb(0 0 0 / 89%)), url(/public/assets/images/world-map-background.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: antiquewhite;
    text-align: center;
}

.topheader .tophr {
    width: 250px;
    margin: 10px 0px 15px 0px;
    border-color: #ff8c00 !important;
    border-top: 4px solid;
}

.topheader p {
    font-size: 1em;
    margin: 0px;

}

.topheader h1 {
    font-size: 2.3em;
    font-weight: 800px;
    margin: 0px;

}

.row {
    background: white;
    margin: 15px 0px;
    border-radius: 15px;
}

@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1000px) {
.left-nav {
    width: 30% !important;
}


}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {


}

@media screen and (max-width: 600px) {
.left-nav {
    width: 60% !important;
}

.topheader h1 {
    font-size: 2em;

}


} 

.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;
    color: #787878;
}

.sidebar-ads {
    width: 350px;
}

.breadcrumbs {
    margin: 15px 0px;
    background: white;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    font-size: 1em;
    line-height: 2;
    word-break: break-word;
}

.breadcrumbs i {
    margin: 0px 5px;
    color: #cdcdcd;
    font-size: 0.7em;
}

.breadcrumbs a{
    font-size: 0.9em;
}
table tbody td a {
    word-break: break-all;
    
}

