/* ==========================================
   EXAMO DESIGN SYSTEM
========================================== */

:root {

    --blue: #395873;
    --green: #778C6D;
    --red: #BF7B75;
    --gold: #D9C39A;

    --blue-hover: #2F4A61;
    --green-hover: #687C5E;
}
:root{

    --sidebar-width:260px;

}

html{

    scroll-behavior:smooth;

}

.btn-examo {

    background: var(--blue);
    border-color: var(--blue);
    color: white;

}

.btn-examo:hover {

    background: var(--blue-hover);
    border-color: var(--blue-hover);
    color: white;

}

.btn-examo-green {

    background: var(--green);
    border-color: var(--green);
    color: white;

}

.btn-examo-green:hover {

    background: var(--green-hover);
    border-color: var(--green-hover);
    color: white;

}

.nav-pills .nav-link {

    color: var(--blue);
    border-radius: 10px;
    transition: .2s;

}

.nav-pills .nav-link:hover {

    background: rgba(57,88,115,.08);

}

.nav-pills .nav-link.active {

    background: var(--blue);
    color: white;

}

.badge-red {

    background: var(--red);

}

.badge-gold {

    background: var(--gold);
    color: #55452C;

}

.btn,
.form-control,
.dropdown-menu {

    border-radius: 10px;z-index:1000;

}

.nav-question{

    width:42px;

    height:42px;

    padding:0;

    border-radius:0;

    font-weight:bold;
}

.active-question{

    outline:3px solid #0d6efd;

    outline-offset:2px;

    z-index:2;

}


.correct-answer{

    background:#d1e7dd;

    border:1px solid #198754;

    border-radius:8px;

    padding:8px;

}

.wrong-answer{

    background:#f8d7da;

    border:1px solid #dc3545;

    border-radius:8px;

    padding:8px;

}
.progress-wrapper {
    padding-left: 16px;
    padding-right: 16px;
}

.progress {
    border-radius: 18px;
}
/* =======================================================
   Layout
======================================================= */
.site-header{

    height:75px;

    display:flex;

    align-items:center;

    background:#fff;

    border-bottom:1px solid #ddd;

    overflow:visible;

}

.header-logo{

    flex:0 0 auto;

    width:220px;

    display:flex;

    align-items:center;

    justify-content:center;

    padding-left: 20px;

}

.header-toolbar{

    flex:1;

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:12px;

    overflow-x:auto;

    overflow-y:visible;

    white-space:nowrap;

    padding-top:10px;
    padding-right: 20px;

    scrollbar-width:none;

}

.header-toolbar::-webkit-scrollbar{

    display:none;

}

.header-toolbar>*{

    flex-shrink:0;

}

.search-form{

    flex:0 0 240px;

}

.search-form input{

    width:100%;

}

@media(max-width:992px){

    .header-toolbar{

    justify-content:flex-start;
    padding-top:7px;
    padding-right: 17px;
}

.header-logo{

    width:72px;
    padding-left: 0px;

}

.search-form{

    flex:0 0 150px;

}

.header-toolbar .badge{

    position:relative;
margin-top: 3px;
 
    overflow:visible;

}

}
.header-icons{

    display:flex;

    align-items:center;

    gap:12px;

    flex-shrink:0;

}

.dropdown-item-text{
    display:flex;
}

.sidebar-wrapper{

    position:fixed;

    left:0;

    top:0;

    width:var(--sidebar-width);

    height:100vh;

    background:white;

    border-right:1px solid #ddd;

    overflow-y:auto;

    z-index:1000;

}

.page-wrapper{

    margin-left:var(--sidebar-width);

    min-height: 75px;

    display:flex;

    flex-direction:column;

}

.page-content{

    flex:1;
    

}

.main-content{

    margin-left:260px;

    transition:.3s;

}

.main-content.sidebar-collapsed{

    margin-left:10px;

}

.main-content{

    padding:50px;

}

.pagination{
    padding-left: 5px;
    margin-bottom: -5px;   
}

