:root {
    font-size: calc(80% + 0.20vw);
    line-height: 1.5;
}
.css-1om0hkc {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.qrMenu {
    height: 357px;
    overflow-y: auto;
    scrollbar-color: #01ADE1 #F2F5FC;
    scrollbar-width: thin;
}

.qrMenu2 {
    height: 410px;
}

.qrMenu > #nav-tab {
    padding-right: 4px;
}

.qrMenu::-webkit-scrollbar {
    width: 7px;
  }
  
.qrMenu::-webkit-scrollbar-track {
    background-color: #F2F5FC;
    border-radius: 100px;
}

.qrMenu::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-clip: content-box;
    background-color: #01ADE1;
}

.cart_next{
	background:white;
}
.bg-light {
    background-color: #f9fafd !important;
}

.btn-secondary:hover, a:link.btn-secondary:hover {
    background-color: #6e85af !important;
    box-shadow: 0 5px 10px rgba(120,141,180,.4) !important;
    color: #fff;
}

.btn-secondary, a:link.btn-secondary {
    background-color: #fff;
    border: 1px solid #d8e3ef;
    color: #788db4;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 3px #736cc7;
}

.form-control,
.form-select {
    border: none;
}

.card {
    box-shadow: 0 10px 40px 0 rgba(18, 106, 211, .07), 0 2px 9px 0 rgba(18, 106, 211, .06);
    border: none;
    margin-bottom: 1.875rem;
    transition: all .3s ease
}

.card .card-header {
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid rgba(234, 243, 253, .9);
    background-color: transparent;
    min-height: 45px
}

.card .card-header.text-light {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.card .card-footer {
    padding: 1rem 1.25rem;
    font-size: 1.1rem;
    font-weight: 400;
    background-color: transparent;
    border-top: 1px solid rgba(234, 243, 253, .7)
}

.tabsR {
    display: flex;
    position: relative;
}

.tabsR * {
    z-index: 2;
}

.tabsR .tabR {
    text-align: center;
}

.tabsR .tabR i {
    font-size: 60px;
    transition: color 0.2s ease-out;
}

.tabsR .tabR span.badge {
    color: transparent;
    background-color: transparent;
    position: absolute;
    top: 6px;
    right: -42px;
    transform: rotate(45deg);
    width: 110px;
    transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

.tabsR input[type=radio] {
    display: none;
}

.tabR {
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 60px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease-in;
    color: #012970;
    margin: 0 5px 0 0;
}

.tabsR input[type=radio]:checked+label {
    color: #F2F5FC;
}

.tabsR input[type=radio]:checked+label i {
    color: #02ab7c;
}

.tabsR input[type=radio]:checked+label span.badge {
    color: white;
    background-color: red;
    position: absolute;
    top: 6px;
    right: -42px;
    transform: rotate(45deg);
    width: 110px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.7);
    transition: color 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
}

.tabsR input[id=radio-1]:checked~.glider {
    transform: translateX(0);
}

.tabsR input[id=radio-2]:checked~.glider {
    transform: translateX(109%);
}

.tabsR input[id=radio-3]:checked~.glider {
    transform: translateX(219%);
}

.tabsR input[id=radio-4]:checked~.glider {
    transform: translateX(325%);
}

.tabsR .glider {
    position: absolute;
    display: flex;
    height: 80px;
    width: 60px;
    background-color: #F2F5FC;
    z-index: 1;
    border-radius: 0 0 3px 3px;
    transition: 0.25s ease-out;
    border: 1px solid #012970;
    border-width: 1px 1px 20px 1px;
    border-color: #ced4da #ced4da #012970 #ced4da;
    margin: 0 5px 0 0;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
}

.tab-content .border-start {
    border-color: #02ab7c !important;
}

.steps {
    font-size: 60px;
    color: #02ab7c;
}

.editor-tabs .tab-content {
    width: 504px;
}

.svg_holder svg,.svg_holder_example svg {
    height: 225px;
    width: 225px;
}


#showMore {
    color: #02ab7c;
    cursor: pointer;
}

#simple {
    width: 50px;
    height: 50px;
    background-image: url('../img/simple.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    margin: 5px 5px;
}

#colorful {
    width: 50px;
    height: 50px;
    background-image: url('../img/colorful.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    margin: 5px 6px;
}

#fancy {
    width: 50px;
    height: 50px;
    background-image: url('../img/fancy.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    margin: 5px 6px;
}



