:root {
  --bacgroud_color: #23deee;
  --button_color_all: #4369d7;
  --text_color_button: #ffff;
  --black_mamba: #000;
  --color_01: #213555;
  --color_02: #3e5879;
  --color_03: #d8c4b6;
  --color_04: #f5efe7;
  --color_05: #b33b30;
  --color_06: #e7e7e7;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
#sty_identitas {
  box-shadow: 0px 5px 4px 2px rgba(58, 59, 69, 0.15);
  margin-bottom: 13px;
  border-radius: 7px;
  padding: 10px;
  font-size: 31px;
  background-color: var(--color_02);
  color: var(--text_color_button);
}
#loading,
#loading_rombel,
#loading_data_sekolah {
  display: none;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.no_pos_data {
  width: 50px;
}
.pos_data {
  /* float: left; */
  overflow: auto;
}
.bg-gradient-primary {
  background-color: var(--color_01);
  /* background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%); */
  background-size: cover;
}
.bg-gradient-primary-menu {
  background-color: var(--color_01);
  /* background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%); */
  background-size: cover;
  text-transform: capitalize;
}
.sidebar-dark .nav-item.active .nav-link i {
  color: var(--text_color_button);
}
.bg-white {
  background-color: var(--color_03) !important;
}
.sidebar-dark .nav-item.active .nav-link {
  color: var(--text_color_button);
}
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: #424242;
}

