@media only screen and (min-width: 992px) {

    .price-card-student{
        min-height: 220px;
        max-height: 220px;
        overflow: auto;
    }

    .exam-card-student{
        min-height: 255px;
        max-height: 255px;
        overflow: auto;
    }

    .short-card-student{

        min-height: 160px;
        max-height: 160px;
        overflow: auto;
    }
    .short-card-title{

        min-height: 52px;
        max-height: 52px;
        overflow: auto;
     }

}

.card-title-custom-2 {
    font-size: 15px !important;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.btn-round-custom{
    border-radius: 20px;
}


.custom-top-vertical-top-margin-1{
    margin-top: -35px;
}
.custom-top-vertical-top-margin-2{
    margin-top: -10px;
}
.custom-top-vertical-top-padding{
    padding-top: -20px;
}

.cart-item-count {
    position: relative;
    right: 5px;
    top: -85px;
    color: #941e1e;
    margin: 0 -.8em;
    border-radius: 50%;
    padding: 5px 10px;
    background-color: #FFFFFF; !important;
}
.item-icon:hover{
    background-color: transparent; !important;
}

.border-exam{
    border-radius: 10px;
}

/*
  Examination Panel
 */

.options{
    cursor: pointer;
}
.add-pointer{
    cursor: pointer;
}
.pointer-clicked{
    color: #00FF00;
}

.btn-round-custom-2{

    border-radius: 100px;
    margin-bottom: 6px;
}
.question-numbers{

    min-height: 220px;
    max-height: 220px;
    overflow: auto;
}

.quesNumBox-second{

    background-color: red;
}

.sidenav::-webkit-scrollbar {
    width: 0.0em;
}

.pointer{
    cursor: pointer;
}

.blink{
    animation: waves 1.5s linear infinite;
}

.read-voice{
    height: 82vh;
    overflow: scroll;
}

.read-voice::-webkit-scrollbar {
    width: 0.0em;
}


@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*
Chart of anyChart
 */

.anychart-tooltip {
    background-color: white;
    border-color: #455a64;
    border-style: solid;
    border-width: 0px;
    color: #455a64;
}

.graph-dashboard{
    width: 100%;
    height: 225px;
    margin: 0;
    padding: 0;
}

.path { stroke-dasharray: 1000; stroke-dashoffset: 1000; animation: dash 3s linear forwards; animation-iteration-count: 1;animation-delay: 1s;}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.dashed{
    stroke-dasharray: 5,12;

}
#arrow{animation: arrow 2s linear forwards; opacity:0;}
@keyframes arrow {
    to {
        opacity: 1;
    }
}
.position-button{
    margin-top: -20px;

}
.button-1{
    margin-left: 50px;
}

.button-2{
    margin-left: 30px;
}
.button-3{
    margin-left: 30px;
}
.button-4{
    margin-left: 10px;
}
.button-5{
    margin-left: 50px;
}

.outline-1{
    border: 1px solid #E100FF;
    border-radius: 5px;
    padding: 3px;
}
.outline-2{
    border: 1px solid #d32f2f;
    border-radius: 5px;
    padding: 3px;
}
.outline-3{
    border: 1px solid #ffe608;
    border-radius: 5px;
    padding: 3px;
}
.outline-4{
    border: 1px solid #00caff;
    border-radius: 5px;
    padding: 3px;
}
.outline-5{
    border: 1px solid #4eb305;
    border-radius: 5px;
    padding: 3px;
}
.outline-6{
    border: 1px solid #1b5e20;
    border-radius: 5px;
    padding: 3px;
}
.outline-7{
    border: 1px solid #1de9b6;
    border-radius: 5px;
    padding: 3px;
}
.outline-8{
    border: 1px solid #00a65a;
    border-radius: 5px;
    padding: 3px;
}
.chart-pie{
    height: 300px;
}
.margin-box{
   margin-bottom: 1em;
}