
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);

html {overflow-x: hidden;}
body {padding:0;margin:0;font-family:Montserrat;background:#fff;}
	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:Montserrat;}
: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: Montserrat;}

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; 
}

.alert_full_page {
	height: -webkit-fill-available;
    width: -webkit-fill-available;
    color: black;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.Active {background: #01ce01;
      color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    top: 8px;}
	
.Inactive {background: #e45c5c;
    color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    top: 8px;}	
.alert_full_page h3{}
 .next_btn {      min-width: 100px;
    width: fit-content;
    background: #015fb1;
    padding: 12px 20px;
    color: white;
    margin: 5px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #00000026;
    text-align: center;
}

.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;
}	
.clip_path1 {
	clip-path: polygon(100% 0, 40% 100%, 0 100%, 0 58%);
    -webkit-clip-path: polygon(100% 0, 40% 100%, 0 100%, 0 58%);
    position: fixed;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #088bb3;
	background: repeating-linear-gradient(45deg, #3F51B5, transparent 23%), repeating-linear-gradient(-74deg, #9C27B0, transparent 19%), repeating-linear-gradient(5deg, #E91E63, transparent 31%);
	top:0;
	left:0;
}



header {background: white;
    width: -webkit-fill-available;
    padding: 0;
    overflow: hidden;
    position: sticky;
    display: flex;
    padding: 0px;
    top: 0;
    z-index: 22;
    box-shadow: 0px 0px 10px 0px #0000001a;
}
header .logo{    display: flex;
    margin: 0px 20px;}
header .logo h3{    color: #231f20;
    margin: 14px 0 14px 0;
    font-size: 22px;}
header .logo img{  width: 64px;
    height: 64px;
	display:none;
    margin: 0px 0px 5px 10px;}
	
header .head_txt {display: flex;
    position: absolute;
    right: 80px;}
header .head_txt h3{font-weight: 400;
    padding: 20px;
    cursor: pointer;
    top: -16px;
    color: #616161;
    font-size: 13px;
    letter-spacing: -0.4px;
	}
	header .head_txt h3 img {border-radius: 50px;
    width: 32px;
    position: relative;
    top: -7px;
    border: 2px solid #c5c5c5;
}


	
header .head_txt h3:hover {
	transition:0.3s;color:black;
}	

.btn_3 {background: #8BC34A;
    color: white;
    padding: 7px 10px;
    width: fit-content;
    margin: 1px auto;
    font-size: 12px;
    border-radius: 3px;}

.mobile_home {display:none;}



.login {
    width: 40%;
    background: white;
    height: auto;
    border-radius: 12px;
    padding: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 200px;
    text-align: center;
    box-shadow: 1px 12px 8px 3px #13719fc9;
}
#login p {
    text-align: center;
    margin: 31px 0 20px 0;
}
.login h1:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #b2b7b9;
    bottom: -10px;
    border-radius: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.login h1:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2fb6f9;
    z-index: 99999;
}
.login h1{margin: 0;
    font-weight: 500;
    color: #088bb3;
    letter-spacing: -1px;}
