﻿.main-content {
    padding: 100px 20px 0px 20px;
}

.profile-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .profile-header h1 {
        font-size: 2em;
        margin: 0;
        color: #003366;
    }
.phone-number p:hover {
    color: #FB8E26;
}
.phone-number {
    padding:0 !important;
}
.profile-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.profile-picture img {
    width: 150px;
    height: 150px;
    object-fit: cover;
  /*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    outline: double;
    border-radius: 20%;*/
}

.profile-picture:hover {
    transform: scale(1.2);
}

.profile-picture {
    transition: all 0.3s ease-in-out;
}

.personal-info {
    flex: 1;
}

    .personal-info h2 {
        font-size: 1.5em;
        margin: 0 0 10px;
    }


.account-type {
    font-weight: bold;
    color: #FF9900;
}

.ownership-type {
    font-weight: bold;
}

.account-settings {
    margin-top: 30px;
}

    .account-settings h2 {
        color: #003366;
    }



@media only screen and (max-width: 767px) {
    .account-settings .horizontal-form {
       display:block !important;
    }
    .verification-section{
        display:block !important;
    }

    .pc-welcome{
        display:none !important;
    }
    .mobile-welcome {
        background: rgba(0, 0, 0, 0.5);
        display: block !important;
    }
    }
    .account-settings .horizontal-form {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .account-settings .form-group {
        display: flex;
        flex-direction: column;
        flex-basis: calc(33.33% - 20px);
        margin-bottom: 20px;
    }

        .account-settings .form-group label {
            margin-bottom: 5px;
            color: #333;
        }

        .account-settings .form-group input {
            /*     width: 100%; */
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 1em;
        }

    .account-settings button {
        padding: 10px 20px;
        background-color: #003366;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 1em;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .account-settings button:hover {
            background-color: #002244;
        }

    .verification-section {
        display: flex;
        justify-content: space-around;
        margin-top: 30px;
        gap: 20px;
    }

.verification-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin:20px;
}

        .verification-card h3 {
            color: #003366;
            margin-bottom: 10px;
        }

        .verification-card p {
            color: #666;
            margin-bottom: 20px;
        }

    .verify-button {
        padding: 10px 20px;
        background-color: #003366;
        color: white;
        border: none;
        border-radius: 4px;
        font-size: 1em;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .verify-button:hover {
            background-color: #002244;
        }











.progress-section {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:160px;
    height:600px;
}

.progress-container {
    width: 85%;
    text-align: center;
  /*  margin: 13px 0;*/
}
.sale-label {
    font-weight: bold;
    margin-bottom: 8px;
    color: #111;
    font-size: 16px;
}
.progress-bar {
    background-color: #f3a8a8;
    height: 33px;
    width: 100%;
    position: relative;
    border-radius: 0;
}

        .progress-bar::before,
        .progress-bar::after {
            content: '';
            position: absolute;
            /*width: 2px;*/
            height: 100%;
            background-color: black;
            top: -10px; /* Adjust to position the top line correctly */
        }

        .progress-bar::before {
            left: 0;
        }

        .progress-bar::after {
            right: 0;
        }

.progress {
    background-color: #aa2c2c;
    height: 100%;
    border-radius: 0;
}
.progress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 13px;
    color: #444;
}

    .label-left,
    .label-right {
        font-size: 14px;
        position: relative;
    }

        .label-left::before,
        .label-right::before {
            content: '';
            position: absolute;
            width: 2px;
            height: 38px;
            background-color: black;
            top: -38px;
        }

        .label-left::before {
            left: 11px; /* Adjust the position of the bottom left line */
        }

        .label-right::before {
            right: 10px; /* Adjust the position of the bottom right line */
        }
.countdown-container {
    text-align: center;
    margin-bottom: 25px;
}

.countdown {
    display: block;
    /*justify-content: center;
    gap: 40px;*/
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
}

    .time-box span {
        background-color: #dd6060;
        color: black;
        font-weight: bold;
        font-size: 28px;
        padding: 10px 20px;
        border-radius: 10px;
        display: inline-block;
        min-width: 50px;
        text-align: center;
        margin-top:25px;
    }

    .time-box p {
        margin: 5px 0 0 0;
        font-weight: bold;
        color: black;
    }


/*@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .mx-4 {
        margin-right:0rem !important;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto !important;
    }
}
*/
