﻿body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1c5858;
    margin: 0;
    padding: 0;
}

#formContract {
    max-height: 95vh; /* Set maximum height to the full height of the browser */
    /*overflow-y: auto;*/ /* Add vertical scroll if content overflows */
    display: flex;
    flex-direction: column;
    padding:40px;
    padding-top:0px;
    padding-bottom:0px;
}

.banner {
    background-color: white;
    color: #2B9D2B;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .banner img {
        height: 60px;
    }

    .banner a {
        color: #2B9D2B;
        margin-left: 20px;
        text-decoration: none;
    }


.maincontainer {
    height: calc(100vh - 40px);
    margin: 20px auto;
    width: 600px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    background-color: #1c5858;
    color:#f0f0f0;

}

.mainrow {
    //padding: 10px;
}

.maintop-row {
    flex: 0 0 auto;
}

.mainmiddle-row {
    flex: 1 1 auto;
    overflow-y: auto;
}

.mainbottom-row {
    flex: 0 0 auto;
    padding-bottom:10px;
}




.container {
    max-width: 600px;
    margin: 20px auto;
    background-color: #1c5858; /* Set background color to #1c5858 */
    height: calc(100vh - 80px) !important;
    margin-bottom:50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Add a slight shadow for floating effect */
    border-radius: 10px; /* Optional: Add border-radius for smoother edges */
    color: white;
    visibility:hidden;
}

/*the header*/
.header-container {
    margin: 30px;
    margin-top:0px;
    margin-bottom:0px;
}

.header-row {
    display: flex;
    align-items: flex-end; /* Align items to the bottom */
    padding: 10px 0;
    text-align: left; /* Align text to the left */
}

.company-logo {
    height: 50px;
}

.header-text {
    color: white;
    font-size: 1.0em;
    align-self: flex-end; /* Align the text to the bottom of the logo */
    
    margin-left: 20px; /* Add some margin to the left for spacing */
}

.header-line {
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 10px 0;
}

.sub-header-text {
    color: white;
    font-size: 1.2em;
    margin-bottom: 20px;
}

#contractDraftCheckboxContainer a {
    color: #3ba33e;
}





.step-map {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.step-indicator {
    width: 55px;
    height: 55px;
    background-color: #ffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s;
    z-index: 1;
    color: #000;
}

    .step-indicator.active {
        background-color: #2B9D2B;
    }

    .step-indicator.done {
        background-color: #3ba33e;
    }

.step-map.completed::before {
    background-color: #3ba33e;
}

/* Add sliding animation styles */
.step {
    display: contents; /* Initially hide the steps */
    padding-top: 20px;
    position: absolute;
    width: 100%;
    max-height: 100vh; /* Set maximum height to the height of the screen */
    overflow-y: auto; /* Add vertical scroll if content overflows */
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
}




.step-title{
    margin:0px;
}

.tile, .tile-contract, .tile-filiale {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: 10px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s;
    position: relative;
}

    .tile img, .tile-contract img, .tile-filiale img {
        max-width: 60px;
        max-height: 60px;
        margin-bottom: 10px;
    }

    .tile p, .tile-contract p, .tile-filiale p {
        margin: 0;
        color: #2B9D2B;
        font-weight: bold;
    }

    .tile:hover, .tile-contract:hover, .tile-filiale:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background-color: #f0f0f0;
        border-color: #2B9D2B;
    }

    .tile.selected, .tile-contract.selected, .tile-filiale.selected {
        border-color: #2B9D2B;
        background-color: #e7f3ff;
    }

        .tile.selected .checkmark, .tile-contract.selected .checkmark, .tile-filiale.selected .checkmark {
            display: block;
        }

.checkmark {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #3ba33e;
}

#capchaOne{
    background-color:#1c5858;
    margin-bottom:5px;
}

#bottomButtons{
    margin-top:10px;
}

.buttons {
    display: flex;
    justify-content: space-evenly;
    /*padding-bottom: 20px;*/
    background-color: #1c5858;
}

    .buttons .buttonStep {
        background-color: #3ba33e;
        color: white;
        border: none;
        padding: 12px 24px;
        cursor: pointer;
        transition: background-color 0.3s;
        border-radius: 20px;
        width: 47%;
        font-size: clamp(1rem, 2vw, 1.5rem);
    }

        .buttons .buttonStep:hover {
            background-color: #238823;
        }

        .buttons .buttonStep:disabled {
            background-color: #002627;
            cursor: not-allowed;
        }



.title {
    font-weight: normal;
    font-size: clamp(1.5rem, 1.5vh, 4rem);
}

.text {
    font-weight: normal;
    font-size: clamp(0.8rem, 1.5vh, 3rem);
}

