html {
    margin-top: 0 !important;
}
#wpadminbar {
    display: none !important;
}
.btnCouponAction {
    background-color: #ff6801;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 9999px;
    color:#fff;
}
.jquery-modal.blocker {
	z-index: 999;
}
#couponModal {
     padding: 0px;
     background-color: transparent;
     box-shadow: none;
 }
.relative-section {
	position: relative;
}
#couponModal a {
	text-decoration: none;
}
#couponModal .text-center {
	text-align: center;
}
 #couponModal .modal-dialog {
     max-width: 700px;
     border-radius: 16px;
     overflow: hidden;
 }

 .modal#couponModal a.close-modal {
     display: none;
 }

 #couponModal .modal-header {
     padding: 24px 32px 16px;
     display: block;
     border: none;
 }

 #couponModal .modal-header img {
     max-width: 126px;
     display: block;
     margin: 0 0 8px;
 }

 #couponModal .modal-header a {
     font-size: 16px;
     line-height: 32px;
     color: #101C3D;
 }

 #couponModal .modal-header .close {
     width: 13px;
     height: 13px;
     position: absolute;
     display: block;
     background-repeat: no-repeat;
     background-image: url('close.svg');
     background-size: 100% auto;
     background-color: rgba(0, 0, 0, 0);
     top: 0;
     right: 0;
     opacity: 1;
     padding: 0;
     margin: 0;
     top: -15px;
     right: -21px;
 }

 #couponModal .modal-header .date {
     position: absolute;
     bottom: 0;
     right: 0;
 }

 #couponModal .modal-body {
     padding: 0 32px 32px;
 }

 #couponModal .modal-body h2 {
     padding-top: 16px;
     font-size: 24px;
     line-height: 32px;
     color: #101C3D;
     margin: 0 0 24px;
 }

 #couponModal .modal-body ol {
     counter-reset: css-modal 0;
     margin-left: 15px;
 }

 #couponModal .modal-body ol li {
     margin-bottom: 22px;
     font-size: 16px;
     line-height: 24px;
     color: #0D152E;
     position: relative;
     list-style: none;
 }
 #couponModal .modal-body ol li:before {
     counter-increment: css-modal;
     content: counter(css-modal);
     width: 24px;
     height: 24px;
     text-align: center;
     line-height: 24px;
     background: #101C3D;
     border-radius: 50%;
     margin-right: 8px;
     font-weight: bold;
     font-size: 16px;
     color: #fff;
     display: inline-block;
 }

 .coupon-copy {
     position: relative;
     width: 100%;
 }

 .coupon-copy .coupon-code {
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
     color: #0D152E;
     padding: 12px 19px 12px 19px;
     border: 1px solid #EEF2F5;
     border-radius: 28px 64px 64px 28px;
     background: #fff;
     width: 100%;
 }

 .coupon-copy .copy {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     width: 100px;
     border-radius: 64px;
     font-weight: 600;
     font-size: 14px;
     color: #fff !important;
     background: #ff6801;
     border: none;
     text-align: center;
     line-height: 49px;
     text-transform: uppercase;
 }

 #couponModal .modal-content {
 	min-height: 420px;
	width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
 }

 #couponModal.loading .modal-content {
     background-image: url('../images/loading.svg');
     background-position: center center;
     background-repeat: no-repeat;
 }

 #couponModal .modal-body ol li .coupon-copy {
     display: inline-block;
     vertical-align: middle;
     margin: 10px 0px 10px 0px;
 }

 #couponModal .modal-body ol li a {
     color: #ff6801;
 }

 #couponModal .modal-body ol li:last-child {
     margin: 0;
 }

 #couponModal .modal-bottom {
     padding: 16px 16px 32px;
     background-size: cover;
     background-position: center center;
 }

 #couponModal .receive-coupon {
     font-size: 14px;
     line-height: 24px;
     color: #677489;
     max-width: 500px;
     margin: 0 auto;
 }

 #couponModal .receive-coupon h3 {
     font-size: 20px;
     line-height: 24px;
     color: #ff6801;
     margin: 0 0 4px;
 }

 #couponModal .receive-coupon p {
     font-size: 14px;
     line-height: 24px;
     color: #677489;
 }

 #couponModal .receive-coupon p span {
     color: #fff;
 }

 #couponModal .receive-coupon form {
     position: relative;
     max-width: 409px;
     margin: 0 auto;
 }

 #couponModal .receive-coupon form .form-control {
     background: #fff;
     border: 1px solid #EEF2F5;
     border-radius: 28px 64px 64px 28px;
     height: 44px;
     padding: 0 175px 0 16px;
     font-size: 14px;
     color: #677489;
 }

 #couponModal .receive-coupon form .btn-green {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     width: 165px;
     border-radius: 64px;
     font-weight: 600;
     font-size: 14px;
     line-height: 24px;
     color: #101C3D;
     background: #ff6801;
     border: none;
 }
 .btn-green, .btn-green-out a {
 	display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    line-height: 120%;
    min-width: 166px;
    background: #ff6801;
    border-color: #ff6801;
    border-radius: 64px;
    text-align: center;
 }