.login p{margin: 33px 7px 20px;
    font-size: 10px;
    color: #000;}
.login form{margin: 0px 0px 5px;}
.login form a{font-size: 10px;
    margin: 9px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: black;
    padding: 7px;
    border-radius: 19px;}
.login form input{
    width: -webkit-fill-available;
    padding: 12px 30px;
    margin: 5px;
    font-size: 18px;
    border-radius: 50px;
    background: #ffffff38;
    outline: none;
    border: 1px solid #ccc;
}
.login form input[type=submit]{
    background: #11a0e6;
    color: white;
    border: 0px;
    padding: 10px;
    width: 100%;
    max-width: 249px;
    margin: 25px 0 0 0;
    box-shadow: 1px 0px 7px 2px #00000052;
    cursor: pointer;
}
.main-login-panel {
    background-image: url(./images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    display: block;
    background-position: center;
}
.user-icon {
    border: 1px solid #fdfdfd;
    position: absolute;
    top: -46px;
    left: 50%;
    padding: 20px;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 1px -11px 9px 0px #0f628c;
}
.user-icon img{width: 100%;}
.main-login-panel:before {
    position: absolute;
    content: '';
    background: linear-gradient( 
17deg
 , #00abffbd 10%, #085982) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#register {display:none;}

.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;
}

.payment_details{
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    color: #000;
    font-size: 25px;
}

.payment_details:before {
    position: absolute;
    content: "";
    background-color: #9a9696;
    width: 50px;
    height: 1px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.payment_details:after {
    position: absolute;
    content: "";
    background-color: #2891cc;
    width: 17px;
    height: 2px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}



.api_details{
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    color: #000;
    font-size: 25px;
}

.api_details:before {
    position: absolute;
    content: "";
    background-color: #9a9696;
    width: 50px;
    height: 1px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.api_details:after {
    position: absolute;
    content: "";
    background-color: #2891cc;
    width: 17px;
    height: 2px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.my_account_form {    padding: 0px 30px;}
.my_account_form h3{font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding: 0px 10px 10px;
    width: fit-content;
    margin: 14px auto 21px;}
.my_account_form img {  width: 100px;
    height: 100px;
    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;
    
}

div#update_details {
    border: 1px solid #2196f3;
    width: 100%;
    max-width: 225px;
    padding: 11px;
    border-radius: 50px;
    background-color: #2196f3;
    margin: 0 0 20px 0;
    color: #fff;
    cursor: pointer;
}
.input_area{
    border: 1px solid #71c2ff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.input_area textarea{    background: none;
    width: -webkit-fill-available;
    border: 0px;
    min-height: 200px;white-space: pre;}


.container {    background: white;
    margin: 15px;
    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;}

 .card_row{background: linear-gradient( 
45deg
 , #0a67b1, #3cacde);
    padding: 10px;
    display: flex;
    box-shadow: 0px 0px 10px 0px #0000001f;
    color: white;
    font-weight: 300;
    position: sticky;
    top: 0;
    z-index: 2;
    margin: 25px auto;}
 .card_row p{width: -webkit-fill-available;
    text-align: center;
    padding: 7px;
    margin: 0px;
    font-size: 15px;
    font-weight: 500;}

    .card_row i {
    margin-right: 10px;
}
	
	.card_row2 {display: flex;}
	.card_row2 p{ margin: 0px;
    width: -webkit-fill-available;
    text-align: center;
    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;}

.container2 {
    background: white;
    margin: 15px;
    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 {padding: 0px 30px;
    width: min-content;
    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;
}

#forgot_pass {display:none}
.container2 .btn_payment:hover{transition: 0.4s linear;
    background: #4CAF50;cursor:pointer}


.main3 {
margin: 13px;
    background: white;
    padding: 50px;
    min-height: 409px;
    box-shadow: 0px 0px 10px 0px #80808036;
    border-radius: 10px;	
}
.main3 h2{    margin: 11px 0px;
    font-weight: 400;
    font-size: 24px;}
.main3 h3{font-weight: 500;}

.main3 h1{  font-weight: 400;
    margin: 13px 0px;
    font-size: 25px;
    text-align: center;}
.main3 form {text-align: center;}
.main3 form .input_box{border: 1px solid #00000059;
    width: 40%;
    margin: 10px auto;
    border-radius: 3px;
    background: #00000000;}
.main3 form .input_box p {padding: 0px;
    font-size: 14px;
    color: #000000d6;
    position: absolute;
    top: -26px;
    background: white;
    width: fit-content;
    left: 16px;
    font-weight: 700;}
	.main3 form #showPreviewLogo {max-width: 108px;
    height: 104px;
    border: 1px solid #00000069;
    margin: 30px auto;
    position: relative;
    left: auto;
    border-radius: 50%;
    transform: unset;
    width: 100%;}
	
	
	.main3 form img {width: auto;
    max-width: 118px;
    height: 126px;
    border: 0px;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;}
    #ecommerce_input{margin-bottom: 26px;}
	
	.delImg {position: absolute;
    top: 3px;
    right: 3px;
    background: #f6364a;
    color: white;
    padding: 7px 8px;}
	.fa-trash-o {}
	
	.divider {
    background: #f1f1f17d;
    width: 200px;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #03a7f159;
}
.sug_alert {
    text-align: center;
    font-size: 14px;
    color: #f90000;
    font-weight: 500;
}
.divider2 {
    border: 1px solid #2196f354;
}
input#block_loader {
    display: block;
    background-color: #03a7f1;
    margin: 25px auto;
}
.main3 h1{font-weight: 700;}

#holder_button.btn_holder {
    display: flex;
    justify-content: center;
    margin: 25px 0 25px 0;
}
	
	
	.main3 form .divider .input_box {width: -webkit-fill-available;}
	.divider .num {
    width: fit-content;
    background: #03a9f4;
    color: white;
    padding: 5px 10px;
    position: relative;
    z-index: 5;
    left: -6px;
    top: -6px;
    border-radius: 50px;
}
	
		.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: #03a7f1;
    color: white;
    padding: 7px;
    position: relative;
    z-index: 5;
    left: -6px;
    top: -6px;
    border-radius: 50px;
    width: 16px;
    height: 16px;
}
	
	.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;
    outline: none;font-weight: 500;
    background: #00000003;    resize: vertical;}
.main3 form   input[type=submit]{   background: #5097d4;
    border: 0px;
    padding: 14px 24px;
    margin: 10px auto;
    color: white;
    border-radius: 43px;
    font-size: 16px;
    font-weight: inherit;
    position: relative;}
	
.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: 30% !important;
    padding: 0px;
}

.theme {   width: fit-content;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    border: 2px solid transparent;
    padding: 11px;
    border-radius: 35px;}
.theme:hover {
    border: 2px solid #dbdcde;
    transition: 0.3s;
    box-shadow: 0px 0px 17px 3px #827c7c3b;
}
.theme img {
    width: calc(100% - 10%);
    height: auto;
}

.input_box input[type='file']:before {
    content: "Choose Image";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    color: #fff;
    opacity: 1;
    background-color: #03a7f1;
    height: 52px;
    width: 100%;
    border: none;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    border-radius: 6px;
}
.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;
    outline: none;
    resize: vertical;
}
.input_box input[type='file'] {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
    color: #fff;
}
.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;}	
	
	.sug_alert {text-align: center;
    font-size: 12px;
    color: #bf0707;}
	.btn_holder {top: 5px; }
	.btn_holder .skip_btn,.back_btn {display:inline-block}
	.btn_holder .skip_btn {
    left: 100%;
    transform: translate(-90%, 2px);
    background-color: #2196f3;
    padding: 9px 21px 9px 21px;
    border-radius: 50px;
    color: #fff;
    margin-top: 0px !important;
    font-size: 14px;
}
	.skip_btn {background: #5097d4;
    color: white;
    padding: 7px 12px;
    font-size: 12px;
    width: fit-content;
    border-radius: 5px;}
	 .back_btn{background: #2196f3;
    color: white;
    padding: 10px 22px;
    width: fit-content;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 12px !important;
    box-shadow: 0px 0px 6px 2px #00000040;
    margin: 2px 0 0px 0px;}
	
	.Active {
    background: #01ce01;
    color: white;
    position: relative;
    border-radius: 5px;
    padding: 5px 14px 7px;
    top: 8px;
}
	#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: 8px;
    font-size: 15px;
    padding: 5px 10px;
    cursor: pointer;
    background-color: #eaeaea;
    border-radius: 5px;}

.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);}
}