.info {
    font-weight: normal;
    font-size: clamp(0.8rem, 1.5vh, 1.5rem);
}

.buttons-intro {
    margin-top: 20px;
    margin-bottom: 20px;
    /*font-size: clamp(1rem, 2vw, 1.5rem);*/
}

.buttons-intro .biTitle {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.buttons-intro .biText {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: justify;
}

.buttons-intro .biInfo {
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.begin-button {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #3ba33e;
    color: white;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 20px;
    text-align: center;
    font-size:1.4em;
}

    .begin-button:hover {
        background-color: #238823;
    }

    .begin-button:disabled {
        background-color: #002627;
        cursor: not-allowed;
    }

.first-next-step {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #3ba33e;
    color: white;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 20px;
    text-align: center;
    font-size: 1.4em;
}

    .first-next-step:hover {
        background-color: #238823;
    }

    .first-next-step:disabled {
        background-color: #002627;
        cursor: not-allowed;
    }

.documente-container {
    margin:auto;
    width:80%;
    margin-top: 10px;
    /*padding: 10px;*/
}

    .documente-container div {
        width: 100%;
        border: none;
        background-color: transparent;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: white; /* Change text color to white */
    }



#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #loader img {
        width: 100px;
        height: auto;
        animation: pulse 1s infinite;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Add styles for the Zone Facturare list container */
.zone-facturare-container {
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
    opacity: 1;
}

.strada-facturare-container {
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
    opacity: 1;
}

.collapsed {
    max-height: 60px; /* Adjust this value to the height of a single tile */
    opacity: 0.5;
}

/* Add styles for the Zone Facturare list items */
.tile, .tile-contract, .tile-filiale {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; /* Make the tiles 100% wide */
    height: auto; /* Adjust height to auto */
    margin: 10px 0; /* Adjust margin for spacing */
    padding: 30px 0; /* Add padding top and bottom */
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s;
    position: relative;
}

    .tile p, .tile-contract p, .tile-filiale p {
        margin: 0;
        color: black; /* Change text color to black */
        font-weight: normal;
        font-size:1.4em;
    }

    .tile:hover, .tile-contract:hover, .tile-filiale:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background-color: #f0f0f0;
        border-color: #2B9D2B;
    }

    .tile.selected, .tile-contract.selected, .tile-filiale.selected {
        border-color: #3ba33e;
        background-color: #3ba33e;
        color: #f0f0f0;
    }

    .tile.selected p, .tile-contract.selected p, .tile-filiale.selected p{
        color:#f0f0f0;
    }

        .tile.selected .checkmark, .tile-contract.selected .checkmark, .tile-filiale.selected .checkmark {
            display: block;
        }

.tile-zone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Make the tiles 100% wide */
    height: auto; /* Adjust height to auto */
    margin: 10px 0; /* Adjust margin for spacing */
    border: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s;
    padding: 0 20px;
    position: relative;
}

    .tile-zone p {
        margin: 0;
        color: black; /* Change text color to black */
        font-weight: bold;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .tile-zone:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background-color: #f0f0f0;
        border-color: #2B9D2B;
    }

    .tile-zone.selected {
        border-color: #3ba33e;
        background-color: #3ba33e;
        color:#f0f0f0;
    }

    .tile-zone .checkmark {
        display: none;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 24px;
        color: #2B9D2B;
    }

    .tile-zone.selected .checkmark {
        display: block;
    }

.tile-strada {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; /* Make the tiles 100% wide */
    height: auto; /* Adjust height to auto */
    margin: 10px 0; /* Adjust margin for spacing */
    border: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s;
    padding: 0 20px;
    position: relative;
}

    .tile-strada p {
        margin: 0;
        color: black; /* Change text color to black */
        font-weight: bold;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .tile-strada:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background-color: #f0f0f0;
        border-color: #2B9D2B;
    }

    .tile-strada.selected {
        border-color: #2B9D2B;
        background-color: #e7f3ff;
    }

    .tile-strada .checkmark {
        display: none;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 24px;
        color: #2B9D2B;
    }

    .tile-strada.selected .checkmark {
        display: block;
    }


.collapsed .tile-zone {
    display: none;
}

    .collapsed .tile-zone.selected {
        display: flex;
    }





