
@font-face {
    font-family: 'googlesans-regular';
    src: url('../webfonts/googlesans-regular.woff2') format('woff2'),
         url('../webfonts/googlesans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'googlesans-bold';
    src: url('../webfonts/googlesans-bold.woff2') format('woff2'),
         url('../webfonts/googlesans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'googlesans-medium';
    src: url('../webfonts/googlesans-medium.woff2') format('woff2'),
         url('../webfonts/googlesans-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kalam-regular';
    src: url('../webfonts/Kalam-Regular.woff2') format('woff2'),
         url('../webfonts/Kalam-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kalam-bold';
    src: url('../webfonts/Kalam-Bold.woff2') format('woff2'),
         url('../webfonts/Kalam-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.font-regular{
    font-family: 'googlesans-regular'!important;
}

.font-regular-bold{
    font-family: 'googlesans-bold'!important;
}

.font-regular-medium{
    font-family: 'googlesans-medium'!important;
}

.font-kalam-bold{
    font-family: 'kalam-bold'!important;
}

.font-kalam-regular{
    font-family: 'kalam-regular'!important;
}

.border-1{
    border:solid 1px #EBEBEB!important;
}

body{
    letter-spacing: 0px!important;
}

.standard-text{
    color: #69291f!important;
}

.devider_pattern_mid {
    background: #69291f!important; 
}

.text-white{
    color: #fff!important;
}

.inner-header{
    width: 100%;
    background: #3366CC;
    padding: 15px 0px;
}

.logo-inner img{
    height: 35px;
    width: auto;
}

.inner-gray-section{
    width: 100%;
    background: #F8F8F8;
    border-bottom: solid 1px #E2E2E2;
    padding: 25px 0px;
}

.inner-gray-section h1{
    font-size: 30px;
    line-height: 45px;
}

.inner-gray-section h3{
    font-size: 18px;
    line-height: 30px;
}

.max-w-720 {
    max-width: 720px;
}

.max-w-650 {
    max-width: 650px;
}

.no-credot-row{
    padding: 25px 0px 0px;    
}

.no-credot-row::before{
    content: "";
    position: absolute;
    top:0px;
    left: 45%;
    width: 45px;
    height: 5px;
    background: #000;
    border-radius: 10px;    
}

.no-credot-row h6{
    font-style: italic;
}

.steps-section-row{
    width: 100%;
    padding: 80px 0px 50px;
}

.max-w-350{
    max-width: 350px!important;
}
.max-w-430{
    max-width: 430px!important;
}

.max-w-485{
    max-width: 485px!important;
}

.max-w-650{
    max-width: 650px!important;
}

.max-w-730{
    max-width: 730px!important;
}

.max-w-800{
    max-width: 800px!important;
}

.max-w-850{
    max-width: 850px!important;
}

.max-w-1000{
    max-width: 1000px!important;
}

.border-right-none{
    border-right: none!important;
}

.border-none{
    border:none!important
}

.text-underline{
    text-decoration: underline!important;
}

.border-radius-right-0{
    border-radius: 10px 0px 0px 10px!important;
}

.border-radius-left-0{
    border-radius: 0px 10px 10px 0px!important;
}

.form-dayanamic-box{
    border:solid 1px #E2E2E2;    
    border-radius: 15px;
}

.pwd-text {
    position: absolute;
    top: 16px;
    right: 15px;
}

.steps-navs-section {
    margin-top: -30px;
    position: relative;
}

.steps-navs-section::before {
    content: "";
    position: absolute;
    top:3px;
    left: 25%;
    background: #fff;
    width: 50%;
    height: 50px;
}

.steps-tabs .nav-link{
    width: 295px;
    height: 56px;
    font-size: 16px;
    color: #000;
    text-align: left;
    border-radius: 4px;
    background: #fff;
    border:solid 1px #C1C9D2;
    font-family: 'googlesans-medium'!important;
    margin:0px 11px;
    position: relative;
    padding-right: 5px!important;
}

.steps-tabs .nav-link label{
    color: #888888;
    font-size: 13px;
}

.steps-tabs .nav-link:nth-child(1)::before,
.steps-tabs .nav-link:nth-child(2)::before{
    content: "";
    position: absolute;
    top: -1px;
    right: -18px;
    background: url('../img/arrow-tabs.png') center top no-repeat;        
    width: 25px;
    height: 56px; 
}

.steps-tabs .nav-link:nth-child(2)::after,
.steps-tabs .nav-link:nth-child(3)::after{
    content: "";
    position: absolute;
    top: -1px;
    left: -18px;
    background: url('../img/arrow-back.png') center top no-repeat;        
    width: 25px;
    height: 56px; 
}

.steps-tabs .nav-link.active{    
    color: #fff!important;
    text-align: left;
    background: #000;
    border:solid 1px #000;
    position: relative;
}

.steps-tabs .nav-link.active label{
    color: #fff;
}

.steps-tabs .nav-link.active::before{
    content: "";
    position: absolute;
    top: -2px;
    right: -18px;
    background: url('../img/hover-tabs.png') center top no-repeat;        
    width: 23px;
    height: 57px; 
}

.steps-tabs .nav-link:nth-child(2).active::after,
.steps-tabs .nav-link:last-child.active::after{
    content: "";
    position: absolute;
    top: -1px;
    left: -18px;
    background: url('../img/black-arrow-back.png') center top no-repeat;        
    width: 23px;
    height: 56px; 
}

.steps-tabs .nav-link:last-child.active::before{
    display: none!important;
}

.steps-tabs .nav-link.sucess-active label{
    color: #fff!important;
}

.steps-tabs .nav-link.sucess-active{
    color: #fff;
    background: #0EA900;
    border:solid 1px #0EA900;
    position: relative;
}

.steps-tabs .nav-link.sucess-active:hover,
.steps-tabs .nav-link.sucess-active:focus{
    color: #fff!important;    
}

.steps-tabs .nav-link.sucess-active::before{
    content: "";
    position: absolute;
    top: -1px;
    right: -18px;
    background: url('../img/active-green.png') center top no-repeat;        
    width: 23px;
    height: 56px; 
}

.steps-tabs .nav-link:nth-child(2).sucess-active::after,
.steps-tabs .nav-link:last-child.sucess-active::after{
    content: "";
    position: absolute;
    top: -1px;
    left: -18px;
    background: url('../img/back-green.png') center top no-repeat;        
    width: 23px;
    height: 56px; 
}

.steps-tabs .nav-link:last-child.sucess-active::before{
    display: none!important;
}

.form-dayanamic-box .tab-content-inner{
    padding: 35px 0px 50px;
}

.upload-iconss{
    position: absolute;
    right: 1px;
    top: 11px;
    background: #fff;
    padding: 5px 10px 5px 10px;
}

.help-desk-fix{    
    position: fixed;
    bottom: 5px;
    right: 20px;
    z-index: 99;
}

.setup-top-row{
    padding: 0px 40px 20px;
    border-bottom: solid 1px #d5d5d5;
}

.menu-details-row{
    padding: 35px 35px 0px;
}

.setup-tables-info{
    width: 85%;
    overflow-x: auto;
    max-height: 710px;
}

.setup-tables-info table{
    width: 100%;
}

.setup-tables-info table tr th{
    font-size: 16px;
    padding: 5px 5px;
    vertical-align: middle;
    font-family: 'googlesans-medium'!important;
}

.setup-tables-info table tr td{
    font-size: 16px;
    padding: 5px 5px;
    vertical-align: top;
}

.setup-tables-info table tr td:nth-child(1){
    width: 270px;
}

.setup-tables-info table tr td:nth-child(2){
    width: 220px;
}

.setup-tables-info table tr td:nth-child(3){
    width: 120px;
}

.setup-tables-info table tr td:nth-child(4){
    width: 385px;
}

.thumb-items{
    width: 60px;
    height: 46px;
    border-radius: 5px;
    object-fit: cover;
}

.close-thumb {
    width: 60px;
    height: 46px;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
}

.close-thumb:hover,
.close-thumb:focus {
    background: #f8f8f8;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
}

.upload-icon-box{
    position: relative;
}

.upload-icon-box .upload-input {
    display: none;
}

.upload-icon-box .upload-label {    
    background:url(../img/thumb-upload.png) center top no-repeat;
    border-radius: 5px;
    cursor: pointer;
    width: 60px;
    height: 46px;  
    border: solid 1px #EBEBEB;  
}

.upload-icon-box .thumbnail {
    display: block;
    width: 60px;
    height: 46px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
}

.upload-icon-box .hidden {
    display: none;
}

.menu-setup-footer{
    padding: 20px 40px 20px;
    border-top: solid 1px #E2E2E2;
    margin-top: 25px;
    background: #fff;
    position: sticky;
    bottom: 0px;
}

.mobile-items-bg{
    width: 400px;    
    position: absolute;    
    background: url(../img/mobile-bg-items.png) center top no-repeat;
    background-size: 105%;
    top: 40px;
    right: -200px;
    height: 100%;
    padding: 75px 55px 95px 60px;
    z-index: 9;
}

.mobile-inner-details{
    width: 100%;
    max-height: 580px;
    height: 100%;
    padding-right: 5px;
    overflow-y: auto;  
}

.left-items{
    width: 65%;
    flex: 0 0 auto;  
    word-break: break-word;  
}

.left-items label{
    color: #535353;
    font-size: 12px;
    line-height: 16px;
}

.items-right-img{
    width: 26%;
    flex: 0 0 auto; 
    border: solid 1px #EBEBEB; 
    border-radius: 5px;
    object-fit: cover;
    height: 65px; 
}

.items-right-img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.items-row{
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.scrollbar::-webkit-scrollbar-track{  
  background-color: #d5d5d5;
}

.scrollbar::-webkit-scrollbar{
  width: 3px;
  height: 6px;
  background-color: #d5d5d5;
}

.scrollbar::-webkit-scrollbar-thumb{
  background-color: #000;  
}

.btn-black {
    background: #000;  
    color: #fff!important;  
}

.btn-black:hover,
.btn-black:focus {
    background: #3366CC;    
    color: #fff!important;  
}

.custome-img img{
    border-radius: 10px;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 21 / 15;
    object-fit: cover;
}

.setps-top-row{
    width: 100%;
    padding: 25px 0px 30px;
}

.setps-top-row ul{
    width: 100%;
}

.setps-top-row ul li{
    position: relative;
    margin:0px 15px;
}

.setps-top-row ul li::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 16px;
    width: 107%;
    height: 3px;
    background: #CFD6DC;
    z-index: -1;
}

.setps-top-row ul li:last-child::before{
    display: none;
}

.setps-top-row ul li label{
    color: #ABB7C2;
}

.circle-setep{
    width: 35px;
    height: 35px;
    border:solid 2px #CFD6DC;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin:0px auto
}

.active-setps .circle-setep{
    width: 35px;
    height: 35px;
    border:solid 2px #3366CC;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin:0px auto
}

.active-setps .circle-setep::before{
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3366CC;
}

.active-setps label{
    color: #3366CC!important;
}

.active-setps::after {
    content: "";
    position: absolute;
    right: 50%;
    top: 16px;
    width: 120%;
    height: 3px;
    background: #3366CC;
    z-index: -1;
}

.setps-top-row ul li:first-child.active-setps::after{
    display: none;
}

.checked-icons {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0px auto;
}

.select-checked label{
    color: #000!important;
}

.select-checked{
    position: relative;
}

.select-checked::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 16px;
    width: 105%;
    height: 3px;
    background: #3366CC;
    z-index: -1;
}

.setps-top-row ul li:last-child.select-checked::after{
    display: none;
}

.close-popups {
    position: absolute;
    right: -70px;
    top: 0px;
    width: 35px;
    height: 35px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}

.close-popups:hover,
.close-popups:focus {    
    background: #fff;
    opacity: 1;
}

.placement-top-row {
    margin-top: -45px;
    padding: 0px 15px 25px;
    border-bottom: solid 1px #E2E2E2;
}

.place-images img{
    width: 110px;
    height: 77px;
    border-radius: 10px;
    object-fit: cover;
    border:solid 4px #fff;
}

.top-100px{
    margin-top: 100px;
}

.placement-body{
    padding: 25px 20px 25px 25px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 420px;
}

.titile-popups-shows{
    position: relative;
    width: 100%;
}

.titile-popups-shows::before{
    content: "";
    position: absolute;
    left: 85px;
    top: 7px;
    width: 87%;
    height: 1px;
    background: #E7E7E7;
}

.titile-popups-shows::after{
    content: "";
    position: absolute;
    left: 80px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E7E7E7;
}

.tables-place-box {
    flex: 0 0 auto;
    overflow-x: auto;
    max-width: 80%;
    cursor: pointer;
    padding-bottom: 5px;
}

.entery-table{
    width: 75px;
    flex: 0 0 auto;
}

.tab-close-icons {
    position: absolute;
    right: -7px;
    top: 14px;
}

.add-tables-popup {
    width: 60px;
    height: 50px;
    border: solid 1px #3366CC;
    border-radius: 10px;
    flex: 0 0 auto;
}

.add-tables-popup:hover,
.add-tables-popup:focus{
    border: solid 1px #3366CC;
    background: #eff4ff;
}

.close-popup-cross {
    width: 60px;
    height: 50px;
    border: solid 1px #D70000;
    border-radius: 10px;
    flex: 0 0 auto;
}

.close-popup-cross:hover,
.close-popup-cross:focus{
    background: #fff0f0;
}

.end-plus{
    width: 20%;
    flex:0 0 auto;
    padding-left: 5px;
    padding-bottom: 5px;
}

.mobile-show{
    display: none;
}

.qr-code-infos{
    padding-bottom: 40px;
}

.qr-code-infos label{
    font-style: italic!important;
}

.qr-code-boxs{
    border:solid 1px #E6E6E6;
    padding: 20px;
    text-align: center;
}

.qr-code-boxs h6{
    font-size: 32px;
    padding: 10px 0px;
}

.qr-scans{
    height: 207px;
    width: 207px;
    object-fit: cover;
    border:solid 1px #EFEFEF;
    padding: 10px;
}

.back-arrows {
    position: absolute;
    left: 15px;
}

.code-preview-section{
    padding: 40px 40px 10px;
}

.preview-infos{
    padding: 15px 20px;
}

.pre-downicon{
    min-width: auto!important;
    padding: 0px 13px;
    height: 34px !important;    
    border-radius: 5px !important;
}

.pre-btns-row{
    margin-top: -25px;
}

.prepad-bottom {
    margin-bottom: 30px;
}

.pre-btns {
    height: 34px !important;
    font-size: 14px;
    border-radius: 5px !important;
}

.checklist-boxs{
    padding: 20px 30px;
}

.checklist-top-row{
    margin-top: -40px;
    padding-bottom: 15px;
    border-bottom: solid 2px #3366CC;
    margin-bottom: 15px;
}

.checklist-content{
    padding: 15px 0px;
}

.checklist-content ul{
    width: 100%;
    padding: 0px 0px 20px 20px;
}

.checklist-content ul li{
    font-family: 'kalam-regular' !important;
    font-size: 18px;
    color: #000;
    margin: 10px 0px;
    list-style-type: disc;
    line-height: 28px;
}

.h-55px{
    height: 55px!important;
}

.max-w-620{
    max-width: 620px!important;
}

.qr-scans-popup{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border:solid 1px #EFEFEF;
    padding: 10px;
}

.font-48{
    font-size: 48px!important;
}

.footer-logoes{
    height: 17px;
}

.footer-logoes2{
    height: 25px;
}

.qr-popup-2{    
    border:none!important;
}

.down-popups {
    margin-bottom: -25px;
}

.down-popups .btn{
   min-width: auto!important;
}

.qr-logos{
    height: 80px;
    width: auto;
    object-fit: cover;
}

.form-box-section{
    padding: 15px;
}

.entry-inputs input,
.entry-inputs input:focus{
    color: rgba(0, 0, 0, .5);    
}

.user-alret-bg{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #FFB818;
    border:solid 1px #E8A000;
}

.border-bottom-none{
    border-bottom: none!important;
}

.email-popuss span {
    max-width: 370px;
    margin: 0px auto;
    display: table;
}

.user-email-bg{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #3366CC;    
}

label.error {
    font-size: 12px;
    color: red;
    margin-top: 5px;
    display: block;
    min-width: 210px;
}

/**/

.phone-labels .select2-selection--single,
.phone-labels .select2-container--default{
    border-radius: 10px 0px 0px 10px !important;
    border-right: none !important;
    height: 48px!important;
}

.phone-labels .select2-results__option {
    padding: 8px 10px;    
    font-size: 14px!important;
}

.upload-btns-row input[type=file] {
    display: none;
}
.upload-btns-row .choose-btn {        
    text-align: left;
    cursor: pointer;
    line-height: 32px;
    padding-right: 38px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    background: none;
}

.hover-whites:hover,
.hover-whites:focus{
    color: #fff!important;
}

.password-error{
    box-shadow: 0px 3px 6px #0000001a;
    padding: 10px 15px;
    background: #fff;
    border: solid 1px #d8d8d8;
    border-radius: 8px;
    margin-top: 2px;
    position: relative;
}

.password-error::before{   
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 6%;
    transform: rotate(45deg);
    background: #fff;
    z-index: 2;
    border-width: 1px 0px 0px 1px;
}

.password-error h3{
    font-family: 'googlesans-medium'!important;
    margin-bottom: 5px;
    font-size: 14px;
}

.password-error p {
    font-size: 14px;
    color: #222;
    line-height: 22px;
    font-family: 'googlesans-regular' !important;
    color: red;
}

.password-error p b {
    font-family: 'googlesans-medium'!important;
}

.setup-max-langth {
    min-height: 760px;
}

.pwd-text-space {
    padding-right: 60px !important;
}

.form-dayanamic-box input::-ms-reveal,
input::-ms-clear {        
    display: none !important;
}

.qr-white-bg{
    height: 370pt!important;
    overflow: auto!important;
}

.tables-boxs-section{
    position: relative;
}

.tables-boxs-section .error{
    position: absolute;
    left: 0px;
    bottom: -12px!important;
}

.done-steps{
    display: none!important;
}

.sucess-active .done-steps{
    display: block!important;
}

.flex-0{
    flex: 0 0 auto!important;
}

.setp-mobiles{
    display: none!important;
}

.sweet-alert h2 {
    color: #000!important;
    font-size: 24px!important;    
    font-weight: normal!important;
    line-height: 30px!important;
    font-family: 'googlesans-medium' !important;
}

.sa-button-container .cancel{
    background: #ca2121!important;
    border-color: #ca2121!important;
    transition: .2s!important;
}

.sa-button-container .cancel:hover,
.sa-button-container .cancel:focus{
    background: #a41313!important;
    border-color: #a41313!important;
}

.sa-confirm-button-container .confirm{
    background: #3366CC!important;
    border-color: #3366CC!important;
    transition: .2s!important;
}

.sa-confirm-button-container .confirm:hover,
.sa-confirm-button-container .confirm:focus{
    background: #000!important;
    border-color: #000!important;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    background-color: #ff0000!important;
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #ff0000!important;
}

.sweet-alert .sa-icon.sa-warning .sa-dot{
    background-color: #ff0000!important;
}

.select2-results__option {
    padding: 6px 5px!important;    
    font-size: 14px!important;
}

.social_links_v2 a svg{
    fill: #3366CC;
}

.social_links_v2 a svg:hover,
.social_links_v2 a svg:focus{
    fill: #000;
}

.pre-btns-row a{
    padding: 0px 8px!important;    
}

.share-body-box{
    padding: 20px 15px 30px;
}


#social-links{
    width: 100%; 
}

#social-links ul{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0px 10px;
}

#social-links ul li{
    margin: 0px 10px 10px 0px;
}

#social-links ul li a{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff !important;
    background: #375c93;
    border-radius: 50%;
}