/*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*/
/*dashboard  csss*/

.dashboard {
    display: grid;
    grid-template-columns: 25% auto;
    min-height: 100%;}
.dash_side1 {color: #9E9E9E;
    background: white;
    font-size: 13px;
    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: -8px;
    width: 100%;
    max-width: 300px;
    background-color: #f1f1f1;
    padding: 15px;
    height: 100%;}
.dash_side1 .dash_link li{border: 0px solid;
    margin: 10px;
    padding: 10px;
    font-weight: 500;
    border-radius: 0px;
    list-style-type: none;
    font-size: 15px;
}
	.dash_side1 .dash_link li.active {
    background-color: #00ce08;
    color: #fff;
    margin-bottom: 18px;
    font-size: 15px;
    border-radius: 29px;
    text-align: center;
	}
	
	.dash_side1 .dash_link li:hover {
		background: #efefef;
    color: #0c0000;
    border-radius: 16px;
    transition: 0.3s;
    box-shadow: 0px 0px 6px 2px #0000001a;
	}
.dash_side2 {
    background-color: #fff;
}
.dash_side2 .das_box{ background: white;
    background: #2196f3;
    width: 149px;
    margin: 20px 15px 15px 0;
    padding: 19px 21px;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #0000004a;
    position: relative;
    overflow: hidden;

}

.dash_side2 .das_box:before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    right: -59px;
    bottom: -85px;
    border-radius: 12px 1px;
    background: #f9f9f9;
    z-index: 9;
    opacity: 0.2;
    transform: rotate( 
25deg
 );
}

.dash_side2 .das_box:after {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    right: -65px;
    bottom: -106px;
    border-radius: 12px 1px;
    background: #f9f9f98f;
    z-index: 9;
    opacity: 0.2;
    transform: rotate( 
25deg
 );
}


.fa-question-circle:before {
    content: "\f059";
    color: #fff;
}
.dash_side2 .das_box h3 {}
.dash_side2 .das_box i {}
.dash_side2 .das_box p {font-weight: 500;}
.dash_side2 h2{text-align: center;
    color: gray;
    margin: 0px;
    font-weight: 400;
    font-size: 20px;}
.dash_side2 h1{}
.dash_side2 h3{}

/*dashboard  csss end */
/*Wallet*/

.wallet_main {background: white;
    padding: 10px 0px;
    min-height: 500px;}
.wallet_main .wallet_side1{    width: 28em;
    display: inline-block;
    padding: 2em;
    margin: 10px;}
