@font-face {
  font-family: satoshi-b;
  src: url(../fonts/Satoshi-Bold.otf);
}

@font-face {
  font-family: satoshi-m;
  src: url(../fonts/Satoshi-Medium.otf);
}

@font-face {
  font-family: satoshi-r;
  src: url(../fonts/Satoshi-Regular.otf);
}



@font-face {
  font-family: satoshi-l;
  src: url(../fonts/Satoshi-Light.otf);
}

@font-face {
  font-family: satoshi-bl;
  src: url(../fonts/Satoshi-Black.otf);
}

@import url(../fonts/fontawesom.css);


.satoshi-b{
  font-family: satoshi-b;
}


.satoshi-m{
  font-family: satoshi-m;

}

.satoshi-r{
  font-family: satoshi-r;

}

.satoshi-l{
  font-family: satoshi-l;
}

.satoshi-bl{
  font-family: satoshi-bl;
}





/* DateRange Picker  */
.daterangepicker .ranges li.active{
  background-color: #ff2800;
  color: white !important;
}
.daterangepicker .ranges li:hover {
  background-color: #ff2800;
  color: white !important;
}
.daterangepicker .ranges li{
  font-size: 14px;
  font-family: satoshi-m;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: #ff2800;
  color: white !important;
}
/* DateRange Picker  */
/* Data Tables  */
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
  background: transparent !important;
  border: 1px solid #5B5B5B !important;
  border-radius: 9px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  padding: 4px 14px !important;
}







.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.3em 1em;
  margin-left: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
  content: "\f053"; /* FontAwesome left arrow icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  content: "\f054"; /* FontAwesome right arrow icon */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous, 
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  padding: 0.3em 0.6em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  background: transparent !important;
  border: none;
  color: black !important;
}
/* Data Tables  */


/* Dashboard Page css Start  */

.select2-container--default .select2-selection--single {
  padding-left: 16px !important;
  padding-right: 20px !important;
  padding-top: 3px !important;
  padding-bottom: 0px !important;
  border: none !important;
  height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder , .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-family: satoshi-m !important;
  color: #262626 !important;
  padding-left: 0px !important;
  font-size: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  top: 72%;
}
.select2-results__option:hover{
  background-color: #ff2800;
  color: white !important;
  font-family: satoshi-m !important;
}
/* Initial state */
.drop-anm {
  max-height: 0 ;
  overflow: hidden ;
  transition: max-height 0.9s ease-out;
}

/* Active state */
.drop-anm.show {
  max-height: 500px; /* Adjust as necessary */
}
#month-dropdown {
            
    display: block;
}




.bg-login{
  background-image: url(../imgs/bg-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-link {
position: relative;
text-decoration: none;
color: #787777;
font-weight: bold;
font-size: 1.5rem; /* Adjust font size as needed */
padding-bottom: 5px; /* Space for the border indicator */
}

.tab-link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 50px; /* Adjust the width of the border indicator */
height: 3px; /* Adjust the height of the border indicator */
background-color: red; /* Color of the active border */
transform: scaleX(0); /* Initially hide the border */
transform-origin: left; /* Start the scaling from the left */
transition: transform 0.3s ease; /* Smooth transition for visibility */
}

.tab-link.active::after {
transform: scaleX(1); /* Show the border when the link is active */
}
.active-link {
  position: relative;
color: #000 !important;
font-family: satoshi-b !important;
}
.active-link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; /* Full height of the parent element */
  width: 5px; /* Thickness of the line */
  background-color: #ff2800; /* Line color */
  border-radius: 50px; /* Fully rounded edges */
}
  .active-link i {
color: #ff2800; 
}

.dropdown-item.active-link {
background-color: #FCF4F3 !important; 
}
.ceck {
accent-color: #ff2800;
}
.graph-container {
width: 80%;
margin: 0px auto;
}

.active i {
color: #ff2800; /* Change icon color to red */
}
.active {
font-weight: 700 !important;
color: #424242 !important;
font-size: 16px;
}


/*  */
.dropdown:hover .dropdown-menu {
display: block;
}
.border-b-2 {
border-bottom-width: 4px;
}

.border-red-500 {
border-bottom-color: #ff2800; 
}
.drpdn-menu {
display: none;
}
.form-checkbox:checked {
border-color: #dc2626;
background-color: #dc2626;
}

/*  */

#date {
/* width: 150px; */
outline: none;
/* border: 1px solid #aaa; */
padding: 5px 28px;
color: #aaa;
}

.date-container {
position: relative;
float: left;
.date-text {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #262626;
}

.date-icon {
  position: absolute;
  top: 17px;
  right: 10px;
  /* pointer-events: none; */
  cursor: pointer;
  color: #aaa;
}
}

