body {
    background: #F6F6F6;
    max-width: 600px;
    color: #000000;
    margin: auto;
    font-family: "Roboto";
    position: relative;
}

.container {
    position: relative;
    max-width: 600px;
    margin: auto;
    color: #000000;
}

ul {
    list-style-type: none;
}

.title_header {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;

}

.circle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.circle span {
    font-family: monospace;
    font-size: 18px; /* Reduced from 36px to fit smaller circle */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #F57100;
}

.circle .semi-c {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px; /* Changed from 80px */
    width: 15px; /* Changed from 40px */
}

.circle .left {
    border-top-left-radius: 20px; /* Changed from 40px */
    border-bottom-left-radius: 20px; /* Changed from 40px */
}

.circle .right {
    border-top-right-radius: 20px; /* Changed from 40px */
    border-bottom-right-radius: 20px; /* Changed from 40px */
}

.circle .left-circle, .circle .right-circle {
    border: 2px solid #EEEEEE; /* Reduced from 4px to maintain proportions */
}

.circle .mask-left, .circle .mask-right, .circle .block {
    border: 2px solid #F57100; /* Reduced from 4px to maintain proportions */
    position: absolute;
}

.circle .left-circle, .circle .block, .circle .mask-right {
    border-right: 0;
}

.circle .right-circle, .circle .mask-left {
    border-left: 0;
}

.circle .block, .circle .mask-left, .circle .left-circle {
    z-index: 1;
}

.circle .block, .circle .mask-left {
    left: 15px; /* Changed from 40px */
}

.circle .mask-left {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circle .mask-right {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.circle .block {
    display: none;
}

.circle .handle {
    display: none;
}

.stat_rank {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #DDDDDD
}

.progress_bar {
    background: #DDDDDD;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.koora {
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #ff980057;
    border-radius: 51px;
}

.progress {
    background-color: #F57100;
    width: 40%;
    position: absolute;
    height: 100%;
    z-index: 0;
}

.progress_text {
    z-index: 9;
    position: relative;
    margin-bottom: 0;
}

.btn_rech {
    color: #F57100;
    background: #D9D9D9;
    border-radius: 15px;
    width: 75px;
    height: 22px;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
    border: none;
    margin-bottom: 10px;
    text-decoration: none;
    margin-top: 5px;
}

.fw-bold {
    font-weight: 500;
}

.tips_btn {
    width: 49px;
    height: 49px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
}
.question-item{
    display: flex;
    width: 95%;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    position: relative;
    border: 1px solid #DDDDDD;
}
.question-item:hover::before {
    width: 100%;
    color: #FFFFFF;
}
.question-item:hover p {
    color: #FFFFFF;
    z-index: 99;
}
.question-item:hover .num_qst{
    color: #FFFFFF;
    z-index: 99;
}

.question-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: var(--percentage-width, 0); /* Use the percentage width */
    height: 100%;
    background-color: #f5710059;
    transition: width 0.5s ease;
    border-radius: 10px;
    z-index: 0;
}
.percentage-display {

    z-index: 1;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    right: 0;
    background-color: #f57100;
    width: 40px;
    height: 100%;
    line-height: 40px;
    top: 0;
    border-radius: 10px;
}
.hint-highlight {
    border: 4px solid green;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}
.num_qst{
    margin-right: 10px;
    margin-left: 10px;
    color: #F57100;
}
.question-item p{
    font-weight: 500;
}
.modal_custom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0px 0px;
}
.modal-dialog{
    margin: 0;
    min-height: 100%;
}
.btn_modal,.btn_modal:hover,.btn_modal:focus{
    width: 90%;
    height: 45px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    border: none;
    border-radius: 15px;
    background-color: #dddddd;
    color: #FFFFFF;
    margin: auto;
    margin-bottom: 10px;
}
.btn_oui{
    background-color: #F57100;
}
.amount_coin{
    width: 90%;
    margin: auto;
    margin-top: 10px;
}
.line{
    background: #DDDDDD;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.btn-cat {
    background: #527EDB;
    color: #FFFFFF;
    border-radius: 15px;
    /* width: 100%; */
    height: 30px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border: none;
    margin-bottom: 10px;
    text-decoration: none;
}
.box_coin{
    background: #ffffff;
    border: 1px solid #DDDDDD;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    position: relative
}
.nouv{
    color: #A885D8;
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;

}
.renovable{
     font-family: "Roboto";
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: #939393;


}
.orange{
    color: #F57100;
    font-weight: 600;
}
.separtor{
   width: 90%;
    margin: auto;
    height: 1px;
    background: #DDDDDD;
}
.prix{
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: #F16E00;
    margin-top: 10px;

}
.promo {
    background: #FFD200;
    color: #000000;
    border-radius: 50px;
    font-size: 0.8em;
    height: 20px;
    width: max-content;
    padding: 5px;
    line-height: 10px;
    margin-top: 7px;

}
.prix_old{
    font-family: "Roboto";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #939393;

}
.cart{
    text-decoration: none;
}
.btn_ret,.btn_ret:hover,.btn_ret:focus{
    background-color: white;
    color: black;
    border: 1px solid;
}
.pouvoir {
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: #939393;
    display: flex;
    margin-top: 13px;
}
.num_rang{
    margin-top: -7px;
}
.img_rank {

    margin-top: 7px;
}
.btn.disabled{
    background: #1C1B1F1F;
    color: #1C1B1F;
}
.modal.show .modal-dialog{

    margin: auto;
}

.custom-radio .form-check-input {
    display: none;
}
.custom-radio .form-check-label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    margin-bottom: 16px;
}
.custom-radio .form-check-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 2px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.custom-radio .form-check-input:checked + .form-check-label::before {
    border-color: #fd7e14;
    background-color: #fd7e14;
}
.custom-radio .form-check-label::after {
    content: '\2714';
    font-size: 18px;
    color: white;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
    opacity: 0;
}
.custom-radio .form-check-input:checked + .form-check-label::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.custom-radio .form-check-label:hover::before {
    border-color: #fd7e14;
}
.swal2-styled.swal2-confirm,.swal2-styled.swal2-confirm:focus{
    background-color: #fd7e14 !important;
    color: #fff !important;
}
.swal2-styled{
    width: 150px;
}
.swal2-styled.swal2-confirm:focus{
    box-shadow: none !important;
}
.accept_con {
color: #6f6f6f;
}
.total_container{
    background-color: rgb(199 199 199 / 12%);
    height: 60px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    border-radius: 0px 0px 20px 20px;
}