/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.3.0
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/


.group input, .form-full input[type="text"], .select2-container--default .select2-selection--multiple {
    padding: 8px 9px!important;
    display: block!important;
    border-radius: 11px!important;
    background-color: #0000!important;
    border: 2px solid #2f4b6096!important;
    font-family: 'Kumbh Sans'!important;
    color: #2f4b6096!important;
}
.select2-container--default .select2-selection--multiple {
	padding: 2px 9px!important;
}

.group {
    display: flex;
    gap: 11px;
}
.group-select {
    color: #6f6d60;
    margin-top: 6px;
    margin-bottom: 11px;
    width: 100%;
    display: block;
}
.group input, .form-full input[type="text"], .select2-container--default .select2-selection--multiple {
    padding: 8px 9px !important;
    display: block !important;
    border-radius: 11px !important;
    background-color: #0000 !important;
    border: 2px solid #2f4b6096 !important;
    font-family: 'Kumbh Sans' !important;
    color: #2f4b6096 !important;
    width: 220px;
}
.company, .wpcf7-selct_multiselct,input.select2-search__field, .select2-container--default .select2-selection--multiple {
    width: 453px !important;
    margin: 8px 0;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    line-height: 1;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
	 padding: 8px 9px!important;
    border-radius: 11px!important;
    background-color: #0000!important;
    border: 2px solid #2f4b6096!important;
    font-family: 'Kumbh Sans'!important;
    color: #2f4b6096!important;
}
.select2-container--default .select2-selection--multiple{
	padding: 2px 9px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 7px;
    padding: 0;
    margin-bottom: 4px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #2f4b60;
    color: #fff;
    border: 0;
    border-radius: 12px;
    padding: 9px 32px;
    font-family: 'Kumbh Sans';
}
