.button-group {
  margin: 50px;
}

.booked {
  background: blue;
  color: white;
}

.temp {
  padding: 3px 0px;
  border-radius: 5px;
  color: #000000
}

.temp:hover {
  padding: 3px 0px;
  border-radius: 5px;
  color: #000000;
  background: #e9e9e9;
}

.temp label,
.demodivclass label {
  padding: 0 0 0 8px
}

.data_row label {
  font-size: 15px;
}

.temp input {
  background: none;
  border: 0px;
  color: #000000 !important;
  font-size: 14px;
  line-height: 0;
  min-height: 0;
}

.temp input:focus {
  background: none;
}

.demodivclass input:focus {
  background: #fff;
}

.demodivclass {
  color: #fdfdfd;
  background: #085f6c;
  border-radius: 3px;
  padding: 2px;
}

.demodivclass .text-success {
  color: #58f707 !important;
}

.data_row .text-success {
  color: #1ec100 !important;
}

.demodivclass input {
  background: #fff;
  border: 0px;
  color: #085f6c !important;
  font-size: 15px;
  line-height: 0;
  min-height: 0;
  border-radius: 3px;
  height: 30px;
}

.demodivclass label {
  font-size: 15px;
}


@keyframes effect {
  0% {
    background: linear-gradient(#008000, #00FF00);
    /* -webkit-background-clip: text; */
  }

  100% {
    background: linear-gradient(#3CE7D7, #000FFF);
    /* -webkit-background-clip: text; */
  }
}


.mynewanimation {
  /* font-size: 5em; */
  /* font-family: serif; */
  /* color: transparent; */
  /* text-align: center; */

  /* animation: effect 5s infinite; */
  display: inline;
  animation: background-fade 10s forwards;
}

.callanimation {
  -webkit-animation-name: animationmy;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes animationmy {
  from {
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(100px);
  }

  to {
    -webkit-transform: rotate(0deg) scale(2) skew(0deg) translate(100px);
  }
}


.target-highlight {
  -webkit-animation: target-fade 3s 1;
  -moz-animation: target-fade 3s 1;
}

@-webkit-keyframes target-fade {
  0% {
    background-color: rgba(255, 255, 153, .8);
  }

  100% {
    background-color: rgba(255, 255, 153, 0);
  }
}

@-moz-keyframes target-fade {
  0% {
    background-color: rgba(255, 255, 153, .8);
  }

  100% {
    background-color: rgba(255, 255, 153, 0);
  }
}

.invoice_box {
  border: 1px solid #666;
  height: 80vh;
  overflow: scroll;
}

.invoice_con {
  height: 80vh;
  overflow: scroll;
  overflow-x: hidden;
}

.right-box .accordion-item {
  border: 0;
}

.right-box .accordion-button {
  color: #000;
  box-shadow: none;
  padding: 8px 0;
  background: rgb(249, 251, 251);
  background: linear-gradient(180deg, rgba(249, 251, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
  color: #0778a8 !important;
}

.right-box .accordion-button::after {
  background-size: .75rem !important;
  color: #0a3e6a !important;
}

.right-box .accordion-button:not(.collapsed)::after {
  background-size: .75rem !important;
  color: #0a3e6a !important;
  margin-right: 8px !important;
}

.editer-icon-success {
  font-size: 16px;
  color: #90ff9e;
  margin-left: 8px !important;
}

.editer-icon-warning {
  font-size: 16px;
  color: #fff250;
  margin-left: 8px !important;
}

.leftside_footer {
  bottom: 0;
  width: 100%;
  background: #0a3e6a;
  padding-left: 5px !important;
}

.w-40 {
  width: 35%;
  word-break: break-all;
}

.w-60 {
  width: 65%;
}

.w-60 textarea {
  resize: none;
  height: 34px;
  font-size: 13px;
  max-height: 100px;
  width: 99%;
  border: 0;
  padding-top: 7px;
}

.w-40 i.fs-3 {
  font-size: 16px !important;
}

.w-40 label {
  font-size: 14px !important;
}

.accordion-button {
  color: #0778a8 !important;
}


#dtHorizontalExample thead tr {
  font-size: 13px;
  line-height: 12px;
}

#dtHorizontalExample .form-control-sm {
  background: none;
  padding: 0 3px;
}

.Shidden {
  display: none !important;
}


#mynewtbl textarea {
  resize: none;
  font-size: 13px;
  min-width: 100px;
  border: 0;
  padding: 0;
}

#mynewtbl_FW textarea {
  resize: none;
  font-size: 13px;
  min-width: 100px;
  border: 0;
  padding: 0;
}

#mynewtbl table th {
  font-size: 13px !important;
}

#mynewtbl_FW table th {
  font-size: 13px !important;
}

/* test scaller */
.custom_scroll {
  max-height: 100%;
  overflow: auto;
  width: 100%;
  padding-right: 10px;

}

.custom_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar {
  width: 7px;
  background-color: #F5F5F5;
}

.custom_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(109, 109, 109, 0.3);
  background-color: #a3a3a3;
}