.row {
  margin-right: 0;
}

.imageBar {
  /* height: 60px; */
  display: none;
}

.bottomBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.2rem;
  display: none;
  background-color: whitesmoke;
  z-index: 2;
}

.dropdown-menu {
  z-index: 1030;
}
/* .dropdown-menu{
  right: 0 !important;
  left: unset !important;
} */



#floatButton {
  display: none;
}

#firstRow {
  overflow: scroll;
  margin: 0 auto !important;
  height: 100%;
}

a.nav-link {
  margin: 5px 10px;
  border-radius: 1rem;
  color: #6e6d7a;
}
a.nav-link.active {
  background-color: #dce5ee;
  color: #19558c;
}
a.nav-link svg {
  width: 1.07rem;
  vertical-align: middle;
  fill: currentColor;
}
a.nav-link span {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  vertical-align: middle;
  font-size: 1rem;
  width: 0%;
  display: inline-block;
  overflow: hidden;
}
a.nav-link.active span,
.nav-item > .nav-link > span {
  width: 100%;
  margin-left: -1.1rem;
  padding-left: 1.5rem;
}

.top-bar {
  color: white;
  background-color: rgb(47, 88, 132);
}

@media screen and (min-width: 601px) {
  nav.navbar {
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
    height: 4rem;
  }
  .nav-item {
    width: fit-content;
    margin: -0.5rem 0;
    padding: 0.5rem 0;
  }
  .nav-item > .nav-link {
    margin: -0.5rem 0 !important;
    padding: 1.3rem !important;
  }
  .nav-item > .nav-link.active {
    border-radius: 0;
  }
  #dropdownMenuLink {
    font-weight: 100;
  }
  #buttonsTop button {
    color: #19558c;
    border: 1px solid #19558c;
    background-color: white;
    border-radius: 0.8rem;
  }
  .pagi-mobile {
    display: none !important;
  }

  .container-fluid > div:first-child {
    height: 2.5rem;
  }
  div#buttonsTop {
    height: 2.5rem;
  }
  .pagi-web {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 1rem;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
  }
  .pagi-web nav > * {
    margin: 0.5rem;
  }

  .container-fluid {
    position: absolute;
    top: 3rem;
    bottom: 7.5rem;
    left: 0;
    right: 0;
    padding: 0 3rem;
    overflow: auto;
    /* z-index: -1; */
  }

  div#firstRow {
    overflow: visible;
  }
  div#firstRow > *:last-child {
    margin-bottom: 1.5rem;
  }
  .cardBtn {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #19558c;
    border: none;
    color: white;
    padding: 0;
    border-radius: 2rem;
  }

  .page-item.active .page-link {
    background-color: #19558c;
    border-color: #19558c;
  }
  #dropdownMenuButton {
    color: #19558c;
    background-color: white;
    border-color: #19558c;
    margin: 0.5rem;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    top: 2rem;
    right: 0;
    left: unset;
  }
  .navbar-nav .nav-item .dropdown i {
    font-weight: 100;
  }

  .fa-chevron-left {
    font-size: 2rem;
  }

  .w-35 {
    width: 35vw;
  }

  #loginPage .registrationText h1 {
    height: 3rem;
  }
  #loginPage .nav-link.active {
    background-color: rgba(255, 255, 255, 0.1);
  }
  #loginPage .reg-form > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
  }
  #loginPage .reg-form > form > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
  }
  #loginPage .reg-form > form > div.fullWidth,
  #loginPage .reg-form > form > button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #loginPage .reg-form > form > div > button {
    width: 100% !important;
  }

  #loginPage .registrationText {
    position: unset;
  }
  #loginPage .reg-form {
    position: absolute;
    top: 11rem;
    bottom: 0;
    overflow: auto;
    padding-right: 1rem;
    padding-bottom: 5rem;
  }

  ::-webkit-scrollbar {
    width: 20px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
  }
}

