@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    background: #dddee4;
} 
.error {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none;
    color: red !important;
}
.phone-code {
    width: 25% !important;
    display: inline-block;
}
.phone_number {
    width: 73% !important;
    display: inline-block;
    margin-left: 4px;
}
.req-field-star {
    color: red;
}
.form-check.set-label label.error {
    display: block;
    position: absolute;
    bottom: -50px;
}
 /* .form-group label:not(.error){
     font-weight: bold;
 } */

 /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* signature css */
#sig canvas {
    width: 100% !important;
    height: auto;
}
.kbw-signature {
    width: 400px;
    height: 200px;
}

.kbw-signature {
    display: inline-block;
    border: 1px solid #a0a0a0;
    -ms-touch-action: none;
}
#error-message {
  color:red;
}
/* signature css */

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-control:focus {
    box-shadow: none;
}
.mainwrap {
    padding: 40px 0;
    position: relative;
    height: 100vh;
    background: #dddee4;
}
.loginwrap {
    align-items: center;
    display: flex;
}
.homepg {
    background-image: url(../imgs/online-shopping.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}
.mainwrap .linkwrap{
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 3px 0px #00000017;
}
.mainpage-linkwrap {
    text-align: center;
}
.mainwrap .linkwrap .mhead{
    padding: 10px 0;
    position: relative;
    margin-bottom: 20px;
}
.mainwrap .payment-box .mhead {
    padding: 0px 0 20px;
    position: relative;
    margin-bottom: 20px;
}
.mainwrap .linkwrap .mhead p{
    margin-bottom: 5px;
}
.mainwrap .linkwrap .mhead:after{content:"";position:absolute;width: 100%;height: 1px;bottom: 0;background: #a5a5a54a;display: none;}
.mainwrap .payment-box .mhead:after{content:"";position:absolute;width: 100%;height: 1px;bottom: 0;background: #0000004a;}
.mainwrap .payment-box .mhead .success {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #3cae29 !important;
}

.mainwrap .payment-box .mhead .warning {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #ffc262 !important;
}

.mainwrap .payment-box .mhead .fail {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: #c55c3d !important;
}
.mainwrap .linkwrap .mhead h2{
    font-size: 20px;
    font-weight: 500;
    color: #1b1f2a;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.mainwrap .linkwrap .mbody .designUEmail{}
.mainwrap .linkwrap .mbody{
    /* padding: 0 30px; */
}
.payment{
    height: 100% !important;
}
@media(min-width:768px){
    .payment-box .payment-img{
        position: relative;
        bottom: -20px;
        right: -30px;
    }
}
.mainwrap .payment-box .mbody h4 {
    font-weight: 700;
}
.mainwrap .linkwrap .mbody form{
    margin-top: 20px;
}
.mainwrap .linkwrap .mbody form .form-group{}
.mainwrap .linkwrap .mbody form .form-group label{
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #1b1f2a;
}
textarea.form-control {
    height: auto !important;
}
.mainwrap .linkwrap .mbody form .form-group select{
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: none;
    background-color: #f3f3f3;
    /* box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.09); */
    text-decoration: none;
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.mainwrap .linkwrap .mbody form .form-group .form-control{
    width: 100%;
    height: 46px;
    border-radius: 4px;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 9%); */
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 0 0px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.mainwrap .linkwrap .mbody form .form-group p{
    font-size: 14px;
    padding-top: 0;
    color: #4c4c4c;
    padding: 0px 0 0px;
    margin: 0;
}
.fmain{
    background: #fff;
    /* box-shadow: 0px 0px 20px #0000001f; */
    width: 100%;
    display: none;
}
.fmain .copyright{
    padding: 20px 0;
    text-align: left;
}
.fmain .copyright p{
    margin-bottom: 0;
        display: none;
}
.paymentGateway b{font-size:14px}
.mheading{
    font-size: 20px;
    font-weight: 500;
    color: #1b1f2a;
    margin: 30px 0 30px;
    position: relative;
    padding-bottom: 15px;
}
.mheading:after{content: "";position: absolute;width: 100%;height: 1px;bottom: 0;left: 0;background: #a5a5a54a;}

.btn {
    text-transform: capitalize;
    border-radius: 4px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary{color: #fff;
    background-color: #0036c7;
    border: 1px solid #0036c7;}
.btn-primary:hover{}
.btn-primary:active,.btn .btn-primary:focus{
    box-shadow: none;
}
.btn.focus, .btn:focus,.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
#paymentResponse p{
    color: red;
}

/* .top-img-portion{
    text-align: center;
    position: inherit;
}

.top-img-portion img{
    
} */


.card-details img{
     width: 49px !important;
}

.failure-img{
    margin: 0 auto;
    width: 45%;
    
}

/*mohsin code*/
.w-35{
    width:35%;
}

.btn-transparent{
    border: 1px solid #cacaca;
    color: grey;
}

.mainpagewrap{  
    padding: 0px;
    position: relative;
    height: 100vh;
}


.mainpagewrap:before{
    content: "" !important;
    background: none !important;
}

.p-type{
    font-size: 30px;
}

.payment-gatways li{
    margin: 0px 0px 0px -19px;
    border: none !important;
    border-radius: 10px !important;
}

.link-gen-text{
    font-size: 20px;
}

.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}
.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
    background-image: url(https://i.imgur.com/OQiDoZe.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 11px;
    display: inline-block;
    margin: 5px 5px 0px 0;
    vertical-align: top;
}
.dropdown dt a span {
    cursor: pointer;
    display: block;
    height: 44px;
    padding: 10px;
    white-space: nowrap;
}
.dropdown dt a img {
	position: relative;
	z-index: 1;
}
.dropdown dt a span span:first-child:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
}
.dropdown dt a span span {
	display: inline-block;
	padding: 0;
}
.dropdown dt a span span:first-child {
	padding: 0;
}
.dropdown dd {
	position: relative;
}
.dropdown a:hover {
	color: #5d4617;
}
.dropdown dt a:hover, .dropdown dt a:focus {
	color: #5d4617;
}
.dropdown dt a {
	position: relative;
	display: block;
}

#country-select:after{
    content:"\f078";
    font-size:14px;
    color:#676767;
    position:absolute;
    right:0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 10px;
    top: 12px;
}

.dropdown dd ul {
  background: #fff;
    color: #C5C0B0;
    display: none;
    left: 0px;
    padding: 5px 0px;
    position: absolute;
    width: 270px;
    border: 1px solid #e6e6e6;
    list-style: none;
    max-height: 170px;
    overflow-y: scroll;
    top: 10px;
    z-index: 2;
}

.dropdown dd ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-left:1px solid rgba(0,0,0,0.1);
}
.dropdown dd ul::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
 background: blue;
}
.dropdown span.value {
	display: none;
}
.dropdown dd ul li a {
	padding: 5px;
	display: block;
	font-size: 12px !important;
}
.dropdown dd ul li a:hover {
	background-color: rgb(249 249 249);
}
dl.dropdown {
        display: inline-block;
    width: 100%;
    opacity: 1;
    top: 0;
    visibility: unset;
    position: relative;
    background: #f3f3f3;
    box-shadow: none;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 0;
}
dl.dropdown span:nth-child(3) {
	color: rgba(0,0,0,0.4)
}
dl.dropdown span:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
dl.dropdown span:nth-child(3) {
    position: relative;
    top: 0;
    left: 5px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
dl.dropdown dt span:nth-child(2) {
	color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    display:none;
}
dl.dropdown dt span:nth-child(3) {
	/* display: none; */
}
.countryFlag {
	padding: 0;
	background-image: url("https://i.imgur.com/OQiDoZe.png");
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-right: 4px;
	width: 16px;
	cursor: pointer;
	white-space: nowrap;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #BFBFC1 #B6B6B6 #969696;
	border-image: none;
	border-radius: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

ul.flag-dropdown li {
    display: block !important;
    padding: 0 !important;
    width: 100%;
}


.addBtn{
    margin: 2px;
}

.field-icon {
    float: right;
    position: relative;
    z-index: 999;
    top: 43px;
    right: 8px;
}

.sa_field-icon {
    float: right;
    position: relative;
    z-index: 999;
    top: 43px;
    right: 8px;
}

.extrawpr{
    position: absolute;
    left: -550px;
    width: 100%;
    top: 130px;
    }
 .extrawpr .pdng{padding: 20px 0 10px;} 
 .chekwrp{
    padding: 0 0 0px 30px;
    position: relative;
}
 
  .chekimg{padding: 0;position: absolute;top: 2px;}
  .toppdng{position: relative;
    top: -20px;}
    .toppdng a{    margin: 0 0 0 16px;
    color: #777;}
.strbimg{width: 130px;} 




.list-group-item{width: 25%;}
/* .form-check-inline label img{width: 100px !important; } */

@media (min-width: 0px) and (max-width: 769px){
    .top-img-portion{    display: block !important;    text-align: center !important;}
    .extrawpr{position: unset;}
    .toppdng{    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;}
    .widthwrprrr li{    width: 26% !important;    padding: 5px;}
}

.form-check-inline label img{
     margin-right: 25px;
         width: 115px;  
        }

.imggwrp{    height: 50px;
    margin-top: 50px;}
    
    
    .form-check-inline label .card-types{
        width: 65px !important;
    }
    
    .ui-datepicker-calendar, .ui-priority-secondary {
    display: none;
    }
    
    .table>tbody>tr>td, .table>tfoot>tr>td {
        padding: 20px 15px;
        color: #434e57;
        font-size: 16px;
        border-color: #ecebee;
      }
      .table>tbody>tr>td a, .table>tfoot>tr>td a {
        color: #16181d;
        font-weight: 500;
      }
      table .row-options {
        margin-top: 5px;
        padding: 2px 0 0;
        position: static;
        left: -9999em;
        white-space: nowrap;
      }
      table>tbody>tr>td .row-options a {
        color: #909ab4;
        font-weight: 400;
        font-size: 14px;
      }
      
table.dataTable thead th:first-child {	
    border-top-left-radius: 4px;	
  }	
  .table thead tr th:first-child,.table thead tr th:last-child {	
    border-left: 0;	
  }	
  table.dataTable thead>tr>th {	
    color: #434e57;
    background: transparent;	
    vertical-align: middle;	
    border-bottom: 1px solid;	
    border-color: #ecebee !important;	
    font-size: 16px;	
    padding-top: 12px;	
    white-space: nowrap;
    padding-bottom: 12px;	
  }	
  .table>thead>tr>th {	
    font-weight: 400;	
    white-space: nowrap;
  }	
  .table>thead>tr>th {	
    padding-left: 15px;	
    padding-right: 15px;	
    border-top: 0 !important;	
    border-right: 0;	
  }	
  table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc {
    background: transparent;
    font-weight: 400;
  }
  .table>thead>tr>th .checkbox,.table>tbody>tr>td .checkbox {	
    padding-left: 0;	
    width: 20px;	
  }	
  .table>thead>tr>th .checkbox label::before,.table>tbody>tr>td .checkbox label::before {	
    margin-left: -12px;	
    border: 1px solid #bfcbd9;	
  }	
  .table>thead>tr>th .checkbox label::after,.table>tbody>tr>td .checkbox label::after {	
    margin-left: -12px;	
    padding-top: 0px;	
  }
  .dataTables_wrapper .dt-buttons.btn-group {
    margin-top: 26px;
  }
  
  .dataTables_filter {
    width: 100%;
    margin-bottom: 20px;
  }
  .dataTables_length {
    /*float: none;*/
    margin-bottom: 30px;
  }
  .dataTables_wrapper .dt-buttons.btn-group .btn {
    color: #16181d;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    background-color: #f6f8fa !important;
    border-color: #f6f8fa !important;
  }
  div.dataTables_wrapper div.dataTables_length select {
    width: 100px;
    color: #16181d;
    display: block;
    background: #f6f8fa;
    margin-top: 4px;
    border-color: transparent;
  }
  div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length label, .dataTables_empty {
    color: #1b1f2a;
  }
  .dataTables_length select,
.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select.form-control,
textarea.form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacbd2 ;
  color: #1b1f2a;
  font-size: 14px;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  line-height: 1;
  border-radius: 4px;
  height: 44px;
}