#box-widget-icon {
  position: fixed;
  bottom: 50px; /* Adjust this value to change the distance from the bottom of the viewport */
  left: 20px; /* Adjust this value to change the distance from the right of the viewport */
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  z-index: 1000; /* Ensure it's on top of other elements */
}

.widget-icon {
  /* background: rgb(127, 0, 0); */
  transition: all 0.2s ease !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.15); */
  margin: 0 auto;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes cssload-shift {
  0% {
    left: -30px;
    opacity: 0;
  }

  10% {
    left: 0;
    opacity: 1;
  }

  90% {
    left: 50px;
    opacity: 1;
  }

  to {
    left: 80px;
    opacity: 0;
  }
}

@-o-keyframes cssload-shift {
  0% {
    left: -30px;
    opacity: 0;
  }

  10% {
    left: 0;
    opacity: 1;
  }

  90% {
    left: 50px;
    opacity: 1;
  }

  to {
    left: 80px;
    opacity: 0;
  }
}

@-ms-keyframes cssload-shift {
  10%,
  90% {
    opacity: 1;
  }

  0%,
  to {
    opacity: 0;
  }

  0% {
    left: -30px;
  }

  10% {
    left: 0;
  }

  90% {
    left: 50px;
  }

  to {
    left: 80px;
  }
}

@-webkit-keyframes cssload-shift {
  0% {
    left: -30px;
    opacity: 0;
  }

  10% {
    left: 0;
    opacity: 1;
  }

  90% {
    left: 50px;
    opacity: 1;
  }

  to {
    left: 80px;
    opacity: 0;
  }
}

