@font-face {
  /* font-family: "Poppins"; */
  /* src: url("../fonts/poppins-regular.ttf"); */
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-style: normal;
  color: #000;
}

* {
  font-display: block;
}

html {
  height: 100%;
  font-size: 14px;
}

body {
  height: 100%;
  font-family: "Open Sans";
  font-size: 1rem;
  background: #f5f9fa;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 99999999;
  display: grid;
  align-content: center;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0 / 0.85);
}

a[data-dt-idx="previous"],
a[data-dt-idx="next"] {
  min-width: 100px;
}

.logo-wait {
  height: 80px;
}

.logo-wait-bar {
  justify-content: center;
  width: 80px;
  height: 80px;
}

.loading-logo {
  margin: 2rem !important;
  color: rgba(250, 250, 250, 0.8);
  font-size: 40px;
}

.FrmLogin {
  box-shadow: 0 0.5rem 1rem #00000026;
  border: 0.1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: fixed;
  top: Calc(50% - 230px);
  left: Calc(50% - 150px);
  height: auto;
  width: 300px;
  background-color: #ffffff;
  opacity: 0.99;
  filter: alpha(opacity=80);
}

.logo {
  margin-top: 20px;
  width: auto;
  height: 80px;
}

.img-logo {
  height: 55px;
  opacity: 2;
}

.margin_leftright_auto {
  margin-left: auto;
  margin-right: auto;
}

.app_info_detail {
  line-height: 30px;
  font-weight: bold;
}

.blue_default_color {
  color: #0066ae !important;
}

.icon_login_input {
  font-size: 15px !important;
}

.user-input {
  color: #0066ae;
}

.login_input_field:focus {
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.15) !important;
}

.input_field_custom:focus {
  box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.15) !important;
}

.bx_icon_btn_login {
  color: #fff !important;
}

.text_icon_btn_login {
  color: #fff !important;
}

.class_btn_reload_captcha {
  font-size: 25px;
  margin-top: auto;
  margin-bottom: auto;
}

.btn_white_color {
  background-color: #fff !important;
}

.btn_white_color:first-child:active {
  background-color: #fff !important;
}

.btn_white_color:hover {
  background-color: #fff !important;
}

.btn_white_color:focus-visible {
  background-color: #fff !important;
}

.btn_white_color:active {
  background-color: #fff !important;
}

.new-primary {
  color: #fff;
  background-color: #0066ae !important;
  border-color: #0066ae !important;
}

.new-primary:active {
  color: #fff !important;
}

.new-primary:hover {
  color: #fff !important;
}

.new-primary:focus-visible {
  color: #fff !important;
}

.new-link {
  color: #fff;
  background-color: #0066ae !important;
  border-color: #0066ae !important;
}

.new-link:active {
  color: #fff !important;
}

.new-link:hover {
  color: #fff !important;
}

.new-link:focus-visible {
  color: #fff !important;
}

.class_btn_login {
  width: 100%;
}

.forgot-password {
  color: #0066ae;
  cursor: pointer;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
  color: #0066ae;
}

.hide {
  display: none !important;
}

.div_lable_resetpass {
  margin-top: -10px;
}

.swal2-toast {
  width: 90% !important;
}

/**===================== DASHBOARD **/

#dashbody {
  height: 100%;
  width: 100%;
  /* position: fixed; */
  background: #f5f9fa;
  overflow-y: scroll;
  scrollbar-width: thin;
}

/*  START SIDEBAR  */
#sidebar {
  position: fixed;
  max-width: 260px;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  transition: all 0.3s ease;
  z-index: 200;
  box-shadow: 0 0.5rem 1rem #00000026;
}

#sidebar.hidesidebar {
  max-width: 60px;
}

#sidebar.hidesidebar:hover {
  max-width: 260px;
}

#sidebar::-webkit-scrollbar {
  display: none;
}

