* {
    font-family: Bariol;
}
.main{
    padding-top: 8%;
}
/* Loading button style */
.btn-apply{
    position: relative;
    background: var(--blue);
    border: none;
    padding: 13px 20px;
    border-radius: 8px;
    cursor: pointer;
}
.btn-apply button:active{
    background: white;
    border: 1px solid var(--blue);
    color: var(--blue);
}
.button__text {
    font: bold 20px "Quicksand", san-serif;
    color: #ffffff;
    transition: all 0.2s;
}
/* make button image hidden */
.button--loading .img--apply {
    visibility: hidden;
    opacity: 0;
}
.button--loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 17px;
    left: 20px;
    right: 0;
    bottom: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}
/* Loading button style */








/*   style     */
.error--message{
    font-family: Bariol, sans-serif;
    font-size: 18px;
    color: #d20b0b;
}
.success--message{
    font-family: Bariol, sans-serif;
    font-size: 18px;
    color: green;
}
#nationality.select{
    width: 100%;
    position: relative;
}
.custom-select {
    font-family: Bariol , sans-serif;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px 24px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
    background: white;
}
.custom-select * {
    pointer-events: none;
}
.custom-select span {
    display: block;
}
.custom-select .value {
    font-size: 18px;
    font-family: Bariol, sans-serif;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.custom-select img {
    transition: all .3s ease;
}
.option {
    position: absolute;
    top: calc(100% + 10px);
    max-height: 0;
    overflow-y: hidden;
    width: 100%;
    transition: all .3s;
    z-index: 500;
}
#nationality.select.show .option {
    max-height: 260px;
}
.custom-option {
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: white;
    padding: 10px 0;
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    scrollbar-width: none;
}
.custom-option::-webkit-scrollbar {
    display: none;
}
.custom-option li {
    padding: 10px 10px 10px 24px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    transition: all .3s ease;
    cursor: pointer;
}
.custom-option li:hover {
    background: lightgrey;
    color: var(--darkblue);
}
.custom-select span {
     font-family: Bariol, sans-serif;
     color: var(--darkblue);
     font-size: 16px;
     display: block;
}
.select.show .custom-select img {
    transform: rotateZ(90deg);
}
.custom-option li {
    padding: 10px 10px 10px 24px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    transition: all .3s ease;
    cursor: pointer;
}
.custom-option li:hover {
    background: #fafafa;
}
/*   style     */
#maritial_status option{
    background: white !important;
}










#resume{
    display:none;
}
#file-label{
    display: flex;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #C3CAD9;
    width: 100%;
    height: 65px;
    background: white;
    color: var(--darkblue);
    font-family: Bariol, sans-serif;
    transition: 0.5ms;
}
#file-label:hover{
    cursor: pointer;
}
.label-text{
    font-family: 'Bariol' , sans-serif;
    font-size: 20px;
}
.label-col{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #E9F6FE;
}
.label-col span{
    font-family: 'BariolBold' , sans-serif;
    font-size: 18px;
}
.file-title{
    color: var(--darkblue);
    font-size: 21px;
    font-family: Bariol, sans-serif;
}








#resume{
    width: 100%;
}
.bg{
    width: 100%;
    height: 70vh;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    background-color: rgb(252,253,254);
}
.job-link, .job-link:hover , .job-link:focus{
    color: var(--blue);
    font-family: BariolBold, sans-serif;
    font-size: 21px;
    text-decoration: none;
}
.job-title{
    color: var(--darkblue);
    font-family: Bariol, sans-serif;
    font-size: 55px;
}
.job-location{
    color: var(--darkblue);
    font-family: Bariol, sans-serif;
    font-size: 25px;
}
.job-des{
    max-width:600px !important;
    word-wrap:break-word;
    color: var(--darkblue);
    font-family: Bariol, sans-serif;
    font-size: 16px;
}
.job-detail p {
    max-width: 600px !important;
    word-wrap: break-word;
    color: var(--darkblue);
    font-family: Bariol, sans-serif;
    font-size: 16px;
}
.box-share{
    background-color: white;
    border-radius: 10px;
}
.box-share ul{
    list-style: none;
    padding-left: 3rem;
}
.box-share li{
    margin: 1rem 0 ;
}
.time h6 , .location h6 , .worktime h6 , .classification h6{
    color: var(--darkblue);
    font-family: BariolBold, sans-serif;
    font-size: 18px;
}
.time p{
    font-size: 21px !important;
}

.location p , .worktime p , .classification p{
    color: var(--darkblue);
    font-family: Bariol, sans-serif;
    font-size: 18px;
}








