.ays_menu_badge{
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background: #ca4a1f;
    margin-left: 5px;
    border-radius: 20px;
    padding: 2px 5px;
}
#adminmenu a.toplevel_page_quiz-maker.wp-menu-open div.wp-menu-image img {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
#adminmenu a.toplevel_page_quiz-maker div.wp-menu-name {    
    transition: .3s ease-in-out;
}
#adminmenu a.toplevel_page_quiz-maker div.wp-menu-image img {
    width: 32px;
    padding: 1px 0 0;
    transition: .3s ease-in-out;
}

ul.ays-wp-notice-answers{
    list-style-type: none;
}

#adminmenu li.toplevel_page_quiz-maker ul.wp-submenu.wp-submenu-wrap li a {
    transition: .3s ease-in-out;
}
#adminmenu li.toplevel_page_quiz-maker ul.wp-submenu.wp-submenu-wrap li a[href*="feature"] {
    color: #68A615;
    font-weight: bold;
}
.ays_quiz_deactivation_button{
    background: transparent;
    border: none;
    color: #fff;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 * Dashboard widget
 */
#dashboard-widgets #quiz-maker .inside {
    margin: 0;
    padding: 0;
}

.ays_quiz_maker_dashboard_widget {
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}
.ays_dashboard_widget_item {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ays_dashboard_widget_item:not(:last-child) {
    border-right: 1px solid #ccc;
}
.ays_dashboard_widget_item a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.ays_dashboard_widget_item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.ays_dashboard_widget_item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
}
.ays_dashboard_widget_item span:first-of-type {
    margin-right: 5px;
}

/*.ays_fa_power_off_quiz::before {
  font-size: 40px;
}
.ays_fa_power_off_quiz {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #e85011;
}*/

.ays_fa_power_off_quiz-wrap .ays_fa_power_off_quiz::before,
.ays_fa_power_off_quiz::before {
    /*font-size: 40px;*/

    content: "";
    background-image: url(../images/icons/icon-128x128.png);
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.ays_fa_power_off_quiz {
    /*-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #e85011;*/
}

/*
 * Question Bank By Tags Styles
 */
.question_bank_tag {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.question_bank_tag:hover {
    border-color: #0073aa;
    background-color: #f0f8ff;
}

.question_bank_tag label {
    font-weight: 500;
    color: #333;
    cursor: move;
}

.question_bank_tag .tag-question-count {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin-left: 5px;
}

.question_bank_tag input[type="number"] {
    width: 100%;
    max-width: 120px;
}

.no-tags-message {
    color: #666;
    font-style: italic;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    border-radius: 4px;
}

.question_bank_by_tags_sort_handle {
    cursor: move;
    color: #0073aa;
    margin-right: 8px;
}

.question_bank_by_tags_sort_handle:hover {
    color: #005a87;
}