@-moz-keyframes cssload-shift {
  0% {
    left: -30px;
    opacity: 0;
  }

  10% {
    left: 0;
    opacity: 1;
  }

  90% {
    left: 50px;
    opacity: 1;
  }

  to {
    left: 80px;
    opacity: 0;
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  to {
    transform: scaleY(0.8);
    transform: scaleX(0.8);
    background-color: #dfe0e0;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }

  20% {
    transform: scaleY(1);
    transform: scaleX(1);
    background-color: #555;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.1);
  }
}

@-o-keyframes stretchdelay {
  0%,
  40%,
  to {
    -o-transform: scaleY(0.8);
    -o-transform: scaleX(0.8);
    background-color: #dfe0e0;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }

  20% {
    -o-transform: scaleY(1);
    -o-transform: scaleX(1);
    background-color: #555;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.1);
  }
}

@-ms-keyframes stretchdelay {
  0%,
  40%,
  to {
    -ms-transform: scaleY(0.8);
    -ms-transform: scaleX(0.8);
    background-color: #dfe0e0;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }

  20% {
    -ms-transform: scaleY(1);
    -ms-transform: scaleX(1);
    background-color: #555;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.1);
  }
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  to {
    -webkit-transform: scaleY(0.8);
    -webkit-transform: scaleX(0.8);
    background-color: #dfe0e0;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }

  20% {
    -webkit-transform: scaleY(1);
    -webkit-transform: scaleX(1);
    background-color: #555;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.1);
  }
}

@-moz-keyframes stretchdelay {
  0%,
  40%,
  to {
    -moz-transform: scaleY(0.8);
    -moz-transform: scaleX(0.8);
    background-color: #dfe0e0;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }

  20% {
    -moz-transform: scaleY(1);
    -moz-transform: scaleX(1);
    background-color: #555;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.1);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes mypulse {
  0%,
  to {
    background: #e00;
  }

  50% {
    background: #fff;
  }
}

@keyframes goftino_rubberBand {
  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.7, 0.7, 1);
    transform: scale3d(1.7, 0.7, 1);
  }

  40% {
    -webkit-transform: scale3d(0.7, 1.7, 1);
    transform: scale3d(0.7, 1.7, 1);
  }

  50% {
    -webkit-transform: scale3d(1.25, 0.8, 1);
    transform: scale3d(1.25, 0.8, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes goftino_shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes goftino_tada {
  0%,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -15deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -15deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 15deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, 15deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -15deg);
    transform: scale3d(1.2, 1.2, 1.2) rotate3d(0, 0, 1, -15deg);
  }
}

@keyframes goftino_wobble {
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -15deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 10deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 10deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 5deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}

@keyframes goftino_rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -280deg);
    transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -280deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes goftino_flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes goftino_bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes spinn {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

*,
html {
  -webkit-tap-highlight-color: transparent;
}

html {
  font-family: 'iransansXV';
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'iransansXV', fontsans, Tahoma, Arial;
  font-weight: 300;
  line-height: 1.5em;
  background: 0 0;
  color: #3c4858;
  font-size: 14px;
  margin: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea {
  overflow: auto;
}

.collapse {
  display: none;
}

.btn {
  display: inline-block;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-datatables .input-sm {
  height: 35px;
  padding: 0;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.btn.btn-simple {
  box-shadow: none;
}

.btn.btn-simple,
.btn.btn-simple:hover {
  background-color: transparent;
  color: #999;
}

.text-warning {
  color: #ff9800;
}

.text-primary {
  color: #9c27b0;
}

.text-danger {
  color: #f44336;
}

.text-success {
  color: #4caf50;
}

.text-info {
  color: #00bcd4;
}

.text-rose {
  color: #e91e63;
}

.text-gray {
  color: #999;
}

.wrapper {
  position: relative;
  top: 0;
  height: 100vh;
}

@media (min-width: 992px) {
  .hover-collapse {
    display: block;
    position: absolute;
    top: 0;
    right: 81px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #fff;
  }
}

.btn {
  border: 0;
  border-radius: 3px;
  position: relative;
  padding: 12px 30px;
  margin: 10px 1px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn::-moz-focus-inner {
  border: 0;
}

.btn,
.btn.btn-default {
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14),
    0 3px 1px -2px rgba(153, 153, 153, 0.2),
    0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.btn.btn-default.disabled,
.btn.btn-default.disabled.active,
.btn.btn-default.disabled.focus,
.btn.btn-default.disabled:active,
.btn.btn-default.disabled:focus,
.btn.btn-default.disabled:hover,
.btn.btn-default:disabled,
.btn.btn-default:disabled.active,
.btn.btn-default:disabled.focus,
.btn.btn-default:disabled:active,
.btn.btn-default:disabled:focus,
.btn.btn-default:disabled:hover,
.btn.btn-default[disabled],
.btn.btn-default[disabled].active,
.btn.btn-default[disabled].focus,
.btn.btn-default[disabled]:active,
.btn.btn-default[disabled]:focus,
.btn.btn-default[disabled]:hover,
.btn.disabled,
.btn.disabled.active,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled,
.btn:disabled.active,
.btn:disabled.focus,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.btn[disabled],
.btn[disabled].active,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover,
.close,
fieldset[disabled] .btn,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn.btn-default,
fieldset[disabled] .btn.btn-default.active,
fieldset[disabled] .btn.btn-default.focus,
fieldset[disabled] .btn.btn-default:active,
fieldset[disabled] .btn.btn-default:focus,
fieldset[disabled] .btn.btn-default:hover,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:hover {
  font-size: inherit;
  color: #fff;
  opacity: 0.9;
  text-shadow: none;
}

.close:focus,
.close:hover {
  opacity: 1;
  color: #fff;
}

.close i {
  font-size: 11px;
}

a,
a:focus,
a:hover {
  color: #09a1b5;
  text-decoration: none;
}

:focus {
  outline: 0;
}

a:active,
a:focus,
button::-moz-focus-inner,
button:active,
button:focus,
button:hover,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0 !important;
}

.form-control {
  background-image: linear-gradient(#9c27b0, #9c27b0),
    linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
  float: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 400;
  height: 36px;
  padding: 7px 0;
  font-size: 15px;
  line-height: 1.42857;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.42857;
  color: #aaa;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 1.42857;
  color: #aaa;
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.42857;
  color: #aaa;
  font-weight: 400;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}

.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}

.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.dc-text i,
.fileinput .btn,
.fileinput-filename {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

.fileinput.input-group > .btn-file {
  z-index: 1;
}

.fileinput-new .input-group .btn-file,
.fileinput-new.input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new .input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new.input-group .btn-file.btn-xs {
  border-radius: 0 3px 3px 0;
}

.fileinput-new .input-group .btn-file.btn-lg,
.fileinput-new.input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #ff9800;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #ff9800;
}

.alert.alert-danger i,
.form-group.has-error .fileinput .fileinput-preview {
  color: #f44336;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #f44336;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #4caf50;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #4caf50;
}

.alert,
.alert.alert-default {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(255, 255, 255, 0.4);
}

.alert {
  border: 0;
  right: 20px !important;
  left: 20px !important;
  position: relative;
  padding: 15px;
  line-height: 20px;
}

.alert b {
  font-weight: 500;
  font-size: 12px;
}

.alert.alert-default {
  color: #555;
}

.alert,
.alert .alert-link,
.alert a,
.alert.alert-default .alert-link,
.alert.alert-default a {
  color: #555;
}

.alert.alert-inverse {
  background-color: #2e2e2e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(33, 33, 33, 0.4);
}

.alert-danger,
.alert-info,
.alert-rose,
.alert-success,
.alert-warning,
.alert.alert-danger .alert-link,
.alert.alert-danger a,
.alert.alert-info .alert-link,
.alert.alert-info a,
.alert.alert-inverse .alert-link,
.alert.alert-inverse a,
.alert.alert-primary .alert-link,
.alert.alert-primary a,
.alert.alert-rose .alert-link,
.alert.alert-rose a,
.alert.alert-success .alert-link,
.alert.alert-success a,
.alert.alert-warning .alert-link,
.alert.alert-warning a {
  color: #fff;
}

.alert.alert-primary,
.alert.alert-success {
  background-color: #af2cc5;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.alert.alert-success {
  background-color: #5cb860;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(76, 175, 80, 0.4);
}

.alert.alert-info,
.alert.alert-warning {
  background-color: #00bcd4;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

.alert.alert-warning {
  background-color: #ffa21a;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(255, 152, 0, 0.4);
}

.alert.alert-danger,
.alert.alert-rose {
  background-color: #f55a4e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(244, 67, 54, 0.4);
}

.alert.alert-rose {
  background-color: #eb3573;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.alert-default .alert-link,
.alert-default a {
  color: rgba(0, 0, 0, 0.87);
}

.alert span {
  display: block;
  max-width: 89%;
  font-size: 13px;
}

.alert.alert-warning i {
  color: #ff9800;
}

.alert.alert-success i {
  color: #4caf50;
}

.alert.alert-info i {
  color: #00bcd4;
}

.alert.alert-primary i {
  color: #9c27b0;
}

.alert.alert-rose i {
  color: #e91e63;
}

.alert.alert-with-icon {
  margin-top: 43px;
  padding-right: 60px;
}

.alert.alert-with-icon i[data-notify="icon"] {
  display: block;
  right: 10px;
  position: absolute;
  margin-top: -35px;
  font-size: 20px;
  background-color: #fff;
  padding: 7px;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.4),
    0 4px 20px 0 rgba(0, 0, 0, 0.2), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.alert .close i {
  color: #fff;
}

.alert i[data-notify="icon"] {
  display: none;
}

.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
}

.alert .alert-icon i {
  margin-top: -7px;
  top: 5px;
  position: relative;
}

.alert [data-notify="dismiss"] {
  margin-left: 5px;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.tooltip {
  position: absolute;
  z-index: 107000;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  text-align: center;
  background-color: #000;
}

.hasmic .tooltip-inner {
  width: 195px;
  font-size: 11px;
  text-align: left;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover,
.tooltip-inner {
  color: #fff;
  line-height: 1.5em;
  background: #333;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
}

.popover {
  padding: 0;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.popover.bottom > .arrow,
.popover.left > .arrow,
.popover.right > .arrow,
.popover.top > .arrow {
  border: 0;
}

.popover-title {
  background-color: #fff;
  border: 0;
  padding: 15px 15px 5px;
  font-size: 1.3em;
}

.popover-content {
  padding: 10px 15px 15px;
  line-height: 1.4;
}

.tooltip.in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tooltip {
  opacity: 0;
  transition: opacity, transform 0.2s ease;
  -webkit-transform: translate3d(0, 5px, 0);
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.tooltip.left .tooltip-arrow {
  border-left-color: #333;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #333;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #333;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}

.tooltip-inner {
  padding: 5px 10px;
}

.box-chat-content {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  color: rgba(0, 0, 0, 0.87);
}

.box-chat-content .card-actions .btn {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .fileinput {
    display: block;
  }

  .modal-small {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.form-control {
  direction: rtl;
  text-align: right;
}

.container {
  direction: rtl;
}

.padding {
  padding: 15px;
}

.tooltip {
  font-family: fontsans, tahoma;
}

.loading,
.notify_date div {
  width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
}

.loading {
  z-index: 10;
  top: 0;
  color: #28b6d5;
  display: none;
  height: calc(100vh - 230px);
  background: #fff;
}

#close_autopm,
#close_autopm svg {
  float: left;
  cursor: pointer;
  opacity: 0.5;
}

#close_autopm {
  margin-left: -5px;
}

#close_autopm svg {
  margin: 0 6px 0-2px !important;
  fill: #333;
}

#close_autopm:hover {
  opacity: 0.8;
}

.box-chat-content {
  overflow: hidden;
  height: calc(100vh - 22px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.box-footer {
  width: 100%;
  margin: 0;
  background: #fff;
  align-self: flex-end;
  -webkit-align-self: flex-end;
}

#box-new-message-content {
  padding: 0 5px 0 10px;
}

#box-new-message-content .dc-text {
  cursor: pointer;
  border-radius: 8px;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header,
.dc-msg {
  display: block;
  position: relative;
}

.box-header {
  color: #444;
  padding: 13px 10px;
}

.box-header > .box-tools {
  position: absolute;
  left: 2px;
  bottom: 2px;
}

.box-chat-content .box-body {
  position: relative;
  overflow-x: hidden;
  padding: 0;
  height: calc(100vh - 200px);
  background: #f3f3f3;
}

.dc-msg {
  margin-bottom: 6px;
  width: 100%;
  direction: rtl;
}

.dc-info {
  display: block;
  margin-bottom: -5px;
  font-size: 11px;
}

#box-chat .right .dc-img {
  right: 0;
}

.dc-img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  object-fit: cover;
  position: absolute;
  z-index: 6;
  bottom: 6px;
}

.box-chat-content .right > .dc-text {
  background: #fff;
  color: #444;
}

.right .dc-text svg {
  fill: #555;
}

.dc-text {
  border-radius: 22px;
  position: relative;
  padding: 11px 15px;
  background: #00bcd4;
  color: #fff;
  border: 0;
  margin: 0 0 5px 8px;
  white-space: pre-wrap;
  word-wrap: break-word;
  display: inline-block;
  float: left;
  max-width: calc(100% - 75px);
}

.dc-text svg,
.modal-body i {
  vertical-align: middle;
  margin-left: 6px;
}

.right .dc-text {
  margin-right: 42px;
  margin-left: 0;
  float: right;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

#box-chat .left .dc-text {
  background: 0 0;
}

.dc-text a {
  color: inherit;
  text-decoration: underline;
}

.box-chat-content .right > .dc-text:after,
.box-chat-content .right > .dc-text:before {
  border-left-color: #f3f4f7;
}

.dc-msg:after,
.dc-msg:before {
  content: " ";
  display: table;
}

.dc-msg:after {
  clear: both;
}

.dc-text:before,
.right .dc-text:before {
  bottom: 0;
  height: 18px;
  -webkit-transform: translate(0, -2px);
  width: 16px;
}

.dc-text:before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: -4px;
  background: #f3f3f3;
  border-bottom-right-radius: 30px;
}

.dc-text:after {
  content: " ";
  position: absolute;
  z-index: 3;
  left: 4px;
  border-bottom-right-radius: 10px;
}

.right .dc-text:before {
  z-index: 3;
  right: -4px;
  left: auto;
  border-radius: 0;
  border-bottom-left-radius: 30px;
  box-shadow: 4px 6px 7px -5px rgba(0, 0, 0, 0.3);
  background: #fff;
}

.dc-text:after,
.right .dc-text:after {
  bottom: -2px;
  width: 16px;
  height: 20px;
  background: #f3f3f3;
  -webkit-transform: translate(-20px, -2px);
}

.right .dc-text:after {
  z-index: 4;
  right: -36px;
  left: auto;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  box-shadow: inset 2px 0 3px -3px rgba(0, 0, 0, 0.45);
}

.dc-timestamp {
  direction: ltr;
  color: #666;
}

.file {
  font-family: arial, tahoma;
  white-space: initial;
}

.right .file:after,
.right .file:before {
  border-right: 0;
}

.file a {
  text-decoration: none;
}

.file svg {
  width: 36px;
  height: 36px;
  margin: 0;
}

.file .file-box {
  width: calc(100% - 52px);
  float: left;
  margin: 0 6px 0 10px;
  direction: ltr;
}

.file .file-box a {
  float: left;
  font-size: 13px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.file .file-box span {
  float: left;
  font-size: 11px;
  opacity: 0.7;
  margin-top: -3px;
}

#box-send,
.typing {
  display: inline-block;
}

.close,
.file svg {
  float: left;
}

.modal-body i {
  margin-left: 10px;
}

.modal-title {
  color: #ff9800;
}

.hide_ba:after,
.hide_ba:before {
  display: none;
}

#box-send {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  box-shadow: none;
  position: relative;
  padding: 5px;
  background: #fff;
  width: 100%;
  margin: 0;
  border-radius: 0;
}

.notify_date {
  text-align: center;
  color: #999;
  padding: 20px 0;
}

.notify_date:before {
  border-top: 1px solid #dcdcdc;
  width: 96%;
  position: absolute;
  top: 19px;
  right: 2%;
  z-index: 0;
}

.notify_date div {
  top: 10px;
  z-index: 0;
}

.notify_date div span {
  background: #f3f3f3;
  padding: 0 10px;
  font-size: 12px;
}

#box-send textarea {
  flex: 4;
  border: 0;
  background: 0 0 !important;
  overflow: hidden;
  height: auto;
  min-height: 30px;
  resize: none;
}

.box-footer .input-group .input-group-btn {
  padding: 0;
}

.fix-content {
  float: left;
  margin: 3px 5px;
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.box-footer .btn-simple {
  padding: 5px 4px;
  margin: 0;
}

.box-footer .btn-simple i {
  font-size: 22px;
}

.box-footer .form-group {
  margin: 0;
  padding: 5px;
  width: calc(100% - 110px);
  float: right;
}

.box-footer .panel {
  margin: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.fix-content .btn-file,
.fix-content i {
  opacity: 0.6;
}

.fix-content .fileinput-new i {
  opacity: 0.6;
  color: #555;
}

.fix-content .btn-file:hover i,
.fix-content i:hover {
  opacity: 1;
}

.dragandrophandler {
  border: 0;
}

.dragandrophandlerbg {
  position: fixed;
  right: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  display: none;
  z-index: 10;
}

.dragandrophandlerbg i {
  font-size: 8em;
}

.nimhide {
  border: 0;
}

.nimhide #chatbox {
  opacity: 0.15;
}

.nimhide .dragandrophandlerbg {
  display: inline-block;
}

.hidden {
  display: none;
}

.alert {
  direction: rtl;
}

.load-older {
  display: inherit;
  cursor: pointer;
  text-align: center;
  position: relative;
  min-width: 150px;
  min-height: 30px;
  margin: 0 auto 10px;
  padding: 3px 15px;
  border-radius: 20px;
  color: #333;
  background-color: #fff;
  border: 0;
  font-size: 12px;
}

.load-older:hover {
  font-weight: 700;
}

.cssload-loader {
  width: 50px;
  height: 10px;
  margin-top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.cssload-loader > div {
  content: " ";
  width: 10px;
  height: 10px;
  background: #311423;
  border-radius: 100%;
  position: absolute;
  animation: cssload-shift 2.3s linear infinite;
  -o-animation: cssload-shift 2.3s linear infinite;
  -ms-animation: cssload-shift 2.3s linear infinite;
  -webkit-animation: cssload-shift 2.3s linear infinite;
  -moz-animation: cssload-shift 2.3s linear infinite;
}

.cssload-loader > div:nth-of-type(1) {
  animation-delay: -0.46s;
  -o-animation-delay: -0.46s;
  -ms-animation-delay: -0.46s;
  -webkit-animation-delay: -0.46s;
  -moz-animation-delay: -0.46s;
}

.cssload-loader > div:nth-of-type(2) {
  animation-delay: -0.92s;
  -o-animation-delay: -0.92s;
  -ms-animation-delay: -0.92s;
  -webkit-animation-delay: -0.92s;
  -moz-animation-delay: -0.92s;
}

.cssload-loader > div:nth-of-type(3) {
  animation-delay: -1.38s;
  -o-animation-delay: -1.38s;
  -ms-animation-delay: -1.38s;
  -webkit-animation-delay: -1.38s;
  -moz-animation-delay: -1.38s;
}

.cssload-loader > div:nth-of-type(4) {
  animation-delay: -1.84s;
  -o-animation-delay: -1.84s;
  -ms-animation-delay: -1.84s;
  -webkit-animation-delay: -1.84s;
  -moz-animation-delay: -1.84s;
}

#emoji span,
.but {
  cursor: pointer;
}

.box-new-message .dc-text:after,
.box-new-message .dc-text:before,
.btn-send {
  display: none;
}

.activechat {
  background: #e91e63;
  color: #fff;
}

.chatnotf {
  background: #ff9800;
  color: #fff;
}

#emoji div {
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 0;
  text-align: center;
}

#emoji span {
  padding: 5px 3px;
  line-height: 27px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -ms-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

#emoji span:hover {
  transition-delay: 0ms;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

#box-chat .form-group textarea {
  height: 30px;
  padding: 5px 0;
  font-size: 14px;
  min-height: auto;
  max-height: 200px;
}

#box-chat .box-header {
  background: #f5df68;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

#box-chat .box-body {
  padding: 0 12px 0 7px;
  font-size: 13px;
}

#box-chat .avatar {
  height: 50px;
  position: relative;
}

.avatar span {
  position: absolute;
  z-index: 6;
  top: 4px;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden;
}

#box-chat .avatar img {
  width: 40px;
  height: 40px;
}

#box-chat .avatar span:nth-child(2) img {
  opacity: 0.9;
}

#box-chat .avatar span:nth-child(3) img {
  opacity: 0.8;
}

#box-chat .avatar span:nth-child(2) {
  z-index: 5;
  right: 22px;
}

#box-chat .avatar span:nth-child(3) {
  z-index: 4;
  right: 42px;
}

#box-chat .avatar span:nth-child(4) {
  z-index: 3;
  right: 62px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 3px;
  text-align: left;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  width: 41px;
  height: 41px;
  top: 12px;
  border-radius: 50px;
}

#box-chat .title-name {
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
}

#box-chat .title-text {
  opacity: 0.8;
  font-size: 12px;
}

