/*
Theme Name:     Jobhunt Child
Theme URI:      https://themeforest.net/item/jobhunt-job-board-wordpress-theme-for-wp-job-manager/22563674
Author:         MadrasThemes
Author URI:     https://madrasthemes.com/
Description:    This is the child theme for the jobhunt theme
Template:       jobhunt
Version:        2.0.3
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    jobhunt-child
Tags:           e-commerce, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/

fieldset.fieldset-candidate_employment_status .field {
    display: flex;
    gap: 15px;
    padding: 15px 15px 15px 0;
}
#submit-resume-form .fieldset-candidate_cv {
    flex: 0 0 100%;
    max-width: 100%;
}
a#scrollUp:hover {
    background-color: #e81b39;
    border-color: #e81b39;
}
/* #scrollUp{
	bottom:7.25rem !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  #scrollUp{
	bottom:7rem !important;
	}
} */
.resume-single-type-v1 .single-candidate-head-right .candidate-resume a i {
    color: #dc3545;
}
.resume-single-type-v1 .single-resume-inner .single-candidate-head-right .candidate-resume a{
    color: #dc3545;
    border-color: #dc3545;
}
.resume-single-type-v1 .single-resume-inner .single-candidate-head-right .candidate-resume a:hover{
    background-color: #dc3545;
    border-color: #dc3545;
}
.single-resume__overview .single-resume__widget--content li i {
    color: #dc3545;
}
@media (min-width: 768px) {
    .single-resume-head {
        background-color: #dc3545;
    }
}
.login h1 a {
	background-image: none, url(https://alt.remotejobsinasia.com/wp-content/uploads/2024/10/main-login-logo.png) !important;
}
@media (min-width: 768px) {
    .job-manager-form > *.fieldset-mi_company_name, .job-manager-form > *.fieldset-mi_company_tagline, .job-manager-form > *.fieldset-mi_company_location, .job-manager-form > *.fieldset-mi_company_mobile, .job-manager-form > *.fieldset-mi_company_website, .job-manager-form > *.fieldset-mi_job_category, .job-manager-form > *.fieldset-mi_company_team_size, .job-manager-form > *.fieldset-mi_company_linkedin, .job-manager-form > *.fieldset-mi_company_twitter{
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}
li.jobhunt-wpjm-widget-layered-nav-list__item.jh-wpjm-layered-nav-term.technology-communications a {
    line-height: 1.5;
}

/*  Voice bot button Diable */
#vapi-support-btn{
	display:none;
}