.tocart {

    text-align: center;
}
.q_status i{
	margin-right:5px;
}
.q_status .bi-play-fill{
	color:green;
}
.q_status .bi-pause-fill{
	color:orange;
}
.q_status .bi-trash-fill{
	color: red;
    font-size: 12px;
    padding: 0px 2px;
}
/* .logo .color:nth-of-type(1) {
    transition: 0.2s step-end;
}

.logo .color:nth-of-type(2) {
    transition: 0.4s step-end;
}

.logo .color:nth-of-type(3) {
    transition: 0.6s step-end;
}

.logo .color:nth-of-type(4) {
    transition: 0.8s step-end;
}

.logo .color:nth-of-type(5) {
    transition: 1s step-end;
} */

.logo .color.red {
    color: red !important;
}

.logo .color.green {
    color: green !important;
}

.logo .color.blue {
    color: #0097ff !important;
}

.logo .color.orange {
    color: orange !important;
}

.logo .color.gold {
    color: gold !important;
}

.logo .color {
    color: white !important;
}

svg.svg-paypal {
    width: 60px;
}

svg.svg-visa {
    width: 60px;
}

svg.svg-master {
    width: 60px;
}

svg.svg-amex {
    width: 60px;
}

.svg-paypal-border {
    fill: #1B557D;
}

.svg-paypal-letter1to3 {
    fill: #1B557D;
}

.svg-paypal-letter4to6 {
    fill: #107DB0;
}

.svg-visa-border {
    fill: #005098;
}

.svg-visa-letter {
    fill: #005098;
}

.svg-visa-corner {
    fill: #F6A500;
}

.svg-master-border {
    fill: #E30613;
}

.svg-master-circle1 {
    fill: #E40520;
}

.svg-master-circle2 {
    fill: #FAB31E;
}

.svg-master-letter {
    fill: #fff;
}

.svg-amex-border {
    fill: #0098D0;
}

.svg-amex-letter {
    fill: #0098D0;
}

.editor-tabs #v-pills-tab {
    position: relative;
    z-index: 1;
}

.editor-tabs .brd:nth-of-type(1),
.editor-tabs .brd:nth-of-type(2),
.editor-tabs .brd:nth-of-type(3) {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.dnld_type label {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
	font-size:11px;
	margin-bottom:10px;
	
}

.dnld_type label input {
    position: absolute;
    left: -9999px;
}

.dnld_type label input:checked+span {
    background-color: #2366fd;
    color: white;
	user-select:none;
}

.dnld_type label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #00005c;
}

.dnld_type label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    background-color: #F2F5FC;
}

.dnld_type label span:hover {
    background-color: #d6d6e5;
}

.dnld_type label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #00005c;
}

.qr_type .fa-barcode-read, .qr_type .fa-compress, .qr_type .fa-retweet {
    width: 36px;
    text-align: center;
}

.order_item {
	border: 1px solid #f0f0fa;
	border-radius:10px;
	overflow:hidden;
	display: flex;
	margin: 10px 0px;
	min-height:152px;
	background:#fff;
}

.order_item .order_svg {
    width: 150px;
	height: 150px;
}

.order_item .order_svg img {
    width: 143px;
}

.order_item .w42 > label {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #05c5ff;
    transition: opacity 100ms ease-out;
}

.order_item:hover .w42 label, .order_item .w42 > label.selected {
    opacity: 1;
}

.order_item .w42 > label.selected {
    background-color: #7d41f1;
}

.order_item.selected {
    border-color: #02ab7c !important;
}

.order_item:hover {
    border-color: #e0e0ea;
}

.order_item .more_btns,
.order_item .dnld_type {
    opacity: 0;
    transition: opacity 100ms ease-out;
}
.order_item:hover .more_btns,
.order_item:hover .dnld_type {
    opacity: 1;
    transition: opacity 100ms ease-in;
}

.svg_holder img,.svg_holder_example img {
    max-width: 225px;
    max-height: 225px;
    width: 100%;
}

.cart_svg img {
    max-width: 100px;
    width: 100%;
}

/* Pricing Type */
.pricing6 {
    color: #8d97ad;
}

.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
    color: #3e4555;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 30px;
    font-weight: bold;
}

.pricing6 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.pricing6 .card.card-shadow {
    box-shadow: 0px 0px 30px rgba(24, 94, 224, 0.1);
    transition: all 0.5s ease;
}

.card.card-shadow.border-0.mb-4:hover {
    box-shadow: 0px 10px 40px rgba(115, 128, 157, 0.4);
}

.pricing6 .price-box sup {
    top: -20px;
    font-size: 16px;
}