#box-chat .box-body,
#box-chat .chatboxi .box-chat-content {
  /* height: calc(100vh); */
  height: 100%;
  background: #f3f3f3 url(images/bgchat.png);
}

#box-chat .box-footer .form-group {
  /* width: calc(100% - 72px) */
  width: 88%;
}

#box-chat .fix-content {
  margin: 4px 4px 3px 3px;
  height: 35px;
}

.clclose i {
  font-size: 14px;
  margin: 3px;
}

.clclose:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

#box-chat .focustype {
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(150, 165, 190, 0.4);
}

#box-chat .box-footer {
  position: relative;
}

#box-chat #chatbox {
  /* min-height: calc(100vh - 215px); */
  min-height: 100%;
  padding-top: 15px;
  position: relative;
  overflow-x: hidden;
}

#box-chat .dc-img {
  right: 0;
}

.cssload-piano {
  margin: 7px 6px 6px;
  height: 8px;
  font-size: 12px;
}

.cssload-piano > div {
  height: 7px;
  float: right;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  animation: stretchdelay 1.38s infinite ease-in-out;
  -o-animation: stretchdelay 1.38s infinite ease-in-out;
  -ms-animation: stretchdelay 1.38s infinite ease-in-out;
  -webkit-animation: stretchdelay 1.38s infinite ease-in-out;
  -moz-animation: stretchdelay 1.38s infinite ease-in-out;
}