#social-links ul li a:hover,
#social-links ul li a:focus{
    background: #2e4b85;
}

#social-links ul li:nth-child(2) a{
    background: #00c8fc;
}

#social-links ul li:nth-child(2) a:hover,
#social-links ul li:nth-child(2) a:focus{
    background: #00aad6;
}

#social-links ul li:nth-child(3) a{
    background: #0b88c2;
}

#social-links ul li:nth-child(3) a:hover,
#social-links ul li:nth-child(3) a:focus{
    background: #0978ac;
}

#social-links ul li:nth-child(4) a{
    background: #dc4b38;
}

#social-links ul li:nth-child(4) a:hover,
#social-links ul li:nth-child(4) a:focus{
    background: #cd3623;
}

#social-links ul li:nth-child(5) a{
    background: #1bbe2b;
}
#social-links ul li:nth-child(5) a:hover,
#social-links ul li:nth-child(5) a:focus{
    background: #057e11;
}

.share-inputs {
    border: solid 1px #d8d8d8;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 4px;
    color: #000;
    outline: none;
    height: 40px;
    width: 75%;
}

.share-inputs:focus {
    outline: none;
}

.copy-btnss {
    border: none;
    height: 40px;
    padding: 0px 15px;
    transition: .2s;
    border-radius: 5px;
}

