#loading_modal{
	
	background-color:rgba(249,243,244,0.7);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1001;
	text-align:center;
	display:none;

	
}
#loading_modal span{
	
	
	display: inline-block;
  vertical-align: middle;
  line-height: normal;
	
}

.custom_menu_icons i{
	
	font-size:21px;
	line-height:70px;
	color:white;
	color: rgba(255,255,255,.6) ;
	
}

.pro-user-name{
	
	/*color:white;*/
	color: rgba(255,255,255,.6) ;
	font-weight: 400;
	
}

#select-code-language:focus-visible{
	
	outline: none;
	
}

.modal-backdrop.fade.show{
	
	/*width: 100%;
	height: 100%;*/
	
}

.cell_break_spaces{
	
	white-space:break-spaces !important;
	
}

td.issue_description{
	
	color: blue;
	cursor: pointer;
	
}

/* 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;
}

.display_off{
	display: none !important;
}

.closing_mails_action_buttons{
	
	color:red;
	cursor: pointer;
	font-size: 20px;
	border: 1px solid #ececec;
	border-radius: 50%;
	padding: 4px;
	
}

.closing_mails_action_buttons:hover{
	
	border: 1px solid #9c9a9a;
	
}