.cssload-piano .cssload-rect2 {
  animation-delay: -1.15s;
  -o-animation-delay: -1.15s;
  -ms-animation-delay: -1.15s;
  -webkit-animation-delay: -1.15s;
  -moz-animation-delay: -1.15s;
}

.cssload-piano .cssload-rect3 {
  animation-delay: -0.92s;
  -o-animation-delay: -0.92s;
  -ms-animation-delay: -0.92s;
  -webkit-animation-delay: -0.92s;
  -moz-animation-delay: -0.92s;
}

.cssload-piano .cssload-rect4 {
  animation-delay: -0.69s;
  -o-animation-delay: -0.69s;
  -ms-animation-delay: -0.69s;
  -webkit-animation-delay: -0.69s;
  -moz-animation-delay: -0.69s;
}

.font14 {
  font-size: 14px;
}

.loaderholder {
  position: absolute;
  z-index: 60;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  border-radius: 50%;
  padding: 25px;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #00bcd4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.icond {
  position: relative;
  padding-top: 20px;
  text-align: right;
  width: 60px;
  height: 25px;
  float: right;
}

.icond img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.unread-num {
  font-size: 12px;
  background: #f44336;
  position: absolute;
  z-index: 10;
  right: 50px;
  top: 5px;
  width: 20px;
  line-height: 22px;
  height: 20px;
  display: none;
  transition: all 0.2s ease;
}

