.banner-sec.block-page-detail {
    min-height: 610px;
}
section#__field_ input, section#__field_ select {
    height: 2.5rem;
    border-width: 1px;
    padding-right: 13px;
    padding-left: 13px;
    width: 100%;
    border: 1px solid #00a0e3;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: rgba(12, 12, 13, .7098039216);
}

section#__field_ .Form__Element__Caption {
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

section#__field_ .cctype-choice {
    max-width: 25%;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px 0 16px;
}

section#__field_ .cctype-choice-lang {
    max-width: 40%;
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px 0 16px;
}

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
    content: "*" !important;
    color: red !important;
}

.EPiServerForms .Form__Element {
    margin-bottom: 1rem !important;
}


section#__field_ .cctype-choice-lang label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

section#__field_ .cctype-choice label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
}

section#__field_ .cctype-choice input[type=radio], section#__field_ .cctype-choice input[type=checkbox], section#__field_ .cctype-choice-lang input[type=radio] {
    min-width: 30px;
    width: 30px;
    border: 1px solid #00a0e3;
    margin-right: 0;
    cursor: pointer;
    position: relative;
}

section#__field_ .cctype-choice input[type=radio], section#__field_ .cctype-choice-lang input[type=radio] {
    border-radius: 50px;
}

    section#__field_ .cctype-choice input[type=radio]:checked, section#__field_ .cctype-choice-lang input[type=radio]:checked {
        background-color: #00a0e3;
    }

section#__field_ .FormFileUpload input {
    width: 100%;
    padding: 6px;
}

section#__field_ .FormFileUpload label {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
    width: 100%;
}

section#__field_ .FormFileUpload {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    gap: 12% !important;
}

.radiomargin {
    margin-bottom: 20px;
}

section#__field_ .submit-app-btn {
    text-align: center;
    margin-top: 20px;
}

.style2 {
    background-color: #0e3753;
    color: #fff;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #0e3753;
    padding: .625rem 3rem;
    border-radius: 0;
}

.Form__MainBody {
    margin-top: 30px;
}

.style2:hover {
    border: 1px solid #4d55ae;
    background-color: #4d55ae;
}

@media screen and (min-width: 768px) {
    .fullwidthcc .cctype-choice, .fullwidthcc .cctype-choice-lang {
        max-width: 16.5% !important;
    }

    .spacing {
        padding: 0 30px;
    }

    .text-spacing {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    section#__field_ .FormFileUpload {
        width: 100% !important;
    }

    section#__field_ .cctype-choice, section#__field_ .cctype-choice-lang {
        max-width: 100% !important;
    }

    .EPiServerForms .Form__Status .Form__Success__Message {
        padding: 5rem 2rem;
    }
}

hr {
    height: 2px !important;
    margin: 25px 0;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    background: linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
    border: 0;
}

    hr:after {
        display: block;
        content: '';
        height: 30px;
        background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
        background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
        background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
        background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
    }

input:disabled {
    background: lightgrey;
}

p.text-spacing {
    font-size: 0.9rem;
}
.hidden {
    display: none !important
}
.EPiServerForms .Form__Status .Form__Success__Message {
    background-color: #009ee2;
    color: #333;
    margin: 5rem auto;
    padding: 5rem;
    color: #fff;
    border-radius: 15px;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

    button[disabled]:hover {
        border: 1px solid #999999 !important;
        background-color: #cccccc !important;
        color: #666666 !important;
    }


.usersection-main .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}



.usersection-main .location-search-bar > div.input-group {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 44px;
}

.usersection-main .location-search-bar #search-btn {
    padding: 23px 18px;
}

    .usersection-main .location-search-bar #search-btn img {
        max-width: 25px;
        width: 100%;
    }

.usersection-main input.form-control::placeholder {
    color: #c6c6c6;
    opacity: 1;
}

.usersection-main .form-group.d-flex {
    flex-direction: row;
    gap: 20px;
}

    .usersection-main .form-group.d-flex .form-t-field {
        width: 50%;
        margin: 0 0 1.5rem 0;
    }