.wallet_main .wallet_side1 h2{font-weight: 300;
    color: #636363;}
	.wallet_main .wallet_side1 p i {    font-size: 25px;
    margin: 10px;
    background: #4fbd4f;
    color: white;
    padding: 9px 14px 5px;
    border-radius: 20px;}
.wallet_main .wallet_side1 form{}
.wallet_main .wallet_side1 form input{border: 1px solid transparent;
    outline: none;
    border-bottom: 2px solid #2196F3;
    width: 200px;
    background: #03a9f408;
    padding: 12px;}
.wallet_main .wallet_side1 form input[type=submit]{background: #4fbd4f;
    color: white;
    width: 87px;
    border-radius: 2px;
    border: 2px solid #4fbd4f;
    margin-left: -6px;}
.wallet_main .wallet_history{}


/* order navigator */
.navigator_up {margin: 10px;
    font-size: 11px;
    text-align: center;}
.nav_cont {width: fit-content;
    padding: 12px;
    border-radius: 33px;
    display: inline-block;
    background: #f3f3f3;
    font-size: 17px;
    box-shadow: 0px 0px 8px 3px #0000001c;
    margin: 7px;}
    
	
	.nav_cont:hover {
    background: #03a9f4;
    color: #fff;
}



#holder_button.btn_holder {
    display: flex;
    justify-content: center;
    margin: 25px 0 25px 0;
}
 .navigator_up .active {background: #03A9F4 !important;
    color: white !important;
    position: relative;
    top: 0px;
}
.all_theme {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.nav_cont i {}
	
	/*footer*/
	
	footer {
    background: #2196f3;
    color: white;
}
	footer p{margin: 0px;
    padding: 14px;
    text-align: center;
    font-size: 11px;}

    /*------------------------------6-10-2021------------------------------*/

    .home-icon {
    margin-right: 8px;
    color: #2196f3;
}

i.fa.fa-gear {
    color: #2196f3;
    margin-right: 8px;
}

i.fa.fa-sign-out {
    color: #2196f3;
    margin-right: 8px;
}
.user {
    float: left;
    border-radius: 50px;
    margin-right: 8px;
    position: relative;
}

.user:before {
    position: absolute;
    content: "";
    background-color: #3bde3b;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    z-index: 999;
    top: -5px;
    left: 0px;
}

.line {
    background-color: #9a9696;
    width: 50px;
    height: 1px;
    position: relative;
    left: 16px;
    top: -8px;
    visibility: hidden;
}
.line:before {
    position: absolute;
    content: "";
    background-color: #2196f3;
    width: 16px;
    height: 2px;
    top: 0px;
    letter-spacing: 16px;
}

.lines {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9e9797;
    width: 106px;
    height: 1px;
    bottom: 0px;
}

.lines:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #03a9f4;
    width: 35px;
    height: 3px;
    bottom: 0px;
    z-index: 999;
}

.fa_icon {
    color: #2196f3;
    margin-right: 7px;
}
.manage-banner h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    color:#000;
    font-size: 25px;
}
.manage-banner h2:before {
    position: absolute;
    content: "";
    background-color: #9a9696;
    width: 50px;
    height: 1px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.manage-banner {
    margin-bottom: 43px;
}
.manage-banner h2:after {
    position: absolute;
    content: "";
    background-color: #2891cc;
    width: 17px;
    height: 2px;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.user_details_section{
    background: white;
    border-radius: 4px;
    overflow: hidden;
    padding: 0px 0px 14px;
    margin: 10px;

}

span.balances {
    font-size: 18px;
    font-weight: 600;
}
label.add_money {
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}
.money_input{
    padding: 15px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #2389c7;
    border-radius: 50px;
}
:focus{outline:none;}
.money_submit{
    width: 100%;
    max-width: 141px;
    padding: 13px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #1a7ec0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}
.input_area_section{
    width: 100%;
    max-width: 565px;
    padding: 17px;
    margin: 17px auto;
    display: block;
    border: 1px solid #0000002b;
    background: #0000000a;
    border-radius: 4px;
    text-align: left;
    
}
.input_area_section p{
    color: #000;
    font-weight: 600;
    text-align: left;
}

form.close_form {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    border: 1px solid #c8ccd0;
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 9px;
}

.input_field{
    width: 100%;
    padding: 9px;
    border-radius: 50px;
    border: 1px solid #2196f3;
    margin-bottom: 15px;
}
.process4{
    padding: 11px;
    background-color: #2196f3;
    border: none;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 7px 3px #0000003b;
    font-size: 15px;
    cursor: pointer;
}

.logo_input{
    margin-top: 15px;
}

@media(max-width: 1920px){
  .user_details_section{
    position: relative;
    left: -100px;
  }  
}
@media(max-width: 1536px){
   .user_details_section{
    position: relative;
    left: 0px;
  }  
}	