.content-apply {
    border-top: 7px solid #60A1C7; 
 }
 
 .redmatch .job-title h3{
     font-size: 2.4rem;
     font-weight: 600;
     margin-top: 0;
     line-height: 1.2;
 }
 
 .content-apply [data-rmtype="position-details"] .job-line2 {
     font-size: 2.2rem;
     font-weight: 300;
 }
 
 .social {
     margin: 0 4px;
 }
 
 /***********Details******************/
 
 .candidate-details {
     margin-top: 50px;
 }
 
 .redmatch [data-rmtype="candidate-details"]{
    background-color: #F2F2F2;
    padding: 45px 55px;
 }
 
 .redmatch .title h2{
     font-weight: 600;
     font-size: 2.2rem;
 }
 
 .redmatch .candidate-details h2 {
     margin-top: 5px;
 }
 
 .redmatch .candidate-details .title h3 {
     font-size: 1.4rem;
     font-weight: 600;
 }
 
 .form-details {
     margin-top: 30px;
 }
 
 .candidate-details label {
     font-weight: 300;
     font-size: 1.2rem;
     margin-bottom: 8px;
 }
 
 .uploadeFile_btn {
     background-color: #3895C6 !important;
     border: 0;
     border-radius: 0 !important;
     padding: 5px 15px !important;
     cursor: pointer;
 }
 
 .uploadeFile_btn:focus {
     outline: 0;
 }
 
 .redmatch .sendDiv{
     text-align: left;
     margin-top: 30px;
 }
 
 .redmatch .sendDiv .send , .redmatch .sendDiv #returnToMainPageBTN {
    border: 0.5px solid #D7DEE9;
    background-color: #3895C6;
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    border-radius: 0;
    padding: 10px 50px;
}

.redmatch .sendDiv #returnToMainPageBTN {
   background-color: white;
   color: #3895C6;
   margin-left: 7px;
}
 
 .redmatch [name="CV"] .add-file-div .CV-file-name{
     line-height: 2.1;
 }
 
 .redmatch .inputfile {
     position: absolute;
     width: 100%;
     height: 100%;
     color: transparent;
     visibility: hidden;
 }
 
 .redmatch [data-rmtype="candidate-details"] .wrong-field .error-message {
     color: red;
     font-size: 16px;
     padding-top: 5px;
 }
 
 .job-description {
     padding-top: 25px;
     font-size: 1.2rem;
 }
 
 .job-description p{
     line-height: unset !important; 
     color: #2c4269 !important;
     padding-top: 25px !important;
 }
 
 .job-description p strong{
     font-size: 1.4rem !important;
 }
 
 .btn,.form-control {
     font-size: 16px;
 }
 
 /************************************/
 
 /*****icons**************************/
 
 .social-whatsapp{
     height: 34px;
     width: 34px;
 }
 
 .social-whatsapp{
     float: right;
     background-image:  url("../WhatsApp4.png");
     background-repeat: no-repeat;
     border-radius: 4px;
     background-size: contain;
     background-position: center center;
     
 
 }
  .social-telegram{
     height: 34px;
     width: 34px;
 }
 
 .social-telegram{
     float: right;
     background-image:  url("../telegram-app.png");
     background-repeat: no-repeat;
     border-radius: 4px;
     background-size: contain;
     background-position: center center;
	 background-color: #c1e4e9;
     
 
 }
 
 /************************************/
 
 @media (max-width: 767px) {
 
     .redmatch [data-rmtype="candidate-details"] {
         margin-bottom: 50px;
     }
 
     .content-apply {
         padding-top: 50px !important;
     }
 }


.redmatch [name="CV"].wrong-field .add-file-div .CV-file-name{
    border-color: red;
    border-right-color: #ccc;

}

.redmatch [name="CV"].wrong-field .add-file-div .uploadeFile_btn{
    border-color: red;
    border-left-color: #ccc;
}


.redmatch [data-rmtype="candidate-details"] .wrong-field [data-rmtype="field-to-send"]{
    border-color: red;
}

.redmatch [data-rmtype="candidate-details"] .wrong-field .dropdown-toggle{
    border-color: red;
}



  .redmatch .btn-file input[type=file] {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: left;
      filter: alpha(opacity=0);
      opacity: 0;
      outline: none;
      background: white;
      cursor: inherit;
      display: block;
  }

@media(max-width: 992px)
{
   
    .redmatch .col-md-4 > div{
        margin: 7px;;
    }

    .redmatch .sendDiv .send, .redmatch .sendDiv #returnToMainPageBTN{
        width: 100%;
        text-align: center;
        padding: 10px 0px;
        margin: 10px 0px;
    }

}

.inactiveRow {
    text-align: center;
    color: #404040;
}

.inactiveRowMain {
    font-size: 2.5em;
    font-weight: 600;
    padding-top: 70px;
}

.inactiveRowSecondary {
    font-size: 2em;
    font-weight: 400;    
}

.inactivePositionSendDiv {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center !important;
}

.hideAll {
    display: none;
}

.job-field.job-location {
    color: #979489;
    font-size: 0.65em;
}

.job-field.job-location i {
    font-size: 0.9em;
}

.content-apply {
    color: #082342;
}

.content-apply .job-line1 .job-field {
    margin-right: -15px;
    margin-left: -15px;
}

.social-icons {
    margin-top: 10px;
}

.file-name {
    line-height: 2.1;
}

.question-container {
    margin: 20px 0 0 0;
}

.add-upload-file {
    cursor: pointer; 
    background-color: #3895C6 !important;
    color: white;
    padding: 11px;
    font-size: 16px;
    margin-bottom: 25px;
}

.remove-file-icon {
    cursor: pointer; 
    padding: 11px 0px;
    font-size: 20px;
    color: black;
}
.upload-note {
    margin-bottom: 10px;
    font-size: 14px;
}

.add-file-div.wrong-field {
    border: 1px solid red;
}

.add-file-div.wrong-field {
    border: 1px solid red;
}

.divFieldDescLocation{
	float: right;
}
  
	.fieldDesc{
	font-size: 0.9em;
	opacity: 0.4;
	padding-left: 2;
	color: #979489;	
	font-size: 0.65em;
	font-weight: 300;
	position: relative;
	top:2px;
	padding:2px
	}
	
	