.box-new-message {
  min-width: 180px;
  max-width: 300px;
  display: none;
  font-size: 13px;
  overflow: hidden;
  padding-top: 5px;
}

.box-new-message .dc-text {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  background: #fff;
  color: #444;
  max-width: 100% !important;
  line-height: 23px;
}

.box-new-message .dc-img {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  width: 32px;
  height: 32px;
  margin-top: 5px;
}

#box-chat {
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 15px;
  margin: 15px;
}

.widget-icon {
  transition: all 0.2s ease !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  /* box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.15); */
  margin: 0 auto;
}

.widget-icon img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: 3px;
}

#box-widget-icon:hover .unread-num,
.widget-icon:hover {
  transform: scale(1.1);
}

.pull-right {
  float: right;
}

#emoji {
  -webkit-box-shadow: 0-5px 20px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0-5px 20px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0-5px 20px 0 rgba(0, 0, 0, 0.13);
  border-bottom: 1px solid #dcdcdc;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 5;
  bottom: 60px;
  right: 0;
  background: #fff;
}

.tagha span {
  display: inline-block;
  margin: 2px 3px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  background: #ddd;
  color: #333;
}

.tagha span.chkagain {
  background: #337ab7;
  color: #fff;
}

.emojz div.tooltip .tooltip-inner,
.picprev:hover span {
  color: #fff !important;
}

