﻿@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');


@import url('../fonts/roboto-light.css');
body {
    /* font-family: 'Poppins', sans-serif !important; */
	font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    color: #575962;
}
.clear
{
	clear:both !important;
}
.custom-template {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -325px;
	width: 325px;
	height: max-content;
	display: block;
	z-index: 1;
	background: #ffffff;
	transition: all .3s;
	z-index: 1003;
	box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .5s;
}

.custom-template.open {
	right: 0px;
}
.btn-danger-view{
    color: red;
}
.span-style{
    color: red;
    margin-left: 5px;
}
.swal-button--confirm{
    width: 70px !important;
}

.empty-row-bottom{
    margin-top:25px;
    height: 20px;
    background: #e2e7ed;
}
.empty-row-top{
    margin-top:-8px;
    height: 20px;
    background: #e2e7ed;
}
.filter-text{
    font-size: 16px !important;
    font-weight: 600;
}
.custom-template .custom-toggle {
	position: absolute;
	width: 45px;
	height: 45px;
	background: rgb(88, 103, 221);
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: 1px solid #177dff;
	cursor: pointer;
	color: #ffffff;
	box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
	font-size: 20px;
	animation: 1.3s spin linear infinite;
}

.custom-template .title{
    padding: 15px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #ebedf2;
    background: #5867dd;
}

.custom-template .custom-content{
	padding: 20px 15px;
	max-height: calc(100vh - 90px);
	overflow: auto;
}

.custom-template .switcher {
	padding: 5px 0;
}

.custom-template .switch-block h4 {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: uppercase;
}

.custom-template .btnSwitch {
	margin-top: 20px;
	margin-bottom: 25px;
}

.custom-template .btnSwitch button {
	border: 0px;
	height: 20px;
	width: 20px;
	outline: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	padding: 0;
	border-radius: 50%;
	border: 2px solid #eee;
	position: relative;
	transition: all .2s;
}

.custom-template .btnSwitch button:hover{
	border-color: #0bf;
}

.custom-template .btnSwitch button.selected{
	border-color: #0bf;
}

.custom-template .img-pick {
	padding: 4px;
	min-height: 100px;
	border-radius: 5px;
	cursor: pointer;
}

.custom-template .img-pick img {
	height: 100%;
	height: 100px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid transparent;
}

.custom-template .img-pick:hover img, .custom-template .img-pick.active img{
	border-color: #177dff;
}

.demo .btn, .demo .progress{
	margin-bottom: 15px !important;
}

.demo .form-check-label, .demo .form-radio-label{
	margin-right: 15px;
}

.demo .toggle, .demo .btn-group{
	margin-right: 15px;
}

.demo #slider{
	margin-bottom: 15px;
}

.table-typo tbody > tr > td{
	border-color: #fafafa;
}

.table-typo tbody > tr > td:first-child{
	min-width: 200px;
	vertical-align: bottom;
}

.table-typo tbody > tr > td:first-child p{
	font-size: 14px;
	color: #333;
}

.demo-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	padding: 10px;
	transition: all .2s;
}

.demo-icon:hover{
	background-color: #f4f5f8;
	border-radius: 3px;
}

.demo-icon .icon-preview{
	font-size: 1.8rem;
	margin-right: 10px;
	line-height: 1;
	color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
	color: #969696;
}

.demo-icon .icon-class{
	font-weight: 300;
	font-size: 13px;
	color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
	color: #a9a8a8;
}

.form-show-notify .form-control{
	margin-bottom: 15px;
}

.form-show-notify label{
	padding-top: 0.65rem;
}

.map-demo {
	height: 300px;
}

#instructions li{
	padding: 5px 0;
}

.row-demo-grid{
	margin-bottom: 15px;
}

.row-demo-grid [class^="col"]{
	text-align: center;
}

.row-demo-grid [class^="col"] .card-body{
	background: #ddd;
}

.btnSwitch button[data-color="white"] {
	background-color: #fff;
}
.btnSwitch button[data-color="grey"] {
	background-color: #f1f1f1;
}
.btnSwitch button[data-color="black"] {
	background-color: #191919;
}
.btnSwitch button[data-color="dark"] {
	background-color: #1a2035;
}
.btnSwitch button[data-color="blue"] {
	background-color: #1572E8;
}
.btnSwitch button[data-color="purple"] {
	background-color: #6861CE;
}
.btnSwitch button[data-color="light-blue"] {
	background-color: #48ABF7;
}
.btnSwitch button[data-color="green"] {
	background-color: #31CE36;
}
.btnSwitch button[data-color="orange"] {
	background-color: #FFAD46;
}
.btnSwitch button[data-color="red"] {
	background-color: #F25961;
}
.btnSwitch button[data-color="dark2"] {
	background-color: #1f283e;
}
.btnSwitch button[data-color="blue2"] {
	background-color: #1269DB;
}
.btnSwitch button[data-color="purple2"] {
	background-color: #5C55BF;
}
.btnSwitch button[data-color="light-blue2"] {
	background-color: #3697E1;
}
.btnSwitch button[data-color="green2"] {
	background-color: #2BB930;
}
.btnSwitch button[data-color="orange2"] {
	background-color: #FF9E27;
}
.btnSwitch button[data-color="red2"] {
	background-color: #EA4d56;
}
.btnSwitch button[data-color="bg1"] {
	background-color: #fafafa;
}
.btnSwitch button[data-color="bg2"] {
	background-color: #fff;
}
.btnSwitch button[data-color="bg3"] {
	background-color: #f1f1f1;
}