.pricing6 .price-box .display-5 {
    line-height: 58px;
    font-size: 2.4rem;
    font-family: sans-serif;
}

.pricing6 .btn-info-gradiant {
    background: #02ab7c;
    font-weight: 700;
}

.pricing6 .btn-info-gradiant:hover {
    background: #5969f3;
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #188ef4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
}

.pricing6 .font-14 {
    font-size: 14px;
}
/* end */

.rotate180 {
    transform: rotate(180deg);
}

.order_link .fa-level-down {
    position: relative;
    top: -7px;
    padding: 0 4px 0 11px;
}

.order_link .fa-pencil-alt {
    opacity: 0;
}
.order_link .fa-pencil-alt:hover {
    color: #666;
}
.order_link:hover .fa-pencil-alt {
    opacity: 1;
    cursor: pointer;
}
.order_link .text-gray:hover {
    color: #666;
}

.text-gray {
    color: #aaa;
}
#shortlink_editor{
    text-align: center;
    margin: 20px;
}
#shortlink_editor .short_edit_el{
    display: inline-block;
    vertical-align: middle;
}
#short_uri_input{
    font-size: 18px;
    padding: 1px 10px;
    max-width: 120px;
}
#select_shortlink{
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    outline:none;
    cursor: pointer;
}
#select_shortlink:focus{
    outline:none;
}

/* Plans Check */
.plans-check {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.plans-check .tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 0 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.3rem;
    border-radius: 99px;
}

.plans-check .tabs * {
    z-index: 2;
}

.plans-check input[type=radio] {
    display: none;
}

.plans-check .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100px;
    font-family: "Nunito", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.plans-check input[type=radio]:checked+label {
    color: #185ee0;
}

.plans-check input[id=radio-1]:checked~.glider {
    transform: translateX(0);
}

.plans-check input[id=radio-2]:checked~.glider {
    transform: translateX(100%);
}

.plans-check .glider {
    position: absolute;
    display: flex;
    height: 40px;
    width: 100px;
    background-color: #e6eef9;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}
/* end */

.account .account-tabs h3 {
	color: #012970;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.account .account-tabs h3 {
		font-size: 28px;
	}
}

.account .account-tabs .nav-pills {
    margin-bottom: 2px;
}

.account .account-tabs .nav-link {
	background: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #012970;
	padding: 12px 0;
	margin-right: 25px;
	margin-bottom: -2px;
	border-radius: 0;
}

.account .account-tabs .nav-link.active {
	color: #02ab7c;
	border-bottom: 3px solid #02ab7c;
}

.account .account-tabs .tab-content h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	color: #012970;
}

.account .account-tabs .tab-content i {
	font-size: 24px;
	line-height: 0;
	margin-right: 8px;
	color: #02ab7c;
}

/*Scan logo*/
.preloader-scan .laser {
    width: 1px;
    margin-left: -15px;
    background-color: tomato;
    height: 50px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    box-shadow: 0 0 4px red;
    -webkit-animation: scanning 2s infinite;
    animation: scanning 2s 1;
}

.preloader-scan .diode {
    -webkit-animation: beam 0.05s infinite;
    animation: beam 0.05s infinite;
}

@-webkit-keyframes beam {
    100% {
        opacity: 0;
    }
}

@keyframes beam {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scanning {
    50% {
        transform: translateX(190px);
    }
}

@keyframes scanning {
    50% {
        transform: translateX(190px);
    }
}

.hide-scan {
    animation: beam 0s !important;
    display: none;
}
#periods{
	display:flex;
	max-width: 730px;
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#periods .selected{
	background: mediumorchid;
	color:white;
}
.period{
	width:24%;
	user-select:none;
	cursor:pointer;
	text-align:center;
	background: gainsboro;
    margin: 5px;
    padding: 2px 10px;
    border-radius: 3px;
	font-size: 14px;
}
.stats{
	position:relative;
	background: slateblue;
	height:120px;
	margin-bottom: 10px;
}
.stat{
	padding: 15px;
    margin: 10px 20px;
    height: 100%;
    font-weight: bold;
    color: white;
    border-radius: 4px;
	font-size:30px;
	margin: 0 auto;
	max-width:200px;
}
#stats_qrcode{
	position:absolute;
	padding: 10px;
}
#stats_qrcode img{
	width:100px;
    background:white;
}
.odometer-value{
	
}
.prevStat{
	font-size:20px;
}
#removeLogo{
	margin-right: 5px;
    float: right;
    color: royalblue;
    user-select: none;
    font-weight: bold;
	cursor:pointer;
}