.logobcains {
  margin-top: 20px !important;
  /* margin-left: 12px; */
  display: flex;
  align-items: center;
  height: 50px;
  transition: all 0.3s ease;
  content: url("../images/logo.png");
  /* padding: 0 6px; */
}

.logo_nav_bottom {
  bottom: 0;
  margin-left: 12px;
  display: flex;
  align-items: center;
  height: 40px;
  transition: all 0.3s ease;
  content: url("../images/logo_bcai.png");
  /* padding: 0 6px; */
}

.labelsupp {
  margin-left: 12px;
}

.bottomdash {
  position: absolute;
  left: 0;
  bottom: 0;
}

#sidebar.hidesidebar .logobcains {
  margin-left: 1px;
  display: flex;
  height: 43px;
  transition: all 0.3s ease;
  content: url("../images/logogroup.png");
}

#sidebar.hidesidebar:hover .logobcains {
  margin-left: 12px;
  display: flex;
  align-items: center;
  height: 43px;
  transition: all 0.3s ease;
  content: url("../images/logo.png");
}

.icon-right {
  margin-left: auto;
  transition: all 0.3s ease;
}

.css001 {
  justify-content: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  height: 64px;
  font-weight: 700;
  color: #0066ae;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: all 0.3s ease;
  padding: 0 6px;
}

.css002 {
  margin-top: 25px;
  padding: 0 20px;
  transition: all 0.3s ease;
  list-style: none;
}

#sidebar.hidesidebar:hover .css002 {
  padding: 0 20px;
}

#sidebar.hidesidebar .css002 {
  padding: 0 6px;
}

.css002 a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  padding: 12px 16px 12px 0;
  transition: all 0.3s ease;
  border-radius: 10px;
  margin: 4px 0;
  white-space: nowrap;
  cursor: pointer;
}

.css002>li>a:hover {
  background: #0066ae;
  color: #fff;
}

.css002>li>a.active .icon-right {
  transform: rotate(90deg);
}

.css002>li>a.active,
.css002>li>a:active:hover {
  background: #0066ae;
  color: #fff;
}

.css003 {
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  /* text-align: left; */
  margin-left: 10px;
}

#sidebar.hidesidebar .css003 {
  text-align: center;
  margin-left: 0px;
  margin-right: 6px;
}

.css004 {
  margin-top: 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #8d8d8d;
  transition: all 0.3s ease;
  white-space: nowrap;
  list-style: none;
}

#sidebar.hidesidebar:hover .css004 {
  text-align: left;
}

#sidebar.hidesidebar .css004 {
  text-align: center;
}

.css005 {
  padding-left: 48px;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.15s ease;
}

.css005.show {
  max-height: 1000px;
}

.css005 a:hover {
  color: #0066ae;
}

.css006 {
  width: 100%;
  padding: 20px;
}

#sidebar.hidesidebar .css006 {
  display: none;
}

#sidebar.hidesidebar:hover .css006 {
  display: block;
}

.css007 {
  background: #0066ae;
  padding: 20px;
  border-radius: 10px;
}

.css008 {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  color: #fff;
  background: #0066ae;
  transition: all 0.3s ease;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 12px;
}

.css008:hover {
  background: #0066ae;
}

.css007 p {
  font-size: 12px;
  color: #8d8d8d;
  text-align: center;
}

.css007 p span {
  font-weight: 700;
}

/*  END SIDEBAR  */

/*  START CONTENT  */
#content {
  position: absolute;
  width: calc(100% - 260px);
  left: 260px;
  transition: all 0.3s ease;
}

#sidebar.hidesidebar+#content {
  width: calc(100% - 60px);
  left: 60px;
}

/* NAVBAR */
.css009 {
  background: #fff;
  height: 64px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  grid-gap: 28px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0.5rem 1rem #00000026;
}

.css010 {
  font-size: 18px;
  cursor: pointer;
}

.css011 {
  max-width: 90%;
  width: 100%;
  margin-right: auto;
}

.css012 {
  position: relative;
}

.css013 {
  width: 100%;
  background: #8d8d8d;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 10px 36px 10px 16px;
  transition: all 0.3s ease;
}

