a {
    text-decoration-line: none;
    -moz-text-decoration-line: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'AvenirLTStdBook';
    background-color: #e9e4f1;
    color: #000;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    appearance: textfield;
    -moz-appearance: textfield;
}

header {
    background-color: #9362EC;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 8px 0;
    text-align: center;
}

header .header-logo {
    max-width: 170px;
}

.main-section {
    min-height: calc(100vh - 104px);
    display: flex;
    align-items: center;
}

.main-section-inner {
    width: 95%;
    margin: 0 auto;
}

.main-section-title {
    color: #000000;
    font-family: 'AvenirLTStdHeavy';
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    /* margin-bottom: 18px; */
    margin-bottom: 15px;
}

.main-section-desc {
    color: #000000;
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    /* margin-bottom: 20px; */
    margin-bottom: 15px;
}

.main-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.btn-common {
    color: #000F08;
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    border: 1.5px solid #000000;
    border-radius: 5px;
    padding: 9px 0;
    text-align: center;
    width: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-yellow {
    background-color: #FFFF88;
    margin-right: 15px;
}

.btn-green {
    background-color: #B3FF88;
}

.card-custom {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    padding: 20px 20px;
}

.card-custom .card-icon {
    text-align: center;
    /* margin-bottom: 15px; */
    margin-bottom: 10px;
}

.card-custom .card-icon img {
    max-width: 52px;
}

.card-custom h5 {
    color: #000000;
    font-family: 'AvenirLTStdHeavy';
    font-weight: 800;
    font-size: 22px;
    line-height: 142%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    min-height: 62px;
}

.card-custom p {
    color: #000000;
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    font-size: 16px;
    line-height: 142%;
    text-align: center;
    margin-bottom: 0;
}

.card-custom p a {
    color: #000000;
}

.card-custom .input-group-custom {
    background-color: #E8E4F1;
    border-radius: 5px;
    padding: 10px 20px;
    /* margin: 15px 0 18px; */
    margin: 12px 0 15px;
}

.card-custom .input-group-custom label {
    color: #000F08;
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: block;
}

.card-custom .input-group-custom input {
    background-color: transparent;
    border: none;
    border-bottom: 2.5px solid #000000AD;
    color: #000F08;
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 100%;
    outline: none;
}

.card-custom .input-group-custom input::placeholder {
    color: #000F08B2;
}

.card-custom form .cancel-btn {
    border: 1.5px solid #000000;
    border-radius: 5px;
    background-color: #FFFF88;
    color: #000F08;
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding: 7px 21px;
    display: block;
    margin: 0 auto;
}

footer {
    background-color: #5527AA;
    padding: 8px 0;
}

footer .footer-text {
    color: #FFFFFF;
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0;
}

.card-custom p.err-msg {
    color: #FF0000;
    font-family: 'AvenirLTStdHeavy';
    font-weight: 800;
    margin-bottom: 14px;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #E8E4F1 inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #E8E4F1 inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.swal2-confirm {
    background-color: #9362EC !important;
}

.swal2-title {
    font-family: 'AvenirLTStdHeavy';
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
}

.swal2-html-container {
    font-family: 'AvenirLTStdBook';
    font-weight: 400;
}