@media screen and (max-width: 550px){
	.table-typo tr td{
		display: flex;
		align-items: center;
		word-break: break-word;
	}

	.table-typo tr td:first-child p{
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 576px){
	.custom-template .custom-content {
		overflow: auto;
	}
	.form-show-notify > .text-right, .form-show-validation > .text-right {
		text-align: left !important;
	}
}

@media screen and (max-width: 400px) {
	.custom-template {
		width: 85% !important;
		right: -85%;
	}
}
.
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    cursor: pointer;
    border: 2px solid #caefa3;
    color: white;
    height: 70%;
    width: 70%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
	margin:auto;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  -webkit-animation: ripple 1.5s linear infinite;
  animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;
}
.rippleef {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    border: 2px solid #caefa3;
    height: 70%;
    width: 70%;
	margin:auto;
  border-radius: 50%;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .7rem rgba(188,226,149, 0.2),
                0 0 0 1.5rem rgba(188,226,149, 0.2),
                0 0 0 5rem rgba(188,226,149, 0.2);
  }
  100% {
    box-shadow: 0 0 0 1.5rem rgba(188,226,149, 0.2),
                0 0 0 4rem rgba(188,226,149, 0.2),
                0 0 0 8rem rgba(188,226,149, 0);
  }
}

.splash-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.logo-1{
	margin: auto;
    display: block;
    width: 140px;
}
.form-control-lg {
    padding: 12px;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 15px !important;
    /* font-size: 14px !important; */
    line-height: 1.42857143;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 2px solid #cdd3c7;
    border-radius: 5px;
}
.form-control:focus
{

}
.splash-container .card-header {
    padding: 20px;
}
.splash-description {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 1rem;
    margin-top: 5px;
    padding-bottom: 10px;
}
.card{
    background-color: #fafffe !important;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6f2;
}
.text-center {
    text-align: center!important;
}
.guru-img{
    width: 75%;
    /*width: 90%;*/
    margin: auto;
    display: block;
	position:relative;
	z-index:999;
}
.logo{
	font-size: 18px;
    color: #575962 !important;
    font-weight: 600;
}
/*.logo{
	font-size: 18px;
    color: #01bfbd !important;
    font-weight: 600;
}*/
.bg{
	background: #ffffff;
    padding: 5%;
	text-align:center;
}
.bg-2{
	/*background: #ddffba;*/
    height: 100vh;
}

.bg-h2{
    text-align: center;
    font-size: 30px;
    color: #cda26d;
    font-family: 'Lobster', cursive;
}
/*.form-check, .form-group {
    margin-bottom: 0 !important;
    padding: 0 !important;
}*/
/*.form-check, .form-group {
    margin-bottom: 0;
    padding: 4px 10px;
}*/
.cards{
    padding: 0 0rem !important;
    /*padding: 0 1rem !important;*/
}
.defaults {
    margin-bottom: 15px !important;
    padding-top: 7px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
/*#add-row_wrapper{padding-top: 25px;}*/
.btn-lg {padding: 0 !important;}
.table th {font-size: 13px !important; height: 0px !important;    padding-bottom: 10px !important;}
.table td{font-size: 13px !important; height: 0px !important;}
/*.table td, .table th {font-size: 12px !important; height: 0px !important;}*/

.btn {
    padding: 10px 15px;
    font-weight: 600 !important;
    font-size: 13px !important;
    border-radius: 5px;
    margin-right: 3px;
}

.badge-cancelled {
    color: #ff0000;
    border: solid 1px #ff0000!important;
}
/*.btn {padding: 4px 6px !important;font-size: 13px !important;border-radius: 5px;}*/

/*.btn {padding: 4px 6px !important;font-size: 13px !important;border-radius: 5px;width: 10%;}*/
.form-inline button {padding: 4px 6px !important;font-size: 13px !important;border-radius: 5px;width: auto;margin-right: 10px;}
/*.form-inline button {padding: 4px 6px !important;font-size: 13px !important;border-radius: 5px;width: 18%;margin-right: 15px;}*/
/*.btn {padding: 4px 6px !important;font-size: 12px !important;border-radius: 5px;}*/
.btn-toggle {
    color: #575962!important;
    font-size: 16px !important;
}
.card .card-body, .card-light .card-body {padding: 0.5rem;}

.card-body .row{padding:0  1rem;}
.table-responsive .row{padding:0 !important;}
.table-responsive .container-fluid
{
    padding-right: 0px;
    padding-left: 0px;
}
.button-with-no span {
    background: unset;
    color: #fff;
    display: inline-block;
    padding: 0 4px;
    border-radius: 2px;
    font-weight: 600;
}
/*.button-with-no span
{
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 0 2px;
    border-radius: 2px;
}*/
label {font-size: 15px!important;}
/*label {font-size: 12px!important;}*/
.card-title {font-size: 18px;font-weight: 600;line-height: 1.6;}
.sidebar, .sidebar[data-background-color=white] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    margin-top: 62px;
    display: block;
    z-index: 1000;
    color: #000;
    font-weight: 200;
    background: #f8f6f2;
    transition: all .3s;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}