::-webkit-input-placeholder {
  color: #aaa !important;
}

::-moz-placeholder {
  color: #aaa !important;
}

:-ms-input-placeholder {
  color: #aaa !important;
}

:-moz-placeholder {
  color: #aaa !important;
}

.emojz {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -2px;
}

.emojz .dc-text,
.emojz .dc-text:after,
.emojz .dc-text:before {
  line-height: 45px;
  background: 0 0 !important;
  box-shadow: none !important;
  border: 0;
  font-size: 40px;
  padding: 0;
}

.left.emojz .dc-text {
  text-align: left;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInLeft,
.fadeOutDown,
.fadeOutLeft,
.slideInleft,
.slideInright {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#box-chat {
  direction: rtl;
  display: none;
}

.fadeInLeft,
.fadeOutLeft,
.slideInleft,
.slideInright {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.fadeInLeft,
.fadeOutLeft,
.slideInleft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.fadeInLeft,
.fadeOutLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@media (min-width: 411px) {
  #box-chat .box-body,
  .box-new-message {
    font-size: 14px;
  }

  #box-chat .form-group textarea,
  #box-chat .title-name {
    font-size: 15px;
  }

  #box-chat .title-text,
  .copyright1 {
    font-size: 13px;
  }

  .unread-num {
    font-size: 14px;
    right: 50px;
    top: 3px;
    width: 24px;
    line-height: 26px;
    height: 24px;
  }

  .file span {
    font-size: 12px;
  }

  .dc-img {
    width: 36px !important;
    height: 36px !important;
    bottom: 5px;
  }

  .right .dc-text {
    max-width: calc(100% - 83px);
    margin-right: 50px;
  }
}

@media (max-width: 409px) {
  #box-chat .box-body,
  .box-new-message {
    font-size: 13px;
  }

  #box-chat .form-group textarea,
  #box-chat .title-name {
    font-size: 15px;
  }

  #box-chat .title-text,
  .copyright1,
  .unread-num {
    font-size: 13px;
  }

  .unread-num {
    right: 50px;
    top: 4px;
    width: 22px;
    line-height: 24px;
    height: 22px;
  }

  .file span {
    font-size: 12px;
  }

  .dc-img {
    width: 36px !important;
    height: 36px !important;
    bottom: 5px;
  }

  .right .dc-text {
    max-width: calc(100% - 83px);
    margin-right: 50px;
  }
}

.after_send_offline {
  text-align: center;
  background: #4caf50;
  color: #fff;
  padding: 10px;
  margin: 25px 0;
  border-radius: 6px;
  font-size: 14px;
}

.send_area {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.primary-form-field {
  border: 0;
  width: 100%;
  margin: 8px 0;
  padding-bottom: 5px;
  background-image: linear-gradient(#ff9800, #ff9800),
    linear-gradient(#d2d2d2, #d2d2d2);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  transition: background 0s ease-out;
}

.primary-form-field.focus_field {
  outline: 0;
  background-size: 100% 2px, 100% 1px;
  transition: background 0.2s ease-out;
}

.error_field {
  background-image: linear-gradient(#f44336, #f44336),
    linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.primary-form-field:first-of-type {
  margin-top: 15px;
}

#re-send-otp {
  background: gray !important;
}

.sendFormButton {
  display: inline-block;
  margin: 10px auto;
  border-radius: 30px;
  padding: 5px 25px;
  font-size: 15px;
  cursor: pointer;
}

.sendFormButton:hover {
  opacity: 0.8;
}

.timeago_l,
.timeago_r {
  color: #888;
  font-size: 11px;
  direction: rtl;
  width: 100%;
  margin-top: -7px;
  float: right;
  padding-bottom: 10px;
}

.timeago_l {
  padding-left: 7px;
  text-align: left;
}

.timeago_r {
  padding-right: 7px;
  /* text-align: right */
}

.form_btm {
  /* height: calc(100vh - 30px) */
  height: 100%;
}

.form_offline .dc-text {
  width: 85%;
}

.box-footer .btn-emoji {
  padding-top: 3px;
}

#mic:hover svg,
.btn-emoji:hover svg {
  fill: #888;
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.goftinoaudioplayer {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
}

.goftinoaudioplayer svg {
  fill: #666;
}

.goftinoaudioplayer div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.amazingaudioplayer-time,
.goftinoaudioplayer ul {
  display: none;
}

.goftinoaudioplayer .amazingaudioplayer-bar-clear {
  clear: both;
}

.goftinoaudioplayer .amazingaudioplayer-playpause {
  float: left;
  width: 48px;
  margin: 0 15px 0 0;
}

.amazingaudioplayer-pause,
.amazingaudioplayer-play {
  position: relative;
}

.amazingaudioplayer-pause:hover,
.amazingaudioplayer-play:hover {
  opacity: 0.8;
}

.goftinoaudioplayer .amazingaudioplayer-progress {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  margin: 4px 15px 4px 4px;
}

.goftinoaudioplayer .amazingaudioplayer-progress-loaded {
  background-color: rgba(0, 0, 0, 0.3);
}

.goftinoaudioplayer .amazingaudioplayer-progress-played {
  background-color: #fff;
}

.amazingaudioplayer-time,
.amazingaudioplayer-timeall {
  text-align: left;
  direction: ltr;
  font-size: 12px;
  line-height: 26px;
}

#mic {
  float: right;
  width: 35px;
  cursor: pointer;
  padding: 6px 5px 0 0;
}

#box-chat .box-footer .hasmic .form-group {
  width: calc(100% - 107px);
}

#mictimer,
.dc-text.audiotype,
select {
  width: 100%;
}

.right .amazingaudioplayer-progress {
  background-color: rgba(0, 0, 0, 0.2);
}

.right .amazingaudioplayer-progress-loaded {
  background-color: rgba(255, 255, 255, 0.5);
}

#mictimer {
  display: none;
  min-height: 42px;
  text-align: left;
}

#boxrecordtime {
  width: calc(100% - 120px);
  float: left;
  text-align: center;
}

#mictimer span {
  background: #e00;
  width: 11px;
  height: 11px;
  overflow: hidden;
  border-radius: 10px;
  margin: 14px 10px 0;
  display: inline-block;
  -webkit-animation: mypulse 1s linear 0s infinite;
}

