

/* Default logo styles */
.logo {
    width: 50px; /* Adjust size as needed */
    height: 50px;
    transition: transform 0.3s ease, filter 0.3s ease; /* Smooth transition for hover effects */
}
#hot_display_area{
    cursor: pointer;
}
/* Hover effect */
a:hover .logo {
    transform: scale(1.1); /* Slightly enlarge the logo */
    filter: brightness(1.2); /* Light up effect */
}

/* Change SVG on hover */
a:hover .logo {
    content: url('../hover4.png'); /* Replace with the path to your hover SVG */
}
.logo1 {
    width: 30px; /* Adjust size as needed */
    height: 30px;
    transition: transform 0.3s ease, filter 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover effect */
.logo1:hover{
    transform: scale(1.1); /* Slightly enlarge the logo */
    filter: brightness(1.2); /* Light up effect */
}

/* Change SVG on hover */
.logo1:hover{
    content: url('../favicon.svg'); /* Replace with the path to your hover SVG */
}
  #wrap {
 
  width: 100%;
  }
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
#hot_display_area {
  overflow: hidden;
  white-space: nowrap;
}

#hot_display_area p {
  display: inline-block;
  animation: scroll 20s linear infinite;
  animation-delay:0s;
}

@keyframes scroll {
  100% {
    transform: translateX(-100%);
  }
}

  #contain1 {
  
      height: 50%;
      
      margin-bottom: 1px;
      font-size: 12px;
  
  
      
  }

  #percent_ledger{
    width: 120px;
    text-align: center;
  }
  
  #contain2 {
      height: 50%;
      font-size: 12px;
  
  
  }
  #orders{
  
      overflow-x: auto;
      overflow-y: auto;
    
  }
  #c_ledger{
    overflow-x: auto;
      overflow-y: auto;
  }
  #tableO{
  
    
      table-layout: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 5px;
      
  }
#order_rows{
  margin-top: 8px;
}
#morder_rows{
  margin-top: 8px;
}
  #oid_cell_3d{
    border: 1px solid black;
    width: 33px;
    font-size:  13px;
    color: white;
    font-weight: bold;
    float: left;
     
       height: 22px;
       background: rgb(4, 116, 157);

}
#oamount_cell_3d {
      
  background: white;
  color: black;
  font-size:  14px;
  min-width: 80px;
text-align: right;
  height: 22px;

  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
#mamount_cell_3d{
  background: white;
  color: black;
  font-size:  14px;
  min-width: 80px;
