/*/*
    This css created by SBI not from workload template
*/

/*** color ***/
.bams-text-success {
  color: #00a39d;
}

.bams-text-danger {
  color: #A30006;
}

/*** height ***/
.h-5 {
  height: 3rem;
}

.bams-institusi-dropdown {
  right: auto !important;
}

/*******************/
/*** HEADER PART ***/
/*******************/

/*** nav-control ***/
@media only screen and (min-width: 61.9375rem) {
  .nav-control {
    display: none;
  }
}

/*** nav-header ***/
.nav-header.bams-nav-header {
  height: 4rem;
  width: 15rem;
}

[data-sidebar-position="fixed"][data-layout="vertical"] .nav-header.bams-nav-header {
  /* border-right: 1px green; */
}


/*** header ***/
.header.bams-header {
  height: 4rem;
  padding-left: 16.5rem;
  box-shadow: rgba(0, 0, 0, 0.04) 0 2px 6px 0;
  /* background-color: #00a39d; */
}

.header.bams-header .header-content {
  padding-left: 0px;
}

/*** Dropdown Institusi ***/
.institusi-font,
.dropdown-menu .dropdown-item.institusi-font {
  font-size: 0.875rem;
  font-family: 'Lato', sans-serif;
  color: #35465d;
}

.dashboard_bar.dashboard_bams {
  font-size: 1.125rem;
  font-family: 'Lato', sans-serif;
  color: #319588;
}

.dropdown-menu .dropdown-item.disabled.institusi-font {
  color: #adb5bd;
  font-weight: 400;
}

.dropdown.cursor-pointer {
  cursor: pointer;
}

.dropdown-menu .dropdown-item.active {
  background-color: #00a39d;
  color: #fff;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #676D6D;
  color: #fff;
}

.dropdown-menu.dropdown-logout {
  width: 5rem;
  left: auto;
}

.dropdown-menu.dropdown-logout>a.dropdown-item:hover {
  color: #fff;
}

/*** profile ***/
.bams-header-profile {
  font-size: 1.125rem;
  font-family: 'Lato', sans-serif;
}

.header-profile.bams-header-profile>a.nav-link .header-info span {
  color: #319588;
}

/*** logo ***/

.logo-login {
  width: 80%;
}

.brand-logo.bams-brand-logo {
  padding-left: 1rem;
}

.logo-bsi {
  width: 80%;
}

/***********#********/
/*** SIDEBAR PART ***/
/************#*******/

/*** dlabnav ***/
.dlabnav.bams-dlabnav {
  width: 15rem;
  height: calc(100% - 4rem);
  top: 4rem;
  background-color: #00a39d;
}

/*** metis menu ***/
.dlabnav .metismenu ul a {
  padding-left: 1rem !important;
}

ul.metismenu.bams-metismenu li.active {
  background-color: #00615E;
}

