.main-header {
    height: 64px;
    padding: 20px 30px 20px 20px;
    background-color: #e5001f !important;
}

.gm-logo {
    background-color: #e5001f !important;
}

.gm-toggle-menu {
    position: relative;
    float: right;
}

.gm-mat-icon {
   font-size: 20px;
}


.main-header .sidebar-toggle {
    float: none;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
    font-family: fontAwesome;
    font-size: 20px !important;
    color: whitesmoke !important;
}

.Rectangle-1270 {
    width: 100%;
    height: 71px;
    /* margin: 652px 0 0 279px; */
    padding: 29px 934px 25px 43px;
    background-color: #eee;
  }

  .Rectangle-1270 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0; /* Optional background color */
}

.Rectangle-1270 div {
    display: flex;
    align-items: center;
}

.Rectangle-1270 div:first-child {
    margin-right: auto; /* Pushes the version text to the right */
    margin-left: 20%;
}

.gm-sidebar {
    background-color: #F8F9F9 !important;
    margin: 25px 0 0 0;
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,.87) !important;
    cursor: pointer;
}

.gm-sidebar{
    overflow-x: auto !important;
    overflow-y: auto !important; /* Add vertical scrollbar */
    max-height: 90vh !important; /* Set maximum height to 80% of the viewport height */
    height: 88vh !important;
    /* max-width: 30vh !important;
    width: 25vh !important; */
}

.gm-anchor {
    background-color: #F8F9F9 !important;
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-size: 15px !important;
    font-weight: 400;
    color: rgba(0,0,0,.87) !important;
    /* cursor: pointer !important; */
    display: block;
    height: 48px;
    width: 100%;
    padding: 0;
}


  .wrapper {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }


  body {
    margin: 0;
    padding: 0;
    font-family: Roboto,Helvetica Neue,sans-serif;
    background-color: #f8f9fa; /* Off-white background color */
    min-height: 100vh; /* Ensure the body covers the entire viewport */
    display: flex;
    flex-direction: column;
}

footer.Rectangle-1270 {
    background-color: #fafafa; /* White background color for the footer */
    padding: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

footer.Rectangle-1270 div {
    margin: 0;
    padding: 0;
}

.user-logout-section {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: inherit; /* White background color for the footer */
    padding: 10px;
}

.user-logout-section ul {
    padding: 0;
    margin: 0;
}

.user-logout-section li {
    list-style: none;
}

.treeview-menu {
    margin-left: 7px; /* Adjust the margin to your preference */
}

.treeview-menu li>a:hover {
    background-color: rgba(0,0,0,.1)!important;
}

.sidebar-menu>li.active>a {
    background-color: rgba(0,0,0,.1)!important;
}


.sidebar-menu>li>a:hover {
    background-color:rgba(0,0,0,.1)!important;
}

.treeview-menu > li.active > a {
    /* Your styles for the active anchor tag */
    font-weight: bold !important;
    background-color:rgba(0,0,0,.1)!important;
    /* border-radius: 10% 0 0 10%/50% 0 0 50%; */
    /* Add any other styles as needed */
}


.treeview > a .fa.fa-angle-down {
    transform: rotate(-180deg); /* Initial rotation for angle-down icon */
    transition: transform 0.3s ease; /* Add transition for smooth animation */
}

.treeview > a .fa.fa-angle-up {
    transform: rotate(-180deg); /* Initial rotation for angle-up icon */
    transition: transform 0.3s ease; /* Add transition for smooth animation */
}

.treeview-menu>li>a {
    padding: 10px;
    display: block;
}

.treeview menu-open>.treeview-menu>li>a {
    padding: 10px !important;
    display: block;
}


/* Styles for the dropdown menu */
.account-dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: none;
    left: auto !important;
}

/* Styles for dropdown menu items */
.dropdown-menu li {
    padding: 10px 20px;
    background-color: white !important;
}

.dropdown-menu li a {
    color: #333 !important;
    text-decoration: none;
    text-transform: capitalize;
}

/* Hover effect for dropdown menu items */
.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

/* Show dropdown menu when hovering over the container */
.account-dropdown:hover .dropdown-menu {
    display: block;
}


.Gamio-Admin {
    /* width: 122px; */
    /* height: 24px; */
    /* margin: 0 1244px 0 0; */
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-transform:capitalize;
  }




/*Styles for login page*/

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
  }
  
  .form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group > input,
  .form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
  }
  
  /* Fallback for Edge
  -------------------------------------------------- */
  @supports (-ms-ime-align: auto) {
    .form-label-group > label {
      display: none;
    }
    .form-label-group input::-ms-input-placeholder {
      color: #777;
    }
  }
  
  /* Fallback for IE
  -------------------------------------------------- */
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
      display: none;
    }
    .form-label-group input:-ms-input-placeholder {
      color: #777;
    }
  }

  .login-form {
    font-family: Roboto,Helvetica Neue,sans-serif;
    background-color: white;
    margin: 10% 35%;
  }

  .login-title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
  }

  .login-form-remember-me {
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: rgba(0, 0, 0, .87);
  }

  .login-form-forgot-password {
    font-size: 14px;
    font-weight: 600 !important;
    background: #fff;
    color: rgba(0, 0, 0, .87);
  }

  .login-form-forgot-password:hover{
    color: rgba(0, 0, 0, .87) !important;
  }

  .login-btn {
    font-size: 14px !important;
    font-weight: 500 !important;
  }

  .btn-red{
    background-color: #e50120 !important;
  }

  .sub-txt{
    color: #0000009e;
    font-size: 20px;
    font-weight: 400;
  }

  /* Right Side Modal */
.modal.right .modal-dialog {
    top: 0;
    right: 0;
    margin-right: 20vh; /* Adjust as needed */
}

/* Optional: Make modal wider for more content */
.modal.right .modal-content {
    width: 350px; /* Adjust as needed */
}
/*Styles end for login page*/

.list-group-item {
 min-height: 50px !important;
}