* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', sans-serif;
    background-image: none !important;
}
.iti__selected-flag {
    border-right: 1px solid #DBDFE9;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 60px !important;
    }
.venue-container {
    display: flex;
    gap: 27px; 
    max-width: 1093px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 5rem;
}
.submit-form h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 34.8px;
    letter-spacing: -0.9303167462348938px;
    text-align: left;
    color: #131313;
    margin-top: 2rem;
}
.venue-col {
    border-radius: 10px;
}
input::placeholder {
    font-size: 14px;
}
input::-webkit-input-placeholder {
    font-size: 14px;
  }
  
  input:-moz-placeholder {
    font-size: 14px;
  }
  
  input::-moz-placeholder {
    font-size: 14px;
  }
  
  input:-ms-input-placeholder {
    font-size: 14px;
  }
.overtv-device {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 1rem;
}
.prices span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prices span:nth-child(1) {
   margin-bottom: 0.5rem;
}
.prices span:nth-child(2) {
    margin-bottom: 0.5rem;
 }
.prices p:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.87px;
    text-align: left;
    color: #909090;
}
.prices p:nth-child(2) {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.87px;
    text-align: left;
    color: #131313;
}
.summary-border {
    height: 1px;
    background-color: #A1A1A11A;
    margin-top: 1.5rem;
    margin-bottom: 22px;
}
.input-wrapper {
    border: 1px solid #DBDFE9;
    font-size: 16px;
    border-radius: 8px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.edit-address {
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.edit-text button {
    height: 44px;
    border: 0px;
    background: #DBDFE9;
    width: 64px;
    border-right: 0px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.8rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #DBDFE9;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}
.input-wrapper input {
    border: 0px !important;
}
.input-wrapper input[type="text"] {
    border: 0 !important;
}
.overtv-device span {
    margin-left: 29.26px;
}
.overtv-device p:nth-child(1) {
    color: #131313;
    font-size: 19.19px;
    font-weight: 600;
    line-height: 26.87px;
    text-align: left;

}
.overtv-device p:nth-child(2) {
    color: #2AA520;
    font-size: 15.35px;
    font-weight: 500;
    line-height: 26.87px;
    text-align: left;
}
.total-prices p:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.87px;
    text-align: left;
}
.total-prices p:nth-child(3) {
    font-size: 15.4px;
    font-weight: 400;
    line-height: 26.87px;
    text-align: left;
    color: #131313;
    margin: 1rem 0px;
    width: 100%;
}
.total-prices p:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    line-height: 26.87px;
    text-align: left;
    color: #131313;
    margin-top: 0.7rem;
}
.del {
    content: '';
    position: absolute;
    top: 44%; 
    left: 0;
    right: 0;
    height: 2px; 
    background-color: #FFFFFF; 
    transform: translateY(-50%);
    pointer-events: none;
}
.total-prices p:nth-child(4) {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #131313;
    margin-top: 1rem;
}
.total-prices span{
    margin-top: 15px;
    font-size: 14px;
    line-height: 19px;
}
.summary-block {
    background: #FFFFFF;
    border: 0.96px solid #2B2B2B;
    border-radius: 10px;
    padding: 2rem;
}
.summary-block p {
    color: #909090;
    font-size: 15.35px;
    font-weight: 500;
    line-height: 15.35px;
    text-align: left;
}
.privacy-policy p {
    display: inline;
    color: #00A3FB;
    margin: 0; 
    font-size: 11.52px;
    font-weight: 400;
    line-height: 16.12px;

}
.safesecure-box {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.margin-privacy {
    margin-top: 1rem;
}
.privacy-policy span {
    font-size: 11.52px;
    font-weight: 400;
    line-height: 16.12px;
    color: #666666;
}

/* Define the width for each column */
.col-left {
    background: #FFFFFF;
    padding: 30px;
    flex: 0 0 629px;
}

.col-right {
    flex: 0 0 442px;
}
.venue-signup h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: -0.9303167462348938px;
    text-align: left;
}
.venue-signup span {
    font-size: 16px;
    display: flex;
    gap: 5px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
    text-align: left;
}
.venue-signup p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
    text-align: left;
    background: linear-gradient(180deg, #00A3FB 0%, #0077FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.form-control {
    display: flex;
    flex-direction: column;
    /* margin-top: 20px; */
}
.form-control-flex {
    display: flex;
    gap: 10px;
}
.business_info_text{
    color:#6C757D;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0px;
}
.form-control-flex .form-control {
    flex: 1;
}

.form-control select:invalid{
    color: #99A1B7;
}
.form-control label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #3C3C3C;
    line-height: 23.07px;
    font-family: 'Inter', sans-serif;
    margin-top: 15px;
}
.iti--allow-dropdown input {
    width: 100%;
}
.form-control input {
    padding: 13.6px 13.79px 14.4px 14.3px;
    font-size: 14px;
    border: 1px solid #DBDFE9;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: 'Inter';
}

.form-control input::placeholder {
    color: #99A1B7; 
}