.hidden {
display: none;
}
/* .rotate-arrow {
rotate: 270deg !important;
} */

.rotate-90 {
transform: rotate(90deg);
}
.dropdown-icon {
rotate: 270deg !important;
}

/************************************* select ***************************/
.custom-refresh {
position: relative;
display: inline-block;
width: 100px;
}

.original-select {
display: none; /*hide the original select element*/
}

.dropdown-selected {
border: 1px solid #89898b !important;
padding: 10px 15px;
border: none;
cursor: pointer;
font-size: 16px;
display: flex;
align-items: center;
justify-content: space-between;
border-radius: 7px;
}

.dropdown-selected svg:first-child {
width: 15px;
height: 15px;
fill: #ff2800;
}

.dropdown-selected svg:last-child {
width: 15px;
height: 15px;
fill: white;
margin-left: 10px;
}

.dropdown-items {
position: absolute;
top: 100%;
left: 0;
right: 0;
z-index: 99;
border: none;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
display: none; /*hidden by default*/
background-color: white;
}
.dropdown-items div:hover {
background-color: #ff2800;
color: white;
border-radius: 0px 0px 0.75rem 0.75rem;
}

.dropdown-items div {
padding: 10px;
cursor: pointer;
}

/********************************* datatables ***************************/
.tabl1 .dataTables_info {
display: none;
}
.tabl1 table.dataTable.stripe > tbody > tr.odd > *,
table.dataTable.display > tbody > tr.odd > * {
box-shadow: none;
}

.tabl1 table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
box-shadow: none;
}
/* table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: none;
     } */

table.dataTable.display > tbody > tr.even > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
box-shadow: none;
}

.tabl1 table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
box-shadow: none;
}
.dataTables_filter {
display: none;
}
.dataTables_length {
display: none;
}
/* .tabl1 .dataTables_filter{
display: none;

}
.tabl1 .dataTables_info{
display: none;

}
.tabl1 .dataTables_paginate{
display: none;

} */
.tabl1 .dataTables_paginate {
display: none;
}
table.dataTable.display > tbody > tr.odd > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
box-shadow: none;
}

/* .tabl2 table.dataTable thead th,
table.dataTable thead td {
border-bottom: none;
}

.tabl1 table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
border-top: none;
}

.tabl1 table.dataTable thead th,
table.dataTable thead td {
border-bottom: none;
}
table.dataTable.no-footer {
border-bottom: none;
} */
table.dataTable thead th,
table.dataTable thead td {
/* padding: 20px; */
border-bottom: none;
}
table.dataTable tbody th,
table.dataTable tbody td {
/* padding: 20px 10px; */
}
select option:hover{
background-color: yellow;
}
/**************************************************** mapping **********************************************/
#map1, #map2 {
width: 100%;
height: 70vh;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}

.toolbar {
position: absolute;
z-index: 1000;
top: 0;
left: 0;
display: flex;
align-items: center;
padding: 16px;
}
.toolbar a {
padding: 16px;
}

.marker-container {
position: relative;
transform: translate(-50%, -50%);
}

.span-title {
background: #ff2800;
color: #fff;
padding: 5px;
}
.icon-marker {
cursor: pointer;
width: 100px;
height: 100px;
border-radius: 50%;

/*          position: relative;*/
/*          transform: translate(-50%, -50%);*/
}
/* Dashboard Page css End  */

/* Order Management Page Css Start  */




