/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
.dm-sans-<uniquifier> {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
    font-family: "DM Sans", serif;
    background-color: #F6F5FA;
}


h1{

	text-align: left!important;
    font-size: 2.2rem;
    font-weight: 700;
}
p{
	font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
    color: #1c1c1c;

}


.with_frm_style .frm_primary_label{

	 font-size: 16px;
	 padding-bottom: 15px;
	     text-transform: uppercase;
    font-weight: 700;
}

.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label{
	font-size: 1.0em;
    font-weight: 200;
    line-height: 1.6em;
    color: #000000;

}
.frm_style_stile-di-formidable.with_frm_style p.description, .frm_style_stile-di-formidable.with_frm_style div.description, .frm_style_stile-di-formidable.with_frm_style div.frm_description, .frm_style_stile-di-formidable.with_frm_style .frm-show-form > div.frm_description, .frm_style_stile-di-formidable.with_frm_style .frm_error, .frm_style_stile-di-formidable.with_frm_style .frm_pro_max_limit_desc{



   	font-weight: 300;
    line-height: 1.2em;
    color: #1c1c1c;

}



.frm_style_stile-di-formidable.with_frm_style .form-field {
    margin-bottom: 59px;
}


.frm_display_format_buttons.vertical_radio .frm_opt_container, .frm_display_format_buttons.horizontal_radio .frm_opt_container{
 gap: 15px !important;
}

.checkbox, .woocommerce-form-login__rememberme, .comment-form-cookies-consent, .woocommerce-SavedPaymentMethods-saveNew{
	padding-left: 0px;
}

.frm12{
    padding: 20px;
}



.frm12 a{
  color: white!important;
    text-decoration: none;
    padding: 15px;
    border-radius: 30px;
    background-color: black;
    width: 100%;
    display: block;
    text-align: center;
}

.card{
    border: none;
    border-radius: 15px;
    max-height: 600px;
    overflow-y: scroll;
}
.frm-grid-view{
    border: none!important;
}
.frm_entry_ul{
    list-style: none;
    color: black!important;
     width: 100%;
    padding-left: 0;
}
.frm_entry_ul li{
       margin-bottom: 40px;
       width: 100%;
}

.frm_entry_ul a{
    color: white!important;
    text-decoration: none;
    padding: 15px;
    border-radius: 30px;
    background-color: black;
    width: 100%;
    display: block;
    text-align: center;
}
 .profile-card {
            background-color: #f8f9fa;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            margin-top: 30px;
        }

        .section-title {
            font-size: 1.5rem;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .profile-info {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .profile-info span {
            font-weight: normal;
            color: #6c757d;
        }

        .entry-links a {
            text-decoration: none;
            font-weight: bold;
            color: #007bff;
            margin-bottom: 10px;
            display: block;
        }

        .btn-custom {
            background-color: #343a40;
            color: #fff;
            border-radius: 20px;
            padding: 8px 20px;
            font-weight: bold;
        }

        .btn-custom:hover {
            background-color: #495057;
        }}
