.formInput {
    background: var(--whitebg);
    border: 1px solid var(--grayBorder);
    border-radius: 8px;
    float: left;
    font-size: 16px;
    height: 45px;
    outline: none;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 500;
}
.errorBorder {
    border: 2px solid var(--errorRed) !important;
    background: url(https://breakdown.covermy.co.uk/client/breakdown/images//error-icon.svg) no-repeat;
    background-size: 30px 30px;
    background-position: calc(100% - 15px) center;
}

.formInput:focus {
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(242 101 34 / 60%); */
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 5px auto var(--mymovebuddyColor) !important;
    border-color: var(--mymovebuddyColor);
}

.form .select > select {
    background: url(/theme/covermy/images/general/icons/chevrondown.svg) no-repeat;
    background-size: 20px 20px;
    background-position: calc(100% - 15px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ‘’;
    margin-bottom: 15px;
    border: 1px solid var(--grayBorder);
    border-radius: 8px;
    float: left;
    font-size: 16px;
    height: 45px;
    outline: none;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    width: 100%;
    font-weight: 500;
}

@media screen and (max-width: 767px){
    .form .select {
        height: 100px;
    }

    .form .input-holder {
        height: 60px;
    }
}

.selectButtonBox .btn {
    background: var(--whitebg);
    border: 1px solid var(--grayBorder);
    border-radius: 8px;
    float: left;
    font-size: 16px;
    height: 45px;
    outline: none;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
    width: 100%;
    font-weight: 500;
}

.selectButtonBox .btn-default {
    background: url(/theme/covermy/images/general/icons/chevrondown.svg) no-repeat;
    background-size: 20px 20px;
    background-position: calc(100% - 15px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ‘’;
    margin-bottom: 15px;
}

.selectButtonBox .dropdown-toggle:focus {
    outline: 5px auto var(--mymovebuddyColor) !important;
    outline-offset: 0px;
}

.selectButtonBox .filter-option {
    display: flex;
    justify-content: start;
    align-items: center;
}
.selectButtonBox .btn .bs-caret {
    display: none;
}

.selectButtonBox .dropdown-menu {
    margin-top: -15px;
}

.selectButtonBox .dropdown-menu li a {
    font-weight: 500;
}

.btn-default.active, .btn-default:active, 
.btn-default:active:focus, 
.btn-default:active:hover, 
.open>.dropdown-toggle.btn-default {
    background-color: #fff;
}

.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:active {
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form-container {
    border-radius: 8px;
}

.honestyStatement {
    border-radius: 8px;
}

.form input.licensePlateBox {
    padding-left: 38px;
    border-color: #BEAE0A;
    background-color: #EDDA0C;
    background-image: url(/theme/covermy/images/general/icons/GB-reg.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 28px 50px;
    color: #1D1D1B;
    font-size: 24px;
    border-radius: 8px;
    font-weight: 600;
    height: 50px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

.btn-primary {
    border-radius: 8px;
}

.radioBox {
    background: var(--whitebg);
    border: none;
    float: left;
    font-size: 16px;
    height: 55px;
    outline: none;
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.radio-group .radioBox {
    /* margin-bottom: 10px; */
}
.noBorder {
    border: none;
}
.radio-group .radioBox label::before {
    display: none;
}
.radio-group .radioBox label::after {
    display: none;
}
.radio-group .radioBox:hover {
    background: var(--mymovebuddyColor);
    color: #fff;
    border-radius: 8px;
    border-color: var(--mymovebuddyColor);
}

.radio-group .radioBox label {
    padding-right: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--grayBorder);
    border-radius: 8px;
    font-weight: 500;
}

.radio-group .radioBox label:hover {
    border-color: var(--mymovebuddyColor);
}

input[type="radio"] {
    display: none;
}

input[type=“radio”]:checked + label {
    background: var(--mymovebuddyColor);
    color: #fff;
    border: 1px solid var(--mymovebuddyColor);
}

input[type=“radio”]:checked label {
    border: 1px solid var(--mymovebuddyColor);
}

input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}

.radioInputBox:checked ~ label {
    background-color: var(--mymovebuddyColor);
    color: #fff;
    border-radius: 8px;
    border-color: var(--mymovebuddyColor);
  } 

.searching {
    text-align: center;
}
.quote {
    font-weight: 500;
}

.quote .productContainer {
    padding: 15px;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    min-height: 510px;
    cursor: pointer;
}

@media screen and (max-width: 767px){
    .quote .productContainer {
        min-height: auto;
    }
}

.quote .prices .options {
    display: none;
}

.quote .content-span {
    font-weight: 700;
    font-size: 16px;
}

.quote .about {
    margin-bottom: 10px;
}

.quote .content {
    position: absolute;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    z-index: 999;
    border: 1px solid var(--grayBorder);
    box-shadow: 0px 0px 15px -9px #000000;
    top: 100%;
    margin-top: 2px;
}

.content {
    display: none;
}

.quote .prices {
    text-align: center;
}
.quote .prices .premiumContainer {
    font-size: 3rem;
}

#quoteContainer .selected .productContainer {
    background-color: var(--mymovebuddyColor);
    color: #fff;
}

#quoteContainer .productContainer:hover {
    background-color: var(--mymovebuddyColor);
    color: #fff;
}

.quote .showDetails {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--grayBorder);
    font-size: 1.6rem;
}

.toggleDetails {
    display: block;
    color: #555555;
}

.product {
    font-size: 1.6rem;
    padding-bottom: 6px;
}

.closeDetailsButton {
    height: 25px;
    position: absolute;
    right: 0;
    padding-right: 10px;
    margin-top: 10px;
    top: 0;
}

.btn-info {
    background-color: var(--mymovebuddyColor);
    border-color: var(--mymovebuddyColor);
    border-radius: 8px;
}

.btn-info:hover {
    background-color: var(--mymovebuddyButtonHover);
    border-color: var(--mymovebuddyButtonHover);
}

.btn-info:active:hover {
    background-color: var(--mymovebuddyButtonHover);
    border-color: var(--mymovebuddyButtonHover);
    outline: 0;
}

.btn-info.focus,
.btn-info:focus{
    background-color: var(--mymovebuddyButtonHover);
    border-color: var(--mymovebuddyButtonHover);
    outline: 0;
}

/* Helpers */

.p-0 {
    padding: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--mymovebuddyButtonHover);
    border-color: var(--mymovebuddyButtonHover);
    outline: 0;
}

.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active {
    background-color: var(--mymovebuddyButtonHover) !important;
    border-color: var(--mymovebuddyButtonHover) !important;
    outline: 0;
}

.btn-primary:active:focus{
    background-color: var(--mymovebuddyButtonHover);
    border-color: var(--mymovebuddyButtonHover);
    outline: none;
    outline-offset: 0px;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: white;
    background-color: var(--mymovebuddyButtonColor);
    outline: 0;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    /* color: #fff !important;
    -webkit-text-fill-color: #fff !important; */
    /* -webkit-box-shadow: 0 0 0 30px var(--mymovebuddyButtonColor) inset !important; */
    /* -webkit-text-fill-color: #fff !important; */
}

input:-internal-autofill-selected {
    background-image: initial !important;
}

@media screen and (max-width: 767px){
    button.lookup-address{
        margin-top: 0;
    }
}

.input-group {
    margin-bottom: 15px;
}

#vehicleRegLookup {
    margin-bottom: 10px;
}