@media(max-width:992px){

.main-content{
    margin-left: 10px;
    margin-top: 35px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
overflow-x:hidden;

}
.main-content.sidebar-collapsed{

    margin-left:10px;
    margin-top: 35px;

}
}
@media(max-width:992px){
.table-examo{

    width:100%;

    overflow-x:auto;

    overflow-y:hidden;

    -webkit-overflow-scrolling:touch;

    border-radius:12px;
        width:max-content;

    min-width:100%;

}

.table-examo table{

    min-width:700px;

    margin-bottom:0;

}
.table-examo::-webkit-scrollbar{

    height:8px;

}
.table-examo::-webkit-scrollbar-thumb{

    background:#bfc8d2;

    border-radius:20px;

}
}

.test-nav-buttons{

    display:flex;
    justify-content:space-between;
    gap:12px;
    flex-wrap:wrap;

}

.test-nav-buttons .btn{

    flex:1 1 180px;

}

@media (max-width:992px){

.test-actions{

    position:relative;
    z-index:1;

}

.sidebar-wrapper{

    z-index:2000;

}

}
.header-tools{
   
    display:flex;
    min-height:75px;
    align-items:center;
    gap:12px;
    overflow-x:auto;
    overflow-y:visible;
    white-space:nowrap;
    padding:0 20px;
    margin-left: auto;
    justify-content:flex-end;
    width:100%;
}

.header-tools::-webkit-scrollbar{

    display:none;

}

.header-scroll{
    flex:1;
    display:flex;
    justify-content:flex-end;
    overflow-x:auto;
    overflow-y:visible;
}

@media (max-width:992px){

.header-tools{

    display:flex;

    justify-content:flex-start;

    width:max-content;

    gap:12px;

}
}

@media (max-width:992px){

.header-scroll{

    flex:1;

    overflow-x:auto;

    overflow-y:visible;

}

.header-tools{

    display:flex;

    align-items:center;

    gap:12px;

    width:max-content;

    min-height:75px;

    padding:0 20px;

}

}

.header-dropdown{

    position:fixed;

    display:none;

    min-width:240px;

    background:#fff;

    border-radius:5px;

    box-shadow:0 12px 35px rgba(0,0,0,.18);

    border:1px solid #ddd;

    list-style:none;

    margin:0;

    padding:8px 0;

    z-index:5000;
    overflow:visible;
}

.header-dropdown.show{

    display:block;

}

.header-dropdown li{

    list-style:none;

}
.header-dropdown a,
.header-dropdown button,
.header-dropdown .dropdown-item{

    display:flex;

    align-items:center;

    width:100%;

    padding:12px 18px;

    border:none;

    background:none;

    text-decoration:none;

    color:#333;

    transition:.2s;

}
.header-dropdown a:hover,
.header-dropdown button:hover,
.header-dropdown .dropdown-item:hover{

    background:#eef5fb;

}

.header-dropdown hr{

    margin:6px 0;

}

.header-dropdown{

    opacity:0;

    transform:translateY(-8px);

    transition:.18s;

    pointer-events:none;

}
.header-dropdown.show{

    display:block;

    opacity:1;

    transform:translateY(0);

    pointer-events:auto;

}

@media (max-width:992px){

.header-logo{

    width:72px;

}

}


.search-form .form-control{

    min-width:180px;
min-height: 30px;
    flex:1;

}
.form-control{

    min-width:700px;
min-height: 30px;
    flex:1;

}
.form-control-short-answer{

    display:block;
    width:100%;

    padding:.375rem .75rem;

    font-size:1rem;
    line-height:1.5;

    color:#212529;
    background:#fff;

    border:1px solid #ced4da;

    border-radius:.375rem;

    resize:none;

    overflow:hidden;

    min-height:42px;

    box-sizing:border-box;

}

.form-control-short-answer:focus{

    border-color:#86b7fe;

    box-shadow:0 0 0 .25rem rgba(13,110,253,.25);

    outline:none;

}

@media (max-width:992px){

.search-form .form-control{

    min-width:80px;

    flex:1;

}
}



.avatar-wrapper{
    position:relative;
    display:inline-block;
}

.avatar-alert{
    position:absolute;

    top:-2px;
    right:-2px;

    width:12px;
    height:12px;

    background:#dc3545;

    border:2px solid #fff;
    border-radius:50%;

    animation:pulseEmail 1.8s infinite;
}

@keyframes pulseEmail{

    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(220,53,69,.6);
    }

    70%{
        transform:scale(1.15);
        box-shadow:0 0 0 10px rgba(220,53,69,0);
    }

    100%{
        transform:scale(1);
    }

}

