#content {
    transition: all 0.3s ease-in-out;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #555555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 0.7s linear infinite; /* Safari */
    animation: spin 0.7s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.invalid-feedback-polyfill {
    display: block !important;
    width: 100% !important;
    margin-top: 0.25rem !important;
    font-size: 80% !important;
    color: #dc3545 !important;
}

.transaksi-active {
    position: relative;
    color: #25262b;
}

.transaksi-active:hover {
    color: #25262b;
}

.transaksi-active:after {
    content: " ";
    display: block;
    border-bottom: 3px solid #009da9;
    width: 85%;
    position: absolute;
    padding-bottom: 18px;
}


/* dropdown rekonsiliasi */

#rekon1 {
    padding: 0px 10px 0px 10px;
}

.btn-header-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: auto;
}

.btn-header-link.collapsed:after {
    content: "\f107";
  }


  /* asterisk form required */
  .form-group.required .control-label:after {
    content:"*";
    color:red;
  }

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat;
    background-size: .6em;
    background-position: calc(100% - 1.3em) center;
}

.form-login{
    display: block;
    width:100%;
    font-size: 1rem;
    font-weight: 400;
    line-height:1.5;
    border-color: #009DA9 !important;
    border-style: solid !important;
    border-width: 0 0 1px 0 !important;
    padding: 0px !important;
    color:black;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
}


.form-login:focus{

    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

/* .input-group {
    position:relative;
    display:inline-block;
  } */
  .input-group-login {
    position: absolute;
    right:0;
    top: 0;
  }

  input {
    padding-right: 20px; /* = icon width if you don't want the password to go under the icon */
    }


.nav-icon {
    font-size: 20px;
}
.iconClass{
    position: relative;
  }

.iconClass span{
position: absolute;
top: 0px;
right: 0px;
display: block;
}



.master-title{
    position:relative;
}
.master-title:after
{
   content:' ';
   display:block;
   border-bottom:3px solid #009DA9;
   width:140px;
   position:absolute;
   padding-bottom:15px;
}

.supplier-active{
    position:relative;
}
.supplier-active:after
{
   content:' ';
   display:block;
   border-bottom:3px solid #009DA9;
   width:75%;
   position:absolute;
   padding-bottom:17px;
   margin-left: 7px;
}

.approve-active{
    position:absolute;
}
.approve-active:after
{
   content:' ';
   display:block;
   border-bottom:3px solid #009DA9;
   width:75%;
   position:absolute;
   padding-bottom:17px;
   margin-left: 7px;
}


/* SIDEBAR STYLE */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
  }
.sidebar{
    left: 0;
    top: 0;
    width: 78px;
    background: #fff;
    padding-top: 50px;
    z-index: 99;
    transition: all 0.5s ease;
  }
  .sidebar-padding{
      padding: 6px 4px;
  }
  .sidebar.open{
    width: 290px;
  }
  .sidebar .logo-details{
    height: 30px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .sidebar .logo-details .icon{
    opacity: 0;
    transition: all 0.5s ease;
  }
  .sidebar .logo-details .logo_name{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .sidebar.open .logo-details .icon,
  .sidebar.open .logo-details .logo_name{
    opacity: 1;
  }
  .sidebar .logo-details #btn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .sidebar.open .logo-details #btn{
    text-align: right;
  }
  .sidebar i{
    color: black;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
  }
  .sidebar .nav-list{
    margin-top: 20px;
    height: 100%;
    background-color: white;
  }
  .sidebar li{
    position: relative;
    margin: 8px 0;
    list-style: none;
  }
  .sidebar li .tooltip{
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
  }
  .sidebar li:hover .tooltip{
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
  }
  .sidebar.open li .tooltip{
    display: none;
  }
  .sidebar input{
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #1d1b31;
  }
  .sidebar.open input{
    padding: 0 20px 0 50px;
    width: 100%;
  }

  .sidebar li a{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #fff;
  }
  .sidebar li a:hover{
    background: #FFF;
  }
  .sidebar li a .links_name{
    color: black;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
  }
  .sidebar.open li a .links_name{
    opacity: 1;
    pointer-events: auto;
  }
  .sidebar li a:hover .links_name,
  .sidebar li a:hover i{
    transition: all 0.5s ease;
  }
  .sidebar li i{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
  }
  .home-section{
    position: relative;
    background: #E4E9F7;
    min-height: 100vh;
    top: 0;
    left: 78px;
    width: calc(100% - 78px);
    transition: all 0.5s ease;
    z-index: 2;
  }
  .sidebar.open ~ .home-section{
    left: 290px;
    width: calc(100% - 290px);
  }
  .home-section .text{
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
  }
  @media (max-width: 420px) {
    .sidebar li .tooltip{
      display: none;
    }
  }

.side-active {
    border-left: 2px solid #009DA9;
}

.side-active span {
    color: #009DA9 !important;
}

.side-active i {
    color: #009DA9 !important;
}

.side-active i.icon {
    background-color: #009DA9 !important;
}

.sub-menu li a {
    padding: 0.5rem 0 0.5rem 50px;
}

.accordion .collapsed .icon-rotate {
    transform: rotate(0);
    transition-duration: 0.5s;
}

.accordion .icon-rotate {
    transform: rotate(180deg);
    transition-duration: 0.5s;
}

/* Style the tab */
.tab {
    overflow: hidden;
  }

  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  }

  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }

  /* Style the tab content */
  .tabcontent {
    display: none;
  }

  .image-container {
    width: 50px;
    padding: 0;
    margin: 0;
}

/* Resize images */
.image-container img {
    width: 100%;
    height: auto;
}
