.book-a-stand-form {
    padding-top: 30px;
}


.form-control,
.form-select,
.select2-selection__rendered {
    height: 40px;
    line-height: 42px;
    width: 100%;
    margin: 0;
    border: 1px solid #69727d;
    outline: 0;
    font-weight: 400;
    font-family: inherit;
    border-radius: 3px;
    padding: 0 15px;
    background-color: #fff;
    color: #111111;
    transition: 0.2s;
    box-shadow: none;
    font-size: 15px;
    vertical-align: middle;
    font-family: "Barlow", Sans-serif;
}

label.form-check-label {
    margin: 5.5px 5px;
    color: black !important
}

.form-check .form-check-input {
    width: 25px;
    height: 25px;
    border-color: darkgray
}

.select2-container {
    max-width: 100%;
}

textarea.form-control {
    height: 222px;
}

    textarea.form-control.Exhibitor-text-area {
        height: 120px;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 15px;
    padding-right: 20px;
    overflow: hidden;
    padding-block: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    min-width: 100%;
    line-height: 22px;
}

.form-label {
    font-size: 17px;
    font-weight: 500;
    color: var(--secondry-color);
}

.form-control:focus,
.select2-selection__rendered:focus {
    border: 1px dotted;
    box-shadow: none;
}

.select2-container .select2-selection--single {
    height: auto;
    padding: 0;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 20px;
}

.form-control::placeholder {
    color: #666666ab;
    opacity: 1;
}

label {
    margin-bottom: 1.6em;
    color: rgb(75, 79, 88);
    font-size: 15px;
}

#e1 {
    background: url(../images/down-arrow.webp) no-repeat center right;
    background-size: 15px;
    background-position: 98%;
}

.download-brochure-form {
    h2

{
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

}

.form-submit-btn {
    color: #ffffff;
    background-color: #333;
    border: none;
    padding: 8px 25px;
    border-radius: 2px;
    font-weight: 600;
    &:hover

{
    background-color: #3a3a3a;
    color: #fff;
}

}


.img-flag {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 30px;
}

span.asteric {
    color: red;
}
