.hidden {
  display: none!important;
}

.lang {
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    font-weight: bold;
    
}
.lang:hover {
    color: #fff;
    text-decoration: underline;
    
}
.box-shadow {
    box-shadow: 0 10px 10px 5px rgba(221, 221, 221, 1);
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
  background: none #fff;
}
.chosen-container-single .chosen-single div::after, .chosen-container-active.chosen-with-drop .chosen-single div::after {
  top: -2rem;
}
.chosen-container-single .chosen-search::before {
  display: inline-block;
  position: relative;
  top: .365rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='#636c72' d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
  background-size: 1.25rem 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.chosen-container-single .chosen-search::after {
  background-image: none;
}

.chosen-container-single .chosen-search input[type="text"] {
  position: relative;
  left: -1.5rem;
  color: #495057;
  background-image: none!important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: .25rem .5rem .25rem 1.75rem;
  margin-bottom: 0.5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
  z-index: 1;
}
.chosen-container-single .chosen-single div b {
  background-image: none!important;
}

.dropdown-item {
    color: rgba(255, 255, 255, 0.5);
}

.top-lable {
    position: fixed; 
    top: 0;
}



.pagebreak { 
  page-break-before: always; 
}

.loading-overlay {
  display: block;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 999;
}
.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hide {
  display: none !important;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.head-bg {
    padding:0; 
    margin:0 auto; 
    background:url('../img/header-bg.png'); 
    height:100px;
    background-size: cover;
}

h1.title {
    font-size: 24px; 
    position: relative;  
    color: #fff;
    /* text-shadow: black 1px 1px 0, black -1px -1px 0, 
                 black -1px 1px 0, black 1px -1px 0;   */
    text-shadow: 1px 1px 2px black, 0 0 1em black;
}

.custom-select {
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}



@media (min-width: 576px) {
  h1.title {
    font-size: 200%;
  }
  .head-bg {
    height: 180px;
  }
  .modal-dialog-wide {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  h1.title {
    font-size: 300%;
  }
  .head-bg {
    height: 220px;
  }
  .modal-dialog-wide {
    max-width: 700px;
  }
}

@media (min-width: 992px) {
  h1.title {
    font-size: 400%;
  }
  .head-bg {
    height: 280px;
  }
  .modal-dialog-wide {
    max-width: 800px;
    transition: all 0.8s;
  }
}

@page {
  size: A4;
  margin: 1cm 1cm 1.5cm 2cm;
}

.print-area {
  display: none;
}

@media print {
  .print-hide{
    display: none;
  }
  .print-area {
    display: block;
  }
  .sm-text{
    font-size: 98%;
  }

  /* .question-chat {
    background-color:#cce5ff;
    border-color: #b8daff;
    color: #004085;
    border-radius: 10px 10px 0 10px;
    padding: 10px 15px 20px 15px;
    min-width: 400px;
    max-width: 80%;
  } */

  .print-row {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .question-area {
    margin-top: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
  } 

  
  /* body {
    width: 35cm!important;
  } */
}

.shadow {
    /*font-size: 24px; */
    /*position: relative;  */
    color: #fff;
     /*text-shadow: black 1px 1px 0, black -1px -1px 0, */
                 /*black -1px 1px 0, black 1px -1px 0;   */
    text-shadow: 0px 0px 1px black, 0 0 1em black;
    /*text-shadow: 0px 0px 1px #000000;*/
}

.question-area {
  margin-top: 20px;
  border: solid 1px lightgray;
  border-radius: 10px;
  padding: 15px;
} 

.question-area h1, h2, h3, h4, h5, h6{
  text-align: center;
}

.question-chat {
  background-color:#cce5ff;
  border-color: #b8daff;
  color: #004085;
  border-radius: 10px 10px 0 10px;
  padding: 10px 15px 20px 15px;
  min-width: 400px;
  max-width: 80%;
}

.question-answer {
  /* background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460; */
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  border-radius: 10px 10px 10px 0;
  padding: 10px 15px 20px 15px;
  min-width: 400px;
  max-width: 80%;
}

.question-date {
  font-size: 12px;
}

.question-name {
  font-weight: bold;
}

.question-text {
  padding-top: 15px;
}

.empty {
  padding: 20px;
}

.icon-btn {
  font-weight: bold;
}

.wide-btn {
  margin-top: 3px;
  font-size: 15px;
  cursor: pointer;
  opacity: 75%;
}

.wide-btn:hover {
  opacity: 100%;
  -webkit-text-decoration: solid;
          text-decoration: solid;
}

/* Style buttons */
.buttonload {
  color: white; /* White text */
  font-size: 16px /* Set a font size */
}

.short-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.action-question {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer; 
}

.action-accept{
  color: green;
  opacity: 75%;
  cursor: pointer; 
}

.action-accept:hover{
  opacity: 100%;
}

.action-reject{
  color: #DC143C;
  opacity: 75%;
  cursor: pointer; 
}

.action-reject:hover{
  opacity: 100%;
}

.action-answer{
  color: #FF8C00;
  opacity: 75%;
  cursor: pointer; 
}

.action-answer:hover{
  opacity: 100%;
}
