body {
    overflow-x: hidden;
}

a {
    color: #FF3D00
}
a:hover {
    color: #c0392b
}
.loaderhb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
  }
  .loaderhb::before , .loaderhb::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
  }
  .loaderhb::after{
    border-color: #FF3D00;
    animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
    inset: 6px;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
      100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
  }



.bg-primary-hb {
    --fc-bg-opacity: 1;
    background-color: #F71F07!important;
}
.btn-primary-hb {
    --fc-btn-color: #fff;
    --fc-btn-bg: #F71F07;
    --fc-btn-border-color: #F71F07;
    --fc-btn-hover-color: #fff;
    --fc-btn-hover-bg: #c0392b;
    --fc-btn-hover-border-color: #c0392b;
    --fc-btn-focus-shadow-rgb: 47,185,47;
    --fc-btn-active-color: #fff;
    --fc-btn-active-bg: #c0392b;
    --fc-btn-active-border-color: #c0392b;
    --fc-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --fc-btn-disabled-color: #fff;
    --fc-btn-disabled-bg: #F71F07;
    --fc-btn-disabled-border-color: #F71F07;
}
.bg-success-hb {
    --fc-bg-opacity: 1;
    background-color: #c0392b!important;
}
.text-primary-hb {
    --fc-text-opacity: 1;
    color: rgba(247, 31, 7, 1)!important;
}
.navbar-toggler-hb {
    background-color: transparent;
    border: var(--fc-border-width) solid rgba(0,0,0,.1);
    border-radius: var(--fc-navbar-toggler-border-radius);
    color: #21313c;
    font-size: var(--fc-navbar-toggler-font-size);
    line-height: 1;
    padding: var(--fc-navbar-toggler-padding-y) var(--fc-navbar-toggler-padding-x);
    transition: var(--fc-navbar-toggler-transition);
}



.offcanvas.offcanvas-end {
    border-left: var(--fc-offcanvas-border-width) solid var(--fc-offcanvas-border-color);
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.1s ease-in-out; /* Adjust the transition property */
    width: var(--fc-offcanvas-width);
}

.offcanvas.show {
    transform: translateX(0);
    transition: transform 0.1s ease-in-out; /* Adjust the transition property */
}

.offcanvas.hiding {
    transform: translateX(100%);
    transition: transform 0.1s ease-in-out; /* Adjust the transition property */
}

.offcanvas.show,
.offcanvas.hiding {
    visibility: visible;
}

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

.productList::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.productList::-webkit-scrollbar-horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.productList::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #D62929;
}


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

.memberTrxWrapper::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.memberTrxWrapper::-webkit-scrollbar-horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.memberTrxWrapper::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #D62929;
}

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

.dashboardPanel1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.dashboardPanel1::-webkit-scrollbar-horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dashboardPanel1::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #D62929;
}


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

.bannerHomePanel1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

.bannerHomePanel1::-webkit-scrollbar-horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.bannerHomePanel1::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #D62929;
}

.form-control:focus {
    box-shadow: none; /* Remove the default box-shadow on focus */
    border-color: #dfe2e1; /* Optional: Set the border color to a desired value */
}

@media only screen and (max-width: 280px) {
    /* Your styles for screens with a width of 280px or smaller go here */
    .cardProduct {
        height: 260px !important;
    }
    .imgProduct {
        height: 79px !important;
    }
    .imgCategory{
        height: 79px !important;
    }
    .textCategory{
        font-size: 11px !important;
    }

}

@media only screen and (max-width: 360px) {
    /* Your styles for screens with a width of 280px or smaller go here */
    .cardProduct {
        height: 230px !important;
    }
    .imgProduct {
        height: 79px !important;
    }

}

@media only screen and (min-width: 374px) and (max-width: 376px)  {
    /* Your styles for screens with a width of 280px or smaller go here */
    .cardProduct {
        height: 280px !important;
    }
    .imgProduct {
        height: 129px !important;
    }

}

@media only screen and (min-width: 390px) and (max-width: 400px)  {
    /* Your styles for screens with a width of 280px or smaller go here */
    .cardProduct {
        height: 280px !important;
    }
    .imgProduct {
        height: 129px !important;
    }

}

@media only screen and (min-width: 401px) and (max-width: 435px)  {
    /* Your styles for screens with a width of 280px or smaller go here */
    .cardProduct {
        height: 310px !important;
    }
    .imgProduct {
        height: 155px !important;
    }

}

@media only screen and (min-width: 1023px) and (max-width: 1280px)  {
    /* Your styles for screens with a width of 280px or smaller go here */
    .cardProduct {
        height: 265px !important;
    }
    .imgProduct {
        height: 115px !important;
    }

}


