.fox-lms-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_survey-maker div.wp-menu-name {    
    transition: .3s ease-in-out;
}
#adminmenu a.toplevel_page_survey-maker div.wp-menu-image img {
    width: 24px;
    padding: 3px 0 0;
    transition: .3s ease-in-out;
}

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

#adminmenu li.toplevel_page_survey-maker ul.wp-submenu.wp-submenu-wrap li a {
    transition: .3s ease-in-out;
}
#adminmenu li.toplevel_page_survey-maker ul.wp-submenu.wp-submenu-wrap li a[href*="feature"] {
    color: #68A615;
    font-weight: bold;
}

.survey-elementor-widget-logo-wrap .survey-elementor-widget-logo:before,
.survey-elementor-widget-logo:before {
    content: "";
    background-image: url('../images/icons/survey_logo.png');
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.survey-elementor-widget-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.survey-elementor-widget-logo-wrap .survey-elementor-widget-logo {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.survey-elementor-widget-logo-wrap .survey-elementor-widget-logo:before {
    text-align: left;
}

.swal2-popup .fox-lms-upgrade-button,
.swal2-popup .fox-lms-cancel-button {
    position: relative;
}

.swal2-popup .fox-lms-upgrade-button.swal2-styled.swal2-confirm:after {
    content: "(Save Your Data)";
    position: absolute;
    color: #878787;
    bottom: -18px;
    left: 25px;
    font-size: 12px;
}

.swal2-popup .fox-lms-cancel-button.swal2-styled.swal2-cancel:after {
    content: "(Delete All Data)";
    position: absolute;
    color: #878787;
    bottom: -18px;
    left: 30px;
    font-size: 12px;
}

.swal2-popup .fox-lms-upgrade-button.swal2-styled.swal2-confirm {
    background-color: #fff !important;
    color: #3085d6 !important;
    border: 1px solid #3085d6 !important;
}

.display-none{
    display: none !important;
}

.fox-lms-color-palette-section {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.fox-lms-color-palette-section legend {
    padding: 0 10px;
}

.fox-lms-color-palette-section h5 {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.fox-lms-color-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.fox-lms-preset-option {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fox-lms-preset-option.active {
    border-color: #626EE3;
}

.fox-lms-palette-preview {
    display: flex;
    margin-bottom: 8px;
}

.fox-lms-color-block {
    width: 40px;
    height: 40px;
}

.fox-lms-preset-name {
    font-size: 14px;
    color: #666;
}

.fox-lms-color-inputs {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.fox-lms-color-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fox-lms-color-input span {
    width: 100px;
}

.fox-lms-color-picker {
    width: 100px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.ays-fox-color-preview {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.wp-picker-open+.wp-picker-input-wrap {
    display: inline-flex !important;
}


.fox-lms-logo-image-container {
    position: relative;
    margin: 10px 0;
}

.fox-lms-logo-preview {
    margin-top: 10px;
    max-width: 200px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#fox-lms-logo-preview-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.fox-lms-logo-preview-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 5px 0;
}

.fox-lms-logo-preview-actions button {
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-size: 13px !important;
}

.fox-lms-logo-preview-actions button i {
    font-size: 12px;
}

.ays-edit-logo-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #0073aa;
}

.ays-remove-logo-button {
    color: #dc3232;
}

.ays-upload-logo-button {
    align-items: center;
    border-radius: 6px;
    color: #626ee3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px !important; 
    gap: 10px;
    background-color: #cfd3f6 !important;
    padding: 15px 15px !important;
    border: none !important;
    width: 100%;
}

.fox-lms-logo-upload-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #626fe375;
    border-radius: 6px;
    padding: 10px;
    width: 50%;
}

.ays-fox-number-input {
    display: flex;
    align-items: center;
    border: 1px solid #626fe375;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;

}

.ays-fox-number-input input[type="number"] {
    border: none;
    padding: 8px;
    width: 60px;
    text-align: center;
    -moz-appearance: textfield;
}

.ays-fox-number-input input[type="number"]::-webkit-outer-spin-button,
.ays-fox-number-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ays-fox-number-input button {
    background: none;
    border: none;
    border-left: 1px solid #626fe375;
    padding: 8px 12px;
    cursor: pointer;
    color: #666;
}

.ays-fox-number-input button:first-of-type {
    border-right: 1px solid #626fe375;
    border-left: none;
}

.ays-fox-number-input button:hover {
    background-color: #f5f5f5;
}

.fox-lms-students-courses{
    padding: 16px
}


.fox-lms-user-info-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fox-lms-statics-block{
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    flex-flow: column wrap;
    gap: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 24px 16px;
    width: 251px;
    height: 133px;
    
}

.fox-lms-statics-name{
    color: #000;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    max-height: 100%;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
    display: block;
    flex: 1 1 0%;

}

.fox-lms-statics-value{
    font-size: 24px;
    display: flex;
    gap: 10px;
    color: #3c4492;
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
}

.fox-lms-statics-container{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: wrap;
    gap: calc(8px);
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.fox-lms-user-info-block .fox-lms-text{
    color: #3c4492;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    word-break: break-all;
}
.fox-lms-user-info-block .row{
    padding: 8px 0px;
}

.fox-lms-course-box{
    background-color: #eff0fc;
    border: 2px solid #cfd3f6;
    border-radius: 16px;
    max-width: 100%;
    padding: 16px;
    width: 100%;
    margin: 15px 0px;
}
.fox-lms-course-flex{
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    flex-direction: row;
    gap: calc(8px);
    -webkit-box-pack: start;
    justify-content: start;
    width: 100%;
}
.fox-lms-course-section-header-open-body{
    box-shadow: unset;
    outline: unset;
    transition: .5s;
}
.fox-lms-course-header-open-body.rotate180 ,.fox-lms-course-section-header-open-body.rotate180 {
    transform: rotate(180deg);
}
.fox-lms-course-info{
    display: flex;
    -webkit-box-align: start;
    align-items: start;
    flex-direction: column;
    gap: calc(24px);
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 8px;
    width: 100%;
}

.fox-lms-flex{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    gap: calc(8px);
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.fox-lms-course-label{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    min-width: 150px;
}
.fox-lms-course-title{
    color: #626ee3;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    width: 100%;
}

.fox-lms-course-action{
    max-width: 200px;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    flex-direction: column;
    gap: calc(8px);
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.fox-lms-course-progress{
    background-color: rgb(247 247 247);
    border-radius: 8px;
    height: 12px;
    width: 100%;
}
.fox-lms-course-progress-value{
    background-color: rgb(98, 110, 227);
    border-radius: inherit;
    height: 100%;
}

.fox-lms-course-body{
    padding: 0px 8px;
    margin-top: 15px;
}
.fox-lms-course-body .fox-lms-section-box{
    margin-top: 25px;
}

.fox-lms-course-section-title{
    color: #000;
    font-family: InterMedium, Arial, sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}

.fox-lms-course-body .fox-lms-section-head-wrap{
    padding: 10px;
}

.fox-lms-course-body .fox-lms-section-questions{
    border-top: 2px solid #cfd3f6;
    margin-top: 10px;
    padding: 12px;
    background-color: #ffffff;
    min-height: 100px;
    border-radius: 0px;
}
 
.fox-lms-section-questions .fox-lms-course-flex{
    align-items: center; 
}

.fox-lms-section-lessons{
    padding: 20px 25px;
}

.fox-lms-section-lessons:hover {
    background-color: #eff0fc;
}

.fox-lms-students-courses .fox-lms-icons{
    width: 16px;
}

.fox-lms-students-courses .fox-lms-icons img{
    width: 100%;
}

.fox-lms-course-header-open-body,.fox-lms-course-section-header-open-body{
    cursor: pointer;
}

.fox-lms-students-courses .dropdown-item:focus, .fox-lms-students-courses .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: rgb(201 195 194 / 20%);
}

.fox-lms-students-courses .fox-lms-section-actions-more{
    cursor: pointer;
}

.fox-lms-students-list .tablenav{
    margin-bottom: 15px;
}
