body {
    background-color: black !important;
    background-image: url(../img/Background_glass_2.jpg);
    background-position-x: 80%;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    padding: 14px;
    max-width: 150px;
}

.navbar {
    padding: 15px !important;
}

.navbar a {
    color: #F4F6F8 !important;
    font-size: 17px;
}

.nav-link i {
    color: #DDDFE3;
}

input[type="date" i] {
    color: white;
}

a.dropdown-item {
    color: #0b1e3b !important;
    border-bottom: 1px solid #e3e3e3;
    font-size: 16px;
}

.dropdown-toggle::after {
    opacity: 0;
}

.brandSecondColor {
    color: #DDDFE3;
}

table b {
    color: #F4F6F8;
    font-weight: 500;
    line-height: 2;
}

.rightCard {
    height: 100%;
    background: #0d203dde;
    padding: 15px;
    border-radius: 10px;
    border: 3px solid #1A2A44;
}

.card_heading {
    background: #21324E;
    padding: 8px 14px;
    color: white;
    border-radius: 5px;
    font-size: 17px;
}

.card_body {
    padding: 8px 14px;
    margin-top: 20px;
}

.card_body p {
    color: white;
    margin: 5px 0;
}

.leftCard {
    height: 100%;
    background: #0d203dde;
    padding: 15px 35px;
    border-radius: 10px;
    border: 3px solid #1A2A44;
}

.leftCard td{
    padding-right: 10px;
    color: white;
}

input:not([type='button'], [type='submit']) {
    background: #ffffff1f !important;
    border: 1px solid #384d6e !important;
    color: white !important;
    box-shadow: none !important;
}

textarea {
    background: #ffffff1f !important;
    border: 1px solid #384d6e !important;
    color: white !important;
    box-shadow: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff1f !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-position-x: 100% !important;
    background-size: 21px !important;
    border: 1px solid #384d6e !important;
    color: white !important;
    cursor: pointer;
    box-shadow: none !important;

}

.card-body {
    color: #F4F6F7 !important;
}
select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

input[type="submit"], input[type="button"] {
    min-width: 122px;
    margin-right: 6px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.logoutBtn {
    background: #1B293B;
    color: white;
    text-decoration: none;
    padding: 6px 13px;
    display: flex;
    align-items: center;
    max-width: 108px;
    text-align: center;
    margin: 35px 0;
}
.logoutBtn i {
    margin-left: 8px;
}

.themeSwitch {
    display: flex;
    align-items: center;
    float: right;
    padding: 30px 30px;
}

.themeSwitch h3 {
    color: white;
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
}

/* Switch toggle styles */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 16px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #2196F3;
    /* Blue color for the switch when in dark mode */
}

input:checked+.slider:before {
    transform: translateX(20px);
}

.loginPage {
    display: flex;
    flex-flow: column;
    max-width: 600px;
    margin: auto;
  }
  .table-style-one>tr {
    overflow: scroll;
    max-width: 100%;
  }

  .table-style-one  {
    border: 0;
  }
  .table-style-one tbody tr:nth-child(1) td{
    background: #46546D;
    color: white;
    border-right: 1px solid #2C3C55;
  }

  .table-style-one>:not(caption)>*>* {
    background-color: #23324a;
    border: 0;
    color: white;
    border-bottom: 1px solid #ffffff2b;
  }


  table.b>tr {
    overflow: scroll;
    max-width: 100%;
  }
  table.b {
    border: 0;
  }
  table.b tbody tr:nth-child(1) td{
    background: #46546D;
    color: white;
    border-right: 1px solid #2C3C55;
  }

  .table.b>:not(caption)>*>* {
    background-color: #23324a;
    border: 0;
    color: white;
    border-bottom: 1px solid #ffffff2b;
  }
  
  input:focus {
    border: 0;
  }

 .commonTable {
    width: 84%;
    overflow: scroll;
  }

  
 .commonTable::-webkit-scrollbar {
    width: 1em;
    height:10px;
}
 
.commonTable::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
.commonTable::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}