.tab-link {
    position: relative;
    text-decoration: none;
    color: #787777;
    font-weight: bold;
    font-size: 1.5rem; /* Adjust font size as needed */
    padding-bottom: 5px; /* Space for the border indicator */
  }

  .tab-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px; /* Adjust the width of the border indicator */
    height: 3px; /* Adjust the height of the border indicator */
    background-color: red; /* Color of the active border */
    transform: scaleX(0); /* Initially hide the border */
    transform-origin: left; /* Start the scaling from the left */
    transition: transform 0.3s ease; /* Smooth transition for visibility */
  }

  .tab-link.active::after {
    transform: scaleX(1); /* Show the border when the link is active */
  }
  /* .active-link {
    border-right: 5px solid #ff2800;
    color: #ff2800;
  }
  .active-link i {
    color: #ff2800;
  } */

  .dropdown-item.active-link {
    background-color: #fcf4f3 !important;
  }

  .ceck {
    accent-color: #ff2800;
  }
  .graph-container {
    width: 80%;
    margin: 10px auto;
  }

  .active i {
    color: #ff2800; /* Change icon color to red */
  }
  .active {
    font-weight: 700 !important;
    color: #424242 !important;
    font-size: 16px;
  }

 

  /*  */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .border-b-2 {
    border-bottom-width: 4px;
  }

  .border-red-500 {
    border-bottom-color: #ff2800; /* Red color */
  }
  .drpdn-menu {
    display: none;
  }
  .form-checkbox:checked {
    border-color: #dc2626; /* Red color */
    background-color: #dc2626; /* Red color */
  }

  /*  */

  #date {
    /* width: 150px; */
    outline: none;
    /* border: 1px solid #aaa; */
    padding: 5px 28px;
    color: #aaa;
  }

  .date-container {
    position: relative;
    float: left;
    .date-text {
      position: absolute;
      top: 12px;
      left: 12px;
      color: #262626;
    }

    .date-icon {
      position: absolute;
      top: 17px;
      right: 10px;
      /* pointer-events: none; */
      cursor: pointer;
      color: #aaa;
    }
  }

  .hidden {
    display: none;
  }

  .rotate-90 {
    transform: rotate(90deg);
  }
  .dropdown-icon {
    rotate: 270deg !important;
  }

  /************************************* select ***************************/
  .custom-refresh {
    position: relative;
    display: inline-block;
    /* width: 100px; */
  }

  .original-select {
    display: none; /*hide the original select element*/
  }

  .dropdown-selected {
    border: 1px solid #89898b !important;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
  }

  .dropdown-selected svg:first-child {
    width: 15px;
    height: 15px;
    fill: #ff2800;
  }

  .dropdown-selected svg:last-child {
    width: 15px;
    height: 15px;
    fill: white;
    margin-left: 10px;
  }

  .dropdown-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: none; /*hidden by default*/
  }

  .dropdown-items div {
    padding: 10px;
    cursor: pointer;
  }

  /********************************* datatables ***************************/
  .tabl1 .dataTables_info {
    display: none;
  }
  .tabl1 table.dataTable.stripe > tbody > tr.odd > *,
  table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none;
  }

  .tabl1 table.dataTable.display > tbody > tr.odd > .sorting_1,
  table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none;
  }
  /* table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
        box-shadow: none;
         } */

  table.dataTable.display > tbody > tr.even > .sorting_1,
  table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
    box-shadow: none;
  }

  .tabl1 table.dataTable.hover > tbody > tr:hover > *,
  table.dataTable.display > tbody > tr:hover > * {
    box-shadow: none;
  }
  .dataTables_filter {
    display: none;
  }
  .dataTables_length {
    display: none;
  }
  /* .tabl1 .dataTables_filter{
    display: none;

  }
  .tabl1 .dataTables_info{
    display: none;

  }
  .tabl1 .dataTables_paginate{
    display: none;

  } */
  .tabl1 .dataTables_paginate {
    display: none;
  }
  table.dataTable.display > tbody > tr.odd > .sorting_1,
  table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none;
  }

  /* .tabl2 table.dataTable thead th,
  table.dataTable thead td {
    border-bottom: none;
  }

  .tabl1 table.dataTable.row-border tbody th,
  table.dataTable.row-border tbody td,
  table.dataTable.display tbody th,
  table.dataTable.display tbody td {
    border-top: none;
  }

  .tabl1 table.dataTable thead th,
  table.dataTable thead td {
    border-bottom: none;
  }
  table.dataTable.no-footer {
    border-bottom: none;
  } */

  table.dataTable thead th,
  table.dataTable thead td {
    /* padding: 20px; */
    border-bottom: none;
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    /* padding: 20px 10px; */
  }
/* Order Management Page Css End  */