.css013:focus {
  box-shadow: 0 0 0 1px #0066ae, 0 0 0 4px #0066ae;
}

.css014 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: #8d8d8d;
}

.css015 {
  position: relative;
}

.css016 {
  font-size: 18px;
  color: #000;
}

.css017 {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #e90000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

.css018 {
  width: 1px;
  background: #8d8d8d;
  height: 12px;
  display: block;
}

.css019 {
  position: relative;
}

.css020 {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}

.css021 {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #fff;
  padding: 10px 0;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 180px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  list-style: none;
}

.css021.show {
  opacity: 1;
  pointer-events: visible;
  top: 100%;
}

.css022 {
  padding: 10px 16px;
  display: flex;
  grid-gap: 10px;
  font-size: 14px;
  color: #000;
  align-items: center;
  transition: #0066ae;
  cursor: pointer;
}

.css022:hover {
  background: #0066ae;
  color: #fff;
}

/* NAVBAR */

.text_decoration_none {
  text-decoration: none !important;
}

.list_style_none {
  list-style: none !important;
}

.css023 {
  width: 100%;
  padding: 1rem !important;
}

.css024 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
}

.css025 {
  display: flex;
  grid-gap: 6px;
  padding-left: 1rem;
}

.css026,
.css027,
.css028 {
  font-size: 14px;
  list-style: none;
}

.css026 a {
  color: #0066ae;
}

.css027,
.css029 {
  color: #8d8d8d;
  pointer-events: none;
}

.css052 {
  padding-right: 20px;
  padding-left: 20px;
  margin: 1rem !important;
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.75rem;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.justify_content_center {
  justify-content: center;
}

.opsi {
  background-color: white;
  color: #000;
  /* font-weight: bold; */
  border-width: 1px;
  border-color: #dee2e6;
}

.button-outline-none:focus {
  outline: none !important;
}

.button-focus-visible:focus-visible {
  outline: none !important;
}

.border-radius-075 {
  border-radius: 0.75rem;
}

.width-column {
  width: 15rem;
}

.size-icon-section {
  font-size: 25px;
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>* {
  box-shadow: none !important;
}

table.dataTable.table-striped>tbody>tr.odd>* {
  background-color: rgb(240, 240, 240);
}

table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none !important;
}

table.dataTable.table-striped>tbody>tr.odd+tr.child>* {
  background-color: rgb(240, 240, 240);
}

table.dataTable.table-striped>tbody>tr.child>td.child>* {
  /* margin-left: 75px; */
  /* padding-left: 20rem !important; */
}

table.dataTable.custom-table>tbody>tr.child> {
  /* margin-left: 75px; */
  padding-left: 10rem !important;
}

table.dataTable.custom-table {
  font-size: 13px !important;
}

.custom2 {
  text-align: left !important;
}

.row-data-empty-usersetting {
  background-color: #f7f8fa;
  margin-top: 15px;
}

.data-empty-usersetting {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: rgb(73 80 87 / 75%);
}

.text-data-empty-usersetting {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.row-data-empty-dokumen {
  background-color: #f7f8fa;
  margin-top: 15px;
}

.data-empty-dokumen {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: rgb(73 80 87 / 75%);
}

.text-data-empty-dokumen {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.row-data-empty-getpencarianpolis {
  background-color: #f7f8fa;
  margin-top: 15px;
}

.data-empty-getpencarianpolis {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: rgb(73 80 87 / 75%);
}

.text-data-empty-getpencarianpolis {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.row-data-empty-getmonitoring {
  background-color: #f7f8fa;
  margin-top: 15px;
}

.data-empty-getmonitoring {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: rgb(73 80 87 / 75%);
}

.text-data-empty-getmonitoring {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 4rem !important;
}

.css047 {
  width: 30px;
  height: 100%;
  padding: 0;
}

.bx_edit_staff {
  color: #f5b800;
  font-size: 15px;
}

.bx_delete_staff {
  color: #d74848;
  font-size: 15px;
}

.displaynone {
  display: none;
}

.marginbottom20 {
  margin-bottom: 20px !important;
}

.modal {
  /* display: none; */
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
}

.modal_padding {
  padding-top: 100px;
}

.modaldetail_padding {
  padding-top: 80px;
}

.modal::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.modal::-webkit-scrollbar {
  width: 1px;
  background-color: #c5c5c5;
}

.modal::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
}

.modal-up {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-up:hover,
.modal-up:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.span-close-modal {
  margin-top: -29px;
  margin-right: -28px;
  font-size: 30px;
}

.icon-close-modal {
  float: right;
  cursor: pointer;
  color: #b22c2c;
}

#divModalEditUserSetting {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999998;
  display: none;
}

#divModalEditUserSetting.ActiveModal {
  display: block;
  background-color: none !important;
}

#DivModalDetailEndorsement {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999998;
  display: none;
}

#DivModalDetailEndorsement.ActiveModal {
  display: block;
  background-color: none !important;
  z-index: 1000;
}