@media screen and (max-width: 767px) {

  #catatan {
    width: 80vw;
  }

  #buttonsTop {
    display: none !important;
  }

  #floatButton {
    display: block;
    bottom: 4rem !important;
    height: 40px;
    width: 40px;
    z-index: 1000 !important;
    right: 1.5rem;
  }

  /* .fab-main-container{
  } */

  h1 {
    font-size: 2rem;
  }

  /* #firstRow{
    height: 60vh;
    overflow: scroll;
    margin: 0 auto !important;
  } */

  .container-fluid {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    position: absolute;
    top: 3rem;
    bottom: 3.2rem;
  }

  #masukDaftar {
    display: none;
  }

  #loginNav {
    display: none;
  }

  .imageBar {
    height: 60px;
    display: block;
  }

  .mobileForm form {
    width: 75vw !important;
  }

  .mobileForm button {
    width: 75vw !important;
  }

  .welcomeText hr {
    background-color: white;
  }

  .bottomBar {
    display: block !important;
  }

  #middleBar {
    display: none;
  }

  .fomrSearch {
    display: none;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-nav .nav-item .dropdown {
    text-align: right;
  }
  .navbar-nav .nav-item .dropdown i {
    font-weight: 100;
  }

  .pagi-web {
    display: none !important;
  }

  .navbar-nav .nav-item img {
    height: 2rem !important;
  }
  .navbar {
    height: 3.5rem;
    padding: 0.5rem;
    -webkit-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
  }
  .card .card-header {
    padding: 0.3rem 1rem;
  }
  .card-body {
    padding: 0.5rem 1.25rem;
  }
  .cardBtn {
    width: 2rem;
    height: 2rem;
    background-color: #19558c;
    border: none;
    color: white;
    padding: 0;
    border-radius: 2rem;
  }
  .cardBtn i {
    font-size: 0.75rem;
  }
  .card a {
    color: #19558c;
    text-decoration: underline;
    text-transform: lowercase;
  }
  .bottomBar {
    display: block !important;
    background-color: white;
    -webkit-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 16%);
  }
  p.VuePagination__count.VuePagination__count {
    display: none;
  }
  li.VuePagination__pagination-item.page-item:not(.active):not(.VuePagination__pagination-item-prev-page:not(.disabled)):not(.VuePagination__pagination-item-next-page:not(.disabled)) {
    display: none;
  }
  .fab-cantainer.fab {
    font-size: 0.8rem;
    background-color: white !important;
    color: #19558c !important;
  }
  .fab-cantainer.fab.active {
    border: 1px solid #ff146c;
    color: #ff146c !important;
  }

  img.imageBar {
    height: 2.5rem !important;
    margin-left: 3rem;
    margin-top: 1rem;
  }
  #loginPage .bottomBar {
    background-color: transparent !important;
  }
  #loginPage .bottomBar a.nav-link {
    color: #cccccc !important;
  }
  #loginPage .bottomBar a.nav-link:hover {
    color: white !important;
  }
  #loginPage .bottomBar a.nav-link.active {
    font-weight: bold;
    background-color: transparent !important;
    border-bottom: none;
    color: white !important;
  }
  #loginPage .bottomBar a.nav-link.active:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    padding-top: 0rem;
    border-bottom: 2px solid white;
  }

  #firstRow > div:last-child {
    margin-bottom: 7.5rem;
  }
  button#dropdownMenuButton {
    height: 1.8rem;
    padding: 0.2rem 1rem;
    background-color: white;
    color: #19558c;
    border: 1px solid #19558c;
  }
  button#dropdownMenuButton:after {
    border-top: 0.2em solid;
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
  }
  .pagi-mobile {
    position: fixed;
    bottom: 4rem;
    left: 1.5rem;
    background-color: white;
    right: 5rem;
    border-radius: 1rem;
    height: 2.5rem;
    color: #19558c;
    box-shadow: 0 0.1rem 0.3rem 0 rgb(0 0 0 / 25%);
  }
  .pagi-mobile > div {
    vertical-align: middle;
    margin-top: 0.2rem;
  }
  .pagi-mobile .pagi-drop {
    padding: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.29rem;
  }
  .pagi-mobile > div > i {
    vertical-align: middle;
    margin-top: 0.5rem;
  }
  .pagi-mobile > div > * {
    vertical-align: middle;
  }

  .navbar-nav .dropdown-menu {
    position: absolute;
    top: 2.7rem;
    right: 1.5rem;
    left: unset;
  }
  .navbar .dropdown {
    position: unset;
  }

  .des-log {
    display: none;
  }

  h1 {
    font-size: 1.5rem;
  }

  .reg-form {
    height: 99%;
    overflow: scroll;
  }

  .firstRow {
    padding: 1rem 2.5rem !important;
  }
  img.imageBar {
    height: 2.5rem !important;
    margin-left: 2.5rem;
    margin-top: 1rem;
  }
  .registrationText {
    padding-top: 1rem;
    position: absolute;
    top: 12rem;
    bottom: 5rem;
    left: 0;
    right: 0;
    padding: 0 2.5rem;
  }
  .reg-form button {
    width: 100% !important;
    margin-bottom: 1rem;
  }

  .fab-item-title {
    box-shadow: 0 1px 6px #ccc !important;
    border-radius: 1rem !important;
    padding: 0.2rem 0.7rem !important;
    right: 3em !important;
  }
}

