* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000;
}
/* Header */
#header {
  background-color: #030122;

  height: 65px;
}
.header_container {
  position: relative;
  height: 100%;
}
.dashboard {
  /* margin-left: 340px; 
  margin-top: 80px; */
  position: absolute;
  left: 20%;
  top: 20%;
}
.eyeicon {
  position: absolute;
  right: 2%;
  top: 20%;
}
#password:focus + .input-group-addon.eyeicon a i {
  color: #007BFF; /* Change to your preferred color */
}
.custom-shape {
  position: relative;
  padding: 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px; 
}
.custom-shape::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 100%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
/* #loginheader {
  display: flex;
  flex-direction: row;
  flex-wrap:nowrap;
  justify-content: space-between;
} */
.error_msg {
  font-size: 15px;
  color: red;
}
.add{
  cursor: pointer;
  }
.site_color {
  color: #FFDA78;
}
.bgcolor {
  background-color: #FFDA78;
}
.bg {
  background-color: #030122;
}
.shows {
  display: block;
}
.totalusers {
  color: black;
}
.admin_login {
  position: relative;
  top: 110px;
}
.container_singlemve {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}
/* Dashboard */

.dashboard_container {
  /* margin-left: 260px; */
}
/* Sidebar CSS */

body {
  background-color: #fbfbfb;
}
@media (min-width: 991.98px) {
  main {
    padding-left: 240px;
  }
}

/* Sidebar */
.sidebar {
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  width: 240px;
  z-index: 600;
  background-color: #030122;
}
/* 
@media (max-width: 991.98px) {
  .sidebar {
    width: 100%;
  }
} */
/* .sidebar .active {
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
/* }  */


/*php-email-form*/
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #fdc134;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #fdc134;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #fdd067;
}

.character_search {
  background-color: #eee;
  cursor: pointer;
}
.character_search_li {
  padding: 12px;
}

/* Users page*/
.search{
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, .1);    
}

.search input{
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus{
  box-shadow: none;
  border: 2px solid blue;
}

.search .fa-search{
  position: absolute;
  top: 20px;
  left: 16px;
}

/* filter */
.filter_button{
  cursor: pointer;
}

.users_width {
  width: 100px;
}

/* multiselect dropdown css for movie_form.php*/
#testSelect1_multiSelect {
  width: 200px;
}

.table {
  border-collapse: separate;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

tr{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

td {
  border-style: solid;
  padding: 10px;
  text-align: center;
}

th:first-child {
  border-left-style: solid;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
}

th:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
}

td:first-child {
  border-left-style: solid;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
}

td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
}
#category_cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}
 #cards {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
 .custom-close-button {
  cursor:pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 768px ) {
  .sidebar.toggled {
    overflow: visible;
    width: 9.5rem !important;
  }
}
#accordionSidebar {
  /* max-width: 900px; */
  transition: max-width 0.3s ease; /* You can adjust the duration (0.3s) to your preference */
  width:50%;
}
@media (max-width: 768px ) {
  #accordionSidebar {
    /* max-width: 900px; */
    transition: max-width 0.3s ease; /* You can adjust the duration (0.3s) to your preference */
    width:50%;
  }
  
}

#sidebarToggle {
  cursor: pointer;
  background: #ffda78;
}




