@charset "ISO-8859-1";

@media (min-width: 992px) {
  .modal .modal-lg {
    width: 900px;
  }
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.select2-selection__rendered {
    height: 100% !important;
    overflow: normal !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #ffffff;
    background: #686868;
    border: 1px solid #686868;
    }

body {
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  font-size: 12px!important;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.payout {
  width: 21cm;
  min-height: 29.7cm;
  /* padding: 2cm 1cm; */
  padding : 0.5cm 1cm 1.5cm 1cm;
  margin: 1cm auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
   border-radius: 0;
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}
.subpage {
  padding: 1cm;
  border: 5px red solid;
  height: 256mm;
  outline: 2cm #FFEAEA solid;
}
@page {
  size: A4;
  margin: 0;
}
@media print {
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    background: initial;
    page-break-after: always;
  }
}

.card-header {
	display: flow-root;
    padding: 0.75rem 2rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
span.float-left {
    float: left;
}
span.float-left strong {
    font-size: 18px;
}
.float-right {
    float: right;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 3rem 0rem;
}
.border-hr {
    width: 100%;
    padding: 15px;
    background-color: #fb4848;
}
.border-hr-b {
    width: 100%;
    padding: 15px;
    margin: 0px 0px 10px;
    background-color: #fb4848;
}
.float-right.invoice-bottom {
    padding-bottom: 30px;
}
.invice-header {
    text-align: center;
    background: #fff!important;
    padding: 20px 20px;
	text-transform: uppercase;
}
.invice-box {
width: 300px;
border: 1px solid #000;
}
.invoce-bg {
background-color: #fb4848;
color:#fff;
padding: 2px 6px;
width: 60%;
}
.invoce-tx {
    padding: 2px 5px;
}
.invice-box-b {
    border-top: none;
}
.invice-box-period {
    float: right;
    width: 300px;
    padding: 20px 0px;
}
.invoce-no-bg {
    width: 30%;
	padding: 2px 6px;
}
.invoce-bg-full{
width: 100%;
color:#fff;
padding: 2px 6px;
background-color: #fb4848;
text-align:center;
}
.table-invice td {
    font-size: 10px !important;	
    border: 1px solid #dee2e6;
}
.table-invice th {	
	font-size: 10px !important;
    border: 1px solid #dee2e6;
}
th.vertical-al {
    vertical-align: middle;
}
table.table.table-invice.table-payment {
    width: 57%;
	float: right;
}
.table.table.table-invice.table-payment td, th {
    font-size: 13px;
    border: 1px solid #dee2e6;
}
.amount-box {
    background-color:rgba(0,0,0,.03);
    padding: 40px 12px;
    margin: 30px 0px;
}
.amount-content {
    width: 20%;
}
.amount-content-main {
    width: 50%;
}
.amount-box-inner {
    padding: 6px 0px;
}
span.dealer-code {
    border: 1px solid #000;
    padding: 4px;
    float: left;
    width: 60%;
}
.table-responsive-sm.table-striped {
    width: 100%;
    display: inline-block;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.03)!important;
}
.table-hover :hover{
	cursor : pointer;
}

input.largerCheckBox {
	transform: scale(2);
	margin: 12px;
}

.gerate-invoice-row{
	padding:3%;
}

/* input[type=checkbox] { */
/*   position: relative; */
/*   border-radius: 2px; */
/*   background: none; */
/*   cursor: pointer; */
/*   line-height: 0; */
/*   margin: 0 .6em 0 0; */
/*   outline: 0; */
/*   padding: 0 !important; */
/*   vertical-align: text-top; */
/*   height: 25px; */
/*   width: 25px; */
/*   -webkit-appearance: none; */
/*   background-color:green; */
/* } */

/* .preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.8);
} */
/* .preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
.cssload-speeding-wheel {
  width: 88px;
  height: 85px;
  margin: 0 auto;
}
.cssload-speeding-wheel:before {
    content: "Loading..." !important;
    color: #fc4c4c;
    font-size:28px;
    font-weight:bold;
} */

/* .table>tbody>tr>td {
    color: #111;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    line-height: 20px;
} */

/* Otp Model Style */

.otp-Form {
      width: 230px;
      height: 300px;
      background-color: rgb(255, 255, 255);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px 30px;
      gap: 20px;
      position: relative;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.082);
      border-radius: 15px;
    }

    .mainHeading {
      font-size: 2.1em;
      color: rgb(15, 15, 15);
      font-weight: 700;
    }

    .otpSubheading {
      /* font-size: 0.7em; */
	  font-size: 1.5em;
      color: black;
      line-height: 17px;
      text-align: center;
    }

    .inputContainer {
      /* width: 100%; */
	  margin: 5% 40% 5% 40%;
      display: flex;
      flex-direction: row;
      gap: 10px;
      align-items: center;
      justify-content: center;
    }

    .otp-input {
 /*      background-color: rgb(228, 228, 228);
      width: 30px;
      height: 30px;
      text-align: center;
      border: none;
      border-radius: 7px;
      caret-color: rgb(127, 129, 255);
      color: rgb(44, 44, 44);
      outline: none;
      font-weight: 600; */
      	background-color: rgb(228, 228, 228) !important;
	    width: 30px !important;
	    height: 30px !important;
	    text-align: center !important;
	    border: none !important;
	    border-radius: 7px !important;
	    caret-color: rgb(127, 129, 255) !important;
	    color: rgb(44, 44, 44) !important;
	    outline: none !important;
	    font-weight: 600 !important;
    }

    .otp-input:focus,
    .otp-input:valid {
      background-color: rgba(127, 129, 255, 0.199);
      transition-duration: .3s;
    }

    .verifyButton {
	  margin-left:33%;
	  margin-right:40%;
	  width: 33%;
/* 	  margin-top: */
      height: 30px;
      border: none;
      background-color: rgb(127, 129, 255);
      color: white;
      font-weight: 600;
      cursor: pointer;
      border-radius: 10px;
      transition-duration: .2s;
    }

    .verifyButton:hover {
      background-color: rgb(144, 145, 255);
      transition-duration: .2s;
    }

    .exitBtn {
      position: absolute;
      top: 5px;
      right: 5px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.171);
      /* background-color: rgb(255, 255, 255); */
      border-radius: 50%;
      width: 25px;
      height: 25px;
      border: none;
      /* color: black; */
      font-size: 1.1em;
      cursor: pointer;
	  font-weight: 900;

	  background-color: #17324c !important;
	  color : "white !important";
	  outline: none;
	  text-decoration: none;
	  text-shadow: 0 1px 0 #fff;
	  opacity: .5;
    }

    .resendNote {
      font-size: 0.7em;
	  /* font-size: 1.5em; */
      color: black;
      width: 100%;
      /* display: flex; */
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }
    .resendBtn {
      background-color: transparent;
      border: none;
      color: rgb(127, 129, 255);
      cursor: pointer;
      font-size: 1.2em;
      font-weight: 700;
    }

	.errorBorder{
		/* border : solid 2px #a94442 !important; */
		border : solid 2px #f44336 !important;
	}

	.alert-success2 {
		font-size: 18px;
		color: #fff;
		background-color: #00c851;
		border-color: #00c851;
		width: fit-content;
		right: 12px;
		z-index: 999;
		position: fixed;
		bottom: 5px;
	}

	.close1 {
		/* width: 35px; */
		/* height: 35px; */
		width: 10px !important;
		height: 18px !important;
		background-color: #17324c !important;
		color: #fff;
		font-size: 25px !important;
		opacity: 1;
		/* position: absolute; */
		position: initial !important;
		float: right;
		right: 4px;
		margin-left: 12px;
		margin-top: 0px !important;
		top: 4px;
		border-radius: 50%;
	}

	iframe{
		 width: 100% !important; 
	}
	embed {
		width: 100% !important;
	}

	.kwy-btn-primary {
		color: #fff;
		background: #112233;
		border: 1px solid #112233;
		-webkit-box-shadow: 0 2px 2px 0 rgba(17, 34, 51, 0.14), 0 3px 1px -2px rgba(17, 34, 51, 0.2), 0 1px 5px 0 rgba(17, 34, 51, 0.12);
		box-shadow: 0 2px 2px 0 rgba(17, 34, 51, 0.14), 0 3px 1px -2px rgba(17, 34, 51, 0.2), 0 1px 5px 0 rgba(17, 34, 51, 0.12);
		-webkit-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
	}
	.kwy-btn-primary:hover{
		color: #fff;
	}
	.modal-header>.close{
		background: red !important;
	}

	.modal-header>a>.close{
		background: red !important;
	}

	.bg-reject{
		border: none;
	}

