
@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);

html {overflow-x: hidden;}
body {padding:0;margin:0;font-family:Poppins;background:#ffffff;}
	a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

form,input,textarea,select {font-family:Poppins;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: Poppins;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px}

/*scroll bar*/
	/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.new_feature {       position: absolute;
    z-index: 2;
    color: white;
    background: #eb4242;
    right: 0;
    font-size: 9px;
    padding: 1px 3px;
    border-radius: 2px;}
.edit_amount {background: white;
    color: black;
    width: 90%;
    border: 1px solid gray;
    padding: 4px 0px;
    text-align: center;outline:none;}
.alert_full_page {
	height: -webkit-fill-available;
    width: -webkit-fill-available;
    color: black;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.form_next_btn {      display: block;
    background: #2196f3;
    color: white;
    text-align: center;
    padding: 7px 15px;
    width: fit-content;
    margin: 2px auto;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    min-width: 200px;}
.activate_btn {    display: block;
    background: #4caf50;
    color: white;
    text-align: center;
    padding: 7px 15px;
    width: fit-content;
    margin: 2px auto;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;}
	
	.popup_btn {    font-size: 15px;
    background: #2196F3;
    color: white;
    width: fit-content;
    padding: 7px 12px;
    margin: 9px;
    border-radius: 2px;cursor:pointer;}
	 .next_btn {        min-width: 150px;
    width: fit-content;
    background: #2196f3;
    padding: 12px 20px;
    color: white;
    margin: 5px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #00000026;
    text-align: center;
}
 .next_btn_green{          min-width: 150px;
    width: fit-content;
    background: #4caf50;
    padding: 12px 20px;
    color: white;
    margin: 9px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #00000026;
    text-align: center;
}
	
	.popup_btn:hover ,.activate_btn:hover,.form_next_btn:hover ,.next_btn:hover,.next_btn_green:hover,.back_btn:hover,.skip_btn:hover	
	{transform:scale(1.05);}
	
.Active {    background: #01ce01;
    color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    top: auto;
    display: block;
    width: fit-content;
    margin: 0 auto;}
	
.Inactive {    background: #e45c5c;
    color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    display: block;
    width: fit-content;
    margin: 2px auto;}	
.alert_full_page h3{}


.alert {   padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    border-radius: 6px;}
	
.danger {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {background: #cdfabf82;
    color: #46a052;
}	
#ecommerce_enable {background: white;
    margin: 5px auto;
    padding: 20px;
    width: fit-content;
    border-radius: 13px;}
#ecommerce_enable .input_box{font-size: 11px;
    background: #eaeaea8a;
    margin: 4px;
    padding: 9px;}
#ecommerce_enable input[type="radio"]{}
#ecommerce_enable input[type="submit"]{background: #8bc34a;
    color: white;
    border: 0px;
    margin: 9px auto 0px;
    position: relative;
    display: block;
    padding: 6px 12px;
    border-radius: 4px;}
	
	
	#radio_div {    width: 70px;
    padding: 6px;
    display: inline-block;}

.filter_bar {    background: white;
    padding: 10px;
    margin: 0px;}
.filter_bar h1{margin: 0px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;}
.filter_bar h3{font-weight: 400;
    text-align: left;
    font-size: 14px;
    margin: 4px;}
.filter_bar form{}
.filter_bar form input,.filter_bar form select{border: 1px solid #d4d4d4;
    padding: 5px;
    width: 177px;}
.filter_bar form input[type=submit]{width: 69px;
    background: #0d9ae9;
    color: white;
    border: 2px solid #2196F3;
    border-radius: 0px 5px 5px 0px;
    margin: -4px;}


header {    background: black;
    width: -webkit-fill-available;
    overflow: hidden;
    position: sticky;
    display: flex;
    color: white;
    padding: 0px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    z-index: 22;
}
header .logo{    display: flex;
    margin: 0px 20px;}
