.right-sidebar{
    display: flex;
    width: 100%;

}



.login-card {
      background: #fff;
      padding: 2rem;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      max-width: 380px;
      width: 100%;

    }
    .form-check-input:checked {
      background-color: #007bff;
      border-color: #007bff;
    }
footer {

  
      background-color: #006bb3;
      color: white;
      font-size: 0.9rem;
      padding: 8px 20px;
    
    }
    footer p {
        margin-bottom: 0;
    }
    footer a {
      color: #fff;
      text-decoration: underline;
    }
       footer a:hover {
      color: #fff;
      text-decoration: none;
    }

    button {
        background-color: #0070BC;
    }

    .reg-image-column {
        background-color: #F7F7F9;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .reg-image-column img {
        width: 300px;
    }
    .reg-form-column {
        background-color: #fff;
    }
    thead tr {
        background-color: #0070BC;
        color: #fff;
    }
    .pagination ul li{
        padding: 5px !important;
    }
    .sidebar {
        background-color: #F7F7F9;
            gap: 0 !important;
    }
    .menu-btn {
        position: inherit !important;

    }
    .head {
        background-color: #DBDBDB;
        padding: 7px;
        margin-bottom: 10px;
    }
    .awtar {
        width: 40px;
    }
.top-header a {
    color: #0070bc;
    font-weight: 700;
    font-size: 16px;
}
    .top-header {
        background-color: #f2f2f2;

    }

    .profile-div p {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    text-align: left;
}
img.profile-img {
    width: 40px;
}

.profile-div i {
    color: #0070bc;
}
@media screen and (max-width: 768px) {
  .sidebar, .top-header {
        /*display: none;*/
    }
}