.form-control .input-description {
    font-size: 12.6px;
    font-weight: 400;
    color: #BBBBBB;
    margin-top: 2px;
    line-height: 20px;
}
.form-margin {
    /* margin-top: 1.5rem; */
}
.submit-button button {
    width: 100%; 
    border-radius: 9.96px;
    margin-top: 1.8rem;
    border: 0;
    background:#047EFE;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0.7rem;
    height: 50px; 
    position: relative; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.terms-checkbox {
    display: flex;
    align-items: flex-start; 
    gap: 8px;
    font-size: 14px;
    color: #333;
    font-family: 'Inter', sans-serif;
}
.terms-checkbox-margin {
    margin-top: 1rem;
}
.terms-checkbox-margin-2 {
    margin-top: 1.5rem;
}
.agree-terms span {
    gap: 4px;
}
.agree-terms p {
    display: inline;
    color: #00A3FB;
}
.border {
    height: 0.96px;
    margin-top: 1rem;
    background-color: #bfbfbf;
}
.terms-checkbox label {
    font-size: 14.39px;
    font-weight: 400;
    padding-top: 3px;
    line-height: 18.23px;
    text-align: left;
    max-width: 527px;
    font-family: 'Roboto', sans-serif;
}
.terms-checkbox input[type="checkbox"] {
    margin: 0;
}
input[type="checkbox"] {
    display: block;
}
.terms-checkbox input[type="checkbox"] {
    width: 17.27px;
    height: 17.27px;
    border-radius: 3.84px 0px 0px 0px;
    border: 0.96px solid #DBDFE9;
    margin-top: 2px; 
    cursor: pointer;
}
.right-column {
    display: flex;
    justify-content: end;
}

.terms-checkbox input[type="checkbox"]:checked {
    background-color: #0077FF; 
    border-color: #0077FF; 
}

.terms-checkbox input[type="checkbox"]::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px; 
    left: 4px; 
    opacity: 0;
}

.terms-checkbox input[type="checkbox"]:checked::after {
    opacity: 1; 
}
.terms-checkbox a {
    color: #0077FF; 
    text-decoration: none; 
}

.terms-checkbox a:hover {
    text-decoration: underline; 
}
.error {
    color: red;
    font-size: 0.75rem;
}
.hq-Address{
    width: 100%;
}
.address{
    width: 100%;
}
.submit-button {
    display: flex; 
    justify-content: center; 
    align-items: center; 
}
.loader {
    border: 3px solid white; 
    border-top: 2px solid white; 
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin-left: 10px; 
}

.autocomplete-list {
    position: absolute; 
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000; 
    background-color: white;
    border-top: none; 
    max-height: 200px;
    overflow-y: auto; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
}
.adress-field {
    position: relative; 
}
.autocomplete-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s; 
}

.autocomplete-item:hover {
    background-color: #f0f0f0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.signup-button {
    position: relative; 
    padding-right: 30px; 
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .venue-container {
        max-width: 100%;
        padding: 5px;
    }

    .col-left {
        flex: 0 0 55%; 
    }

    .col-right {
        flex: 0 0 45%; 
    }
}

@media (max-width: 768px) {
    .head-text{
        font-size: 28px;
        color: white;
        text-align: center;
        margin-top: 50px;
    }
    .prices p:nth-child(1) {
        font-size: 14px;
    }
    .prices p:nth-child(2) {
        font-size: 14px;
    }
    .total-prices p:nth-child(3) {
        font-size: 14px;
    }
    .total-prices span {
        font-size: 14px;
    }
    .venue-container {
        flex-direction: column-reverse; 
        gap: 15px; 
        margin-top: 35px;
        align-items: center;
    }
    .form-control-flex .form-control {
        width: 100%;
    }
    .overtv-device span {
        margin-left: 16px;
    }
    .form-control label {
        margin-top: 15px;
    }
    .col-left{
        width: 95%;
        padding: 22px !important;
    }
    .col-left, .col-right {
        flex: 1; 
    }
    .submit-form h2{
        margin-top: 9px !important;
        margin-bottom: 10px !important;
    }
    .form-control input {
        padding: 13.4px;
        font-size: 14px;
        border: 1px solid #DBDFE9;
        border-radius: 6px;
        box-sizing: border-box;
        font-family: 'Inter';
        font-weight: 300px;
    }
    .form-control label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        color: #3C3C3C;
        line-height: 23.07px;
        font-family: 'Inter', sans-serif;
        /* margin-top: 15px; */
    }
    .terms-checkbox label {
        font-size: 13.45px;
        font-weight: 400;
        padding-top: 0px;
        line-height: 18.23px;
        text-align: left;
        max-width: 527px;
        font-family: 'Inter', sans-serif;
    }
    .submit-button button {
        margin-top: 20px !important;
    }
    .submit-form .business_info{
        margin-top: 35px !important;
        margin-bottom: 10px !important;
    }
    .business_info_text {
        width: 103%;
    }
    .form-control-flex {
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        gap:0px;
    }
    .terms-checkbox-margin {
        margin-top: 35px;
    }
    .terms-checkbox {
        align-items: center;
        gap: 11px;
    }
}

@media (max-width: 480px) {
    .venue-container {
        padding: 5px;
    }

    .venue-col {
        padding: 8px;
    }
}