﻿.account {
    background: rgba(247,247,247,1)
}

.account-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.ac-sidebar {
    width: 25%;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .ac-sidebar h2 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .ac-sidebar ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 10px;
    }

        .ac-sidebar ul li {
            margin-bottom: 10px;
        }

            .ac-sidebar ul li a {
                text-decoration: none;
                color: #007bff;
                vertical-align: middle;
            }

    .ac-sidebar button {
        background-color: #007bff;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
    }

.points {
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
}

    .points p {
        margin: 0 0 10px;
    }

.app-links img {
    width: 100px;
    margin-right: 10px;
}

.ac-main-content {
    width: 70%;
    margin-left: 20px;
}

    .ac-main-content h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

.info-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info-section-title {
    display: flex;
    justify-content: space-between
}

.info-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.info-section p {
    margin: 0 0 10px;
}

.info-section a {
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
}

.address {
    margin-bottom: 10px;
}

    .address button {
        background-color: #ffc107;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        margin-left: 10px;
    }

.info-section button {
    background-color: #ff0000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.order-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 15px;
}

.order-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .order-details img {
        width: 100px;
    }

    .order-details a {
        color: #007bff
    }

.order-info {
    flex: 1;
}

    .order-info p {
        margin: 5px 0;
    }

    .order-info .status {
        color: green;
        font-weight: bold;
    }

.order-item button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}


.ac-modal {margin-bottom:30px;}

.ac-modal-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 10px 0;
    color: #333;
}

.ac-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    position: relative;
    border-radius: 8px;
}


.ac-modal .split {
    border-bottom: 1px solid #afafaf;
    position: relative;
    height: 23px;
    margin: 0 0 10px 0;
    justify-content: center;
    display: flex
}

    .ac-modal .split p {
        position: absolute;
        background: #fff;
        padding: 0 10px;
        color: #afafaf;
        font-size: 14px;
        top: 7px;
    }

.ac-modal-question {
    text-align: center;
    font-size: 14px;
}


    .ac-modal-question a {
        color: #d70018;
        font-weight: 400;
        font-size:15px;
    }

.ac-modal .logo img {
    display: block;
    margin: 0 auto;
}

.ac-modal .social-btn-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ac-modal .social-btn {
    display: flex;
    flex-direction:column;
    gap:2px;
    width: 49%;
    padding:5px 10px;
    margin: 10px 0;
    font-size: 14px;
    align-items:center;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .ac-modal .social-btn img {width:48px;}

    .ac-modal .social-btn:nth-child(3) {
        background-color: #1877f2;
    }

.btn-google {
    background: #f5f5f5;
}

.btn-facebook {
    background: #f5f5f5;
}


.ac-modal .ac-input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.ac-modal select.ac-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    max-height: 38px;
    height:38px;
    padding: 10px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}


.ac-modal .input-error {
    border: 1px solid red !important;
}

.ac-modal .checkbox {
    margin: 10px 0;
    color: #777;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.ac-modal .ac-button {
    width: 100%;
    padding: 12px 10px;
    background-color: #d0021b;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    transition: .2s;
}

    .ac-modal .ac-button:hover {
        opacity: 0.8;
    }

    .ac-modal .ac-button:disabled {
        opacity: 0.5
    }

@media(max-width:1023px) {

    .account-container {
        flex-direction: column;
        gap: 20px;
    }

    .ac-sidebar, .ac-main-content {
        width: 100%;
        margin: 0;
    }

    .ac-modal .ac-input {font-size:16px;}
}
