.modal-title
{
    position: absolute;
    right: 20px;
    top: 10px;
}

.bootbox-close-button
{
    position: absolute;
    left: 20px;
    top: 10px;
}
.modal-header
{
    height: 50px;
}

.review_container {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 24px;
}
.review_title {
    font-weight: 700;
    margin-bottom: 12px;
    max-width: 300px;
    text-align: center;
    font-size: 14px;
}
.rating-wrapper
{
    display: flex;
    flex-direction: row-reverse;
    direction: rtl;
    -moz-box-pack: end;
    justify-content: flex-end;
}
.btnContainer
{
    display: flex;
    width: initial;
}
.cAebjD {
    display: inline-flex;
    -moz-box-flex: 1;
    flex-grow: 1;
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
    transition-property: background-color, border-color, color, transform;
    transition-delay: 0s, 0s, 0s, 0s;
    user-select: none !important;
    transition-timing-function: ease-out;
    transition-duration: 100ms;
    height: 46px;
    padding: 0px 40px;
    font-size: 16px;
    background-color: transparent;
    color: rgb(55, 71, 79);
}
.buttonClassName {
    padding: 0px;
    cursor: pointer;
}
.cAebjD::before {
    content: " ";
    opacity: 0;
}
.cAebjD::after {
    content: " ";
    opacity: 0;
}
.buttonClassName .showing-number {
    display: flex;
    flex-direction: column;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}
.kMXSMR
{
    font-size: 40px;
    color: rgb(255, 179, 0);
}
.jPazrx
{
    font-size: 40px;
    color: rgb(223, 223, 223);
}
.ifeThm {
    display: flex;
    width: initial;
    margin-top: 30px;
}
.hNrhJI {
    display: inline-flex;
    -moz-box-flex: 1;
    flex-grow: 1;
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
    transition-property: background-color, border-color, color, transform;
    transition-delay: 0s, 0s, 0s, 0s;
    user-select: none !important;
    transition-timing-function: ease-out;
    transition-duration: 100ms;
    height: 46px;
    padding: 0px 40px;
    font-size: 16px;
    background-color: rgb(0, 190, 67);
    color: rgb(255, 255, 255);
}
.rating-component.no {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    -moz-box-align: flex-end;
    align-items: flex-end;
    -moz-box-pack: flex-end;
    justify-content: flex-end;
}
