html,
body {
  font-size: 14px;
  font-family: 'Prompt-Regular'; }

a {
  text-decoration: none !important; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px; }

ul {
  margin: 0px;
  padding: 0px; }
  ul li {
    list-style: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

figure {
  margin: 0;
  padding: 0; }

.clearfloat:after {
  display: table;
  content: '';
  clear: both; }

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
  overflow-y: scroll; }

/* Track */
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(109, 109, 109, 0.5); }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6d6d6d; }

@font-face {
  font-family: 'Prompt-Light';
  src: url("../../assets/fonts/Prompt-Light.ttf"); }

@font-face {
  font-family: 'Prompt-Regular';
  src: url("../../assets/fonts/Prompt-Regular.ttf"); }

@font-face {
  font-family: 'Prompt-Medium';
  src: url("../../assets/fonts/Prompt-Medium.ttf"); }

@font-face {
  font-family: 'Prompt-Bold';
  src: url("../../assets/fonts/Prompt-Bold.ttf"); }

body {
  background: #1d1d1c;
  color: #fff; }

.log-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .log-in .bg-login {
    width: 50%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("../img/bg-login.png");
    background-position: right;
    background-size: cover;
    color: #fff;
    background-color: #1f1d1d;
    background-repeat: no-repeat; }
    .log-in .bg-login .title {
      font-size: 2rem;
      color: #fff;
      font-family: 'Prompt-light'; }
    .log-in .bg-login .head {
      font-size: 4rem;
      color: #fff;
      margin: 1rem 0rem;
      font-family: 'Prompt-Bold'; }
  .log-in .form-login {
    width: 50%;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #1d1d1c;
  color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .log-in .form-login .logo {
      position: absolute;
      top: 1rem;
      left: 50%;
      margin-left: -100px;
      width: 200px; }
    .log-in .form-login .needs-validation {
      width: 70%;
      margin: 0 auto; }
      .log-in .form-login .needs-validation .btn-login {
        width: 100%;
        background: #e8c01d; }
    .log-in .form-login .copy-right {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      margin-left: -150px;
      width: 300px;
      text-align: center; }

      .content_main {
        height: calc(100vh - 100px);
      }

      .bg-dark-pri {
        background: #252627;
        color: #fff;
      }

      .content-wrapper {
        background: #1d1d1c;
        color: #fff;
      }

      .main-header , .main-footer{
        border-color: transparent;
      }

      .navbar-nav .nav-item .nav-link{
        color: #fff;
      }

      .navbar-nav .nav-item .nav-link:focus{
        color: #fff;
      }

      .navbar-nav .nav-item .nav-link:hover{
        color: #e8c01d;
      }

      .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        background: #1d1d1c;
        color: #e8c01d;
      }

@media only screen and (max-width: 767px) {
  .log-in .bg-login {
    display: none; }
  .log-in .form-login {
    width: 100%; } }

.nav-menu {
  width: 240px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #252627;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }
  .nav-menu .img-logo {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    -webkit-box-shadow: 0.125rem 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0.125rem 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05); }
    .nav-menu .img-logo img {
      width: 150px;
      margin-left: 1.5rem; }
  .nav-menu .list-menu {
    margin-top: 1rem; }
    .nav-menu .list-menu .menu-item {
      position: relative;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #fff; }
      .nav-menu .list-menu .menu-item .menu-icon {
        position: absolute;
        width: 50px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        top: 0; }
      .nav-menu .list-menu .menu-item .menu-txt {
        width: 100%;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 50px;
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
        transition: .6s ease; }
    .nav-menu .list-menu .active {
      background: #1d1d1c;
      color: #e8c01d; }
      .nav-menu .list-menu .active .menu-icon {
        background: #1d1d1c; }

.nav-menu.wrap {
  width: 50px;
  left: 0; }
  .nav-menu.wrap .img-logo {
    margin-left: -250px; }
  .nav-menu.wrap .list-menu .menu-item .menu-txt {
    margin-left: -250px; }

@media only screen and (max-width: 767px) {
  .nav-menu {
    width: 50px; }
    .nav-menu .img-logo {
      margin-left: -250px; }
    .nav-menu .list-menu .menu-item .menu-txt {
      margin-left: -250px;
      -webkit-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease; }
    .nav-menu .list-menu .active {
      background: #1d1d1c; }
  .nav-menu.wrap {
    width: 240px; }
    .nav-menu.wrap .img-logo {
      margin-left: 1.5rem; }
    .nav-menu.wrap .list-menu .menu-item .menu-txt {
      margin-left: 50px;
      -webkit-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease; } }

.accordion .collapse {
  background: #1d1d1c; }

.sidebar-show {
  display: none;
  z-index: 100; }

@media only screen and (max-width: 767px) {
  .sidebar-show {
    position: fixed;
    overflow: hidden;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-animation-name: fadeinbackdrop;
    animation-name: fadeinbackdrop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .sidebar-show.show {
    display: block; }
  @-webkit-keyframes fadeinbackdrop {
    to {
      opacity: 0.6; } }
  @keyframes fadeinbackdrop {
    to {
      opacity: 0.6; } } }

.wrap-page {
  padding-left: 240px;
  padding-top: 85px;
  padding-bottom: 40px;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }
  .wrap-page .wrap-content .card-content {
    border-radius: 7px;
    border: none;
    margin-bottom: 15px; }
    .wrap-page .wrap-content .card-content .icon {
      font-size: 24px;
      margin-left: .5rem; }
    .wrap-page .wrap-content .card-content .card-head {
      text-align: center;
      padding: 1rem;
      -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05); }

.wrap-page.wrap {
  padding-left: 50px; }

@media only screen and (max-width: 767px) {
  .wrap-page {
    padding-left: 50px; }
  .wrap-page.wrap {
    padding-left: 50px; } }

.wrap-head {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #252627;
  padding-left: 255px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }
  .wrap-head .btn-menu {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 22px;
    padding: 0;
    color: #fff; }
  .wrap-head .btn-full-screen {
    cursor: pointer;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: none;
    font-size: 22px;
    padding: 0; }
  .wrap-head .btn-admin-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 0; }
    .wrap-head .btn-admin-user .user {
      height: 40px;
      background-color: transparent;
      margin: 0 .5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 22px; }
  .wrap-head .line-right {
    width: 1px;
    height: 30px;
    border-right: 1px solid #aaa;
    margin: 0 1rem; }

.wrap-head.wrap {
  padding-left: 65px; }

@media only screen and (max-width: 767px) {
  .wrap-head {
    padding-left: 65px; } }

.wrap-footer {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 99;
  bottom: 0;
  background: #252627;
  padding-left: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 -0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }

.wrap-footer.wrap {
  padding-left: 50px; }

@media only screen and (max-width: 767px) {
  .wrap-footer {
    padding-left: 50px; } }

.bg-1 {
  background: -webkit-linear-gradient(305deg, #ffe324 0%, #ffb533 45%);
  background: -o-linear-gradient(305deg, #ffe324 0%, #ffb533 45%);
  background: linear-gradient(145deg, #ffe324 0%, #ffb533 45%);
  color: #fff; }

.bg-2 {
  background-color: #252627;
  color: #fff; }

.bg-3 {
  background: -webkit-linear-gradient(305deg, #2afeb7 0%, #08c792 45%);
  background: -o-linear-gradient(305deg, #2afeb7 0%, #08c792 45%);
  background: linear-gradient(145deg, #2afeb7 0%, #08c792 45%);
  color: #fff; }

.bg-4 {
  background: -webkit-linear-gradient(305deg, #5581f1 0%, #1153fc 45%);
  background: -o-linear-gradient(305deg, #5581f1 0%, #1153fc 45%);
  background: linear-gradient(145deg, #5581f1 0%, #1153fc 45%);
  color: #fff; }

.bg-5 {
  background: -webkit-linear-gradient(305deg, #feb692 0%, #ea5455 45%);
  background: -o-linear-gradient(305deg, #feb692 0%, #ea5455 45%);
  background: linear-gradient(145deg, #feb692 0%, #ea5455 45%);
  color: #fff; }

.dark-light {
  cursor: pointer; }
  .dark-light #switch,
  .dark-light #circle {
    height: 26px;
    -webkit-transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1);
    -o-transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1); }
  .dark-light #switch {
    width: 55px;
    margin: 0 auto;
    border: 2px solid #e8c01d;
    border-radius: 16px;
    background: #e8c01d;
    position: relative; }
  .dark-light #circle {
    margin-top: 0;
    margin-left: 2%;
    width: 42%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #e9e5d5; }
  .dark-light .switched {
    border-color: #1C3958 !important;
    background: #1C3958 !important; }
  .dark-light .switched #circle {
    margin-left: 55%;
    background: #e9e5d5; }

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.btn {
  width: 90px; }

body.lightmode {
  background: #f3f3f5;
  color: #3E4855; }

.lightmode .nav-menu {
  width: 240px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fbfbfb;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }
  .lightmode .nav-menu .img-logo {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
    -webkit-box-shadow: 0.125rem 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0.125rem 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05); }
    .lightmode .nav-menu .img-logo img {
      width: 150px;
      margin-left: 1.5rem; }
  .lightmode .nav-menu .list-menu {
    margin-top: 1rem; }
    .lightmode .nav-menu .list-menu .menu-item {
      position: relative;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #3E4855; }
      .lightmode .nav-menu .list-menu .menu-item .menu-icon {
        position: absolute;
        width: 50px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        top: 0; }
      .lightmode .nav-menu .list-menu .menu-item .menu-txt {
        width: 100%;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 50px;
        -webkit-transition: .6s ease;
        -o-transition: .6s ease;
        transition: .6s ease; }
    .lightmode .nav-menu .list-menu .active {
      background: #f3f3f5;
      color: #e8c01d; }
      .lightmode .nav-menu .list-menu .active .menu-icon {
        background: #f3f3f5; }

.lightmode .nav-menu.wrap {
  width: 50px;
  left: 0; }
  .lightmode .nav-menu.wrap .img-logo {
    margin-left: -250px; }
  .lightmode .nav-menu.wrap .list-menu .menu-item .menu-txt {
    margin-left: -250px; }

@media only screen and (max-width: 767px) {
  .lightmode .nav-menu {
    width: 50px; }
    .lightmode .nav-menu .img-logo {
      margin-left: -250px; }
    .lightmode .nav-menu .list-menu .menu-item .menu-txt {
      margin-left: -250px;
      -webkit-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease; }
    .lightmode .nav-menu .list-menu .active {
      background: #f3f3f5; }
  .lightmode .nav-menu.wrap {
    width: 240px; }
    .lightmode .nav-menu.wrap .img-logo {
      margin-left: 1.5rem; }
    .lightmode .nav-menu.wrap .list-menu .menu-item .menu-txt {
      margin-left: 50px;
      -webkit-transition: .6s ease;
      -o-transition: .6s ease;
      transition: .6s ease; } }

.lightmode .accordion .collapse {
  background: #f3f3f5; }

.lightmode .sidebar-show {
  display: none;
  z-index: 100; }

@media only screen and (max-width: 767px) {
  .lightmode .sidebar-show {
    position: fixed;
    overflow: hidden;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    -webkit-animation-name: fadeinbackdrop;
    animation-name: fadeinbackdrop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .lightmode .sidebar-show.show {
    display: block; }
  @-webkit-keyframes fadeinbackdrop {
    to {
      opacity: 0.6; } }
  @keyframes fadeinbackdrop {
    to {
      opacity: 0.6; } } }

.lightmode .wrap-page {
  padding-left: 240px;
  padding-top: 85px;
  padding-bottom: 40px;
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }
  .lightmode .wrap-page .wrap-content .card-content {
    border-radius: 7px;
    border: none;
    margin-bottom: 15px; }
    .lightmode .wrap-page .wrap-content .card-content .icon {
      font-size: 24px;
      margin-left: .5rem; }
    .lightmode .wrap-page .wrap-content .card-content .card-head {
      text-align: center;
      padding: 1rem;
      -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05); }

.lightmode .wrap-page.wrap {
  padding-left: 50px; }

@media only screen and (max-width: 767px) {
  .lightmode .wrap-page {
    padding-left: 50px; }
  .lightmode .wrap-page.wrap {
    padding-left: 50px; } }

.lightmode .wrap-head {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fbfbfb;
  padding-left: 255px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }
  .lightmode .wrap-head .btn-menu {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 22px;
    padding: 0;
    color: #3E4855; }
  .lightmode .wrap-head .btn-full-screen {
    cursor: pointer;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: none;
    font-size: 22px;
    padding: 0; }
  .lightmode .wrap-head .btn-admin-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    background-color: transparent;
    color: #3E4855;
    border: none;
    padding: 0; }
    .lightmode .wrap-head .btn-admin-user .user {
      height: 40px;
      background-color: transparent;
      margin: 0 .5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 22px; }
  .lightmode .wrap-head .line-right {
    width: 1px;
    height: 30px;
    border-right: 1px solid #aaa;
    margin: 0 1rem; }

.lightmode .wrap-head.wrap {
  padding-left: 65px; }

@media only screen and (max-width: 767px) {
  .lightmode .wrap-head {
    padding-left: 65px; } }

.lightmode .wrap-footer {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 99;
  bottom: 0;
  background: #fbfbfb;
  padding-left: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 -0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: .6s ease;
  -o-transition: .6s ease;
  transition: .6s ease; }

.lightmode .wrap-footer.wrap {
  padding-left: 50px; }

@media only screen and (max-width: 767px) {
  .lightmode .wrap-footer {
    padding-left: 50px; } }

.lightmode .bg-1 {
  background: -webkit-linear-gradient(305deg, #ffe324 0%, #ffb533 45%);
  background: -o-linear-gradient(305deg, #ffe324 0%, #ffb533 45%);
  background: linear-gradient(145deg, #ffe324 0%, #ffb533 45%);
  color: #fff; }

.lightmode .bg-2 {
  background: #fbfbfb;
  color: #3E4855; }

.lightmode .bg-3 {
  background: -webkit-linear-gradient(305deg, #2afeb7 0%, #08c792 45%);
  background: -o-linear-gradient(305deg, #2afeb7 0%, #08c792 45%);
  background: linear-gradient(145deg, #2afeb7 0%, #08c792 45%);
  color: #fff; }

.lightmode .bg-4 {
  background: -webkit-linear-gradient(305deg, #5581f1 0%, #1153fc 45%);
  background: -o-linear-gradient(305deg, #5581f1 0%, #1153fc 45%);
  background: linear-gradient(145deg, #5581f1 0%, #1153fc 45%);
  color: #fff; }

.lightmode .bg-5 {
  background: -webkit-linear-gradient(305deg, #feb692 0%, #ea5455 45%);
  background: -o-linear-gradient(305deg, #feb692 0%, #ea5455 45%);
  background: linear-gradient(145deg, #feb692 0%, #ea5455 45%);
  color: #fff; }

.lightmode .dark-light {
  cursor: pointer; }
  .lightmode .dark-light #switch,
  .lightmode .dark-light #circle {
    height: 26px;
    -webkit-transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1);
    -o-transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1);
    transition: all 0.4s cubic-bezier(0.54, 1.6, 0.5, 1); }
  .lightmode .dark-light #switch {
    width: 55px;
    margin: 0 auto;
    border: 2px solid #e8c01d;
    border-radius: 16px;
    background: #e8c01d;
    position: relative; }
  .lightmode .dark-light #circle {
    margin-top: 0;
    margin-left: 2%;
    width: 42%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #e9e5d5; }
  .lightmode .dark-light .switched {
    border-color: #1C3958 !important;
    background: #1C3958 !important; }
  .lightmode .dark-light .switched #circle {
    margin-left: 55%;
    background: #e9e5d5; }

.lightmode button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important; }

.lightmode .btn {
  width: 90px; }

  .react-datetimerange-picker__inputGroup__input {
    color: #fff;
  }

  .react-datetimerange-picker__button svg {
    stroke: #fff;
  }

  .react-datetimerange-picker__wrapper {
    border-radius: 5px;
    margin: 0 10px;
    padding: 2px 5px;
  }

  .w-150 {
    width: 150px;
  }

  .react-tabs__tab--selected {
    background: #e4bb1e !important;
    border-color: #e4bb1e !important;
    color: #fff !important;
}

.react-tabs__tab {
  height: 35px;
  border: 1px solid #e4bb1e !important;
  margin-right: 2px;
  border-radius: 5px 5px 0 0;
}

.react-tabs__tab-list {
  border-bottom: 1px solid #e4bb1e !important;
}

.text-dark {
  color: #fff !important;
}

.breadcrumb-item a{
  color: #fff;
}
.breadcrumb-item.active {
  color: #e4bb1e;
}

.btn-RebootServer {
  border: 1px solid #e4bb1e;
    background: transparent;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px;
}

/* .main-sidebar {
  left: 0px;
}

.main-sidebar.wrap {
  left: 250px;
} */


.main-footer {
  /* width: calc(100% - 250px); */
  width: 100%;
  padding-left: 264px;
  transition: all 0.3s ease-in-out !important;
}


.sidebar-mini.sidebar-collapse .main-footer {
  width: 100%;
  /* width: calc(100% - 64px); */
  padding-left: 78px!important;
}

.modal-content .modal-body {
  color: #6c757c;
}

.modal-content .modal-body .form-group {
  color: #6c757c;
}

.modal-content .modal-body .custom-control {
  color: #6c757c;
}



@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
}