header .logo h3{    color: #231f20;
    margin: 14px -1px 0px;
    font-size: 23px;
    width: 150px;}
header .logo img{     width: auto;
    height: 65px;
    margin: 5px;
    border-radius: 4px;}
	
header .head_txt {display: flex;
    position: absolute;
    right: 80px;}
header .head_txt h3{    font-weight: 500;
    padding: 21px;
    cursor: pointer;
    top: -10px;
    font-size: 16px;
	}
	header .head_txt h3 img {border-radius: 50px;
    width: 43px;
    position: relative;
    top: -13px;
    border: 2px solid #c5c5c5;
}


	
header .head_txt h3:hover {
	transition:0.3s;color:black;
}	

.mobile_home {display:none;}

.clip_path1 {    background: #2196f3;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: fixed;
    top: 0;}

.login img {width: 105px;
    margin: 20px auto;
    position: relative;
    display: block;
    border: 2px solid #f2f2f2;
    border-radius: 76PX;
    PADDING: 0px 2px;
    background: #eeeeee52;}
.login {    width: 40%;
    background: white;
    height: auto;
    margin: 10px auto;
    box-shadow: 0px 0px 20px 0px #90909024;
    border-radius: 12px;
    padding: 50px;}


.login h1{        margin: 0;
    font-weight: 500;
    color: #000000;
    text-align: center;}
.login p{margin: 33px 7px 20px;
    font-size: 10px;
    color: #000000;}
.login form{margin: 0px 0px 5px;}
.login form a{    font-size: 11px;
    margin: 20px 7px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    background: #2196f3;
    color: white;
    display: inline-block;
    display: -webkit-inline-box;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 4px;}
.login form input{width: -webkit-fill-available;
    border: 0px;
    padding: 12px 30px;
    margin: 5px;
    font-size: 18px;
    border-radius: 5px;
    background: #d4d4d438;
    outline: none;
}
.login form input[type=submit]{    background: #2196f3;
    color: white;
    border: 0px;
    padding: 8px 29px;
    border-radius: 4px;
    width: -webkit-fill-available;}
#registerpage,#forgotpage {display:none;}


.input_login_holder {    display: grid;
    grid-template-columns: 25% 75%;}
.input_login_holder select {    border: 0px;
    background: #f0f0f0;
    margin: 5px;
    border-radius: 4px;}
.input_login_holder input{}
.verify_email {    background: white;
    padding: 20px;
    min-width: 300px;
    margin: 20px auto;
    border-radius: 7px;
    width: max-content;
    max-width: -webkit-fill-available;
    text-align: center;}
	
	.verify_email > div {}
	.verify_email p {    font-size: 12px;
    margin: 8px 0px 1px;
    text-align: left;}
	.verify_email input {     width: -webkit-fill-available;
    margin: 7px auto;
    font-size: 18px;
    text-align: left;
    padding: 7px 14px;
    border: 1px solid #d9d9d9;
    background: linear-gradient(0deg, #f9f9f9, white);
    border-radius: 3px;}
	.verify_email input[type=submit] {    text-align: center;
    color: white;
    background: #2196f3;}
.main2 {
margin: 13px;
    background: white;
    padding: 50px;
    box-shadow: 0px 0px 10px 0px #80808036;
    border-radius: 10px;	
}
.btn_create {
	       width: fit-content;
    color: white;
    padding: 10px;
    border-radius: 4px;
    margin: 10px;
    font-weight: 500;
    font-size: 13px;
    background: #4CAF50;
    display: inline-block;
}


.my_account_form {    padding: 0px 30px;}
.my_account_form h3{font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-bottom: 2px solid #636363;
    padding: 0px 10px 10px;
    width: fit-content;
    margin: 14px auto 21px;}
.my_account_form img {  width: 100px;
    max-height: 150px;
    border: 2px solid #00000024;
    margin: 10px auto 20px;
    border-radius: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 10px);}

.input_area p{position: absolute;
    font-size: 10px;
    top: -28px;
    left: 0px;}
.input_area {    width: 300px;
    padding: 0px;
    margin: 17px 10px;
    display: inline-block;
    border: 1px solid #0000002b;
    background: #0000000a;
    border-radius: 4px;}
.input_area input {background: transparent;
    border: 0px;
    padding: 10px;
    margin: 0px;
    width: -webkit-fill-available;
    
}
.input_area textarea{    background: none;
    width: -webkit-fill-available;
    border: 0px;
    min-height: 200px;white-space: pre;}


.container {       background: white;
    padding: 0px 0px 35px;
    min-height: -webkit-fill-available;
    box-shadow: 0px 0px 10px 0px #0000001f;
    height: 600px;
    overflow: auto;
}

.container h2 {color: #03A9F4;
    margin: -6px 0px 5px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: -1px;}
	
	#info_class1 {       width: fit-content;
    margin: 0 auto;
    background: #c83000;
    color: white;
    min-width: 300px;}
#info_class1 p{    padding: 3px;
    margin: 0;}
#info_class1 img {      width: auto;
    height: auto;
    max-width: 437px;
    max-height: 200px;
    overflow: hidden;}