.sidebar.sidebar-style-2 .nav .nav-item a:focus, .sidebar.sidebar-style-2 .nav .nav-item a:hover, .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] {
    background: linear-gradient(45deg, #006fde, #9cc2e9);
    box-shadow: 0px 12px 22px 0 rgba(0,0,0,.1)!important;
    border: solid 1px #9cc2e9;
    color: #fff;
}
.sidebar.sidebar-style-2 .nav .nav-item a:focus i, .sidebar.sidebar-style-2 .nav .nav-item a:focus p, .sidebar.sidebar-style-2 .nav .nav-item a:hover i, .sidebar.sidebar-style-2 .nav .nav-item a:hover p, .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar.sidebar-style-2 .nav .nav-item a[data-toggle=collapse][aria-expanded=true] p {
    color: #fff!important;
    -webkit-text-fill-color: unset;
}
.sidebar.sidebar-style-2{
background-color: #EBF1F7;
}
.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a {
    background: linear-gradient(45deg, #006fde, #9cc2e9);
    box-shadow: 0px 12px 22px 0 rgba(0, 0, 0, .1) !important;
    border: solid 1px #efdec9;
}
.sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a .caret, .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a i, .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a p, .sidebar.sidebar-style-2 .nav.nav-primary>.nav-item.active>a span {
    color: #fff!important;
    -webkit-text-fill-color: unset;
}
.sidebar .nav>.nav-item a p, .sidebar[data-background-color=white] .nav>.nav-item a p {
    font-size: 14px;
    /*font-size: 13px;*/
    margin-bottom: 0;
    white-space: nowrap;
    color: #000;
}
.sidebar .nav>.nav-item ul li a i, .sidebar[data-background-color=white] .nav>.nav-item a i {
    color: #000;
    margin-right: 15px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    line-height: 30px;
}
.sidebar .nav>.nav-item ul li a i{
    color: #000;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    line-height: 30px;
}
/* .logo-header {width: 220px;} */
.sidebar, .sidebar[data-background-color=white] {width: 220px;}
.main-panel {width: calc(100% - 200px);background:#e9ede5;padding: 20px;}
/*.logo-header {width: 200px;}
.sidebar, .sidebar[data-background-color=white] {width: 200px;}*/
/*.main-panel {width: calc(100% - 200px);}*/
.sidebar .nav-collapse li a .sub-item, .sidebar[data-background-color=white] .nav-collapse li a .sub-item {font-size: 13px;}
.card-category {font-size: 12px;}
.card-title {font-size: 18px;}
/*.card-title {font-size: 16px;}*/
.nav-pills .nav-link {padding: 5px 50px;}
.nav-pills.nav-secondary .nav-link.active {background: #01bfbd;border: 1px solid #01bfbd;}
/*.nav-pills.nav-secondary .nav-link.active {background: #1572e8; border: 1px solid #1572e8;}*/
.sidebar.sidebar-style-2 .nav .nav-item {padding: 0px;}
/*.sidebar.sidebar-style-2 .nav .nav-item {padding: 0 10px 0 0;}*/

.page-inner {padding: 0.5rem 0;}
.page-inner {padding-right: 0.5rem;padding-left: 0.5rem;padding-top: 0 !important;}

/*.page-inner {padding: 1rem 0;}
.page-inner {padding-right: 1rem;padding-left: 1rem;}*/

.badge-success,.badge.badge-online {
    border: 1px solid #1bcfb4;
    color: #ffffff;
}
.navbar navbar-header navbar-expand-lg{
background-color: #cee2f6;
}
.badge {
    border-radius: 0.125rem;
    font-size: 11px;
    font-weight: initial;
    line-height: 1;
    padding: 0.375rem 0.5625rem;
}
.badge-danger {
    border: 1px solid #fe7c96;
    color: #ffffff;
}
.badge-secondary {
    color: #fff;
    background-color: #6861ce;
}
.btn-sec {
	color: #fff;
    background: #6c757d!important;
    border-color: #6c757d!important;
}
.badge-success,.badge.badge-online {
    color: #fff !important;
    background-color: #31ce36;
}
.badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    /* width: 85%; */
    font-family: 'Roboto', sans-serif !important;
    /*border: none !important;*/
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li>a, .pagination>li>span {
    border-radius: 5px!important;}
.table-responsive{margin: 20px -10px;width:auto !important;}
.btns-view{position: absolute;width: 100%;/*padding: 20px 0 0px 0;*/}
/* table.dataTable {padding-top: 15px;} */
table.dataTable {padding-top: 0px;}
/*table.dataTable {padding-top: 25px;}*/
table.dataTable input{width: 100%;border-radius: 5px;}
.table-striped tbody tr:nth-of-type(odd) {background-color: #e5e7e2 !important;border-bottom: solid 2px #000 !important;}
/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: unset;
}*/
/*.table-striped tbody tr:nth-of-type(odd):hover{background-color: rgb(14 13 13 / 17%);}*/
/*.table-striped tbody tr:nth-of-type(even):hover{background-color: rgb(14 13 13 / 17%);}*/
.table-striped tbody tr {border-bottom: solid 2px rgb(14 13 13 / 17%) !important;}
.table-hover tbody tr:hover {background:none !important;}
/*.table-striped tbody tr:nth-of-type(odd) {background-color:#fff;}*/
table.dataTable input {
    font-size: 13px !important;
    height: auto !important;
    height: auto !important;
    line-height: 0.5px !important;
    border: 1px solid #ced4da;
    border-radius: 3px;}
/*.modal-footer {justify-content: center;}*/
.tab-content>.active { padding: 15px;}
.card-view {
    box-shadow: unset;
    margin-bottom: 0;
    background: rgb(246, 246, 246);
}
/*.card-view {box-shadow: unset;margin-bottom: 0;}*/
.nav-pills.nav-secondary .nav-link{    border: 1px solid #d2d2e4;}
/* .nav-pills.nav-secondary .nav-link{border: 1px solid #000;}*/
/*table.dataTable td span{ color:green ; font-weight: 600;}*/
.alignmiddle
{
    display: flex;
    align-items: center;
}
.badge-pending
{
    color: #bf8f00;
	border:solid 1px #bf8f00 !important;
}
.badge-done
{
    color: #32A34B;
	border:solid 1px #32A34B !important;
}
.badge-cancel
{
    color: #3E497A;
	border:solid 1px #3E497A !important;
}
.badge-bank
{
    color: #575962;
	border:solid 1px #575962 !important;
}
.badge-return
{
    color: #d32baf;
	border:solid 1px #d32baf !important;
}
.badge-redeposit
{
    color: #7030a0;
	border:solid 1px #7030a0 !important;
}
.filter{
  color:black;
  vertical-align: middle;
  font-size: 16px;
  text-transform: capitalize;
}
.accordions {
  font-family: 'Poppins', sans-serif !important;
  border-radius: 9px;
  background-color: #efefef;
  color: #000000a3;
  cursor: pointer;
  padding: 6px 15px 5px 15px;
  /*padding: 5px 15px 5px 15px;*/
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 21px;
  transition: 0.4s;
  margin-bottom: 0px;
}


.form-inline label {
    margin-bottom: 0!important;
    display: block;
    padding: 18px 0px 3px 0px;
}

/*.actives, .accordions:hover {
  background-color: #ccc;
}*/

.accordions:after {
  content: '\003E';
  color: #000000a3;
  font-weight: 10;
  float: right;
  margin-left: 5px;
  font-size: 25px;
  transform: rotate(90deg);
  display: none;
}

.actives:after {
  content: "\003E";
  transform: rotate(270deg);
}

.panels {

  border-radius: 5px;
  background-color: #f5f5f5c7 !important;
  padding: 0px 15px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.filter-dropdown{
  padding-top:1%;
  padding-bottom: 1%;
}
.dropdowns{
  padding: 3px;
}
/*.dropdowns{
  padding: 5px;
}*/
.menus{
  border-radius: 4%;
  padding: 0;
  min-width: 7%;
  left: -11px !important;
}
.drop-btn{
  /*background-color: #5664fc;*/
   background-color: #f05c18;
  color: white;
  padding: 10px;
}


.nav-pills>li>.nav-link {color: #000;}
/*.nav-pills>li>.nav-link {color: #000;margin-bottom: 0px;}
#pills-tabContent {margin-top: 0rem!important;}*/
/*.actives.panels{margin-top: 10px;}*/
.contact-btn{
  background-color: #32A34B ;
}


.act-unread{
  /*background-color: white;*/
  color:#fff ;
  border-radius:10px;
  padding: 1px 4px;
  font-weight: 600;
}
.inact-unread{
  /*background-color: white;*/
  color:#fff;
  border-radius:10px;
  padding: 1px 7px;
  font-weight: 600;
}
.block-unread{
  /*background-color: white;*/
  color:#fff;
  border-radius:10px;
  padding: 1px 6px;
  font-weight: 600;
}

/*.act-unread{
  background-color: white;
  color:#32A34B ;
  border-radius:10px;
  padding: 1px 4px;
  font-weight: 600;
}
.inact-unread{
  background-color: white;
  color:#E92E39;
  border-radius:10px;
  padding: 1px 7px;
  font-weight: 600;
}
.block-unread{
  background-color: white;
  color:#0F0E0E;
  border-radius:10px;
  padding: 1px 6px;
  font-weight: 600;
}*/
.active-btn {
    background: linear-gradient(45deg, #317d6b, #317d6b);
    box-shadow: 0px 12px 22px 0 rgba(0, 0, 0, .1) !important;
    border: solid 1px white;
    color: #fff;
}
.btn:hover {
    color: #fff;
    font-weight: 600 !important;
}


.inactive-btn{
    background-color:#bf8f00;
    color: #fff;
        border: 1px solid #bf8f00;
}
.pending-btn
{
    background-color: #bf8f00;
    color: #fff;
    border: 1px solid #bf8f00;
    border-radius: 5px;
}
.clear-btn{
    background-color: #ec3535;
    color: #fff;
    border: 1px solid #ec3535;
}
.block-btn{
  background-color:#3E497A;
  color: #fff;
  border: 1px solid #3E497A;
}
.return-btn{
    background-color:#d32baf;
    color: #fff;
    border: 1px solid #d32baf;
}
.redeposit-btn{
    background-color:#7030a0;
    color: #fff;
    border: 1px solid #7030a0;
}
.done-btn{
    background-color:#32A34B;
    color: #fff;
    border: 1px solid #32A34B;
}

.actived,.done{color: #32A34B;font-weight: 600;border: 1px solid #32A34B;}
.inactived{color: #f05c18;border: 1px solid #f05c18;}
/*.inactived{color: #bf8f00;border: 1px solid #bf8f00;}*/
.block{color: #3E497A;border: 1px solid #3E497A;}
.return{color: #d32baf;border: 1px solid #d32baf;}
.redeposit{color: #7030a0;border: 1px solid #7030a0;}
.redeposit{color: #7030a0;border: 1px solid #7030a0;}
/*.actived{
  background-color:#32A34B;
  color: #fff;
    border: 1px solid #32A34B;

}
.inactived{
	background-color:#bf8f00;
	color: #fff;
        border: 1px solid #bf8f00;
}
.block{
  background-color:#3E497A;
  color: #fff;
  border: 1px solid #3E497A;
}
.clear{
	background-color:#E92E39;
	color: #fff;
    border: 1px solid #E92E39;
}

.return{
	background-color:#d32baf;
	color: #fff;
    border: 1px solid #d32baf;
}
.redeposit{
	background-color:#7030a0;
	color: #fff;
    border: 1px solid #7030a0;
}*/
.action{
    background-color:#7e5c33 !important;
    color: #fff;
    border: 1px solid #7e5c33 !important;
}
/*.action{
	background-color:#007bff;
	color: #fff;
    border: 1px solid #007bff;
}*/
/*.action{
	background-color:#e92e39;
	color: #fff;
}*/
.head-btn{
	background-color:#5a5287;
	color: #fff;
    border: 1px solid #5a5287;
}
.head-unread-1 ,.head-unread-2 {
  /*background-color: white;*/
  color: #fff;
  border-radius: 10px;
  padding: 1px 3px;
  font-weight: 600;
}
/*.head-unread-1 ,.head-unread-2 {
  background-color: white;
  color: #2B2B2B;
  border-radius: 10px;
  padding: 1px 3px;
  font-weight: 600;
}*/
.head-unread-2{
  padding: 1px 4px;
}
.form-control.input-full {
    width: 100% !important;
    font-size: 15px !important;
    border-radius: 10px;
    padding: 6px 12px;
}
/*.form-control.input-full {
    width: 100%!important;
    font-size: 11px !important;
    border-radius: 5px;
}*/
	
#pills-home h3{
	width: 100%;
    text-align: center;
    /*border: 1px solid;*/
    margin: auto;
    padding: 5px;
    margin-bottom: 20px;
    color: #7030a0;
}
.modal-footer .btn{width: 17%;}
.fa-filter{font-size: 13px;}
.rights:before {
    content: "\f101";
    margin: 8px;
    color: #f05c18;
    font-weight: 500;
}
.btn-primary {
    background: linear-gradient(45deg, #317d6b, #317d6b);
    border: none;
}
/*.btn-primary {
    background: linear-gradient(45deg, #4fc9da, #4fc9da);
    border: none;
}*/

/*a {color: #01bfbd;font-weight: 600;}*/

/* width */
::-webkit-scrollbar {
width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}

.scroll-inner::-webkit-scrollbar {
  width: 10px;
}
.scroll-inner::-webkit-scrollbar:horizontal {
  height: 10px;
}
.scroll-inner::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
}
.scroll-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(204, 204, 204, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.dropdown-item i
{
	color:#f05c18 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
   color: #fff;
    background-color: #EFEFEF;
}
.sidebar.sidebar-style-2 .nav .nav-item a {
    padding: 6px 10px !important;
    border-radius: 0 5px 5px 0;
     color: #000;
}



.fa-whatsapp{
   font: 14px/1 FontAwesome !important;
}
/*.table>thead>tr>th {
    padding: 3px !important;
    text-align: center;
}*/
/*.table thead th {text-align: center;}*/
.table thead th {text-align: center;background-color: #EFEFEF;padding:5px 5px !important;}
/*.table thead th {text-align: center;background-color: rgb(14 13 13 / 17%);padding: 5px !important;}*/
.filters th, .filters-1 th, .filters-2 th, .filters-3 th, .filters-4 th, .filters-5 th{background-color: unset !important;}
.table>tbody>tr>td{
    padding: 5px !important;
    text-align: center;
}
/*.table>tbody>tr>td{
    padding: 3px 10px !important;
    text-align: left;
}*/
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}
.sidebar .nav-collapse li a, .sidebar[data-background-color=white] .nav-collapse li a {
    margin-bottom: 0px!important;
    padding: 2px 10px!important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: linear-gradient(45deg, #31527d, #31527d);
    box-shadow: 0px 12px 22px 0 rgba(0, 0, 0, .1) !important;
    border: solid 1px #f8f9fa;
}
/*.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: linear-gradient(45deg, #262823, #0a0b08) !important;
    box-shadow: 0px 12px 22px 0 rgba(0,0,0,.1)!important;
    border: solid 1px #1c1d1b;
}*/
.page-link {
    position: relative;
    display: block;
    padding: 0.25rem 0.5rem!important;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 13px;
}
.sidebar .nav>.nav-item a .caret, .sidebar[data-background-color=white] .nav>.nav-item a .caret {
    margin-left: auto;
    margin-right: 10px;
    transition: all .5s;
    color: #000;
}
.sidebar .nav>.nav-item a[data-toggle=collapse][aria-expanded=true] .caret, .sidebar[data-background-color=white] .nav>.nav-item a[data-toggle=collapse][aria-expanded=true] .caret {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #fff;
}
.sidebar .nav>.nav-item a:hover .caret {
    color: #fff;
}
/*.sidebar .nav>.nav-item a:hover .caret{color: #000;}*/
/*.table-striped td, .table th {border-bottom: 1px solid #d2d2e4!important;}*/
/*.table-striped td, .table th {border-bottom: 1px solid #ebedf2 !important;}*/
.table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 0em;
    content: "\2191";
    font-size: 15px;
    top: 3px;
	color:#000;
	right:2px;
}
.table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
    font-size: 15px;
    top: 3px;
	color:#000;
	right:12px;
}
.table.dataTable thead .sorting_desc:before{color: #f05c18;font-weight: 900;}
.table.dataTable thead .sorting_asc:after{color: #f05c18;font-weight: 900;}

/* table.dataTable thead .sorting_asc:after{color: #4fc9da;font-weight: 900;}*/
 /*table.dataTable thead .sorting_desc:after{color: yellow;}*/
.center{
    padding: 15px !important;
    display: flex;
    float: right;
    justify-content: flex-end;
    width: 100%;
}
.center button{
    margin-right: 10px
}
.range_inputs button.btn-success {
    background: linear-gradient(45deg, #32a34b, #32a34b) !important;
    box-shadow: 0px 12px 22px 0 rgba(0,0,0,.1)!important;
    border: solid 1px #32a34b !important;
}
/*.range_inputs button.btn-success {
    background: linear-gradient(45deg, #262823, #0a0b08) !important;
    box-shadow: 0px 12px 22px 0 rgba(0,0,0,.1)!important;
    border: solid 1px #1c1d1b !important;
}*/
.range_inputs button.btn-default {
    background-color: #f05c18 !important;
    color: #fff;
    border: 1px solid #f05c18;
}
.form-check, .form-group {margin-bottom: 0px;}

.span-clr{color: #f05c18;font-weight: 700;}

/*.span-clr{color: #495057;font-weight: 600;}*/

/*.span-clr{color: #bf8f00;font-weight: 600;}*/
/*.top-table tr td{border: 2px solid #d2d2e4;text-align: left !important;}*/
.top-table tr td{text-align: left !important;}
/*.card-body2{padding: 1rem 3.5rem !important;    background: rgb(246, 246, 246);}*/
.card-body2 {margin: 1rem 1.5rem !important; background: rgb(246, 246, 246);padding: 0 !important;}
.border2{border: 1px solid rgb(204, 204, 204);border-radius: 5px;padding: 15px 50px;}
.chosen-container-multi .chosen-choices {box-shadow: unset !important; background-image: unset!important;
    border: 2px solid #cdd3c7;
    border-radius: 5px;}
.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
    font-size: 12px;
}

.chosen-container .chosen-results li.highlighted {
    background: linear-gradient(45deg, #4fc9da, #4fc9da) !important;
    box-shadow: 0px 12px 22px 0 rgba(0,0,0,.1)!important;
    border: solid 1px #4fc9da !important;
  color: #fff;
}
/*.chosen-container .chosen-results li.highlighted {
    background: linear-gradient(45deg, #262823, #0a0b08) !important;
    box-shadow: 0px 12px 22px 0 rgba(0,0,0,.1)!important;
    border: solid 1px #1c1d1b !important;
  color: #fff;
}*/
.inlines button {
            padding: 4px 6px !important;
            font-size: 13px !important;
            border-radius: 5px;
            width: 20%;
            /*width: auto !important;*/
            margin-right: 5px;
             /*margin-right: 0px;*/
}
.table td, .table th {
    font-size: 14px;
    border-top-width: 0;
    border-bottom: 1px solid;
    border-color: #d2d2e4!important;
    padding: 0 25px!important;
    height: 60px;
    vertical-align: middle!important;
}
.text-right{padding-right: 25px;}
table.dataTable.no-footer {
    border-bottom:none !important;
}
.fa {font: normal normal normal 14px/1 FontAwesome !important;}

.sidebar .nav-collapse, .sidebar[data-background-color=white] .nav-collapse {
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 5px;
    /*background: none !important;*/
    line-height: 25px;
}

.counts {
     background-color: unset;
    color: #000;
    border-radius: 5px;
    padding: 1px 6px;
    font-weight: 700;
    margin-left: 5px;
    font-size: 12px;
     border: none;
}

.nav-pills.nav-secondary .nav-link.active span{
     color: #fff;
}
/*.counts {
    background-color: white;
    color: #000;
    border-radius: 5px;
    padding: 1px 6px;
    font-weight: 700;
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #d2d2e4;
}*/
.nav-pills>li>.nav-link {
    margin-left: -1px;
    border-radius: 0!important;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #7d5b32;
    color: #585c5d;
    background: #ebecec52;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:after, table.dataTable thead .sorting_desc_disabled:before {
    position: static;
    bottom: 0.9em;
     display: none;
    opacity: .5;
}
.modal-content {background: rgb(246, 246, 246);}
#pills-tabContent{border: 1px solid rgba(0,0,0,.125);}
.status-clr {color: #32A34B;font-weight: 600;}
/*.clear{    color: #f05c18;
    border: 1px solid #f05c18;}*/
    .block-btns {
    background-color: #d728a2;
    color: #fff;
    border: 1px solid #d728a2;
}
.inactived-btn {
    color: #d728a2;
    border: 1px solid #d728a2;
}
.common-btn{
    background: #858181;
    border: solid 1px #858181;
    color: #fff;
}
/*.sidebar.sidebar-style-2 .nav .nav-item .active a {
    background: #f05d19b3;
    border-right: solid 5px #000;
    font-weight: 700;
    color: #fff;
}*/
.sidebar.sidebar-style-2 .nav .nav-item .active a i{
    color: #fff;
}
.sidebar.sidebar-style-2 .nav .nav-item .active a {
    background: #EBF1F7;
    border-right: solid 5px #006fde;
    font-weight: 700;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 11%);
    color: #fff ! IMPORTANT;
}
/*.sidebar.sidebar-style-2 .nav .nav-item .active a {
  background: rgba(199,199,199,.2);
    background: rgb(233 237 229);
    border-right: solid 5px #4fc9da;
    font-weight: 700;
 box-shadow: 0px 15px 15px rgb(0 0 0 / 11%);
}*/
.sidebar .nav.nav-primary>.nav-item.active a:before, .sidebar[data-background-color=white] .nav.nav-primary>.nav-item.active a:before {
    background: unset !important;
}
.filter-list th{background-color: #fff !important;}
.btn-top {
    padding: 4px 2px !important;
    font-size: 12px !important;
    border-radius: 5px;
}

input.session-date{
    position:relative;
    overflow:hidden;
}
input.session-date::-webkit-calendar-picker-indicator{
    display:block;
    top:0;
    left:0;
    background: #0000;
    position:absolute;
    transform: scale(12);
}
.alert-success {
    border-left: 4px solid #31ce36;
    padding-left: 20px !important;
}
.alert-danger {
    border-left: 4px solid #f25961;
    padding-left: 20px !important;
}

#login .error {
    color: #ff0000 !important;
    font-size: 14px !IMPORTANT;
    padding-top: 10px;
    font-weight: 500;
}

#login input[type="text"].error,
#login input[type="email"].error,
#login input[type="password"].error {
    border: solid 1px red;
    box-shadow: none !important;
}

.exitbtn{
    padding: 3px 10px 4px 8px !important;
}

/* #login input[type="text"].error,
#login input[type="email"].error,
#login input[type="password"].error {
    border: solid 1px red;
    box-shadow: none !important;
    padding: 22px 20px;
} */
/*.alert-info {border-left: 4px solid #f16524 !important;}*/

/*.comp_table tr td:first-child {
    width: 60%;
    font-size: 12px !important;
}
.comp_table tr td:nth-child(2) {
    width: 2%;
}
.comp_table  tr td:last-child {
    width: 38%;
    font-size: 12px !important;
}*/
/*table.dataTable thead .sorting{background-image: unset !important;}
table.dataTable thead .sorting_asc{background-image: unset !important;}
table.dataTable thead .sorting_desc{background-image: unset !important;}*/

.rights-checkbox{
    width: 20px;
    height: 20px;
}

.tableFixHead { overflow-y: auto; height: 380px; }

/* Just common table stuff. */
.tableFixHead  { border-collapse: collapse; width: 100%; }
.tableFixHead th, .tableFixHead td { padding: 8px 16px; }
.tableFixHead th     { background:#eee; }

.tableFixHead table>tbody>tr>td {
   border:1px solid black;
}
.user-rights {
    width:8%;margin-top:20px;
}

.btn-user-rights {
    padding: 6px !important;
    width: 30px;
}

.new-dropdown-btn{
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    font-size: 10px;
}
.qnew-dropdown-btn{
    width: 50px !important;
    padding: 0px !important;
    height: 22px !important;
    font-size: 12px !important;
    margin-top: 10px !important;
}

.zoom:hover {
    -ms-transform: scale(3.5); /* IE 9 */
    -webkit-transform: scale(3.5); /* Safari 3-8 */
    transform: scale(3.5);
    z-index: 1000;
}

.td-namelink{
    font-weight: 600;
}
/* .tagflex{justify-content: center;align-items: center;} */

.tagflex {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tagflex .pr-3, .tagflex .px-3 {
    margin-bottom: 0.5rem;
}
.centerselect .select2-container--default{
    width: 50% !important;
    margin: auto;
    display: block;
}
.flexwrap{flex-wrap: wrap;}

.profile-occasion-scroll{
    overflow-y: scroll;
    min-height: 290px;
    max-height: 290px
}

.date-search-box{
    width: 100% !important;
    font-size: 13px !important;
}

.select2-container *:focus {
    border-color: #c48031 !important;
    outline: none;
    box-shadow: 0 0 10px #f2bc7d !important
  }

  .select2-selection__rendered {
    line-height: 25px !important;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-selection__arrow {
    height: 28px !important;
    padding: 7px;
    font-size: 15px;
    border-radius: 20px !important;
}
.btn-outline-primary{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.scrollmenu {
  background-color: #fff;
  overflow: auto;
  white-space: nowrap;
}

.scrollmenu a {
  display: inline-block;
  color: #0d6efd;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.modaltblhead {
    border: 1px solid black;
    text-align: center;
}

.modaltblheadlbl {
    font-weight: 800 !important;
    background: #a1fcff;
}


.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #db3434;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #db3434;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-left {
      top: 0px;
    left: 0px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}


/*
.scrollmenu a:hover {
  background-color: #777;
}
*/

.conatctname_align{text-align: left !important;}
.done_btn{
    color: #fff;
    font-weight: 600;
    border: 1px solid #32A34B;
    background: #32A34B;
    padding: 4px 8px;
}
.pending_btn{
    color: #fff;
    font-weight: 600;
    border: 1px solid #f6a106;
    background: #f6a106;
    padding: 4px 8px;
}
.cancelled_btn{
    color: #fff;
    font-weight: 600;
    border: 1px solid #e90909;
    background: #e90909;
    padding: 4px 8px;
}
.bank_btn{
    color: #fff;
    font-weight: 600;
    border: 1px solid #bb0985;
    background: #bb0985;
    padding: 4px 8px;
}
.return_btn{
    color: #fff;
    font-weight: 600;
    border: 1px solid #3E497A;
    background: #3E497A;
    padding: 4px 8px;
}
.redeposit_btn{
    color: #fff;
    font-weight: 600;
    border: 1px solid #757373;
    background: #757373;
    padding: 4px 8px;
}

.sms-count{
    background-color: red;
    padding: 5px;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    text-align: center;
    padding-top: 2px;
    font-weight: 800;
}

.s-img-style{
    height:25px;    border-radius: 15px;background: white;padding: 3px; width:25px; margin-left:10px;
}


.btn-primary-dark{
    background: #50A6C2;
    font-size: 16px;
    padding: 5px 10px;
    color: white;
    font-weight: 900;
    transition: all ease-in-out 0.8ms;
    cursor: pointer;
    border: none;
}
.btn-primary-dark:hover{
    opacity: 0.8;
    cursor: pointer;
}

.breadcrumb-item{
    font-size: 15px !important;
    font-weight: 600;
}

.breadcrumb{
    background-color: white !important;
    display: flex;
    justify-content: end;
}


.main-panel .breadcrumb a {
    color: #7d5b32;
}

.main-panel .breadcrumb .active{
    color: #757575 !important;

}

.main-panel .breadcrumb  .active  {

}


.dataTable th {
    background-color: #4e9ff1 !important;
    color: #fff;
}

.dataTable th :nth-child(2){
    background-color: #733d0094 !important;
    color: #000;
}
#filter_data{
    background-color: #e5e7e2 !important;
}

table.dataTable thead .sorting_asc:before{
    display: none !important;
    opacity: .5;
}
.table.dataTable thead .sorting_asc:after {
    color: #733d00;
    font-weight: 900;
}
.table td, .table th {
    font-size: 14px !important;
}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #dddddd59!important;
}
tr:nth-child(even) {
    background-color: #dddddd59 !important;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #e5e7e2;
}

.odd{
    background-color: #e5e7e2 !important;
}

.filters th{
    background-color: #e5e7e2 !important;
}

.datatable tr:nth-child(even) {
    background-color: #f3f3f3 !important;
}

.modal-header{
    background: #0cb8de;
    color: white;
    padding: 10px !important;
}

.modal-header .close{
    color: white!important;
}


.manage-btn{
    padding: 7px 9px !important;
    font-size: 10px !important;
}

.left-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.grid-view{
    padding: 20px !important;
}
.logo-header1{
   background-color:#cee2f6 !important ; 
}

.list-view-button,
.grid-view-button {
  color: white;
  border: 1px solid #317d6b;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  background:linear-gradient(45deg, #317d6b, #317d6b);
}

.list-view-button:hover,
.grid-view-button:hover {
  background: white;
  color: #317d6b;
}



.filter-buttons div {
    cursor: pointer;
    color: #fff;
    transition: color 0.3s, background-color 0.3s;
    margin: 0px 10px;
}
.filter-buttons {
      display: flex;
      padding: 0;
      margin: 0;
      justify-content: flex-end;
    }

.filter-buttons div.active {
    color: white;
    background-color: #317d6b;
}


.error_msg{
    color: red;
    padding: 5px;
    text-transform: capitalize;
}

.add-cutting-table{
    margin:20px 0px;
}


.table-side-div{
    display: flex;
        align-items: center;
        width: 65%;
        gap: 18px;
}

.add-cutting-table thead tr th,
.add-cutting-table tbody tr td,
.add-pre-table  tbody tr td,
.add-pre-table  thead tr th,
.add-bom-table  tbody tr td,
.add-bom-table  tbody tr td
{
font-size: 15px !important;

}




.dom_details{
    display: flex;
    justify-content: center;
    margin: 20px;
}

.dom_details div{
    display: flex;
    width: 30%;
    background: #c1bcbc;
    justify-content: space-around;
    align-items: baseline;
    padding: 5px;
    height: 37px;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 25px;
}

.grid-item {
  background-color: #fffbfbdf;
  color: #000;
  border-radius: 10px;
  padding: 0px 10px;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.supplier-grid-item{
    background-color: #efefef;
    color: #000;
    padding: 6px 10px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.supplier-grid-item div h4{
    margin: 0px !important;
}

.tomato-slice{
    display:flex;
    align-items: center;
}
.tomato-cut{
    width:30%;
}
.tomato-cut img{
    width: 100%;
    border-radius: 10px;
    min-height: 80px;
min-width: 80px;
}
.kitchen-made{
    width:70%;
    margin-left: 10px;
}
.kitchen-made h3{
    text-align: left;
    font-weight: bold;
}
.first-checkbox{
    position: relative;
top: 44px;
z-index: 1;
}
.kitchen-made p{
    margin-bottom: 2px;
text-align: left;
}

.dropdown-item.active, .dropdown-item:active , .dropdown-item:focus, .dropdown-item:hover  {
    color: #fff;
    text-decoration: none;
    background-color: #33dda8 !important;
}



.choices:focus , .is-focused{
    border-color: #c48031 !important;
    outline: none;
    box-shadow: 0 0 10px #f2bc7d !important;
}

.btn-clear{
    background-color: #919191 !important;
    color: white !important;
}

.bg-table tr td{
    background-color: white !important;
}

.bg-table td{
    border-color:white !important;
}

.calculation_section .form-label{
    font-size: 14px !important;
}

.calculation_section{
    align-items: center;
}
.btn-success, .btn-danger {
    color: #fff !important;
} 

.btn-success{
background: #0eae13 !important; 
}
 
.approved {
    color: #0064ff;
    font-weight: 600;
    border: 1px solid #0064ff;
}

.table-danger{
    background-color: #f8d7da !important;
}

.bg-normal tr td{
    background: white;
}


.bg-normal .bg-light{
    background-color: #e9e9e9 !important;
    color:#733d01;
}

.btn{
    padding: 8px !important;
}


.materials-table thead tr th{
    padding:8px !important;
    font-size: 15px !important;
    background: #4e9ff1 !important;
    color: #fff !important;
  }
  .filters1 th{
    background: transparent !important;
    color: black;
}
.password-text{
    text-align: center;
    font-size: medium;
    cursor: pointer;
}
.user-name{
    font-size: medium;
    padding-top:8px ;
    cursor: pointer;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top-color: #007bff; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.err{
    display:block;
}
.err-none{
    display:none;
}
#Billtitle{
    background-color: #007bff;
    color: #fff;
}
.visible-rs::before {
    content: '₹ ';
    font-family: Arial, sans-serif;
}
.logo-header .logo {height:unset !important;}
          .logo-header{
                width: 200px !important;
      
  
          }
          
      
  .bell-notification{
    padding-top: 15px;
    position: relative;
    display: inline-block;
  }
  
  .menuhiglight{
      background: linear-gradient(45deg, #f6861e, #f9e609);
      box-shadow: 0px 12px 22px 0 rgba(0, 0, 0, 0.1) !important;
      border: solid 0px #f05d19;
      border-radius: 5px;
      }
      .menuhiglight a i:first-child{color: #fff !important;-webkit-text-fill-color: unset!important;}
      .menuhiglight a p:first-child{ color: #fff !important;font-weight:900}
      .menuhiglight a .caret:first-child{ color: #fff !important;}
         
  
  .bell-number{
      height: 25px;
      width:  25px;
      background-color: #e17373;
      border-radius: 20px;
      color: white;
      text-align: center;
      position: absolute;
      top: 5px;
      left: 55px;
      font-size: 10px;
      font-weight:900;
      padding: 3px;
      border-style: solid;
      border-width: 2px;
  }
  
  .bell-number:empty {
     display: none;
  }
  
  .bell-notBtn{
    transition: 0.5s;
    cursor: pointer
  }
  
  .bell-fas{
    font-size: 18pt;
    padding-bottom: 10px;
    color: #1b80bb;
    margin-right: 40px;
    margin-left: 40px;
  }
  
  .bell-fas:hover {
    color: #1b80bb;
  }
  
  .bell-notBtn.notify::before {
    animation: bell 1s ease-out;
    transform-origin: center top;
  }
  
  .bell-notBtn:hover > .box{
    height: 60vh
  }