.d-none {
  display: none !important;
}

.background_beranda {
  background-position: center;
  background-size: cover;
  height: 35vw;
  min-height: 35vw;
}

.background_beranda_insertdata {
  background-position: center;
  background-size: cover;
  height: 25vw;
  min-height: 25vw;
}

.page-link.active,
.active>.page-link {
  background-color: #00528b;
  border-color: #00528b;
  color: #fff !important;
}

.page-link {
  color: #00528b !important;
  font-size: 11px !important;
}

#TabelGetPencarianPolis {
  font-size: 10px !important;
}

#TabelLihatUserSetting {
  font-size: 10px !important;
}

.dataTables_filter {
  font-size: 11px !important;
}

.dataTables_length {
  font-size: 11px !important;
}

.font10px {
  font-size: 10px !important;
}

.font11px {
  font-size: 11px !important;
}

.font12px {
  font-size: 12px !important;
}

.font13px {
  font-size: 13px !important;
}

.font14px {
  font-size: 14px !important;
}

.btnOpenPdfPolis:active {
  background-color: rgb(0 0 0 / 0) !important;
}

.btnOpenPdfPolis:focus-visible {
  color: none !important;
  background-color: rgb(0 0 0 / 0) !important;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.datepicker {
  font-size: 13px;
}

.dataTables_info {
  font-size: 11px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none !important;
  background-color: #fff !important;
  background: #00528b !important;
  box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  outline: none !important;
  background-color: #00528b !important;
  background: #00528b !important;
  box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  outline: none !important;
  background-color: #fff !important;
  background: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus-visible {
  outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: none !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding-left: 2px !important;
  padding-right: 2px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border: none !important;
}

.page-link:focus {
  color: #00528b;
  background-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.bxs_icon_search {
  font-size: 15px;
  margin-bottom: -20px;
}

.active {
  color: #fff !important;
}

.table_layout_fixed {
  table-layout: fixed;
}

.bx_pdf_polis {
  color: #00a8b7;
  font-size: 18px;
}

.bx_edit_polis {
  color: #007cd4;
  font-size: 18px;
}

.sidepage1 {
  /* height: 100vh;
    margin-right: 40px; */
  /* border-right: 1px solid #ddd; */
}

.sidepage1:hover {
  cursor: pointer;
  background-color: #ddf1fd;
}

.ParentDivTabelGetPencarianPolis {
  overflow-x: auto;
  scrollbar-width: thin;
}

#TabelGetPencarianPolis_wrapper>.row>.col-sm-12 {
  overflow-x: auto;
  scrollbar-width: thin;
}

.margin_leftright_auto {
  margin-left: auto;
  margin-right: auto;
}

.margin_topbottom_auto {
  margin-top: auto;
  margin-bottom: auto;
}

.borderdivjumlahkeluarga {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.SetPaket {
  width: 32%;
  height: 40px;
}

.OpsiPaket {
  background-color: #fff;
  color: #0061ae;
  font-weight: bold;
  border-width: 1px;
  border-color: #0066ae;
  padding-top: 0.8rem;
}

.SetPaket:active {
  background-color: none !important;
  color: #fff !important;
}

.SetPaket:focus-visible {
  color: #fff !important;
  background-color: #0066ae !important;
  border-color: #b9b9b9;
  outline: none !important;
  box-shadow: none !important;
}

.SetPaket:hover {
  color: #fff !important;
  background-color: #00528b !important;
  border-color: #00528b;
  outline: none !important;
  box-shadow: none !important;
}

.groupPaket {
  /* margin-left: 0.4rem !important; */
}

.btnSetLihatBenefit {
  text-decoration: none;
  color: #0066ae;
  cursor: pointer;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.setBtnBackStep2 {
  color: #0066ae;
  cursor: pointer;
}

.setBtnBackStep2:active {
  color: #0066ae !important;
  background-color: none !important;
}

.setBtnBackStep2:focus-visible {
  color: #0066ae !important;
  background-color: none !important;
  border-color: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.setBtnBackStep2:hover {
  color: #0066ae !important;
  background-color: none !important;
  border-color: none !important;
}

.cursor_pointer {
  cursor: pointer;
}

.set_first_tertanggungutama {
  padding-top: 0.1rem !important;
}

.set_subtitle {
  margin-bottom: 10px;
  font-size: 14px;
}

.text-justify {
  text-align: justify;
}

#DivPreviewData {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999998;
  overflow-y: auto;
  scrollbar-width: thin;
}

#SubDivPreviewData {
  height: auto;
  font-size: 11px;
  padding: 20px;
  width: 80%;
  margin: 0;
  top: 5%;
  left: 10%;
  z-index: 99999;
  position: absolute;
  background-color: white;
  border-radius: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000000;
}

.css080 {
  font-size: 16px;
  color: #ac0000;
}

.css011 {
  padding-left: 0;
  margin-left: 0;
}

.css081 {
  padding: 20px;
}

.coljudul {
  width: 150px;
}

.coltitikdua {
  width: 20px;
}

.css036 {
  width: 5px;
}

.css037 {
  vertical-align: middle;
}

.css038 {
  margin-left: -25px;
  margin-right: -5px;
  font-weight: bold;
}

.setBtnClosePreview {
  margin-right: -26px;
  margin-top: -27px;
  float: right;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #b90005;
  cursor: pointer;
}

#iFrameDivEPolis {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999998;
}

#btnCloseFrameDivEPolis {
  position: fixed;
  top: 2vh;
  right: 10px;
  z-index: 9999;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ff040b;
  cursor: pointer;
  padding: 5px;
  border-radius: 50px;
  width: 45px;
  height: 45px;
}

.iconCloseIFramEPolis {
  font-size: 30px;
  float: right;
  cursor: pointer;
  color: #b22c2c;
}

#iFrameEPolis {
  height: 90vh;
  width: 95vw;
  top: 8vh;
  left: 2vw;
  z-index: 999999;
  position: fixed;
}

