*{  
    margin: 0;
    padding: 0;
}
body{
	box-sizing: border-box;
	margin: 0;
    padding: 0;	
    font-family: 'Inter', sans-serif;
}
*, html, body {
    font-family: 'Inter', sans-serif;
}


.template_section {
    background: #efefef;
    padding: 25px;
    width: 360px;
    cursor: pointer;
    margin: 0 auto;
}
.edit_border_wrap {
    position: relative;
}
.invoice_heading {
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    position: relative;
    /*width: 100%;*/
    margin: 0 auto;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
}
.invoice_heading:before {
    background: linear-gradient(35deg, transparent 20px, #ffffff 0), linear-gradient(-35deg, transparent 20px, #ffffff 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
}
.invoice_heading h4 {
    color: #000000;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}
.invoice_heading p{
	color: #000000;
	font-family: Inter;
	font-size: 12px;
	line-height: 16px;
	opacity: 0.6000000238418579;
	text-align: center;
}
.portlet {
    margin: 15px auto;
}
.invoice_deatils_wrap {
    position: relative;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
}
.invoice_deatils_wrap:before {
    content: " ";
    position: absolute;
    background: transparent url(../images/rectangle.png) no-repeat center;
    background-size: contain;
    background-position: top;
    height: 100%;
    width: 107.7%;
    z-index: 999;
    left: -12px;
    top: -26px;
}
.invoice_details.row {
    padding: 2px 10px 0px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
}
.invoice_details .col-sm-6 {
    padding: 0;
    margin: 10px auto;
}
.invoice_details .col-sm-6:last-child {
    padding: 0;
    text-align: right;
}
.invoice_details .col-sm-6 h6 {
    color: #000000;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 auto;
}
.invoice_details .col-sm-6 p {
	color: #000000;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    margin: 0 auto;
    word-break: break-word;
}
.round_corner_wrap {
    padding-bottom: 35px;
    position: relative;
}
.watermark {
    margin: 1em 1em 1em -1em;
    -webkit-text-transform: uppercase;
    text-transform: lowercase;
    color: rgb(246, 246, 246);
    font-size: 3em;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    white-space: nowrap;
    position: absolute;
    left: 35%;
    top: 15%;
    font-style: italic;
}
.invoice_table {
    background: #ffffff;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto;
}
.invoice_table thead tr th {
    color: #000000;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    text-align: left;
    border-bottom: 0.3px solid #f6f6f6;
}
.invoice_table tbody tr td {
	padding: 5px 5px;
    border: none;
}
.product_sec_tbl {
    display: inline-flex;
}
.product_sec_tbl .img_sec_product {
    padding: 0 5px 0 0;
}
.invoice_table p.order_code, .invoice_table p.discount_sec, .invoice_table p.amount_sec, .invoice_table p.rate_sec {
    color: #000000;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 400;
    line-height: 12.89px;
    opacity: 0.6000000238418579;
    text-align: left;
    margin: 0;
}
.invoice_table p{
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.invoice_table p.discount_sec, .invoice_table p.amount_sec, .invoice_table p.rate_sec{
    justify-content: center;
}
.invoice_table b.product_name {
    color: #000000;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 600;
    line-height: 12.89px;
    text-align: left;
    display: block;
}
.invoice_table p.order_qty span, .invoice_table p.order_size span {
    color: #000000;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 500;
    line-height: 10.89px;
    text-align: left;
    margin: 0;
    padding-right: 8px;
}
.invoice_table p.order_qty b, .invoice_table p.order_size b {
    color: #000000;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 500;
    line-height: 10.89px;
    text-align: left;
}
.invoice_section_wrap .button_wrap {
    position: absolute;
    left: 31%;
    z-index: 999999;
    bottom: -20px;
}
.invoice_section_wrap .button_type2 {
    border: 1px solid #ffb4a1;
    border-radius: 20.5px;
    color: #ffb4a1;
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: block;
    background: #fff;
}
.invoice_price_summary {
    padding-bottom: 20px;
}
.invoice_price_summary .row:first-child {
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
}
.invoice_price_summary .row {
    background: #008eff;
    /*width: 100%;*/
    margin: 0 auto;
    padding:0 10px;
}
.invoice_price_summary .row .col-sm-8 label, .invoice_price_summary .row .col-sm-6 label {
    color: #ffffff;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: left;
}
.invoice_price_summary .row .col-sm-4 p, .invoice_price_summary .row .col-sm-6 p {
    color: #ffffff;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: right;
    margin: 0 auto;
}
.invoice_price_summary .row.total_payment {
    padding: 10px 10px;
    position: relative;
}
.invoice_price_summary .row.total_payment:before {
    content: " ";
    border-top: 0.2px solid #ffffff;
    width: 90%;
    position: absolute;
    height: 1px;
    left: 16px;
    top: 3px;
}
.invoice_price_summary .foot {
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}
.invoice_price_summary .foot div.f {
    width: 3em;
    height: 1.5em;
    border-radius: 0% 0% 100% 100% / 100% 100% 100% 100%;
    background-color: #008eff;
    /* border: 1px solid #008eff; */
    box-sizing: border-box;
}
.devider {
    border: 0.2px solid #000000;
    opacity: 0.1;
    width: 279px;
    margin: 0 auto;
}
.gst_summary {
    padding: 10px 15px;
    width: 100%;
}
.gst_summary h4 {
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: left;
    margin: 0;
}
.gst_summary table {
    margin-bottom: 10px;
}
.gst_summary table thead tr th {
    color: #000000;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    opacity: 0.699999988079071;
    text-align: left;
    border: none;
}
.gst_summary table tbody tr td {
    color: #000000;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 400;
    line-height: 10.89px;
    opacity: 0.6000000238418579;
    text-align: left;
    border: none;
    padding: 2px 10px;
}
.gst_summary .coins_para {
    color: #000000;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}
.customer_details {
    padding: 10px 15px;
}
.customer_details label {
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: left;
}
.customer_details p {
    color: #000000;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    opacity: 0.699999988079071;
    text-align: left;
}
.tc_wrap{
    padding: 10px 15px;
}
.tc_wrap label {
    color: #000000;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    line-height: 13.31px;
    text-align: left;
}
.tc_wrap ul {
    padding: 0 10px;
}.tc_wrap ul li {
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    width: 278px;
    text-align: left;
}
.show_more_toggle {
    padding-bottom: 35px;
}
.invoice_download_wrap {
    margin: 15px auto;
    background: #ffffff;
    border-radius: 10px 10px 10px;
    padding: 10px 0;
    margin-top: 30px;
    width: 100%;
}
.download_button_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.invoice_download_wrap p{
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
    opacity: 0.699999988079071;
    text-align: center;
}
.invoice_header_section {
    position: relative;
}
.feedback_section_wrap{
    width: 100%;
}
.slider_wrap_section{
    width: 100%;
}
button.button_type1, .btn.button_type1 {
    border: 1px solid #5596ff;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 9px;
    background: #5596ff;
    outline: none;
    border-radius: 3px;
    font-family: "Inter";
    color: #ededed;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.88px;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}
.download_sec_form {
    position: relative;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.download_sec_form img {
    position: absolute;
    top: 20px;
    left: 38px;
}
.download_sec_form input {
    border: 0.5px solid #e3e4e5;
    border-radius: 5px;
    width: 272px;
    height: 32px;
    font-family: "Inter";
    box-shadow: none;
    outline: none;
    font-size: 10px;
    padding-left: 28px;
}
    .download_sec_form button, .download_sec_form .btn {
        background-color: #008eff;
        border-radius: 0 5px 5px 0;        
        color: #ffffff;
        font-family: "Inter";
        font-size: 10px;
        font-weight: 400;
        line-height: 12px;
        text-align: center;
        position: absolute;
        right: 29px;
        top: 10px;
    }
/**/
.feedback_wrap {
    background-color: #008eff;
    border-radius: 10px 10px 10px;
    padding: 10px 15px;
}
.feedback_wrap h4 {
    color: #ffffff;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
}
.emoji_wrap {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0 10px;
}
.emoji_wrap .emoji.active img {
    width: 38px;
    opacity: 1;
}
.emoji_wrap .emoji img {
    width: 30px;
    opacity: 0.5;
}
.template_section .feedback_wrap2 {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    border: 0;
    display: none;
}
.template_section .feedback_wrap2_header {
    background-color: #008eff;
    border-radius: 10px 10px 0 0;
}
.template_section .feedback_wrap2_header h4 {
    color: #ffffff;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
    padding: 12px 0;
}
.template_section .feedback_wrap2_body {
    background-color: #ffffff;
    border-radius: 10px 10px 10px;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
}
.template_section .feedback_wrap2_body h4 {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
}
.template_section .feedback_wrap2_body .btn {
    background-color: #008eff;
    border-radius: 2px;
    width: 134px;
    height: 27px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 15px;
    text-align: center;
    padding: 5px;
}
/**/
.carousel-wrap {
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    position: relative;
    z-index: 100;
    backface-visibility: hidden;
  }
  .coupons .owl-carousel .item {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 8px 17px -8px #a3a5ae;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .owl-carousel .item.blue {
    border-bottom: 3px solid #7670f8;
  }
  .owl-carousel .item.pink {
    border-bottom: 3px solid#C55FF5;
  }
  .owl-carousel .item.green {
    border-bottom: 3px solid #17be56;
  }
  .coupons .owl-carousel .item .icon img {
    width: 13.74px;
  }
  .coupons .owl-carousel .item .icon {
    border-radius: 100%;
    width: 41px;
    height: 40.99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: -7px;
  }
  .owl-carousel .item.pink .icon {
    background-color: #faf1fe;
  }
  .owl-carousel .item.blue .icon {
    background-color: #f3f2fe;
  }
  .owl-carousel .item.green .icon {
    background-color: #f0fdf5;
  }
  
  .slider_wrap {
    margin: 10px auto;
  }
  .owl-nav {
    display: none;
  }
  .owl-carousel .item .sale_head {
    color: #000000;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 400;
    opacity: 0.6000000238418579;
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
  }
.owl-carousel .item .discount_card {
    color: #000000;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 10px;
    text-align: left;
    margin: 0;
    padding: 0;
    height: 32px;
}
.owl-carousel .item .discount_card span {
        font-size: 9px;
    }
.owl-carousel .item .promo_wrap_card .col-sm-6 p {
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    margin: 0;
    padding: 0;
    word-break: break-word;
}
  
  .owl-carousel .item .promo_wrap_card .col-sm-6:last-child p {
    color: #000000;
    font-family: "Inter";
    font-size: 7px;
    font-weight: 600;
    line-height: 11px; 
    text-align: right;
    margin: 0;
    padding: 0;
  }
  .row.promo_wrap_card {
    display: inline-flex;
    align-items: end;
  }
  .cut_round_shape.right {
    background-color: #efefef;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 9;
    right: -6px;
    top: 55%;
  }
  .cut_round_shape.left {
    background-color: #efefef;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 9;
    left: -6px;
    top: 55%;
  }
  .owl-carousel .item.pink .row.promo_wrap_card {
    border-top: 0.5px dashed #f4ddff;
    padding-top: 8px;
  }
  .owl-carousel .item.blue .row.promo_wrap_card {
    border-top: 0.5px dashed #dad8fd;
    padding-top: 8px;
  }
  .owl-carousel .item.green .row.promo_wrap_card {
    border-top: 0.5px dashed #ccf9dd;
    padding-top: 8px;
  }
  .custom_tab_wrap {
    margin-top: 15px;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    border: 5px solid #ffffff;
  }
  .custom_tab_wrap ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border: 1px solid #007aff;
    border-radius: 7px 7px 0 0;
  }
  .custom_tab_wrap ul li {
    width: 50%;
    text-align: center;
    background-color: #ffffff;
    padding: 9px;
    border-top-left-radius: 6px;
  }
  .custom_tab_wrap ul li:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
  }
  .custom_tab_wrap ul li a {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.86px;
    text-align: center;
  }
  .custom_tab_wrap ul li a:hover,
  .custom_tab_wrap ul li:hover > a,
  .custom_tab_wrap ul li.active a {
    color: #ffffff !important;
  }
  .custom_tab_wrap ul li:hover,
  .custom_tab_wrap ul li.active {
    background: #007aff;
  }
  .points {
    display: none;
  }
  .points .owl-carousel .item .icon img {
    width: 16px;
    margin: 0 auto;
  }
  .points .owl-carousel .item {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 8px 17px -8px #a3a5ae;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  .points .owl-carousel .item .icon {
    background: #fedb41;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    box-shadow: 0 8px 17px -8px #32c5ff;
    position: absolute;
    right: 45%;
    top: 10px;
    text-align: center;
    margin: 0 auto;
    padding: 4px;
  }
  .point_box_wrap {
    border: 1px dashed #979797;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
    width: 106px;
    height: 45px;
    margin: 15px auto;
    padding: 2px;
  }
  .point_box_wrap h4 {
    color: #000000;
    font-family: "Inter";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 21px;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 4px;
  }
  .point_box_wrap p {
    color: #000000;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 400;
    opacity: 0.6000000238418579;
    text-align: center;
    margin: 0;
    padding: 2px;
    text-transform: uppercase;
  }
  .points_exp_date {
     color: #000000;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 600;
    line-height: 7px;
    /* opacity: 0.6000000238418579; */
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 15%;
    bottom: 8%;
  }
  .feedback_section_wrap .edit_border_wrap:before {
    bottom: 0px;
  }
  .slider_wrap_section .edit_border_wrap:before {
    bottom: 3px;
  }
  .refer_earn_heading h4 {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19.36px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  .refer_earn_heading p {
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.59px;
    line-height: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .refer_earn_heading {
    padding: 10px;
    position: relative;
  }
  .refer_earn_heading::before {
    background: linear-gradient(35deg, transparent 20px, #f6f6f6 0), linear-gradient(-35deg, transparent 20px, #f6f6f6 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
  }
  .invoice_refer_earn_wrap {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.27);
    margin: 15px auto;
    position: relative;
  }
  .refer_bg_wrap {
    text-align: center;
    margin: 20px auto;
    margin-bottom: 0;
  }
  .refer_desc_wrap {
    background-color: #008eff;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    bottom: 4px;
    z-index: 1;
  }
  .refer_desc_wrap .col-sm-6 p {
    margin: 0 auto;
    color: #ffffff;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 14px;
    text-align: center;
  }
  .coupan_code_wrap {
    padding: 15px 0;
  }
  .coupan_code_wrap p {
    color: #000000;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    width: 180px;
    text-align: center;
    margin: 0 auto;
  }
.coupon_code_box {
    border: 1px dashed #979797;
    width: 131px;
    margin: 0 auto;
    padding: 5px 0;
}
.coupon_code_box h4 {
    color: #ff7400;
    font-family: "Inter";
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
  .coupon_code_box p {
    color: #000000;
    opacity: 0.6000000238418579;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    text-align: center;
    margin: 0 auto;
  }
  .refer_earn_btn {
    position: relative;
    padding: 40px 0 20px;
    text-align: center;
  }
  .refer_earn_btn .dropdown .dropdown-menu .dropdown-item{
    padding: 4px 12px
  }
  .refer_earn_btn .dropdown .dropdown-menu li a{
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .refer_earn_btn .dropdown .dropdown-menu li a i{
    margin-right: 10px;
    font-size: 16px;
    min-width: 16px;
  }
  .refer_earn_btn .btn:focus{
    outline: 0;
  }
  .refer_earn_btn .dropdown .dropdown-menu li a span{
    background: #353254;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .refer_earn_btn .btn {
    background-color: #008eff;
    border-radius: 2px;
    width: 104px;
    height: 22.99px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 14px;
    text-align: center;
    padding: 5px;
  }
  .refer_earn_btn:before {
    background: linear-gradient(35deg, transparent 20px, #f6f6f6 0), linear-gradient(-35deg, transparent 20px, #f6f6f6 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
  }
  .invoice_refer_earn_wrap .edit_border_wrap:after {
    height: 96%;
  }
  .invoice_refer_earn_wrap .edit_border_wrap:before {
    bottom: 9px;
  }
  .win_card_wrap {
    background: #e8c174 url(../images/win_card_bg.png) no-repeat;
    height: 126px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    width: 100%;
  }
  .win_card_content h2 {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19.36px;
    text-align: left;
    margin: 5px auto;
  }
  .win_card_content p {
    color: #000000;
    font-family: "Inter";
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    text-align: left;
    margin: 0 auto;
  }
  .win_card_content a {
    color: #000000;
    font-family: "Inter";
    font-size: 6px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    text-align: left;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
  }
  .win_card_content button, .win_card_content .btn {
    background-color: #482a00;
    border-radius: 2px;
    width: 104px;
    height: 23px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 14px;
    text-align: center;
    border-color: #482a00;
    text-decoration: none;
    opacity: 1;
    padding: 5px 0;
  }
  .win_card_content {
    padding: 15px;
  }
  .win_card_wrap .edit_border_wrap::before {
    bottom: -1px;
  }
  .question_contact_wrap {
    background-color: #ffffff;
    border-radius: 8px;
    width: 100%;
  }
  .question_heading h2 {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19.36px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
  }
  .question_contact_wrap {
    margin: 15px auto;
    position: relative;
  }
  .question_contact_wrap .edit_border_wrap::before {
    bottom: 0;
  }
  .question_icon_wrap label {
    color: rgba(0, 0, 0, 0.85);
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 13.31px;
    text-align: center;
  }
  .question_icon_wrap {
    padding: 15px 0;
  }
  .question_icon_wrap .col-sm-4 {
    text-align: center;
  }
  .social_icon_wrap .social_icon {
    background-color: #0091ff;
    border-radius: 7px;
    width: 34px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    margin: auto 10px;
  }
  .social_card_wrap {
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    width: 100%;
  }
  .social_card_wrap .edit_border_wrap::before {
    bottom: 0px;
  }
  .social_icon_wrap {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 10px 0;
  }
  .social_icon_anchor a {
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.59px;
    line-height: 13.31px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 5px 0 20px;
  }
  .conected_app_store_wrap {
    margin: 15px auto;
    position: relative;
    width: 100%;
  }
  .conected_app_store_wrap .edit_border_wrap::before {
    bottom: -7px;
  }
  .conected_app_store_wrap p {
    color: #000000;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    text-align: center;
  }
  .app_store_button {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
  }
  .app_store_button a {
    margin-right: 10px;
        width: 100%;
  }
  .bar_code_wrap {
    margin: 15px auto;
    position: relative;
    width: 100%;
  }
  .bar_code_wrap .edit_border_wrap::before {
    bottom: 0;
  }
  .bar_code_img {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
  .thanks_visit {
    position: relative;
    background: #ffffff;
    padding: 9px 0;
    border-radius: 8px 8px 0 0;
    margin-top: 1px;
    text-align: center;
  }
  /*.thanks_visit::before {
    background: linear-gradient(35deg, transparent 20px, #ffffff 0), linear-gradient(-35deg, transparent 20px, #ffffff 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }*/
  .thanks_visit p {
    color: #000000;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: center;
    margin: 0 auto;
  }
  .template_editor {
    text-align: right;
    position: fixed;
    overflow-y: auto;
    height: 80vh;
    right: 15px;
    z-index: 9999100;
  }
  .editor_box_wrap {
    background-color: #353254;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .editor_heading h4 {
    color: #ededed;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
  }
  .editor_heading h5 {
    color: #ededed;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .editor_heading {
    position: relative;
    line-height: 0;
  }
  .editor_heading img {
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  .editor_wrap {
    width: 281px;
    margin-left: auto;
  }
  .editor_input {
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    height: 42px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .editor_input::placeholder {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.4;
  }
  .editor_content {
    text-align: left;
    margin: 15px auto;
  }
  .file_input_wrap {
    position: relative;
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    height: 42px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
  }
  .file_input_wrap img {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
  }
  .file_input_wrap > [type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
  }
  .file_input_wrap > .label {
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.3;
    line-height: 42px;
  }
  
  .file_input_wrap.-chosen > .label {
    opacity: 1;
  }
  .drop-down .options ul {
    display: none;
  }
  .drop-down {
    margin-top: 10px;
  }
  .drop-down .selected {
    position: relative;
  }
  .drop-down .selected,
  .drop-down .options ul li {
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    height: 42px;
  }
  .drop-down .selected span,
  .drop-down .options ul li a {
    color: #ffffff;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.81px;
    text-align: left;
    line-height: 45px;
    padding-left: 10px;
  }
  .drop-down .selected span span,
  .drop-down .options ul li a span {
    color: #ffffff;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.75px;
    opacity: 0.4000000059604645;
    text-align: left;
    padding-left: 65px;
  }
  .drop-down .selected a i {
    position: absolute;
    padding: 15px;
    right: 0px;
    color: #ffffff;
  }
  .drop-down .options ul {
    margin: 0 auto;
    padding: 0;
    margin-top: 2px;
  }
  .drop-down .options ul li {
    position: relative;
  }
  .drop-down .options ul li:after {
    position: absolute;
    content: " ";
    background-color: #f6f6f6;
    opacity: 0.4000000059604645;
    width: 202px;
    height: 1px;
    left: 20px;
    top: 41px;
  }
  .drop-down .options ul li:last-child:after {
    content: none;
  }
  .checkbox_wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .checkbox_wrap label {
    position: relative;
    cursor: pointer;
    color: #ededed;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
  }
  
  .checkbox_wrap label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #514e74;
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .checkbox_wrap input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid rgba(255, 255, 255, 0.56);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .editor_content .checkbox_wrap label {
    position: relative;
    cursor: pointer;
    font-family: "Inter";
    color: #ededed;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.88px;
    text-align: left;
    margin: 0 auto;
    text-transform: capitalize;
  }
  .editor_content .checkbox_wrap label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #514e74;
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  .editor_content .checkbox_wrap input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5.5px;
    width: 6px;
    height: 10px;
    border: solid rgba(255, 255, 255, 0.56);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .editor_content .checkbox_wrap {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .title_tab ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 10px auto;
  }
  .title_tab ul li {
    background-color: #514e74;
    border: 0.5px solid #77739d;
    padding: 0 8px;
    height: 27px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    opacity: 0.2000000029802322;
    text-align: center;
    line-height: 29px;
  }
  .title_tab ul li:hover,
  .title_tab ul li.active {
    background-color: #8a85be;
    border: 0.5px solid #77739d;
    opacity: 1;
    cursor: pointer;
  }
  .body_text .editor_textarea {
    min-height: 71px;
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    max-width: 241px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
  }
  .body_text .editor_textarea::placeholder {
    color: #ffffff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    opacity: 0.2000000029802322;
    text-align: left;
    padding: 10px;
  }
  label.header {
    color: #ededed;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.81px;
    opacity: 0.6000000238418579;
    text-align: left;
  }
  .font_wrap {
    margin-bottom: 10px;
  }
  .font_wrap input {
    text-align: center;
  }
  .editor_box_wrap.color_picker_wrap {
    background-color: #eeeeee;
  }
  .editor_box_wrap.editor_box_wrap.color_picker_wrap .editor_heading h4 {
    color: #4a4a4a;
  }
  .editor_box_wrap.editor_box_wrap.color_picker_wrap .editor_content,
  .picker_wrap {
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
  }
  .color_wrap .header {
    color: #9b9b9b;
  }
  .color_wrap {
    width: 50%;
    margin-bottom: 10px;
  }
  .color_picker {
    background-color: #0076ff;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    cursor: pointer;
  }
  .color_wrap.file_background {
    width: 100%;
  }
  .editor_wrap {
    display: none;
  }
  .checkbox_wrap {
    text-align: left;
  }
  .modal-open .modal {
    top: 10%;
  }
  .modal {
    z-index: 99999999;
  }
  .modal-backdrop {
    z-index: 9999999;
  }
  .template_section .feedback_wrap2 {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    border: 0;
    display: none;
  }
  .template_section .feedback_wrap2_header {
    background-color: #008eff;
    border-radius: 10px 10px 0 0;
  }
  .template_section .feedback_wrap2_body {
    background-color: #ffffff;
    border-radius: 10px 10px 10px;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .template_section .feedback_wrap2_header h4 {
    color: #ffffff;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
    padding: 12px 0;
  }
  .template_section .feedback_wrap2_body h4 {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
  }
  .template_section .feedback_wrap2_body button, .template_section .feedback_wrap2_body .btn {
    background-color: #008eff;
    border-radius: 2px;
    width: 134px;
    height: 27px;
    color: #ffffff;
    font-family: "Inter";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 15px;
    text-align: center;
    padding: 5px;
  }
  .earned_coin_section .edit_border_wrap:after {
    height: 30px;
    top: -4px;
  }
  .earned_coin_section .edit_border_wrap:before {
    bottom: -13px !important;
  }
  .earned_coin_section .edit_border_wrap .editorTool .invoice_edit_icon {
    top: -15px;
  }
  .watermark {
    margin: 0;
    -webkit-text-transform: uppercase;
    text-transform: lowercase;
    color: #000000;
    font-size: 30px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
    top: 15%;
    right: 0;
    font-style: italic;
    z-index: 1;
    opacity: 0.2;
    display: block;
    white-space: normal;
}
  .points_input_wrap {
    display: inline-flex;
    align-items: flex-start;
    justify-content: left;
    position: relative;
  }
  .points_input_wrap input {
    text-align: left;
    width: auto;
  }
  .points_input_wrap input:first-child {
    width: 175px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
  }
  .points_input_wrap input:nth-child(2) {
    width: 70px;
    padding-right: 25px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    opacity: 0.4000000059604645;
    text-align: left;
  }
  .points_input_wrap i {
    color: #ffffff;
    position: absolute;
    right: 7px;
    top: 15px;
    cursor: pointer;
  }
  
  /* Color Picker css */
  
  .color-wrapper {
    position: relative;
  }
  
  .color-wrapper p {
    margin-bottom: 5px;
  }
  
  input.call-picker {
    border: 1px solid #aaa;
    color: #666;
    text-transform: uppercase;
    float: left;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    width: 85px;
  }
  
  .color-picker {
    width: 132px;
    background: #f3f3f3;
    height: 90px;
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px 1px #ddd;
    position: absolute;
    top: 32px;
    left: 2px;
    z-index: 9;
  }
  
  .color-picker .color-item {
    cursor: pointer;
    width: 10px;
    height: 10px;
    list-style-type: none;
    float: left;
    margin: 2px;
    border: 1px solid #ddd;
  }
  
  .color-picker .color-item:hover {
    border: 1px solid #666;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
  }
  /* Color Picker css  */
  ul.emoji_list li a,
  .emojiSelected a span {
    display: inline-flex;
    justify-content: space-around;
    padding: 0 !important;
    width: 90%;
    align-items: center;
    height: 42px;
  }
  ul.emoji_list li a img,
  .emojiSelected a span img {
    width: 30px;
    padding: 1px;
  }
  p.or_paragraph {
    color: #ffffff;
    text-align: center;
    margin: 15px auto;
  }
  .points_input_wrap .drop-down {
    margin: 0;
    width: 74px;
  }
  .points_input_wrap .drop-down .selected,
  .points_input_wrap .drop-down .options ul li,
  .points_input_wrap .drop-down .options {
    width: 74px;
  }
  .points_input_wrap .drop-down .selected a i {
    padding: 0 8px;
  }
  .points_input_wrap .drop-down .selected span,
  .points_input_wrap .drop-down .options ul li a {
    padding-left: 5px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 74px;
    overflow: hidden;
    display: block;
  }
  .points_input_wrap .drop-down .options ul li:after {
    width: 55px;
    left: 10px;
    top: 41px;
  }
  .add_more_social_icon {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: left;
  }
  .add_more_social_icon .add_btn {
    border: 0.5px solid #ffffff;
    border-radius: 5px;
    width: 60px;
    height: 54px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    padding: 7px;
    line-height: 38px;
    cursor: pointer;
  }
  .add_more_social_icon p {
    color: #ededed;
    font-family: "Inter";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.69px;
    line-height: 13px;
    text-align: left;
    padding-left: 15px;
    margin: 0;
  }
  .radio_wrap {
    margin-bottom: 10px;
  }
  .radio_wrap [type="radio"]:checked,
  .radio_wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  .radio_wrap [type="radio"]:checked + label,
  .radio_wrap [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ededed;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.88px;
    text-align: left;
  }
  .radio_wrap [type="radio"]:checked + label:before,
  .radio_wrap [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.26);
  }
  .radio_wrap [type="radio"]:checked + label:after,
  .radio_wrap [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .radio_wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .radio_wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .portlet {
    margin: 15px auto;
  }
  #myModal .modal-header {
    background-color: #f5f6fa;
    border: 1px solid #eeeeee;
    border-radius: 5px 5px 0 0;
  }
  #myModal .close {
    opacity: 1;
  }
  #myModal .modal-title {
    color: #0076ff;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    text-align: left;
  }
  .modal-body .input_group label {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    opacity: 0.5;
    text-align: left;
    padding-right: 20px;
    min-width: 150px;
  }
  .modal-body .input_group input {
    font-family: "Inter";
    border: 0.5px solid #007aff;
    border-radius: 3px;
    box-shadow: inset 0 0.3px 6px 0 rgba(0, 118, 255, 0.27);
    opacity: 0.9987211681547619;
    width: 266px;
    height: 44px;
    color: #000000;
    font-size: 16px;
    outline: none;
  }
  .modal-body .input_group select {
    font-family: "Inter";
    -webkit-appearance: none;
    -mos-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/editor/bluedownarrow.svg) right no-repeat;
    background-position: right 0.7em top 50%, 0 0;
    color: #000000;
    display: inline-block;
    padding: 5px;
    outline: none;
    box-shadow: none;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    min-width: 95px;
    border: 1px solid #eeeeee;
    min-width: 266px;
    line-height: 29px;
    vertical-align: middle;
    padding-left: 10px;
    background-size: 20px auto;
    padding-right: 35px;
    cursor: pointer;
    height: 44px;
  }
  .modal-body .input_group {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
  }
  .submit_modal {
    width: 475px;
  }
  .modal-body .input_group .radio_wrap {
    margin: 0;
  }
  .modal-body .input_group .radio_wrap label {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    text-align: left;
  }
  .modal-body .input_group .radio_wrap [type="radio"]:checked + label:before,
  .modal-body .input_group .radio_wrap [type="radio"]:not(:checked) + label:before {
    border: 1px solid #008eff;
  }
  .modal-body .input_group .radio_wrap [type="radio"]:checked + label:after,
  .modal-body .input_group .radio_wrap [type="radio"]:not(:checked) + label:after {
    background: #3b86ff;
  }
  .input_group .btn-group button, .input_group .btn-group .btn {
    background-color: #f0f0f0;
    border: 0.5px solid #dce0df;
    border-radius: 0 4px 4px 0;
    width: 133px;
    height: 44px;
    outline: none;
  }
  .input_group .btn-group button.active {
    background-color: #e3fcf5;
    border: 0.5px solid #109b75;
    border-radius: 4px 0 0 4px;
    width: 133px;
    height: 44px;
  }
  .input_group_label {
    background-color: #ecf2f4;
    border-radius: 2px;
    opacity: 0.4000000059604645;
    height: 43px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    width: 100%;
  }
  .input_group_label h4 {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    opacity: 0.5;
    text-align: left;
  }
  #myModal .title_tab ul li:first-child{
    border-radius: 5px 0 0 5px;
  }
  #myModal .title_tab ul li:last-child{
    border-radius: 0 5px 5px 0;
  }
  #myModal .title_tab ul li:hover,
  #myModal .title_tab ul li.active {
    background-color: #3582ff;
    border: 0;
    opacity: 1;
    color: #ffffff;
  }
  #myModal .title_tab ul li{
    border: 0.5px solid #000000;
    opacity: 0.1000000014901161;
    background: transparent;
    color: #000000;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.29px;
    line-height: 25px;
    text-align: center;
  }

  /*Added newly below*/
.invoice_price_summary.discount_summary > h3 {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}

.invoice_price_summary.discount_summary .row {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

    .invoice_price_summary.discount_summary .row label,
    .invoice_price_summary.discount_summary .row p {
        color: #353254;
        margin: 5px 0;
    }

ul.subtotal {
    background-color: #fff;
    padding: 0;
    border-radius: 0 0 25px 25px;
    list-style: none;
    margin: 0;
}

    ul.subtotal li {
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin: 5px 0;
    }

.subtotal label {
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: 'Lato';
}

.subtotal span {
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: 'Lato';
}

.balance-point {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .balance-point .row {
        padding: 0 20px;
    }

    .balance-point.terminal {
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

        .balance-point.terminal .row {
            padding: 15px 30px;
        }

        .balance-point.terminal .col-sm-6 {
            padding: 5px 10px 5px 20px;
            border-right: 0;
        }

    .balance-point h6 {
        color: #2E2E2E;
        font-family: Lato;
        font-size: 13px;
        letter-spacing: 0.18px;
        line-height: 20px;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .balance-point p {
        color: rgba(0, 0, 0, 0.85);
        font-family: Dosis;
        font-size: 14px;
        letter-spacing: 0.25px;
        line-height: 20px;
        text-align: left;
        padding: 0;
        margin: 0;
        font-weight: 600;
    }

    .balance-point .col-sm-6 {
        border-right: 1px solid #E2E2E2;
        padding: 15px 20px;
    }

    .balance-point .col-sm-6:nth-child(2) {
        border-right: 0;
    }

    .invoice_heading ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
}
.invoice_heading ul li {
    display: inline-block;
    font-size: 12px;
    font-family: Lato;
    margin: 0 2px 5px;
}
.invoice_heading ul li:first-child {
    background: url(../images/stopwatch-outline.svg) no-repeat 2px 1px;
    padding-left: 20px;
}
.invoice_heading ul li:last-child {
    background: url(../images/call-outline.svg) no-repeat 2px 1px;
    padding-left: 20px;
}

.thanks_visit ul {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
}

.thanks_visit li{
    font-size: 12px;
}

.d-store {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}
.d-store h4 {
    color: #141414;
    font-family: Lato;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    line-height: 20px;
}
.d-store p {
    padding: 0;margin: 0;
}

.invoice_price_summary.discount_summary >h3 {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}
.invoice_price_summary.discount_summary .row {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}
.invoice_price_summary.discount_summary .row label, 
.invoice_price_summary.discount_summary .row p{
  color: #353254;
  margin: 5px 0;
}
.myAlert-top{position: fixed;top: 10px;right: 10px;}

.customr-copy-divider {
    position: relative;
    padding: 15px 0;
    margin: 0;
    background-color: #ffffff;
    text-align: center;
}

    .customr-copy-divider::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 5px;
        transform: translate(-50%);
        width: 100%;
        height: 1px;
        padding: 0;
        background-image: linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%);
        // background-position: left top, left bottom, left top, right top;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
    }

    .customr-copy-divider::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translate(-50%);
        width: 100%;
        height: 1px;
        padding: 0;
        background-image: linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%);
        // background-position: left top, left bottom, left top, right top;
        background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
        background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
    }

.footer-slider {
    margin: 15px 15px;
}

    .footer-slider .item-video {
        height: 170px;
        padding: 0 15px
    }

.bar_code_img a {
    color: #000;
}

.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .owl-video-frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
}

    .owl-dot span {
        width: 11px;
        height: 11px;
        background-color: #ccc;
        border-radius: 50%;
        display: block;
        margin: 5px 3px;
    }

    .owl-dot.active span {
        background-color: #000;
    }

.address-user {
    text-align: left;
    margin: auto;
    width: 90%;
}

    .address-user p {
        margin: 0;
        text-align: left;
    }

    .address-user span {
        display: inline;
    }

h4.tagline {
    font-size: 20px
}

h4.brand-name {
    font-size: 18px;
    margin: 5px 0;
}

.checkout_wrap_text {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

    .checkout_wrap_text a {
        color: #000;
        font-size: 14px;
    }

.checkout_wrap {
    margin: 15px 15px 0;
}

p.Powered_by {
    text-align: center;
    margin: 0;
    font-size: 11px;
}

p.disclaimer {
    text-align: center;
    margin: 0;
    font-size: 11px;
    margin-top: 5px;
}

.maerhcandise-credit {
    width: 80%;
    margin: auto;
    padding-bottom: 10px;
}

.maerhcandise-credit h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}
.header-bg-img{
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    bottom: 0;
    height: auto;
    width: 100%;
    display: flex;
    transform: translate(-50% , -50%);
    align-items: center;
    justify-content: center;
}
.header-bg-img img{
    max-width: 100%;
}
.invoice-details-bg-img{
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    bottom: 0;
    height: auto;
    width: 100%;
    display: flex;
    transform: translate(-50% , -50%);
    align-items: center;
    justify-content: center;
}
.modal-popup button.close{
    position: absolute;
    right: -40px;
    top: 0;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 28px;
}
.modal-popup .modal-body{
    padding: 0;
}
.modal-popup .btn-click{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 33px;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #292525;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}