body {
    font-family: Arial, sans-serif;
    --tw-gradient-bg: #eef6ffdb, #f8efffcc, #f6e3eca3;
    background-image: linear-gradient(to right, var(--tw-gradient-bg));
}
 
p {
    margin: 0px;
    padding: 0px;
}

.d-none {
    display: none;
}

.sr-only {
    position: absolute;
    left: -99px;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* tránh text xuống dòng */
    border: 0;
}

.mg-r-5 {
    margin-right: 5px;
}

.mg-r-10 {
    margin-right: 10px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

html .mg-t-20 {
    margin-top: 20px;
}

html .mg-t-30 {
    margin-top: 30px;
}

.row-one {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="checkbox"] {
    appearance: none; /* clear checkbox */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #007BFF;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked {
    background-color: #007BFF;
    border-color: #0056b3;
}

input[type="checkbox"]::before {
    content: "✔"; /* Unicode checkmark */
    font-size: 18px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

input[type="radio"] {
    appearance: none; /* clear default */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #007BFF;
    border-radius: 50%; /* làm tròn */
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}

input[type="radio"]:checked {
    border-color: #0056b3;
    background-color: #007BFF;
}

input[type="radio"]::before {
    content: "";
    width: 12px;
    height: 12px;
    background: white; /* dấu chấm bên trong */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}

input[type="radio"]:checked::before {
    opacity: 1;
}


.navbar-brand {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    font-size: 25px;
}

.navbar-brand img {
    width: 50px;
}

.navbar-custom {
    background-color: #1b7e53;
    padding: 0px;
}

.navbar-custom .nav-link {
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}

.p-content {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.p-c-center {
    flex: 1 1 0%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 10px;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    //background-size: 100% auto;
}

body.fakefull {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

.p-c-container-bgtemp {
    --tw-gradient-bg-fu: #b7d7c6, #e6dded, #d3eaed;
    background-image: linear-gradient(to right, var(--tw-gradient-bg-fu));
}

#p-c-center.fakefull {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999 !important;
    padding: 10px;
    box-sizing: border-box;
    width: auto !important;
    height: auto !important;
}

.p-c-right {
    width: 500px;
    max-width: 100%;
    margin-left: 20px;
    position: relative;
}

.p-cr-wheel-custom {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 800px;
    box-shadow: 0 1px 3px #0003, 0 1px 1px #00000024, 0 2px 1px -1px #0000001f;
    border-radius: 8px;
    min-height: 90vh;
}

.p-c-right-btn-ex,
.p-c-right-btn-close
{
    position: absolute;
    top: -10px;
    font-size: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    padding: 5px;
    background-color: #80ba62;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.p-c-right-btn-ex {
    right: 30px;
}

.p-c-right-btn-ex:hover,
.p-c-right-btn-close:hover,
.w-c-wheel-zoom-btn:hover,
.p-footer-link a:hover
{
    opacity: 0.8;
}

.p-c-right-btn-ex.btn-expanded
{
    background-color: #5895c9;
}

.p-c-right-btn-close.btn-closed {
    background-color: #5895c9;
    width: initial;
}

.p-c-right-btn-close {
    right: -10px;
}

.p-c-right-btn-close-span {
    font-size: 1.1rem;
}

.p-crwc-tabs {
    font-family: 'Comic Neue', sans-serif;
    display: flex;
    background: #ddd;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.p-crwc-tab {
    padding: 10px 15px;
    background-color: #bbb;
    border-radius: 5px;
    transition: background 0.3s;
    cursor: pointer;
}

.p-crwc-tab.active {
    background-color: #626262;
    color: white;
}

.p-crwc-tab:hover{
    opacity: 0.8;
}

.p-crwc-sub-tabs {
    font-family: 'Comic Neue', sans-serif;
    display: none;
    padding: 10px;
    background: #f2f2f2;
    flex-wrap: wrap;
    gap: 10px;
}

.p-crwc-sub-tab {
    padding: 5px 15px;
    cursor: pointer;
    background: #dbdbdb;
    border-radius: 4px;
    display: inline-block;
    transition: background 0.3s;
}

.p-crwc-sub-tab:hover {
    opacity: 0.8;
} 

.p-crwc-sub-tab .fa-sync-alt,
.p-crwc-sub-tab .fa-pen-nib
{
    color: #1b7e53;
}

.p-crwc-sub-tab.active {
    background-color: #ccc;
}

.p-crwc-content,
.p-crwc-content-none
{
    flex: 1;
    display: none;
    padding: 10px;
    margin-top: 10px;
    //border-radius: 6px;
    //border: 1px solid #ccc;
    overflow: inherit;
    flex-direction: column;
    overflow-y: auto;
    position: relative;
}

.p-crwc-content.show,
.p-crwc-content-none.show
{
    display: flex;
}

.p-crwc-border,
.p-crwc-center,
.p-crwc-full-wheel
{
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
    overflow-y: auto;
}

.p-crwc-background {
    gap: 10px;
    overflow-y: auto;
}

.p-crwc-background-gird {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
    align-items: start;
    justify-content: center;
}

.p-crwc-background-item {
    min-height: 100px;
    cursor: pointer;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.p-crwc-content-all {
    flex: 1;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.p-crwc-editor
{
    height: 100%;
    box-shadow: inset 0 1px 2px #0a0a0a4d;
    padding: 10px;
    outline: none;
    white-space: pre-wrap;
    min-height: 100px;
    overflow-y: auto;
    flex: 1;
}

.p-crwc-txt-over-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(199, 199, 199, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    z-index: 10;
}

.p-crwc-txt-copy-btn {
    padding: 20px;
    background-color: #007bff;
    border-radius: 8px;
    cursor: pointer;
}

.p-crwc-txt-copy-btn .fa-solid {
    margin-right: 10px;
}

.p-crwc-edit-tool {
    font-family: 'Comic Neue', sans-serif;
    padding: 10px;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-radius: 6px;
}

.p-crwc-edit-tool-btn {
    min-width: 90px;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: none;
}

.p-crwc-edit-tool-btn.save {
    background-color: #007bff;
    color: #fff;
    margin-left: 30px;
}

.p-crwc-edit-tool-btn.cancel {
    background-color: #626262;
    color: #fff;
    margin-left: 20px;
}

.p-crwc-edit-tool-btn.save:hover,
.p-crwc-edit-tool-btn.cancel:hover 
{
    opacity: 0.8;
    transform: scale(1.05);
}

.ql-editor {
    line-height: inherit;
}

.ql-editor p { 
    margin-bottom: 2px; /* Khoảng cách giữa các dòng */
}

.ql-editor img {
    width: 75px;
}

.p-crwc-adv-mode {
    overflow-y: auto;
    height: 100%;
    padding: 10px;
}

.p-crwc-adv-mode-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.p-crwc-adv-mode-content {
    flex: 1 1 0%; 
    min-width: 0;
    height: 30px;
    border-radius: 6px;
    border-left: 8px solid rgba(255, 255, 255, 0.5);
    font-family: 'Comic Neue', sans-serif;
    text-align: left;
    vertical-align: middle;
    padding-right: 8px;
    font-size: 1.1rem;
}
        
.p-crwc-adv-mode-pn-tool {
    flex-shrink: 0; /* không co lại */
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 50%, 0.25);
    border-radius: 6px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #000;
}
        
.p-crwc-adv-mode-pn-tool i {
    font-size: 14px;
}

.p-crwc-adv-mode-pn-tool .input-hidden {
    position: absolute; 
    width:0;
    height: 0;
    left: -100px;
    bottom:0;
    opacity: 0;
}

.p-crwc-adv-mode-btn-alli {
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    align-content: center;
    margin: 10px 30px;
    min-height: 2.572em;
    background-color: #1b7e53;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.p-crwc-adv-mode-content:hover,
.p-crwc-adv-mode-btn-alli:hover {
    opacity: 0.8;
}

.p-crwc-adv-mode-pn-tool:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.125);
    transform: scale(1.125);
}

.btn-disable {
    background-color: #dadada;
    cursor: inherit;
}

.p-crwc-mode-footer {
    border: 1px solid #dbdbdb;
}

.p-crwc-mode-btn {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
}

.p-crwc-mode-btn:hover {
    background-color: #e7e7e7;
}

.p-crwc-sub-tab-ic {
    vertical-align: top;
    line-height: 0;
}

.p-crwc-sub-tab-ic span {
    vertical-align: super;
}

.p-crwc-sub-ic-themes {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/while-insert.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 -63px;
}

.p-crwc-sub-ic-background {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/while-insert.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}

.p-crwc-sub-ic-curb {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/while-insert.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 -32px;
}

.p-crwc-sub-ic-center {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/while-insert.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 -95px;
}

.p-crwc-sub-ic-full-wheel {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/while-insert.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 -126px;
}

.p-crwc-border-item {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
}

.p-crwc-center-item {
    width: 100px;
    height: 100px;
    border: 2px solid lightblue;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
}

.p-crwc-full-wheel-item {
    width: 100px;
    height: 100px;
    border: 2px solid lightblue;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
}

.p-crwc-content-pn-btn-ex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #1b7e53;
}

.p-crwc-content-pn-btn-ex-it {
    background: #1b7e53;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.p-crwc-themes,
.p-crwc-spinstate
{
    overflow-y: auto;
}

.p-crwc-content-pn-theme-list,
.p-crwc-content-pn-theme-custom-list,
.p-crwc-bodertype-pn-bordercustom-list,
.p-crwc-bodertype-pn-borderdotcustom-list
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.p-crwc-content-pn-theme-label,
.p-crwcn-during-label,
.p-crwc-content-pn-label,
.p-crwc-content-pn-border-label,
.p-crwc-bodertype-pn-bordercustom-label,
.p-crwc-bodertype-pn-borderdotcustom-label
{
    font-family: 'Comic Neue', sans-serif;
    font-size: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
}

.p-crwc-content-pn-theme-label:after,
.p-crwcn-during-label:after,
.p-crwc-content-pn-label:after,
.p-crwc-content-pn-border-label:after,
.p-crwc-bodertype-pn-bordercustom-label:after,
.p-crwc-bodertype-pn-borderdotcustom-label:after
{
    content: "";
    background: #b6b0d9;
    width: 10%;
    flex: 1;
    margin-left: 19px;
    height: 1px;
}

.p-crwc-content-pn-theme-chir {
    min-width: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #bfbfbf;
    border-radius: 7px;
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
}

.p-crwc-content-pn-theme-chir div {
    flex: 0 0 12px;
    height: 50px;
}

.p-crwc-content-pn-theme-chir.no-expand {
    display: none;
}

.p-crwc-content-pn-theme-chir-more,
.p-crwc-content-pn-theme-custom-chir-more,
.p-crwc-bodertype-pn-bordercustom-chir,
.p-crwc-bodertype-pn-bordercustom-chir-more,
.p-crwc-bodertype-pn-borderdotcustom-chir,
.p-crwc-bodertype-pn-borderdotcustom-chir-more
{
    width: 50px;
    height: 50px;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
}

.p-crwc-content-pn-theme-chir-more *,
.p-crwc-content-pn-theme-custom-chir-more *,
.p-crwcn-during-pn-sound-span *,
.p-crwcn-afterspin-pn-sound-span *,
.w-c-wheel-volume-btn *,
.w-c-wheel-zoom-btn *,
.p-c-right-btn-ex *,
.p-c-right-btn-close *,
.p-crwc-adv-mode-pn-tool i,
.p-crwc-content-pn-theme-chir div,
.p-crwc-bodertype-pn-bordercustom-chir div,
.p-crwc-bodertype-pn-bordercustom-chir-more *,
.p-crwc-bodertype-pn-borderdotcustom-chir div,
.p-crwc-bodertype-pn-borderdotcustom-chir-more *
{
    pointer-events: none;
}

.p-crwc-content-pn-theme-chir:hover,
.p-crwc-content-pn-theme-chir-more:hover,
.p-crwc-content-pn-theme-custom-chir-more:hover,
.p-crwc-bodertype-pn-bordercustom-chir:hover,
.p-crwc-bodertype-pn-bordercustom-chir-more:hover,
.p-crwc-bodertype-pn-borderdotcustom-chir:hover,
.p-crwc-bodertype-pn-borderdotcustom-chir-more:hover
{
    opacity: 0.8;
}

.p-crwc-content-pn-theme-custom,
.p-crwc-content-pn-theme-setting,
.p-crwc-content-pn-spinstate-during,
.p-crwc-content-pn-spinstate-after
{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}

.p-crwc-content-pn-border-type,
.p-crwc-bodertype-pn-bordercustom,
.p-crwc-bodertype-pn-borderdotcustom
{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    width: 100%;
}

.p-crwc-content-pn-theme-custom-chir,
.p-crwc-bodertype-pn-bordercustom-chir,
.p-crwc-bodertype-pn-borderdotcustom-chir
{
    width: 50px;
    height: 50px;
    border: 1px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}

.p-crwc-content-pn-theme-custom-chir input,
.p-crwc-bodertype-pn-bordercustom-chir input,
.p-crwc-bodertype-pn-borderdotcustom-chir input
{
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.p-crwc-content-pn-theme-custom-chir .remove,
.p-crwc-bodertype-pn-bordercustom-chir .remove,
.p-crwc-bodertype-pn-borderdotcustom-chir .remove
{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    font: 600 13px/20px sans-serif;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.p-crwcn-during-pn-sound,
.p-crwcn-afterspin-pn-sound
{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 15px;
}

.p-crwcn-during-pn-sound select,
.p-crwcn-afterspin-pn-sound select
{
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 5px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.p-crwcn-during-pn-sound-span,
.p-crwcn-afterspin-pn-sound-span
{
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    flex-shrink: 0;
}

.p-crwcn-during-pn-sound-span.a-h:hover,
.p-crwcn-afterspin-pn-sound-span.a-h:hover
{
    background-color: #e4e4e4;
    cursor: pointer;
}

.p-crwcn-during-pn-volume,
.p-crwcn-afterspin-pn-volume
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0px 15px;
}

.p-crwcn-during-pn-volume-div,
.p-crwcn-afterspin-pn-volume-div
{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.p-crwcn-during-pn-volume-div input,
.p-crwcn-afterspin-pn-volume-div input
{
    cursor: pointer;
}

.p-crwcn-during-pn-volume-text,
.p-crwcn-afterspin-pn-volume-text
{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 2px;
    padding: 0 5px;
}

.p-crwcn-during-pn-spintime {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 10px 15px 0px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.p-crwcn-during-pn-spintime-span {
    width: 100%;
}

.p-crwcn-during-pn-spintime-div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.p-crwcn-during-pn-spintime-div input {
    cursor: pointer;
}

.p-crwcn-during-pn-spintime-text {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 2px;
    padding: 0 5px;
}

.p-crwc-results-editor {
    height: 100%;
    box-shadow: inset 0 1px 2px #0a0a0a4d;
    padding: 10px;
    min-height: 100px;
    overflow-y: auto;
}

.p-crwc-results-editor div {
    margin-bottom: 10px;
}

.p-crwc-content-pn-input {
    background-color: #f2f2f2;
    padding: 10px 15px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    border: none;
    font-size: 1.2rem;
}

.p-crwc-content-pn-linebreak {
    border-top: 2px solid #bbbbbb;
    margin-top: 20px;
    width: 100%;
}

.p-crwc-content-pn-border-type .p-crwc-bodertype-label {
    line-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.p-crwc-content-pn-border-type .p-crwc-bodertype-label label {
    margin-left: 8px;
}















.wheel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.wheel-container h1 {
    font-family: Roboto;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
}

.w-c-wheel-spin-btn {
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background: #007bff;
    color: #fff;
    transition: background 0.2s;
}

.w-c-wheel-spin-btn:hover {
    opacity: 0.8;
}

.w-c-wheel-full {
    flex: 1 1 0%; 
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    max-width: calc(100vh - 180px);
    width: 100%;
}

.w-c-wheel-canvas {
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
}

.w-c-wheel-border {
    display: none;
    position: relative;
    top: 0; 
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 3;//1 || 3
    pointer-events: none;
}

.w-c-wheel-frame {
    //z-index: 6;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    transform-origin: top;
}



.w-c-wheel-pointer {
    z-index: 9;
    position: absolute;
    top: -38px;
    width: 62px;
    height: 62px;
    pointer-events: none;
    background-image: url(../img/spin-point.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
}

.w-c-wheel-pointer.spining {
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}

.w-c-wheel-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at center, #00000000 63%, #000 90%);
    pointer-events: none;
}

.w-c-wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 20%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}

.w-c-wheel-center img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.w-c-wheel-volume-btn {
    position: absolute;
    top: 0px;
    right: 40px;
    font-size: 26px;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    color: #565859;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    z-index: 8;
}

.w-c-wheel-zoom-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 30px;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    color: #565859;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    z-index: 8;
}

.w-c-wheel-logo-plus {
    position: absolute;
    bottom: 20px;
    display: none;
    font-size: 1.3rem;
    align-items: center;
    width: 100%;
    justify-content: center;
    overflow: hidden;
}

.w-c-wheel-logo-plus img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.w-c-wheel-logo-plus span {
    background: linear-gradient(90deg, red, green, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.w-c-wheel-popup-popup-winner,
.w-c-popup-noti,
.w-c-popup-share-your-wheel,
.w-c-popup-save-your-wheel
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.w-c-wheel-popup-box,
.w-c-popup-box
{
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    width: 600px;
    max-width: 90%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.w-c-wheel-popup-header,
.w-c-popup-noti-header,
.w-c-popup-share-your-wheel-header,
.w-c-popup-save-your-wheel-header
{
    background-color: #858585;
    color: white;
    padding: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w-c-popup-noti-header,
.w-c-popup-share-your-wheel-header,
.w-c-popup-save-your-wheel-header
{
    background-color: #1b7e53;
}

.w-c-wheel-popup-close,
.w-c-popup-close
{
    background: none;
    border: none;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.w-c-wheel-popup-content,
.w-c-popup-noti-content
{
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
    font-family: 'Arial', sans-serif;
}

.w-c-popup-share-your-wheel-content,
.w-c-popup-save-your-wheel-content
{
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    text-align: left;
}

.w-c-wheel-popup-footer,
.w-c-popup-noti-footer,
.w-c-popup-share-your-wheel-footer,
.w-c-popup-save-your-wheel-footer
{
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1rem;
    border-top: 1px solid #ccc;
}

.w-c-wheel-popup-footer button,
.w-c-popup-noti-footer button,
.w-c-popup-share-your-wheel-footer button,
.w-c-popup-save-your-wheel-footer button
{
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.w-c-popup-share-your-wheel-message,
.w-c-popup-save-your-wheel-message
{
    padding: 0px 2rem 1rem 2rem;
}

.w-c-popup-share-your-wheel-message:empty,
.w-c-popup-save-your-wheel-message:empty
{
    padding: 0px 2rem;
}

.w-c-popup-continnue {
    background-color: #007bff;
    color: #fff;
}

.w-c-wheel-remove-btn {
    background-color: #2a63f7;
    color: white;
}

.p-content-des {
    border-top: 2px solid #1b7e53;
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
    border-radius: 10px;
    vertical-align: top;
    background: #fafafa;
    position: relative;
    margin: 50px auto 0px auto;
    padding: 15px;
    font-size: 1rem;
    max-width: calc(100% - 60px);
}

.p-pn-content {
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
    border-radius: 10px;
    vertical-align: top;
    background: #fafafa;
    position: relative;
    margin: 10px auto 0px auto;
    padding: 15px;
    font-size: 1rem;
    max-width: calc(100% - 60px);
}

.p-content-des h1,
.p-content-des h2,
.p-content-des h3,
.p-content-des h4,
.p-pn-content h1,
.p-pn-content h2,
.p-pn-content h3,
.p-pn-content h4
{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.p-content-des p,
.p-content-des div,
.p-pn-content p, 
.p-pn-content div
{
    margin-bottom: 10px;
}

.p-content-des a,
.p-pn-content a
{
    text-decoration: none;
}

.p-content-des .panel-breadcrumb {
    border-bottom: 2px solid #000000;
    border-bottom-style: dotted;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.p-content-des .panel-breadcrumb a {
    color: #000;
    text-decoration: none;
}

.p-content-faq {
    max-width: calc(100% - 60px);
    margin: 20px auto 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}

.p-cf-faq-item {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-top: 2px solid #1b7e53;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.p-cf-faq-item:hover {
    background-color: #f8f6ff;
}

.p-cf-faq-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-cf-faq-item h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #000;
    flex: 1;
    padding-right: 10px;
}

.p-cf-faq-item-toggle-icon {
    width: 30px;
    text-align: center;
    font-size: 18px;
    color: #7e72c4;
    flex-shrink: 0;
}

.p-cf-faq-item p {
    font-size: 14px;
    color: #444;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.p-cf-faq-item.open p {
    max-height: 300px;
    margin-top: 10px;
    opacity: 1;
}

.p-footer {
    border-top: 2px solid #1b7e53;
    margin-top: 40px;
    padding-top: 10px;
    text-align: center;
    background-color: #fafafa;
}

.p-footer-link {
    display: flex;
    justify-content: center;
    flex-direction: row;
    row-gap: 10px;
    column-gap: 30px;
    flex-wrap: wrap;
}

.p-footer-link a {
    color: #1b7e53;
    text-decoration: initial;
    font-size: 1.1rem;
}







.navbar-nav {
    flex-wrap: wrap;
}

.navbar-nav .nav-link, .dropdown-toggle {
    color: white !important;
    font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    margin: 0px;
    padding: 0px 15px! important;
    line-height: 60px! important;
}

.nav-mobile {
    display: none;
    z-index: 999;
}

.nav-mobile.hidden {
    display: none;
}

.navbar-nav .nav-link {
    cursor: pointer! important;
}

.navbar-nav .nav-link:hover {
    background-color: #06663d;
}

.nav-mobile-list {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffffff;
    border: 2px solid #bebebe;
    box-shadow: 0 1px 5px #0003, 0 2px 2px #00000024, 0 3px 1px -2px #0000001f;
    border-radius: 10px;
    width: 280px;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
}

.nav-mobile-list a {
    padding: 8px 15px;
    color: #333;
    font-size: 1.2rem;
    font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-decoration: none;
}

.nav-mobile-list a:hover {
    background-color: #f1f1f1;
}

.nav-mobile-list .line-break {
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #bebebe;
}

.nav-mobile-list .fancy-divider{
    --line-color: #ccc;
    --line-thickness: 3px;
    display:flex;
    align-items:center;
    gap: 14px;
}

.nav-mobile-list .fancy-divider::before,
.nav-mobile-list .fancy-divider::after{
    content:"";
    flex:1;
    height: var(--line-thickness);
    background: linear-gradient(90deg, var(--line-color), var(--line-color));
}

.nav-mobile-list .fancy-divider span{
    padding:6px 14px;
    background: white;       /* đổi màu nền nếu cần */
    border-radius:6px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    font-weight:700;
    font-size: 1rem;
    font-family: Roboto, -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif;
}

/*
.fullscreen-effect {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(1.05);
    opacity: 1;
}

.not-fullscreen {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(1);
    opacity: 0.95;
}
*/

.p-c-library-list-head {
    max-width: calc(100% - 60px);
    margin: 50px auto 0px auto;
}

.p-c-library-list-head a,
.p-c-library-list-head span
{
    color: #000;
    text-decoration: none;
}

 




.p-c-card-wheel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px 10px;
}

.p-c-card-wheel {
    display: inline-block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 16px;
    width: 320px;
    position: relative;
}

.p-c-card-wheel a {
    text-decoration: none;
}

.p-c-card-wheel h2 {
    color: #000;
    font-size: 1.2rem;
    margin: 0 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-c-card-wheel:hover {
    background: #ececec;
}

.p-c-card-wheel:hover h2 {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.p-c-card-wheel:hover .p-c-card-wheel-img-pn img {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.p-c-card-wheel-info {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    color: #666;
    margin-bottom: 8px;
}

.p-c-card-wheel-img-pn {
    width: 280px;
    margin: auto;
    overflow: hidden;
    max-width: 100%;
    aspect-ratio: 1 / 1;

}

.p-c-card-wheel-img-pn img {
    width: 100%;
    height: auto;
}

.p-c-card-wheel-info-upload {
    font-size: 1rem;
    color: #666;
    margin: 8px 0px;
    text-align: center;
    z-index: 1;
}

.p-c-card-wheel-info-dis {
    font-size: 18px;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-c-card-wheel-tool {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.p-c-card-wheel-tool-right {
    display: flex;
    gap: 10px;
    margin-left: auto;
    z-index: 1;
}

.p-c-card-wheel-tool-right span {
    background-color: #5c7ddd;
    color: #fff;
    padding: 10px 12px;
    line-height: 12px;
    border-radius: 8px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.p-c-card-wheel-tool-right span:hover {
    background-color: #3754aa;
    transform: scale(1.1);
}

.p-c-card-wheel-tool-right span i {
    pointer-events: none;
}

.p-c-card-wheel-message {
    width: 100%;
    display: flex;
    justify-content: center;
    color: red;
}

.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.toggleSwitch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggleSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #757070;
    transition: 0.4s;
    border-radius: 34px;
}

.toggleSwitch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

        .toggleSwitch .slider {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.toggleSwitch input:checked + .slider {
    background-color: #5c7ddd;
}

.toggleSwitch input:checked + .slider:before {
    transform: translateX(26px);
}







.panel-page-number {
    float: left;
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

.panel-page-number .group-page {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.panel-page-number .group-page a,
.panel-page-number .group-qty a
{
    padding: 8px 12px;
    text-transform: uppercase;
    color: #666;
    font-weight: bold;
    font-size: 0.9rem;
    background: #fff;
    display: inline-block;
    text-decoration: none;
}

.panel-page-number .group-page a:hover {
    -moz-box-shadow: inset 0 0 0 4px #dca2a2;
    -webkit-box-shadow: inset 0 0 0 4px #dca2a2;
    box-shadow: inset 0 0 0 4px #dca2a2;
}

.panel-page-number .group-qty {
    float: none;
}

.panel-page-number .page-blue,
.panel-page-number .page-select
{
    background: #3498db!important;
    color: #fff!important;
}

.panel-page-number .page-select:hover {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}




.w-c-popup-link-box {
    display: flex;
    align-items: center;
    background-color: #dcdcdc;
    border-radius: 6px;
    padding: 10px 14px;
    margin-top: 10px;
    max-width: 600px;
    font-size: 14px;
    color: #333;
    position: relative;
}

.w-c-popup-link-text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w-c-popup-copy-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.p-content-luckywheel {
    max-width: calc(100% - 60px);
    margin: 20px auto 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}

.p-content-luckywheel:empty {
    margin: 0px auto;
}

.p-c-lwl-pn {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #1b7e53;
    transition: background-color 0.3s ease;
}

.p-c-lwl-pn-title {
    margin: 0px 0px 15px;
    font-size: 1.3rem;
    color: #000;
}

.p-c-lwl-pn-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-c-lwl-pn-content p {
    border-left-style: dotted;
    border-left-width: 5px;
    border-left-color: #1b7e53;
    padding-left: 10px;
}

.p-c-lwl-pn-content a {
    color: #000;
    text-decoration: none;
}

.p-c-lwl-pn-content a:hover {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}






.c-pop-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 20;
}

.c-pop-overlay.active {
    visibility: visible;
    opacity: 1;
}

.c-pop-mess {
    background: white;
    border-radius: 8px;
    width: 600px;
    max-width: 90%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    animation: fadeIn 0.3s ease;
}

.c-pop-mess-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 16px;
}

.c-pop-mess-header {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-pop-mess-close-x {
    font-size: 35px;
    line-height: 24px;
    cursor: pointer;
    color: #555;
}

.c-pop-mess-close-x:hover {
    color: red;
}

.c-pop-mess-content {
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}

.c-pop-mess-content table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

.c-pop-mess-content th, td {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.c-pop-mess-content th {
    background-color: #fafafa;
    font-size: 14px;
}

.c-pop-mess-content td {
    font-size: 20px;
}

.c-pop-mess-content ul li {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.c-pop-mess-content p {
    padding: 0px 15px;
}

.c-pop-mess-footer {
    border-top: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.c-pop-mess-btn-close {
    background-color: #6c757d;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.c-pop-mess-btn-close:hover {
    background-color: #5a6268;
}

@keyframes fadeIn {
    from { transform: translateY(-10px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}






.toggle-switch {
    position: relative;
    display: inline-block;
    width: var(--toggle-width, 60px); /* mặc định 60px */
    height: var(--toggle-height, 30px); /* mặc định 30px */
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch span {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: var(--toggle-off-bg, #ccc);
    transition: background-color .3s;
    border-radius: 999px;
}

.toggle-switch span::before {
    position: absolute;
    content: "";
    height: calc(var(--toggle-height, 30px) - 6px);
    width: calc(var(--toggle-height, 30px) - 6px);
    left: 3px;
    bottom: 3px;
    background-color: var(--toggle-handle-color, white);
    transition: transform .3s;
    border-radius: 50%;
}

.toggle-switch input:checked + span {
    background-color: var(--toggle-on-bg, #4CAF50);
}

.toggle-switch input:checked + span::before {
    transform: translateX(calc(var(--toggle-width, 60px) - var(--toggle-height, 30px)));
}

.w-status-name {
    margin-left: 5px;
    text-transform: capitalize;
}


/* unspl */
.unspl-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
}

.unspl-content {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 90%;
}

.unspl-header {
    background: #007bff;
    color: #fff;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unspl-header a {
    color: #fff;
    text-decoration: none;
}

.unspl-h-title {
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unspl-h-close {
    font-size: 40px;
    line-height: 20px;
    cursor: pointer;
}

.unspl-body {
    padding: 15px;
    overflow-y: auto;
    flex: 1;
}

.unspl-b-search-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.unspl-b-search-bar input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 0;
}

.unspl-b-search-btn {
    padding: 8px 14px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    flex-shrink: 0;
}

.unspl-b-search-btn:hover {
    background: #0056b3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.unspl-b-search-btn.loading {
    animation: unsplspin 1s linear infinite;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
}

@keyframes unsplspin {
    to {
        transform: rotate(360deg);
    }
}

/* unspl Grid */
.unspl-b-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.unspl-b-grid.circle .unspl-b-photo-card img {
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

@media (max-width: 550px) {
    .unspl-b-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.unspl-b-photo-card {
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.2s;
}

.unspl-b-photo-card.selected {
    border-color: #007bff;
    border-width: 10px;
}

.unspl-b-photo-card img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
}

.unspl-b-pc-caption {
    font-size: 13px;
    padding: 5px;
    background: #333;
    color: white;
    text-align: center;
}

.unspl-b-pc-caption a {
    color: #61dafb;
    text-decoration: none;
}

.unspl-b-showmore {
    display: block;
    margin: 15px auto;
    padding: 8px 14px;
    border: none;
    border-radius: 5px;
    background: #007bff;
    color: #fff;
}

.unspl-b-showmore:hover {
    background: #0056b3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.unspl-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    background: #f1f1f1;
    gap: 10px;
}

.unspl-footer button {
    border: none;
    border-radius: 5px;
    padding: 8px 14px;
    min-width: 70px;
}

.unspl-f-close {
    background: #ccc;
    color: #000;
}

.unspl-f-close:hover {
    background: #b5b5b5;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.unspl-f-ok {
    background: #007bff;
    color: #fff;
}

.unspl-f-ok:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.unspl-b-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 10px;
    max-height: calc(2 * 30px + 21px);
    overflow: hidden;
}

.unspl-b-tags button {
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #f9f9f9;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.unspl-b-tags button:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.unspl-b-tags button:active {
    transform: scale(0.95);
}










/*Size Desktop FHD : 1170*/
@media screen and (max-width:1300px) {
    
    
    
}

/* Size taple : 750px */
@media screen and (max-width:1180px) {
    

}

/* Size mobi : 100% */
@media (max-width: 990px) {
    .p-content {
        padding: 20px 20px;
    }
    
    .p-c-right {
        width: 100% !important;
        margin: 30px 0px 0px 0px;
    }
    
    .p-c-right-btn-ex {
        display: none;
    }
    
    .p-cr-wheel-custom {
        max-height: 90vh;
        min-height: 500px;
    }
    
    .p-content-des {
        margin: 20px 20px 0px 20px;
        max-width: calc(100% - 40px);
    }
    
    .p-pn-content {
        margin: 20px 20px 0px 20px;
        max-width: calc(100% - 40px);
    }
    
    .p-content-faq {
        grid-template-columns: repeat(1, 1fr);
        margin: 20px 20px;
        max-width: calc(100% - 40px);
    }
    
    .p-content-luckywheel {
        grid-template-columns: repeat(1, 1fr);
        margin: 20px 20px;
        max-width: calc(100% - 40px);
    }
    
    .nav-mobile {
        display: initial;
    }

    .navbar-collapse {
        display: none;
    }

    .nav-mobile {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: relative;
    }
    
}

@media (max-width: 550px) { /* Size mobi : 100% */
    .p-c-center {
        background-size: auto 100%;
    }
    
    .p-footer {
        padding: 10px 10px;
    }
    
    .p-c-library-list-head {
        max-width: calc(100% - 20px);
    }
    
    .w-c-wheel-pointer {
        width: 40px;
        height: 40px;
        top: -25px;
    }
    
    .p-pn-content {
        max-width: 100%;
        margin: 20px 0px;
        border-radius: 0px;
    }
    
    .navbar-brand {
        font-size: 18px;
    }
    
    .p-content-des h1,
    .p-content-des h2,
    .p-content-des h3,
    .p-content-des h4,
    .p-pn-content h1,
    .p-pn-content h2,
    .p-pn-content h3,
    .p-pn-content h4
    {
        font-size: 1.1rem;
    }
    
    .p-pn-container, .p-content-des {
        max-width: 100%;
        border-radius: 0px;
        margin: 20px auto;
    }
}

@media (max-width: 350px) {
    .p-c-card-wheel {
        width: 100%;
    }
}

@media screen and (orientation: landscape) and (max-width: 990px) {
    .w-c-wheel-full {
        
    }
}







.hidden {
    display: none;
}