.gdpr-agreement {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

    .gdpr-agreement input[type="checkbox"] {
        margin-right: 10px;
    }

    .gdpr-agreement label {
        color: #f0f0f0;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

    .gdpr-agreement a {
        color: #2B9D2B;
        text-decoration: underline;
        cursor: pointer;
    }

.gdpr-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.gdpr-dialog-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gdpr-dialog-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .gdpr-dialog-close:hover,
    .gdpr-dialog-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/* Modernize radio buttons */
.custom-radio {
    display: none;
}

    .custom-radio + label {
        display: inline-block;
        padding: 10px 20px;
        border: 2px solid #2B9D2B;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        background-color: transparent;
        color: #2B9D2B;
    }

    .custom-radio:checked + label {
        background-color: #2B9D2B;
        color: white;
    }



/* Style for returning customer form */
/* Style for returning customer form */
#returning-customer-form {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    #returning-customer-form h3 {
        margin-bottom: 20px;
        font-size: 1.5em;
        color: #333;
    }

    #returning-customer-form input[type="text"] {
        width: calc(100% - 22px);
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 1em;
    }

    #returning-customer-form button {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        font-size: 1em;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        #returning-customer-form button:hover {
            background-color: #0056b3;
        }

#client-details {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

/* Style for form fields */
.form-group {
    margin-bottom: 15px;
}

.form-group input{
    border-radius:50px;
}

    .form-group label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        box-sizing: border-box;
        border-radius: 50px;
    }

    .form-group button {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        background-color: #007bff;
        color: white;
        font-size: 1em;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .form-group button:hover {
            background-color: #0056b3;
        }

#grupAdaugaLocalitate,
#grupAdaugaStrada {
    display: none;
    margin-top: 10px;
}



.invalid-input {
    background-color: #ffffcc;
}


/* Blurry background overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 1000; /* Ensure the overlay is on top */
}

/* Dialog styles */
.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1001; /* Ensure the dialog is above the overlay */
    display: none;
}

.dialog-content {
    text-align: center;
}

    .dialog-content p {
        margin-bottom: 20px;
    }

    .dialog-content button {
        margin: 0 10px;
        padding: 10px 20px;
        border: none;
        background: #007bff;
        color: white;
        border-radius: 4px;
        cursor: pointer;
    }

        .dialog-content button:hover {
            background: #0056b3;
        }




.modern-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    width:60%;
}

    .modern-button:hover {
        background-color: #45a049;
    }


    .modern-button:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    }



.strada-container {
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
}

.tile-strada {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 60px;
    margin: 10px 0;
    border: 1px solid #ccc;
    text-align: left;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s;
    padding: 0 20px;
    position: relative;
}

    .tile-strada p {
        margin: 0;
        color: #2B9D2B;
        font-weight: bold;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .tile-strada:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background-color: #f0f0f0;
        border-color: #2B9D2B;
    }

    .tile-strada.selected {
        border-color: #2B9D2B;
        background-color: #e7f3ff;
    }

    .tile-strada .checkmark {
        display: none;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 24px;
        color: #2B9D2B;
    }

    .tile-strada.selected .checkmark {
        display: block;
    }



.terms-dialog {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.terms-dialog-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.terms-dialog-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .terms-dialog-close:hover,
    .terms-dialog-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

input[type="number"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

    input[type="number"]:focus {
        border-color: #4CAF50;
        outline: none;
        box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
    }

/*select {
    min-height: 40px;*/ /* Adjust the value as needed */
    /*-webkit-appearance: none;*/ /* Remove default styling on iOS */
    /*-moz-appearance: none;*/ /* Remove default styling on Firefox */
    /*appearance: none;*/ /* Remove default styling on other browsers */
    /*padding: 5px;*/ /* Add padding for better appearance */
    /*border: 1px solid #ccc;*/ /* Add border to match other inputs */
    /*border-radius: 4px;*/ /* Add border radius for consistency */
    /*font-size: 16px;*/ /* Adjust font size as needed */
/*}*/



.highlight-required {
    background-color: #ffffcc; /* Light yellow background */
}


.formSemnatura {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

    .formSemnatura label {
        font-size: 1.2em;
        margin-bottom: 10px;
    }

    .formSemnatura canvas {
        border: 2px solid #ccc;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .formSemnatura button {
        margin: 5px;
        padding: 10px 20px;
        font-size: 1em;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .formSemnatura .btn-secondary {
        background-color: #6c757d;
        color: white;
    }

    .formSemnatura .btn-primary {
        background-color: #007bff;
        color: white;
    }

    .formSemnatura button:hover {
        opacity: 0.8;
    }


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.summary-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #f0f0f0;
}

    .summary-item strong {
        color: #3ba33e;
    }

#summaryDiv h3 {
    font-size: 24px;
    color: #f0f0f0;
    margin-bottom: 20px;
}

#summaryDiv h4 {
    font-size: 20px;
    color: #f0f0f0;
    margin-top: 20px;
}

#terms-link{
    color:#2B9D2B;
}

.green-text{
    color:#2B9D2B;
}

#introContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    overflow: hidden;
    background-image: url('../../images/background_intro.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#textContainer {
    width: 100%;
    z-index: 100; /* Ensure it is above the imagesContainer */
    background: #1c5858; 
    box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.4); /* Add shadow at the top */
}

#imagesContainer {
    position: relative;
    z-index: 1; /* Ensure it is below the textContainer */
    flex-grow: 1;
}

.row {
    display: flex;
    justify-content: space-between;
    overflow:hidden;
}

.column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.oval-image {
    width: 150px;
    height: 300px;
    border-radius: 150px / 150px; /* This creates the rounded top and bottom */
    object-fit: cover;
    margin-bottom: 10px;
}

.round-image {
    width: 150px;
    height: 150px;
    border-radius: 150px / 150px; /* This creates the rounded top and bottom */
    object-fit: cover;
    margin-bottom: 10px;
}

.round-image-logo {
    width: 150px;
    height: 150px;
    border-radius: 150px / 150px; /* This creates the rounded top and bottom */
    object-fit: contain;
    margin-bottom: 10px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.glow {
    animation: green-border-pulse 6s forwards;
}

@keyframes green-border-pulse {
    0%, 100% {
        border: 3px solid transparent;
    }

    25%, 75% {
        border: 3px solid #2B9D2B; /* Lighter green border */
    }

    50% {
        border: 3px solid transparent;
    }

    90%, 100% {
        border: 3px solid #2B9D2B; /* Lighter green border */
    }
}



/*.glow {
    animation: white-glow 1.5s infinite;
}*/

@keyframes white-glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }

    50% {
        box-shadow: 0 0 30px rgba(255, 255, 255, 1);
    }

    100% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }
}

.white-glow {
    animation: white-glow 1.5s infinite;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px rgba(43, 157, 43, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(43, 157, 43, 1);
    }

    100% {
        box-shadow: 0 0 5px rgba(43, 157, 43, 0.5);
    }
}


@keyframes rotate-blue-glow {
    0% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    25% {
        box-shadow: 0 0 20px rgba(0, 123, 255, 1);
    }

    50% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

    75% {
        box-shadow: 0 0 20px rgba(0, 123, 255, 1);
    }

    100% {
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }
}

@keyframes green-glow {
    0% {
        box-shadow: 0 0 10px rgba(40, 167, 69, 0.7);
    }

    50% {
        box-shadow: 0 0 30px rgba(40, 167, 69, 1);
    }

    100% {
        box-shadow: 0 0 10px rgba(40, 167, 69, 0.7);
    }
}

@keyframes red-glow {
    0% {
        box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    }

    50% {
        box-shadow: 0 0 20px rgba(220, 53, 69, 1);
    }

    100% {
        box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
    }
}

.rotate-blue-glow {
    animation: rotate-blue-glow 1.5s infinite;
}

.green-glow {
    animation: green-glow 1.5s 4;
}

.red-glow {
    animation: red-glow 1.5s infinite;
}

.checked::after {
    content: ' ✔';
    color: green;
}

/* Media query for tablets and mobile phones */



@media (max-width: 768px) {
    .maincontainer {
        width: 100vw;
        margin: 0px;
        height: 92vh;
    }

    .modal-content {
        margin: 5% auto;
    }
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.ui-menu-item {
    padding: 5px 10px;
    cursor: pointer;
}

    .ui-menu-item:hover {
        background-color: #f0f0f0;
    }




.remove-location {
    background-color: #ff4d4d; /* Bright red for attention */
    color: white; /* White text for contrast */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 15px; /* Add padding for a comfortable click area */
    font-size: 14px; /* Modern font size */
    font-weight: bold; /* Bold text for emphasis */
    cursor: pointer; /* Pointer cursor on hover */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth hover effect */
}

    .remove-location:hover {
        background-color: #e60000; /* Darker red on hover */
        transform: scale(1.05); /* Slightly enlarge on hover */
    }

    .remove-location:active {
        background-color: #cc0000; /* Even darker red on click */
        transform: scale(0.95); /* Slightly shrink on click */
    }


#step6-company .form-group {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*background-color: #f9f9f9;*/
}

#step6-company h4 {
    margin-top: 0;
    /*color: #333;*/
}


.container-list {
    margin-top: 10px;
    padding-left: 15px;
}

.container-row {
    margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*background-color: #f9f9f9;*/
}

/*.invalid-input {
    outline: 2px solid red;
    box-shadow: 0 0 5px red;
}
*/


.file-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

    .file-button:hover {
        background-color: #0056b3;
    }

.file-name {
    margin-left: 10px;
    font-size: 14px;
    color: #555;
}
