/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
* 
#submit-cfc-form {
    background: rgb(82, 37, 130) !important;
}

.waiting-for-postcode:not(.active){
    display: none;
}

.loader::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid rgb(82 37 130);
    border-top-color: rgb(255 255 255);
    -webkit-animation: loading 2s linear infinite;
    animation: loading 1s linear infinite;
}

.overmap-info {
    margin-bottom: 10px;
    font-size: 16px;
    color: rgb(102 45 145);
}

.span-lat-lng {
    display: block;
    margin: 12px 0;
    font-size: 13px;
    font-weight: 600;
}


@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

form#check-form-coverage {
    padding-top: 0;
    max-width: 770px;
    width: 100%;
}

.gfield_price select {
    box-shadow: 0 0 0px 2px #000;
}

.button-edit.cfc-button {
    color: rgb(82 37 130);
    margin: w;
}

div#Subheader {
    padding: 3em 0;
    background-position: center;
    background-size: 100%;
}

div#Subheader h1 {
    display: block;
    color: rgb(82 37 130) !important;
    text-align: left !important;
    font-size: 35px !important;
}

#Subheader p.extended-animation-area {
    text-align: left;
    display: none;
    padding: 0 !important;
}

#Subheader p.extended-animation-area a {
    padding: 0px 5px;
}

#complete-order-form-cfc {
    font-size: 30px;
    margin-bottom: 25px;
}

.form-inner-wrapper-cfc{
    background: rgb(255 255 255);
    box-shadow: 0 30px 60px 0 rgb(90 116 148 / 40%);
    border-radius: 10px;
    padding: 15px;
    padding-top: 20px;
}

h2.gform_title {
    display: none;
}

#gform_wrapper_5 {
    background: rgb(255 255 255);
    box-shadow: 0 30px 60px 0 rgb(90 116 148 / 40%);
    border-radius: 10px;
    padding: 25px;
    padding-top: 40px !important;
}

.cfc-form-field input:focus, .cfc-form-field input:active{
    background: none!important;
}

.cfc-form-field input, .cfc-form-field select {
    width: 100% !important;
    height: 50px;
    border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid rgb(206 214 224);
    transition: all 0.3s ease-in-out;
    font-size: 18px !important;
    padding: 5px 15px !important;
    background: none;
    color: rgb(82 37 130) !important;
    background: none !important;
    box-shadow: 0 0 0 1px !important;
}

.cfc-form-field label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: rgb(26 59 93);
    width: 100%;
    display: block;
    user-select: none;
}

input#address_no_cfc:disabled, select#address_cfc:disabled {
    box-shadow: 0 0 0 1px #ccc !important;
}

input#address_no_cfc:disabled, select#address_cfc:disabled {
    color: #ccc !important;
}

input#address_no_cfc:disabled::placeholder, select#address_cfc:disabled::placeholder {
    color: #ccc;
}

.form-inner-wrapper-cfc .grouped {
    display: flex;
}

.form-inner-wrapper-cfc .grouped .col {
    margin: 0 10px;
}

.form-inner-wrapper-cfc .grouped .col:first-child {
    margin-left: 0;
}

.form-inner-wrapper-cfc .grouped .col:last-child {
    margin-right: 0;
}

.cfc-form-field input:disabled{
    pointer-events: none;
}

input#submit-cfc-form:disabled {
    background: rgb(82 37 130 / 32%) !important;
    color: rgb(255 255 255);
}

#cfc-map {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#cfc-map.activated{
    min-height: 400px;
}

.blockUI.blockOverlay {
    background: rgb(255 255 255 / 20%) !important;
}
.blockUI.blockMsg.blockElement {
    border: none !important;
    background: transparent !important;
    font-size: 140%;
    height: 50px;
}

.lds-ring {
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid rgb(255 255 255);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(82 37 130) rgb(0 0 0 / 0%) rgb(0 0 0 / 0%) rgb(0 0 0 / 0%);
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input#submit-cfc-form {
    margin-top: 20px;
    display: block;
    padding: 15px 40px;
    text-transform: uppercase;
    font-weight: bolder;
}

.form-modal {
    display: none;
}