.edit-images {
    width: 22px;
    height: 22px;
    position: absolute;
    right: -6px;
    top: -6px;
    background: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .2s;
}

.edit-images:hover,
.edit-images:focus {    
    background: #cdcdcd;    
}




























/*Responsive start*/

@media only screen and (max-width: 1800px) {
    .mobile-items-bg{
        background-size: 100%;
        width: 380px;
        right: -160px;
    }

    .mobile-inner-details {     
        max-height: 520px;
    }
}

@media only screen and (max-width: 1680px) {
    .menu-details-row {
        padding: 25px 15px 0px;
    }

    .setup-tables-info {
        width: 75%;     
    }

    .mobile-items-bg {
        width: 365px;
        right: -10px;
        padding: 60px 50px 110px 55px;
    }

    .setup-top-row {
        padding: 0px 20px 20px;
    }

    .setup-tables-info {
        max-height: 680px;
    }

    .setup-max-langth {
        min-height: 750px;
    }

    .mobile-inner-details {     
        max-height: 505px;
    }
    
}

@media only screen and (max-width: 1370px) {
    .setup-tables-info {
        width: 72%;
    }
    .mobile-items-bg {
        width: 390px;
    }
}

@media only screen and (max-width: 1300px) {
    .mobile-items-bg {
       display: none;
    }

    .setup-tables-info {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .steps-tabs .nav-link{
        width: 255px;
        font-size: 14px;
    }

    .steps-tabs .nav-link.active {     
        font-size: 14px;
    }

    .max-w-1000 {
        max-width: 880px !important;
    }

    .add-tables-popup,
    .close-popup-cross{
        width: 50px;
        height: 50px;     
        border-radius: 5px;
    }

    .close-popups {
        right: -51px;
        width: 30px;
        height: 30px;
    }

    .setup-tables-info {
        max-height: 550px;
    }

    .setup-max-langth {
        min-height: auto;
    }

    .steps-tabs .nav-link label {     
        font-size: 12px;
    }

    .menu-setup-footer{
        position: inherit!important;
        bottom: inherit!important;
    }

    #Close_menu_CTA {                
        top: 15px;
    }

    .app_header {     
        z-index: 99999;
    }

    .header_menu {
        z-index: 9999;
    }

    .Close_menu_overlay {
        z-index: 9000;
        background-color: rgba(0, 0, 0, .9);
    }

    .BackToTop {
        z-index: 9 !important;
    }  


}

