html,
body {
  font-size: 14px;
  font-family: 'Prompt-Regular';
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

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: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #888;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #555;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
} */

@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 {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #f5f3fb;
  color: #525252;
}

.menu_nav {
  position: fixed;
  top: 0;
  left: 0px;
  width: 250px;
  height: 100%;
  z-index: 1000;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.1);
}
.menu_nav .head_sec_logo {
  height: 80px;
  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;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
}
.menu_nav .head_sec_logo .sec_logo {
  width: 150px;
}
.menu_nav .menu_list {
  height: 100%;
  overflow-x: hidden;
  padding-top: 1rem;
  padding-bottom: 7rem;
}
.menu_nav .menu_list .menu_list_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_nav .menu_list .menu_list_item i {
  width: 30px;
}
.menu_nav .menu_list .menu_list_item .up-down {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  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;
}
.menu_nav .menu_list .menu_list_item .up-down .icon::after {
  content: '\f105';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.menu_nav .menu_list .active {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffce54),
    to(#f6bb42)
  );
  background: -webkit-linear-gradient(bottom, #ffce54, #f6bb42);
  background: -o-linear-gradient(bottom, #ffce54, #f6bb42);
  background: linear-gradient(0deg, #ffce54, #f6bb42);
  color: #fff;
}
.menu_nav .menu_list .active .up-down {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  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;
}
.menu_nav .menu_list .sub-menu .sub-menu_list {
  display: none;
}
.menu_nav .menu_list .sub-menu .sub-menu_list div {
  padding-left: 10px;
}
.menu_nav .menu_list .sub-menu .sub-menu_list div a {
  display: block;
  color: #a9b7d0;
  padding: 10px 10px 10px 30px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu_nav .menu_list .sub-menu .sub-menu_list div a:hover {
  color: #c29d65;
}

.menu_nav.show {
  left: -250px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.menu_nav_icon {
  position: fixed;
  top: 0;
  left: -50px;
  width: 60px;
  height: 100%;
  z-index: 999;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0px 5px -1px rgba(0, 0, 0, 0.1);
}
.menu_nav_icon .head_sec_logo {
  height: 80px;
  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;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
}
.menu_nav_icon .head_sec_logo .sec_logo {
  width: 150px;
}
.menu_nav_icon .menu_list {
  height: 100%;
  overflow-x: hidden;
  padding-top: 1rem;
  padding-bottom: 7rem;
}
.menu_nav_icon .menu_list .menu_list_item {
  width: 100%;
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_nav_icon .menu_list .menu_list_item i {
  width: 30px;
}
.menu_nav_icon .menu_list .menu_list_item .up-down {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  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;
}
.menu_nav_icon .menu_list .menu_list_item .up-down .icon::after {
  content: '\f105';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.menu_nav_icon .menu_list .active {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffce54),
    to(#f6bb42)
  );
  background: -webkit-linear-gradient(bottom, #ffce54, #f6bb42);
  background: -o-linear-gradient(bottom, #ffce54, #f6bb42);
  background: linear-gradient(0deg, #ffce54, #f6bb42);
  color: #fff;
}
.menu_nav_icon .menu_list .active .up-down {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  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;
}
.menu_nav_icon .menu_list .sub-menu .sub-menu_list {
  display: none;
}
.menu_nav_icon .menu_list .sub-menu .sub-menu_list div {
  padding-left: 10px;
}
.menu_nav_icon .menu_list .sub-menu .sub-menu_list div a {
  display: block;
  color: #a9b7d0;
  padding: 10px 10px 10px 30px !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu_nav_icon .menu_list .sub-menu .sub-menu_list div a:hover {
  color: #c29d65;
}

.menu_nav_icon.show {
  left: 0px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .menu_nav_icon {
    display: none;
  }
}

.btn_hide_menu {
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  background: rgba(59, 68, 82, 0.5);
  color: #fff;
  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;
  border-radius: 50%;
  cursor: pointer;
}

.btn_full_screen {
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  background: transparent;
  color: #292b33;
  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;
  border-radius: 50%;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .menu_nav {
    left: -250px;
  }
  .menu_nav.show {
    left: 0px;
  }
}

.head_main {
  width: 100%;
  height: 80px;
  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;
  padding-left: 265px;
  padding-right: 15px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: #f5f3fb;
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 998;
}
.head_main .sec_haed {
  width: 100%;
  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;
}
.head_main .sec_haed .sec_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.head_main .sec_haed .sec_user .user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(59, 68, 82, 0.5);
  font-size: 1.4rem;
  color: #fff;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.head_main .sec_haed .sec_user .user:hover {
  opacity: 0.9;
}
.head_main .sec_haed .sec_user .dropdown-menu {
  padding: 0;
}
.head_main .sec_haed .sec_user .dropdown-menu .dropdown-item {
  padding: 0.8em 1.2em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.head_main .sec_haed .sec_user .dropdown-menu .dropdown-item:hover {
  background-color: #d8aa65;
  color: #fff;
}
.head_main .sec_content {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .head_main .sec_haed h1 {
    font-size: 1.2rem;
  }
}

.head_main.warp {
  padding-left: 65px;
}

.content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.content .content_main {
  width: 100%;
  height: 100%;
  /* padding-top: 110px;
  padding-bottom: 55px;
  padding-left: 265px;
  padding-right: 15px; */
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.content .content_main a:focus,
.content .content_main input:focus,
.content .content_main select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content .content_main .txt-link {
  color: #96a2b4;
  text-decoration: underline !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content .content_main .txt-link:hover {
  color: #959ba1;
}
.content .content_main.warp {
  padding-left: 65px;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

table {
  margin-bottom: 0rem;
}
table .thead-dark th {
  color: #fff;
  border-color: rgba(150, 162, 180, 0.2);
}
table thead th {
  font-size: 1rem;
  vertical-align: top;
}
table thead td {
  font-family: 'Prompt-Light';
  vertical-align: top;
}
table tbody tr th {
  font-size: 1rem;
  vertical-align: middle;
  border-color: rgba(150, 162, 180, 0.2);
}
table tbody tr td {
  font-family: 'Prompt-Light';
  font-size: 0.9rem;
  vertical-align: middle;
  border-color: rgba(150, 162, 180, 0.2);
}
table thead th,
table thead td,
table tbody th,
table tbody td {
  white-space: nowrap;
}
table .img_b {
  width: 50px;
  margin: 0 auto;
}

.table td, .table th {
  vertical-align: middle;
  border-color: #383f45;
}

.t-width {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .t-width {
    width: 100%;
  }
}

#sortby {
  /* Table sort indicators */
}
#sortby th.sortable {
  position: relative;
  cursor: pointer;
}
#sortby th.sortable::after {
  content: '\f0dc';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 0.5rem;
  color: #bdbfc0;
}
#sortby th.sortable.asc::after {
  content: '\f0d8';
  color: #fff;
}
#sortby th.sortable.desc::after {
  content: '\f0d7';
  color: #fff;
}
#sortby th.sortable:hover::after {
  color: #fff;
}
#sortby .today {
  background-color: #3b4452;
}

.pagination .page-link {
  color: #96a2b4;
  border-radius: 5px;
  margin-left: 0.5rem;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border: transparent;
  background-color: transparent;
}

.pagination .page-item.disabled .page-link {
  color: #fff;
  pointer-events: none;
  cursor: auto;
  background-color: #e4e4e4;
  border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffce54),
    to(#f6bb42)
  );
  background: -webkit-linear-gradient(bottom, #ffce54, #f6bb42);
  background: -o-linear-gradient(bottom, #ffce54, #f6bb42);
  background: linear-gradient(0deg, #ffce54, #f6bb42);
  color: #fff;
  border-color: transparent;
}

.sidebar-show {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .sidebar-show {
    position: fixed;
    overflow: hidden;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    z-index: 999;
    -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;
    }
  }
}

@media only screen and (max-width: 1024px) {
  .head_main {
    padding-left: 0px;
    padding-right: 0px;
  }
  .head_main.warp {
    padding-left: 0px;
  }
  .content .content_main {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .content .content_main.warp {
    padding-left: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
}

.card-content {
  background: transparent;
  border-color: transparent;
  border-radius: 7px;
  border: none;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}
.card-content .card-header {
  border-radius: 7px 7px 0 0;
  border: none;
}
.card-content .card-header i {
  font-size: 1.7rem !important;
}
.card-content .card-body {
  background: #252627;
  border: none;
}

.content_box {
  width: 100%;
  padding: 1.8rem 1.5rem !important;
  border-radius: 7px !important;
  margin-bottom: 30px;
  background-color: #fff;
  color: #96a2b4;
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}
.content_box #sortby {
  /* Table sort indicators */
}
.content_box #sortby th.sortable {
  position: relative;
  cursor: pointer;
}
.content_box #sortby th.sortable::after {
  content: '\f0dc';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 0.5rem;
  color: #bdbfc0;
}
.content_box #sortby th.sortable.asc::after {
  content: '\f0d8';
  color: #fff;
}
.content_box #sortby th.sortable.desc::after {
  content: '\f0d7';
  color: #fff;
}
.content_box #sortby th.sortable:hover::after {
  color: #fff;
}
.content_box #sortby .today {
  background-color: #3b4452;
}
.content_box .i-con {
  font-size: 2.5rem;
}
.content_box .txt-box {
  padding-left: 1.5rem;
}
.content_box .title {
  font-size: 1.1rem;
}
.content_box .chart {
  width: 100%;
}
.content_box .chart .line_chart .bar_chart {
  width: 100% !important;
}
.content_box .chart .line_chart .bar_chart svg {
  width: 100% !important;
}
.content_box .nav-tabs {
  border-bottom-color: rgba(150, 162, 180, 0.2);
}
.content_box .nav-tabs .nav-link {
  border: 1px solid rgba(150, 162, 180, 0.2);
  border-bottom: none;
  margin-right: 5px;
  color: #96a2b4;
  font-size: 1.1rem;
}
.content_box .nav-tabs .active {
  background-color: #3e4855;
  color: #fff;
}
.content_box .pagination .page-link {
  color: #96a2b4;
  border-radius: 5px;
  margin-left: 0.5rem;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border: transparent;
  background-color: transparent;
}
.content_box .pagination .page-item.disabled .page-link {
  color: #fff;
  pointer-events: none;
  cursor: auto;
  background-color: rgba(228, 228, 228, 0.5);
  border-color: #dee2e6;
}
.content_box .pagination .page-item.active .page-link {
  color: #fff;
  background-color: #d8aa65;
  border-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .content_box {
    margin-bottom: 15px;
  }
}

.dataTables_length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dataTables_length label {
  margin: 0;
}
.dataTables_length select {
  width: 60px;
  margin-left: 0.5rem;
  color: #96a2b4;
  border-color: rgba(150, 162, 180, 0.2);
  background-color: transparent !important;
}

@media only screen and (max-width: 767px) {
  .dataTables_length {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.search-date .form-control {
  border-radius: 5px 0 0 5px;
  color: #96a2b4;
  border-color: rgba(150, 162, 180, 0.2);
  background-color: transparent !important;
}

.search-date .form-noborder {
  border-radius: 0;
}

.search-date .btn-calendar {
  border-radius: 0 5px 5px 0;
}

.login {
  width: 100%;
  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('/assets/img/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login .login_form {
  width: 40%;
  position: relative;
  border-radius: 10px;
}
.login .login_form .card-content {
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0;
}
.login .login_form .card-content .card-text {
  font-family: 'Prompt-Bold';
  color: #e3b14c;
}

@media only screen and (max-width: 767px) {
  .login .login_form {
    width: 90%;
    position: relative;
    border-radius: 10px;
  }
  .login .login_form .show_user {
    top: -60px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 120px;
  }
}

.form-group {
  margin-bottom: 0;
}
.form-group .input-group {
  border-radius: 5px;
}
.form-group .input-group .input-group-prepend {
  position: relative;
  padding: 0;
}
.form-group .input-group .input-group-prepend .input-group-text {
  width: 35px;
  height: 50px;
  position: absolute;
  z-index: 9;
  left: 0;
  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-color: #3b4452;
  border-color: rgba(150, 162, 180, 0.2);
  border-radius: 5px 0 0 5px;
  font-size: 1.2rem;
  color: #fff;
}
.form-group .input-group .form-control {
  color: #96a2b4;
  height: 50px;
  margin-left: 36px;
  border-radius: 0 5px 5px 0;
  border-color: rgba(150, 162, 180, 0.2);
  background-color: transparent !important;
}
.form-group .input-group select {
  border-radius: 0 5px 5px 0;
}
.form-group .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.form-group label {
  font-family: 'Prompt-Medium';
}

input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  padding: 0.8em 2em;
  border: none;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover {
  opacity: 0.9;
}
.button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

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

.btn {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
.btn:hover {
  color: #fff;
  opacity: 0.9;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-1 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fc6e51),
    to(#e9573f)
  );
  background: -webkit-linear-gradient(bottom, #fc6e51, #e9573f);
  background: -o-linear-gradient(bottom, #fc6e51, #e9573f);
  background: linear-gradient(0deg, #fc6e51, #e9573f);
  color: #fff;
}

.bg-2 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4fc1e9),
    to(#3bafda)
  );
  background: -webkit-linear-gradient(bottom, #4fc1e9, #3bafda);
  background: -o-linear-gradient(bottom, #4fc1e9, #3bafda);
  background: linear-gradient(0deg, #4fc1e9, #3bafda);
  color: #fff;
}

.bg-3 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#a0d468),
    to(#8cc152)
  );
  background: -webkit-linear-gradient(bottom, #a0d468, #8cc152);
  background: -o-linear-gradient(bottom, #a0d468, #8cc152);
  background: linear-gradient(0deg, #a0d468, #8cc152);
  color: #fff;
}

.bg-4 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffce54),
    to(#f6bb42)
  );
  background: -webkit-linear-gradient(bottom, #ffce54, #f6bb42);
  background: -o-linear-gradient(bottom, #ffce54, #f6bb42);
  background: linear-gradient(0deg, #ffce54, #f6bb42);
  color: #fff;
}

.bg-5 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#5d9cec),
    to(#4a89dc)
  );
  background: -webkit-linear-gradient(bottom, #5d9cec, #4a89dc);
  background: -o-linear-gradient(bottom, #5d9cec, #4a89dc);
  background: linear-gradient(0deg, #5d9cec, #4a89dc);
  color: #fff;
}

.bg-6 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ac92ec),
    to(#967adc)
  );
  background: -webkit-linear-gradient(bottom, #ac92ec, #967adc);
  background: -o-linear-gradient(bottom, #ac92ec, #967adc);
  background: linear-gradient(0deg, #ac92ec, #967adc);
  color: #fff;
}

.bg-7 {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ec87c0),
    to(#d770ad)
  );
  background: -webkit-linear-gradient(bottom, #ec87c0, #d770ad);
  background: -o-linear-gradient(bottom, #ec87c0, #d770ad);
  background: linear-gradient(0deg, #ec87c0, #d770ad);
  color: #fff;
}

.bg-8 {
  background: #434a54;
  color: #fff;
}

.bg-9 {
  background: #656d78;
  color: #fff;
}

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

.bg-11 {
  background: #b3d8e1;
  color: #167483;
}

.status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  color: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

.txt-status {
  color: #009688;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-status-1 {
  color: #f6bb42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-status-2 {
  color: #e9573f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-status-3 {
  color: rgb(247, 116, 56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkcircle::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

.timescircle::before {
  content: '\f057';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

.exclamationcircle::before {
  content: '\f06a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

.executecircle::before {
  content: '\f085';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

.play-circle::before {
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

.pause-circle::before {
  content: '\f28b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

.modal_form .modal-content .modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: none;
  padding: 1rem;
}
.modal_form .modal-content .modal-header .modal-title {
  text-align: center;
  color: #d8aa65;
  font-size: 2rem;
  font-family: 'Prompt-Bold';
}
.modal_form .modal-content .modal-header .warning-sign {
  width: 70px;
  height: 70px;
  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;
  border: 2px solid #d3a560;
  border-radius: 50%;
  color: #d8aa65;
}

.modal_form .modal-content .modal-body {
  padding: 1rem;
}

.modal_form .modal-content .modal-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  padding: 1rem;
}

.footer {
  position: fixed;
  background-color: #f5f3fb;
  bottom: 0;
  width: 100%;
  padding-left: 265px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-top: 1px solid #dee2e6;
}

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

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

.text-span {
  background: rgb(241, 68, 68);
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    color: #fff;
}

.box-shadow {
  position: absolute;
    right: 0;
    bottom: 1px;
    border: 1px solid #e4bb1e;
    border-radius: 10px;
    width: 120px;
    padding: 0rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-shadow .txt {
      color: rgb(241, 68, 68);
      font-size: 20px;
      margin-left: .5rem;
}

.boder-style {
  height: 100%;
  border: 1px solid #aaa;
  padding: 1.5rem;
  border-radius: 10px;
}

.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}

.line_between {
  width: 100%;
  height: 1px;
  margin: 1.5rem 0rem;
  background-color: #aaa;
}