#recordtime {
  margin: 5px;
  color: #888;
  font-size: 15px;
  display: inline-block;
}

#delete_record {
  float: left;
  padding: 6px 10px 2px;
  cursor: pointer;
}

#delete_record svg {
  fill: red;
  width: 26px;
  height: 26px;
}

#mictimer .btn-send {
  display: block;
  float: left;
  margin: 1px 30px 0 0;
  padding: 7px 10px 0;
}

.picprev img {
  max-width: 220px;
  max-height: 120px;
  object-fit: cover;
  border-radius: 12px;
  min-width: 60px;
  min-height: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.picprev span {
  position: absolute;
  z-index: 5;
  left: 6px;
  bottom: 10px;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.4);
  padding: 2px 7px 0;
  direction: ltr;
  border-radius: 15px;
  color: #fff;
  line-height: 18px;
}

.dc-text.picprev {
  background: 0 0 !important;
  padding: 5px 0;
  box-shadow: none;
}

.dc-text.picprev::after,
.dc-text.picprev::before {
  background: 0 0;
  box-shadow: none;
}

.mydlsound {
  position: absolute;
  top: 2px;
  left: 90px;
  z-index: 10;
  display: none;
}

.audiotype:hover .mydlsound {
  display: block;
}

.mydlsound i {
  font-size: 20px;
}

.dc-text a:hover {
  opacity: 0.7;
}

.goftino_rubberBand,
.goftino_shake,
.goftino_tada,
.goftino_wobble {
  animation-name: goftino_rubberBand;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.goftino_shake,
.goftino_tada,
.goftino_wobble {
  animation-name: goftino_shake;
}

.goftino_tada,
.goftino_wobble {
  animation-name: goftino_tada;
}

.goftino_wobble {
  animation-name: goftino_wobble;
}

.goftino_rotateIn {
  animation-name: goftino_rotateIn;
}

.goftino_bounceIn,
.goftino_flip,
.goftino_rotateIn {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.goftino_flip {
  backface-visibility: visible;
  animation-name: goftino_flip;
}

.goftino_bounceIn {
  animation-name: goftino_bounceIn;
}

.status_pm {
  color: #c1c1c1;
  float: left;
  margin: 8px 5px;
}

.status_pm svg {
  fill: #c1c1c1;
}

.doResendPM {
  cursor: pointer;
}

.doResendPM svg {
  fill: #00bcd4;
}

.resend-animate {
  animation: spinn 1s linear infinite;
}

.doResendPM:hover svg {
  fill: #0096aa;
}

.box-rating {
  text-align: center;
  padding: 12px 12px 8px;
}

.box-rating span {
  display: inline-block;
  font-size: 29px;
  transition: all 0.2s ease;
  margin: 8px 4px;
}

.box-rating span:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.box-rating div {
  font-size: 12px;
  color: #777;
  display: block;
  height: 20px;
}

@media print {
  .widget-icon {
    display: none !important;
  }
}

select {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  padding: 4px 5px;
  margin: 10px 0 0 0;
}

#replybox {
  border-bottom: 1px solid #ddd;
  padding: 7px 10px;
  display: none;
}

#replybox span:first-child {
  float: left;
  padding: 0;
  cursor: pointer;
}

#replybox span:hover svg {
  fill: red;
}

#replybox div {
  display: inline-block;
  font-size: 12px;
  max-width: calc(100% - 30px);
}

#replybox div svg {
  margin-left: 10px;
}

#replybox svg {
  vertical-align: middle;
}

.reply_but {
  float: left;
  margin: 8px 5px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.reply_but svg {
  fill: #666;
}

.right .reply_but svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.dc-msg:hover .reply_but,
.qa_btn a:hover {
  opacity: 1;
}

.right .reply_but {
  float: right;
  margin-right: 6px;
}

.dc-text-reply {
  border-radius: 6px;
  padding: 3px 10px 4px;
  margin: 2px -3px 10px;
  font-size: 11px;
  cursor: pointer;
}

.reply-op {
  border-right: 3px solid #fff;
  color: rgba(0, 0, 0, 0.8);
}

.left .reply-op {
  border-right: 3px solid #fff !important;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.reply-u {
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}

.dc-text .emj {
  font-size: 17px;
}

.emojz .dc-text .emj {
  font-size: inherit;
}

.dirltr {
  direction: ltr;
}

#box-new-message-content .dc-text {
  word-break: break-word;
  margin-right: 0;
  min-width: 40%;
}