/*end*/

/*login*/
#resend_code_btn{
	user-select:none;
	cursor:pointer;
	margin-top: -20px;
    padding: 10px;
    margin-bottom: 20px;
	text-align: right;
	color:#006df5;
}

#image_preview img{
    margin-top:20px;
    width:100%;
}
.qritem-label{
	cursor:pointer;
}
#pdf_msg{
    margin-top: 10px;
    margin-left: 1px;
    color: green;
}
.flyers{
    display: flex;
    max-width: 870px;
    margin: auto;
}
.flyers .flyer{
    width: 50%;
    padding: 10px;
    background: white;
    margin: 5px;
}
.flyers .flyer img{
    width: 100%;
}
@media (min-width: 992px) {
    #qr-menu {
        max-width: 250px;
    }

    #generateBtn2.generateBtn {
        display: none;
    }

    .btn-qrmenu.w992 {
        display: none;
    }

    .svg_preview.svg_preview_top {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .qrMenu {
        height: auto;
        overflow-y: auto;
    }

    #generateBtn2.generateBtn {
        display: block;
    }

    #svg_preview {
        display: none;
    }

    #v-pills-tab .edit_section {
      width:100%;
    }
	.editor-tabs{
		 width:100%;
	 }
    .editor-tabs .tab-content {
        width: auto;
    }

    .cart_remove {
        top: 5px;
    }

    .svg_code,.svg_code_example {
        border: 1px solid #ddd;
    }
    .svg_holder svg,.svg_holder_example svg {
        height: 215px;
        width: 215px;
    }

    .svg_settings_top {
        position: relative;
        top: 0;
        margin-top: 12px;
        line-height: 16px;
        font-size: inherit;
    }

    .svg_settings_bottom {
        position: relative;
        bottom: 0;
        line-height: 0;
        padding-bottom: 10px;
        font-size: 24px;
    }

    .svg_code:hover>.svg_settings_bottom {
        bottom: 0;
    }

    .order_item .more_btns,
    .order_item .dnld_type,
    .order_item .w42 > label {
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
	.stat{
		margin-right:0px;
	}
    .optional .row .ms-4 {
        margin: 0 !important;
    }

    .btn-qrmenu.w768 {
        display: none;
    }

    #modal_cart_price div {
        width: auto;
    }

    .editor-tabs #v-pills-tabContent {
        min-height: 158px;
        border: 1px solid #ddd;
        margin-left: -1px;
        padding: 0 10px;
    }

    .editor-tabs .nav.me-2 {
        margin: 0 !important;
    }

    .edit_section {
        padding: 11px;
        margin: 0;
        border: none;
    }

    #pattern_edit svg,
    #marker_edit svg,
    #marker_in_edit svg {
        width: 30px;
        height: 30px;
    }

    #v-pills-tab .edit_section.active {
        background-color: #fff;
    }

    #v-pills-tab {
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #f2f5fc;
    }

    .svg_code,.svg_code_example {
        width: 170px;
    }

    .svg_holder svg,.svg_holder_example svg {
        height: 170px;
        width: 170px;
    }

    .qr_details .qr_type,
    .qr_details .qr_download {
        padding: 10px 0;
    }
}
@media (max-width: 667.98px) {
    .flyers{
        display:block;
    }
    .flyers .flyer{
        width:100%;
    }
	.bottom_settings .text{
		display:none;
	}
	#plan_info,.filterH{
		display:none;
	}
	.btnV2{
		padding: 10px 18px;
	}
	.btnV2 .icon{
		margin-right:0;
	}
	.qr_details h6{
		display:none;
	}
	.order_item .order_svg, .order_item .order_svg img{
		width:100px;
		height:100px;
	}
	.m-flex{
		display:flex;
	}
	.dnld_type{
		display:none;
	}
}
@media (min-width: 768px) {
    .order_item .w42 {
        width: 28px;
    }
}

@media (max-width: 575.98px) {
	.svg_container,.svg_container img{
		width:100%;
	}
    .btn-qrmenu.w576 {
        display: none;
    }

    .svg_holder svg,.svg_holder_example svg {
        height: 175px;
        width: 175px;
    }

    .svg_code,.svg_code_example {
        width: 175px;
    }

    #v-pills-tab {
        border-bottom: 0;
        background-color: #f2f5fc;
        border-right: 1px solid #ddd;
        width: 188px;
    }

    .editor-tabs #v-pills-tabContent {
        margin-left: 0;
        margin-top: -1px;
    }
}