.css069 {
  color: #ff0000;
  font-size: 12px;
  margin-top: -10px;
}

#chartContainerMonitoring {
  height: 400px;
  width: 95%;
  /* margin-left: 3%; */
}

.color_active_menu {
  background: #0066ae !important;
  color: #fff !important;
}

.show {
  display: block !important;
}

.showrow {
  display: table-row !important;
}

.hide {
  display: hide !important;
}

.input-group-addon>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.active.SetPaket {
  background-color: #0066ae;
}

.custom-box-shadow {
  border-color: #fff !important;
  box-shadow: 0 0.5rem 1rem #00000026;
}

#btnreloadcaptcha {
  background-color: #f5f5f5;
  border-radius: 0.375rem;
  padding: 6.5px !important;
}

#btnreloadcaptchaForget {
  background-color: #f5f5f5;
  border-radius: 0.375rem;
  padding: 6.5px !important;
}

#btnreloadcaptchacreateuser {
  background-color: #f5f5f5;
  border-radius: 0.375rem;
  padding: 6.5px !important;
}

.thumbdoc {
  padding: 10px;
  cursor: pointer;
  height: 15rem;
}

.docicon {
  width: 40%;
  height: auto;
  margin-bottom: 15px;
}

.doccaption {
  font-size: 12px;
  word-wrap: break-word;
}

