input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.theme-primary .btn-success:disabled {
  background-color: #484848 !important;
}
.text-main-primary {
  color: #293c45;
}
input[type=number] {
  -moz-appearance: textfield;
}
p {
  margin-bottom: 0.5rem;
}
mark,
.mark {
  background-color: #ffd600;
}

.swal-invoice-wide {
  width: 1100px !important;
  overflow-x: hidden;
}

.swal-invoice-wide .swal2-html-container {
  overflow-x: hidden;
}

[data-role="invoice-modal"] {
  padding-bottom: 30px;
}

.swal-invoice-wide .swal2-actions {
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  bottom: 0;
}

.bg-ultra-blue {
  background-color: #caf8ff !important;
  color: #000000;
}

.header-b4b {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inside-header-b4b {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

@media (max-width:765px){
  .inside-header-b4b{
    padding: 0 0 15px 0;
  }
}

.header-top-line {
  background-color: #f3f3f3;
  padding: 0;
  width: 100%;
  margin: 0;
}

.header-top-line .inner-line {
  width: 98%;
}
.return-btn:hover{
  background-color: #ffffff;
}
.layout-top-nav.fixed .main-nav.main-nav-b4b {
  margin-top: 123px;
  /* z-index: 1000; */
  border-radius: 0;
  border-bottom: 1px solid #efeffd;
}
body.header-fixed.fixed .main-nav-b4b{
  margin-top: 0 !important;
}
body.header-fixed.fixed.warning-bar-show .main-nav-b4b{
  margin-top: 35px !important;
}
.layout-top-nav.fixed.warning-bar-show .main-nav.main-nav-b4b {
  margin-top: 158px;
}
.layout-top-nav.fixed.warning-bar-show .jumps-prevent{
  padding-top: 35px;
}




@media (min-width:765px) and (max-width:991.9px) {
  /* .layout-top-nav.fixed .main-nav.main-nav-b4b {
    margin-top: 10px;
  } */

  .main-header .logo .logo-lg .light-logo svg {
    height: 55px;
  }
}

/* .layout-top-nav.fixed .content-wrapper {
  margin-top: 10px;
} */

/* action card */
.promotion-card {
  min-height: 340px;
}

.promotion-card .box-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.promotion-card p {
  word-wrap: break-word;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.promotion-card img {
  height: 150px;
  object-fit: cover;
}

/* action card */

.fx-card-content .col-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}

.fx-card-content {
  margin: 0 !important;
}


/* Carousel owl start */
.carousel-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  padding: 100px;
}

@media(max-width: 1200px) {
  .carousel-overlay {
    padding: 50px;
  }
}

/* Carousel owl end */

.fx-element-overlay .fx-card-item .fx-overlay-1 img {
  height: 250px;
  object-fit: contain;
}

.text-tooltip {
  position: relative;
  width: max-content;
}

.text-tooltip:hover .dropdown-text-tooltip {
  display: flex;
}

.text-tooltip:hover i,
.text-tooltip:hover p {
  opacity: 0.9;
}

.text-tooltip i,
.text-tooltip p,
.text-tooltip button {
  color: #4d7bc9;
  cursor: pointer;
  transition: .4s;
  width: max-content;
}

.text-tooltip .dropdown-text-tooltip {
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 25px;
  width: max-content;
  max-width: 250px;
  background-color: #fff;
  box-shadow: 0 0 0.4rem rgb(0 0 0 / 12%);
  padding: 10px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  display: none;
}

.header-slogan h2 {
  font-size: 19px;
  width: 190px;
  font-weight: bold;
}

.header-slogan span {
  color: #3ebeee;
}

.custom-select-mini select,
.custom-select-mini .select2-container--default .select2-selection--single {
  border-color: lightgray !important;
  padding: 2px 12px !important;
  height: 35px !important;
  min-width: 150px;
}

select {
  color: #444;
}

.custom-select-mini .select2-container .select2-selection--single .select2-selection__rendered {
  margin: 0;
}

.dashboard-slide.owl-carousel .owl-item img{
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.dashboard-slide.owl-carousel .owl-dots{
  position: absolute;
  bottom: 0;
}

.dashboard-slide.owl-carousel .owl-dots .owl-dot span{
  height: 5px;
  min-height: 5px;
  border-radius: 1px;
}

.dashboard-slide.owl-carousel .owl-dots .owl-dot.active span{
  width: 25px;
}

.dashboard-slide.owl-carousel .owl-nav button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dashboard-slide.owl-carousel .owl-nav button span{
  font-size: 45px;
  color:#fff;
}

.dashboard-slide.owl-carousel .owl-nav .owl-prev{
  left: 10px;
}

.dashboard-slide.owl-carousel .owl-nav .owl-next{
  right: 10px;
}

.dashboard-slide h1{
  color: #fff;
  font-weight: bold;
}

@media (min-width:991.9px){
  .dashboard-slide h1{
     max-width: 700px;
  }
}

@media (max-width:991.9px){
  .dashboard-slide h1{
     font-size: 27px;
  }
}

.warning-bar {
  position: fixed;
	background-color: #fd9800;
	z-index: 999;
	width: 100%;
	padding: 7px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.warning-bar p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	margin: 0;
}

@media (max-width: 991.9px) {
	.warning-bar p {
			font-size: 13px;
	}
}

.warning-bar i {
	margin-right: 5px;
	color: #fff;
	font-size: 20px;
}

.warning-bar button {
	height: 30px;
	color: #c3ab31;
	border: none;
	height: 30px;
	width: max-content;
	padding: 0 10px;
	font-weight: 600;
	text-align: center;
	text-decoration: none !important;
	letter-spacing: 0.5px;
	border-radius: 6px;
	transition: 0.4s;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.warning-bar button:hover {
	background: #f1edd6;
}

.warning-bar button p,
.warning-bar button i{
	color: #fd9800;
}

@media (max-width: 991.9px) {
	.warning-bar button p {
			font-size: 10px;
	}
}