body > #root > div {
  /*height: 100vh;*/
}
.mybgcolor{
   background-color: #263030 !important;
}
.container_list{
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #b5b0b0;
    border-radius: 5px;
}
.container_list_sm{
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.errorblock {
  color: #f00;
  background-color: #fee;
  border: 2px solid #f00;
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  display: box;
  white-space: pre-line;
  line-height: 18px;
  font-size: 18px;
}
.error-text {
  color: #f00;
  background-color: #fee;
  border: 0;
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  white-space: pre-line;
  line-height: 18px;
  font-size: 18px;
}

.errorblock-sm {
  color: #f00;
  background-color: #fee;
  border: 2px solid #f00;
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  display: box;
  white-space: pre-line;
  line-height: 14px;
  font-size: 14px;
}
.error-text-sm {
  color: #f00;
  background-color: #fee;
  border: 0;
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  white-space: pre-line;
  line-height: 14px;
  font-size: 14px;
}

.message-line{
   margin: 0;
   padding: 3px;
}
.successblock {
  color: rgb(0, 128, 64);
  background-color: #f2f9f4;
  border: 2px solid rgb(0, 128, 64);
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  display: box;
  white-space: pre-line;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
}
.success-text {
  color: rgb(0, 128, 64);
  background-color: #f2f9f4;
  border: 0;
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  white-space: pre-line;
  line-height: 18px;
  font-size: 18px;
}
.successblock-sm {
  color: rgb(0, 128, 64);
  background-color: #f2f9f4;
  border: 2px solid rgb(0, 128, 64);
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  display: box;
  white-space: pre-line;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
}
.success-text-sm {
  color: rgb(0, 128, 64);
  background-color: #f2f9f4;
  border: 0;
  padding: 4px 8px 4px 12px;
  font-family: Segoe UI;
  white-space: pre-line;
  line-height: 14px;
  font-size: 14px;
}
.hide {
  display: none;
}

.bg {
  width: 100%;
  height: auto;
  background: url("/public/images/background_login.png") center  no-repeat;
  background-size: cover;
}

.qbg {
  /*background-color: #e5f3e8;*/
  background-color: #f0f2f5;
}

.homebg {
  width: 100%;
  height: auto;
  background: url("/public/images/background_home.png") center  no-repeat;
  background-size: cover;
}

.btn {
    --bs-btn-padding-x: 1rem;
    --bs-btn-padding-y: .175rem;
}

.form_container {
  border: 1px;
  padding: 40px 50px;
  margin-top: 10vh;
  margin-bottom: 20vh;
  background-color: #ccdbeb;
  -webkit-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
}
.form_container_fgotpass {
  margin-top: 2vh;
}

.regn_form_container {
  border: 1px;
  padding: 20px 20px;
  margin-top: 5px;
  background-color: #ccdbeb;
  -webkit-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  width: auto;
}

.quest_form_container {
  border: 1px;
  padding: 20px 20px;
  margin-top: 5px;
  background-color: white;
  -webkit-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  box-shadow: -1px 4px 26px 11px rgba(0, 0, 0, 0.10);
  width: auto;
}

.form_required {
  color: #c00;
}

.form-label {
    margin-top: 0.75rem;
    margin-bottom: 0.01rem;
    text-align: left;
}

.form-line {
	text-align: left;
    font-weight: bold;
    font-size: 14px;
}
.form-group {
  margin-bottom: 0.25rem;
}

.nav-item:hover .dropdown-menu {
  display: block !important;
}

.rounded-pill {
    border-radius: 0.5rem!important;
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 0.5rem!important;
}

.footer_container{
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    padding: 0 0 0 0;
}

.viewh-80{
	 min-height: 80vh;
}
.viewh-85{
	 min-height: 85vh;
}
.viewh-90{
	 min-height: 93vh;
}

.spinner-size{
	vertical-align: middle;
	align-items: center;
	padding: 8px;
	margin: 8px;
}
.spinner-sm-size{
	vertical-align: middle;
	align-items: center;
	padding: 4px;
	margin: 4px;
}
.spinner-lg-size{
	vertical-align: middle;
	align-items: center;
	padding: 12px;
	margin: 12px;
}
.spinner-hide{
	display: inline;
	padding: 0px;
	margin: 0px;
}
.pagination {
    --bs-pagination-padding-x: .5rem;
    --bs-pagination-padding-y: .15rem;
}
.placeholder-pg{
	width : 100%;
	height : .5rem;
	display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    background-color: inherit;
    opacity: .5;
}

.block-title{
	color: #03036a;
}
.block-row{
	border-top: 2px solid black;
}
.block-right{
	border-right: 2px solid black;
}
a.boxclose{
    float: right;
    margin-top: -5px;
    margin-right: -15px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #174e1f;
    border-radius: 80px;
    background: #314031;
    font-size: 41px;
    font-weight: normal;
    line-height: 25px;
    z-index: 110;
    text-decoration: none;
    text-align: center;
}

.boxclose:before {
    content: "×";
}

.popup-close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHhtbG5zOmE9J2h0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVTVkdWaWV3ZXJFeHRlbnNpb25zLzMuMC8nIHg9JzBweCcgeT0nMHB4JyB3aWR0aD0nMzJweCcgaGVpZ2h0PSczMnB4JyB2aWV3Qm94PSctNy45MzkgLTcuOTM5IDMyIDMyJyBvdmVyZmxvdz0ndmlzaWJsZScgZW5hYmxlLWJhY2tncm91bmQ9J25ldyAtNy45MzkgLTcuOTM5IDMyIDMyJyB4bWw6c3BhY2U9J3ByZXNlcnZlJz4gPHBhdGggaWQ9J0xpbmUtNV8xXycgZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAwMDAwJyBzdHJva2Utd2lkdGg9JzEuNScgc3Ryb2tlLWxpbmVjYXA9J3NxdWFyZScgZD0nTTE1LjIwMywxLjA2MUwxLjA2MSwxNS4yMDMnLz4gPHBhdGggaWQ9J0xpbmUtNS1Db3B5XzFfJyBmaWxsPSdub25lJyBzdHJva2U9JyMwMDAwMDAnIHN0cm9rZS13aWR0aD0nMS41JyBzdHJva2UtbGluZWNhcD0nc3F1YXJlJyBkPSdNMTUuMjAzLDE1LjIwM0wxLjA2MSwxLjA2MScgLz4gPC9zdmc+);
    border: 1px solid #afafaf;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 1;
    float: right;
    top: 12px;
    right: 12px;
    z-index: 110;
    transition: opacity 1s;
    width: 30px;
}