/* Merchant Page Css Start  */
.tab-link {
    position: relative;
    text-decoration: none;
    color: #787777;
    font-weight: bold;
    font-size: 1.5rem; /* Adjust font size as needed */
    padding-bottom: 5px; /* Space for the border indicator */
  }

  .tab-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px; /* Adjust the width of the border indicator */
    height: 3px; /* Adjust the height of the border indicator */
    background-color: red; /* Color of the active border */
    transform: scaleX(0); /* Initially hide the border */
    transform-origin: left; /* Start the scaling from the left */
    transition: transform 0.3s ease; /* Smooth transition for visibility */
  }

  .tab-link.active::after {
    transform: scaleX(1); /* Show the border when the link is active */
  }
  /* .active-link {
    border-right: 5px solid #ff2800;
    color: #ff2800;
  }
  .active-link i {
    color: #ff2800;
  } */

  .dropdown-item.active-link {
    background-color: #fcf4f3 !important;
  }

  .ceck {
    accent-color: #ff2800;
  }
  .graph-container {
    width: 80%;
    margin: 10px auto;
  }

  .active i {
    color: #ff2800; /* Change icon color to red */
  }
  .active {
    font-weight: 700 !important;
    color: #424242 !important;
    font-size: 16px;
  }

  

  /*  */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .border-b-2 {
    border-bottom-width: 4px;
  }

  .border-red-500 {
    border-bottom-color: #ff2800; /* Red color */
  }
  .drpdn-menu {
    display: none;
  }
  .form-checkbox:checked {
    border-color: #dc2626; /* Red color */
    background-color: #dc2626; /* Red color */
  }

  /*  */

  #date {
    /* width: 150px; */
    outline: none;
    /* border: 1px solid #aaa; */
    padding: 5px 28px;
    color: #aaa;
  }

  .date-container {
    position: relative;
    float: left;
    .date-text {
      position: absolute;
      top: 12px;
      left: 12px;
      color: #262626;
    }

    .date-icon {
      position: absolute;
      top: 17px;
      right: 10px;
      /* pointer-events: none; */
      cursor: pointer;
      color: #aaa;
    }
  }

  .hidden {
    display: none;
  }

  .rotate-90 {
    transform: rotate(90deg);
  }
  .dropdown-icon {
    rotate: 270deg !important;
  }

  /************************************* select ***************************/
  .custom-refresh {
    position: relative;
    display: inline-block;
    /* width: 100px; */
  }

  .original-select {
    display: none; /*hide the original select element*/
  }

  .dropdown-selected {
    border: 1px solid #89898b !important;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
  }

  .dropdown-selected svg:first-child {
    width: 15px;
    height: 15px;
    fill: #ff2800;
  }

  .dropdown-selected svg:last-child {
    width: 15px;
    height: 15px;
    fill: white;
    margin-left: 10px;
  }

  .dropdown-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: none; /*hidden by default*/
  }

  .dropdown-items div {
    padding: 10px;
    cursor: pointer;
  }
  /********************************* datatables ***************************/
  .tabl1 .dataTables_info {
    display: none;
  }
  .tabl1 table.dataTable.stripe > tbody > tr.odd > *,
  table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none;
  }

  .tabl1 table.dataTable.display > tbody > tr.odd > .sorting_1,
  table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none;
  }
  /* table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
        box-shadow: none;
         } */

  table.dataTable.display > tbody > tr.even > .sorting_1,
  table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
    box-shadow: none;
  }

  .tabl1 table.dataTable.hover > tbody > tr:hover > *,
  table.dataTable.display > tbody > tr:hover > * {
    box-shadow: none;
  }
  .dataTables_filter {
    display: none;
  }
  .dataTables_length {
    display: none;
  }
  /* .tabl1 .dataTables_filter{
    display: none;

  }
  .tabl1 .dataTables_info{
    display: none;

  }
  .tabl1 .dataTables_paginate{
    display: none;

  } */
  .tabl1 .dataTables_paginate {
    display: none;
  }
  table.dataTable.display > tbody > tr.odd > .sorting_1,
  table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    box-shadow: none;
  }

  /* .tabl2 table.dataTable thead th,
  table.dataTable thead td {
    border-bottom: none;
  }

  .tabl1 table.dataTable.row-border tbody th,
  table.dataTable.row-border tbody td,
  table.dataTable.display tbody th,
  table.dataTable.display tbody td {
    border-top: none;
  }

  .tabl1 table.dataTable thead th,
  table.dataTable thead td {
    border-bottom: none;
  }
  table.dataTable.no-footer {
    border-bottom: none;
  } */
  table.dataTable thead th,
  table.dataTable thead td {
    /* padding: 20px; */
    border-bottom: none;
  }
  table.dataTable tbody th,
  table.dataTable tbody td {
    /* padding: 20px 10px; */
  }
/* Merchant Page Css End  */



.ui-autocomplete {
  background-color: white !important;
  border: 1px solid #8A8A8A;
  font-size: 14px;
  border-radius: 10px;
  z-index: 1000;
  color: #5B5B5B;
  font-family: satoshi-m;
}

.ui-autocomplete .ui-menu-item {
  padding: 8px 12px;
  cursor: pointer;

}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  background-color: #FF2800 !important;
  border: none !important;
  border-radius: 7px;
}


.button-highlight {
  border-color: #ff2800; /* Highlight color */
}
.button-default {
  border-color: #DBDBDB; /* Original color */
}
.input-default {
  border-color: #DBDBDB; /* Original color */
}
.input-highlight {
  border-color: #ff2800; /* Highlight color */
}


.ordersactive {
  position: relative;
}

.ordersactive::after {
  content: "";
  position: absolute;
  left: 0;
  /* Adjust this to position the underline */
  bottom: -15px;
  /* Increase this value to add more space between the text and the underline */
  width: 50px;
  /* Set the width to cover the desired number of letters */
  height: 3px;
  /* Thickness of the underline */
  background-color: #ff2800;
  /* Color of the underline */
}



::-webkit-scrollbar {
  display: none !important; /* For Chrome, Safari, and newer Edge */
  width: 0px !important;
}