.section_m1 {      display: grid;
    grid-template-columns: 22% 78%;
    background: #ffffff;}

 .card_row{    background: black;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    box-shadow: 0px 0px 10px 0px #0000001f;
    width: -webkit-fill-available;
    color: white;
    font-weight: 300;
    position: sticky;
    top: 0;
    z-index: 2;}
	
	.card_row2:nth-child(2n+2) {
    background: #f0f0f0;
}
 .card_row p{       width: -webkit-fill-available;
    text-align: initial;
    padding: 7px;
    margin: 0px;
    font-size: 13px;}
	
	.card_row2 {    display: grid;
    grid-template-columns: 33% 33% 33%;
    min-height: 27px;padding: 10px;}
	.card_row2 p{ margin: 0px;
    width: -webkit-fill-available;
    text-align: initial;
    padding: 2px;
    font-size: 12px;
    font-weight: 500;
    overflow: auto;}
	.card_row2 p i{width: auto;
    display: inline-block;
    border: 1px solid #dedede;
    padding: 6px 8px;
    font-weight: 500;
    margin: 0px 4px;border-radius:4px;}

.YES {background: #41dc48;
    color: white;
    padding: 5px 14px;
    border-radius: 5px;
    top: -3px;
    left: 0;}
.NO {    background: #dc6541;
    color: white;
    padding: 5px 14px;
    border-radius: 5px;
    top: -3px;
    left: 0;}
.container2 {
    background: white;
    
    padding: 0px 0px 35px;
    min-height: 500px;
    box-shadow: 0px 0px 10px 0px #0000001f;
    height: auto;
}
.container2 h1 {
  background: #03A9F4;
    color: white;
    margin: 0;
    font-weight: 400;
    padding: 10px 3%;
    font-size: 20px;
}

.container2 form {width: 338px;
    margin: 0 auto;}
.container2 form h3{}
.container2 form input{}
.container2 .btn_payment{background: #2196F3;
    color: white;
    padding: 13px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
}

.container2 .btn_payment:hover{transition: 0.4s linear;
    background: #4CAF50;cursor:pointer}


.main3 {
              margin: 0px;
    background: white;
    padding: 1px 0px 47px;
    box-shadow: 0px 0px 10px 0px #302c2c4f;
    border-radius: 0px;
    min-height: 81%;
}

.all_franchisee {background: white;
    padding: 10px 0px;}
.main3 h2{    margin: 11px 0px;
    font-weight: 400;
    font-size: 24px;}
.main3 h3{font-weight: 500;}

.main3 h1{      font-weight: 400;
    margin: -1px 0px;
    font-size: 17px;
    text-align: center;
    background: black;
    color: white;
    padding: 7px;}
.main3 form {text-align: center;}
.main3 form .input_box{       border: 1px solid #636363;
    width: -webkit-fill-available;
    border-radius: 3px;
    margin: 10px auto;
    background: #a79e9e00;
    max-width: 600px;}
.main3 form .input_box p {       padding: 0px;
    font-size: 11px;
    color: #5b5b5b;
    position: absolute;
    margin: 0px;
    font-weight: 500;
    top: 2px;
    background: #ffffff00;
    width: fit-content;
    left: 9px;}
	.main3 form #showPreviewLogo {max-width: 200px;
    height: 101px;
    border: 1px solid #00000069;
    margin: 0 auto;
    position: relative;
    left: auto;
    border-radius: 6px;
    transform: unset;
    width: auto;}
	
	.input_box3 {    width: fit-content;
    border: 1px solid white;
    margin: 7px;
    display: inline-grid;
    grid-template-columns: auto auto;
    padding: 2px;
    background: white;}
	.main3 form img {      width: auto;
    max-width: 193px;
    height: 157px;
    border: 0px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;}
	
	.delImg {position: absolute;
    top: 3px;
    right: 3px;
    background: #f6364a;
    color: white;
    padding: 7px 8px;}
	.fa-trash-o {}
	
	.divider {    background: white;
    width: 200px;
    padding: 10px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #0000002b;
    margin: 5px;
    border-radius: 5px;}
	
	
	.main3 form .divider .input_box {width: -webkit-fill-available;}
	.divider .num {      width: fit-content;
    background: #4caf50;
    color: white;
    padding: 6px 10px;
    position: relative;
    z-index: 5;
    font-size: 10px;
    left: -6px;
    top: -6px;
    border-radius: 30px;
    font-weight: 500;}
	
	
		.divider2 {  background: transparent;
    width: 173px;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #00000026;
    margin: 5px;}
	.main3 form .divider2 .input_box {width: -webkit-fill-available;}
	.main3 form .divider2 .input_box input{width: -webkit-fill-available;}
	.divider2 .num {  width: fit-content;
    background: #5097d4;
    color: white;
    padding: 5px 10px;
    position: relative;
    z-index: 5;
    left: -6px;
    top: -6px;
    border-radius: 0px;}
	
	.divider2 img {    max-width: 100px !important;
    max-height: 100px;}
.main3 form .input_box input,.main3 form .input_box textarea,.main3 form .input_box select{        width: -webkit-fill-available;
    height: auto;
    padding: 15px 15px;
    border: 0px;
    margin-top: 8px;
    outline: none;
    font-weight: 500;
    background: #ffffff03;
    resize: vertical;}
.main3 form   input[type=submit]{            background: #59ac5c;
    border: 2px solid #ffffff;
    padding: 11px 24px;
    margin: 10px auto;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: inherit;
    width: -webkit-fill-available;
    position: sticky;
    bottom: 7px;
    z-index: 24;
    max-width: 600px;transition:0.2;
}
	
	.main3 form   input[type=submit]:hover{
		transform:scale(1.01);
	}
	.input_box3 img {    display: block !important;
    border: 1px solid #a7a7a7 !important;}
	
.image_err {padding: 10px;
    background: #ffd2d2;
    color: #c55a5a;
    list-style-type: decimal-leading-zero;
    font-size: 10px;
    margin: 5px 10px;
    width: fit-content;
    border-radius: 5px;}

.progress {   background: #1bb54b1a;
    width: -webkit-fill-available;
    border: 1px solid #1bb54b29;
    overflow: hidden;
    height: 12px;
    border-radius: 10px;}
.progress .progress_bar p {margin: 0;
    position: absolute;
    right: 0;
    background: white;
    font-weight: 700;
    font-size: 10px;
    color: green;}
.progress .progress_bar {background: #1bb54b96;
    width: 10px;
    height: 16px;}

.block_screen_loading {display:none;position: fixed;
    z-index: 999;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #00000030;
    top: 0;
    left: 0;}
.block_screen_loading .loader{ width: 50px;
    height: 50px;
    border: 10px solid white;
    border-bottom: 10px solid black;
    border-radius: 100%;
    margin: 21% auto;
    animation: loader 2s linear infinite;}

@keyframes loader {
	0% {transform:rotate(0deg)}
	33% {transform:rotate()}
	76% {transform:rotate()}
	100%{transform:rotate(360deg)}
}

.theme {   width: fit-content;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    border: 2px solid transparent;
    padding: 11px;
    border-radius: 5px;}
.theme:hover {
	border: 2px solid #ffb76c;
	transition:0.3s;
}
.theme img{      width: auto;
    max-width: 300px;
    max-height: 188px;}
.selected {background: #01ce01;
    color: white;
    width: fit-content;
    padding: 10px;
    font-weight: 500;
    margin: 5px;
    border-radius: 5px;
    font-size: 10px;
    position: absolute;
    top: 0;
    z-index: 6;
    left: -10px;}	
.sub_btn {    display: block;
    margin: 13px auto;
    background: #4caf50;
    color: white;
    border: 0px;
    padding: 7px 21px;
    border-radius: 5px;
    font-size: 19px;}
	
	.sug_alert {text-align: center;
    font-size: 12px;
    color: #bf0707;}
	.btn_holder {    margin: 0px;
    background: white;
    padding: 10px; }
	.btn_holder .skip_btn,.back_btn {display:inline-block}
	.btn_holder .skip_btn{ left: 100%;
    transform: translate(-229%, 2px);}
	.skip_btn {    background: #0b2eec;
    color: white;
    padding: 7px 12px;
    font-size: 15px;
    width: fit-content;
    border-radius: 5px;}
	 .back_btn{       background: #000000;
    color: white;
    padding: 8px 16px;
    width: fit-content;
    font-weight: 400;
    border-radius: 6px;
    font-size: 14px !important;}
	
	.active {}
	#Success,#Created,#Failed {background: #01ce01;
    color: white;
    padding: 6px 0px 0px;
    border-radius: 5px;
    height: 24px;
    margin: 3px 0px;}
	#Created {background:#eac22e}
	#Failed { background: #ce0101a6;}
	.card_status1,.card_status2 ,.card_status3 {    clip-path: polygon(0 0, 100% 0, 100% 100%); -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 100px;
    height: 100px;
    background: #f9aa79;
    color: white;
    position: absolute;
    top: 0;
	z-index:888;
    right: 0;
    box-shadow: 0px 0px 10px 0px #0000002e;
}
.card_status1 p,.card_status2 p,.card_status3 p {transform: rotate(45deg);
    margin: 12px 31px 33px 44px;
    font-weight: 600;}
	.card_status2 {background: #01ce01;}
	.card_status3 {background: red;}
	
.user_details {width: 381px;
    box-shadow: 0px 0px 10px 0px #6b6b6b24;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 0px 14px;
    margin: 10px
}	
	.user_details h3 {font-weight: 400;
    text-align: center;
    background: #2196F3;
    padding: 8px;
    margin: 0px;
    letter-spacing: -1px;
    color: white;}
.flex_box {display:flex}	
.flex_box p{width: -webkit-fill-available;
    margin: 4px 20px;
    font-size: 12px;
    padding: 5px 10px;
    color: gray;cursor:pointer;}


.checkbox_select {      display: grid;
    grid-template-columns: 50% 50%;
    width: -webkit-fill-available;
    background: #0d4877;
    align-items: center;
    padding: 2px;}
	.checkbox_select> p{    top: unset !important;
    position: relative !important;
    background: #80808000 !important;
    color: white !important;}
	
	.cc_select {          border-right: 1px solid #8e8e8e !important;
    border-radius: 0px !important;
    padding: 12px 0px !important;
    padding-left: 11px !important;}
.flex_box:hover p {
	color:black;
}	
 .gray{background: #efefef;}	
 
 	
	#alert_display_full {
		display:none;
		top: 0;
    position: fixed;
    background: #000000b8;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    z-index: 99999;
    left: 0;
}
#alert_display_full h3 {    margin: 7px auto;
    width: fit-content;
    font-weight: 500;
    color: white;
    font-size: 25px;}
#loader1 {width: 50px;
    height: 50px;
    border: 10px solid #ffffff;
    border-radius: 100%;
    margin: 16% auto 0px;
    border-bottom: 10px solid gray;
    position: relative;
    animation: loader1 3s linear infinite;
}


@keyframes loader1 {
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.btn_home {        background: #2b2b2b;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 3px;}

.submit_btn {    display: block !important;
    position: relative !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    margin: 0 !important;
    top: 19px !important;}

.ns_change {    max-width: 400px;
    margin: 38px auto;
    background: #ffe491;
    padding: 20px;}
.ns_change p{}
.ns_change span{}
.ns_change b{}

/*pagination*/
	.pagination {
      display: flex;
    margin: 0px auto 10px;
    position: relative;
    background: white;
    width: fit-content;
    text-align: center;
    padding: 11px;
    
	}
	.page_btn {background: #b1b1b1;
    margin: 2px;
    padding: 7px 15px;
    color: white;
    font-size: 17px;
    box-shadow: 0px 0px 10px 0px #00000038;
    border-radius: 3px;
    font-weight: 600;}
	.pagination .active{   background: #5097d4;}
	.share_wtsp form{    display: flex;
    margin: 14px auto 20px;
    position: relative;
    width: fit-content;}
	.wtsp_share_btn  {background: #1aab2c;
    font-size: 12px;
    padding: 10px;cursor:pointer}
	.wtsp_share_btn i {}
	
	
	.share_box .close { font-size: 47px;
    text-align: end;
    padding: 0px 10px;
    font-weight: 400;
    color: red;}
	
	#whatsapp2 {background:#1aab2c;color:white}
	.fa-comment-dots	 {background: #1cbdff;
    color: white;}
	.share_box .close i {}
	.share_box {display:none;background: white;
    color: black;
    position: fixed;
    top: 10%;
    width: 351px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #00000033;
    z-index: 3;
    border-radius: 11px;}
	.shar_btns {    width: 100px;
    text-align: center;
    display: inline-block;}
	.shar_btns i{padding: 10px;
    border-radius: 8px;}
	.shar_btns p{font-size: 10px;}
	/*customer card preview*/
	
	
	#qr_code_d {left: 50%;
    position: relative;
    transform: translate(-50%, 0px);
    margin: 0px 0px 24px;
}




/*card_manager*/
.btn2 {position: relative;
    background: #2196f3;
    color: white;
    margin: 20px auto;
    padding: 12px 15px;
    width: fit-content;
    border-radius: 5px;
    font-size: 13px;cursor: pointer;}
#ecom_listing {display:none;}
.ecommerce_post {width: -webkit-fill-available;
   
    background: #eaeaea2e;    text-align: center;}
#showPreview{width: auto;
    max-width: 300px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    display: block;
    background: white;
    border: 1px solid #cecece82;}
.input_holder {width: fit-content;
    display: inline-block;
    background: white;
    border: 1px solid #ccc8c880;
    padding: 5px;
    margin: 2px;
    border-radius: 7px;
    vertical-align: text-top;}
.input_holder p{margin: 0px;
    text-align: left;
    font-size: 12px;}
.input_holder input,.input_holder textarea,.input_holder select{font-size: 15px;
    border: 0px;
    outline: 0px;
    padding: 5px;}


.all_listing {    background: white;
    border: 1px solid;
    overflow-x: auto;}
.listing_head {        display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    text-align: center;
    width: 100%;
    background: #3f51b5;}
.listing_head .li_cont {    background: #3f51b5;
    width: 186px;
    color: white;
    padding: 10px 0px;
    border-left: 1px solid;
   
	}
.listing {display: grid;
    grid-template-columns: auto auto auto auto auto auto ;
}
.listing:nth-child(2n+1) {
    background: #dedede45;
}
.li2_cont img {max-width: 100%;
    max-height: 70px;
    display: block;
    margin: 0 auto;}
.listing .li2_cont {width: 186px;
    font-size: 12px;
    text-align: center;
    align-self: center;}
/*dashboard  csss*/

.dashboard {
    display: grid;
    grid-template-columns: 25% auto;
    min-height: 570px;}
.dash_side1 {    color: white;
    background: black;
    font-size: 16px;
    box-shadow: 0px 0px 10px 0px #3e3e3e1f;
}

.dash_side1 .account_details{background: gray;
    border-radius: 0px;
    
    height: 150px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;}
.dash_side1 .account_details img {    width: 83px;
    border-radius: 100px;
    margin: 8px;
    left: 0%;
    position: relative;}
.dash_side1 .account_details p{margin: 2px 10px;
    font-size: 11px;}
.dash_side1 .dash_link{    margin: 20px 10px;}
.dash_side1 .dash_link li{border: 0px solid;
    margin: 10px;
    padding: 10px;
    font-weight: 500;
    border-radius: 0px;
    list-style-type: none;}
	.dash_side1 .dash_link li.active {
		    background: #03A9F4;
    color: white;
    border-radius: 2px;
    transition: 0.3s;
	}
	
	.dash_side1 .dash_link li:hover {
		    background: #03A9F4;
    color: white;
    border-radius: 2px;
    transition: 0.3s;
	}
.dash_side2 {}
.dash_side2 .das_box{     background: #2196f3;
    width: 160px;
    margin: 10px;
    padding: 19px 21px;
    border-radius: 1px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #00000014;

}
.dash_side2 .das_box h3 {}
.dash_side2 .das_box i {}
.dash_side2 .das_box p {}
.dash_side2 h2{    text-align: center;
    color: black;
    margin: 0px;
    font-weight: 600;
    font-size: 20px;
    background: white;
    width: fit-content;
    border-radius: 30px;
    padding: 8px;
    min-width: 28px;
    margin: 0 auto;}
.dash_side2 h1{}
.dash_side2 h3{}
.dash_side2 iframe{    vertical-align: top;
    margin: 10px 0px;}

/*dashboard  csss end */

	
/* order navigator */
.navigator_up {           font-size: 11px;
    background: white;
    text-align: center;
    position: sticky;
    top: 0px;
    height: fit-content;
    max-height: 100vh;
    overflow: auto;}

	
	.nav_cont:hover {
		background: #c1c1c1;
	}
 .navigator_up .active {background: #03A9F4 !important;
    color: white !important;
}
.nav_cont i {}


   .preview_page_icon i {    background: gainsboro;
    padding: 8px;
    width: 17px;
    color: black;
    text-align: center;}
   .preview_page_icon  {        width: -webkit-fill-available;
    padding: 3px 24px;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px;
    text-align: left;
    display: block;
    border-radius: 0px;}
	
.preview_page_icon:hover {
    background: #2196f3 !important;
    color: white;
}

.navi_head {       background: black;
    color: white;
    padding: 9px 15px;
    width: -webkit-fill-available;
    text-align: right;
    font-size: 24px;}
.navi_head i{color:black}
.nav_menu {display:none;}

.popup_form {        display:none;  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 90vh;
    background: white;
    z-index: 33;
    height: auto;
    max-width: 450px;
    width: -webkit-fill-available;
    overflow-y: auto;
    box-shadow: 0px 0px 20px 0px #9494945c;
    padding: 10px 17px 25px;}
.popup_form .close_btn{    font-size: 25px;
    color: #b71111;
    position: absolute;
    right: 12px;
    top: 11px;}
.popup_form img#showPreviewLogoCat{    position: relative;
    border: 1px solid gray;
    margin: 24px;}
.popup_form .input_box_pup {       border: 1px solid gray;
    padding: 5px 2px 2px 2px;
    width: -webkit-fill-available;
    margin: 4px auto;
    border-radius: 3px;
    max-width: 500px;}
.popup_form .input_box_pup div{        position: absolute;
    font-size: 11px;
    top: 0px;
    left: 8px;
    color: #2c2c2c;
    padding: 0px;
    margin: 0px;}
.popup_form .input_box_pup input,.popup_form .input_box_pup select,.popup_form .input_box_pup textarea{    width: -webkit-fill-available;
    margin: 15px 0px 0px;
    padding: 6px;
    border: 0px;
    outline: none;}
.popup_form input[type=submit],.popup_form  button {    width: -webkit-fill-available;
    background: #48aa4c;
    color: white;
    padding: 10px;
    font-size: 15px;
    border: 0px;
    border-radius: 3px;
    margin: 4px 0px;}

.popup_form input[type=submit]:hover,.popup_form  button:hover {transform:scale(1.01);transition:0.3s;}

.cont_ecom_head {       background: black;
    color: white;
    display: grid;
    grid-template-columns: 10% 20% 25% 15% 10% 10% 10%;
    text-align: center;}
.cont_ecom_head div{        font-size: 12px;
    display: grid;
    padding: 9px;
    align-items: center;}
.cont_ecom {    
    display: grid;
    grid-template-columns: 10% 20% 25% 15% 10% 10% 10%;
    text-align: center;}
.cont_ecom > div{    font-size: 12px;
    display: grid;
    align-items: center;}
.cont_ecom >div img{    width: auto;
    max-width: 100px;
    max-height: 60px;}
	
	
	.cont_ecom .fa-edit {    background: #4c6bf6;
    color: white;
    width: fit-content;
    padding: 6px;
    margin: 0 auto;
    border-radius: 3px;}
	.cont_ecom .fa-trash {    background: #be3535;
    width: fit-content;
    margin: 0 auto;
    color: white;
    padding: 5px;
    border-radius: 2px;}
	.cont_ecom:nth-child(2n+1){
		background:#f4f4f4;
	}

.top_btn {    font-size: 16px;
    background: #009688;
    margin: 0 auto;
    color: white;
    border-radius: 44px;
    padding: 6px;
    width: 16px;}
	
	.del_popup {    position: fixed;
    background: white;
    width: -webkit-fill-available;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    padding: 14px;
    box-shadow: 0px 0px 10px 0px #0000002e;display:none;}
	.del_popup i{    position: absolute;
    right: 12px;
    font-size: 19px;
    color: #ae1d1d;
    top: 10px;}
	
	.del_img_prd {       width: fit-content;
    position: absolute;
    top: 1px;
    right: 6px;
    background: #a61717;
    color: white;
    padding: 3px;
    border-radius: 2px;
    font-size: 14px;}
	.del_img_prd i{}
	.del_popup h3{    font-size: 17px;}
	.del_popup_del{    width: fit-content;
    display: inline-block;
    background: #ac2626;
    color: white;
    padding: 6px 21px;margin: 8px;
    border-radius: 2px;cursor:pointer;}
	.del_popup_cancel{       width: fit-content;
    display: inline-block;
    background: #cecece;
    padding: 6px 21px;
    border-radius: 2px;
    margin: 8px;
    color: black;cursor:pointer;}
	
	
	/*footer*/
	
	footer {background: black;
    color: white;}
	footer p{margin: 0px;
    padding: 14px;
    text-align: center;
    font-size: 11px;}
	
	