/* Auto-generated CSS for CompanyId: e054b490-0ba4-4b05-a821-bb58701638cc at 2025-08-07T23:26:20.0099577Z */

/* --- Styles for Review / ReviewBox --- */
.taptoco-review {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    border-top: 1px solid #e5e5e5;
    max-width: 900px;
    margin: 0 auto;
    gap: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.taptoco-review-customer {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    width: 200px;
}

.taptoco-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #eef0f2;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    flex-shrink: 0;
}

.taptoco-review-customer-details {
    display: flex;
    flex-direction: column;
}

.taptoco-review-customer-name {
    font-weight: 500;
    font-size: 15px;
    color: #222;
}

.taptoco-review-verified {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #555;
}

.taptoco-review-content {
    flex-grow: 1;
}

.taptoco-review-stars {
    position: relative;
    display: inline-flex;
    gap: 4px;
    font-size: 20px;
    color: #e0e0e0; /* Arka plan (boş) yıldız rengi: Gri */
    margin-bottom: 8px;
}

.taptoco-review-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    gap: 4px;
    color: #FFC107; /* Dolu yıldız rengi: Sarı */
    overflow: hidden;
    white-space: nowrap;
}

.taptoco-review-text {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.taptoco-review-date {
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    margin-left: auto;
}

/* --- Styles for Review / ReviewRow --- */

.ttc-comment-row {
  display: flex;
  align-items: center;
  height:24px;
  margin-bottom: 8px;
  cursor: pointer;
}
  .ttc-comment-row .ttc-comment-row-stars {
    display: flex;
    align-items: center;
    margin-right: 8px;
    position:relative;
    color:#95a5a6;
    font-size: 24px;
}
    .ttc-comment-row .ttc-comment-row-count {
    font-weight: 600;
}

.ttc-comment-row .ttc-comment-row-stars >  .ttc-comment-row-star-fill {
    position: absolute;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #f1c40f;
}

/* --- Styles for Review / ReviewBottom --- */
.ttc-review-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    gap: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.ttc-review-pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 0.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151;
    background-color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.ttc-review-pagination li svg {
    width: 22px;
    height: 22px;
}

.ttc-review-pagination li:not(.disabled):not(.current):hover {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
}

.ttc-review-pagination li.current {
    background-color: #28a745;
    border-color: #28a745;
    color: #ffffff;
    font-weight: 700;
    cursor: default;
}

.ttc-review-pagination li.disabled {
    background-color: #f9fafb;
    color: #d1d5db;
    border-color: #f3f4f6;
    cursor: not-allowed;
}


/* --- Styles for Review / ReviewTop --- */

.ttc-top {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 550px;
    margin: 40px auto;
    padding: 20px;
    color: #4a4a4a;
}

.ttc-top-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.ttc-top-left-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
}

.ttc-top-left-stars {
    position: relative;
    display: inline-flex;
    font-size: 24px;
    color: #d8d8d8;
}

.ttc-top-left-stars-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    color: rgb(112, 196, 111);
    white-space: nowrap;
}

.ttc-top-left-count {
    font-size: 14px;
    color: #6a6a6a;
}

.ttc-top-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ttc-top-right-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ttc-top-right-item-label {
    font-size: 14px;
    width: 35px; 
    flex-shrink: 0;
    text-align: right;
    color: #6a6a6a;
}

.ttc-top-right-item-percent {
    flex-grow: 1;
    background-color: #f1f1f1; 
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
}

.ttc-top-right-item-percent-item {
    height: 100%;
    background-color: rgb(112, 196, 111);;
    border-radius: 4px;
}

.ttc-top-right-item-text {
    font-size: 14px;
    min-width: 30px; 
    text-align: right;
    color: #6a6a6a;
}

/* --- Styles for Question / QuestionBox --- */
.ttc-comment-box {
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 30px;
}

.ttc-comment-box .ttc-comment-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ttc-comment-box .ttc-comment-box-title .ttc-comment-box-info {
    display: flex;
    align-items: center;
}

.ttc-comment-box .ttc-comment-box-title .ttc-comment-box-info .ttc-comment-box-stars {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.ttc-comment-box .ttc-comment-box-title .ttc-comment-box-info .ttc-comment-box-stars > .ttc-comment-box-star-item {
    filter: grayscale(1);
}

.ttc-comment-box .ttc-comment-box-title .ttc-comment-box-info .ttc-comment-box-stars .ttc-comment-box-star-fill {
    position: absolute;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ttc-comment-box .ttc-comment-box-title .ttc-comment-box-info .ttc-comment-box-name {
    font-size: 14px;
    font-weight: 700;
    margin-right: 12px;
}

.ttc-comment-box .ttx-comment-box-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}

.ttc-comment-box .ttc-comment-box-title .ttc-comment-box-info .ttc-comment-box-badge {
    background-color: #bbdcc4;
    color: green;
    padding: 0 10px;
    line-height: 25px;
    border-radius: 20px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.ttc-comment-box .ttc-comment-box-title .ttc-comment-box-date {
    color: #333333;
    font-weight: 800;
    font-size: 14px;
}

.ttc-comment-box .ttx-comment-box-content .ttc-comment-box-content-title {
    font-size: 24px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 16px;
}

.ttc-comment-box .ttx-comment-box-content .ttc-comment-box-content-desc {
    color: #333333;
    font-size: 18px;
}

/* --- Styles for Question / QuestionTop --- */
ul.ttc-tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.ttc-tabs li {
    border-bottom: solid 3px transparent;
    margin-right: 12px;
    height: 32px;
    display: flex;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}

ul.ttc-tabs li.active, ul.ttc-tabs li:hover {
    transition: all .3s;
    border-color: #000;
}

/* --- Styles for Question / QuestionRow --- */

.ttc-question-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height:24px;
}
.ttc-question-row .ttc-question-row-count {
    font-weight: 500;
}


