<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*loader css start*/
#ajax_loader{
    display: none;
}
section#crm_form {
    /*z-index:999;*/
}
section .crm_form .elementor-widget-wrap{
    height:620px;
}
.sap-pardot li {
    padding: 10px 0 !important;
}
#bidajob_crm_form input {
    height: 58px;
    line-height: 58px !important;
    border-radius: 5px !important;
}
#bidajob_crm_form select {
   height: 58px;
    line-height: 58px !important;
    border-radius: 5px !important;
}
.sap-pardot button.btn {
    background: var(--cms-heading-regular);
    box-shadow: 0 0 0 2px var(--cms-heading-regular) inset !important;
}
.loader-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.loader-wrapper .loder-crcil {
    box-shadow: 5px 0 0px #0d53a7;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: loader 1s linear infinite;
}

.loader-wrapper .text {
    box-shadow: 0 0 2px #133A65;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-family: fantasy;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
ul.sap-pardot {
    list-style: none;
    padding: 0;
}
p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
textarea#bidajob_crm_message {
    margin: 0;
}
form.form p.submit {
    padding-top: 15px !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0 !important;
}
textarea#bidajob_crm_message {
    height: 115px !important;
}
form.form p.submit button {
    /* background: #ddd; */
    /* border-color: #ddd; */
    /* color: #fff; */
    min-width: 240px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 30px !important;
    /* box-shadow: 0px 5px 7px #ddd; */
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 3rem !important;
    height: 3rem !important;
    margin-top: 0px;
}</pre></body></html>