/*Pricing Page CSs*/
body {
    margin: 0;
    font-family: "Open Sans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.538;
    color: #545454;
    text-align: left;
    background-color: #f4f4f4;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.7692rem;
    font-weight: 500;
    line-height: 1.1;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #545454;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.81rem 0.7692rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
height:auto;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #2cc185;
    border-color: #2cc185;
}
.btn-primary:hover, .btn-primary.hover {
    color: #FFFFFF;
    border-color: transparent;
    background-color: #31d090;
}
.page-head-heading h1 {
    font-weight: 400;
}
.page-head-desc h3 {
    font-weight: 400;
}

/*Voucher Popup Css*/
#add-voucher {
display:none;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    background: rgb(0 0 0/85%);
    z-index: 9999;
}

#add-voucher  .wrapper {
    max-width: 500px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#add-voucher .wrapper span.icon.s7-close {
    display: block;
    position: absolute;
    color: #fff;
    right: 9px;
    top: 12px;
    font-size: 16px;
    z-index: 99;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}
#add-voucher .wrapper .card-header.card-header-divider {
    font-weight: 700;
}
/* Get Points css popup*/
a.get-points {
    cursor: pointer;
}

#get-points {
    display:none;
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    background: rgb(0 0 0/85%);
    z-index: 9999;
}
#get-points  .wrapper {
    max-width: 500px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#get-points .wrapper span.icon.close-popup {
    display: block;
    position: absolute;
    color: #fff;
    right: 9px;
    top: 12px;
    font-size: 16px;
    z-index: 99;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}
p.add-another-email {
    cursor: pointer;
}
.form-control {
    font-size: 1.077rem;
    padding: 0.923077rem 1.307rem;
    height: auto;
}
#get-points .wrapper .card-body {
    height: 300px;
    overflow-y: auto;
}
.email-block {
    position: relative;
}
.email-block .del-div {
    position: absolute;
    right: 7px;
    top: 11px;
    font-size: 20px;
    color: #f00;
    font-weight: bold;
    cursor: pointer;
}
#get-points .wrapper .card-header.card-header-divider {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width:767px) {
.page-head-desc .text-right {
    text-align: center !important;
}
}
