.form-group.comapny {
    color: rgb(67, 70, 67);
    .form-control {
        border: 1px solid #2ead2e78;
    }
    p {
        color: #e37878;
        font-size: 0.8rem;
        margin: 0 0 0.25rem 0;
    }
    input::placeholder {
        color: rgb(84, 88, 84);
    }
}

.tab-pane {
    h3 {
        margin: 1rem 0;
    }
}

.checkbox-container {
    .checkbox-label {
        width: 100%;
        font-size: 1.15rem;
        padding: 1rem;
		margin : 0.5rem 0;

        transition: border 0.3s ease, background-color 0.3s ease;

        input {
            margin-right: 1rem;
            scale: 1.5;
        }

        &.selected {
            border-color: #3a7bff !important; /* Use !important to enforce border color */
            background-color: #e8fbff !important; /* Use !important to enforce background color */
        }
    }
}