.list-style{
    padding : 0;
    list-style: none !important;
}
.list-style li::before {
    content: url("../image/career/single-career/list-icon.svg");
    padding-right: 0.5rem;
}
.list-style li , .desc--style{
    max-width:600px;
    word-wrap:break-word;
  margin: 2rem 0 !important;
  color: var(--darkblue);
  font-size: 16px;
  font-family: Bariol, sans-serif;
}
.career-title{
    color: var(--darkblue);
    font-size: 40px;
    font-family: Bariol, sans-serif;
}
/* form style */
#joboffer-form .form-group label
{
    color: var(--darkblue);
    font-size: 21px;
    font-family: Bariol, sans-serif;
}
#joboffer-form row{
    padding: 0 3rem !important;
}
    /* TODO: this should be changed */
#joboffer-form{
    background-color: white;
    box-shadow: 0px 10px 35px #00000008;
}
#joboffer-form .form-group input ,
#joboffer-form .form-group select ,
#joboffer-form .form-group textarea{
    border-radius: 8px !important;
    padding: 20px 1rem !important;
    border: 1px solid #C3CAD9 !important;
    color: var(--darkblue) !important;
    font-family: Bariol, sans-serif;
    font-size: 18px;
}
#joboffer-form .form-group select {
    background-image: url("../image/career/single-career/arrow-right.svg") !important;
    background-size: auto;
}
 #birthdate::-webkit-calendar-picker-indicator{
    background: url("../image/career/single-career/calender-icon.svg") no-repeat !important;
    background-size: auto;
}
.agreement-text{
    color: var(--darkblue);
    font-size: 18px;
    font-family: Bariol, sans-serif;
}
/*.btn-apply{*/
/*    background: var(--blue);*/
/*    border: none;*/
/*    padding: 13px 20px;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*}*/
.btn-apply-2{
    display: flex;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-family: BariolBold, sans-serif;
    font-size: 21px;
    background: var(--darkblue);
    border: none;
    padding: 13px 20px;
    border-radius: 8px;
}
.btn-share{
    position: relative;
    background-color : white;
    border: 2px solid var(--darkblue) !important;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 21px;
    font-family: Bariol, sans-serif;
    color: var(--darkblue);
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-share:before{
    position: absolute;
    content:"";
    top:0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color : white;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-share:hover:before{
    transform: scale(1.2);
}
.btn-share:hover .btn-text,
.btn-share:hover .btn-icon {
    transform: translateY(-55px);
}
.btn-share:hover .social-icons{
    padding-left: 0 !important;
}
.btn-share:hover .social-icons li a {
    transform: translateY(0);
}
.btn-share .btn-text,
.btn-share .btn-icon {
    display: inline-flex;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-text {
    transition-delay: 0.05s;
}
.btn-icon {
    margin-left: 8px;
    transition-delay: 0.1s;
}
.social-icons{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transform: translateY(-50%);
}
.social-icons li{
    flex:1;
}
.social-icons li a{
    display: inline-flex;
    vertical-align: middle;
    transform: translateY(55px);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.social-icons li a:hover{
    opacity: 0.5;
}
/*.btn-share{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    font-size: 21px;*/
/*    font-family: Bariol, sans-serif;*/
/*    color: var(--darkblue);*/
/*    background: white;*/
/*    border: 2px solid var(--darkblue) !important;*/
/*    padding: 13px 20px;*/
/*    border-radius: 8px;*/
/*}*/
/*.btn-share:hover .btn-share img{*/
/*    transform: rotate(45deg);*/
/*    transition: ease-out 0.5ms;*/
/*}*/
@media screen and (min-width: 320px) and (max-width: 767px){
    .main {
        padding-top: 15%;
        overflow-x: hidden;
    }
    .display-style2{
        display: table;
        margin: unset auto !important;
    }
    .job-title {
        font-size: 40px;
    }
    .display-style{
        display: none;
    }
    .list-style li , .desc--style{
        margin: 3rem 0;
        font-size: 14px;
    }
    .list-style li:first-child{
        margin-top: 1rem !important;
        margin-bottom: 3rem !important;
    }
    .career-title{
        font-size: 26px;
    }
    #joboffer-form{
        background-color:unset;
        box-shadow: unset;
    }
    #joboffer-form .form-group label {
        font-size: 17px;
    }
    .agreement-text {
        font-size: 13px;
    }
    #joboffer-form .form-group{
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
    .row-style{
        justify-content: unset !important;
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    #joboffer-form{
        background-color:unset;
        box-shadow: unset;
    }
    .job-title{
        font-size: 45px;
    }
    .job-des{
        font-size: 15px;
    }
}

