.card-header {
  background-color: #f8f8f8;
}
.btn-primary {
  background-color: #008000 !important;
}
.navbar-dark {
  /* background-color:#006400; */
}
.display_none {
  display:none !important;
}
.breadcrumb-textsize {
  font-size:11px;
}
.form-selectgroup-input:checked+.form-selectgroup-label {
  z-index: 1;
  color: #fff;
  background: #008000;
  border: 2px solid #008000; 
}
.a-style{color:#206bc4;text-decoration:none}
.a-style:hover{color:#1a569d;text-decoration:underline;cursor:pointer}
.card-stamp {
  opacity: .04 !important;
}
form .error {
  color: #ff0000;
}
.error_border {
  border: 2px solid #eeba2b;
}
.fixed_footer {
   position: fixed;
   /* left: 0; */
   bottom: 0;
   width: -webkit-fill-available; 
   color: white;
   text-align: center;
   box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
   z-index: 100;
}

.litepicker {
  background-color:#fff;
}
tags {
  display: inline-block;
  border: 1px solid #DDD;
  padding-right: 0.3em 0.5em;
  overflow: hidden;
  cursor: text;
  width:100%;
}

tags:hover {
  border-color: #CCC;
}

@keyframes tags--bump {
  30% {
    box-shadow: 0 0 0 4px #E5E5E5;
  }

}

tags tag {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 5px 5px;
  position: relative;
  cursor: default;
  white-space: nowrap;
  transition: .13s ease-out;
  animation: .3s tags--bump 1 ease-out;
}

tags tag > span {
  display: inline-block;
  padding: 0.3em 0.5em;
  padding-right: 1.5em;
  border-radius: 3px;
  color: black;
  background: #E5E5E5;
  transition: .13s ease-out;
}

tags tag:hover span {
  box-shadow: 0 0 0 2px #7AC3FF inset;
  transition: 50ms;
}

tags tag.tagify--noAnim {
  animation: none;
}

tags tag.tagify--hide {
  pointer-events: none;
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: .3s;
}

@keyframes tagify--pulse {
  50% {
    box-shadow: 0 0 0 2px #7AC3FF inset;
  }

}

tags tag.tagify--mark span {
  animation: .4s tagify--pulse 3 ease-out;
}

tags tag x {
  font: 14px/15px Serif;
  width: 14px;
  height: 14px;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  right: calc(0.5em - 2px);
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: .2s;
}

tags tag x::after {
  content: "\00D7";
}

tags tag x:hover {
  color: white;
  background: #cc8282;
}

tags tag x:hover + span {
  box-shadow: 0 0 0 2px #D39494 inset;
  transition: .2s;
}

tags input,
tags textarea {
  border: 0;
  display: none;
}

tags div {
  display: inline-block;
  min-width: 10px;
  margin: 5px;
  padding: 0.3em 0.5em;
}

tags .input {
  display: block;
  position: relative;
  white-space: nowrap;
}

tags .input.placeholder {
  color: #999;
}

tags .input.placeholder::after {
  opacity: 1;
  transform: none;
  max-width: 200px;
}

tags .input::after {
  content: attr(data-placeholder);
  display: inline-block;
  opacity: 0;
  max-width: 0;
  transform: translatex(6px);
  transition: .15s ease-out;
}

tags .input::before {
  content: '\200B';
}

tags .input:focus {
  outline: none;
}

#delivery_locations_custom_states_pincode {
  display: contents;
  width: 100%;
}

.spinner-grow {
  --tblr-spinner-width: 10px;
  --tblr-spinner-height: 10px; 
}

.btn-list a:hover {
  background-color: #008000;
}

.ck-content {
 min-height:200px; 
}

.bottom_sticky {
  position: sticky;
  bottom: 0; 
  float: right;
  width: 100%;
}
#copied_msg {
  color: green;
  font-weight:bold;
} 
.copy-input {
  margin-top:10px;
  padding: 10px;
  border: 1px solid #ccc; 
  width:100%;
  height:200px;
}
.copy-btn {
  padding: 8px 12px;
  cursor: pointer;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
}