﻿label.error {
    color: red;
}

.modal-ver {
    max-width: 360px;
}

span.ver-icon {
    width: 60px;
    height: 60px;
    display: flex;
    margin: 0px auto;
    border-radius: 50px;
    background: #fbf9e8;
    color: #ebb837;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.ver-wrap {
    margin-bottom: 20px;
}

a.ver-txt {
    color: #01b4e3;
    text-decoration: underline;
}

.ver-btn {
    width: 100%;
    background: #ebb837;
    border: none;
}

    .ver-btn:hover {
        border: none;
        background: var(--dark-yellow-color);
    }

.modal-ver .modal-body {
    padding: 40px 20px;
}

.share-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.share-box img {
    width: 8%;
}

    .share-box a {
        color: black;
        font-size: 20px;
    }

    .share-box a:hover {
        color: #fbb402;
    }

.user-pay-money-custom {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

#chat-widget-container {
    bottom: 40px !important;
}

#chat-widget {
    top: 40px !important;
}

.view-btn {
    background-color: #328b3d;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
}

.transfer-all-btn {
    background-color: #328b3d;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 9px;
    top: 32px;
}

.share-body {
    background: white;
}

.modal-content.promo {
    border-radius: 20px;
}

.apply-btn button {
    border-radius: 0px 0px 20px 20px;
}

.promo-details ol {
    list-style: decimal;
    padding-left: 15px;
}