.disabled-link {
  pointer-events: none;
  color: #cfcfcf;
}

.set_checkdisclaimer {
  cursor: pointer;
  accent-color: #0066ae;
}

.set_checkriplay {
  cursor: pointer;
  accent-color: #0066ae;
}

.set_linkpreview {
  cursor: pointer;
  color: #0066ae;
}

.pointer_events_none {
  pointer-events: none;
}

.pt-1px {
  padding-top: 1px !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.pt-3px {
  padding-top: 3px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.icon_set_kirimriplay {
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
}

button[data-id="selectcabang"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button[data-id="selectcabang"]:active {
  background-color: transparent !important;
}

button[data-id="selectcabang"]:focus {
  outline: none !important;
}

button[data-id="selectcabang"]:focus-visible {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

button[data-id="selectcabang"]:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

button[data-id="selectcabang"].show {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-top: 1px !important;
}

button[data-id="selectcabangdetailendorsement"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button[data-id="selectcabangdetailendorsement"]:active {
  background-color: transparent !important;
}

button[data-id="selectcabangdetailendorsement"]:focus {
  outline: none !important;
}

button[data-id="selectcabangdetailendorsement"]:focus-visible {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

button[data-id="selectcabangdetailendorsement"]:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

button[data-id="selectcabangdetailendorsement"].show {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-top: 1px !important;
}

button[data-id="selectrole"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button[data-id="selectrole"]:active {
  background-color: transparent !important;
}

button[data-id="selectrole"]:focus {
  outline: none !important;
}

button[data-id="selectrole"]:focus-visible {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

button[data-id="selectrole"]:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

button[data-id="selectrole"].show {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-top: 1px !important;
}

button[data-id="CabangSearchId"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button[data-id="CabangSearchId"]:active {
  background-color: transparent !important;
}

button[data-id="CabangSearchId"]:focus {
  outline: none !important;
}

button[data-id="CabangSearchId"]:focus-visible {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

button[data-id="CabangSearchId"]:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

button[data-id="CabangSearchId"].show {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-top: 1px !important;
}

button[data-id="CabangSearchLaporanId"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button[data-id="CabangSearchLaporanId"]:active {
  background-color: transparent !important;
}

button[data-id="CabangSearchLaporanId"]:focus {
  outline: none !important;
}

button[data-id="CabangSearchLaporanId"]:focus-visible {
  background-color: transparent !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

button[data-id="CabangSearchLaporanId"]:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

button[data-id="CabangSearchLaporanId"].show {
  background-color: transparent !important;
  border-color: transparent !important;
  padding-top: 1px !important;
}

button[data-id="CabangSearchLaporanId"] {
  font-size: 11px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  /* outline: thin dotted #333 !important; */
  outline: none;
  /* outline-offset: -2px; */
}

.dropdown-toggle::after {
  /* border-top: -0.7em solid !important; */
  content: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline: none !important;
  outline-offset: -2px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff !important;
  background-color: #0066ae !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff !important;
  background-color: #0066ae !important;
}

#bs-select-1 {
  scrollbar-width: thin;
}

.pt-3px {
  padding-top: 3px !important;
}

.underline-border {
  display: inline-block;
  border-bottom: 0.1pt solid #ebebeb;
  padding-bottom: 2px;
}

.underline-text {
  text-decoration-color: #a8a8a8;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}

.text-danger-info {
  color: #ff0000;
  font-size: 10px;
  margin-top: -10px;
}

.m-section-endorse {
  margin-top: 2.3rem !important;
}