.text-warning, .border-warning{
    color: var(--color-primary) !important;
  }
  .bg-warning, .badge-warning, .btn-warning{
    background-color: var(--bg-primary) !important;
    color: #fff !important;
  }

.btn-outline-warning {
  background-color: var(--bg-primary-light) !important;
  border: 1px solid var(--bg-primary) !important;
  color: #323232;
}

.btn {
  border-color: var(--bg-primary-light);
}

.btn-warning:hover {
  border-color: var(--color-primary);
}

.active span{
  color: var(--bg-primary);
}

.p-relative > .fa-magnifying-glass{
  position: absolute;
  top: 10px;
  right: 27px;
}
table thead tr > th{
  font-weight: 500;
  padding: 6px !important;
}
/* table tbody tr > td{
  padding: 6px !important;
} */
.modal-title{
  font-weight: 500;
  font-size: 16px;
}
.page-item.active .page-link {
  background-color: var(--bg-primary);
  border-color: var(--bg-primary)0;
}
.page-item.disabled .page-link {
  border-color: var(--bg-primary);
}
.page-link {
  color: var(--bg-primary);
  border-color: var(--bg-primary);
}
label {
  font-weight: normal;
}

.p-rel > span {
  position: absolute;
  margin-left: 1rem;
  top: 5px;
  right: 26px;
}
.p-rel {
  position: relative;
}

*{
  font-size: 14px;
}

/*choose image*/
/*css choose images*/
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  border: 2px dashed #eee;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.uploader label:hover {
  border-color: var(--bg-primary);
}
.uploader label.hover {
  border: 3px solid var(--bg-primary);
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start .fnt {
  font-size: 50px;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: 0.5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto 0.5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type=file] {
  display: none;
}
.uploader div {
  margin: 0 0 0.5rem 0;
}
.uploader .btn {
  display: inline-block;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: 0.2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: var(--bg-primary);
  border-color: var(--bg-primary);
  cursor: pointer;
}
.bg-light-orange {
  background-color: var(--bg-primary-light) !important;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: green;
  background-color: green;
}

.font-5{
  font-size: 20px;
}
button:focus {
  outline: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom: 3px solid var(--color-primary);
}
.table-invoice td:nth-child(2) {
  text-align: right;
}


.scrollbar
{
    /* margin-left: 30px; */
    /* float: left; */
    /* height: 300px; */
    /* width: 65px; */
    /* background: #F5F5F5; */
    /* overflow-y: scroll; */
    /* margin-bottom: 25px; */
    overflow-x: auto;
    white-space: nowrap;
}


.style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
  height: 8px;
	background-color: #F5F5F5;
}

.style-1::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
  height: 8px;
}

.style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
  height: 8px;
}

.m-auto{
  margin: 0 auto;
}
.bg-gray{
  background-color: #f4f4f4;
}

.light-green{
  background-color: #e0ffe7;
    padding: 6px;
    border-radius: 5px;
}
.light-red{
  background-color: #ffe4e4;
    padding: 6px;
    border-radius: 5px;
}
.light-orange{
  background-color: #fff0d6;
    padding: 6px;
    border-radius: 5px;
}
.light-purple{
  background-color: #f0e3ff;
}

.text-purple{
  color: #2d1449;
}
/* .table th{
  font-size: 13px !important;
} */
.headerIcons a > span{
  font-size: 25px;
  color: #6a6a6a;
}
.headerIcons a > span:hover{
  font-size: 25px;
  color: var(--color-primary);
}
.dropdownIcon::after{
  content: none !important;
}
.media-color:nth-child(1){
  background-color: #323232;
  color: #fff;
}
.dropdown-item:after{
  border-right: 2px solid;
}

.badges {
  position: absolute;
  top: -14px;
  right: -2px;
  padding: 2px 4px;
  border-radius: 50%;
  background-color: red;
  color: white;

}
.p-relative{
  position: relative;
}
.badge-orange{
  position: absolute;
  top: -14px;
  right: -2px;
  padding: 2px 4px;
  border-radius: 50%;
  background-color: var(--bg-primary-light);
  color: white;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: #6a6a6a;
}
.shape{
  background-image: url("/master-asset/images/background-pattern.svg");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  background-color: var(--bg-primary-light);
}

/* @media only screen and (min-width: 600px) {

} */
.crd{
  background-color: #fff;
  padding: 1rem;
  border-radius: .7rem;
}

.b-radius{
  border-radius: 1rem;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.18);
box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.18);
}

@media (max-width: 767px) {
    .btn-responsive {
        min-width: auto !important;
    }
}