.lisa-widget{

    position:fixed;

    right:24px;
    bottom:24px;

    width:170px;

    background:white;

    border-radius:18px;

    box-shadow:0 10px 35px rgba(0,0,0,.18);

    overflow:hidden;

    z-index:1100;

    transition:.25s;

}

.lisa-widget-header{

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#395873;

    color:white;

    cursor:move;

    user-select:none;

}

.lisa-widget-body{

    padding:15px;

    text-align:center;

}
.lisa-widget img{

    max-width:100%;

}


.sidebar-wrapper{

    position:fixed;
    top:75px;
    left:0;

    width:260px;
    height:calc(100vh - 75px);
overflow:visible;
    transition:.3s;

}



@media (max-width:992px){

.sidebar-wrapper{

    width:220px;
    max-width:85vw;
    overflow:visible;
    position:fixed;

}
    .lisa-widget {

        right: 22px;
        bottom: 22px;
        width: 130px;

    }
}

@media(max-width:576px){

    .lisa-widget{
right: 25px;
        bottom: 55px;
        width:130px;

    }

}

.sidebar-wrapper.open{

    transform:translateX(0);

}

.sidebar-wrapper.closed{

    transform:translateX(calc(-100%));

}

.sidebar-handle{

    position:absolute;

    top:1px;

    right:-30px;

    width:30px;
    height:30px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#395873;
    color:#fff;

    border-radius:0 12px 12px 0;

    cursor:pointer;

    z-index:1001;

}

.logo-mini{

    display:none;

}

@media(max-width:992px){

    .logo-full{

        display:none;

    }

    .logo-mini{

        display:block;

    }

}

.scroll-widget{

    position:fixed;

    left:10px;

    bottom:10px;

    display:flex;

    flex-direction:column;

    gap:8px;

    z-index:1200;

}

.scroll-widget button{

    width:46px;

    height:46px;

    border:none;

    border-radius:50%;

    background:#395873;

    color:white;

    box-shadow:0 4px 12px rgba(0,0,0,.2);

    transition:.25s;

}

.scroll-widget button:hover{

    transform:scale(1.08);

}

.table-mobile{

    width:100%;
    overflow-x:auto;
    overflow-y:hidden;

    -webkit-overflow-scrolling:touch;

}

.table-mobile table{

    min-width:700px;

}

.dropdown-warning{

    padding:14px 18px;

    background:#fff8e8;

    border-left:4px solid #f0ad4e;

}

.dropdown-warning-title{

    font-size:15px;

    font-weight:700;

    color:#b45309;

    margin-bottom:6px;

    line-height:1.3;

}

.dropdown-warning-text{

    font-size:13px;

    color:#666;

    line-height:1.45;

}

.course-card{

    background:#fffdf9;

    border-radius:26px;

    overflow:hidden;

    border:2px solid #e8d6bf;

    box-shadow:0 12px 28px rgba(0,0,0,.08);

}

.course-card{

    position:relative;
    overflow:hidden;

}

.course-card::before{

    content:"";

    position:absolute;

    inset:8px;

    border-radius:14px;

    pointer-events:none;

}

.course-header{

    position:relative;

    padding:20px 26px;

    color:white;

    height:90px;

    display:flex;
    align-items:flex-start;
    

}

.course-header h3{

    margin-top:-5px;
    font-size:25px;
    line-height:1.25;
    flex:0 0 75%;

}


.course-main{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

    padding:26px 34px;

    align-items:center;

}

.bg-russian{

    background:#c7776b;

}

.course-stat{

    text-align:center;
    font-size: 0.7rem;
    margin-left: 35px;
    margin-top: 7px;
    

}

.course-avatar{
    position:absolute;
    right:67px;
    top:35px;

    width:90px;
    height:90px;

    border-radius:50%;
    border:3px solid #fcfcf9;

    object-fit:cover;

    box-shadow:0 4px 12px rgba(0,0,0,.15);
}

.course-stat h4{

    margin-top:0px;

    margin-bottom:1px;

    font-size:1rem;

}

.teacher-role{

    color:#666;

    margin-bottom:18px;

}

.course-stat-point{

    font-size:1rem;

    margin:px 0;

}

.course-body{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    padding:15px;

}