@media (max-width: 429.98px) {
    .color_keeper:nth-of-type(1),
    .color_keeper:nth-of-type(2) {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #showMore {
        display: none;
    }

    .svg_code,.svg_code_example {
        width: 212px;
    }

    .svg_holder svg,.svg_holder_example svg {
        height: 212px;
        width: 212px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .qr_download {
        width: 22%;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .svg_code,.svg_code_example {
        width: 218px;
    }

    .svg_holder svg,.svg_holder_example svg {
        height: 218px;
        width: 218px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .qr_details.col-xl-9 {
        width: 80%;
    }
}

@media (max-height: 736.98px) {
    .modal-header {
        padding: 10px;
    }
}

@media (max-width: 1399.98px) {
    :root {
        font-size: calc(80% + 0.22vw);
        line-height: 1.5;
    }
}


/* FAQ */
.live-search-box {
    width: 100%;
    display: block;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3498db;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    background-image: -webkit-linear-gradient(-30deg, #052157 0%, #91039f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 14px;
}


.faq .section-title {
    margin-bottom: 57px;
}
.faq .section-title h2 {
    margin-bottom: 22px;
}
.faq .accordion .card {
    box-shadow: none;
    border: none;
    margin-bottom: 10px;
}
.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}
.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}
.faq .accordion .card .card-header h5 {
    padding: 0;
}
.faq .accordion .card .card-header h5 button {
    color: #3f4b6e;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 80px;
    display: block;
    width: 100%;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #052157;
    text-align: center;
    content: '\f054';
    font-size: 18px;
    line-height: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    transition: transform 200ms;
}
.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    transform: rotate(90deg);
    transition: transform 200ms;
}
.faq .accordion .card .card-body {
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -4px;
    padding-left: 72px;
    padding-right: 70px;
}
.dropzone.dz-clickable{
    text-align:center;
}
.cart_svg{
    background:white;
}
/* FAQ End */

/* ANCHOR - Simple generator */
.accordion-body .form-check-label,.accordion-body .form-check-input{
    cursor:pointer;
}
.accordion-body .form-check .form-check-input:checked {
    background-color: #02ab7c;
    border-color: #02ab7c;
    box-shadow: none;
}
.accordion-body .form-check .form-check-input {
    border: 1px solid #333;
    box-shadow: none;
}

.accordion-body input.form-control {
    box-shadow: none;
}

.accordion-body .input-group-text {
    border: none;
}

.simple-icon-upload .file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
}

.simple-icon-upload .file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0px 65px 0 15px;
    display: block;
    width: calc(100% - 80px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    line-height: 40px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simple-icon-upload .file-upload-wrapper:before {
    content: attr(data-before);
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 40px;
    background: #4daf7c;
    color: #fff;
    z-index: 25;
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.simple-icon-upload .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

#cancel {
    position: absolute;
    z-index: 100;
    background-color: #ff0052;
    padding: 0px 10px;
    right: 86px;
    height: 40px;
    line-height: 40px;
    color: white;
    cursor: pointer;
}

#donaldType .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

#donaldType .accordion-button {
    background-color: transparent;
}
#donaldType .accordion-item {
    background-color: transparent;
    border: none;
}
#donaldType .accordion-body {
    background-color: #fff;
}

@media (max-width: 575.98px) {
    #simple_accordion .accordion-button {
        font-size: 1.3rem;
    }
    .color_keeper {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .simple_tabs {
        position: relative;
        background: #fff;
        padding: 1rem 1.25rem;
        border-radius: 5px;
    }
    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: .65;
        transform: scale(.85) translateY(-.8rem) translateX(.15rem);
    }
}

#simple_accordion .accordion-button:not(.collapsed) {
    background-color: #01ade120;
    color: #333;
}

.change_type {
    position: absolute;
    top: 0;
    right: -0.5rem;
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0px 0px 0px 5px;
    box-shadow: -5px 5px 10px -2px #00000025;
    cursor: pointer;
}

.btnDisabled {
    opacity:0.5;
}
.signupBtn {
    background-color: #02ab7c;
    color:white;
    padding: 14px;
}
.signupBtn:hover{
    background-color: #01946b;
    color:white;
}

.svg_preview767, .svg_preview991 {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 5px;
}

.swiper {
    position: unset;
    width: 100%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 10px) / 2) !important;
    /* width: 50px !important; */

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide2 {
    height: calc((100% - 10px) / 2) !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 26px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -22px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -22px !important;
}
/*{Simple generator end}*/

.checkout-qr-container {
	background: #cad2ff;
	padding: 10px;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}