/*
Template Name: Mobil Dernek Uye Paneli
Base Theme: Askbootstrap mobile template
*/

/*
- Body
- Scroll Bar
- Custom
- Index
- Landing Page
- Country
- Welcome
- Footer Nav
- Home
- Member Cards
- Select Area
- Profile
- Payments
- Requests
- notification
- Events
- Detail Tabs
- Visit Info / Chekout
- Message
- Call
- Call
- History
- Profile
- My Appointment
- Play Recording
*/

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --dark: #172033;
    --primary: #185A9D;
    --light-primary: #27C0A8;
    --lighter-primary: #5E8AF7;
    --lighter-primary-opacity: #EAF2FF;
    --secondary: #667085;
    --light: #F4F7FB;
    --success: #17A56B;
    --light-success: #DFF8EC;
    --warning: #F5A524;
    --light-warning: #FFF4DC;
    --orange: #E56B3F;
    --light-orange: #FFF0EA;
    --association-surface: #FFFFFF;
    --association-border: #E6ECF5;
    --association-shadow: 0 18px 42px rgba(23, 32, 51, 0.10);
    --mobile-bottom-nav-space: calc(120px + env(safe-area-inset-bottom, 0px));
}
/* Body */
body {
    font-family: 'Karla', sans-serif;
    color: var(--dark);
    font-size: 13px;
}
/* Scroll Bar */
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}
::-webkit-scrollbar {
    width: 4px;
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}
.landing-slider.slick-initialized, .association-section-slider.slick-initialized, .association-hero-slider.slick-initialized {
    visibility: visible;
    opacity: 1;  
}
.landing-slider, .association-section-slider, .association-hero-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
/* Custom */
.osahan-card-body {
    padding: 12px !important;
}
.osahan-card-footer {
    padding-left: 12px;
    padding-right: 12px;
}
.osahan-user-profile img {
    height: 50px;
}
.nav-wrapper.nav-wrapper-0 .nav-content h2 {
    display: none;
}
li.nav-parent.level-open h2 {
    display: block !important;
}
.border-bottom {
    border-color: #eee !important;
}
.text-dark {
    color: var(--dark) !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-warning {
    color: var(--warning) !important;
}
.text-success {
    color: var(--success) !important;
}
.text-orange {
    color: var(--orange);
}
.text-info {
    color: var(--light-primary);
}
.bg-light {
    background-color: var(--light) !important;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.light-bg-primary {
    background-color: var(--light-primary);
}
.lighter-bg-primary {
    background-color: var(--lighter-primary);
}
.lighter-bg-primary-opacity {
    background-color: var(--lighter-primary-opacity);
}
.light-bg-warning {
    background-color: var(--light-warning);
}
.light-bg-success {
    background-color: var(--light-success);
}
.light-bg-orange {
    background-color: var(--light-orange);
}
.btn-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
    background: #0147ff !important;
    border-color:#0147ff !important;
}
.btn-outline-primary{
    background-color: #ffffff !important;
    border-color:#0147ff !important;
    color: #0147ff !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus{
    color: #ffffff !important;
}

.btn-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
}
.btn-outline-secondary{
    background-color: #ffffff !important;
    border-color:var(--orange) !important;
    color: var(--orange) !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus{
    color: #ffffff !important;
}

.btn-info, .btn-outline-info:hover, .btn-outline-info:focus {
    background: var(--light-primary) !important;
    border-color: var(--light-primary) !important;
    color:#ffffff !important;
}
.btn-outline-info{
    background-color: #ffffff !important;
    border-color:var(--light-primary) !important;
    color: var(--light-primary) !important;
}
.btn-outline-info:hover, .btn-outline-info:focus{
    color: #ffffff !important;
}
.bg-info{
    background: var(--light-primary) !important;
}

.btn-white {
    background-color: #ffffff !important;
}
.text-muted {
    color: var(--secondary) !important;
}
.text-bg-success {
    background-color: var(--success) !important;
    font-weight: 400;
}
.fw-light {
    font-weight: 200;
}
a {
    text-decoration: none;
}
.form-control {
    box-shadow: none !important;
}
.form-select {
    box-shadow: none !important;
}
.rounded-4, .form-control {
    border-radius: 10px !important;
}
.btn {
    font-size: 13px;
    padding: 13px 15px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
}
.btn-lg {
    font-size: 16px;
    padding: 15px 20px !important;
    letter-spacing: 0.2px;
}
.btn-sm {
    padding: 7px 12px !important;
}
.rounded-top-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.rounded-bottom-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.chat-rounded-left {
    border-radius: 19px;
    padding: 10px 15px !important;
    font-size: 13px;
}
.chat-rounded-right {
    border-radius: 19px;
    padding: 10px 15px !important;
    font-size: 13px;
}
.small-sm {
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.border-primary-dotted {
    border: 1px dashed var(--primary);
}
.border-dotted-bottom {
    border-bottom: 1px dashed var(--secondary);
}
.border-dotted-top {
    border-top: 1px dashed var(--secondary);
}
.border-dashed-muted {
    border: 1px dashed var(--secondary);
}
.border-dashed-primary {
    border: 1px dashed var(--primary);
}
.badge-success {
    background-color: var(--light-success);
    color: var(--success);
}
.fix-osahan-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px)) !important;
    background: linear-gradient(180deg, rgba(244, 247, 251, 0), rgba(244, 247, 251, 0.96) 28%, var(--light) 100%);
}
.shadow {
    box-shadow: rgb(0 0 0 / 7%) 0px 6px 24px 0px, rgb(0 0 0 / 4%) 0px 0px 0px 1px !important;
}
/* Index */
.logo {
    width: 100px;
}
.legacy-card-item, .legacy-list-item, .legacy-hero-item {
    margin: 4px 5px;
}
/* Landing Page */
.landing ul.slick-dots {
    bottom: auto;
    margin: auto;
    text-align: center;
}
.landing ul.slick-dots li {
    margin: 0px;
    padding: 0px;
    width: auto !important;
    height: auto !important;
}
.landing ul.slick-dots li button {
    margin: 3px;
    padding: 0px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 1px #6e6e6e;
}
.landing ul.slick-dots li button:before {
    display: none;
}
.landing ul.slick-dots li.slick-active button {
    background: var(--primary);
    border-color: var(--primary);
}
.landing-slider-item img {
    height: 230px;
    object-fit: contain;
    margin: auto;
}
/* Country */
.flag-img {
    width: 35px;
}
/* Welcome */
.blue-logo {
    width: 110px;
}
/* Footer Nav */
.body-fix-osahan-footer {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    padding-bottom: var(--mobile-bottom-nav-space) !important;
    scroll-padding-bottom: var(--mobile-bottom-nav-space);
    overscroll-behavior-y: contain;
}
.footer-bottom-nav {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #989898;
    padding: 5px 0 9px 0;
    position: relative;
}
.footer-bottom-nav span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-bottom-nav i {
    font-size: 20px;
}
.footer-bottom-nav.active {
    color: #0148ff;
}
.footer-bottom-nav.active:after {
    content: "";
    width: 40px;
    height: 10px;
    background: #0148ff;
    border-radius: 50px;
    position: absolute;
    bottom: -7px;
}
.bottom-nav-main {
    background: #fff;
    min-height: 64px;
}