@media only screen and (max-width: 992px) {
    .steps-tabs .nav-link{
        width: 200px;
    }

    .close-popups {
        top: inherit;       
        bottom: -77px;
        right: inherit;
        left: 48%;
    }

    .qr-code-boxs h6 {
        font-size: 20px;
        padding: 8px 0px;
    }

    .qr-scans {
        height: 100px;
        width: 100px;     
        padding: 5px;
    }

    /* .form-dayanamic-box{
        padding: 15px;
    } */

    .setup-tables-info table{
        width: 1050px!important;
    }

    .menu-details-row {
        padding: 25px 15px 0px;
    }

    .setup-top-row {
        padding: 0px 15px 20px;
    }

    .help-desk-fix img{
        height: 75px;
        width: auto;
    }

    .navigation-boxs{
        padding: 15px 15px 0px;
    }

    .tables-place-box {
        max-width: 74%;        
    } 

    .titile-popups-shows::before {
        width: 85%;
    }

    .mobile-hidden{
        display: none!important;
    }

    .mb-closes{
        bottom: -55px!important;
    }

    
}

@media only screen and (max-width: 767px) {
    .steps-navs-section {
        margin-top: 0px;    
    }
    
    .steps-tabs .nav-link {    
        width: 100% !important;
        margin: 0px 0px 10px;
        font-size: 16px;
    }
    
    .steps-tabs .nav-link.active,
    .steps-tabs .nav-link.sucess-active{                    
        font-size: 16px;
    }
    

    .steps-tabs .nav-link.active::after,
    .steps-tabs .nav-link:nth-child(1)::before,
    .steps-tabs .nav-link:nth-child(2)::before{
        display: none!important;
    }

    .steps-tabs .nav-link:nth-child(2)::after,
    .steps-tabs .nav-link:last-child::after{
        display: none!important;
    }

    .form-dayanamic-box .tab-content {
        padding: 10px 0px 0px;
    }

    .steps-section-row {     
        padding: 40px 0px 100px;
    }

    .help-desk-fix {     
        bottom: 10px;
        right: 10px;
    }

    .help-desk-fix img {
        height: 90px;
    }  

    .menu-setup-footer {
        padding: 15px 15px;
    }

    .mobile-hide{
        display: none;
    }

    .mobile-show{
        display: block;
    }

    .titile-popups-shows::before {     
        width: 82%;
    }

    .add-tables-popup,
    .close-popup-cross {
        width: 55px;
        height: 42px;
    }

    .m-pad-10{
        margin-bottom: 10px;
    }

    .code-preview-section {
        padding: 20px 20px 10px;
    }

    .checklist-boxs {
        padding: 20px 15px 10px;
    }

    .h-55px {
        height: 44px !important;
    }

    .qr-code-boxs .font-48 {
        font-size: 24px !important;
    }

    .qr-scans-popup {
        height: 150px;
        width: 150px;     
        padding: 5px;
    }

    .footer-logoes2 {
        height: 18px;
    }

    .inner-gray-section h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .form-dayanamic-box .tab-content-inner {
        padding: 0px 0px 15px;
    }

    .upload-iconss {
        top: 8px;
    }

    .rounded-10px {
        border-radius: 5px !important;
    }

    .border-radius-right-0 {
        border-radius: 5px 0px 0px 5px !important;
    }
    
    .border-radius-left-0 {
        border-radius: 0px 5px 5px 0px !important;
    }

    .pwd-text {
        top: 13px;     
    }

    .close-popups {     
        left: 46%;
    }

    .tables-place-box {
        max-width: 65%;        
    }

    .phone-labels .select2-selection--single,
    .phone-labels .select2-container--default {
        border-radius: 5px 0px 0px 5px !important;
        border-right: none !important;
        height: 40px!important;
    }

    .upload-btns-row .choose-btn {
        line-height: 24px;        
        padding: 8px 38px 8px 10px;
    }  

    .sucess-active .done-steps{
        display: none!important;
    }

    .setp-mobiles{
        display: block!important;
        font-size: 12px;
        padding-right: 5px;
        flex: 0 0 auto;
    }

    .mb-bottom{
        align-items: end!important;
    }

    .setup-top-row h3 {        
        padding-left: 40px;
        text-align: left;
        width: 100%;
    }

    

}