.image-upload-label {
    background-color: #0e42a1;
    color: white;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 5px;
    height: fit-content;
    line-height: 20px;
    letter-spacing: 1px;
    -webkit-appearance: button;
    appearance: button;
    text-shadow: 0 0 #c3c7f1;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.image-upload-label:hover {
    background-color: #3f7ae5;
}

.image-upload-span {
	font-size: 1rem;
    vertical-align: middle;
    display: inline-block;
    color: #0e0e72;
}

.progress-bar {
	background-color: #0c6e28;
}


.search-box{
     justify-content: left;
    text-align: left;
    margin-left: 20px;
    box-sizing: border-box;
    line-height: 25px;
 }
 
 .search-box-sm{
     justify-content: left;
    text-align: left;
    margin-left: 5px;
    box-sizing: border-box;
    line-height: 25px;
 }
 
 .search-text{
    width: 20%;
    padding-right: 35px;
    border-radius: 6px;
    border: .75px solid darkgrey;
    min-height: 35px;
 }
 .search-button{
    padding: 1px 12px 1px 12px;
    margin-top: 0;
    margin-left: 0.15rem;
    margin-bottom: 3px;
    min-height: 35px;
    /*border-radius: 6px;
    border: darkgrey;
    background-color: inherit;
    line-height: 30px;
    margin-left: -32px;
    z-index: 2;
    width: 30px;*/
 }
 
 .search-clear{
    padding: 1px 12px 1px 12px;
    margin-top: 0;
    margin-left: 1.5rem;
    margin-bottom: 3px;
    min-height: 35px;
 }
 
 .search-dd{
	display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 20vw;
    vertical-align: bottom;
 }
 
 .search-dd-sm{
	display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 90%;
    vertical-align: bottom;
 }
 
 .myselect{
	border-radius: 10px;
    line-height: 20px;
    font-size: 16px;
	
}

.myoption{
	padding:5px 0px 5px 5px;
	font-size:16px;
	line-height: 20px;
}

.page-filterdd {
    margin: 0 auto;
    max-width: 70vw;
    padding: 0 0.625em;
    padding-left: 0px;
}

.card-bginfo{
	background-color: #e9ecef;
    opacity: 1;
}

input.myradio{
	width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    margin-bottom: 10px;
    float: none;
    text-align: justify;
}
.myradio-block{
	margin-bottom: 20px;
}
.myradio-list{
	/*float: left;*/
	width: 100%;
	padding-bottom: 5px;
}
.myradio-item{
	text-align: left;
	width: 90%;
	display: inline-block;
	line-height: 20px;
	font-size: 1rem;
    text-align: left;
    letter-spacing: 0.05rem;
    font-weight: 500;
}

input.mycheckbox{
	width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: top;
    margin-bottom: 10px;
    float: none;
    text-align: justify;
}
.mycheckbox-block{
	margin-bottom: 5px;
    margin-top: 5px;
    text-align: justify;
    margin-left: 2vw;
}
.mycheckbox-list{
	/*float: left;*/
	width: 100%;
	padding-bottom: 5px;
}
.mycheckbox-item{
	text-align: left;
	width: 90%;
	display: inline-block;
	line-height: 20px;
	font-size: 1rem;
    text-align: left;
    letter-spacing: 0.05rem;
    font-weight: 500;
}
option:checked{
  color: white;
  background-color: green;
}
.card-bg-info {
  color: #000 !important;
  background-color: #caeded !important; 
 }
 
.header-label {
    margin-top: 0.5rem;
    margin-bottom: 0.01rem;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}