ul.metismenu.bams-metismenu li.menu-item:hover {
  background-color: #00615E;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li.active>a,
[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li.active>a>i {
  color: #fff;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li:hover>a,
[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li:hover>a>i {
  color: #fff;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li>a {
  padding: 0.8rem 0.5rem;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #fff !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li.divider>a {
  padding: 0.8rem 0.5rem;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #ffffff91 !important
}

[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li.mm-active>a {
  background: none !important
}


[data-sidebar-style="full"][data-layout="vertical"] .dlabnav .metismenu.bams-metismenu>li>a>i {
  color: #fff;
  width: 10px;
}

/***********#********/
/*** CONTENT PART ***/
/************#*******/

/*** content-body ***/
.content-body.bams-content-body {
  margin-left: 15rem;
  padding-top: 4.3rem;
  padding-left: 0.3rem;
  padding-right: 0.2rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*** button ***/
.bams-btn-green {
  font-family: 'Lato', sans-serif;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #00a39d;
  background-color: #00a39d;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 163, 157, 0.2);
  transition: 0.3s;
}

.bams-btn-green:hover {
  color: #00a39d;
  border: 1px solid #00a39d;
  background: #fff;
  text-decoration: none;
}

.bams-btn-green>i {
  color: #F6AD3C;
}

.bams-btn-orange {
  font-family: 'Lato', sans-serif;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #F6AD3C;
  background-color: #F6AD3C;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(246, 173, 60, 0.2);
  transition: 0.3s;
}

.bams-btn-orange:hover {
  color: #F6AD3C;
  border: 1px solid #F6AD3C;
  background: #fff;
  text-decoration: none;
}

.bams-btn-orange>i {
  color: #00a39d;
}

.bams-btn-gray {
  font-family: 'Lato', sans-serif;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #00615E;
  background-color: #00615E;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(0, 97, 94, 0.2);
}

.bams-btn-gray:hover {
  color: #fff;
  border: 1px solid #676D6D;
  background: #676D6D;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(103, 109, 109, 0.3);
}

.bams-btn-gray>i {
  color: #fff;
}

.bams-btn-gray:hover>i {
  color: #fff;
}

.bams-btn-red {
  font-family: 'Lato', sans-serif;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #A30006;
  background-color: #A30006;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(163, 0, 6, 0.2);
  transition: 0.3s;
}

.bams-btn-red:hover {
  color: #2f3b3a;
  border: 1px solid #A30006;
  background: #fff;
  text-decoration: none;
}

.bams-btn-red>i {
  color: #fff;
}

.bams-btn-red:hover>i {
  color: #00615E;
}

.bams-btn-search {
  font-family: 'Lato', sans-serif;
  color: #2f3b3a;
  padding: 8px 10px;
  text-decoration: none;
  background: transparent;
  border-bottom: 1px solid #2f3b3a;
  box-sizing: border-box;
}

.bams-btn-search:has(> input:focus) {
  border-bottom: 1px solid #00a39d;
}

.bams-btn-search>input:focus,
.bams-btn-search>input:focus+i {
  color: #00a39d;
}

.bams-btn-search>input {
  background: transparent;
  border: 0px;
}

.bams-btn-search>i {
  float: right;
  padding-top: 2px;
}

/*** table ***/

.dt-input {
  margin-right: 12px;
}

.table.bams-table {
  border: 1px solid #0000000f;
}

.table.bams-table thead th {
  font-size: 15px;
  font-weight: 600;
}

.bams-table>thead>tr:hover,
.bams-table>thead>tr:has(> th > input:checked) {
  background-color: rgb(149 203 170 / 30%);
}

.bams-table>tbody>tr:has(> td > input.role:checked) {
  background-color: transparent;
}

table.dataTable>tbody>tr.selected>* {
  box-shadow: inset 0 0 0 9999px rgb(239 239 239 / 90%) !important;
  color: rgb(100 91 91) !important;
}

.table.bams-table thead th:first-child,
.table.bams-table thead th:nth-child(2),
.bams-table>thead>tr>th,
.bams-table>tbody>tr>th,
.bams-table>tbody>tr>td {
  border-bottom: 1px solid rgba(47, 59, 58, 0.2) !important;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

.bams-table>tbody>tr>td {
  font-size: 13px;
  font-weight: normal;
}

.bams-table tbody>tr>td>.lower-cell {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 14px;
}

/*** badge ***/
.bams-badge-green {
  background-color: #00a39d;
}

.bams-badge-orange {
  background-color: #F6AD3C;
}

.bams-badge-red {
  background-color: #A30006;
}

.bams-badge-gray {
  background-color: #676d6d99;
}


/*** form ***/
.bams-form-title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #2f3b3a;
  border-bottom: 3px solid #00a39d;
  box-sizing: border-box;
}

.bams-label {
  display: flex;
  align-items: center;
}

.bams-label-content {
  display: flex;
  align-items: center;
  font-family: 'Lato', sans-serif;
  color: #31353B;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding: 0px;
}

.label-wajib {
  color: #9FA6B0;
  background-color: #F3F4F5;
  padding: 2px 4px;
  position: static;
  width: 40px;
  height: 20px;
  left: 44px;
  top: 0px;
  border-radius: 3px;
  font-size: 11px;
}

.bams-form-control {
  background: rgba(255, 255, 255, 1);
  border-radius: 0;
  height: 3rem;
  color: #2f3b3a;
}

.bams-form-control:disabled {
  background-color: #F4FAFA;
}

.form-control.bams-form-control,
.togglePassword,
.generetaPassword {
  border: 1px solid #d8dddc
}

.bams-form-control::placeholder {
  color: #9f9f9f;
}

.default-select.bams-form-control {
  line-height: 2.5rem;
}

.default-select.bams-form-control .option.selected,
.default-select.bams-form-control .option.selected:not(:hover) {
  background-color: #676D6D !important;
  color: #fff;
}

.default-select.bams-form-control .option:hover {
  background-color: #00a39d !important;
  color: #fff;
}

.bams-form-check-input {
  border: 2px solid #9aa9a8;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.bams-input-group-text {
  border-radius: 0;
  border: 1px solid #9aa9a8;
  font-weight: bold;
}

.bams-edit {
  /* margin-left: 5px; */
}

.bams-copy {
  /* margin-right: 5px; */
}

.bams-submit {
  /* margin-left: 5px;
    line-height: 18px; */
}

.bams-invalid-feedback {
  margin-top: 0px;
}

.bams-select2+.select2-container .select2-selection {
  border-radius: 0;
  border: 1px solid #d8dddc
}

.bams-dropdown-btn::after {
  display: none;
}

/*** old css ***/
/*** mungkin akan dipakai lagi ***/

/*.logo-bsi-square {
    width: 100%;
    height: 100%;
    display: none;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .logo-bsi {
    display: none;    
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .brand-logo .logo-bsi-square {
    display: block;
}

@media only screen and (max-width: 47.9375rem) {
    .nav-header {
        background-color: white;
    }
    .logo-bsi {
        display: none;
    }
    .logo-bsi-square {
        display: block;
    }
}

@media only screen and (max-width: 87.5rem) {
    .logo-bsi {
        height: 100%;
        width: 90%;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .logo-bsi {
        height: 55%;
        width: 100%;
    }
}*/
.dlabnav .metismenu ul a i {
  margin-right: 0.5px !important;
}

[data-sidebar-style="full"] .dlabnav .metismenu ul a:before {
  display: none !important;
}

li {
  list-style: unset !important;
}

.auth-form .btn {
  height: 100% !important;
  font-weight: 700;
}

.datatable-small-font {
  font-size: 10px;
}

.datatable-medium-font {
  font-size: 12px;
}

.datatable-large-font {
  font-size: 14px;
}

table.dataTable td,
table.pengguna-hak-akses-institusi-table td,
table.pengguna-hak-akses-institusi-table th,
table.dataTable th {
  vertical-align: top !important;
  /* Align content to the top */
  text-align: left !important;
  /* Align content to the left */
}

.peran-checklist {
  max-height: 150px;
  /* Set the max height */
  overflow-y: auto;
  /* Enable vertical scrolling */
  border: 0.1px solid #ddd;
  /* Optional: Add a border for better visualization */
  padding: 10px;
  /* Optional: Add padding for content spacing */
}

@media only screen and (max-width: 47.9375rem) {
  .nav-header {
    top: 0;
    background: white !important;
  }
}

.dlabnav .metismenu>li {
  display: block !important;
  flex-direction: column;
}

@media only screen and (min-width: 48rem) {
  [data-sidebar-style="mini"] .dlabnav .nav-text {
    display: contents;
    color: white !important;
  }
}


[data-sidebar-style="overlay"] .dlabnav .metismenu>li>a {
  font-size: 1rem;
  padding: 1.25rem 1.25rem;
  color: white !important;
  border-radius: 1rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}


.dlabnav .metismenu>li>a i {
  color: white !important;
}

.with-children>a>.fas {
  left: 70%;
  font-size: 10px !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  background-image: none !important;
}

.form-control.is-invalid {
  border-color: #FC2E53 !important;
  border-right: 1em !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: none !important;
}

.tooltip-inner {
  text-align: left;
}

.custom-filters {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

.menu-item>.dropdown-menu>a.dropdown-item {
  color: #319588
}

.filter-table {
  margin-top: -20px;
  margin-left: -10px;
}

.filter-table td {
  padding: 10px;
  vertical-align: top;
}

table.dataTable>tbody>tr>td {
  padding: 5px 10px !important;
}