@use '../../utils' as *;

/*----------------------------------------*/
/*  4.20 History css
/*----------------------------------------*/

.bd-joining-info-area {
    .tab-style-four .nav-link {
        width: 80%;
        @media #{$md,$sm,$xs} {
            width: 100%;
        }
    }
}

.bd-joining-content {
    .title {
        margin-bottom: 10px;
    }
}

.bd-joining-features {
    &-content {
        .title {
            margin-bottom: 20px;
        }
    }

    &-icon {
        margin-bottom: 30px;
        transition: 0.3s;
        svg {
            width: 68px;
            height: 68px;
        }
    }
}
.bd-joining-main-thumb {
    margin-right: 15px;
    @media #{$md,$sm,$xs} {
        
    }
    img {
        border-radius: 8px;
        width: 100%;
        height: 100%;
    }
}
.bd-form-setup-panel {
    display: flex;
    align-items: center;
    gap: 30px;
	border-bottom: 2px solid var(--bd-primary);
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.bd-form-step-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--bd-theme-black);
    &.bd-step-active, &:hover {
        color: var(--bd-primary);
    }
}


.bd-acc-title {
	font-size: 20px;
	margin-bottom: -15px;
}

.bd-form-setup-content {
    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea {
        outline: none;
        background-color: var(--bd-white);
    }
}