.detail-headers {
    background-color: #EEEEEE;
}

.time-box-2 {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(5px);
    width: 25px;
    height: 25px;
    border-radius: 8px;
    padding: 16px;
    justify-content: center;
    align-items: center;
}

.buy-online {
    padding: 5px 25px;
    border: 1px solid #CCCCCC;
    border-radius: 30px;
    transition: 0.3s;
}


.buy-share {
    transition: 0.3s;
}


.intallements-buy {
    padding: 10px 20px;
    background-color: #A8D58A;
    border: 1px solid #A8D58A;
    border-radius: 30px;
    transition: 0.3s;
}

.intallements-buy:hover {
    background: transparent;
}

.course-price span {
    color: #9999999c;
}

.course-price-2 span {
    color: #9999999c;
}

.detail-scroll-btn.active {
    background-color: #FFB142;
    color: #020249;
}

.detail-scroll-btn {
    background-color: #EEEEEE;
    border-radius: 30px;
    color: #00000075;
    border: none;
    padding: 8px 16px;
}

.accordion-of-faq .accordion-item,
.accordion-of-faq .accordion-button,
.accordion-of-faq .accordion-header {
    border-radius: 30px !important;
}

.accordion-of-faq .accordion-button:focus {
    box-shadow: unset !important;
}


.accordion-of-faq .accordion-item {
    border: none;
}

.accordion-of-faq .accordion-button {
    border: 1px solid rgba(217, 217, 217, 1);
    color: #555555 !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset !important;
    background-color: white;
}

.accordion-button::after {
    transform: rotate(90deg);
    --bs-accordion-btn-icon-width: 1rem;
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px;
}

.faq-hr {
    width: 2px;
    height: 35px;
    background-color: #D9D9D9;
    opacity: 0.5;
    border: none;
    margin: 0 0 0 0;
}

.accordion-body .faq-main {
    background-color: #EEEEEE;
    color: #555555;
}

.hard-line-1 {
    opacity: 1 !important;
    border: 2px solid #EEEEEE;
    margin-bottom: 50px;
    margin-top: -100%;
    border-bottom-right-radius: 15px;
    border-left: 0;
    border-top: 0;
}

.accordion-of-faq .accordion-item,
.accordion-of-faq .accordion-item,
.accordion-of-faq {
    background-color: transparent;
}

.kharid-aghsati {
    box-shadow: rgba(0, 0, 0, 0.184) 0px 5px 25px;
    border-radius: 15px;
    border: 1px solid rgba(221, 221, 221, 1);
    transition: 0.3s;
}

.ghest-after::after {
    content: " ";
    position: absolute;
    width: 80%;
    height: 80%;
    top: 0;
    background-color: #87CEEB;
    opacity: 0.3;
    filter: blur(20px);
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
}

.kharid-aghsati:hover {
    box-shadow: none;
}

.see-view {
    padding: 3px 6px;
    border-radius: 30px;
}

.comment-head {
    border: 1px solid rgba(221, 221, 221, 1);
}

.services-hieght {
    border: 1px solid rgba(221, 221, 221, 1);
}

.pack-cage-teachers {
    border: 1px solid rgba(221, 221, 221, 1);
}

.modares {
    padding: 4px 8px;
    background-color: rgba(255, 177, 66, 0.2);
    border-radius: 30px;
    color: rgba(255, 177, 66, 1);
}

.costumert hr {
    color: rgba(238, 238, 238, 1);
    opacity: 1;
}
.costumert:last-child hr {
    display: none;
}
.meet-to-page {
    border: 1px solid rgba(221, 221, 221, 1);
    position: relative;
    overflow: hidden;
}

.meet-to-page::after {
    content: " ";
    position: absolute;
    right: -4%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 55%;
    border-radius: 7px;
    background-color: rgba(135, 206, 235, 1);
}