@media(max-width:992px){

.course-body{

    grid-template-columns:repeat(2,1fr);

    gap:12px;

    padding:14px;

}

.course-stat{
    text-align:center;
    font-size: 0.7rem;
    margin-left: 25px;
    margin-top: 7px;
}

.course-avatar{

    width:70px;
    height:70px;

    right:50px;
    top:50px;

}
.course-stat h4{
    font-size: 0.7rem;
}


.course-stat-point{
    font-size: 0.7rem;
}

.course-stat-point-mobile{
    display: none;
}
    .course-header h3{

    margin-top:-10px;
    margin-left: -7px;
    font-size:25px;
    line-height:1.25;
    flex:0 0 75%;

}
}

.course-cover img{

    width:100%;

    border-radius:24px;

}

.course-author{

    text-align:center;
    right: 20px;

}



.course-author h5{

    margin-bottom:44px;


}

.teacher{

    color:#666;

}

.students{

    margin-top:8px;

}

.rating{

    margin-top:10px;

    color:#f0b400;

    font-size:20px;

}

.course-info{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:10px;

    padding:1px 5px;

 
    justify-content:center;
    align-items:center;
    gap:8px;
    text-align:center;

}

.course-info div{

    background:#faf8f5;

    border-radius:5px;

    padding:1px;

    font-size:1rem;

}
.course-info div:last-child{

    grid-column:1/-1;

}

.course-progress{

    padding:0 25px 20px;

}

.course-description{
    padding:4px 14px;
    color:#555;
    font-size:.9rem;
}

.course-buttons{

    display:flex;

    justify-content:flex-end;

    gap:12px;

    padding:15px;

}
.course-cover{

    display:flex;
    justify-content:center;
    align-items:center;

}

.course-cover img{

    width:200px;
    max-width:100%;
    height:auto;

}

.course-badge{

    display:inline-flex;
    align-items:center;

    padding:5px 12px;

    border-radius:999px;

    font-size:.78rem;

    font-weight:700;

    color:white;

    letter-spacing:.5px;

    text-transform:uppercase;

}

.course-oge{

    background:#d97c69;

}

.course-ege{

    background:#5b7fb4;

}

.course-spo{

    background:#69a56d;

}

.course-olymp{

    background:#c49a2d;

}

.course-school{

    background:#777;

}

.course-ribbon{

        position:absolute;

    top:18px;

    right:-48px;

    width:170px;

    padding:6px 0;

    text-align:center;

    color:white;

    font-size:.75rem;

    font-weight:700;

    letter-spacing:.8px;

    transform:rotate(45deg);

    box-shadow:0 3px 10px rgba(0,0,0,.25);

    z-index:20;

}

.ribbon-new{

    background:#4CAF50;
    background:linear-gradient(
    90deg,
    #4caf50,
    #7cb342
);

}

.ribbon-free{

    background:#2F80ED;

}

.ribbon-premium{

    background:#C49A2D;

}

.ribbon-soon{

    background:#E67E22;

}

.ribbon-sale{

    background:#E53935;

}

@media(max-width:992px){

.course-body{

    grid-template-columns:repeat(2,1fr);

}

.course-info{

    grid-template-columns:repeat(2,1fr);

   
    justify-content:center;
    align-items:center;
    gap:8px;
    text-align:center;

}

.course-buttons{

    flex-direction:column;

}

.course-buttons .btn{

    width:100%;

}

.course-cover img{

    width:200px;
    max-width:150%;
    height:auto;

}

}

.content-block{

    width:100%;

    max-width:1400px;

    margin:0 auto;

}
.page-section{

    width:100%;

    max-width:1400px;

    margin:0 auto;

    padding:24px;

}

.examo-panel{

    background:#fff;

    border:1px solid #d8dee6;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    overflow:hidden;

}

.examo-panel-header{

    padding:20px 28px;

    border-bottom:1px solid #eef1f4;

    font-size:1.4rem;

    font-weight:700;

}

.examo-panel-body{

    padding:28px;

}

.course-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(375px,1fr));

    gap:20px;

}
@media (max-width:992px){

.course-grid{

    grid-template-columns:1fr;

}

}