@media only screen and (max-width: 576px) {
    .tables-place-box {        
        max-width: 71%;
    }

    .m-pad-bottom {
        margin-bottom: 15px!important;
    }

    .close-popups {
        left: 45%;
    }

    .mb-phone-text {
        padding-right: 13px !important;
        height: 40px;
        margin-bottom: 15px;
    }

    .phone-labels .select2-selection--single,
    .phone-labels .select2-container--default {
        border-radius: 5px!important;
        border-right: solid 1px #d9d9d9!important;
    }

    .border-radius-left-0 {
        border-radius: 5px!important;
    }

    .mb-number{
        padding-left: 13px!important;
    }

    .phone-labels .border-right-none{
        border-right: inherit!important;
    }  

    .titile-popups-shows::before {     
        width: 80%;
    }

    .qr-code-infos label br{
        display: none;
    }

    
    

}


@media only screen and (max-width: 480px) {
    .setps-top-row .font-18 {
        font-size: 12px !important;
    }

    .menu-setup-footer a.btn {
        height: auto!important;
        line-height: 22px!important;
        padding: 10px 13px;
    }

    .titile-popups-shows::before {     
        width: 74%;
    }
   
    br{
        display: none!important;
    }

    .placement-body {
        padding: 20px 15px 15px 15px;
    }

    .add-tables-popup,
    .close-popup-cross {
        width: 35px;
        height: 42px;
    }

    .no-credot-row h6 {
        width: 72%;
        margin: 0px auto;
    }

}

