h1 {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 35px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}

.main-look {
    padding: 100px 0;
}

.main-look:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #8442cd85;
    z-index: 0;
    top: 0;
    left: 0;
}

.link.primary {
    background: #14b119;
    width: 100%;
    margin-top: 15px !important;
    padding: 10px 15px !important;
    transition: all .3s !important;
}

.offer-container {
    margin-top: 30px;
}

.offer-container p, 
.offer-container ul, 
.offer-container li {
    font-size: 16px;
}

.offer-features,
.offer-features p {
	color: #fff;
}

.offer-countdown {
	margin-bottom: 20px;
}

.sticky-form {
    position: sticky;
    top: 100px;
}

.text-white p, .text-white ul {
     color: #fff;
}

.countdown-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-amount {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    width: 80px;
    height: 80px;
    border: 1px solid #ffffff26;
    border-radius: 39px;
    margin: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-period {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.offer-features {
	color: #fff;
}

.user-resume .user-resume-actions ul li a.talent-apply {
    width: 100%;
    margin-top: 15px !important;
    padding: 10px 15px !important;
    transition: all .3s !important;
}

.user-resume .user-resume-actions ul li a:hover.talent-apply:hover {
    color: #FFF !important;
}

a.tab-submit.link.primary:hover {
    color: #FFF!important;
}

.phone-addon {
    display: flex;
}
.custom-input-phone {
    flex: 70%;
}
.custom-country-code {
    flex: 25%;
    padding: 10px;
    margin-right: 12px;
}
.select2-search--dropdown {
    display: block;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    text-indent: 0px;
    height: calc(2.4em + 0.75rem + 2px);
    font-size: 14px;
    border-radius: 5px;
    border: none !important;
    padding: 12px;
    background-color: #efefef;
    outline: none;
    resize: none;
    padding-left: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    color: #a5a5a5;
    font-size: 15px;
}

.select2-selection.select2-selection--multiple {
    background-color: #efefef;
}


#talent-phone-error {
    left: 105px;
    bottom: -45px;
}

@media (max-width: 991px) {
    .main-look {
        padding: 50px 0;
    }
}
