.cursor-pointer {
    cursor: pointer;
}

.ml-20-px {
    margin-left: 16px;
}

.rating__point__bar {
    width: 100%;
    max-width: 100%;
}

.text-embed {
    font-size: 12px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif !important;
}

.flex-start {
    display: flex;
    justify-content: start;
    align-items: center;
}

.flex-justify-content-center {
    display: flex;
    justify-content: center;
}

.dark-box {
    background: #222222;
    padding: 8px 7px;
    border-radius: 5px;
    color: #EEEEEE !important;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item__star .front-stars {
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 11;
    transition: all .5s;
}

.white-bg-share.box-1 .item__icon__star::before {
    color: #FF7C00;
}

.box-3 {
    width: 100%;
    max-width: 286px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}

.box-1 {
    width: 100%;
    max-width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
}

.box-2 {
    width: 100%;
    padding: 5px 7px !important;
}

.box-2.embed-box {
    height: 48px;
}

.box-2.embed-box.dark-box {
    max-width: 240px;
    padding: 5px 22px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-2.embed-box.white-bg-share{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box-2.embed-box.dark-box .item__star, .box-2.embed-box.white-bg-share .item__star{
    margin-left: 0  !important;
}
.box-2.embed-box.white-bg-share {
    max-width: 192px;
}

.box-2 .star-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.white-bg-share {
    padding: 8px 7px;
    border-radius: 5px;
}

.logo-share {
    height: 17px;
    width: auto;
}

.embed-box .icon-star_black.item__icon__star {
    font-size: 12px;
}

.item__star .item__icon__star {
    font-size: 1rem;
    color: #FF7C00;
    margin-right: 3px;
    line-height: 1;
}

.text-star-share {
    color: #053C5E;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
}
.color-053C5E{
    color: #053C5E !important;
}
.color-FF7C00 {
    color: #FF7C00 !important;
}

.icon-star_black:before {
    content: "\e92b";
}

.item__star .front-stars .item__icon__star {
    color: #FF7C00;
}

.item__star .back-stars {
    display: flex;
    color: #b5b5b5;
    position: relative;
}

/* .item__star .back-stars .item__icon__star {
    color: #FF7C00;;
} */



.embed-box .item__star {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.icon-white .front-stars .icon-star_black:before {
    color: #ffffff !important;
}

.back-stars {
    position: relative;
    display: flex;
}

.back-stars .item__icon__star {
    font-size: 16px;
    color: #555;
}

.front-stars {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.front-stars .item__icon__star {
    font-size: 16px;
    color: #FFB800;
}

.rating__point {
    display: flex;
    font-size: 12px;
    margin-left: 4px;
    font-weight: 300;
    line-height: 100%;
}

.color-FF7C00 {
    color: #FF7C00 !important;
}

.color-EEEEEE {
    color: #EEEEEE !important;
}

.color-4B4B4B {
    color: #4B4B4B;
}

.box-1.embed-box img,
.box-3.embed-box img {
    height: 17px;
    width: 65px;
}

.text-embed-base {
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 100% !important;
    font-family: 'Lexend', sans-serif !important;
}

.box-2.embed-box img {
    height: 19px;
    width: 72px;
}

.dark-box.embed-box .img-pc {
    display: inline-block;
}

.dark-box.embed-box .img-mobile {
    display: none;
}
.mg-top-box-1-text{
    margin-top: 2px;
}
.white-bg-share.embed-box .text-rating {
    color: #053C5E !important;
}
@media (max-width:480px) {
    .dark-box.embed-box .img-pc {
        display: none;
    }

    .embed-box {
        padding: 7px 5px !important;
    }

    .box-2.embed-box {
        max-width: 188px !important;
    }

    .box-2.embed-box.dark-box {
        padding: 8px 7px !important;
    }

    .dark-box.embed-box .img-mobile {
        display: inline-block;
    }

    .white-bg-share {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    /* .embed-box .icon-star_black.item__icon__star {
        color: #FF7C00 !important;
    } */

    .dark-box.embed-box .icon-star_black.item__icon__star {
        color: #FF7C00 !important;
    }

    .dark-box.embed-box .icon-white .icon-star_black:before {
        color: #FF7C00 !important;
    }
}