@media only screen and (max-width: 410px) {
    .no-credot-row h6 {
        width: 83%;        
    }
}

@media only screen and (max-width: 390px) {
    .no-credot-row h6 {
        width: 90%;        
    }

    .edit-mb-btns .font-18 {
        font-size: 13px !important;
    }
}

 
 
/*Wizard Start*/
.wizard_wrapper {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
  }
  .wizard_container {
    display: inline-flex;
    text-align: left;
    margin: 0 auto;
  }
  .tablinksApp {
    background: none;
    width: 100%;
    text-align: center;
    border: none;
  }
  .wizard_col_1 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    margin-right: 15px;
  }
  .wizard_col_2 {
    width: 300px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    min-height: 300px;
    margin-right: 30px;
    padding: 20px;
  }
  .wizard_col_3_Innercontent {
    border: 1px solid #e6e6e6;
    min-width: 650px;
    border-radius: 10px;
    height: 468px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
  }
  .wizard_col_3_content {
    margin: 0 auto;
    padding: 50px 20px;
    overflow: auto;
  }
  .wizard_input_caption {
    font-size: 12px;
  }
  .wizard_input {
    text-align: center;
    margin-bottom: 30px;
  }
  .wizard_input svg {
    fill: #858585;
  }
  .wizard_input_icon {
    min-width: 33px;
    width: 33px;
    height: 33px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wizard_input.active {
    color: #005276;
  }
  .wizard_input.active svg {
    fill: #005276;
  }
  .wizard_input.active .wizard_input_icon {
    box-shadow: 0px 3px 6px #00000029;
  }
   
  .wizard_col_radio {
    margin-bottom: 15px;
    font-size: 14px;
  }
   
  .wizard_col_label {
    margin-bottom: 10px;
  }
  .wizard_col_inputColor input {
  }
  .wizard_form_group {
    margin-bottom: 15px;
  }
  .wizard_form_group input,
  .wizard_form_group select {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    height: 36px;
    border-radius: 2px;
  }
  .wizard_form_group input[type="file"] {
    padding: 7px;
  }
   
  .ChoosefromLibrary_row {
    margin: 0 -7px;
  }
  .picture_wrapper-col {
    width: 33.33%;
    padding: 0 7px;
  }
  .picture_wrapper {
    width: 100%;
    height: 46px;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: center;
  }
   
  .picture_wrapper img {
    object-fit: cover;
    max-width: calc(100% + 50px);
    min-height: 100%;
    min-width: calc(100% + 50px);
    max-height: calc(100% + 50px);
    width: auto;
    height: auto;
  }
  .ChoosefromLibrary_row {
    display: flex;
    flex-wrap: wrap;
  }
  .devider_or {
    margin-bottom: 15px;
    position: relative;
  }
  .devider_or_circle {
    font-size: 13px;
    width: 29px;
    height: 29px;
    position: relative;
    z-index: 2;
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .devider_or_line {
    border-bottom: 1px solid #cccccc;
    width: 116px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
  }
  .wizard_action_v1 {
    width: 150px;
    height: 50px;
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px dashed #cccccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
  }
  .edit_widget_wrap {
    /* position: absolute; */
    left: 0;
    right: 0;
    margin: 0 auto;
    /* top: -31px; */
   
    /* display: none; */
    justify-content: center;
    text-align: center;
  }
  .edit_widget_wrap_content {
    height: 60px;
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 7px #00000017;
    border-radius: 10px;
    border: 1px solid #efefef;
    display: inline-flex;
    padding: 0 10px;
    align-items: center;
    font-size: 16px;
  }
  .edit_widget_wrap_content .wizard_form_group {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .edit_widget_wrap_content .wizard_form_group input,
  .edit_widget_wrap_content .wizard_form_group select {
    border-radius: 6px;
    min-width: 64px;
    height: 40px;
  }
  .edit_widget_wrap_content .wizard_form_group input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .edit_widget_wrap_content .wizard_form_group select {
    padding: 0 7px;
  }
  .wizard_form_group input.AddInputFilee {
    width: 295px;
  }
  .wizard_form_group_inline {
    display: inline-flex;
    align-items: center;
  }
  .wizard_col_3 {
    position: relative;
  }
  .wizard_form_group_inline_label {
    margin-right: 7px;
  }
  .wizard_form_group:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  #AddImagwWidge {
    display: none;
  }
  .text-center {
    text-align: center;
  }
  .wizard_action_row {
    margin-bottom: 20px;
  }
  .font-size-select {
  }
  .wizard_form_group select.fontfamily_select {
    width: 129px;
  }
  .wizard_form_group input.AddInputcolor {
    max-width: 50px;
    padding: 9px;
    min-width: inherit;
    width: 50px;
  }
  .wizard_input_div {
    height: 40px;
    min-width: 50px;
    /* UI Properties */
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #cccccc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
  }
  .inputBold_action {
    width: 34px;
    height: 28px;
    /* UI Properties */
    background: #f1f1f1 0% 0% no-repeat padding-box;
    font-weight: bold;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .wizard_col_radio input{ margin-right: 7px;}
   
  /*Wizard responsive start*/
  @media (max-width: 1365px) {
    .wizard_col_3_Innercontent {
      min-width: 700px;
    }
    .wizard_input_div {
      min-width: 40px;
    }
    .wizard_form_group select.fontfamily_select {
      width: 118px;
    }
  }
    @media (max-width: 1200px) {
      .wizard_container {
        flex-wrap: wrap;
      }
      .wizard_col_3 {
        margin-top: 60px;
        width: 100%;
      }
      .wizard_col_3_Innercontent {
        min-width: inherit;
        width: 100%;
      }
      .wizard_form_group input.AddInputFilee {
        width: 230px;
      }
    }
    @media (max-width: 767px) {
      .wizard_container {
        flex-wrap: wrap;
        flex-direction: column; display: block;
      }
      .wizard_col_1 {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
      }
      .tabApp {
        display: flex;
        justify-content: space-between;
        width: 100%;
      }
      .tablinksApp{ flex: 0;}
      .wizard_input {
        margin-bottom: 15px;
      }
      .wizard_col_2 {
        width: 100%;
        min-height: inherit;
        margin-right: 0;
      }
      .wizard_col_3 {
        margin-top: 15px;
        width: 100%;
        overflow: auto;
        padding: 0;
      }
      .wizard_wrapper{ margin-top: 0;}
      .wizard_col_3_Innercontent{ overflow: auto;}
      .edit_widget_wrap {
        left: 10px;
        top: 10px;
        text-align: center;
      }
      .edit_widget_wrap{ position: static;}
      .edit_widget_wrap_content{ flex-wrap: wrap; height: auto; padding: 10px 10px 0; margin-bottom: 10px;}
      .edit_widget_wrap_content .wizard_form_group{ margin-bottom: 10px;}
      .fontfamily_select_field{ flex: 1;}
      .wizard_form_group select.fontfamily_select, .TitleHeading_field {
        width: 100%;
        min-width: 129px;
      }
      .TitleHeading_field { margin-right: 0 !important;}
      .TitleHeading_field > div{ width: 100%;}
      .wizard_form_group input.AddInputFilee {
        width: 100%;
      }
      .AddInputFilee_field{ margin-right: 0;}
    }
   
  /*Wizard responsive end*/
   
  /*Wizard End*/


