@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%;
                
            }
            
        }

        .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;
}

.user_status {
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 99;
    border: 2px solid white;
}

.freelancer_status {
    padding: 1px 10px;
    border-radius: 15px;
    position: relative;
    top: 8px;
    left: 10px;
    font-size: 0.9em;
    border: 1px 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;

}


span.skilln {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

span.skilln strong{
    background: #fff5e8;
    color: black;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px;
}

.row {
    background: white;
    margin: 15px 0px;
    border-radius: 15px;
}
.listboxed {
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profilepic {
    height: 220px;
    width: 220px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
        border-radius: 15px;
}
.rightMenudot {
    position: absolute;
    right: 40px;
    font-size: x-large;
    color: #ababab !important;
}
.profilemenu {
    display: none;
    width: 120px;
    background: white;
    right: 55px;
    top: -2px;
    position: absolute;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.profilemenu li {
    padding: 8px 15px;
    list-style-type: none;
}
.profilename {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profilename h2 img {
    width: 18px;
    margin-bottom: 10px;
    margin-left: 5px;
}

.profilename h2 {
    font-weight: 600;
    font-family: 'Belanosima', sans-serif;
}

.profilename h3 {
    margin: 0px !important;
    font-size: 1.5em;
}

.profilename p {
    color: #7c7c7c;
    margin-top: 5px;
}

.otherslinks a {
    margin: 0px 10px;
    font-size: 1.5em;
}
.otherslinks #thumbup {
    color: lightseagreen;
}
.otherslinks #thumbdown {
    color: mediumvioletred;
}
.otherslinks {
    display: flex;
    align-items: center;
}
.otherslinks a {
    display: flex;
    align-items: center;
}
#thumbup i, #thumbdown i {
    margin-right: 5px;
}
.profile-msg p {
    color: gray;
    border: 1px solid lightgray;
    padding: 4px 8px;
    border-radius: 5px;
}
.contactsec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.contactform a button {
    background: #878aff;
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
}
.formcontact {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    transition: display 12s;
    margin-bottom: 10px;
        width: 80%

}
.formcontact textarea {
    width: 85%;
    resize: none;
    overflow: auto;
    height: 50px;
    word-break: break-all;
    font-size: 1.1em;
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #c7c7c7;
}

.formcontact textarea:focus{
    outline: none;
}
.formcontact button {
    width: 60px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    font-size: 1.4em;
    background: #878aff;
    color: white;
}
.closebutton {
    padding: 15px 5px;
    font-size: 1.4em !important;
    color: #a1a1a1;
}
.panel-default {
    border-color: #ffe3c2 !important;
}
.panel-title {
    color: #ff8c00 !important;
}
a.nav-link {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #fffaf4;
    color: #333;
}
.nav-link[data-toggle].collapsed:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078"; 
    color:  #ff8c00;
    position: absolute;
    right: 30px;
}
.nav-link[data-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f077"; 
    color:  #ff8c00;
    position: absolute;
    right: 30px;
}
.shortbio {
    width: 80%;
    text-align: center;
}

.tab-content {
    width: 90%;
    padding-bottom: 45px;
}

.socialsurl a {
    margin-left: 10px;
    font-size: large;
    color: darkorange;
}
.otherurl a {
    margin-left: 10px;
    font-size: 1.2em;
    color: revert;
}

.profilename span {
    font-size: 0.6em;
    background: #ffca00;
    padding: 5px 6px;
    border-radius: 15px;
    line-height: 8px;
    color: #474747;
    position: relative;
    top: -3px;
}
.panel-group{
    width: 100%;
}
.panel-body p span, .panel-body p span{
    margin-left: 6px;
    color: #7d7d7d;
}
.panel-body p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.panel-body, .panel-body{
    text-align: center;
    color: #7d7d7d;
}
span.skillname {
    border: 1px solid #d9d9d9;
    margin: 5px;
    border-radius: 15px;
    padding: 4px 10px;
    color: #535353 !important;
}

span.skillname:hover {
    background: #fff0de;
    border-color: #f5bb73;
}
.review-panel {
   margin: 30px 10px;
}
.review-panel h4 {
    font-weight: 600;
    font-size: 1.4em;
}

.review-panel p span {
    float: right;
}

.review-panel p {
    font-size: 1.1em;
    font-weight: 600;
}

.review-box p a {
    margin: 0px 5px;
}

.review-box p {
    color: #7d7da5;
    margin: 15px;
    display: flex;
    justify-content: center;
}
.review-panel p span i {
    color: #ffca00;
    font-size: 0.95em;
}

.review-innerbox {
    background: white;
    padding: 10px 20px;
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 10px;
}

.rating {
    display: flex;
    align-items: center;
    position: relative;
}

.stars-range {
    font-size: 1.1em;
    color: #333;
    flex-shrink: 0;
    width: 60px;
}

.stars-per {
    font-size: 1em;
    font-weight: 600;
    color: #333;
    flex-shrink: 0;
    width: 30px;
    margin: 5px 5px;
}