.course-tags{

    display:flex;

    gap:8px;

    flex-wrap:wrap;

    padding:0 15px 12px;

}
.course-tag{

    display:inline-flex;

    align-items:center;

    padding:5px 12px;

    border-radius:999px;

    font-size:.78rem;

    font-weight:600;

}
.course-tag.subject{

    background:#eef3ff;

    color:#355b9b;

}
.course-tag.exam{

    background:#fff1db;

    color:#9b5b16;

}

.empty-courses{

    text-align:center;

    padding:80px 20px;

    background:#fff;

    border-radius:24px;

    border:1px solid #e5e5e5;

}

.empty-courses img{

    max-width:220px;

}

.empty-courses h3{

    margin-top:10px;

}

.empty-courses p{

    color:#666;

    margin-bottom:24px;

}

.course-buttons{

    display:flex;

    align-items:center;

    gap:10px;

}

.course-subscription-status{

    flex:1;

    color:#3c9a42;

    font-weight:600;

    font-size:.9rem;

}

.course-sections{

    display:flex;

    flex-direction:column;

    gap:10px;

    margin:18px;

}

.course-section{

    border:1px solid #e4d9c8;

    border-radius:12px;

    overflow:hidden;

}

.course-section-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 18px;

    cursor:pointer;

    font-weight:600;

    background:#faf8f5;

    transition:.2s;

}

.course-section-header:hover{

    background:#f2ede7;

}

.course-section-body{

    display:none;

    padding:16px;

    background:white;

}

.course-sections{

    margin:1px 7px;

}

.course-section{

    border:1px solid #ece5da;

    border-radius:12px;

    margin-bottom:8px;

    overflow:hidden;

    background:white;

}

.course-section-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:1px 7px;

    cursor:pointer;

    font-size:.95rem;

    font-weight:600;

}

.course-section-header small{

    display:block;

    color:#777;

    font-weight:400;

    font-size:.82rem;

}

.arrow{

    font-size:18px;

    transition:.25s;

}

.course-section.open .arrow{

    transform:rotate(180deg);

}

.course-section-body{

    display:none;

    padding:6px 7px;

    border-top:1px solid #eee;

}

.course-section.open
.course-section-body{

    display:block;

}

.course-info-line{

    display:flex;

    align-items:center;

    gap:6px;

    flex-wrap:wrap;

    font-size:.95rem;

}

.course-info-line small{

    color:#777;

    font-size:.8rem;

}

.course-info-section{

    background:#faf8f5;

    border:1px solid #ece3d8;

    border-radius:12px;

    overflow:hidden;

}

.course-info-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:12px 16px;

    cursor:pointer;

}

.course-info-item:hover{

    background:#f4eee7;

}

.tests-container{

    display:none;

    border-top:1px solid #e7ddd2;

}

.tests-container.open{

    display:block;

}

.course-test-row{

    padding:10px 16px;

    border-top:1px solid #f2ece6;

}

.course-test-row:first-child{

    border-top:none;

}

.toggle-arrow{

    font-size:13px;

    transition:.25s;

}

.course-sections{

    display:flex;

    flex-direction:column;

    gap:1px;

}

.course-section{

    border:1px solid #eadfcf;

    border-radius:18px;

    overflow:hidden;

}

.course-section-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:14px 18px;

    cursor:pointer;

}

.course-section-body{

    display:none;

}

.course-section.open
.course-section-body{

    display:block;

}
.course-test-row{

    padding:10px 14px;

    border-top:1px solid #ececec;

}

.course-test-title{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:16px;

}

.course-test-title span{

    font-size:.94rem;

    font-weight:500;

}

.course-test-title small{

    color:#777;

    white-space:nowrap;

    font-size:.82rem;

}

.course-test-row{

    display:block;

    color:inherit;

    text-decoration:none;

    transition:.15s;

}

.course-test-row:hover{

    background:#f8fafc;

}

.course-test-row:active{

    background:#eef5ff;

}

.answer-item{

    display:flex;

    align-items:center;

    gap:12px;

    border:1px solid #ddd;

    border-radius:10px;

    padding:12px;

    margin-bottom:10px;

    cursor:pointer;

    transition:.2s;

}

.answer-item:hover{

    background:#f8f8f8;

    border-color:#35587d;

}

.answer-item:has(input:checked){

    background:#eef5ff;

    border-color:#35587d;

}
.answer-item .form-check-input{

    margin-top:0;
    margin-left: 5px;

    flex-shrink:0;

}

