body{
    background-color: #f8f8f8;
    color: #333c47;
}
.sectionn {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-top: 10px;
}

input[type="color"],
select,
input[type="file"],
input[type="range"] {
    width: 100%;
    margin-bottom: 10px;
}

#logoDropArea {
    border: 2px dashed #aaa;
    padding: 10px;
    text-align: center;
    color: #666;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

button {
    margin-right: 10px;
    padding: 6px 12px;
    cursor: pointer;
}

.light {
	background: #1d1d1d;
	color: #333c47;
}

.dark {
    background: #222;
    color: #eee;
}

.collapsible button {
    margin-top: 10px;
}

.qr-frame-none {
    padding: 0;
    border: none;
}

.qr-frame-frame1 {
    background: url(../images/qr/frame1.png)no-repeat center;
    background-size: contain;
}

.qr-frame-frame2 {
    background: url(../images/qr/frame2.png)no-repeat center;
    background-size: contain;
}

.qr-frame-frame3 {
    background: url(../images/qr/frame3.png)no-repeat center;
    background-size: contain;
}

.qr-frame-frame4 {
    background: url(../images/qr/frame4.png)no-repeat center;
    background-size: contain;
}

.qr-frame-frame5 {
    background: url(../images/qr/frame5.png)no-repeat center;
    background-size: contain;
}

#qrFrameContainer {
	width: 300px;
	height: 300px;
	margin: 25px auto 25px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#qrFrameContainer.qr-frame-none #qrcode svg {
	width: 250px;
	height: 250px;
}
#qrFrameContainer.qr-frame-frame1 #qrcode svg {
	width: 180px !important;
	height: 180px !important;
	position: relative;
	top: 22px;
}
#qrFrameContainer.qr-frame-frame2 #qrcode svg {
	width: 170px !important;
	height: 170px !important;
	position: relative;
	top: 2px;
	left: 10px;
}
#qrFrameContainer.qr-frame-frame3 #qrcode svg {
	width: 150px !important;
	height: 150px !important;
	position: relative;
	top: 0px;
	left: 7px;
}
#qrFrameContainer.qr-frame-frame4 #qrcode svg {
	width: 170px !important;
	height: 170px !important;
	position: relative;
	top: 0px;
	left: 2px;
}
#qrFrameContainer.qr-frame-frame5 #qrcode svg {
	width: 150px !important;
	height: 150px !important;
	position: relative;
	top: -20px;
	left: 1px;
}









.bootstrap-select>.dropdown-toggle {
    border-color: #cbcbcc;
}

.bootstrap-select>.dropdown-toggle:hover {
   background-color: #edecec;
}


.radio-item {
	display: block;
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 18px 18px 9px 18px;
	cursor: pointer;
	background-color: #fff !important;
	transition: border 0.3s, background 0.3s;
	font-size: 14px;
}

.radio-item:hover, .radio-item:focus, .radio-item:active{
    background-color: transparent;
    color:#4e4e4e;
    background-color: #fff!important;
    border-color: #f40aba;
}

.radio-item.small {
	padding: 10px 10px 7px 10px;
}

.radio-item.tiny {
	padding: 7px;
	margin-bottom: 4px;
}
  
.radio-item.active {
    border: 2px solid #f40aba;
    background-color: transparent;
    color: #000;
}
.radio-item img {
    display: block;
    margin: 0 auto 5px;
    max-width:200px;
    width: 100%;
}

.label-title {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -0.7px;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 6px;
	margin-bottom: 15px;
	background-color: #eef3fe;
	padding-left: 15px;
	margin-top: 20px;
	color: #fff;
	position: relative;
	background-image: linear-gradient(to right, rgb(71, 118, 230) 0%, rgb(112, 62, 193) 51%, rgb(71, 118, 230) 100%);
	background-size: 200% auto;
}
.label-title::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 38px;
    display: none;
	background-color: #333;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.fs11 {
	font-size: 11px;
	font-weight: 600;
}
.inp-bx {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 7px 4px 5px 1px;
}
.inp-bx.lbel {
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    padding: 7px;
    position: relative;
}
.inp-bx.lbel label {
    position: absolute;
    left: 11px;
    top: 7px;
    font-size: 13px;
    color: #969292;
}
.inp-bx.lbel .form-select {
    height: 47px;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 4px;
    padding-top: 18px;
}
.inp-bx.lbel input[type="number"] {
    height: 47px;
    border: none;
    outline: none;
    box-shadow: none;
    padding-left: 4px;
    padding-top: 18px;
}
.inp-bx input{
    margin-bottom: 0px;
    border:none!important;
    outline: none!important;
    box-shadow: none!important;
}
.inp-bx input[type="color"] {
    width: 70px;
    height: 49px;
}
.rngbx{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}
.rngbx input[type="range"]{
    margin-bottom: 0px;
}
#logoDropArea{
    border: 2px dashed #ccc;
    cursor: pointer;
    padding-top: 42px!important;
    padding-bottom: 42px!important;
}