.range-container {
    flex: 1;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    height: 12px; /* Increase height for better visibility */
    position: relative;
}

.range-line {
    height: 100%;
    background-color: #ffca00;
    transition: width 0.3s;
}

.sider {
    padding: 10px !important;
    text-align: center;
}

.sider ul li{
    list-style-type: none;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.sider ul li a{
    margin-left: 25px;
    font-size: 0.9em;
}

.sider ul{
    border: 1px solid #efefef;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 25px;
    margin-top: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.sider h4 {
    padding: 5px 10px;
    font-weight: 600;
    color: darkorange;
    text-decoration: underline;
}

.sider button {
    margin: 10px;
    background: darkorange;
    border: none;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 5px;
}

.profilepic img{
    width: 220px;
    height: 220px;
    border-radius: 15px;
}


.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0px 25px 0px;
}
.grid-item-add {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    width: 250px;
    height: 250px;
    border: 2px solid greenyellow;
    flex-direction: column;
    border-radius: 15px;
}
.grid-item-add a {
    background: yellowgreen;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 1.2em;
    line-height: 2;
}
.footerbox {
    padding-bottom: 20px;
}

.description {
    width: 70%;
}
.form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 15px 15px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 10px;
}

#reviewForm h4{
    margin: 0px !important;
}

.form-step {
    display: none;
}

.form-step-active {
    display: flex;
    flex-direction: column;
}

#step1{

    align-items: center;
}

.stars {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    flex-direction: row-reverse;
}

.star {
    font-size: 2.5em;
    color: #ccc;
    margin: 0px 5px;
    cursor: pointer;
    transition: color 0.2s;
}

.form-container input[type="radio"] {
    display: none;
}

.form-container input[type="radio"]:checked ~ .star {
    color: #ffca00;
}

.form-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    margin: 10px 0px !important;
    font-size: 1.2em !important;
    outline: none;
}

.step-navigation {
    display: flex;
    justify-content: space-between;
}

.form-container button {
    padding: 8px 30px;
    border: none;
    background-color: #ff8c00;
    color: #FFf !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    border-radius: 15px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0px !important;
}

.form-container button:hover {
    background-color: #7d7d7d;
}

.review-preview {
    background: white;
    padding: 10px 20px !important;
    border-radius: 0px 15px 15px 15px;
    flex-direction: column;
    margin: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 2px 5px 0px #8080806e;

}
.pinreview {
    position: absolute;
    right: 15px;
    color: #adb4b6;
    transform: rotate(45deg);
}
.freelancerdetails {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.freelancerdetails img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.freelancerdetails span {
    display: flex;
    flex-direction: column;
    margin: 10px;
    align-items: center;
}

.review-preview p {
    font-size: 1.2em;
    margin: 0px;
    font-weight: 300;
    color: #848697;
}

.freelancerdetails h4 {
    padding: 3px 0px !important;
    font-size: 1.4em;
    font-weight: 600;
    color: #787878;
    margin: 0px;
}

.freelancerdetails span p {
    display: flex;
    padding: 1px 3px 0px 1px;
    align-items: center;
    flex-direction: row;
    font-size: 1.8em;
}

.freelancerdetails span p i {
    font-size: 1em;
    color: #ffca00;
}
#step3 h4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#step3 h4 i {
    font-size: 1.2em;
    margin-right: 5px;
}
span.date {
    font-size: 1em;
    color: #adb4b6;
}

.asset-category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
    grid-auto-rows: auto;
    position: relative;
    margin: 10px;
}
.reviewsbox {
    background: white;
    padding: 10px 20px 22px 20px !important;
    border-radius: 0px 15px 15px 15px;
    flex-direction: column;
    margin: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 1px 7px 0px #80808040;
}
.reviewsbox-more {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 25px;
}
.reviewsbox-more h2{

  font-weight: 700;
  color: #919191;

}
.reviewsbox .freelancerdetail {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.reviewsbox .freelancerdetail img {
    width: 45px;
    border-radius: 50%;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}
.reviewsbox .freelancerdetail span {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.reviewsbox .freelancerdetail span h4 {
    margin: 0px;
    margin: 0px;
    margin-bottom: 2px;
    font-size: 1.2em;
    font-weight: 600;
    color: #787878;
}


.reviewsbox .freelancerdetail span p {
    font-size: 1em;
    color: #ffca00;
}
.reviewsbox .freelancerdetail span p i{

    font-size: 1.3em !important;
}
.reviewsbox p{
  font-size: 1em;
  margin: 0px;
  color: #848697;
  font-weight: 400;
}

.reviewsbox .date{
    font-size: 0.8em;
    color: #adb4b6;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.review-panel .lastp {
    margin: 30px 10px;
    text-align: center;
    color: #7d7d7d;
    font-size: 1em;
}
@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;

}

.description {
    width: 90%;
}

.asset-category {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px;
}
.review-preview {

    margin: 0px;
}

} 

.four04error {
    height: 420px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


.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;
}