#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.btn-hover:hover{
  background-color: #0275d8;
  padding: 6px 10px 6px 10px;
  color: white;
  border-radius: 4px;
  text-decoration: none;
}

.keahlian{
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  border: 1px solid lightgray;
}

.label-text{
  font-size: 14px;
  margin-bottom: 0px !important;
  color: grey;
}

.row-rounded{
  border-radius: 10px;
  border: 1px solid lightgray;
}

.input-lite{
  border-radius: 3px;
  padding: 3px 5px;
  border: 1px solid lightgray;
  color: gray;
}

.queue-md{
  font-size: 100px;
}
.queue-lg{
  font-size: 320px;
}

.border-full{
  border: 2px solid gray;
}
.border-no-top{
  border-bottom: 2px solid gray;
  border-right: 2px solid gray;
  border-left: 2px solid gray;
}
.shadow-box{
    box-shadow: 3px 3px 5px grey;
}
.fill {
    min-height: 100%;
    height: 100%;
}

.vh-100 {
    min-height: 100vh;
}

.vh-80 {
    min-height: 80vh;
}

.box-primary{
  color: #FF0000;
  font-size: 400px;
}

.box-warning{
  color: #48e709;
  font-size: 180px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.span-text{
  font-weight:bold;
  font-size:14px;
  margin-bottom:0px
}

.on-focus-old  {
  font-family: Arial;
  font-weight:100;
  text-transform: capitalize!important;
  font-size: 14px !important;
}

.on-focus-old:hover {
  color: rgb(247, 247, 247)!important;
}

.on-focus-old:hover {
  color: rgb(247, 247, 247)!important;
}

.hover-new{
  color: #696a6d!important;
}

.hover-new:hover{
  color: rgb(247, 247, 247)!important;
}

.detail-head{
  font-weight: bold;
  padding-bottom: 10px;
  vertical-align: text-top;
  padding-right: 20px;
}

.detail-body{
  padding-bottom: 10px;
}

.service-card{
  border: 0.7px solid #ebe9e9;
  border-radius: 7px; 
}

.service-card:hover{
  box-shadow: 15px 15px 10px 5px #ebe9e9;
}

.service-row {
    border: 0.7px solid #ebe9e9;
    border-radius: 7px;
    padding: 10px; 
}

.chat-room{ 
  text-align: left; 
  color: white;
  background-color: #06080d;
  width: 100%;
  height: 100%;
  padding: 17px 12px;
  border-bottom: 1.5px solid #fff;
}
 
.chat-room:hover{  
  background-color: #121722;
}
 
.chat-active{  
  background-color: #121722;
}
 

.bg-chat{
 background-color: #ffffff;
}

.chat-message{
  overflow-y: scroll;
  max-height: 535px;
}
.chat-parent{
  overflow-y: scroll;
  max-height: 535px;
}

.message {
    border: 2px solid #06080d;
    background-color: #0f1522;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
} 
.darker {
    border-color: #06080d; 
    background-color: #0f1522; 
    margin-left: 20px;
} 
.lighter{
  margin-right: 20px;
}
.message::after {
    content: "";
    clear: both;
    display: table;
} 
.message img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
} 
.message img.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
} 
.time-right {
    float: right; 
    font-size: 13px;
} 
.time-left {
    float: left; 
    font-size: 13px;
}

.typing{
  position: absolute;
  bottom:0px;
  border-bottom: 1.5px solid #fff;
  background-color: #06080d;
}

.btn-outline-hover:hover{
  background-color: #36b9cc !important;
  border: 0.5px solid #36b9cc !important;
}

.btn-disable{
  background-color: lightslategray !important;
   border: 0.5px solid lightslategray !important;
}
.chat-sender {
    color: rgb(197, 193, 255);
    font-size: 12px;
}

.highest{
  height: 100%;
}

.badge-chat {
    padding: 5px 50px;
    background-color: #e5e5e9;
    border-radius: 15px;
}

.chat-room-head{
  font-size: 17px;
  font-weight: bold;
}

.btn-end{
  background-color: lightsteelblue;
  color: white;
}
.btn-end:hover{
  background-color: rgb(150, 172, 201);
  color: white;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #E57927;
}

input:focus + .slider {
  box-shadow: 0 0 1px #E57927;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.no-action{
  pointer-events: none;
}

.hide{
  display: none;
}

.bg-orange, .btn-orange{
  background-color: #E57927;
}

.text-orange{
  color:#E57927
}

.list{
  border: 1px solid black;
  height:500px;
  overflow-y: auto;
}

.very-big-text{
  font-size:350px;
}

#seat table p{
  margin-bottom:0px !important;
}

#seat .card{
  width:20rem !important;
}

.grey-box{
  display: flex;
  background-color: #f6f6f6;
  justify-content: center;
}

.icon {
  padding-top:7px;
  background: #c2bebe;
  color: white;
  min-width: 50px;
  text-align: center;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.input-with-icon{
  width: 100%;
  outline: none;
  border: 1px solid #d1d3e2;
  padding: 0.375rem 0.75rem;
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

.input-container{
  border-radius: 5px;;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
}

.button-image{
  border: 1px solid #d1d3e2;
}

.all_ancestor_image li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.parent {
  float: left;
  height: 300px;
  border: 0px solid black
}

.inside_pdf{
  max-height: 500px;
  overflow-y: scroll;
} 