.mtsc-fixed {
    animation: appear 0.3s;
    border-radius: 0px 0px 15px 15px;
    background-color: #ffffff;
    padding: 1rem;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.play-shortcute {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background-color: #D9D9D9;
    border-radius: 50%;
    border: none;
}

.bot {
    color: rgba(238, 238, 238, 1);
    opacity: 1;
}

.comments-add input,
.comments-add textarea {
    border: 1px solid rgba(221, 221, 221, 1);
}

.comments-add input:focus-visible,
.comments-add textarea:focus-visible {
    outline: unset;
}

.comments-add input::placeholder,
.comments-add textarea::placeholder {
    color: #99999970;
    font-size: 14px;
}

.comments-add label {
    font-size: 13px;
}

.btn-close:focus {
    box-shadow: unset !important;
}

.comments-add button[type="submit"] {
    padding: 10px 30px;
    background-color: #020249;
    color: #ffffff;
    border-radius: 30px;
    border: 0;
    font-size: 12px;
    border: 1px solid #020249;
}

.comments-add button[type="submit"]:hover {
    color: #020249;
    background: transparent;
}

.fast-accesibility-canvas {
    width: 90% !important;
}

.intallements-blog-1 {
    padding: 5px 10px;
    background-color: #87cfeb1e;
    color: #87CEEB;
    border-radius: 30px;
}

.blogs-fade {
    opacity: 0.1;
}

.intallements-blog-2 {
    padding: 5px 10px;
    border-radius: 30px;
    background-color: #ffb04223;
}

.player {
    text-align: center;
}



.time-info {
    margin-top: 5px;
    font-size: 14px;
}

.controls button {
    width: 50px;
    height: 50px;
    background-color: #00000087;
    border-radius: 50%;
    border: none;
    backdrop-filter: blur(10px);
    text-align: center;
    align-content: center;
}

.farno-share {
    background-color: rgba(0, 0, 0, 0.308);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    align-content: center;
    backdrop-filter: blur(10px);
}

.padcast-col-3::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.367) 100%);
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: 15px;
}

input[type="range" i] {
    height: 10px;
    accent-color: purple;
}

.social-icons a {
    background-color: #A8D58A;
}

.forno-padcast {
    background-color: rgba(135, 206, 235, 0.2);
    padding: 5px 10px;
    border-radius: 30px;
    color:#87CEEB;
}

.modares-2 {
    background-color: rgba(135, 206, 235, 0.2);
    padding: 5px 10px;
    color: rgba(135, 206, 235, 1);
    border-radius: 30px;
}

.mb-teachers {
    background-color: #A8D58A;
}

.mb-modaresin img {
    border-radius: 50%;
    border: solid 1px rgba(0, 0, 0, 0.238);
}

.mb-modaresin li {
    margin-right: -10px;
}

.jdjdjd {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 0px -25px, rgba(0, 0, 0, 0.06) 0px 4px 2px -1px;
  }

  .social-icons::-webkit-scrollbar {
    display: none;
  }

  .social-icons-input {
    border: 1px solid rgba(221, 221, 221, 1);
    cursor: pointer;
  }

  .message {
    color: green; /* رنگ متن */
    font-size: 12px; /* اندازه فونت */
    /* فاصله از دکمه */
    display: none; /* ابتدا مخفی باشد */
}

input:disabled {
    background-color: white;
    border: none;
}

.afzoodan-padcast {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #A8D58A;
    border: solid 2px white;
  }

  .btn:hover {
    border-color: white !important;
  }

  .pannel-solder {
    background-color: #d1e7dd !important;
    border: 1px solid #a3cfbb !important;
    justify-content: center !important;
  }

  .with-out-title .faq-main {
    background-color: white !important ;
    border: 1px solid rgba(217, 217, 217, 1) !important;
  }

  .with-out-title {
    margin-top: 0 !important;
  }

  .with-out-title #farsi-in-span {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(135, 206, 235, 1);
    color: white !important;
  } 

    .with-out-title ,
     .with-out-title  .nobordder-bess {
        margin: 0 !important;
    }
 
    .done-courses-btn-bo:last-child {
        margin-bottom: 0 !important;
    }

    .satisfaction-percentage {
        background: #d4af3714;
        border: 1px solid #d4af37a1;
    }

    .satisfaction-percentage-inner {

        height: 4px;
        background-color: #d4af37;
    }




  .progress-box {
    border: 1px solid;
    background-color: #fff;
    transition: all 0.3s ease;
  }

  .progress-line {
    height: 4px;
    border-radius: 6px;
    width: 0%;
    transition: all 0.3s ease;
  }

  .percent-label {
    text-align: center;
    font-weight: bold;
  }