.register-container{
    display: flex;
}
.register-left-content{
    width: 50%;
    display: flex;
    justify-content: center;
}
.register-left-content form{
    width: 500px !important;
}

.register-right-content{
    background: url(/content/assets/images/register/tikasol-bg.jpg);
    background-color: rgba(0, 0, 0, 0.8) !important;
    background-blend-mode: multiply;
    flex: 1;
}

body{
    background: linear-gradient(90deg, rgba(214,229,234,1) 0%, rgba(226,241,248,1) 25%, rgba(228,242,245,1) 50%, rgba(233,244,241,1) 75%, rgba(234,244,241,1) 100%);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 1.75rem;
    }
}
@media (max-width: 768px){
    .register-left-content{
        width: 100% !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .register-container{
        flex-direction: column;
        row-gap: 20px !important;
    }
    .swiper-slide p {
        font-size: 0.8rem !important;
    }
    .tab-content-container{
        margin: 0 !important;
    }
    .register-right-content > div{
        padding: 10px !important;
    }

    .register-right-content{
        padding: 10px !important;
        border-radius: 10px !important;
    }

    .register-left-content form{
        width: auto !important; 
    }
}
.form-control {
    width: 100%;
    height: 43px;
    border-radius: 6px;
    padding: 0px 20px 2px;
    color: var(--text);
    background: #fff;
    border: 1px solid #e0e0e5;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}

.tab-content-container {
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 9px 31px 55px #8170e712;
    margin-bottom: 10px;
}

.mb-8{
    margin-bottom: 2rem;
}
.h-5px {
    height: 5px !important;
}
.text-muted {
    color: var(--bs-text-muted) !important;
}
:root{
    --bs-secondary-rgb: 241, 241, 244;
    --bs-text-muted: #99A1B7;
}

.bg-active-success.active {
    background-color: var(--bs-success) !important;
}

.fv-plugins-message-container.valid-feedback, .fv-plugins-message-container.invalid-feedback {
    display: block;
    font-weight: 400;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: var(--bs-form-invalid-color);
}

.register-btn {
    background: linear-gradient(45deg, #fccb0f, #ffde59);
    border: none;
    padding: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .flex-lg-row-fluid {
        flex: 1 auto;
        min-width: 0;
    }
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.text-center {
    text-align: center !important;
}

.mb-11 {
    margin-bottom: 2.75rem !important;
}

.mb-10 {
    margin-bottom: 2.5rem !important;
}
.p-10 {
    padding: 2.5rem !important;
}

@media (min-width: 1200px) {
    .w-xl-200px {
        width: 200px !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }
}
.mb-5 {
    margin-bottom: 1.25rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.w-275px {
    width: 275px !important;
}

@media (min-width: 768px) {
    .px-md-15 {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }
}
.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

@media (min-width: 1200px) {
    .w-xl-200px {
        width: 200px !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .h-lg-75px {
        height: 75px !important;
    }
}

.h-60px {
    height: 60px !important;
}

.swiper-container {
    width: 100%;
    max-width: 600px;
    padding: 20px 0;
    overflow: hidden;
}
@media (min-width: 768px) {
    .px-md-15 {
        padding-right: 3.75rem !important;
        padding-left: 3.75rem !important;
    }
}

.py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.mb-12 {
    margin-bottom: 3rem !important;
}
@media (min-width: 1200px) {
    .fs-2qx {
        font-size: 2.25rem !important;
    }
}

.fw-bolder {
    font-weight: 700 !important;
}

.fs-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
}
.mb-7 {
    margin-bottom: 1.75rem !important;
}

body {
    display: flex
;
    flex-direction: column;
}
@media (max-width: 991.8px) {
    .register-container {
        flex-direction: column;
    }
}

/* Mobile styles */
@media (max-width: 991.98px) {
    .register-container {
        width: 100%;
    }

    .register-left-content {
        width: 100% !important;
        padding: 20px;
    }

    .register-right-content {
        display: none !important;
    }

    .tab-content-container {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px !important;
    }

    .form {
        width: 100% !important;
    }

    /* Adjust input groups for better mobile display */
    .input-group {
        flex-wrap: wrap;
    }

    .input-group-prepend {
        width: 100%;
        margin-bottom: 10px;
    }

    .input-group-prepend select {
        max-width: 100% !important;
        border-radius: 6px !important;
    }

    .input-group input[type="text"],
    .input-group input[type="tel"] {
        width: 100%;
        border-radius: 6px !important;
    }
}