/* warranty form */
#active-warranty-form .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

#active-warranty-form .row .col-md-12 {
    padding: 0 5px;
    width: 100%;
}

#active-warranty-form .form-group {
    position: relative;
    position: relative;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    margin-bottom: 16px;
    font-size: 14px;
}

#active-warranty-form .form-group input {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    padding-right: 40px !important;
}

#active-warranty-form .form-group img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

#active-warranty-form select,
#active-warranty-form input:not(input[type="submit"]) {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    margin-bottom: 16px;
    font-size: 14px;
}

#active-warranty-form input::-ms-input-placeholder { /* Edge 12-18 */
    color: #999;
    opacity: 1;
}

#active-warranty-form input::placeholder {
    color: #999;
    opacity: 1;
}

#active-warranty-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#active-warranty-form select {
    background: url(../img/ic-dropdown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px);
    background-size: 10px;
}

#active-warranty-form input[type="submit"] {
    padding: 8px 48px;
    border-radius: 49px;
    background-color: #FDD10B;
    display: block;
    margin: 8px auto 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: none;
}

.active-warranty-success,
.active-warranty-error {
    text-align: center;
    margin-top: 10px;
}

.active-warranty-success {
    color: #28a745;
}

.active-warranty-success a { color: #fdd10b; }

.active-warranty-error {
    color: red;
}

#active-popup-overlay {
    position: fixed;
    background: #00000070;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.active-warranty-popup {
    /* 	border-radius: 32px;
        height: 256px;
        background: -webkit-linear-gradient(180deg, #E9E9E9, #F6F6F6);
        background: linear-gradient(180deg, #E9E9E9, #F6F6F6); */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.active-warranty-popup > div {
    position: relative;
    padding: 40px 30px 30px;
    width: 400px;
    z-index: 102;
    border-radius: 15px;
    border: 1px solid #1ea3b5;
    background: linear-gradient(0deg, rgba(24, 162, 180, .15), rgba(24, 162, 180, .15)), #fff;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .05);
    text-align: center;
}

.active-warranty-popup a {
    color: #FABB0F;
}

a#closeActivePopup {
    position: absolute;
    top: 10px;
    font-size: 20px;
    right: 10px;
}

a#closeActivePopup svg {
    width: 25px;
    height: 25px;
}

@media (max-width:767px) {
    #active-warranty-form .row > div {
        width: 100%;
    }

    .active-warranty-popup > div {
        padding: 40px 20px 30px;
    }
}
