.pod {
    background-color: #fff;
    padding: 10px 10px 5px;
}

    .pod .img-holder {
        border: 1px solid #eee;
        padding: 5px;
        position: relative;
    }

        .pod .img-holder .ribbon {
            background-color: #1d1d1d;
            color: #fff;
            position: absolute;
            top: 0;
            left: auto;
            right: 5px;
            z-index: 10;
            border-radius: 0 0 5px 5px;
            padding: 3px 6px;
            font-family: textsb;
            display: inline-block;
            font-size: 10px;
        }

            .pod .img-holder .ribbon.r-new {
                background-color: #46ad4a;
            }

            .pod .img-holder .ribbon.r-soon {
                background-color: #2196f3;
            }

            .pod .img-holder .ribbon.r-ofstock {
                background-color: #d32f2f;
            }

        .pod .img-holder a {
            display: block;
            position: relative;
            padding-top: 100%;
            width: 100%;
        }

            .pod .img-holder a img {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                object-fit: contain;
                object-position: center;
                transition: 0.1s linear;
            }

@media (min-width: 768px) {
    .pod .img-holder a img {
        height: auto;
        max-width: 197px;
    }
}

@media (min-width: 992px) {
    .pod .img-holder a img {
        height: auto;
        max-width: 230px;
    }
}

@media (min-width: 1025px) {
    .pod .img-holder a img {
        height: auto;
        max-width: 166px;
    }
}

@media (min-width: 1200px) {
    .pod .img-holder a img {
        height: auto;
        max-width: 210px;
    }
}

@media (min-width: 1400px) {
    .pod .img-holder a img {
        height: auto;
        max-width: 250px;
    }
}

.pod .img-holder a span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff !important;
    color: #333;
    padding: 6px 8px 5px;
    border-radius: 3px;
    transition: 0.1s linear;
    font-family: textsb;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    opacity: 0;
}

@media (max-width: 576px) {
    .pod .img-holder a span {
        display: none !important;
    }
}

.pod .img-holder a span i {
    margin-right: 5px;
}

.pod .img-holder a span:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.pod .text {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0 0 10px;
    position: relative;
}

    .pod .text h4 {
        font-size: 14px !important;
        font-family: textbold !important;
        margin: 0 !important;
        color: #111 !important;
        background: transparent !important;
        background-color: #f5f5f5 !important;
        padding: 0 !important;
        min-height: 35px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 576px) {
    .pod .text h4 {
        font-size: 12px;
        letter-spacing: 0.1px;
    }
}

.pod .text h4 a {
    font-size: 14px;
    font-family: textbold;
    margin: 0;
    color: #111;
    text-align: center;
    display: block;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .pod .text h4 a {
        font-size: 12px;
        letter-spacing: 0.1px;
    }
}

.pod .text .s-rate {
    font-size: 15px;
}

.pod .text .frow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}

@media (max-width: 420px) {
    .pod .text .frow {
        flex-direction: column;
    }
}

.pod .text .frow p {
    font-size: 12px;
    font-family: medium;
    margin: 0 !important;
}

.pod .text .frow ul {
    margin: 0 !important;
    display: inline-flex;
}

    .pod .text .frow ul li {
        font-size: 11px;
        line-height: 12px;
        color: rgb(255, 192, 17);
    }

        .pod .text .frow ul li ~ li {
            margin-left: 0;
        }

.pod .text .p-info {
    text-align: left;
    font-family: text;
    font-size: 13px;
    margin-bottom: 10px;
    overflow: hidden;
}

@media (max-width: 576px) {
    .pod .text .p-info {
        text-align: center;
        font-size: 11px;
        display: none;
    }

        .pod .text .p-info .btn {
            width: 100%;
            margin-top: 5px;
        }
}

.pod .text .btn {
    border: 1px solid #ddd;
    color: #666;
    font-family: textsb;
    font-size: 12px;
    padding: 5px 0;
    white-space: nowrap;
    flex-grow: 1;
    border-radius: 50px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .pod .text .btn {
        font-family: textbold;
        font-size: 11px;
        padding: 5px 8px;
    }
}

@media (max-width: 576px) {
    .pod .text .btn {
        width: 100%;
    }
}

.pod .text .btn i {
    margin-right: 3px;
}

.pod .text .btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.pod:hover .img-holder a span {
    top: 50%;
    opacity: 1;
}