/* Otp Modal */

.modaltop{
    position: fixed;
    top: 0 px !important;
    right: 0;
    bottom: 0;
    left: 0;
}

::-webkit-scrollbar-thumb {
    background: none;
}

.gst-enbl-sts-border {
	margin: 0 5px 0 5px;
    border: 2px solid red;
    border-radius: 5px
}

.gst-sts-1 {
    cursor: auto;
    margin-bottom: 2%;
    width: 90%;
    border : 1px solid;
}

.gst-sts-2 {
    cursor: auto;
    margin-bottom: 2%;
    width: 43%;
    border : 1px solid;
}

.gst-sts-3 {
    cursor: auto;
    margin-bottom: 2%;
    width: 43%;
    margin-left: 4%;
    border : 1px solid;
}

.gst-sts-txt {
 	font: inherit;
    font-size: 15px;
    font-weight: bolder;
    color: #ffffff;
    padding: 0 10%;
}

.dt-buttons {
    top:25px;
}
.modal-title {
    color: #fff;
    text-align: left;
}
.card-top {
    padding: 0px 40px;
    margin-top: 20px;
}
.form_box {
    width: 30%;
    float: left;
    padding: 1%;
}
@media screen and (max-device-width:992px)
{
.dt-buttons {
    top: 8px;
}
.dt-buttons {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    float: left;
    top: 3px;
    right: 5px;
}
}
@media screen and (max-device-width:767px)
{
.dtr-details > li {
    width: 100%;}
    .dt-buttons {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    float: left;
    top: 0;
    right: 0;
}
.modal>.modal-dialog {
    top: 20%;
}
.pull-right {
    float: left!important;
}
.gst-sts-2 {
    width: 90%;
}

.gst-sts-3 {
    width: 90%;
    margin-left: 0;
}
}
@media screen and (max-device-width:576px)
{
.dtr-details > li {
    width: 100%;
  }
 .dt-buttons {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    float: left;
    top: 0;
    right: 0;
}
.dataTables_wrapper .dataTables_paginate {
    float: left;
    padding-top: 0.25em;
    text-align: left;
    font-size: 12px;
    padding-bottom: 20px;
}
.form_box {
    width: 50%;
}
.gst-sts-2 {
    width: 90%;
}

.gst-sts-3 {
    width: 90%;
    margin-left: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.ui-datepicker-calendar {
    display: none;
}
#payout-invoice-table th:nth-of-type(6) {
		background: rgb(17, 34, 51);
		color: white !important;
	}
}
.payout-month>.DataTables_sort_wrapper{
	color : white !important; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea{
    border: 1px solid;
}

#gststsonotp{
	border-radius: 21px;
	margin-bottom: 25px;
}

.txt-clr-white{
	color:#fff !important;
}