/* Add here all your CSS customizations */

.col-form-label {
  font-weight: 600;
}

.btn2 {
  font-size: 0.9rem;
  padding: 0.27rem 0.55rem;
  cursor: pointer;
  border-radius: 5px;
  border: 0px;
}

.table_bg {
  box-shadow: 0;
}

.button_center {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* --------------------------------------
  All error list design after click submit
  ----------------------------------------- */
.submit-error {
  display: block;
  border: solid 1px #e85347;
  background: #fce9e7;
  padding: 13px;
  border-radius: 4px;
  /* list-style: disc !important;
    list-style-type: disc !important;
    list-style-position : inside !important; */
  margin: 0 auto;
}

.submit-error li {
  padding: 4px 0 4px 15px;
  color: #e85347;
  position: relative;
  text-align: left;
  /* display: flex;
    align-items: center; */
}

.submit-error li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e85347;
  /* margin-right: 10px; */
  position: absolute;
  top: 10px;
  left: 0;
}

body.modal-open,
body.offcanvas-open {
  overflow: hidden;
}

.div-right-align {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.div-left-align {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* .dataTables_wrapper .dataTables_filter {
  display: none !important;
} */

/* Add here all your CSS customizations */

.col-form-label{
  font-weight: 600;
}

.btn2{
  font-size: 0.9rem;
  padding: 0.27rem 0.55rem;
  cursor: pointer;
  border-radius: 5px;
  border: 0px;
}

.table_bg{
  box-shadow: 0 ;
}

.button_center{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sticky-lg-top{
  z-index: 0;
}
.sticky-lg-bottom{
  z-index: 0;
}

.light-primary-bg{
  background-color: #4fc4ff2b;
}

.light-tertiary-bg{
  background-color: #75f5fc40;
}

.light-warning-bg{
  background-color: #ffd3942e;
}
.dark-warning{
  color: rgb(183 138 0);
}

.light-danger-bg{
  background-color: #fa8b874f;
}

.light-danger-bg-hover:hover{
  background-color:#670805;
}

.light-success-bg{
  background-color: #68ffb982;
}

.lavander{
  color:#97AE3B;
}

.bg-lavander{
  background-color:#97AE3B;
}

.light-lavander-bg{
  background-color:#e2efae;
}


.olive{
  color:#112449;
}

.bg-olive{
  background-color:#112449;
}

.light-olive-bg{
  background-color:#c7d5ef;
}


.color-1{
  color:#f6aa5f;
}

.bg-color-1{
  background-color:#ff8b17;
}

.light-color-1-bg{
  background-color:#ffce9d;
}

.color-2{
  color:#b9415a;
}

.bg-color-2{
  background-color:#b9415a;
}

.light-color-2-bg{
  background-color:#f1b3bf;
}

.color-3{
  color:#583068;
}

.bg-color-3{
  background-color:#583068;
}

.light-color-3-bg{
  background-color:#c7afd0;
}

.card-featured-color-3{
  border-color:#583068;
}

.color-4{
  color:#835333;
}

.bg-color-4{
  background-color:#835333;
}

.light-color-4-bg{
  background-color:#dabea1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 400px;
}



