@CHARSET "UTF-8";

body {
	/*font-family: Arial Unicode MS, Arial, Verdana;
	background-color: #fcfcfc;	*/
	/*font-size: 14px !important;*/
}


.fixed_textarea {
	resize: none !important;
}


.brand-image {
	height : 75px !important;
}


.box-maroon {
	border-top: 4px solid #7B1F1F !important;
}

.card-disabled {
	border-top: 3px solid #6f7173 !important;
}


.captcha-wrap { 
	display:flex; align-items:center; gap:12px; 
}

canvas { border:1px solid #ccc; background:#fff; }




.btn-maroon {
	color: #fff;
  	background-color: #7B1F1F;
  	border-color: #7B1F1F;
  	box-shadow: none;
}


.pointer_cursor {
	cursor: pointer !important;
}

.main-header {
	height : 90px !important;
}

.brand-link {
	height : 90px !important;
	
}

.brand-link .brand-image {
	max-height: 75px !important;
}


@media (min-width: 1200px) {
  .resp_head_font1 {
    font-size: 30px !important;
    font-weight: bold !important;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  .resp_head_font1 {
    font-size: 12px !important;
  }
}


@media (min-width: 1200px) {
  .resp_head_font2 {
    /*font-size: 30px !important;*/
    font-weight: bold !important;
  }
}
/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1199.98px) {
  .resp_head_font2 {
    font-size: 12px !important;
    font-weight: normal !important;
  }
}



.draft_row {
	background-color : #e5a7aa !important;
}

.submitted_row {
	background-color : #acdbe9 !important;
}

