@font-face {
  font-family: 'Seven Segment';
  src: url('../fonts/Seven Segment.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.gauge-chart {
  display: flex;
  justify-content: center;  /* Center horizontally */
  align-items: center;      /* Center vertically */
  height: 300px;             /* Full height of parent */
  width: 300px;
}

.gauge-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;    /* Aligns the content vertically */
  height: 100%;              /* Full height of the box */
}

.highcharts-credits {
    display: none;
}

.text-hour-status {
    font-size: 7rem;
}

.table-detail-machine tr td {
    padding: 5px 5px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.chart-holder {
    position: relative;
    width: 100%;
    height: 250px;
}

.content-wrapper .img-updown  {
    position: absolute;
    top: 15px;
    right: 10px;
    left: auto;
    animation: bounce-animation 5s infinite ease-in;
}

.rtl .content-wrapper .img-updown  {
    position: absolute;
    top: 15px;
    left: 10px;
    right: auto;
    animation: bounce-animation 5s infinite ease-in;
}

.calendar_box #calendar {
    height: 417px;
    overflow-y: scroll;
}

#chartdiv {
  width: 100%;
  height: 500px;
}
.text-purple{
    color: #9553fb;
}

.current_ticket{
    left: -30px;
}
.active-box{
    height: 344px;
    overflow: auto ;
}
/* Scrollbar Styling */
.active-box::-webkit-scrollbar {
    width: 8px;
}
 
.active-box::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.active-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #cdcdcd; 
}
/* Scrollbar Styling end*/

@media screen and (max-width: 1440px) {
    .calendar_box #calendar {
        height: 482px;
        overflow-y: scroll;
        margin-right: 10px;
        align-content: space-around;
    }
    .current_ticket{
        left: -130px;
    }
    .active-box .table{
        width: 450px;
    }
    .trophy-box .bg-img{
        background-size: auto 70% !important;
        margin: 10px 0px 0px 0px !important;
    }
}

@media screen and (max-width: 1200px) {
    .event-table{
        width: 930px;
    }
    .current_ticket {
        left: -15px;
    }
    .trophy-box .bg-img{
        background-size: auto 100% !important;
        margin: 10px 10px 0px 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .content-wrapper .img-updown  {
        right: -10px;    
    }
}

.fc-day-number {
    font-size: 1rem;
    font-weight: 300;
}
@media (min-width: 1200px) {
    .fc-basic-view .fc-day-number {
        padding: 0px 0px;
    }
}


@keyframes bounce-animation  {
  0% {
    transform: translateY(0);
    transition: 0.5s;
  }
  50% {
    transform: translateY(-5px);
    transition: 0.5s;
  }
  100% {
    transform: translateY(0);
    transition: 0.5s;
  }
}



/*-----------Dashboard-2-----------*/

.first-section .first-plan {
    border-radius: 5px;
    padding: 18px 25px;
    position: relative;
    overflow: hidden;
}
.first-section .first-plan .bg-img {
    position: absolute;
    top: 8px;
    opacity: 0.9;
    transform: rotate(-25deg);
    right: 0px;
}
.rtl .first-section .first-plan {
    border-radius: 5px;
    padding: 18px 25px;
    position: relative;
    overflow: hidden;
}
.rtl .first-section .first-plan .bg-img {
    position: absolute;
    top: 8px;
    opacity: 0.9;
    transform: rotate(-25deg);
    left: 0px;
    right: auto;
}

/*-----------Dashboard-2-----------*/

/* loader  */

.loader--ring {
    display: inline-block;
    position: relative;
    height: 64px;
    width: 64px
}

.loader--ring div {
    display: block;
    position: absolute;
    animation: loader--ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border: 6px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 6px;
    height: 51px;
    width: 51px
}

.loader--ring div:nth-child(1) {
    animation-delay: -.45s
}

.loader--ring div:nth-child(2) {
    animation-delay: -.3s
}

.loader--ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes loader--ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
.Ring_2 div {
    border-color: #2f90f7 transparent transparent transparent!important
}

/* loader  */


/* LED CSS */
.led-box {
  height: 100px;
  width: 100%;
  margin: 20px 0;
  float: left;
}

.led-box p {
  font-size: 12px;
  text-align: center;
  margin: 1em;
}

.led-red-on {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #F00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 0px 5px, rgba(255, 0, 0, 0.5) 0 0px 12px;
}

.led-red-off {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    background-color: #720101;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 0px 5px, rgba(255, 0, 0, 0.5) 0 0px 0;
}

.led-orange-on {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #ff6a00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #8f3b00 0 0px 5px, #ff8d00 0 0px 12px;
}

.led-orange-off {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #6c757d;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #5a6268 0 0px 5px, rgba(108, 117, 125, 0.3) 0 0px 8px;
  border: 2px solid #5a6268;
}

.led-green-on {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #62FF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 0px 5px, #89FF00 0 0px 12px;
}

.led-green-off {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #033403;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 0px 5px, #89FF00 0 0 0;
}

.led-blue-on {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #24E0FF;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #006 0 0px 5px, #3F8CFF 0 0px 14px;
}

.led-blue-off {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #6c757d;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #5a6268 0 0px 5px, rgba(108, 117, 125, 0.3) 0 0px 8px;
  border: 2px solid #5a6268;
}

 .led-status {
    font-size: 18pt;
    font-weight: bold;
    color: #000;
 }
/* LED CSS */

.theme-primary .btn-success {
    background-color: #76a585;
    border-color: #64a078;
    color: #ffffff;
}

.theme-primary .btn-success:hover, .theme-primary .btn-success:active, .theme-primary .btn-success:focus, .theme-primary .btn-success.active {
    background-color: #64a078 !important;
    border-color: #64a078 !important;
    color: #ffffff !important;
}

.theme-primary .btn-success.disabled {
    background-color: #76a585;
    border-color: #64a078;
    opacity: 0.5;
}

.theme-primary.fixed .main-header {
    background: #76a585;
}

.light-skin .main-header .navbar .nav > li > a:hover, .light-skin .main-header .navbar .nav > li > a:active, .light-skin .main-header .navbar .nav > li > a:focus {
    background-color: #fff;
    color: #3762EA;
}

.logo-border {
    border-radius: 10px; 
    border: 3px solid #c4d4c8;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2)
}