h3{
    background-image: linear-gradient(113deg, #ff3e14 40%, #5342b2 60%);
    font-variation-settings: "wght" 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.bootstrap-select .dropdown-menu li a span.text i, .bootstrap-select .dropdown-toggle .filter-option-inner-inner i{
	margin-right: 10px;
}
.dropdown-item {
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.dropdown-item.active, .dropdown-item:active {
	color: #121619;
	text-decoration: none;
	background-color: #c7dbfa;
}
.big-btn {
	height: 50px;
	font-size: 18px;
    background-image: linear-gradient(to right, rgb(71, 118, 230) 0%, rgb(112, 62, 193) 51%, rgb(71, 118, 230) 100%);
    background-size: 200% auto;
    transition: 0.5s;
    font-weight: 500;
    box-shadow: 0 0 20px #eee;
}
.big-btn:hover {
    background-position: right center;            
    color: #fff;
    text-decoration: none;
}
.big-btn2 {
	height: 50px;
	font-size: 16px;
    transition: 0.5s;
}
.form-control{
    border-color: #a5a8ab!important;
}
.radio-item.active {
	border: 2px solid #f40aba;
	box-shadow: 0px 0px 3px 0px #f40aba;
}
.bi.bi-filetype-png, .bi.bi-filetype-svg, .bi.bi-magic{
    font-size: 23px;
}
#toggleAdvanced + div.hidden{
    background-color: red;
}
.header {
	z-index: 99999;
}
#qr-generic{
    display: none;
}
.qrctybx{
    max-width: 620px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:20px auto 30px auto;
}
.bootstrap-select > .dropdown-toggle{
    padding: 15px 22px;
    border-radius: 12px;
}

.cambx {
	margin-right: .7rem !important;
}

.cambx i{
	position: relative;
    top: 2px;
}

.collapse-arrow{
    transition: transform 0.3s ease;
    transition: 0.5s;
  }
  
.label-title.collapsed[aria-expanded="false"] .collapse-arrow{
    transform: rotate(180deg); 
}

#useGradient {
    appearance: radio;
}

/* Override checkbox to look like radio */
input[type="checkbox"].fake-radio {
    appearance: none!important;
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  
  input[type="checkbox"].fake-radio:checked::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
  }
.qrctybx label, .filter-option-inner-inner , .bootstrap-select .dropdown-menu li a span.text {

    font-weight: 400;
    font-size: 17px;
}
.qrctybx label{
    font-size: 18px;
}
#qrTypeInputs .form-control, #qrTypeInputs .form-select{
    min-height: 47px;
    background-color: #f4f4f4;
}
#qrTypeInputs .form-control:focus{
    border-color: rgb(30, 89, 214)!important;
}
.qrt-label{
    display: flex; 
    align-items: center;
}

#wizardStep1 {
    background: linear-gradient(135deg, #6d42c4, #1070ff, #6d42c4);
    background-size: 400% 400%;
    animation: gradientBG 10s ease infinite;
    color: #fff;
}
#wizardStep1 .btn {
    min-height: 50px;
    /* consistent height */
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
















@media (max-width: 576px){
    #generateBtn{
        margin-bottom: 20px!important;
    }
    .big-btn2:first-child{
        margin-bottom: 20px;
    }
    .qr-setting{
        margin-top: 60px;
    }
    .qr-preview {
        position: fixed;
        top: 227px;
        right: 0px;
        width: 100px;
        height: 100px;
        display: block;
        z-index: 99999;
        padding: 10px !important;
        box-shadow: 0px 0px 8px 0px #999;
        border-radius: 10px 0px 0px 10px !important;
    }
    #qrFrameContainer {
        width: 80px;
        height: 80px;
        margin: 1px auto 5px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #qrFrameContainer #qrcode svg {
        width: 50px!important;
        height: 50px!important;
        position: relative;
        top: 0px;
        left: 1px;
    }
    #qrFrameContainer.qr-frame-frame1 #qrcode svg {
        width: 35px !important;
        height: 35px !important;
        position: relative;
        top: 5px;
    }
    #qrFrameContainer.qr-frame-frame2 #qrcode svg {
        width: 35px !important;
        height: 35px !important;
        position: relative;
        top: 1px;
        left: 2px;
    }
    #qrFrameContainer.qr-frame-frame3 #qrcode svg {
        width: 35px !important;
        height: 35px !important;
        position: relative;
        top: 0px;
        left: 2px;
    }
    #qrFrameContainer.qr-frame-frame4 #qrcode svg {
        width: 35px !important;
        height: 35px !important;
        position: relative;
        top: 0px;
        left: 1px;
    }
    #qrFrameContainer.qr-frame-frame5 #qrcode svg {
        width: 30px !important;
        height: 30px !important;
        position: relative;
        top: -5px;
        left: 0px;
    }
    .radio-item {
        padding: 10px;
        margin-bottom: 4px;
        font-size: 13px;
    }
    .radio-item.small .fs11{
        display: none;
    }
    .radio-item.small {
        padding: 9px;
        margin-bottom: 2px;
    }
    .radio-item.tiny {
        padding: 7px;
        margin-bottom: 3px;
    }
    .qrctybx {
        max-width: 248px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 20px 0px 30px 0px;
        gap: 10px;
    }
}