
@font-face {
  font-family: Roboto-Black;
  src: url(../fonts/roboto/Roboto-Black.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/roboto/Roboto-Medium.ttf);
}
textarea{
    resize: none;
    height: 180px !important;
}

.clearfix {
    overflow: hidden;
}

abbr[title] {
    color: #7FD737;
    text-decoration: none;
    border-bottom: 0px;
}

.position-relative {
    position: relative;
}

.display-none {
    display: none;
}

.color-white {
    color: #fff;
}

.display-block {
    display: block;
}

.toggle-password {
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
    outline:none;
}

.error {
    color: red;
    padding: 15px;
}

.input-apply-form {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem !important;
    font-size: 16px;
    font-weight: normal !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s
}

.main-bg{
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1),
      rgba(84, 84, 84, 0)
    ),
    url(../images/bg.png);
   padding: 200px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}
.main-bg p{
  font-family: Roboto-Regular;
  font-size: 25px;
}
.main-bg h3{

  font-family: Roboto-Black;
  font-size: 34px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: normal;

  color: #ffffff;
}
.apply-position{
    margin: 0px;
    position: relative;
    top: 50%;
    /* transform: translate(0,-52%); */
    text-align: center;
}
.apply-fields{
    background-color: rgba(244, 246, 247, 1);
    padding: 60px 0 200px 0;
}
.apply-fields .form-control{
    border: transparent !important;
    border-radius: 2px !important;
    margin-top: 15px;
}
::placeholder { 

  opacity: 0.54;
  font-family: Roboto-Light;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.pb-30{
  padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.p-0 {
	padding: 0px !important;
}

.m-0 {
	margin: 0px !important;
}

label{

  opacity: 0.74;
  /*font-family: Roboto;*/
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.experience-font p,.drag-font p{

  opacity: 0.87;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  
  letter-spacing: normal;

  color: #000000;
}
.drag-font{
  /*padding-top: 80px;*/
}
.drag-font span{

  opacity: 0.54;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
input{
  color: #000000 !important;
  font-family: Roboto-Regular;
}
.apply-fields h5{
 
  font-family: Roboto-Regular;
  font-size: 25px;
  padding-bottom: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #7fd737;
}
ul{
  list-style-type: none !important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #7FD737;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #7FD737;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.level{
  display: flex;
}
.ml-60{
  margin-left: 50px;
} 
.level ul{
  display: flex;
  list-style-type: none;
}


.button {
	background      : transparent;
	border          : none;
	border-radius   : 3px;
	color           : #7FD737;
	display         : inline-block;
	font-size       : 19px;
	font-weight     : bolder;
	
	padding         : 10px 20px;
	text-align      : center;
}
#file-upload-form label{

    opacity: 0.54;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;

    color: #000000;
}

#file-upload-btn{
    font-size: 16px;
    font-stretch: normal;
    letter-spacing: normal;
    color: #7FD737;
    opacity: 1 !important;
}
.btn:active {
	background : #49ADE5;
}

input[type="file"] {
	opacity: 0;
}

#messages {
    width: 100%;
}

#file-drag {
    border: 2px dashed rgba(0, 0, 0, .2);
    border-radius: 4px;
    color: rgba(0, 0, 0, .54);
    cursor: pointer;
    display: block;
    background: #fff;
    font-family: Roboto-Regular;
    margin: 1em 0;
    padding: 30px 20px 0px 20px;
    text-align: center;

}
#file-upload-btn {
	margin : auto;
}
#file-drag img{
  width: 32px;
}
#file-drag label{
  color: red !important;
}


/* 
.checkbox-holder {
  align-items: center;
  display: flex;
  justify-content: center;
} */

/* .checkbox {
  display: none;
} */

.visual-checkbox {
    border: 1px solid #7FD737;
    display: inline-block;

    margin-right: 10px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 19px;
    border-radius: 2px;
    background-color: #fff;
}
.visual-checkbox::after {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../images/tick.svg");
    background-position: center;
    background-color: #7FD737;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 2px;
    opacity: 0;
    width: 2px;
}
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom{
    margin-top: 13px;
}
.visual-checkbox.toggled::after {
    -webkit-animation: pop-in .3s linear forwards;
    animation: pop-in .3s linear forwards;
}
.visual-checkbox.untoggled::after {
    -webkit-animation: pop-out .3s linear forwards;
    animation: pop-out .3s linear forwards;
}

@-webkit-keyframes pop-in {
    50% {
        height: 18px;
        opacity: 1;
        width: 18px;
    }
    100% {
        height: 18px;
        opacity: 1;
        width: 18px;
    }
}

@keyframes pop-in {
    50% {
        height: 18px;
        opacity: 1;
        width: 18px;
    }
    100% {
        height: 18px;
        opacity: 1;
        width: 18px;
    }
}
@-webkit-keyframes pop-out {
  0% {
    height: 18px;
    opacity: 1;
    width: 18px;
  }
  50% {
    height: 18px;
    opacity: 1;
    width: 18px;
  }
  100% {
    height: 2px;
    opacity: 0;
    width: 2px;
  }
}
@keyframes pop-out {
  0% {
    height: 18px;
    opacity: 1;
    width: 18px;
  }
  50% {
     height: 18px;
    opacity: 1;
    width: 18px;
  }
  100% {
    height: 2px;
    opacity: 0;
    width: 2px;
  }
}
   [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
     line-height: 25px;
    }
.checkbox label{

    opacity: 0.54;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.link-color a{

    font-family: Roboto-Medium;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #7fd737 !important;
}

.apply-btn{
    color: #fff !important;
    background: #7FD737 !important;
    border: 1px solid #7FD737 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    font-family: Roboto-Black;
    margin-top: 45px;
}
.apply-btn:hover{
    color: #7FD737 !important;
    background: #fff !important;
    border: 1px solid #7FD737 !important;
    transition: .3s !important;
  }
  .pt-30{
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .popover{
    max-width: 495px;
    border: 0;
  }
  .popover-body{
    font-family: Roboto-Light;
    font-size: 16px;
    padding: 25px;
    opacity: 0.87;
  
  }
  .bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before{
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color:#fff !important;
  }
  @media all and (max-width: 1199px){
    .main-bg h3{
      font-size: 22px;
    }
    .main-bg p,.apply-fields h5{
      font-size: 18px;
    }
    .experience-font p, .drag-font p{
      font-size: 15px;
    }
    label{
      font-size: 13px;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
      padding-left: 32px;
    }
    .checkbox label,.link-color a,.popover-body{
      font-size:14px;
    }
    
  }

.apply-button {
    background-color: #81d742 !important;
    margin: 25px 0px !important;
}

#tooltip
{
    text-align: center;
    color: #666;
    background: #ffffff;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #ffffff;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    text-align: center;
    left: 0;
    top: 0;
    /*display: flex;*/
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    padding: 60px;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 90px;
    border: 1px solid #888;
    max-width: 750px;
}

@media screen and (max-width: 375px) {
    .modal-content  {
        padding: 15px;
    }
}

@media screen and (min-width: 375px) and (max-width: 425px) {
    .modal-content  {
        padding: 40px;
    }
}

.modal-content h5 {
    font-weight: normal;
    text-transform: none;
    margin-bottom: 40px;
}

.modal-content img {
    max-width: 100%;
    height: auto;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.attachment-file-name {
    font-size: 12px;text-align: center;
}

@media screen and (max-width: 768px) {
    .attachment-file-name  {
        text-align: left;
    }
}
