﻿.error-div {
    margin-top: -18px !important;
    color: red !important;
    font-size:14px;
}
.freelancers-card .skill-section {
    height: 50px !important;
    font-size:12px !important;
}

.close {
    text-align: center;
    background: #fff;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    z-index: 99;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 1px 5px 6px 2px rgb(0,0,0,0.22);
    border: 0px;
}

.crmWebToEntityForm input[type=radio] + label {
    margin-right: 10px;
}
.text-blue {
    color: #123262 !important;
}

.banner-form .form-group .form-control{
    padding-left: 30px !important;
}

@media only screen and (max-width: 767px) {
    .banner-form .submit-btn {
        padding: 10px 20px;
        background-color: var(--themeGreen);
    }
}

@media only screen and (max-width: 767px){
    .banner-form .form-group .form-control {
        background-color: #ffffff !important;
    }
} 