/*
Theme Name:     Freelanceengine Child
Theme URI:      https://connectresearch.ca
Description:    Child theme for the FreelanceEngine theme
Author:         Mufaqar
Author URI:     https://mufaqar.com
Template:       freelanceengine
Version:        1.0.4
*/

@media (min-width: 1200px) {
    .container {
        width: 1260px;
    }
}

.find_profile {
    position: absolute;
    right: 0px;
}


.no_result li{list-style-type: disc !important;}

.search_input::placeholder {
    font-size: 12px!important; /* Set your desired font size */
    color: gray; /* Optional: Set the placeholder color */
  }

  /* For compatibility with older browsers */
  .search_input::-webkit-input-placeholder {
    font-size: 12px!important;
  }

  .search_input::-moz-placeholder {
    font-size: 12px!important;
  }

  .search_input:-ms-input-placeholder {
    font-size: 12px!important;
  }

  .search_input::-ms-input-placeholder {
    font-size: 12px!important;
  }


.form_filter_inputs{
    display: none!important;
}

.cro-results-counts{
    text-align: right;
}

.search_input {
    padding-right: 70px!important;
}
.find_profile{
    position: absolute;
    right: 0px;
}
.find_profile.loading {
cursor: wait; /* Show a loading cursor */
}

.find_profile.loading {
    position: absolute;
    background: url('https://media.tenor.com/UnFx-k_lSckAAAAM/amalie-steiness.gif') no-repeat center center;
    background-size: 70px 70px; /* Adjust size as needed */
    z-index: 1; /* Ensure it appears above the button text */
   opacity: 0.7; /* Slightly transparent overlay */
}
.cro-item h3 {
    margin-top:10px;
    color: #1F8FBD;
}
.cro-item{
    background: #f4f4f4;
    padding: 20px;
    border-radius: 7px;
    margin: 20px 0px;
}
.cros_err_response{
    display: none;
    color:#ff0000;
    margin-top: -20px;
}
.ai_progress {
    display: none;
    font-size: 13px;
    font-style: italic;
    color: #2e82ca;
}


.dot-flashing {
    position: relative;
    display: inline-block;
    left: 25px;
    bottom: 0px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #2e82ca;
    color: #2e82ca;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #2e82ca;
    color: #2e82ca;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #2e82ca;
    color: #2e82ca;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}
@keyframes dot-flashing {
 0% {
     background-color: #2e82ca;
 }

 50%,
 100% {
     background-color: rgba(152, 128, 255, 0.2);
 }
}


.rate-it, .free-hourly-rate, .freelance-hourly, .fre-hourly-field {
    display: none !important;
}