.answer-item .form-check-label{

    flex:1;

    cursor:pointer;

    margin-bottom:0;

}
.exam-text{
    white-space: pre-wrap;
}

.form-control{

   
        max-width:100%;
        resize:vertical;
        box-sizing:border-box;
}

 

 
 



.cross::before,
.cross::after{

    content:"";

    position:absolute;

    background:rgb(36, 35, 35);

}

.cross::before{

    width:8px;
    height:100%;

    left:50%;
    transform:translateX(-50%);

}

.cross::after{

    height:8px;
    width:100%;

    top:50%;
    transform:translateY(-50%);

}

.center{

    position:absolute;

    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    width:100px;
    height:100px;

    border-radius:50%;

    background:white;

    display:flex;

    justify-content:center;
    align-items:center;

    font-size:22px;
    font-weight:bold;

    z-index:5;

}

.center small{

    font-size:13px;

}

.cat-wheel{

    width:260px;
    height:260px;

    position:relative;

    margin:auto;

    border-radius:50%;

    

    border:none;

box-shadow:
    0 0 0 1px #444,
    0 3px 10px rgba(0,0,0,.15);

  

}.cross::before,
.cross::after{

    content:"";

    position:absolute;

    background:rgb(8, 8, 8);

    z-index:5;

}

.cross::before{

    width:1px;
    height:100%;
background:#2e2d2d;
    left:50%;

    transform:translateX(-50%);

}

.cross::after{

    height:1px;
    width:100%;
background:#272626;
    top:50%;

    transform:translateY(-50%);

}.labels{

    position:absolute;

    inset:0;

    z-index:4;

    font-weight:600;

    font-size:18px;

}.food-label{

    position:absolute;

    left:18%;

    top:18%;

}

.study-label{

    position:absolute;

    right:18%;

    top:18%;

}

.clean-label{

    position:absolute;

    left:14%;

    bottom:18%;

}

.play-label{

    position:absolute;

    right:18%;

    bottom:18%;

} 




 




.cat-wheel{

    width:260px;
    height:260px;

    border-radius:50%;

    position:relative;

    overflow:visible;

    background:#ececec;

}
 


.week{

    position:absolute;

    inset:0;

    background:#e53935;

    clip-path:polygon(
        50% 50%,
        110% 50%,
        98% 52.1%
    );



    transform:
        rotate(calc(-90deg + (var(--i) - 1) * 2.25deg));




}

.week::before{

    content:"";

    position:absolute;

    inset:0;

    background:#ddd;

    clip-path:polygon(
    50% 50%,
    100% 50%,
    100% 40%
    );

}

.week-empty{

    background: #c2331a;

}

.week-yellow{

    background:var(--gold);

}

.week-orange{

    background:#e59b3a;

}

.week-green{

    background: #1c9954;

}

.week-done{

    background:var(--blue);

}

.week-current{

    z-index: 0;

}


.week-current::after{

    content:"";

    position:absolute;

    width:24px;
    height:50px;

    background:inherit;

    left:98%;
    top:49%;

}

.current-pointer{

    position:absolute;

    inset:0;

    z-index:100;

    pointer-events:none;

}
.current-pointer::before{

    content:"";

    position:absolute;

    width:55px;
    height:5px;

    background:var(--btn-examo);

    left:50%;
    top:50%;

    transform-origin:left center;

    transform:
        rotate(-25deg)
        translateX(85px);

}

.current-pointer::after{

    content:"";

    position:absolute;

    width:12px;
    height:12px;

    border-radius:50%;

    background:var(--btn-examo);

    left:50%;
    top:50%;

    transform-origin:left center;

    transform:
        rotate(-25deg)
        translateX(140px);

}

.food{
    position:absolute;
    inset:0;
    transform:rotate(-180deg);
}

.clean{
    position:absolute;
    inset:0;
    transform:rotate(-270deg);
}

.play{
    position:absolute;
    inset:0;
    transform:rotate(-360deg);
}
.food-piece,
.clean-piece,
.play-piece{

    position:absolute;
    inset:0;

    

    clip-path: polygon(
    50% 50%,
    110% 50%,
    99.4% 50.8%
);

}

.food-piece{
    background: #779e65;
}
.clean-piece{
    background: #77b7f0;
    
}
.play-piece{
    background: #e6a00a;
}


