* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    /* background-color: #f1f1ff; */
    /* position: relative; */
}

.hideIt {
    display: none !important;
}

/* .panel-container {
    width: 880px;
    border-radius: 17px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #D0D5DD;
} */
.panel-container{
    width: 880px;
    /* height: 952px; */
    border-radius: 17px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    /* padding: 70px; */
    border: 1px solid #D0D5DD;
}

.panel {
    /* width: 880px;
  height: 952px; */
    border-radius: 17px;
    background-color: #fff;
    opacity: 1;
    /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
    /* padding: 70px; */
    /* border: 1px solid #D0D5DD; */
}

header {
    padding: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.powered {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #6c757d;
}

.powered span {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #4d6df4;
}

.panel-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;

    padding: 70px;
}

.panel-body span {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #37474f;
}

.panel-body h2 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #37474f;
}

.panel-body p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #111111;
}

.ratings {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rating {
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
}
.rating svg{
    width: 72px;
    height: 72px;
}
.rating.active svg path {
    fill: #FFC849;
}

.rating.active {
    opacity: 1;
}

.rating:not(.active) {
    opacity: 0.6;
}

.rating:hover svg path {
    /* opacity: 0.9; */
    fill: #FFC849;
}

.rating span {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 155%;
    letter-spacing: 0%;
    text-align: center;

}

.send {
    background-color: #4D6DF4;
    /* width: 100%; */

    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-radius: 16px;
    padding: 30px 50px;
    border: none;
    cursor: pointer;
    max-width: 598px;
    width: 598px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

textarea {
    background-color: #F5F6F8;
    padding: 24px;
    color: #6C757D;
    font-size: 18px;
    border: 1px solid #BFBFBF;
    border-radius: 12px;
    max-width: 598px;
    width: 490px;
    padding: 30px 50px;
    margin-bottom: 30px;
}

.feedbacks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feedback {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
    border: 1px solid #C7D2FF;
    padding: 20px 20px;
    border-radius: 12px;
}

.feedback.active {
    background-color: #F6F8FF;
    border: 1px solid #4D6DF4;
}

.feedback .content {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.feedback .text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.feedback .text h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.feedback .text p {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    color: #6C757D;

}

.feedback .requirments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.requirments span {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #6C757D;

}





.sharings {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
}

.sharing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    /* border: 1px solid #C7D2FF; */
    padding: 8px;
    border-radius: 12px;
}

.sharing .content {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.sharing .text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.sharing .text h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.sharing .text p {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    color: #6C757D;

}

.box-recording {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.box-recording p {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 23px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.box-recording {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

}

.btn-recording {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #F4FEF2;
    border-radius: 81px;
    padding: 10px 20px;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #0FA954;
}

.timer-recording {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 70px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.slider {
    position: relative;
    padding-top: 50px;
}

.swiper {
    width: 544px;
    /* height: 144px; */
}

.box-slide {
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #BFBFBF;
    padding: 24px;
    min-height: 144px;

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

    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-style: Italic;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}

/* Add your own icon as a background image */
.swiper-button-next {
    content: url(../img/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    top: 50px;
}

.swiper-button-prev {
    content: url(../img/arrow_left.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    top: 50px;
}

.swiper-pagination {
    top: -10px !important;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;

}

.swiper-pagination-current,
.swiper-pagination-total {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px !important;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.swiper-pagination-bul {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
    /* margin-top: 10px; */
}

.swiper-pagination-bul .custom-bullet {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #cbd5e1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-pagination-bul .custom-bullet.active {
    width: 48px;
    background-color: #2F4457;
}

.panel-body-05 .send {
    background-color: #111828;
    /* width: 100%; */
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-radius: 16px;
    padding: 20px 40px;
    border: none;
    cursor: pointer;
    max-width: 548px;
    width: 598px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#progress-bar--container {
    position: relative;
    width: 272.68px;
    height: 272.68px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 6rem auto; */
}

.proggres_mid {
    width: 225.68px;
    height: 225.68px;
    background: #eef9f4;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 100rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.proggres_mid>span {
    color: #2bb777;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.progress-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-track {
    fill: none;
    stroke: #E4E3E0;
    stroke-width: 8;
}

.progress-circle {
    fill: none;
    stroke: #2cb778;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 2s ease;
}

.progress-circle.is-animated {
    stroke-dashoffset: 0;
}

.proggres_mid p {
    color: #37474f;
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;

    margin: 1.5rem 0 0.95rem;
}

.clock_icon {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #6f6f6f;
    gap: 0.4rem;
    justify-content: center;
}

.clock_icon img {
    width: 1.4rem;
    flex: 0 0 auto;
}

.clock_icon span {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: right;
    color: #6F6F6F;
}

.btn-play {
    background-color: #000000;
    color: #fff;
    gap: 10px;
}

.btn-replay {
    background-color: #F3F4F6;
    color: #2F2F2F;
}

p.duration,
p.duration span {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #111111;
}

.info-form {
    max-width: 500px;
    padding: 15px;
    background-color: #F9FAFC;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-form h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #333333;
}

.info-form p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #111111;
}

.info-form .input-container {

    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    align-items: center;
}

.info-form .input-container .icon {
    position: absolute;
    padding: 10px;
}

.info-form .input-container input {
    width: 100%;
    padding: 15px;
    padding-left: 40px;
    /* Space for the icon so text doesn't overlap */
    border-radius: 8px;
    border: 1px solid #D0D5DD;
}

.panel-body-07 .send {
    width: 445px !important;
}

.infobule {
    color: #6C757D !important;
}

.conversations {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.conversations .him {
    padding: 24px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    color: #333333;
    border: 1px solid #F5F5F5;
    border-radius: 0px 25px 25px 25px;
}

.conversations .me {
    padding: 24px;
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: right;
    color: #333333;
    border: 1px solid #F5F5F5;
    border-radius: 25px 0px 25px 25px;
    background-color: #F7F7F7;
    width: max-content;
    align-self: flex-end;
}

.panel-body-08 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    height: 680px;

}

.panel-body-08 .footer hr,
.panel-body-09 .footer hr,
hr {
    border: 0.5px solid #f1f1f1;
}

.panel-body-09 {
    gap: 70px;
}

.footer {
    width: 100%;
    position: relative;
}

.just-talk {
    border: 4px solid #000000;
    border-radius: 25px;
    /* padding: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 20px;

}

.just-talk .btn {
    background-color: #000000;
    border-radius: 24px;
    padding: 12px 24px;
    width: 248px;
    border: 5px solid #4D6DF4;
    cursor: pointer;
    margin: 10px;
}

.just-talk .btn .label {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;

    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
}

.just-talk .btn p {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;

}

.just-talk textarea {
    background-color: transparent;
    border: none;
}

.footer .popup {
    position: absolute;
    right: 140px;
    top: -70px;
}

.talking {
    border: 1px solid #A6A6A6;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;

}

.talking .left {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2F4457;
    display: flex;
    gap: 10px;
    align-items: center;
}

.talking .right {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2F4457;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}

.review h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #111111;
    border-bottom: 1px solid #f1f1f1;

    width: stretch;
    text-align: start;
    padding-bottom: 15px;
    padding: 12px;
}

.review p {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #333333;
    text-align: start;

    padding: 12px;
}

.review .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: stretch;

    padding: 12px;
}

.review .btns .btn-copy {
    background-color: #F3F4F6;
    color: #2F2F2F;
    gap: 5px;
    cursor: pointer;
    height: 50px;

}
.review .btns .copied{
    background-color: rgb(220 252 232);
    color: rgb(85 148 108);
    height: 50px;
}

.copy-share {
    background-color: rgb(220 252 232) !important;
    color: rgb(85 148 108) !important;  
}

.review .btns .tap-edit {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Italic;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #2F4457;
    cursor: pointer;
}

.revbox {
    padding: 0 !important;
    border: 1px solid #BFBFBF !important;
}

.share {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;

}

.btn-review {
    background-color: #4D6DF4;
    /* width: 100%; */

    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-radius: 16px;
    padding: 20px 30px;
    border: none;
    cursor: pointer;
    width: stretch;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;

}

.btn-link {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #111111;
    cursor: pointer;
}

.button {
    background-color: #4D6DF4;
    /* width: 100%; */

    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-radius: 16px;
    padding: 20px 30px;
    border: none;
    cursor: pointer;
    width: stretch;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
#startRecordVideo{
    max-width: 598px;
    width: 598px;
    height: 64px;
}
.button-medium {
    background-color: #4D6DF4;
    /* width: 100%; */

    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    /* line-height: 100%; */
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    border: none;
    cursor: pointer;
    /* width: stretch; */

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.btns-v-recording {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.button-pause {
    background-color: #fff;
    border: 1px solid #D0D5DD;

    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    /* line-height: 100%; */
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;

    color: #37474F;


}
.retake{
    border-radius: 17px;
    min-width: 190px;
}
.retake-play {
     border-radius: 17px;
     min-width: 190px;
}

.backBtn {
    cursor: pointer;
}

.bg-dark-green {
    background-color: #37474F;
}

.popup-video-transcripting {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    background: #ffffffde;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-transcription {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.loading-transcription h2 {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.feedbacks-share {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedbacks-share .feedback-share {
    display: flex;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid #C7D2FF;
    width: stretch;
    min-width: 520px;
    align-items: center;
    padding: 12px;


    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;

    color: #37474F;
}

.feedbacks-share .feedback-share img {
    width: 39px;
    height: 39px;
}

.panel-body-07 {
    /* padding-top: 10px;
    gap: 20px; */
    padding: 20px;
    padding-top: 10px;
    gap: 10px;
}
.panel-body-11{
 gap: 10px;
}
@media only screen and (min-width: 601px) and (max-width: 879px) {
.panel-container {
    width: 100%;
}
.panel-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px;
    /* width: 598px; */
    width: 100%;
    margin: auto;
    /* margin: 20px; */
}
.panel-body-08 {
    margin: 0px;
}
header {
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}
.feedback {
    width: 598px;
}
}
@media only screen and (max-width: 600px) {
    .panel-container{
        position: relative;
        transform: none;
        top:auto;
    left: auto
    }
    .panel-body h2 {
        font-size: 27px;
    }

    .panel-body span {
        font-size: 25px;
    }

    .send {

        padding: 20px 30px;

        max-width: 320px;
        width: 320px;

    }
.panel-body-09 {
    gap: 70px !important;
}
    .ratings {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .rating svg {
        width: 30px;
    }

    .rating span {
        font-size: 13px;
    }

    .rating {
        display: flex;
        flex-direction: column;
        gap: 10px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
    }

    .panel-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .send,
    textarea,
    #startRecordVideo,
    .feedbacks-share .feedback-share,
    .button-medium,
    .panel-body-07 .send,
    .btn-review,
    .button {
        width: 100%;
        max-width: 100%;
    }

    textarea {
        padding: 20px;
    }

    .feedbacks-share .feedback-share {
        min-width: 0;
    }

    .just-talk .btn {
        width: 100%;
        max-width: 100%;
    }

.talking {
    margin-top: 10px;
}
    header {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 11px;
        padding-top: 10px;
    }
    .feedback .text p{
        text-align: start;
    }

    textarea {
        width: 100%;
        padding: 15px;
    }

    .feedback {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
        border: 1px solid #C7D2FF;
        padding: 10px 20px;
        border-radius: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .panel-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px; 
        /* gap30 */
        padding: 25px;
    }

    .requirments span {
        font-size: 15px;
    }

    .feedback .text h2 {
        font-size: 17px;
    }

    .sharing .text h2 {
        font-size: 18px;
    }

    .sharing .text p {
        text-align: start;
    }

    .sharing .content {
        display: flex;
        /* flex-direction: column; */
        align-items: start;
        justify-content: center;
        gap: 15px;
    }

    .swiper {
        width: 350px;
        /* height: 144px; */
    }

    .box-slide {
        border-radius: 16px;
        background-color: #fff;
        border: 1px solid #BFBFBF;
        padding: 10px;
        min-height: 144px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Plus Jakarta Sans;
        font-weight: 700;
        font-style: Italic;
        font-size: 22px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: center;
    }

    .panel-body-05 .send {
        width: 100%;
    }

    .panel-body-07 {
        gap: 15px;
    }

    .conversations .him {
        padding: 12px;
        font-family: Plus Jakarta Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #333333;
        border: 1px solid #F5F5F5;
        border-radius: 0px 25px 25px 25px;
    }

    .conversations .me {
        padding: 12px;
        font-family: Plus Jakarta Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        text-align: right;
        color: #333333;
        border: 1px solid #F5F5F5;
        border-radius: 25px 0px 25px 25px;
        background-color: #F7F7F7;
        width: max-content;
        align-self: flex-end;
    }

    .footer .popup {
        position: absolute;
        right: 65px;
        top: -69px;
    }

    .just-talk {
        flex-direction: column;
        padding: 5px;
    }

    .just-talk textarea {
        padding: 10px 10px;

        padding: 16px !important;
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .talking .left {
        font-size: 12px;
    }

    .talking .right {
        font-size: 16px;
    }

    .review p {
        font-size: 16px;
    }

    .review h2 {
        font-size: 24px;
    }

    .btn-link {
        font-size: 17px;
    }

    .btn-link {
        font-size: 18px;
    }

    .panel-body-11 h2 {
        font-size: 24px;
    }

    .video-screen img {
        width: 100%;
        height: 100%;
    }

    .btns-v-recording {
        flex-direction: column;
        width: 100%;
    }

    .button-medium {
        width: 100%;
    }

    .feedbacks-share {
        display: flex;
        flex-direction: column;
        width: stretch;
        padding: 10px;
        gap: 15px;
    }

    .feedbacks-share .feedback-share {
        min-width: 100%;

    }

    .feedbacks-share .feedback-share {
        font-size: 17px;
    }

    #startRecordVideo{
        width: 100%;
    }



}