.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  */