.qa_btn {
  border-radius: 6px;
  margin: 5px 1px;
  padding: 4px 12px;
  transition: all 0.3s ease;
}

.qa_btn a {
  display: block;
}

.qa_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.box-answer {
  margin-top: 10px;
}

.dc-text #qa_goback {
  display: inline-block;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 1px 7px;
  border-radius: 6px;
  margin: 10px 0 0;
  cursor: pointer;
}

.box-qa #qa_goback {
  margin-top: 0;
  border-color: #ccc;
}

#qa_goback:hover {
  opacity: 0.8;
}

.loader_spin {
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  margin: 1px auto;
  width: 20px;
  height: 20px;
  animation: spin2 1s linear infinite;
  -webkit-animation: spin2 1s linear infinite;
}

.uploader-box {
  position: relative;
  margin: 1px 0 0 3px;
  width: 34px;
  height: 34px;
  float: left;
}

.uploader-box:hover {
  opacity: 0.7;
  cursor: pointer;
}

.uploader-circle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.uploader-circle-wait {
  border: 2px solid #fff;
}

.uploader-stop {
  padding: 7px;
  z-index: 5;
  cursor: pointer;
}

.uploader-stop svg {
  margin: 0;
}

.uploader-file {
  width: calc(100% - 60px);
  float: left;
  margin: 0 8px 0 13px;
  direction: ltr;
  font-family: arial, tahoma;
}

.uploader-text {
  font-size: 13px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}

.uploader-size {
  font-size: 11px;
  opacity: 0.7;
  margin-top: -3px;
  float: left;
}

.dc-img,
.reply_but {
  user-select: none;
}

#send_form_start {
  min-width: 100px;
  height: 32px;
  overflow: hidden;
}

.qa_btn a,
a.sendFormButton {
  text-decoration: none;
}

#form_auth .dc-text {
  width: 100%;
}

#back_form_auth {
  margin-top: 9px;
  cursor: pointer;
  border: 1px solid #888;
  border-radius: 30px;
  width: 32px;
  height: 32px;
  position: absolute;
}

#back_form_auth:hover {
  opacity: 0.6;
}

#back_form_auth svg {
  margin: 3px;
}

#queue_handler {
  position: fixed;
  z-index: 50;
  top: 76px;
  right: 0;
  width: 100%;
  background: #ffc107;
  font-size: 13px;
  color: #444;
  padding: 4px 5px;
  text-align: center;
}

#queue_handler span,
.playspeed {
  font-weight: 700;
}

.playspeed {
  position: absolute;
  right: 15px;
  top: 2px;
  z-index: 10;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 7px 0 5px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
}

/* CSS for blurring the content */
.blur {
  filter: blur(5px);
  pointer-events: none; /* Prevent interaction with blurred content */
}

/* CSS for the spinner */
.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; /* Initially hidden */
  z-index: 10; /* Ensure it appears above other content */
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: rgb(127, 0, 0);
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* CSS for blurring the content */

.dc-text-otp {
  height: 232px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.primary-form-field-otp {
  margin: 0px !important;
}

#startformbox {
  height: 405px;
}

/* Dialog box styles */
.dialog {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 180px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 10px 12px 20px;
  box-sizing: border-box;
}

.dialog-text {
  text-align: right;
  font-size: 12px;
  direction: rtl;
}

.star-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.star-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.star-label {
  margin-top: 5px;
  font-size: 12px;
  color: #333;
}

.star {
  width: 50px;
  height: 35px;
  fill: gray;
  transition: fill 0.5s ease;
  cursor: pointer;
}

/* Hover effect: highlight the star and all previous siblings */
.star-item:hover .star,
.star-item:hover ~ .star-item .star {
  fill: gold;
}

.rate-ticket-div {
  margin-top: 6px;
}

.otp-timer-container {
  text-align: center;
  color: #333;
  display: flex;
  justify-content: center;
  font-size: 13px;
  margin: 10px 0;
}

.otp-timer {
  display: inline-block;
  transition: transform 0.1s ease-in-out;
}

.otp-timer.update {
  transform: scale(1.2);
}

.otp-buttons-container {
  display: flex;
  justify-content: center;
  margin-top: 15%;
}

.show-previous-tickets-list {
  background: lightgray;
  padding: 8px;
  border-radius: 10px;
  width: 235px;
  text-align: center;
  cursor: pointer;
  display: none;
}

/* Header buttons */
#btn-close-chat {
  left: 0;
}

#btn-back {
  left: 32px;
  display: none;
}

.header-btn div, .unread-num {
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.header-btn {
  position: absolute;
  z-index: 20005;
  width: 50px;
  height: 50px;
  top: 0;
  padding-top: 10px;
  padding-left: 10px;
}

  .header-btn div {
      background: rgba(0,0,0,.1);
      cursor: pointer;
      width: 28px;
      height: 28px;
      padding-top: 5px;
      float: left;
  }

      .header-btn div:hover {
          background: rgba(0,0,0,.3);
      }

@media screen and (max-width: 1024px) {
  #goftino_w {
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100dvw !important;
    height: 100dvh !important;
  }

  #box-chat {
    margin: 0 !important;
    width: 100dvw !important;
    height: 100dvh !important;
  }

  #box-chat .box-footer .form-group {
    width: 90% !important;
  }
}

#goftino_w input,
#goftino_w textarea,
#goftino_w select {
  font-size: 16px !important;
}