text-align: right;
  height: 22px;

  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

  #oid_cell{
      border: 1px solid black;
      width: 22px;
      font-size:  15px;
      color: white;
      font-weight: bold;
      float: left;
       
         height: 22px;
         background: rgb(4, 116, 157);
  
  }
  #oamount_cell{
      
      background: white;
      color: black;
      font-size:  15px;
      min-width: 90px;
    text-align: right;
      height: 22px;
    font-weight: bold;
      font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
  #order_cart,#carry_cart,#overdraft,#o_draft{
    font-size:  13px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
  /* Custom CSS to align nav items */
  .nav-pills {
      display: flex;
      justify-content: space-between;
    }
    
  
    #order .nav-pills .nav-item{
      
  
      font-size: 12px;
      border-top: 1px solid black;
  
    }
    #testformula{
      max-height: 800px;
      width: 870px;
    }
    #order .nav-pills .nav-item .active{
      background-color: rgba(109, 102, 102, 0.3);
     border-radius: 0%;
     color: black;
     border-top: 1px solid black;
     border-right: 1px solid rgb(109, 102, 102, 0.3);
     border-left: 1px solid rgb(109, 102, 102, 0.3);
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  
    }
    #otable_cell{
      margin-top: 8px;
   
    }
    #mtotal_cell{
        text-align:right;
  font-weight: bold;
  font-size: 14px;
    }
    .mtotal_cell {
      text-align:right;
      font-weight: bold;
      font-size: 14px;
      
      }
  .total_cell {
  text-align:right;
  font-weight: bold;
  font-size: 14px;
  
  }
  .cl_total_cell{
    text-align:right;
    font-weight: bold;
    font-size: 14px;
  }
    .total_cell:hover{
      background-color: rgb(107, 105, 102);
      
      cursor: pointer;
    }
    #net_revenue{
      background-color: rgb(4, 116, 157);
    }
    #net_revenue:hover{
      background-color: rgb(121, 129, 120);
      cursor: pointer;
    }
    #memcarry,#memlimspan,#memspan,#n_limit,#n_time{
      background-color: rgb(4, 116, 157);
      margin: 0px 3px;
  
    }
    #memlimspan:hover{
      background-color:rgb(121, 129, 120);
      cursor: pointer;
    }
    #memcarry:hover{
      background-color:rgb(121, 129, 120);
      cursor: pointer;
    }
    #check_copy{
      background-color: rgb(255, 219, 60);
    }
    #check_copy:hover{
      background-color: rgb(217, 200, 180);
      cursor: pointer;
    }
  
  #overnav{
    font-size: 12px;
  }
  #od_table{
    font-size: 13px;
  }
  #ot{
    font-size: 13px;
  }
  #carrytable{
    font-size: 13px;
  }
  
  
  #maxctab{
    max-height: 200px;
    overflow-y: auto;
  
  
    border-bottom: 8px solid rgb(107, 105, 102);
  }
  #maxotab{
    max-height: 200px;
    overflow-y: auto;
  
  
    border-bottom: 8px solid rgb(107, 105, 102);
  }
  
  #overdiv{
    
    max-height: 200px;
    overflow-y: auto;
  
  
    border-bottom: 8px solid rgb(107, 105, 102);
  }
  #optlab{
    font-size: 10px;
  }
  #rec_copy{
    background-color: rgb(255, 219, 60);
    font-size: 10px;
  }
  #rec_copy:hover{
    background-color: rgb(217, 200, 180);
    cursor: pointer;
  }
  #order_number, #order_amount,#vorders,#v_percent,#vmember_name, #vcarry_percent, #vpaste,#member_name,#carry_percent,#carry_number,#carry_amount{
    font-size: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  
  #rec_remove_operation{
  font-size: 10px;
  }
  #confirmationremovemodal > .modal-dialog{
  
  height: 150px;
  width: 300px;
  }
  
  button[name="memtablebutton"]{
    font-size: 10px;
  }
  [name="inputforreportsfilter"]{
    font-size: 12px;
  }
  select[name="inputforreportsfilter"]{
    font-size: 12px;
  }
  #history_filter_div{
    font-size: 12px;
    padding-top: 5px;
    
  }
 #otab_3d caption{
  font-size: 12px;
 }
  .navbar{
    font-size: 12px;
  }
  #table_3d_body{
    height:45vh ;
    
    border-bottom: 5px solid white;
    overflow-y: auto;
  }

  .reportpage{
    height:100vh;
    min-height: 100vh;
  
    overflow-y:auto;
    position: fixed;
  }
  #sidebar{
   max-width: 250px;
   min-width: 100px;
   
  }
  .my-offcanvas.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s linear, transform 0.3s ease;
  
    z-index: 1050; /* Set a higher z-index value */
  }
  .modal-backdrop{
    z-index: 10;
  }
  
  .collapse > .nav-item{
    margin-bottom: 5px;
  }
  #offcanvas_nav li{
    border: 1px solid black;
    margin-bottom: 5px;
  }
  #offcanvas_nav li:hover{
   background-color: silver;
  }
  #offcanvasExampleLabel{
    color: #530d0d;
    text-shadow: 1px 2px #735905;
  }
  

  #rid_cell{
    border: 1px solid black;
    min-width: 25px;

    color: white;
    font-weight: bold;
    float: left;
       font-size:  13px;
       height: 30px;
       background: rgb(4, 116, 157);
  
  }
  #cl_id_cell{
    border: 1px solid black;
    min-width: 25px;

    color: white;
    font-weight: bold;
    float: left;
       font-size:  13px;
       height: 30px;
       background: rgb(4, 116, 157);
  }
  #cl_amount_cell{
    background: white;
    color: black;
    font-size:  14px;
    min-width: 65px;
  text-align:right;
    height: 30px;
  
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  #refresh_hot{
    margin-right: 5px;
  }
  #c_ledger_btn{
    background: rgb(4, 116, 157);

    color:white;
  }
  #cl_tab span{
    background-color: rgb(4, 116, 157);
    font-size:  14px;
    margin: 0px 3px;
  }
  #ramount_cell{
    
    background: white;
    color: black;
    font-size:  14px;
    min-width: 70px;
  text-align:right;
    height: 30px;
  
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }
  #optlab{
    font-size:10px;
    min-width: 50px;
  }
  

  #memocell:hover{
    cursor: pointer;
  }
  #pause{
    background: rgb(225, 5, 5);
  }


#cl_limit:hover{
  cursor: pointer;
  background: rgb(84, 81, 81);}
  #cl_limit_btn{
    background: rgb(84, 81, 81);
  }

  #pause:hover{
    background: rgb(84, 81, 81);
  }
  #nav{
    max-width: 98vw;
  }

  #hot_notice{
    font-size: 10px;
    margin-left: 7px;
    word-spacing: 6cap;
  }
  #optlabr{
    font-size: 10px;
  }
  #record_result_talble h6{
    margin: 4px 4px;
  }
  
  #otab caption span{
    font-size:14px;
  }
  #otab_3d span{
    font-size:13px;
  }
  table[name="memorders"] caption span{
    font-size:14px;
  }

  #records_table,#member_rec{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }


  #hotnums{
    font-size: 13px;
  }
  #val,#carryval{
    font-size:14px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  
  }

  #infotainment,#d_over,#ordertabs,#carts{
  font-size: 14px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }

  #dpaste,
  #c_number,
  #c_amount,

  #dvmpaste,
 
  #d_mnumber,
  #d_mamount{
    font-size: 14px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
  
  #d_mname,
  #vcname,
  #dvmname,#cname{
    font-size: 15px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
#mytab,#hot_3numbers_set,#hot_3num_add,#formula_info{
  font-size: 13px;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
 }


 #edit_odd,#edit_comm, #edit_subcomm,#edit_modd,#edit_mcomm, #edit_msubcomm,#fake_rp{
  width: 50px;
 }

 #memberrepro > th  {
  padding: 5px;
 }
 #memberrepro > td  {
  padding: 5px;
 }





#notepad {
  resize: both;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 10px;
  width: 400px;
  height: 300px;
  min-width: 200px;
  min-height: 200px;
  position: fixed;
  background-color: #d2d8e0;
  z-index: 2;
  display: none;
}

#notepadHeader {
  background-color: #6b747e;
  color: white;
  padding: 5px;
  cursor: move;
  border-radius: 0px 5px 0 0;
  text-align: center;
}

#note {
  flex: 1;
  resize: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  min-width: 250px;
  min-height: 200px;
  width: calc(100% );
  height: calc(100% - 55px);
  box-sizing: border-box;
  overflow-y: auto;
}

#clearBtn,#closeBtn {
 font-size: 12px;
}