html * {
  /* font-family: 'Rubik' !important; */
}

/* body {
  background: url(../images/backgrounds/bg-login-4.mp4);
  background-size: cover;
  font-size: 12px;
  font-family: 'Rubik';
  background-repeat: no-repeat;
} */

#myVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 105vh;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
a,
span,
p,
input,
button,
select,
optgroup,
textarea {
  font-family: 'Rubik';
}

.bg-body {
  background: url(../images/backgrounds/bg-login.jpg) center center fixed;
  background-size: cover;
}

.cems {
  background: url(../images/backgrounds/CEMS.jpg) fixed !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
  background-position-y: 78% !important;

}

html body .content.app-content {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.342);
}

html body .content .content-wrapper .content-wrapper-before {
  background: linear-gradient(to left, #002f47, #198fab);
}

/* NAVBAR HEADER*/
.custom-header {
  background: linear-gradient(to left, #002f47, #198fab);
  box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.custom-navbar {
  padding: 0rem 18px;
}

.navbar-light {
  background: #FFFFFF;
  /* background-image: url('../images/backgrounds/bg-gradient.png'); */
  /* background-size: 2000px; */
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem 8px;
  font-size: 13px;
  color: white;
}

.navbar-header .navbar-brand {
  padding: 5px 0px;
}

.header-navbar .navbar-container {
  background: linear-gradient(to left, #002f47, #198fab);
  box-shadow: -2px -4px 14px #000;
  /* background: url(../images/backgrounds/bg-login-2.jpg) center center fixed;
  background-size: cover; */
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu .dropdown-submenu>a:after {
  top: 10px;
}

/* .nav-item .dropdown-toggle::after {padding: 0 0px 0 0px;} */
.btn-group .dropdown-toggle::after {
  top: -1px;
  right: 0px;
}

.dropdown .dropdown-menu {
  min-width: 15rem;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
}

li.nav-item.active {
  background: #2c3e50;
}

.header-username {
  margin-right: 15px;
  vertical-align: super;
  /* font-family: 'Lato'; */
}

.logo {
  max-width: 300px;
}

.logo-pjb {
  max-width: 200px;
}

.logo-header {
  max-width: 208px;
  margin-left: 20px;
}

.content .content-wrapper .content-header-title {
  /* font-family: 'Lato'; */
}

.breadcrumb {
  /* font-family: 'Lato'; */
}

/* PAGE LOGIN */
.content-login {
  background-color: rgba(0, 0, 0, 0.100);
  /* z-index: -1; */
  padding: 0;
  position: relative;
  -webkit-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: -webkit-calc(100% - 32px);
  min-height: -moz-calc(100% - 32px);
  min-height: calc(100%);
}

/* MODAL */
.modal {
  z-index: 1051;
}

/* BTN */
.btn-primary {
  background: linear-gradient(to left, #123583, #2bc2c9);
  border: 0px;
}

.btn-warning {
  background: linear-gradient(to left, #e74c3c, #f39c12);
  border: 0px;
}

.btn-success {
  background: linear-gradient(to left, #16a085, #1abc58);
  border: 0px;
}

.btn-danger {
  background: linear-gradient(to left, #bb2626, #f8355f);
  border: 0px;
}

.btn-info {
  background: linear-gradient(to left, #0c9abc, #2bb6c9);
  border: 0px;
}

.btn-secondary {
  border: 0px;
}

.btn-glow-primary {
  background: linear-gradient(to left, #002f47, #198fab);
  border: 0px;
  box-shadow: 0 0 5px 0 #2bc2c9;
  color: #fff;
}

.btn-glow-warning {
  background: linear-gradient(to left, #e74c3c, #f39c12);
  border: 0px;
  box-shadow: 0 0 5px 0 #ff8008;
  color: #fff;
}

.btn-glow-success {
  background: linear-gradient(to left, #16a085, #1abc58);
  border: 0px;
  box-shadow: 0 0 5px 0 #1abc58;
  color: #fff;
}

.btn-glow-danger {
  background: linear-gradient(to left, #bb2626, #f8355f);
  border: 0px;
  box-shadow: 0 0 5px 0 #f8355f;
  color: #fff;
}

.btn-glow-info {
  background: linear-gradient(to left, #0c9abc, #2bb6c9);
  border: 0px;
  box-shadow: 0 0 5px 0 #55b7f8;
  color: #fff;
}

.btn:hover {
  color: #fff;
  opacity: 0.9;
}

.col-2 .btn {
  padding: 0.75rem 0.5rem;
}

/* BG */
.bg-primary {
  background: linear-gradient(to left, #123583, #2bc2c9);
}

.bg-warning {
  background: linear-gradient(to left, #e74c3c, #f39c12);
}

.bg-success {
  background: linear-gradient(to left, #16a085, #1abc58);
}

.bg-danger {
  background: linear-gradient(to left, #eb2929, #f8355f);
}

.bg-info {
  background: linear-gradient(to left, #0c9abc, #55b7f8);
}

.bg-light {
  background: #ecf0f1 !important;
}

/* BADGE */
.badge-pill {
  padding-right: 1em;
  padding-left: 1em;
}

/* TEXT */
.badge-HIJAU {
  background-color: #1abc58
}

.badge-EMAS {
  background-color: #d4d120
}

.badge-BIRU {
  background-color: #123583
}

.badge-MERAH {
  background-color: #e74c3c
}

.badge-HITAM {
  background-color: #000
}

/* MARGIN */
.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

/* TABLE */
.table {
  z-index: 10 !important;
}

.table .table-sm th {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
}

.table.table-sm th,
.table.table-sm td {
  padding: 0.6rem 0.75rem;
  vertical-align: middle;
}

.table.table-sm th,
.table.table-sm td {
  padding: 0.6rem 0.75rem;
  vertical-align: middle;
}

.table.table-sm th.ws-w-1,
.table.table-sm td.ws-w-1 {
  white-space: nowrap;
  width: 1%;
}

.table.table-sm td {
  vertical-align: top !important;
}

/* FORM */
select.form-control {
  font-size: 14px;
}

/*         */
.hide-lg {
  display: none;
}

.width100 {
  width: 100% !important;
}

.label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.sticky {
  position: fixed;
  top: 0;
}

.card-radius {
  border-radius: 0px !important;
}

.card-mb-0 {
  margin-bottom: 0px !important;
}

.card-padding {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.card-cems {
  box-shadow: 0px 2px 30px 2px rgba(0, 0, 0, 0.1);
}

.card-cems-bg {
  background-color: rgb(255 255 255 / 61%) !important;
}

/* TOAST */
/* .toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    display: flex;
    bottom: 20rem;
    float: right;
    margin: 0 0 6px;
    padding: 20px 20px 20px 20px;
    width: 300px;
    right: 10px;
    border-radius: 10px !important;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999;
    color: #fff;
    border-image-slice: 20 !important;
} */
.toast-success {
  background: #1abc58;
}

.toast-error {
  background: #eb2929;
}

/* PROFIL */
.foto-profil {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin: auto;
}

.foto {
  width: 200px;
  height: 200px;
  border-radius: 200%;
}

/* SWAL */
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  /* height: auto; */
  height: 100% !important;
  overflow-y: hidden;
}

.swal2-container.swal2-backdrop-show {
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color .1s;
}

.swal2-icon-content {
  font-size: 3.75em;
}

/* SELECT2 */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  background: #e3ebf3;
  font-size: 14px;
  border-radius: 30%;
  border: 1px solid #e3ebf3;
  margin-right: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
  right: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  background: #e3ebf3;
  font-size: 14px;
  border-radius: 30%;
  border: 1px solid #e3ebf3;
  margin-right: 1.5rem;
  position: absolute;
  margin-left: 90%;
  margin-right: 0% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background: transparent !important;
  border: none !important;
}

.select2-container .select2-search--inline {
  width: 100% !important;
}

/* BTN */
.btn-xs,
.btn-group-sm>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* TIMELINE CUSTOM */
.timeline-list {
  height: 500px;
  overflow-y: scroll;
}

.timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative
}

.timeline:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background: #2d353c;
  left: 20%;
  margin-left: -2.5px
}

.timeline>li {
  position: relative;
  min-height: 50px;
  padding: 20px 0
}

.timeline .timeline-time {
  position: absolute;
  left: 0;
  width: 18%;
  text-align: right;
  top: 37px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
  display: block;
  font-weight: 600
}

.timeline .timeline-time .date {
  line-height: 16px;
  font-size: 12px
}

.timeline .timeline-time .time {
  line-height: 24px;
  font-size: 16px;
  color: #242a30
}

.timeline .timeline-icon {
  left: 15%;
  position: absolute;
  width: 10%;
  text-align: center;
  top: 40px
}

.timeline .timeline-icon a {
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  background: #d9e0e7;
  line-height: 10px;
  color: #fff;
  font-size: 14px;
  border: 5px solid #2d353c;
  transition: border-color .2s linear
}

.timeline .timeline-body {
  margin-left: 23%;
  margin-right: 5%;
  background: #fff;
  position: relative;
  padding: 20px 25px;
  border-radius: 6px;
  box-shadow: 0 6px 7px #ddd;
  border: 1px solid #ddd;
}

.timeline .timeline-body:before {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #ddd;
  left: -20px;
  top: 20px;
}

.timeline .timeline-body>div+div {
  margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
  border-radius: 0 0 6px 6px
}

.timeline-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e7eb;
  line-height: 30px
}

.timeline-header .userimage {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  overflow: hidden;
  margin: -2px 10px -2px 0
}

.timeline-header .username {
  font-size: 16px;
  font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
  color: #2d353c
}

.timeline img {
  max-width: 100%;
  display: block
}

.timeline-content {
  letter-spacing: .25px;
  line-height: 18px;
  font-size: 13px
}

.timeline-content:after,
.timeline-content:before {
  content: '';
  display: table;
  clear: both
}

.timeline-title {
  margin-top: 0
}

.timeline-footer {
  background: #fff;
  border-top: 1px solid #e2e7ec;
  padding-top: 15px
}

.timeline-footer a:not(.btn) {
  color: #575d63
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
  color: #2d353c
}

.timeline-likes {
  color: #6d767f;
  font-weight: 600;
  font-size: 12px
}

.timeline-likes .stats-right {
  float: right
}

.timeline-likes .stats-total {
  display: inline-block;
  line-height: 20px
}

.timeline-likes .stats-icon {
  float: left;
  margin-right: 5px;
  font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
  margin-left: -2px
}

.timeline-likes .stats-text {
  line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
  margin-left: 15px
}

.timeline-comment-box {
  background: #f2f3f4;
  margin-left: -25px;
  margin-right: -25px;
  padding: 20px 25px
}

.timeline-comment-box .user {
  float: left;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 30px
}

.timeline-comment-box .user img {
  max-width: 100%;
  max-height: 100%
}

.timeline-comment-box .user+.input {
  margin-left: 44px
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}

.leaflet-popup-content {
  max-height: 300px;
  overflow: auto;
  margin: 17px 2px !important;
}

.text-danger,
.text-red {
  color: #ff5b57 !important;
}

/* scrollbar */
::-webkit-scrollbar {
  /* width */
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  /* Track */
  background: #d5d5d5;
}

::-webkit-scrollbar-thumb {
  /* Handle */
  background: #0c9abc;
}

::-webkit-scrollbar-thumb:hover {
  /* Handle on hover */
  background: #2bb6c9;
}

.card-pku-1 {
  height: 453px !important;
  overflow-y: scroll;
}

.tab-bm {
  z-index: 111;
  position: fixed;
  width: auto;
  margin-top: -14px;
  width: 84%;
}

.btn-close-nav {
  font-size: 22px;
  margin-top: 15px;
  margin-left: 21px;
  position: absolute;
  padding: 5px;
  padding-bottom: 3px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  /* .hide-xs {
    display: none;
  } */

  .tab-bm {
    z-index: 111;
    position: relative;
    width: auto;
    margin-top: -14px;
    width: 100%;
  }

  /* .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
    background-color: white;
  } */

  body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container,
  body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-container {
    background-color: #2bb6c9 !important;
  }

  .header-navbar .navbar-container {
    background: linear-gradient(to left, #002f47, #198fab) !important;
    box-shadow: -2px -4px 14px #000;
  }

  /* body.vertical-layout.vertical-menu.menu-collapsed .main-menu {
    width: 0px;
  } */

  /* body.vertical-layout.vertical-menu.menu-expanded .main-menu {
    left: 240px;
  } */

  /* .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed~.navbar-collapse {
    transition: left 500ms ease-in-out;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #6b6f80;
  }

  .navbar-expand-lg .navbar-nav .active .nav-link {
    color: #fff;
  }

  .align-vertical {
    vertical-align: baseline !important;
  } */
}

.custom-mt-1 {
  margin-top: .25rem !important;
}

.custom-mb-1 {
  margin-bottom: .25rem !important;
}

.custom-mr-1 {
  margin-right: .25rem !important;
}

.custom-ml-1 {
  margin-left: .25rem !important;
}

.bg-transparent {
  background: transparent !important;
}

.bg-transparent-1 {
  background: #ffffff4d;
}

.border-radius-20 {
  border-radius: 20px;
}

.bg-hexagons-transparent {
  background-color: #ffffff87;
  /* background-color: #ffffff1c; */
  /* background-color: #ffffff57; */
  /* background-color: #d4d4d457; */
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0v3.994C14 7.864 10.858 11 7 11c-3.866 0-7-3.138-7-7.006V0h2v4.005C2 6.765 4.24 9 7 9c2.756 0 5-2.236 5-4.995V0h2zm0 26v-5.994C14 16.138 10.866 13 7 13c-3.858 0-7 3.137-7 7.006V26h2v-6.005C2 17.235 4.244 15 7 15c2.76 0 5 2.236 5 4.995V26h2zm2-18.994C16 3.136 19.142 0 23 0c3.866 0 7 3.138 7 7.006v9.988C30 20.864 26.858 24 23 24c-3.866 0-7-3.138-7-7.006V7.006zm2-.01C18 4.235 20.244 2 23 2c2.76 0 5 2.236 5 4.995v10.01C28 19.765 25.756 22 23 22c-2.76 0-5-2.236-5-4.995V6.995z' fill='%23f3f3f3' fill-opacity='0.2' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.padding-custom-card-5 {
  padding: 5px;
}

.px-08 {
  padding-left: 0.8rem !important;
  padding-right: 0.8rem !important;
}

.hr-horizontal {
  background: rgba(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: 0.5rem 0;
  background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4), transparent);
}

.highcharts-credits {
  display: none !important;
}

.pointer {
  cursor: pointer;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation>li>.nav-drop:after {
  content: "\f112";
  font-family: 'LineAwesome';
  font-size: 10px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.2s ease-in-out;
}

.main-menu.menu-light .navigation>li ul li>a {
  padding: 10px 18px 10px 0px;
  display: inline-table;
  text-wrap: wrap;
  width: 201px;
}

.main-menu.menu-light .navigation>li ul .open>ul li>a {
  padding: 10px 18px 10px 0px;
}

.main-menu.menu-light .navigation>li ul li {
  color: #2b345f;
  background: white;
}

.dropdown-toggle::after {
  float: right;
}

.dropdown-item:active {
  background-color: #2fbedc;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-light .navigation .hover>a>i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-light .navigation:hover>a>i,
body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-light .navigation .open>a>i {
  box-shadow: 0px 0px 20px rgb(41 188 220 / 47%);
  color: #2cbddc;
}

.main-menu.menu-light .navigation>li.open>a,
.main-menu.menu-light .navigation>li:hover>a {
  color: #2cbddc;
}

.active-menu {
  color: #0c9abc !important;
  font-size: 14px;
  font-weight: 700;
}

/* body.vertical-layout.vertical-menu.menu-collapsed .main-menu:hover {
  width: 260px;
} */


/* CSS 2024 */
.card-login {
  width: 88%;
  margin: auto;
  margin-top: 20%;
  border-radius: 10px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.6);
}

.card-login .card-header {
  background-color: rgba(255, 255, 255, 0);
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-light .navigation>li>a>i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.main-menu.menu-light .navigation li a span {
  display: inline;
}

/* body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation>li>a>i:before {
  font-size: 18px;
} */

.main-menu.menu-light .navigation>li>a {
  padding: 5px 19px 5px 18px;
  border-bottom: 1px solid #f3f3f3;
}

.main-menu.menu-light .navigation>li ul li:before {
  font-family: 'LineAwesome';
  content: "\f167" !important;
  padding-right: 5px;
  padding-left: 25px;
  display: inline;
}

/* .main-menu.menu-light .navigation>li ul li>a:before {
  font-family: 'LineAwesome';
  content: "\f167" !important;
  padding-right: 5px;
} */

.main-menu.menu-light .navigation>li.open .hover>a:before {
  display: contents;
  font-family: 'LineAwesome';
  content: "" !important;
  padding-right: 10px;
}

.main-menu.menu-light .navigation>li ul li>ul li:before {
  padding-left: 40px;
}

.main-menu.menu-light .navigation>li.open .hover>a {
  transform: translateX(0px);
}

.card-body,
.card-header {
  padding: 15px;
}

.card {
  margin-bottom: 1rem;
}

/* body.vertical-layout.vertical-menu.menu-expanded .main-menu {
  width: 250px;
}

body.vertical-layout.vertical-menu.menu-expanded .content,
body.vertical-layout.vertical-menu.menu-expanded .footer {
  margin-left: 250px;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu.menu-light .navigation>li>a>i {
  margin-right: 9px;
}

body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container {
  margin-left: 250px;
} */

.fixed-top {
  position: absolute;
}

.table .bg-info {
  background: linear-gradient(to left, #01324a, #188ba6);
}

.input-pp {
  width: 150px !important;
}

.table-pp tr td {
  padding: 1px !important;
}

body.vertical-layout.vertical-menu.menu-expanded .main-menu .navigation li.has-sub>a:not(.mm-next):after {
  font-size: 9px;
  top: 13px;
  right: 15px;
}

.main-menu.menu-light .navigation>li ul li>a:hover {
  width: 201px;
}

.main-menu.menu-light .navigation>li ul .open>ul .open>ul li>a {
  padding: 10px 18px 10px 0px;
  width: 150px;
}

.main-menu.menu-light .navigation>li ul li>ul li>ul li:before {
  padding-left: 60px;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  font-weight: 500;
  background-color: #188aa6;
  border-color: #BABFC7 #626E82 #1685a1;
  font-size: 12px;
}

.nav-link {
  color: #1788a4;
}

.nav.nav-tabs .nav-item .nav-link {
  padding: 10px 20px;
}

.dropdown-item:active {
  background-color: #ffffff;
}

.footer-login {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}


/* .area {
  background: #4e54c8;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: 100vh;
} */

.circles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.038);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.box-detail {
  max-height: 500px;
  overflow-y: auto;
}


@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}


.pulse {
  animation: pulse 5s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.03);
  }
}


.btn-xs,
.btn-group-sm>.btn {
  padding: 5px 5px;
}


.table.table-sm th,
.table.table-sm td {
  padding: 0.4rem;
}

.select2-container .select2-search--inline {
    float: none !important;
}