sidebar-dark .sidebar-brand {
  color: #000000;
}
#tabel_view table,
#tabel_view th,
#tabel_view td {
  border: 0px;
}
tbody tr:nth-child(even) {
  background-color: var(--color_06);
}
.leger_fiew tbody tr:nth-child(even) {
  background-color: unset;
}
.leger_fiew tr {
  border-bottom: 1px solid #0089ff73;
}
/* tr:nth-child(){background-color: #d9d9d9;} */
.leger_fiew {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
}
table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
th {
  /* border: 1px solid #a1a1a1; */
  padding: 5px;
}
td {
  /* border: 1px solid; */
  padding: 5px;
}
.nomber_pos {
  text-align: center;
}
table th a {
  text-decoration: none;
}
input[type="button"],
input[type="submit"],
button,
table td a,
.edit-button,
.buttomdata {
  background-color: var(--button_color_all);
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
}
input[type="text"],
input[type="number"],
input[type="password"],
select {
  border: none;
  border-radius: 0px;
  padding: 5px;
  background-color: #fdfdfd;
  border: 1px solid #cbc6c6;
  border-radius: 5px;
  margin: 5px;
}
input[type="text"]:focus,
input[type="number"]:focus {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* start data */
.data_cm_style {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.data_cm_style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0%;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid var(--button_color_all);
  transform: translate(0%, -50%);
}

/* On mouse-over, add a grey background color */
.data_cm_style:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.data_cm_style input:checked ~ .checkmark {
  background-color: var(--button_color_all);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.data_cm_style input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.data_cm_style .checkmark:after {
  /* top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white; */

  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.table-responsive textarea {
  /* width: 100%; */
  height: 100px;
  padding: 10px;
  /* font-size: 16px; */
  border: 2px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.3s;
}
.error_tp {
  border-color: red;
  background-color: #ffebee;
}
.info_tp {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
}
.error-text_tp {
  color: red;
  font-weight: bold;
}
/* .score_tp {
  font-weight: bold;
  color: green;
} */
/* end data */
table th {
  text-align: center;
  padding: 10px;
  background-color: var(--color_03);
  color: #000000;
}
table a {
  color: black;
}
.pos_table_data {
  width: 100%;
}
.tabel_nilai input {
  width: 50px;
}
.form_center {
  text-align: center;
}
/* pop up */
/* Popup background */
/* .popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */

/* Popup content */
/* .popup-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

/* Close button */
/* Popup background */
.popup {
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

/* Popup content */
.popup_content_mini {
  background-color: #fff;
  border: 1px solid #888;
  width: 50%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
.popup-content,
.popup_content_01 {
  /* background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  background-color: #fff;
  border: 1px solid #888;
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
.container {
  max-height: 300px;
  overflow: auto;
}
.container_none {
  max-height: none;
  overflow: auto;
}
/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.table-responsive select {
  float: left;
  width: auto;
  margin: 5px;
}
.table-responsive textarea {
  width: 100%;
}
.pos_tujuan_in {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.lebel_pos_01 {
  width: 125px;
}
#pos_data_02 {
  float: left;
}
.form_01 {
  display: flex;
  flex-direction: row;
}
.form_in_01 {
  text-align: center;
  background: #3398f5;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
}
.form_01_02 {
  width: 50%;
}
#tabel_view .form_01_02_3 {
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
}
.stile_01_1 {
  margin: 0px 5px 0px 0px;
}
.stile_01_2 {
  margin: 0px 0px 0px 5px;
}
.style_b0_01 {
  border-radius: 5px 0px 0px 0px;
}
.style_b0_02 {
  border-radius: 0px 5px 0px 0px;
}
/* menu drop */
/* .dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
} */

.dropbtnUser:hover,
.dropbtnUser:focus {
  background-color: #2980b9;
}

.dropdownUser {
  position: relative;
  display: inline-block;
}
/* .dropdownUser a {
  background-color: #ffffff;
  padding: 5px;
} */
.dropdown-contentUser {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-contentUser a:hover {
  background-color: #ebebeb;
}
.dropdown-contentUser a {
  color: black;
  /* padding: 12px 16px; */
  /* text-decoration: none; */
  display: block;
  background-color: #ffffff;
  padding: 5px;
  text-align: left;
}

/* .dropdownUser a:hover {
  background-color: #ddd;
} */

.show {
  display: block;
}
#form_inputtext textarea {
  width: 100%;
}
#form_inputtext .neme_pos {
  width: 35%;
}
.bg-login-image {
  display: flex;
  align-content: center;
  text-align: center;
  background: var(--color_03);
}
#idpos_data {
  display: flex;
  align-items: center;
}
#idpos_data span {
  flex: 0 0 auto;
  margin-right: 8px;
}
#buttom_print_raport {
  float: right;
  width: 100%;
  padding: 5px 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#buttom_print_raport a {
  padding: 10px;
  background-color: var(--button_color_all);
  color: var(--text_color_button);
  margin: 0px 5px;
  border-radius: 10px;
}
#intput_buttom_select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#color_button,
#color_button a {
  color: var(--button_color_all);
}
.color_btn_custom {
  display: flex;
  align-items: center;
  background-color: var(--button_color_all);
  border-radius: 7px;
  padding: 10px;
  color: var(--text_color_button);
  font-size: 0.85rem;
  font-weight: bold;
}
.ps_data_all {
  display: flex;
  flex-direction: column;
}
.set_herigt {
  height: 100%;
}
#conten_home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.conten_01 {
  background-color: #d1d1d1;
  width: 19%;
  border-radius: 10px;
}
#conten_home label {
  text-align: center;
  width: 100%;
}
.nomber_pos_01 {
  height: 100px;
  /* border-top: 1px solid #000; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 10px;
  border-radius: 5px;
}
#conten_home hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
#pos_image {
  display: flex;
  flex-wrap: nowrap;
}
#pos_image img {
  width: 200px;
  margin: 5px;
  border: 1px solid;
}

/* tambahan */

/* Popup Styles */
.popup {
  display: none; /* Initially hidden */
  position: fixed;
  /* top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Make sure it appears above everything else */
}
.popup_content_01 {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  /* width: 300px; */
  /* text-align: center; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

#popupTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#popupMessage {
  font-size: 16px;
  color: #333;
}
/* new code */
.border_all {
  border: 1px solid #000;
}
.border_bottom {
  border-bottom: 1px solid #000;
}
.pos_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.item_pos_file {
  width: -webkit-fill-available;
  /* height: 150px; */
  margin: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* buttom file */
input[type="file"] {
  width: 350px;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}
input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.no_img_file {
  width: 100px;
}
.pos_images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
}
input[type="file"]::file-selector-button:hover {
  background: #0d45a5;
}
#notif {
  font-size: 9px;
}
/* .drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
} */

/* .drop-container:hover {
  background: #eee;
  border-color: #111;
} */

/* .drop-container:hover .drop-title {
  color: #222;
} */

/* .drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
} */
.pop_up_pos_1 input,
.pop_up_pos_1 select {
  width: 100%;
}
.popup_nofit {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content_nofit {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.popup-content_nofit button {
  margin-top: 10px;
  padding: 5px 10px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #858796;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: var(--color_02);
  border-color: #4e73df;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #4e73df;
  border-color: #4e73df;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2653d4;
  border-color: #244ec9;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d52a1a;
  border-color: #ca2819;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

#wrapper #content-wrapper {
  background-color: var(--color_04);
  width: 100%;
  overflow-x: hidden;
}
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

.text-gray-600 {
  color: var(--black_mamba) !important;
  font-size: 18px;
  font-weight: bold;
}
.login_img_pos {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pos_login {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
}
.pos_login_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.tab {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f1f1f1;
  cursor: pointer;
  border: 1px solid #ccc;
  border-bottom: none;
}
.tab.active {
  background-color: white;
  font-weight: bold;
}
.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  float: left;
    width: 100%;
}
.tab-content.active {
  display: block;
}