/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.login-form {
    height : 97Vh;
}

.logo {
    width: 5.125rem;
    height: 2rem;
}

.otp-number {
    width: 4.5rem;
    border-radius: 5px;
    border: 1px solid #E5E7EB;
    text-align: center;
    font-weight: bold;
    height: 4.5rem;
}

.sub-header{
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
}

.imageSize{
  width: 4.5rem;
  height: 4.5rem;
}


.mt-0{
  margin-top: 0 !important;
}


.mb-6{
  margin-bottom: 1.5rem !important;
}

table.dataTable thead .sorting, 
table.dataTable thead .sorting_asc, 
table.dataTable thead .sorting_desc {
}

.bg-customgreen{

  background-color: rgb(70 148 17);
}
.bg-customyellow{

  background-color: rgba(250, 202, 21, 1)

}

.customselecteddate{
background-color: rgb(29, 78, 216);
color: rgb(255, 255, 255);
}

.scrollable-list {
  max-height: 200px;
  overflow-y: auto;  
  /* border: 1px solid #ddd; */
  padding: 0.5rem; 
}


.dropDownStyle{

  max-height: 40vh;
  overflow-y: scroll;
}


/* .chart {
  max-width: 500px;
  margin: 0 auto;
} */
.legend {
  text-align: center;
  margin-top: 1rem;
}
.legend-item {
  display: inline-block;
  margin: 0 1rem;
  font-size: 12px;
}
.legend-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 0.5rem;
  vertical-align: middle;
  border-radius:30px;
}
.mbmblocked { background-color: #F98080; }
.mbmrunning { background-color: #31C48D; }

.vertical-table {
  display: grid;
  grid-template-columns: max-content auto;
}
.vertical-table .header {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  border-right: 1px solid #e5e7eb;

}
.vertical-table .row {
  display: grid;
  grid-template-columns: max-content auto;
}



.totalamountcountry{

  background: #DEF7EC;
  font-size: 12px;
}
.totalsumrowhighlight{
  background: #1450F5 !important;
  color: white !important;
}
.totalbackgroundcolumn{
  background: #F0F4FE  !important;
}
.tableheader{
  font-size: 12px;
  color:#6B7280 !important
}

/* months color
 */

/* Basic reset */


/* Colors for each month */
.january { 
  background-color: #cc6666 !important; /* Darker Red */
  color: white !important; /* White text */
}

.february { 
  background-color: #cc9966 !important; /* Darker Orange */
  color: white !important; /* White text */
}

.march { 
  background-color: #cccc66 !important; /* Darker Yellow */
  color: white !important; /* White text */
}

.april { 
  background-color: #99cc99 !important; /* Darker Green */
  color: white !important; /* White text */
}

.may { 
  background-color: #6699cc !important; /* Darker Blue */
  color: white !important; /* White text */
}

.june { 
  background-color: #cc99cc !important; /* Darker Purple */
  color: white !important; /* White text */
}

.july { 
  background-color: #cc3333 !important; /* Even Darker Red */
  color: white !important; /* White text */
}

.august { 
  background-color: #cc6633 !important; /* Even Darker Orange */
  color: white !important; /* White text */
}

.september { 
  background-color: #cccc33 !important; /* Even Darker Yellow */
  color: white !important; /* White text */
}

.october { 
  background-color: #339933 !important; /* Even Darker Green */
  color: white !important; /* White text */
}

.november { 
  background-color: #3366cc !important; /* Even Darker Blue */
  color: white !important; /* White text */
}

.december { 
  background-color: #9966cc !important; /* Even Darker Purple */
  color: white !important; /* White text */
}

#modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index:9999;
}

#modal {
  position: fixed;
  width: 90%;
  top: 55%;
  left: 50%;
  text-align: center;
  background-color: #fafafa;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-50%,-50%);  
  transition: all 300ms ease-in-out;
}

#modalOverlay.modal-open #modal {
  opacity: 1;
  top: 50%;
}

.table-header-width-9 {
  width: 9% ;
}

.table-header-width-12-5 {
  width: 12.5%;
}

.table-header-width-14-2 {
  width: 14.2%;
}

.table-header-width-25 {
  width: 25%;
}