﻿/*.nav-find-supporter-button {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: 0px !important;
    color: dimgray !important;
}

.RegistUserForm {
    margin: auto;
}



.serviceItems {
    background: #BAECFB;
}*/

.page-title-section ul li span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

li.user-popup a {
    color: #f5f5f5;
}
/*
@media screen and (max-width: 991px) {
    li.user-popup a {
        padding: 8px 5px;
    }
}*/

.rating-static {
    width: 60px;
    height: 16px;
    margin: 5px;
    display: block;
    background: url('../contents/images/rating/star-rating.png') 0 0 no-repeat;
}

.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -12px 0; }
.rating-30 { background-position: -24px 0; }
.rating-20 { background-position: -36px 0; }
.rating-10 { background-position: -48px 0; }
.rating-0 { background-position: -60px 0; }

.rating-5  { background-position: -48px -16px; }
.rating-15 { background-position: -36px -16px; }
.rating-25 { background-position: -24px -16px; }
.rating-35 { background-position: -12px -16px; }
.rating-45 { background-position: 0 -16px; }

.badge.caretalk-Info {
    margin: 1px;
    font-size: 100%;
    font-weight: 600;
    /*line-height: 0;*/
}

.side-bar .widget li.Active {
    font-weight: 600;
    background-color: #fbd1ae;
}

.list-title-section {
    margin-top: 30px;
}

.list-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: left;
}

.list-title-section ul li {
    display: inline-block;
}

.list-title-section ul li:last-child a {
    color: #2a8ae2;
}

.list-title-section ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    /*color: #fff;*/
    font-family: Font Awesome\ 5 Free;
    padding: 0 10px;
}

.list-title-section ul li:last-child:after {
    content: none;
}

.list-title-section ul li span {
    font-size: 18px;
    font-weight: 600;
}

.pwa-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1030;
    display: flex;
    gap: 8px;
}

.pwa-action-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(33, 37, 41, 0.12);
    border-radius: 50%;
    background: #ffffff;
    color: #3e4b5b;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
    cursor: pointer;
}

.pwa-action-btn:hover,
.pwa-action-btn:focus {
    color: #ffffff;
    background: #5b8f5a;
    outline: none;
}

.pwa-action-btn.is-on {
    color: #ffffff;
    background: #5b8f5a;
}

.pwa-action-btn.is-off {
    color: #ffffff;
    background: #9b4d4d;
}

.pwa-action-btn[hidden] {
    display: none;
}

.pwa-swal.swal2-popup {
    width: min(50vw, 640px);
    max-width: calc(100vw - 32px);
    padding: 32px 28px 24px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 32px 70px rgba(15, 23, 42, 0.28);
}

.pwa-swal .swal2-title {
    margin: 16px 0 6px;
    color: #1f2933;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.pwa-swal .swal2-html-container {
    margin: 8px 0 22px;
    color: #4a5664;
    font-size: 16px;
    line-height: 1.55;
    overflow: visible;
}

.pwa-swal-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin: 4px auto 18px;
    border-radius: 28px;
    background: linear-gradient(135deg, #6aa566 0%, #4f8a4e 100%);
    box-shadow: 0 18px 36px rgba(91, 143, 90, 0.32);
    color: #ffffff;
    font-size: 50px;
}

.pwa-swal-hero-bell {
    background: linear-gradient(135deg, #ffb46b 0%, #ff7d3b 100%);
    box-shadow: 0 18px 36px rgba(255, 125, 59, 0.32);
}

.pwa-swal-hero .pwa-swal-app-icon {
    width: 92px;
    height: 92px;
    border-radius: 22px;
    background: #ffffff;
    object-fit: cover;
}

.pwa-swal-body {
    text-align: center;
}

.pwa-swal-lead {
    margin: 0;
    color: #475266;
    font-size: 16px;
    line-height: 1.6;
}

.pwa-swal .swal2-actions {
    gap: 12px;
    margin-top: 14px;
    flex-wrap: nowrap;
}

.pwa-swal-confirm,
.pwa-swal .swal2-confirm {
    min-width: 160px;
    padding: 13px 22px;
    border: 0;
    border-radius: 12px;
    background: #5b8f5a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(91, 143, 90, 0.28);
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.pwa-swal-confirm:hover,
.pwa-swal .swal2-confirm:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 30px rgba(91, 143, 90, 0.36);
}

.pwa-swal-cancel,
.pwa-swal .swal2-cancel {
    min-width: 140px;
    padding: 13px 22px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    background: #f4f6f8;
    color: #475266;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.12s ease;
}

.pwa-swal-cancel:hover,
.pwa-swal .swal2-cancel:hover {
    background: #e9edf1;
}

.pwa-swal-push .pwa-swal-hero {
    background: linear-gradient(135deg, #ffb46b 0%, #ff7d3b 100%);
    box-shadow: 0 18px 36px rgba(255, 125, 59, 0.32);
}

@media screen and (max-width: 767px) {
    .pwa-swal.swal2-popup {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        padding: 26px 20px 20px;
        border-radius: 16px;
    }

    .pwa-swal .swal2-title {
        font-size: 22px;
    }

    .pwa-swal-hero {
        width: 96px;
        height: 96px;
        border-radius: 24px;
        font-size: 42px;
    }

    .pwa-swal-hero .pwa-swal-app-icon {
        width: 78px;
        height: 78px;
        border-radius: 19px;
    }

    .pwa-swal .swal2-actions {
        flex-direction: column-reverse;
        gap: 8px;
    }

    .pwa-swal-confirm,
    .pwa-swal-cancel,
    .pwa-swal .swal2-confirm,
    .pwa-swal .swal2-cancel {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 575px) {
    .pwa-actions {
        right: 12px;
        bottom: 12px;
    }

    .pwa-action-btn {
        width: 40px;
        height: 40px;
    }
}
