.custom-class{
    background-color: #a41664;
}
.menu-guru{
    color: white;
}
.text1-guru{
    font-size: 30px;
}
.text2-guru{
    font-size: 14px
}
.text3-guru{
    font-size: 24px;
}
.text4-guru{
    font-size: 20px;
}
.text5-guru{
    font-size: 16px
}
.label-marginPasswordForm{
    margin-bottom: 10px;
}
.button-rightMargin{
    margin-right: 10px;
}
.label-textColorPasswordForm {
    color:#757575;
}
.transparent-btn{
    background-color: transparent;
    color:#a41664;
}
.transparent-btn-white{
    background-color: transparent;
    color:white;
}
.guru-themeBtn{
    background-color: #a41664;
    color:white;
}
.div-hideCss{
    display: none;
}
.div-showCss{
    display: block;
}

.instagram-background{
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.div-center{
    text-align: center;
}
.div-marginZero{
    margin:0px;
}
.setColor-icon{
    color: white;
}
.setColo-icon2{
    color: #a41664;
}
.setColor-icon3{
    color: #a1a5b7;
}
.container-custom32{
    margin-right: 32px;
    margin-left: 32px;
}
.custom-boldCss{
    font-weight: bold;
}
.custom-black{
    color:black;
}
input[type=radio] {
    accent-color: #a41664;
}
input[type=checkbox] {
    accent-color: #a41664;
}
.custom-marginForPrivacy{
    margin-bottom: 20px;
}


input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: white;

}

input[type="radio"]:checked {
    border-color:#a41664;
}

/*input[type="checkbox"]:checked {
    border-color:#a41664;
}*/

input[type='radio'] {
    -webkit-appearance: none;
    border-radius: 50%;
    outline: none;
    border: 1px solid #a41664;
}
.border-inputPasswordForm{
    border-style: solid;
    border-color: #a1a5b7;
}
input[type='checkbox'] {
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #a41664;
}
.common-logoSmCss{
    min-height:30px;
    max-width:200px;
    max-height:100px;
}
.custom-borderWithWidth{
    border: 2px solid #a41664;
}
.dyn-height {
    max-height:250px;
    overflow-y:scroll;
}
.dyn-guruHunt {
    max-height:100px;
    overflow-y:scroll;
}
.linkedin-btnCss{
    background-color: #0a66c2;
    color: white;
}
.fb-btnCss{
    background-color: #385898;
    color: white;
}
.candidate-paddingInput1{
    padding-right:30px
}
.candidate-paddingInput2{
    padding-left:30px
}
/* On mobile the two columns stack to full width, so the desktop gutter padding (right:30px /
   left:30px) just indents every second field (Secondo nome, Sesso, Domicilio 2, Provincia, CV File 2,
   LinkedIn, etc.). Drop it on small screens so all fields align to the same left edge. */
@media (max-width: 576px) {
    .candidate-paddingInput1{ padding-right:0 !important; }
    .candidate-paddingInput2{ padding-left:0 !important; }
}
.hover-btnLinks{
    background-color: #a41664;
    color: white;
}
.label-marginCompanyFormSmall{
    margin-bottom: 6px;
}
.label-marginCompanyFormLarge{
    margin-bottom: 20px;
}
.label-marginCompanyFormLarge2{
    margin-bottom: 45px;
}
.fa-tiktok {
    color: #111111;

    filter: drop-shadow(1px 0px 0px #FD3E3E) drop-shadow(-1px -1px 0px #4DE8F4);
}
.tiktok-background{
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 8px;
    line-height: 25px;
    vertical-align: middle;
    background: black;
}
.alert-fonSize{
    font-size:11px;
}
.vacancy-rowMargin{
    margin-top: 15px;
}
.responsive-image {
    width: 100%;
    height: auto;
    Object-fit: cover;
}
.dyn-height-vacancy {
    max-height:400px;
    overflow-y:scroll;
}
.vacancy-searchInfoBtn{
    margin-left:-20px;
}
.socialBtn-margin{
    margin-top: 6px;
}
.required-indicator{
    color: red;
}
.add-imgMargin{
    margin-bottom: 26px;
}
.agreeColumn{
    margin-bottom: 9px;
}
.text-box {
    border: solid 1px #888;
    min-width: 100%;
    min-height: 40px;
    padding: 7px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-box:focus{
    outline:0;
}
.disabled-span-customCommon {
    color: #888; /* Set text color to a muted gray */
    cursor: not-allowed; /* Change cursor to indicate not allowed */
}


.label-toggle-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}

.label-toggle-row label {
    flex: 1;
}

.btnCustom-hidden{
    visibility: hidden;
}

.toggle-buttonLoggedUser {
    width: 50px;
    height: 25px;
    background-color: #ccc;
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-buttonLoggedUser.active {
    background-color: #a41664;
}

.toggle-buttonLoggedUser .knob {
    width: 23px;
    height: 23px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: left 0.3s ease;
}

.toggle-buttonLoggedUser.active .knob {
    left: 26px;
}
.textCustomLabel{
    color: #a41664;;
}

.fa.fa-twitter-x {
    display: inline-block;
    padding: 5px;
    font-size: 1.5em;
    border-radius: 5px;
}

.fa.fa-twitter-x::before {
    content: "𝕏";
    font-family: Arial, sans-serif;
}