@supports (height: 100dvh) {
    .vh-100 {
        height: 100dvh !important;
    }
}
/* Home */
.icon {
    min-width: 35px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-lg {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.legacy-book-back {
    position: relative;
    overflow: hidden;
}
.legacy-book-back-title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    padding-right: 77px;
    letter-spacing: 0.8px;
    line-height: 28px !important;
}
.legacy-book-img {
    position: absolute;
    bottom: 0;
    width: 140px;
    right: 0;
}
.btn-book {
    font-weight: 500 !important;
    padding: 6px 11px !important;
    font-size: 11px;
    z-index: 99 !important;
    border-radius: 50px !important;
    letter-spacing: 0.4px;
}
.btn-book i {
    margin-left: 6px;
}
/* Favorite */
.favorite-img {
    width: 50px;
}
.cf-btn a.btn {
    border-radius: 0px !important;
}
/* Profile */
.appointment-member-img{
    width: 90px;
}
/* Appointment */
.appointment-banner {
    background: url(../img/background-blob.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Request Appointment */
.custom-check-day .btn {
    border: none;
    border-radius: 0;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: #ffffff;
    color: var(--dark);
}
.custom-check .btn {
    background: #ffffff;
    font-size: 13px;
    color: var(--secondary);
    padding: 7px 9px !important;
    width: 100%;
    line-height: 20px;
    border-color: #d9d9d9;
}
.custom-check .btn span.fs-5 {
    font-size: 19px !important;
    font-weight: 600;
}
.custom-check .btn-check:checked+.btn, .custom-check .btn.active, .custom-check .btn.show, .custom-check .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #16bef0 !important;
    border-color: #16bef0 !important;
    color: #fff !important;
}
.fee-icon {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
/* Notification */
.notification-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
/* Video */
.video-tabs button {
    border: none;
    background-color: #ffffff;
    color: var(--dark) !important;
    font-size: 15px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 12px 10px;
}
.video-tabs button.active {
    color: #14BEF0 !important;
    border-bottom: 3px solid;
    font-weight: 500;
    background: #eefbff;
    border-top: 3px solid #eefbff;
}
/* Detail Tabs */
.member-profile-tabs button {
    border: none;
    background-color: #ffffff;
    color: var(--dark) !important;
    font-size: 15px;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    padding: 12px 10px;
}
.member-profile-tabs button.active {
    color: #14BEF0 !important;
    border-bottom: 3px solid;
    font-weight: 500;
    background: #eefbff;
    border-top: 3px solid #eefbff;
}
.review-profile {
    width: 35px;
}
.offcanvas {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
.offcanvas-footer {
    padding: 1rem 1rem;
}
/* Visit Info / Chekout */
.upload-file {
    position: relative;
    overflow: hidden;
    z-index: -1;
}
.upload-file-icon {
    position: absolute;
    top: -34px;
    right: -32px;
    height: 100px;
    width: 100px;
    border-bottom-left-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
/* Message */
.plus-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.message-profile {
    width: 40px;
}
/* Call */
.call-img {
    width: 150px;
}
.call-display {
    height: calc(100vh - 87px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.call-icons a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #ffffff;
}
/* Call Screen */
.call-member {
    height: calc(100vh - 87px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background: url(../img/favorite/favorite-4.jpg);
    background-position: center;
    background-size: cover;
}
.patient-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* History */
.voice-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
/* Profile */
.edit-profile-back {
    position: relative;
}
.edit-profile-icon {
    position: absolute;
    top: -30px;
    right: -25px;
    height: 100px;
    width: 100px;
    border-bottom-left-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
/* My Appointment */
.btn-rounded {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Play Recording */
.play-recording-background {
    background: linear-gradient(135deg, var(--primary), var(--light-primary));
    height: calc(100vh - 87px);
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

/* Association mobile identity layer */
body.bg-light {
    background:
        radial-gradient(circle at 12% 4%, rgba(39, 192, 168, 0.16), transparent 28%),
        radial-gradient(circle at 100% 0%, rgba(24, 90, 157, 0.14), transparent 26%),
        var(--light) !important;
}

.association-app,
.association-splash {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 247, 251, 0.96)),
        var(--light);
}

.association-topbar {
    border-bottom: 1px solid rgba(230, 236, 245, 0.92);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.association-eyebrow,
.association-hero-eyebrow {
    color: var(--light-primary);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.association-action,
.association-avatar {
    background: var(--association-surface);
    border: 1px solid rgba(230, 236, 245, 0.95);
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.09);
}

.association-avatar {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(145deg, var(--primary), var(--light-primary));
    font-size: 25px;
}

.association-avatar-menu {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 18px;
    font-size: 30px;
    border-color: rgba(255, 255, 255, 0.28);
}

.osahan-user-profile .association-avatar-menu {
    flex: 0 0 auto;
}

.association-member-strip {
    background: rgba(244, 247, 251, 0.96);
    border: 1px solid var(--association-border);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 10px 28px rgba(23, 32, 51, 0.06);
}

.association-hero-slider .slick-list,
.association-section-slider .slick-list {
    padding-right: 18px;
}

.association-hero-card {
    min-height: 168px;
    border-radius: 26px;
    padding: 18px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    box-shadow: var(--association-shadow);
}

.association-hero-card:before,
.association-hero-card:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.association-hero-card:before {
    width: 148px;
    height: 148px;
    right: -56px;
    top: -46px;
}

.association-hero-card:after {
    width: 92px;
    height: 92px;
    right: 18px;
    bottom: -48px;
}

.association-hero-primary {
    background: linear-gradient(135deg, #185A9D 0%, #2477C6 58%, #27C0A8 100%);
}

.association-hero-info {
    background: linear-gradient(135deg, #143D73 0%, #276EF1 58%, #65D6AD 100%);
}

.association-hero-support {
    background: linear-gradient(135deg, #20324D 0%, #4E6CE6 54%, #E56B3F 100%);
}

.association-hero-content {
    position: relative;
    z-index: 2;
    max-width: 74%;
}

.association-hero-card h1 {
    font-family: 'Karla', sans-serif;
    font-size: 24px;
    line-height: 1.12;
    font-weight: 800;
    margin: 4px 0 8px;
}

.association-hero-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    margin-bottom: 14px;
}

.association-hero-icon {
    width: 70px;
    height: 70px;
    border-radius: 24px;
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 40px;
    backdrop-filter: blur(8px);
}

.association-icon-tile {
    min-height: 92px;
    border-radius: 22px;
    padding: 12px 8px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--association-border);
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.07);
    color: var(--dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
}

.association-icon-bubble {
    width: 44px;
    height: 44px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: linear-gradient(145deg, #EAF2FF, #E9FBF7);
    font-size: 26px;
}

.association-mini-card {
    min-height: 126px;
    border-radius: 22px !important;
    border: 1px solid var(--association-border) !important;
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.07) !important;
}

.association-mini-icon {
    width: 34px;
    height: 34px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--lighter-primary-opacity);
    font-size: 20px;
    margin-bottom: 10px;
}

.association-event-card {
    border: 1px solid var(--association-border) !important;
    box-shadow: 0 12px 28px rgba(23, 32, 51, 0.07) !important;
}

.association-event-date {
    min-width: 58px;
    padding: 7px 10px;
    border-radius: 14px;
    color: var(--primary);
    background: var(--lighter-primary-opacity);
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
}

.association-empty-card {
    border: 1px dashed #CAD5E4;
    border-radius: 22px;
    padding: 20px;
    color: var(--secondary);
    background: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: center;
    gap: 12px;
}

.association-empty-card .mdi {
    font-size: 26px;
    color: var(--primary);
}

.association-splash .p-4 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.association-splash-card {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 34px 24px 26px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--association-border);
    box-shadow: var(--association-shadow);
}

.association-splash-card:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -72px;
    top: -72px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(39, 192, 168, 0.22), rgba(24, 90, 157, 0.16));
}

.association-splash-mark {
    width: 104px;
    height: 104px;
    margin: 0 auto 18px;
    border-radius: 32px;
    color: #ffffff;
    background: linear-gradient(145deg, var(--primary), var(--light-primary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    box-shadow: 0 20px 38px rgba(24, 90, 157, 0.24);
}

.association-splash-pill {
    display: inline-flex;
    border-radius: 999px;
    padding: 7px 13px;
    margin-bottom: 14px;
    color: var(--primary);
    background: var(--lighter-primary-opacity);
    font-size: 12px;
    font-weight: 800;
}

.association-splash-features {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.association-splash-features span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--secondary);
    background: #F7FAFD;
    border: 1px solid var(--association-border);
    font-weight: 700;
    font-size: 12px;
}

.btn-primary,
.btn-info,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-info:hover,
.btn-outline-info:focus {
    background: linear-gradient(135deg, var(--primary), var(--light-primary)) !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

.btn-book {
    text-transform: none;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.bottom-nav-main {
    border: 1px solid var(--association-border);
    box-shadow: 0 18px 38px rgba(23, 32, 51, 0.14) !important;
}

.footer-bottom-nav {
    color: var(--secondary);
}

.footer-bottom-nav.active {
    color: var(--primary) !important;
    background: linear-gradient(180deg, #F7FBFF, #EAF2FF);
}

.footer-bottom-nav.active span:first-child {
    color: var(--primary);
}

.association-form-card,
form.bg-white.rounded-4 {
    border: 1px solid var(--association-border);
    box-shadow: 0 16px 34px rgba(23, 32, 51, 0.08) !important;
}

.form-label {
    color: var(--dark);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.01em;
}

input.form-control,
textarea.form-control,
select.form-select {
    min-height: 52px;
    border: 1px solid var(--association-border) !important;
    border-radius: 18px !important;
    background-color: #F7FAFD !important;
    color: var(--dark);
    font-weight: 700;
    padding: 13px 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

textarea.form-control {
    min-height: 116px;
    resize: vertical;
    line-height: 1.55;
}

select.form-select {
    cursor: pointer;
    padding-right: 44px;
}

input.form-control.bg-transparent,
textarea.form-control.bg-transparent {
    min-height: auto;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-select:focus {
    background-color: #ffffff !important;
    border-color: rgba(24, 90, 157, 0.46) !important;
    box-shadow: 0 0 0 4px rgba(39, 192, 168, 0.14), 0 14px 28px rgba(23, 32, 51, 0.07) !important;
    color: var(--dark);
}

.input-group.border {
    min-height: 54px;
    border: 1px solid var(--association-border) !important;
    border-radius: 18px !important;
    background-color: #F7FAFD !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.input-group.border .input-group-text {
    color: var(--primary);
}

.form-check {
    min-height: 50px;
    border: 1px solid var(--association-border);
    border-radius: 18px;
    background: #F7FAFD;
    padding: 13px 14px 13px 46px;
    display: flex;
    align-items: center;
}

.form-check .form-check-input {
    margin-left: -30px;
    margin-top: 0;
}

.form-check-input {
    width: 21px;
    height: 21px;
    border: 2px solid #B8C6DA;
    box-shadow: none !important;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-label {
    color: var(--dark);
    font-weight: 700;
    cursor: pointer;
}

.form-text {
    color: var(--secondary);
    font-size: 11px;
    margin-top: 6px;
}
