.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4);
}



/* Modal Content */
.modal-content{
padding: 20px;
box-sizing: border-box;
}

/* The Close Button */
.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.my-modal-box{
	background-color:white;
	width: 100%;
	max-width: 400px;
	height: auto;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.modal-header{
	 padding: 10px 20px 6px;
	border-bottom: 1px solid #00000017;
	box-sizing: border-box;
}
.search_customers {
  width: 400px;
}

.modal-header h3{
color: #1A1D21;
	font-size: 18px;
	font-weight:700;
	line-height: 26px;
	margin: 0;
	text-transform: ;
	letter-spacing: 0.5px;
}

.my-modal-box ul{
  list-style: none;
  padding: 0;
  margin:0;
}


.modal-switch-btn{
	color: #0859e3 !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	max-width: 150px;
	float: right;
}

.my-modal-box p{
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	color: blue;
	font-weight: 500;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}


.modal-content .select2-container{
  width:100% !important;
}

.modal-content .select2-selection__rendered input[type='search']{
  box-shadow: none !important;
  width: 100% !important;
  height: 28px !important;
}
.modal-content .select2-search__field {
	padding: 0 0px !important;
}

.header_bar{
  width:100%;
  height:45px;
  padding: 5px;
  background-color:#0087eb;
  text-align: right;
}

.header-switch-btn{
  display: block !important;
  min-width: 200px;
  line-height: 12px;
  text-transform: capitalize;
  cursor: pointer;
  float: right;
  color: #0859e3 !important;
}
.scroll_bar table tbody::-webkit-scrollbar {
  width: 5px;
  }
.scroll_bar table, .scroll_bar table thead{
  display: block;
}
.scroll_bar table tbody::-webkit-scrollbar-thumb {
background-color: #000;
outline: 1px solid white;
}
.scroll_bar table tbody{
  width: 100%;
  display: block;
  height: 300px;
  overflow: scroll;
}
.scroll_bar table tbody tr, .scroll_bar table thead tr{
	display: table;
	width: 100%;
}
.scroll_bar table tbody tr td, .scroll_bar table thead tr th{
  width: 23% !important;
}
