/* Responsive styles */
@media (max-width: 768px) {
    /* Adjustments for smaller screens */
    body {
        font-size: 14px;
    }

    .navbar {
        padding: 10px;
    }

    /* Add more responsive styles as needed */
}

/*@media only screen and (max-width: 56.25em) {*/
/*    .left-background-image {*/
/*        left: 50% !important;*/
/*    }*/
/*}*/

.left-background-image {
    background-image: url("/koogle/images/login.png") !important;
}

.signin-btn {
    width: 138px;
    height: 42px;
    border-radius: 32px;
    padding: 4px 36px 4px 36px;
    gap: 10px;
    color: #FAB73D;
    border: 1.6px solid #FAB73D;
    background-color: white;
}

#resendOtpBtn {
    background: #ffffff !important;
    color: #fab73d !important;
}

#resendOtpBtn:hover {
    background: #fab73d !important;
    color: #ffffff !important;
}

.btn-orange-cabme-square {
    display: flex;
    align-items: center;
    padding: 1rem 4rem;
    font-weight: 500;
    font-size: 1.8rem;
    justify-content: center;
    border-color: #fab73d;
    color: #fab73d;
}

.btn-orange-cabme, .btn-outline-orange-cabme {
    border-radius: 4rem;
    display: flex;
    align-items: center;
    padding: 1rem 4rem;
    font-weight: 500;
    font-size: 1.8rem;
    justify-content: center;
}

/*#userDropdown {*/
/*    width: 150px;*/
/*}*/

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    padding: 1rem 1rem !important; /* Adjust padding as needed */
}

/* Remove the line from the last item (optional) */
.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #FAB73D;
}

.nav-link.dropdown-toggle {
    border: 1px solid #ffc107; /* Add the same border as the button */
    background-color: #fff; /* Set the same background color as the button */
    border-radius: 0.25rem; /* Apply the same border radius as the button */
    padding: 0.5rem 1rem; /* Match the button's padding */
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 25px 15px;
}

.left-background-image.company-signup {
    background-image: url(/images/company_signup.svg) !important;
}

.left-background-image.company-login {
    background-image: url(/images/company_login.svg) !important;
}

.operator-login-link {
    display: none;
}
