/* Importing Google Font: Open Sans */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.container {
    max-width: 1400px !important;
}

.wraps {
    max-width: 1350px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    /* Optional: adjust for bolder look */
    color: #212529;
    /* Bootstrap default dark text */
    margin-bottom: 1rem;
    /* Optional spacing */
}

.bg-custom {
    background-color: #F3F2ED;
}


/*grid//*/

.my-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.my-grid label.form-label.fw-bold {
    grid-column: span 2 !important;
}

.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    color: #3F9BE2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-primary {
    background-color: #3F9BE2;
}

a {
    color: #3F9BE2;
}

button.btn {
    font-size: initial;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}


/* -------------- */

.post input#Residence {
    position: absolute;
    /* z-index: -1; */
}

.post input#Residences {
    position: absolute;
    /* z-index: -1; */
}

input[type="radio"].btn-check:checked+label {
    background-color: #1d6fc1 !important;
    color: #fff !important;
    border-color: #1d6fc1 !important;
}


/* check box start// */

.custom-checkbox[type=checkbox] {
    border-radius: .25em;
    margin-right: 10px !important;
}

.custom-check-label {
    line-height: 27px !important;
}


/* Hide native checkbox */

.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #3F9BE2;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}


/* Checked state */

.custom-checkbox:checked {
    background-color: #3F9BE2;
}


/* Checkmark */

.custom-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* check box// */

button.btn.btn-outline-primary {
    color: #3F9BE2;
    border-color: #3F9BE2;
}

button.btn.btn-outline-primary:hover {
    color: #ffffff;
    border-color: #3F9BE2;
    background-color: #3F9BE2;
    border-color: #3F9BE2;
}


/* progress bar// */

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #3f9be2;
}

.progress,
.progress-stacked {
    --bs-progress-height: 1.5rem;
}

.my-progress {
    position: relative;
}

.my-progress p {
    text-align: center;
    width: 100%;
    position: absolute;
    margin: 0;
    color: black;
    font-size: 1.2em;
    font-family: inherit;
}


/* progress bar// */