/*
Theme Name: NSDbytes
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
*/
.country-name {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.default-form .form-check-input {
    opacity: 1 !important;
 
}

.default-form .cust-form-check-input label{padding: 0;}
.default-form .cust-form-check-input .wpcf7-list-item {
    margin: 0px 20px 10px 0;
}
.bg-color2 .default-form .wpcf7-list-item-label::before {
    background: var(--bs-white);
}
.wpcf7-list-item-label::before {
    content: '';
    -webkit-appearance: none;
    appearance: none;
    background: var(--bg-color2);
    border-radius: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    top: -1px;
    cursor: pointer;
    margin-right: 8px;
    width: 22px;
    height: 22px;
    transition: var(--transition);
}
.wpcf7-list-item input:checked+.wpcf7-list-item-label {
    color: var(--primary-color);
}
.wpcf7-list-item input[type=checkbox]  {
    opacity: 0;
    width: 0;
    height: 0;
    margin-left: 0;
}
.wpcf7-list-item input + .wpcf7-list-item-label {
    position: relative;
    padding: 0;
    cursor: pointer;
}
.wpcf7-list-item input:checked+.wpcf7-list-item-label::before {
    background: var(--primary-color);
}

.wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 12px;
    color: var(--bs-white);
    position: absolute;
    top: 2px;
    left: 5px;
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
.form-floating .form-control
{
    height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width)* 2));
    line-height: 1.25;
}

.form-floating .form-control:focus,.form-floating .form-control-plaintext:not(:placeholder-shown),.form-floating .form-control:focus,.form-floating .form-control:not(:placeholder-shown){
padding-top: 1.625rem;
padding-bottom: .625rem;
}

.form-floating .form-control-plaintext::placeholder,.form-floating .form-control::placeholder {
    color: transparent
}


.form-floating .labelcust,.form-floating .wpcf7-form-control-wrap:has(> .form-control:not(:placeholder-shown)) label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.labelcust::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
}

.form-floating span[data-name="projectbudget"]+label,.form-floating span[data-name=countryname]+label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.default-form  .form-control.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-not-valid-tip{font-size: 12px;}
.wpcf7 form.invalid .wpcf7-response-output{border-color:red;}
.pagination li.page-item.active .page-link {
    background: #00275b;
    border: #00275b;
    color: #fff;
}
.pagination li.page-item .page-link {
    padding: 10px 20px 10px 20px;
    color: var(--secondary-color);
}
[data-name="Non-disclouser_agreemrnt"] .wpcf7-list-item label,[data-name="Terms_Condition"] .wpcf7-list-item label {
    margin: 0px;
    padding: 0px;
}
[data-name="Non-disclouser_agreemrnt"] .wpcf7-list-item,[data-name="Non-Terms_Condition"] .wpcf7-list-item {
    margin: 0px;
    padding: 0px;
}