.dropdown-menu {
        background-color: #000000;
    }

    .dropdown-menu li a {
        color: #ffffff !important;
        font-size: 17px;
        font-weight: bold;
        padding: 10px 20px;
        text-decoration: none !important;
        background-color: #000000 !important;
        transition: transform 0.2s ease, opacity 0.2s ease;
        display: block;
    }

    .dropdown-menu li a:hover {
        background-color: #1a1a1a !important; /* Dark gray on hover */
        color: #ffffff !important;           /* Stay white on hover */
    }

    /*img {
    border-radius: 16px;
    object-fit: cover;
}*/

/*.rounded-img {
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
/*transition: border-radius 0.3s ease;*/       /* Smooth change on hover */
/*}*/

.sidebar-block {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05); /* Optional subtle shadow */
}

/*

#sidebar-agent {
    background-color: #ffffff !important;
    color: #000000;
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden; /* Prevent scrollbars from causing color gaps */
/*}*/

#sidebar-agent > [data-scrollable] {
    flex: 1;
    overflow-y: auto;
    background-color: #ffffff !important;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.funfact-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.openbinacle-login-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.openbinacle-login-form input.form-control {
  background-color: #f5f6f7;
  border: 1px solid #ccd0d5;
  border-radius: 8px;
  font-size: 15px;
  padding: 12px 14px;
}

.openbinacle-login-form input:focus {
  border-color: #1877f2;
  outline: none;
  background-color: #fff;
}

.openbinacle-login-form .btn-primary {
  background-color: #1877f2;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  padding: 7px;
}

.openbinacle-login-form .btn-inverse {
  background-color: #000000;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  padding: 7px;
}

.openbinacle-login-form .btn-success {
  background-color: #42b72a;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 7px;
}

.openbinacle-login-form .btn-violet {
  background-color: #7F00FF;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 7px;
}

.openbinacle-login-form .btn-emerald {
  background-color: #50C878;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 7px;
}

.openbinacle-login-form .btn-grey {
  background-color: #D3D3D3;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 7px;
}


.openbinacle-login-form .forgot-link {
  color: #1877f2;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.openbinacle-login-form .forgot-link:hover {
  text-decoration: underline;
}