.pod:hover .img-holder img {
    filter: blur(1px);
    opacity: 0.5;
}

.pod .text a.btn,
.slot .text a.btn {
    border: 1px solid #ddd;
    color: #666;
    font-family: textsb;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 50px;
    text-transform: uppercase;
}

    .pod .text a.btn:hover,
    .slot .text a.btn:hover {
        background-color: #333;
        color: #fff;
        border-color: #333;
    }

.pod .text .p-info {
    height: 57px;
}

.pod .text .btn {
    white-space: nowrap;
    flex-grow: 1;
    padding: 5px 0 !important;
}

.pod .text .d-flex {
    gap: 7px;
}

.pod .img-holder .ribbon {
    background-color: #1d1d1d;
    color: #fff;
    position: absolute;
    top: 0px;
    left: auto;
    right: 5px;
    z-index: 10;
    border-radius: 0px 0px 5px 5px;
    padding: 3px 6px;
    font-family: textsb;
    display: inline-block;
    font-size: 10px;
}

    .pod .img-holder .ribbon.r-pre {
        background-color: #2196f3;
    }

@media (max-width: 576px) {
    .pod .text .d-flex {
        gap: 3px;
        flex-direction: column;
    }
}

.panel {
    background-color: #fff;
    padding: 20px 25px;
    height: 100%;
}

    .panel .text-center {
        font-size: 14px;
        margin-bottom: 10px;
    }

        .panel .text-center a {
            color: #555;
            font-family: textbold;
        }

            .panel .text-center a:hover {
                color: #00c3ff;
            }

    .panel .pod {
        padding: 10px 0 5px;
    }

    .panel h4 {
        font-size: 18px;
        text-align: center;
        position: relative;
        background: #f6f6f6;
        margin: -19px -24px 20px;
        padding: 12px 10px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

        .panel h4 .h-icon {
            position: relative;
            display: inline-block;
            width: 100%;
        }

            .panel h4 .h-icon img {
                height: 24px;
                opacity: 0.2;
            }

            .panel h4 .h-icon::after {
                content: "";
                height: 1px;
                width: 40px;
                background-color: #dadada;
                left: calc(50% + 20px);
                position: absolute;
                top: 55%;
            }

            .panel h4 .h-icon::before {
                content: "";
                height: 1px;
                width: 40px;
                background-color: #dadada;
                right: calc(50% + 20px);
                position: absolute;
                top: 55%;
            }

    .panel .vall {
        border-top: 1px solid #eee;
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 15px;
    }

        .panel .vall a {
            display: inline-block;
            font-family: textbold;
            font-size: 14px;
            text-transform: uppercase;
            color: #333;
        }

            .panel .vall a:hover {
                color: #00c3ff;
            }

.my-account {
    padding: 60px 0;
}

    .my-account h2 {
        margin: 0;
        font-size: 20px;
        padding: 0 0 10px;
        text-transform: uppercase;
        font-family: bold;
    }

    .my-account .profile {
        background: #fff;
        border: 1px solid #ddd;
    }

    .my-account .sticked {
        padding: 20px 20px 10px;
    }

    .my-account .p-sidebar {
        height: 100%;
        border-right: 1px solid #ddd;
    }

@media (max-width: 576px) {
    .my-account .p-sidebar {
        border-right: none !important;
        border-bottom: 1px solid #ddd;
    }
}

.my-account .p-sidebar .img-holder {
    height: 120px;
    width: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 0 auto 15px;
    top: 17px;
}

@media (max-width: 576px) {
    .my-account .p-sidebar .img-holder {
        height: 80px;
        width: 80px;
    }
}

.my-account .p-sidebar .img-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.my-account .p-sidebar ul {
    border: none;
    border-radius: 0;
}

    .my-account .p-sidebar ul li {
        border: none !important;
        padding: 0;
    }

        .my-account .p-sidebar ul li a {
            padding: 10px 0;
            font-family: textsb;
            display: inline-flex;
            align-items: center;
            width: 100%;
            color: #000;
            font-size: 12px;
            text-transform: uppercase;
        }

            .my-account .p-sidebar ul li a i {
                font-size: 16px;
                min-width: 24px;
            }

            .my-account .p-sidebar ul li a:hover {
                color: #00c3ff;
            }

@media (max-width: 991px) {
    .my-account .p-sidebar h2 {
        position: absolute;
        top: 10px;
        left: 10px;
        text-transform: capitalize;
        font-family: textsb;
        font-size: 13px;
        padding: 4px 7px;
        background-color: #8f0002;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        user-select: none;
    }

    .my-account .p-sidebar ul {
        position: absolute;
        background-color: #fff;
        z-index: 10;
        top: 50px;
        left: 10px;
        padding: 7px 15px;
        border-radius: 5px;
        box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.35);
        visibility: hidden;
        opacity: 0;
        transition: 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

        .my-account .p-sidebar ul.on {
            visibility: visible;
            opacity: 1;
            top: 40px;
        }
}

.my-account .premium-user {
    height: 29px;
    width: auto;
    margin-top: -19px;
}

.my-account .profile-detail {
    padding: 20px 20px 0;
}

    .my-account .profile-detail .primary-info {
        width: 100%;
        border: none;
        margin-top: -5px;
        width: 100%;
    }

        .my-account .profile-detail .primary-info tr:first-child td {
            font-size: 17px;
            font-family: regular;
        }

        .my-account .profile-detail .primary-info tr th {
            font-family: textbold;
        }

@media (max-width: 576px) {
    .my-account .profile-detail .primary-info tr th {
        width: 100px !important;
    }
}

.my-account .profile-detail .primary-info tr td,
.my-account .profile-detail .primary-info tr th {
    border: none;
    padding: 5px;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 576px) {
    .my-account .profile-detail .primary-info tr td,
    .my-account .profile-detail .primary-info tr th {
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }
}

.my-account .profile-detail .primary-info tr:last-child th,
.my-account .profile-detail .primary-info tr:last-child td {
    border-bottom: none !important;
}

.my-account .profile-detail .table {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border: none !important;
}

    .my-account .profile-detail .table thead tr {
        background-color: #f1f1f1 !important;
    }

        .my-account .profile-detail .table thead tr th {
            font-family: textbold;
            font-size: 14px;
            border: 1px solid #eee !important;
            text-align: left;
        }

    .my-account .profile-detail .table tbody th,
    .my-account .profile-detail .table tbody td {
        border-bottom: 1px solid #eee !important;
    }

    .my-account .profile-detail .table tbody tr:last-child th,
    .my-account .profile-detail .table tbody tr:last-child td {
        border-bottom: none !important;
    }

    .my-account .profile-detail .table td,
    .my-account .profile-detail .table th {
        padding: 10px;
        width: 50%;
        border: none !important;
        font-size: 12px;
    }

    .my-account .profile-detail .table td {
        vertical-align: middle;
        text-align: left;
    }

        .my-account .profile-detail .table td p {
            margin: 0;
        }

        .my-account .profile-detail .table td a {
            font-size: 12px;
            font-family: text;
            white-space: nowrap;
            display: inline-block;
            margin-left: 5px;
            font-family: textsb;
            color: #000;
            display: block;
        }

            .my-account .profile-detail .table td a:hover {
                text-decoration: underline !important;
            }

        .my-account .profile-detail .table td .btn {
            margin: 10px auto 0 0;
            border-radius: 0;
            padding: 4px 10px;
            font-size: 12px;
        }

.my-account .profile-detail ul li {
    display: block;
    font-family: textsb;
    font-size: 14px;
}

.my-account .points {
    height: 100%;
    border-left: 1px solid #ddd;
}

    .my-account .points table {
        border-bottom: none;
        margin-bottom: 0;
    }

        .my-account .points table tr td,
        .my-account .points table tr th {
            padding: 10px 0;
            font-size: 12px;
        }

            .my-account .points table tr td:last-child,
            .my-account .points table tr th:last-child {
                text-align: right;
            }

.table-hover tbody tr:hover {
    background-color: #f7f7f7 !important;
}

.player-profile {
    padding: 60px 0;
}

    .player-profile .pp-panel {
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .player-profile .player-display {
        display: flex;
        align-items: flex-start;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap;
    }

        .player-profile .player-display .img-holder {
            width: 18%;
            min-width: 18%;
            height: 220px;
            position: relative;
            overflow: hidden;
            border-radius: 3px;
            margin-right: 1%;
        }

@media (max-width: 1199px) {
    .player-profile .player-display .img-holder {
        width: 25%;
        height: 210px;
        margin-right: 2%;
    }
}

@media (max-width: 767px) {
    .player-profile .player-display .img-holder {
        width: 37%;
        margin-right: 3%;
        height: 180px;
    }
}

.player-profile .player-display .img-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.player-profile .player-display .ranks {
    width: 20%;
}

@media (max-width: 1199px) {
    .player-profile .player-display .ranks {
        width: 38%;
    }
}

@media (max-width: 767px) {
    .player-profile .player-display .ranks {
        width: 60%;
    }
}

.player-profile .player-display .rank-box {
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
    border-top: 1px solid #ddd;
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 10px 15px;
}

    .player-profile .player-display .rank-box ~ .rank-box {
        margin-top: 10px;
    }

    .player-profile .player-display .rank-box h3 {
        font-size: 22px;
        font-family: textbold;
        margin: 0;
    }

@media (max-width: 767px) {
    .player-profile .player-display .rank-box h3 {
        font-size: 16px;
    }
}

.player-profile .player-display .rank-box h6 {
    font-size: 12px;
    font-family: textsb;
    margin: 10px 0 5px;
    text-transform: uppercase;
    color: #7b7b7b;
}

@media (max-width: 767px) {
    .player-profile .player-display .rank-box h6 {
        font-size: 10px;
        margin: 5px 0 3px;
    }
}

.player-profile .player-display .rank-box a {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    font-family: regular;
    line-height: 20px;
    color: #333;
}

@media (max-width: 767px) {
    .player-profile .player-display .rank-box a {
        font-size: 14px;
        line-height: 20px;
    }
}

.player-profile .player-display .rank-box a img {
    height: 15px;
    margin-right: 5px;
    opacity: 0.5;
    transition: 0.1s linear;
}

.player-profile .player-display .rank-box a:hover img {
    opacity: 1;
    transform: scale(1.2);
}

.player-profile .player-display .ratingz {
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
    border-top: 1px solid #ddd;
    margin: 0 1%;
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 0 15px;
    width: 20%;
}

@media (max-width: 1199px) {
    .player-profile .player-display .ratingz {
        width: 33%;
        margin: 0 0 0 2%;
    }
}

@media (max-width: 767px) {
    .player-profile .player-display .ratingz {
        width: 100%;
        margin: 15px 0 0;
    }
}

.player-profile .player-display .ratingz .rating-box {
    padding: 15px 0;
    width: 100%;
}

    .player-profile .player-display .ratingz .rating-box ~ .rating-box {
        border-top: 1px solid #ddd;
    }

    .player-profile .player-display .ratingz .rating-box h6 {
        font-size: 12px;
        font-family: textsb;
        margin: 0 0 6px;
        text-transform: uppercase;
        color: #7b7b7b;
    }

    .player-profile .player-display .ratingz .rating-box ul {
        margin: 0 0 6px;
    }

        .player-profile .player-display .ratingz .rating-box ul li {
            color: rgb(255, 217, 0);
            text-shadow: 0 1px 0.9px orange;
        }

    .player-profile .player-display .ratingz .rating-box span {
        font-size: 12px;
        display: inline-flex;
        align-items: center;
        font-family: textsb;
        color: #333;
    }

.player-profile .player-display .score-board {
    width: 39%;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .player-profile .player-display .score-board {
        width: 100%;
        margin-top: 15px;
    }
}

.player-profile .player-links {
    padding: 15px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .player-profile .player-links {
        flex-direction: column;
    }
}

.player-profile .player-links .btns {
    display: inline-flex;
}

@media (max-width: 767px) {
    .player-profile .player-links .btns .btn {
        margin: 0 5px 15px;
    }
}

.player-profile .player-links .btn {
    margin: 0 10px 0 0 !important;
    border-radius: 20px !important;
    color: #fff !important;
    font-family: "textbold";
    font-size: 11px;
    padding: 9px 30px !important;
    text-transform: uppercase;
}

.player-profile .player-links .btn-primary {
    background-color: #0083ff;
    border-color: #0083ff;
}

    .player-profile .player-links .btn-primary:hover {
        background-color: #006bd1;
        border-color: #006bd1;
    }

.player-profile .player-links .share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .player-profile .player-links .share p {
        margin-right: 20px;
        margin-bottom: 0;
        font-family: "textbold";
        font-size: 12px;
    }

    .player-profile .player-links .share ul li {
        display: inline-block;
    }

        .player-profile .player-links .share ul li ~ li {
            margin-left: 5px;
        }

        .player-profile .player-links .share ul li a img {
            max-width: 28px;
        }

.player-profile .p-slide .pod .date-bolt {
    font-size: 12px;
    font-family: text;
    background-color: #1d1d1d;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 100;
}

.player-profile h4 {
    background-color: #1d1d1d;
    color: #fff;
    font-family: textsb !important;
    font-size: 14px;
    margin: 0;
    padding: 6px 10px;
}

.player-profile .tab-pane {
    padding: 0 20px 20px;
}

.player-profile .table {
    border: 1px solid #eee !important;
    margin: 0;
}

    .player-profile .table ~ .table {
        margin-top: 15px !important;
    }

        .player-profile .table ~ .table td {
            width: 50%;
        }

            .player-profile .table ~ .table td:last-child {
                text-align: center;
            }

    .player-profile .table thead th {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 6px 5px;
        background-color: #eee;
        font-size: 12px;
    }

        .player-profile .table thead th:last-child {
            text-align: left;
        }

    .player-profile .table .btn {
        margin: 10px auto 0 0;
        border-radius: 0;
        padding: 4px 10px;
        font-size: 12px;
    }

    .player-profile .table tbody th,
    .player-profile .table tbody td {
        padding: 6px 5px;
        font-size: 12px;
        border-bottom: 1px solid #eee;
    }

        .player-profile .table tbody th:last-child,
        .player-profile .table tbody td:last-child {
            text-align: left;
        }

        .player-profile .table tbody th a,
        .player-profile .table tbody td a {
            font-family: textsb;
            color: #111;
        }

.player-profile .reviews .grid-box {
    padding-top: 20px !important;
}

.player-profile .reviews .single-review {
    padding: 0 !important;
    overflow: hidden;
}

    .player-profile .reviews .single-review:hover {
        box-shadow: none !important;
        border-radius: 10px !important;
    }

    .player-profile .reviews .single-review a {
        padding: 20px !important;
        display: inline-block;
        width: 100%;
    }

        .player-profile .reviews .single-review a:hover {
            background-color: #edf6ff;
        }

    .player-profile .reviews .single-review .flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .player-profile .reviews .single-review .flex-box .name,
        .player-profile .reviews .single-review .flex-box p {
            margin: 0 !important;
        }

.player-listing {
    padding: 0 0 50px;
}

.reviews {
    margin-top: 30px;
}

    .reviews h1 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .reviews .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

        .reviews .row > div {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

    .reviews label {
        font-family: textbold;
        font-size: 14px;
    }

    .reviews .form-control {
        border-radius: 0;
        background-color: #fff;
        font-family: text;
        font-size: 14px;
        border: 1px solid #ddd;
        min-height: 40px;
    }

        .reviews .form-control option {
            font-family: text;
        }

    .reviews .reviews-list {
        position: relative;
        column-count: 2;
        column-gap: 30px;
    }

@media (max-width: 991px) {
    .reviews .reviews-list {
        column-count: 1;
    }
}

.reviews .add-review {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
}

    .reviews .add-review a {
        display: inline-block;
        font-family: textbold;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 50px;
        padding: 10px 35px;
        border: 2px solid #333;
        color: #333;
        transition: 0.15s linear;
    }

        .reviews .add-review a:hover {
            color: #00c3ff;
            background-color: #333;
            color: #fff;
        }

.single-review {
    background-color: #fff;
    padding: 0 20px 20px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

    .single-review .jq-ry-container {
        display: inline-block !important;
        margin: 0 auto !important;
    }

    .single-review .fa-star {
        color: rgb(255, 208, 0);
    }

    .single-review .img-holder {
        width: 80px;
        min-width: 80px;
        height: 80px;
        border-radius: 100%;
        position: relative;
        border: 1px solid #ddd;
        overflow: hidden;
        margin: 0 auto;
        display: block;
        border: 5px solid #fff;
    }

        .single-review .img-holder img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center;
        }

    .single-review .capsule {
        background-color: #eee;
        border: 1px solid #ddd;
        color: #111;
        font-family: textsb;
        font-size: 12px;
        padding: 3px 8px;
        border-radius: 15px;
        display: inline-block;
        margin-bottom: 5px;
    }

        .single-review .capsule:hover {
            border: 1px solid #aaa;
        }

        .single-review .capsule:active {
            transform: scale(0.98);
        }

    .single-review .name {
        font-family: text;
        font-size: 18px;
        color: #111;
        display: block;
        margin-bottom: 5px;
    }

    .single-review .badge-dark {
        font-family: text;
        font-weight: 300;
    }

    .single-review .date {
        margin: 5px 0 0 !important;
        font-size: 12px;
    }

    .single-review .r-text {
        font-size: 13px;
        color: #999;
        margin: 10px 0 0;
    }

    .single-review .center-box {
        display: block;
        margin: -40px auto 0;
        width: auto;
        text-align: center;
    }

.editscore .modal-body h1 {
    font-family: textbold;
    font-size: 20px;
    margin: 10px 0 15px;
}

.editscore .modal-body .form-control {
    width: 100% !important;
}

.editscore .modal-body .input-group {
    flex-wrap: nowrap;
}

    .editscore .modal-body .input-group .btn {
        min-width: 0;
        margin: 0;
        padding: 0 10px;
        border-radius: 0 3px 3px 0;
        font-size: 13px;
    }

.editscore .btn-default {
    padding: 7px 0;
    width: 100%;
    margin: 0;
    font-size: 12px;
    font-family: "textbold";
}

.editscore table {
    margin-top: 20px;
}

    .editscore table thead tr th {
        padding: 10px 5px !important;
        background-color: #f1f1f1;
    }

        .editscore table thead tr th:last-child {
            text-align: left;
            width: 110px;
        }

    .editscore table .text-right {
        font-family: textbold;
    }

    .editscore table tr td {
        padding: 5px !important;
        vertical-align: middle;
    }

        .editscore table tr td:first-child {
            font-family: textbold;
            text-align: center;
        }

.modal-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}

    .modal-actions .btn {
        margin: 0 5px !important;
        font-family: textbold;
        padding: 10px !important;
        height: auto;
        min-height: 0;
        font-size: 11px;
        min-width: 140px;
        width: auto;
    }

.canvas-wrapper {
    position: relative;
}

    .canvas-wrapper::after {
        content: "";
        position: absolute;
        background: #ffffff;
        height: 11px;
        width: 60px;
        bottom: 3px;
        left: 0;
    }

.myFavorite .redirect {
    font-family: textbold;
    font-size: 13px;
    background-color: #007834;
    color: #fff;
    padding: 4px 12px;
}

    .myFavorite .redirect:hover {
        color: #fff;
    }

    .myFavorite .redirect:active {
        transform: scale(0.97);
    }

.addItem {
    font-family: textbold;
    font-size: 13px;
    background-color: #8f0002;
    color: #fff;
    padding: 4px 12px;
}

    .addItem:hover {
        color: #fff;
    }

    .addItem:active {
        transform: scale(0.97);
    }

.myFavorite h3 {
    font-size: 16px;
    color: rgb(156, 0, 0);
    text-transform: uppercase;
    font-family: textbold;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 5px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.myFavorite .table tr:first-child td,
.myFavorite .table tr:first-child th {
    border-top: none;
}

.myFavorite .table tr td:first-child,
.myFavorite .table tr th:first-child {
    padding-left: 0;
}

.myFavorite .table thead tr {
    position: relative;
}

    .myFavorite .table thead tr::before {
        position: absolute;
        content: "";
    }

    .myFavorite .table thead tr th {
        color: #9c0000;
        text-transform: uppercase;
        font-family: textbold;
    }

.myFavorite .table tbody {
    position: relative;
}

    .myFavorite .table tbody .noDisc {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        position: absolute;
        font-size: 14px;
        font-family: textbold;
        text-transform: uppercase;
        color: #000;
        z-index: 10;
    }

    .myFavorite .table tbody .aligner {
        opacity: 0;
    }

    .myFavorite .table tbody tr {
        position: relative;
    }

        .myFavorite .table tbody tr::before {
            position: absolute;
            content: "";
            left: -10px;
            width: 2px;
            background-color: #8f0002;
            height: 100%;
            opacity: 0;
            background-color: #8f0002;
        }

        .myFavorite .table tbody tr:hover th {
            color: #8f0002;
        }

            .myFavorite .table tbody tr:hover th a {
                color: #8f0002;
            }

        .myFavorite .table tbody tr:hover::before {
            opacity: 1;
        }

.myFavorite .table th {
    padding-left: 0;
}

.myFavorite .table th {
    font-size: 14px;
    font-family: textbold;
    text-transform: uppercase;
    color: #000;
}

    .myFavorite .table th a {
        color: #000;
    }

.myFavorite .table td {
    font-size: 12px;
    font-family: textsb;
    color: #000;
    text-transform: uppercase;
}

.myFavorite .table td,
.myFavorite .table th {
    padding: 7px;
    vertical-align: middle;
}

.myFavorite .table .itemActions {
    padding-right: 0;
}

    .myFavorite .table .itemActions .d-flex {
        justify-content: flex-end;
        gap: 5px;
    }

.myFavorite .table .itemAction {
    height: 25px;
    width: 25px;
    border: 1px solid transparent;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 13px;
    position: relative;
}

    .myFavorite .table .itemAction.edit {
        border-color: #0065d2;
        color: #0065d2;
        font-size: 12px;
    }

        .myFavorite .table .itemAction.edit:hover {
            background-color: #0065d2;
            color: #fff;
        }

    .myFavorite .table .itemAction.remove {
        border-color: #af0000;
        color: #af0000;
    }

        .myFavorite .table .itemAction.remove:hover {
            background-color: #af0000;
            color: #fff;
        }

    .myFavorite .table .itemAction.notify {
        border: none;
    }

        .myFavorite .table .itemAction.notify .fa-bell {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #cd8c00;
            color: #cd8c00;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            border-radius: 50%;
        }

        .myFavorite .table .itemAction.notify input {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 5;
            opacity: 0;
            cursor: pointer;
        }

.myFavorite .table .notify .fas {
    display: none !important;
}

.myFavorite .table .notify input:checked ~ .fas {
    display: inline-flex !important;
    background-color: #efa400;
    border-color: #efa400;
    color: #fff !important;
}

.myFavorite .table .notify input:checked ~ .far {
    display: none !important;
}

.myFavorite .table tbody tr > *:nth-child(1) {
    width: 38%;
}

.myFavorite .table tbody tr > *:nth-child(2) {
    width: 28%;
}

.myFavorite .table tbody tr > *:nth-child(3) {
    width: 12%;
}

.myFavorite .table tbody tr > *:nth-child(4) {
    width: 12%;
}

.myFavorite .table tbody tr > *:nth-child(5) {
    width: 10%;
}

.myFavorite .table .pickedColors {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 60px;
    font-family: textsb;
}

    .myFavorite .table .pickedColors .colorDot {
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 50%;
        transform: scale(1);
        position: relative;
    }

        .myFavorite .table .pickedColors .colorDot:hover {
            z-index: 1;
            transform: scale(2);
            cursor: none;
        }

        .myFavorite .table .pickedColors .colorDot.black {
            background-color: #000;
        }

        .myFavorite .table .pickedColors .colorDot.blue {
            background-color: #0000FF;
        }

        .myFavorite .table .pickedColors .colorDot.blue-black {
            background-color: #00008B;
        }

        .myFavorite .table .pickedColors .colorDot.blue-gray {
            background-color: #6699CC;
        }

        .myFavorite .table .pickedColors .colorDot.blue-green {
            background-color: #0D98BA;
        }

        .myFavorite .table .pickedColors .colorDot.blue-pink {
            background-color: #b5a3c5;
        }

        .myFavorite .table .pickedColors .colorDot.blue-purple {
            background-color: #5729ce;
        }

        .myFavorite .table .pickedColors .colorDot.brown {
            background-color: #964B00;
        }

        .myFavorite .table .pickedColors .colorDot.camo {
            background-color: #68703a;
        }

        .myFavorite .table .pickedColors .colorDot.clear {
            background: linear-gradient(156deg, #adbad1, #c8d1de);
        }

        .myFavorite .table .pickedColors .colorDot.colors-vary {
            background: conic-gradient(#d8b6c6, #cfeca3, #dde4c2, #aebf48, #d8b6c6, #cfeca3, #dde4c2, #aebf48, #d8b6c6, #cfeca3, #dde4c2, #aebf48, #d8b6c6);
        }

        .myFavorite .table .pickedColors .colorDot.copper {
            background-color: #B87333;
        }

        .myFavorite .table .pickedColors .colorDot.dyed-or-multicolor {
            background-image: url("/Resources/assets/images/dyedBg.png");
            background-size: cover;
            background-position: center;
        }

        .myFavorite .table .pickedColors .colorDot.glow {
            background-image: radial-gradient(#ffffff 10%, #ffffab);
        }

        .myFavorite .table .pickedColors .colorDot.color-glow {
            background-image: radial-gradient(#ffffff 10%, #abfff5);
        }

        .myFavorite .table .pickedColors .colorDot.gold {
            background-color: #FFD700;
        }

        .myFavorite .table .pickedColors .colorDot.gray {
            background-color: #808080;
        }

        .myFavorite .table .pickedColors .colorDot.green {
            background-color: #008113;
        }

        .myFavorite .table .pickedColors .colorDot.light-blue {
            background-color: #008113;
        }

        .myFavorite .table .pickedColors .colorDot.maroon {
            background-color: #ADD8E6;
        }

        .myFavorite .table .pickedColors .colorDot.mint {
            background-color: #80deb3;
        }

        .myFavorite .table .pickedColors .colorDot.multicolor {
            background-image: conic-gradient(#eb2929, #c70fc7, #4141ff, teal, #0fc8a6, #4ad176, #efff00, orange, #eb2929);
        }

        .myFavorite .table .pickedColors .colorDot.off-white {
            background-color: #00ff00;
        }

        .myFavorite .table .pickedColors .colorDot.orange {
            background-color: #FFA500;
        }

        .myFavorite .table .pickedColors .colorDot.orange-pink {
            background-color: #ff6f52;
        }

        .myFavorite .table .pickedColors .colorDot.pink {
            background-color: #FFC0CB;
        }

        .myFavorite .table .pickedColors .colorDot.purple {
            background-color: #800080;
        }

        .myFavorite .table .pickedColors .colorDot.purple-pink {
            background-color: #E03FD8;
        }

        .myFavorite .table .pickedColors .colorDot.red {
            background-color: #d20000;
        }

        .myFavorite .table .pickedColors .colorDot.red-orange {
            background-color: #ff5349;
        }

        .myFavorite .table .pickedColors .colorDot.red-pink {
            background-color: #fa2a55;
        }

        .myFavorite .table .pickedColors .colorDot.silver {
            background-color: #c0c0c0;
        }

        .myFavorite .table .pickedColors .colorDot.tan {
            background-color: #d2b48c;
        }

        .myFavorite .table .pickedColors .colorDot.white {
            background-color: #fff;
        }

        .myFavorite .table .pickedColors .colorDot.yellow {
            background-color: #ffdd00;
        }

        .myFavorite .table .pickedColors .colorDot.yellow-green {
            background-color: #9ACD32;
        }

        .myFavorite .table .pickedColors .colorDot.yellow-orange {
            background-color: #FFAE42;
        }

.modal .modal-dialog.align-items-center {
    align-items: center !important;
    height: 100%;
}

.modal .modal-body {
    padding: 10px 15px 15px;
}

    .modal .modal-body .form-group {
        margin-bottom: 5px;
    }

    .modal .modal-body label {
        font-size: 13px;
        font-family: textbold;
    }

        .modal .modal-body label span {
            color: #8f0002;
            font-family: textbold;
            font-size: 15px;
            line-height: 14px;
            display: inline-block;
            height: 10px;
            position: relative;
            top: 3px;
        }

    .modal .modal-body .form-control {
        width: 100% !important;
    }

.colorsDrop {
    position: relative;
    width: 100%;
}

    .colorsDrop span {
        display: block;
        width: 100%;
        border: 1px solid #ced4da;
        height: 35px;
        padding: 6px 12px;
        border-radius: 5px;
        font-family: text;
        font-size: 14px;
        background-image: url("/Resources/assets/images/down-arrow.png");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) center;
        cursor: pointer;
        user-select: none;
    }

        .colorsDrop span.open + .colorsList {
            display: block;
        }

    .colorsDrop .colorsList {
        position: absolute;
        background: #fff;
        border: 1px solid #ced4da;
        border-radius: 5px;
        padding: 5px 12px;
        top: calc(100% - 1px);
        width: 100%;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.231372549);
        z-index: 5;
        display: none;
        max-height: 160px;
        overflow-y: scroll;
    }

        .colorsDrop .colorsList .custom-checkbox {
            user-select: none;
        }

.modal-body.overflow-visible {
    overflow: visible;
}

.modal .modal-body .custom-checkbox label {
    font-family: "text";
    color: #495057;
}

.tooltip-inner {
    font-family: "textsb";
    font-size: 12px;
}
