/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2024 | 09:17:38 */
.form_box {
   box-shadow: 0px 5px 15px 0px #e1dcdc;
   border-radius: 10px;
}
.requist-section {
   padding: 25px;
   border-radius: 8px;
   box-shadow: 5px 5px 15px #d1d5f7;
}
.requist-button {
   border: none;
   margin-bottom: 0px;
}
.requist-button:hover {
   background: #fff !important;
}
.custom-box-shadow-re {
   border-radius: 5px;
   box-shadow: inset -3px -2px 5px 0px rgb(255 255 255 / 66%), inset -1px -1px 0px 0px rgb(255 255 255 / 18%), inset 2px 2px 7px 0px rgb(49 69 106 / 18%) !important;
   width: 200px;
   padding: 12px 15px;
   padding-bottom: 2px;
}
.form-requist button.forminator-button.forminator-button-submit {
    border-radius: 5px !important;
}
.woocommerce-checkout {
   margin-top: 40px;
}
.woocommerce-checkout div#customer_details {
    border: 1px solid green;
    padding: 30px;
    border-radius: 15px;
}
.woocommerce-checkout .has-border {
    border: 1px solid var(--fs-color-primary);
    padding: 30px;
    border-radius: 20px;
}
.woocommerce-checkout input {
    border-radius: 5px;
}
.woocommerce-billing-fields {
    border-top: none;
    padding-top: 0px;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    line-height: 50px !important;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fdfdfd;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px !important;
    color: #333;
}
.select2-container--default .select2-selection--single {
    border-color: #ddd;
    padding: 0px 10px;
    font-size: 16px;
}
.select2-container .select2-selection__arrow {
    top: 0px !important;
    height: 100%;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 0 5px 5px 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #27ae60;
    color: #fff;
}