.usersection-main .submit-form-btn button {
    background-color: #8050C0;
    color: #FFF;
    font-size: 1.125rem !important;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #8050C0;
    padding: 0.625rem 3.125rem;
    border-radius: 0px;
}

    .usersection-main .submit-form-btn button:hover {
        border: 1px solid #4D55AE;
        background-color: #4D55AE;
        color: #ffffff;
    }

.usersection-main .submit-form-btn span {
    background-color: #006ab6;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.45rem 3.125rem;
    border-radius: 0px;
    display: flex;
    align-items: center;
}

    .usersection-main .submit-form-btn span:hover {
        color: #ffffff;
        background: #003B7A;
    }

.usersection-main .submit-form-btn.d-flex {
    gap: 20px;
    margin-top: 60px;
    padding: 0 25px;
    justify-content: center;
}

.usersection-main #cancel-loc-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.usersection-main .input-group.form-group {
    display: flex;
    flex-direction: column;
    margin: 35px 0;
}

    .usersection-main .input-group.form-group input {
        width: 100%;
        border-radius: 5px !important;
    }

.usersection-main .add-loc-form .form-group span {
    margin-bottom: 10px;
    display: block;
    color: #006ab6;
    font-size: 1.3rem;
    font-weight: 600;
}

.usersection-main .add-loc-form .form-group label {
    color: #000;
    position: relative;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.usersection-main .add-loc-form label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    margin-right: 20px;
}

.usersection-main .add-loc-form input.form-control,
.usersection-main .add-loc-form textarea.form-control {
    height: 3.5rem;
    border-width: 1px;
    padding-right: 13px;
    padding-left: 13px;
    width: 100%;
    border: 1px solid #00a0e3;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: rgba(12, 12, 13, 0.7098039216);
    border-radius: 0;
}

.usersection-main ul.content-list.poi-result {
    display: flex;
    flex-direction: row;
    gap: 20px;
    border-bottom: 1px solid #c6c6c6;
    padding: 0 25px 40px !important;
}

.usersection-main .locations_search-sec .form-group {
    padding: 0 25px;
}

.usersection-main .edit-delete-btn {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .usersection-main .edit-delete-btn a {
        background: #1c567b;
        color: #ffffff;
        padding: 5px 5px;
        border: 0;
        border-radius: 0;
        font-weight: 500;
        min-width: 85px;
    }

.usersection-main .input-group .btn {
    position: absolute;
    z-index: 2;
    bottom: 16px;
    top: 0;
    right: 0;
    padding: 15px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    border: 0;
}

.usersection-main .btn-primary:focus,
.usersection-main .btn-primary:active:focus,
.usersection-main .btn-primary.active:focus {
    color: #fff;
    box-shadow: none;
}

.usersection-main .form-group .error {
    font-size: 12px;
    margin-top: -15px;
    display: block;
}

.usersection-main .mandatory-text {
    text-indent: -7px;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #006AB6;
    font-size: 12px;
}

.usersection-main #location-result .table-bordered {
    border-color: #dfd0dc;
}

    .usersection-main #location-result .table-bordered th {
        font-size: 1.13rem;
    }

.usersection-main #location-result tr td {
    font-size: 1.12rem;
}

/* Responsive adjustments */
@media screen and (max-width: 991px) {
    .usersection-main .update-loc-sec {
        flex-direction: column;
    }

        .usersection-main .update-loc-sec .tabs {
            flex-direction: row;
            gap: 0;
        }

            .usersection-main .update-loc-sec .tabs .tab {
                border-radius: 5px 5px 0 0;
                font-size: 15px;
                width: 50%;
                line-height: 20px;
            }

    .usersection-main .publish-btn {
        display: none !important;
    }

    .usersection-main .form-group.d-flex .form-t-field {
        width: 100%;
    }

    .usersection-main .submit-form-btn.d-flex {
        gap: 5px;
        margin-top: 30px;
        padding: 0;
    }

    .usersection-main .submit-form-btn .submit {
        font-size: 17px;
    }

    .usersection-main .input-group .btn {
        top: 0;
        padding: 10px 18px;
    }
}

section.usersection-main {
    min-height: 50rem !important;
    margin-top: 3rem;
}