.float{
	position:fixed;
	width:40px;
	height:40px;
  bottom: 110px;
	right:5px;
  border: 1px solid;
	background-color:#fff;
	color: #fd0a58;
  z-index: 1001;
	border-radius:50px;
	text-align:center;
}

.my-float{
	margin-top:12px;
}

.introjs-prevbutton{
  display: none !important;
}

.span-loading {
    color: white;
    font-weight: 600;
  }
  .btn-sign-in {
    background-color: rgba(255,255,255,0.5) ;    
  }
  .btn-sign-in:hover{
    background-color: #ffffffb0 ;
  }
  .btn-sign-in:hover h5 {
    color: white;
    font-weight: 600;
  }
  .btn-sign-in:active{
    box-shadow: 0 2px #666;
    transform: translateY(1px);
  }

  .btn-sign-in:disabled{
    transform: translateY(0px) !important;
    box-shadow: none !important;
    color: whitesmoke !important;
    font-weight: normal !important

  }

  label.text-reset-pas:hover {
    font-weight: 600;
    text-decoration: underline;
  }

  .span-loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: rgba(0,0,0,0);
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  40% {
    color: white;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 rgba(0,0,0,0);}
  80%, 100% {
    text-shadow:
      .25em 0 0 white,
      .5em 0 0 white;}}

      .circle-bg-tutorial{
        width:40px;
	      height:40px;
        z-index: 1001;
        position: fixed;
        background-color: #fff0;
        right: 0px;
        border-radius: 50%;
        cursor: pointer;
      }

      .btn-close{
        box-sizing: content-box;
        color: #616161;
        float: right;
        font-size: 20px;
        cursor: pointer;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        padding: 2px 5px;
        border-radius: 50%;
      }

      .btn-close:hover{
        background-color: whitesmoke;
      }
      .btn-close:active{
        background-color: rgb(214, 214, 214);
      }
      .p-block{
        position: static !important;
        overflow: none;
      }

      .heigth-max{
        overflow: auto;
        max-height: 50vh;
      }

      .p-dropdown-label {
        margin-top: -7px !important;
      }
      .pi-chevron-down{
        font-size: 12px !important;
      }

      .p-dropdown-trigger{
        margin-right: -1em !important;
      }

      .c-pointer {
        cursor: pointer;
      }

      .show-hover{
        font-weight: 500;
      }
      .show-hover:hover{
        font-weight: 600;
      }