body > #root > div {
  /*height: 100vh;*/
}

.container_list{
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
}
.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.JPG") 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: 6px;
	margin: 6px;
}
.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;
}
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;
}

.collage {
    padding: 10px;
    position: relative;
    width: 70vw;
    text-align: left;
    margin-left: 15vw;
}

.photo-block{
    width: 147px;
    height: 148px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
}

.collage a {
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
}

.effect-duration-1 {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    animation-duration: .4s;
}

.effect-1 {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    -moz-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-animation: fly ease-in-out forwards;
    -moz-animation: fly ease-in-out forwards;
    animation: fly ease-in-out forwards;
}

.collage img {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    opacity: 1;
    width: 147px;
    height: 148px;
}

.collage .image_text {
   width: 95%;
    max-height: 22%;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background-color: rgba(0,0,0,0.33);
    justify-items: left;
    text-align: start;
}

.collage .image_text small.large {
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 2%;
}
.collage .image_text small.medium {
    color: #fff;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 2%;
}
.collage .image_text small.small {
    color: #fff;
    font-size: 8px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin-right: 2px;
    margin-left: 2%;
}
.collage .image_text span.label {
    position: absolute;
    -webkit-font-smoothing: antialiased;
    margin-left: 4px;
    font-size: 14px;
    margin-top: 2px;
    background-color: rgba(0,0,0,0.5) !important;
    right: 3px;
}

.label.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.nonum{
	list-style: none;
}

.output-main h1 {
	color: #4f3535;
    margin: 0 0 10px 0;
    padding: 0;
}

.output-main h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    color: #222;
    font-family: Arial;
    font-weight: bold;
}

.output-main h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    /*color: #0079c3;*/
    color: #0a43ed;
}

.output-main th {
    white-space: nowrap;
    font-weight: bold;
    padding-left: 0;
}

.output-main .question-grouping {
    padding: 20px 0 0 0;
}

.output-main cite {
    display: block;
    margin-top: 50px;
    padding-top: 0;
    font-style: normal;
    font-size: 13px;
    line-height: 2em;
}

.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;
}

.output-main #sidebars.main-nav-scrolled {
    top: 10px;
}

.output-main #sidebars {
    position: relative;
    /*width: 18%;*/
    background-color: #efefef;
    padding: 20px;
    top: 150px;
    transition: all .5s ease 0s;
}

.output-main #sidebars .profile_image_container {
    margin-top: 20px;
}

.output-main #sidebars .profile_image_container img {
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    max-height: 25vh;
}

.output-main #sidebars ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.output-main #sidebars ul li {
    margin: 8px auto;
    font-size: 15px;
}

.output-main #sidebars ul li.switch_profile_item {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
}

.output-main #sidebars ul li.switch_profile_item hr {
    border: 0;
    border-top: 2px solid #ddd;
    margin: 20px 0 10px;
}

.output-main #sidebars ul li.switch_profile_item a {
    margin: 5px 0 0;
}

.output-main #sidebars .flag-container {
    width: 90%;
    height: 190px;
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
}

.output-main #sidebars .flag-container .flag-wrapper {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.output-main #sidebars .flag-container .flag-wrapper .flag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*background-size: auto;*/
}

.no-pointer{
	pointer-events: none;
}

