﻿/*.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-prompt {
    position: fixed;
    right: 18px;
    bottom: 74px;
    z-index: 1031;
    width: min(360px, calc(100vw - 24px));
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(33, 37, 41, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.pwa-prompt-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: #5b8f5a;
}

.pwa-prompt-body {
    min-width: 0;
}

.pwa-prompt-body strong,
.pwa-prompt-body span {
    display: block;
}

.pwa-prompt-body strong {
    color: #25303b;
    font-size: 15px;
    line-height: 1.25;
}

.pwa-prompt-body span {
    margin-top: 2px;
    color: #657180;
    font-size: 13px;
    line-height: 1.35;
}

.pwa-prompt-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pwa-prompt-primary {
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    color: #ffffff;
    background: #5b8f5a;
    cursor: pointer;
}

.pwa-prompt-primary:disabled {
    opacity: 0.7;
    cursor: wait;
}

.pwa-prompt-close {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    color: #657180;
    background: transparent;
    cursor: pointer;
}

.pwa-prompt-close:hover,
.pwa-prompt-close:focus {
    color: #25303b;
    background: #eef1f3;
    outline: none;
}

@media screen and (max-width: 575px) {
    .pwa-actions {
        right: 12px;
        bottom: 12px;
    }

    .pwa-action-btn {
        width: 40px;
        height: 40px;
    }

    .pwa-prompt {
        right: 12px;
        bottom: 64px;
        grid-template-columns: 38px 1fr;
    }

    .pwa-prompt-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }
}
