:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #464646;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e3e4e6;
  --dark: #343a40;
  /* --brandColor: #0aa0a5; */
  --brandColor: #1e6793;
  --grayLight: #949494;
  --barsize: 2.5rem;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/* latin-ext */
@font-face {
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  src: url(../../vendor/fonts/google/1cXxaUPXBpj2rGoU7C9WhnGFucE.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Righteous";
  font-style: normal;
  font-weight: 400;
  src: url(../../vendor/fonts/google/1cXxaUPXBpj2rGoU7C9WiHGF.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #444;
  background-color: #e9ecef;
  background-image: var(--bs-gradient);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control[type="file"] {
  overflow: hidden;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  height: 100vh;
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.15;
  color: #212529;
  text-align: left;
  background-color: rgb(247, 247, 247);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  background-color: rgba(156, 156, 156, 0.527);
  color: rgba(156, 156, 156, 0.527);
  border-color: rgba(156, 156, 156, 0.527);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:focus {
  outline: none;
}

select {
  word-wrap: normal;
}
input:disabled,
input:read-only,
input.read-only,
textarea:disabled,
textarea:read-only,
textarea.read-only{
  background-color: #ebebeb !important;
}
input:focus:read-only{
  border: 1px solid rgb(192, 191, 191) !important;
  box-shadow: unset  !important;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"] {
  appearance: radio;
}

input[type="checkbox"] {
  appearance: checkbox;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

html.scroll-smooth {
  scroll-behavior: smooth;
}

html,
body,
.wrapper {
  min-height: 100%;
}

.gl-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}

[class*="width-"] {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .width-xs-1 {
    width: 8.33%;
  }

  .width-xs-2 {
    width: 16.66%;
  }

  .width-xs-3 {
    width: 25%;
  }

  .width-xs-4 {
    width: 33.33%;
  }

  .width-xs-5 {
    width: 41.66%;
  }

  .width-xs-6 {
    width: 50%;
  }

  .width-xs-7 {
    width: 58.33%;
  }

  .width-xs-8 {
    width: 66.66%;
  }

  .width-xs-9 {
    width: 75%;
  }

  .width-xs-10 {
    width: 83.33%;
  }

  .width-xs-11 {
    width: 91.66%;
  }

  .width-xs-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* For tablets: */
  .width-s-1 {
    width: 8.33%;
  }

  .width-s-2 {
    width: 16.66%;
  }

  .width-s-3 {
    width: 25%;
  }

  .width-s-4 {
    width: 33.33%;
  }

  .width-s-5 {
    width: 41.66%;
  }

  .width-s-6 {
    width: 50%;
  }

  .width-s-7 {
    width: 58.33%;
  }

  .width-s-8 {
    width: 66.66%;
  }

  .width-s-9 {
    width: 75%;
  }

  .width-s-10 {
    width: 83.33%;
  }

  .width-s-11 {
    width: 91.66%;
  }

  .width-s-12 {
    width: 100%;
  }
  
}

@media only screen and (min-width: 1240px) {
  /* For desktop: */
  .width-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .width-1 {
    -ms-flex: 0 0 8.33%;
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .width-2 {
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .width-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .width-4 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .width-5 {
    -ms-flex: 0 0 41.66%;
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .width-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .width-7 {
    -ms-flex: 0 0 58.33%;
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .width-8 {
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .width-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .width-10 {
    -ms-flex: 0 0 83.33%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .width-11 {
    -ms-flex: 0 0 91.66%;
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .width-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.pd-none {
  padding: 0 !important;
}

.pd-t {
  padding-top: 0 !important;
}

.pd-r {
  padding-right: 0 !important;
}

.pd-b {
  padding-bottom: 0 !important;
}

.pd-1 {
  padding: 0.25rem !important;
}

.pd-2 {
  padding: 0.5rem !important;
}

.pd-3 {
  padding: 1rem !important;
}

.pd-4 {
  padding: 1.5rem !important;
}

.pd-5 {
  padding: 3rem !important;
}

.pd-l {
  padding-left: 0 !important;
}

.pd-t-1 {
  padding-top: 0.25rem !important;
}

.pd-r-1 {
  padding-right: 0.25rem !important;
}

.pd-b-1 {
  padding-bottom: 0.25rem !important;
}

.pd-l-1 {
  padding-left: 0.25rem !important;
}

.pd-t-2 {
  padding-top: 0.5rem !important;
}

.pd-r-2 {
  padding-right: 0.5rem !important;
}

.pd-b-2 {
  padding-bottom: 0.5rem !important;
}

.pd-l-2 {
  padding-left: 0.5rem !important;
}

.pd-t-3 {
  padding-top: 1rem !important;
}

.pd-r-3 {
  padding-right: 1rem !important;
}

.pd-b-3 {
  padding-bottom: 1rem !important;
}

.pd-l-3 {
  padding-left: 1rem !important;
}

.pd-t-4 {
  padding-top: 1.5rem !important;
}

.pd-r-4 {
  padding-right: 1.5rem !important;
}

.pd-b-4 {
  padding-bottom: 1.5rem !important;
}

.pd-l-4 {
  padding-left: 1.5rem !important;
}

.pd-t-5 {
  padding-top: 3rem !important;
}

.pd-r-5 {
  padding-right: 3rem !important;
}

.pd-b-5 {
  padding-bottom: 3rem !important;
}

.pd-l-5 {
  padding-left: 3rem !important;
}

/*  */

.mrg-auto {
  margin: auto !important;
}

.mrg-none {
  margin: 0 !important;
}

.mrg-t {
  margin-top: 0 !important;
}

.mrg-r {
  margin-right: 0 !important;
}

.mrg-b {
  margin-bottom: 0 !important;
}

.mrg-l {
  margin-left: 0 !important;
}

.mrg-1 {
  margin: 0.25rem !important;
}

.mrg-t-1 {
  margin-top: 0.25rem !important;
}

.mrg-r-1 {
  margin-right: 0.25rem !important;
}

.mrg-b-1 {
  margin-bottom: 0.25rem !important;
}

.mrg-l-1 {
  margin-left: 0.25rem !important;
}

.mrg-2 {
  margin: 0.5rem !important;
}

.mrg-t-2 {
  margin-top: 0.5rem !important;
}

.mrg-r-2 {
  margin-right: 0.5rem !important;
}

.mrg-b-2 {
  margin-bottom: 0.5rem !important;
}

.mrg-l-2 {
  margin-left: 0.5rem !important;
}

.mrg-3 {
  margin: 1rem !important;
}

.mrg-t-3 {
  margin-top: 1rem !important;
}

.mrg-r-3 {
  margin-right: 1rem !important;
}

.mrg-b-3 {
  margin-bottom: 1rem !important;
}

.mrg-l-3 {
  margin-left: 1rem !important;
}

.mrg-4 {
  margin: 1.5rem !important;
}

.mrg-t-4 {
  margin-top: 1.5rem !important;
}

.mrg-r-4 {
  margin-right: 1.5rem !important;
}

.mrg-b-4 {
  margin-bottom: 1.5rem !important;
}

.mrg-l-4 {
  margin-left: 1.5rem !important;
}

.mrg-5 {
  margin: 3rem !important;
}

.mrg-t-5 {
  margin-top: 3rem !important;
}

.mrg-r-5 {
  margin-right: 3rem !important;
}

.mrg-b-5 {
  margin-bottom: 3rem !important;
}

.mrg-l-5 {
  margin-left: 3rem !important;
}

.fa-1-5x {
  font-size: 1.75em !important;
}

.brand-color {
  background-color: var(--brandColor) !important;
  color: white !important;
  font-weight: bold;
}

.bar-color {
  background-color: rgb(245, 245, 245);
}

.bar-size {
  height: var(--barsize);
}

.c-t-gray {
  color: var(--gray);
}

.c-t-gray-light {
  color: var(--grayLight);
}

.c-t-ligh {
  color: var(--light);
}

.ico-size-1x {
  font-size: 1.5em;
}

.t-align-ct {
  text-align: center !important;
}

.t-align-top {
  text-align: top !important;
}

.t-align-btn {
  text-align: right !important;
}

.t-align-rg {
  text-align: right !important;
}

.t-align-lf {
  text-align: left !important;
}

.t-bold {
  font-weight: bold !important;
}

.selection-none {
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

/* .inp-inline {
  display: flex;
  align-items: center;
} */

.itm-align-ct {
  display: flex;
  align-items: center !important;
}

.itm-align-end {
  display: flex;
  align-items: flex-end !important;
}

.itm-align-start {
  display: flex;
  align-items: flex-start !important;
}

.line-center {
  line-height: 1.5;
}

/* .el-hidden 
.display-flex
*/
.ex-color {
  background-color: salmon !important;
}

.itm-align-ct {
  display: flex;
  align-items: center !important;
}

.itm-align-end {
  display: flex;
  align-items: flex-end !important;
}

.itm-align-start {
  display: flex;
  align-items: flex-start !important;
}

.line-center {
  line-height: 1.5;
}

.dis-flex {
  display: flex !important;
}

.dis-flex-auto {
  display: flex !important;
}

.dis-ib-fl {
  display: flex !important;
}

@media (max-width: 768px) {
  .dis-flex-auto {
    flex-direction: column !important;
  }

  .dis-ib-fl {
    display: inline-block !important;
  }
}
@media (max-width: 1242px) {
  .dis-flex-auto {
    flex-direction: column !important;
  }
}

.flex-direction-colum {
  flex-direction: column;
}

.inline-between {
  justify-content: space-between;
}

.dis-block {
  display: block !important;
}

.dis-none {
  display: none !important;
}

.disable-el {
  pointer-events: none !important;
}

.dis-inline-block {
  display: inline-block !important;
}

.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.rotate-90-lef {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.rotate-90-right {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.hidden {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
}

.cr-succses {
  background-color: #28a745 !important;
}

/* => halaman Login */

body.hlm-home,
body.register_admin,
body.login_admin {
  background-color: white !important;
  position: relative;
}

body.register_admin > div,
body.login_admin > div {
  width: 300px;
  position: absolute;
  top: 20vh;
  left: 50%;
  transform: translateX(-50%);
  background: white;
}

/* body.login_users {
  height: 100%;
}



body.login_users section {
  /* background-color: #264653d7; */
/* background-color: #000000a8;
height: 100vh;
} */

/* body.login_users .login-ct {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: auto !important;
} */

/* 
body.login_users .login {
  width: 300px;
  margin: auto;
  background: white;
}

body.login_users .logo-ic {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {

  body.login_users .logo-ic,
  body.login_users h4 {
    display: none;
  }

  body.login_users .login {
    margin-top: 45px;
  }
}

body.login_users .logo-ic img {
  -webkit-filter: drop-shadow(0 0 1px rgb(206, 206, 206));
  filter: drop-shadow(0 0 1px rgb(206, 206, 206));
}

body.login_users h4 {
  text-align: center;
  color: rgb(243, 236, 236);
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: 0 0 6px rgb(0, 0, 0);
  margin-bottom: 20px;
}


body.login_users .login .nama-daerah {
  color: rgb(255, 255, 255);
  text-shadow: 1px 0 10px rgb(0, 0, 0);
  font-size: 1.5em;
  font-weight: bold;
}

body.login_users .login .fotter {
  font-size: .75em;
}
.bt-login {
  width: 100%;
} */

body.register_admin > div {
  top: 10vh;
}

/* :Halaman Login */

/* => Layout */
.wrapper {
  position: relative;
}

.wrapper.hidden-ok {
  grid-template-columns: 0 calc(100%);
}

.main-sidebar,
.main-header,
.content-wrapper,
.main-footer {
  display: flex;
  box-sizing: border-box;
}

.wrapper .main-header.position-fixed.hidden-ok,
.wrapper .main-footer.position-fixed.hidden-ok {
  left: 0;
}

/* => header navbar */
.wrapper .main-header .show-sidebar {
  display: none;
}

.wrapper .main-header .show-sidebar.show {
  display: block;
}

.wrapper .main-header.position-fixed {
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: calc(230px);
  bottom: calc(2.5rem);
  line-height: var(--barsize);
  z-index: 99;
  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.753);
  color: rgb(54, 54, 54);
}

.wrapper .main-header.position-fixed.full-width {
  left: 0;
}

.wrapper .main-header .dropdown > a {
  padding-right: 7px;
  display: block;
  min-width: 160px;
  text-align: right;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.wrapper .main-header .dropdown > .show-dropdown {
  display: block;
}

.wrapper .main-header .dropdown > .show-dropdown .dropdown-item {
  padding: 0 1rem;
  height: 2rem;
  line-height: 2rem;
}

/* :header navbar */

/* =>sidebar menu*/
.dasbar-collaps {
  position: fixed;
  top: 0;
  left: 7px;
  bottom: var(--barsize);
  color: white;
  line-height: var(--barsize);
}

.dasbar-collaps .nav-item > a {
  color: white;
}

.main-sidebar {
  flex-direction: column;
  background-color: #011c2f;
  width: 230px;
  box-shadow: 0px 0px 7px rgba(87, 87, 87, 0.822);
  z-index: 5;
}

.wrapper .main-sidebar.position-fixed {
  position: fixed !important;
  top: 0;
  right: calc(100% - 230px);
  left: 0;
  bottom: 0;
  z-index: 100;
}

.main-sidebar .brand {
  background-color: var(--brandColor);
  color: white;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5rem;
  font-family: "Righteous", cursive;
}

.inst-panel {
  text-align: center;
}

.inst-panel .image-lg .image-size {
  width: auto;
  height: 7.5em;
}

.inst-panel .inst-name {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: white;
  font-weight: bold;
  font-size: 0.95rem;
}

.sidebar {
  height: 100%;
  box-shadow: 0px 0px 7px rgba(87, 87, 87, 0.822);
}

.menu-container {
  overflow-y: auto;
  height: calc(100% - ((var(--barsize)) + 11.5em));
}

.main-menu {
  overflow: hidden;
}

.menu-treeview {
  display: none;
  transition: 1s;
}

.menu-treeview.show {
  display: block;
}

.main-menu-active {
  display: block;
  background-color: #58585885;
  transition: 1s;
}

.icon-right {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0.5rem;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.menu-active i.icon-right {
  transform: rotate(-90deg);
}

.sidebar-menu > ul a {
  color: rgb(184, 184, 184);
  display: inline-block;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.sidebar-menu > ul a:hover {
  cursor: pointer;
  color: rgb(255, 255, 255);
}

.list-sidebar-menu .main-menu > a {
  height: 2.7rem;
  line-height: 2.7rem;
}

.list-sidebar-menu .main-menu div.head {
  background-color: #848484;
  padding: 0 0.75rem;
  box-sizing: border-box;
  height: 2rem;
  line-height: 2rem;
  color: white;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 3px;
}

.list-sidebar-menu .main-menu .sub-menu {
  height: 1.9rem;
  line-height: 1.9rem;
}

.menu-treeview {
  background-color: var(--secondary);
  margin-left: 35px;
}

.menu-treeview.show {
  background-color: unset;
  margin-left: 1rem;
}

.icon-nsv {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  margin-right: 0.2rem;
  text-align: center;
  width: 1.6rem;
}

.icon-gbl {
  /* margin-left: .2rem; */
  font-size: 1.2rem;
  /* margin-right: .2rem; */
  text-align: center;
  width: 1.6rem;
}

.main-sidebar .sidebar-footer.position-botom {
  height: 1.9rem;
  font-size: 0.7rem;
  text-align: center;
  width: 100%;
  bottom: 0;
  line-height: 1.9rem;
}

/* :sidebar menu*/

/* =>Conten warapwe*/
.wrapper .content-wrapper {
  width: calc(100% - 230px);
  flex-direction: column;
  z-index: -1;
  margin: 2.5rem 0;
  min-height: calc(100vh - calc(2.5rem) - calc(2.5rem));
}

.wrapper .content-wrapper.full-width {
  width: 100%;
}

.content-wrapper .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--brandColor);
  color: white;
}

.content-wrapper .card-body {
  border: 2px solid var(--brandColor);
  border-top: none;
}

.content-wrapper .card-header .list-h ul {
  margin: 0;
}

.content-wrapper .card-header .list-h ul li {
  display: inline-block;
}
.card-border {
  border: 2px solid var(--brandColor);
}
/* :Conten warapwe*/

/* =>footer*/
.wrapper .main-footer.position-fixed {
  top: calc(100% - 2.5rem);
  right: 0;
  left: calc(230px);
  bottom: 0;
  line-height: var(--barsize);
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  /* transform: scale(0.8) translate(0, -100%);
  transition: transform .25s, opacity .25s; */
}

.modal-box.show {
  display: block;
    overflow-x: hidden;
}

.modal-box .modal-container {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-box.to-hidden .modal-container {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  top: -100vh;
  -webkit-animation-name: animatetop-hidden;
  -webkit-animation-duration: 0.2s;
  animation-name: animatetop-hidden;
  animation-duration: 0.2s;
}



@-webkit-keyframes animatetop {
  from {
    /* top: -300px;
    opacity: 0 */
    transform: scale(0);
    transition: opacity 0.25s, transform 0.25s;
  }

  to {
    /* top: 0;
    opacity: 1 */
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatetop-hidden {
  from {
    /* top: 0;
    opacity: 1 */
    opacity: 1;
    transform: scale(1);
  }

  to {
    /* top: -300px;
    opacity: 0 */
    transform: scale(0);
    transition: opacity 0.25s, transform 0.25s;
  }
}

@keyframes animatetop-hidden {
  
  from {
    top: 0;
    opacity: 1;
  }

  to {
    top: -300px;
    opacity: 0;
    display: none;
  }

}


@-webkit-keyframes animateright {
  from {
    /* top: -300px;
    opacity: 0 */
    transform: scale(0);
    transition: opacity 0.25s, transform 0.25s;
  }

  to {
    /* top: 0;
    opacity: 1 */
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes animateright-hidden {
  from {
    /* top: 0;
    opacity: 1 */
    opacity: 1;
    transform: scale(1);
  }
  to {
    /* top: -300px;
    opacity: 0 */
    transform: scale(0);
    transition: opacity 0.25s, transform 0.25s;
  }

}

@keyframes animateright-hidden {
  from {
    right: 0;
    opacity: 1;
  }

  to {
    right: -600px;
    opacity: 0;
    display: none;
  }
}

.modal-box .modal-container .header {
  background-color: var(--brandColor) !important;
  /* border: 1px solid #4f85b1; */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 2px 0px 5 rgb(159, 163, 165);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.75rem;
  color: var(--white);
  font-weight: bold;
  box-sizing: border-box;
}

.modal-box .modal-container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-box .modal-container .content .modal-button {
  box-shadow: 2px 0px 5 rgb(192, 192, 192);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgb(219, 218, 218);
  border: 1px solid rgb(180, 180, 180);
  height: 3rem;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 3rem;
}

.modal-box .modal-container .modal-conten {
  box-shadow: 2px 0px 5 rgb(192, 192, 192);
  background-color: white;
  border: 1px solid rgb(180, 180, 180);
  box-sizing: border-box;
}

.modal-box .modal-container .footer {
  background-color: gainsboro !important;
  border: 1px solid #b2b7bb;
  border-top: 0;
  box-shadow: 2px 0px 5 rgb(159, 163, 165);
  display: flex;
  align-items: center;
  height: 3em;
  color: var(--white);
  flex-direction: row-reverse;
  padding-right: 20px;
  box-sizing: border-box;
}

.modal-box.mdl-right{
  background-color: unset;
}

.modal-box.mdl-right .modal-container {
  position: absolute;
  padding-left: 0 !important;
  padding-right: 0 !important;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  -webkit-animation-name: animateright;
  -webkit-animation-duration: 0.4s;
  animation-name: animateright;
  animation-duration: 0.4s;
}
.modal-box.mdl-right.to-hidden .modal-container {
  position: absolute;
  padding-left: 0 !important;
  padding-right: 0 !important;
  right: -100vw;
  -webkit-animation-name: animateright-hidden;
  -webkit-animation-duration: 0.2s;
  animation-name: animateright-hidden;
  animation-duration: 0.2s;
}

.modal-box .modal-container .header {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.modal-box.mdl-right .modal-container .modal-conten {
  box-shadow: 2px 0px 5 rgb(192, 192, 192);
  background-color: white;
  border: 1px solid rgb(180, 180, 180);
  box-sizing: border-box;
  height: calc(100vh - 92px);
  overflow: auto;
}



@media only screen and (max-width: 768px) {
}

/* :modal Box */
/* => Alert box */
.alert-box {
  display: none;
}

.alert-box.show {
  display: block !important;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.alert-box .alert-container {
  padding-left: 1 !important;
  padding-right: 1 !important;
}

.alert-box .alert-container .header {
  background-color: rgb(10, 150, 168) !important;
  color: white !important;
  font-weight: bold;
  border: 1.5px solid rgb(10, 150, 168);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 1px 0px 15px rgba(88, 88, 88, 0.733);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.5rem;
}

.alert-box .alert-container .alert-conten {
  background-color: white;
  border-left: 1.8px solid rgb(10, 150, 168);
  border-right: 1.8px solid rgb(10, 150, 168);
  border-bottom: 1.8px solid rgb(10, 150, 168);
  box-shadow: 1px 0px 15px rgba(88, 88, 88, 0.733);
  overflow: auto;
  max-height: calc(100vh - 4.5rem);
  box-sizing: border-box;
}

.alert-box .alert-container .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.alert-box .alert-container .content .wrapp-message {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.alert-box .alert-container .content .wrapp-message .icon {
  color: #34a8bf;
}

.alert-box .alert-container .content .wrapp-message .alert-message {
  font-size: 0.875rem;
}

@media only screen and (max-width: 768px) {
  .alert-box .alert-container {
    padding-bottom: 0 !important;
  }

  .alert-box .alert-container .alert-conten {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 0 !important;
  }

  .alert-box .alert-container .content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .alert-box .alert-container .content .alert-button {
    position: relative;
    margin-bottom: 0 !important;
    border: none;
    border-radius: none;
    box-shadow: none;
    background: none;
  }
}

/* :Layout */

/*  =>user service */
select,
input[type="email"],
input[type="search"],
input[type="text"] {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  width: 100%;
  color: rgb(104, 104, 104);
  height: 30px;
  border: 1px solid rgb(192, 191, 191);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 5px !important;
  background-color: white;
  margin: 10px 0;
}
input[type="password"] {
  width: 100%;
  height: 30px;
  color: rgb(104, 104, 104);
  border: 1px solid rgb(192, 191, 191);
  border-radius: 0.22em;
  box-sizing: border-box;
  padding: 1px 5px !important;
  background-color: white;
  margin: 10px 0;
}

/* input[type="text"]#tanggal {
  width: 150px !important;
} */

label.datepiker {
  position: relative;
}

input[type="date"] {
  padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  width: 40px;
  height: 40px;
}

input[type="time"] {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  width: 125px !important;
  color: rgb(104, 104, 104);
  height: 30px;
  border: 1px solid rgb(192, 191, 191);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 5px !important;
  background-color: white;
  margin: 10px 0;
}

textarea {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  width: 100%;
  color: rgb(104, 104, 104);
  height: 75px;
  border: 1px solid rgb(192, 191, 191);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 5px !important;
  background-color: white;
  margin: 10px 0;
  resize: none;
}

select:focus,
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
/* input[type="date"]:focus, */
input[type="time"]:focus,
input[type="text"]:focus {
  border: 0.2px solid var(--brandColor);
  box-shadow: 0px 0px 2px var(--brandColor);
  transition: 0.3s;
  outline: 0;
}

select option:nth-child(even) {
  /* transition: 0.3s;
  outline: 0; */
  background-color: #f2f2f2 !important;
  /* color: white; */
}

select option:hover {
  /* transition: 0.3s;
  outline: 0; */
  background-color: var(--brandColor) !important;
  /* color: white; */
}

input[type="radio"].input-radio {
  display: none;
}

input[type="radio"].input-radio + label {
  padding-left: 35px;
}

input[type="radio"].input-radio + label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff;
  margin-right: 5px;
  border: 3px solid #ddd;
  border-radius: 50%;
  box-shadow: 2px 2px 2px #bbb;
  transition: 0.3s;
  box-sizing: border-box;
}

input[type="radio"].input-radio:checked + label::before {
  background: #34a8bf;
  border: 3px solid #fff;
}

input[type="checkbox"].checkbox {
  display: none;
}

input[type="checkbox"].checkbox + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1.1rem;
  height: 1.15rem;
  margin-right: 0.3rem;
  border-radius: 15%;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #1b8da3;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(245, 245, 245);
  box-shadow: 2px 2px 2px #bbb;
  margin-bottom: 0.15rem;
  background: rgb(230, 230, 230);
}

input[type="checkbox"].checkbox:checked + *::before {
  content: "✓";
  text-align: center;
  line-height: 0.8rem;
  background: #1b8da3;
}

input[type="checkbox"].checkbox + * {
  display: inline-block;
}

input[type="checkbox"].switch {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 25px;
}

input[type="checkbox"].switch::before {
  /* background: ; */
  content: "";
  display: inline-block;
  position: relative;
  width: 50px;
  height: 25px;
  background: rgb(197, 197, 197);
  border: 1px solid #ddd;
  border-radius: 30px;
  -moz-border-radius: 30px;
}

input[type="checkbox"].switch::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  background: rgb(206, 23, 23);
  left: 3px;
  top: 3px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
}

input[type="checkbox"].switch:checked::after {
  left: 27px;
  background: #33aa55;
}

.inline-between {
  justify-content: space-between;
}

.ct-wrap-no {
  flex-wrap: nowrap;
}

.input-button {
  display: flex;
  align-items: center;
}

.input-button .button-input {
  height: 30px !important;
}

.radio-wrapp {
  position: relative;
  height: 21px;
}

.radio-wrapp label {
  user-select: none;
  -webkit-user-select: none;
}

.radio-wrapp label.wid-radio-25px {
  width: 25px !important;
}

.radio-wrapp label.wid-radio-50px {
  width: 50px !important;
}

.radio-wrapp label.wid-radio-100px {
  width: 100px !important;
}

.radio-wrapp label.wid-radio-150px {
  width: 150px !important;
}

.radio-wrapp label.wid-radio-200px {
  width: 200px !important;
}

/* =>searching */
label.search-date div {
  cursor: pointer;
}

ul.pagination li {
  cursor: pointer;
}

ul.pagination li.active,
ul.pagination li.disabled {
  cursor: unset;
}

/* :searching */

.radius-left {
  border-top-left-radius: 0.27em !important;
  border-bottom-left-radius: 0.27em !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-sizing: border-box;
}

.radius-top {
  border-top-left-radius: 0.27em !important;
  border-top-right-radius: 0.27em !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-sizing: border-box;
}

.radius-bottom {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0.27em !important;
  border-bottom-right-radius: 0.27em !important;
  box-sizing: border-box;
}

.radius-all {
  border-radius: 0.27em !important;
  box-sizing: border-box;
}

.radius-right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0.27em !important;
  border-bottom-right-radius: 0.27em !important;
  box-sizing: border-box;
}

.radius-none {
  border-radius: 0 !important;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
}

select::-ms-expand {
  display: none;
}

select option {
  padding-right: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 30px;
  }
}

label.lbl-combobox {
  position: relative;
}

.combo-width-3x {
  width: 250px !important;
}

label.lbl-combobox:after {
  content: "<>";
  font: 14px "Consolas", monospace;
  color: black;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  top: 15px;
  padding: 0 0 2px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  pointer-events: none;
}

label.lbl-combobox.mrg-off:after {
  top: 5px !important;
}

label.lbl-combobox:before {
  content: "";
  right: 6px;
  top: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  pointer-events: none;
  display: block;
}

.user-service input {
  width: 100%;
  margin-top: 5px;
}

/*  :user service */
/* =>Card */
.header-card {
  background-color: rgb(240, 247, 255);
  border-top: 1px solid rgb(200, 225, 255);
  border-left: 1px solid rgb(200, 225, 255);
  border-right: 1px solid rgb(200, 225, 255);
  border-top-left-radius: 0.55777em;
  border-top-right-radius: 0.55777em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-card-wr {
  background-color: rgb(240, 247, 255);
  border-bottom: 1px solid rgb(200, 225, 255);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.border-conten-radius {
  border-top-left-radius: 0.57em;
  border-top-right-radius: 0.57em;
  border: 1.5px solid rgb(200, 225, 255);
  overflow: hidden !important;
}

.border-card {
  /* border: 1px solid rgb(225, 228, 232); */
  border: 1px solid rgb(200, 225, 255);
  border-bottom-left-radius: 0.55777em;
  border-bottom-right-radius: 0.55777em;
  box-shadow: 2px 0px 10 rgb(226, 226, 226);
  overflow: auto;
}

.dis-flex {
  display: flex;
  overflow: hidden;
}

.direct-column {
  flex-direction: column !important;
}

/* :Card */
/* =>border Conten */
.border-conten {
  border: 1px solid rgb(194, 194, 194);
  border-radius: 0.45rem;
}

/* :border Conten */

/* =>table */
.header-table {
  background-color: rgb(236, 236, 236);
  border: 1px solid rgb(180, 180, 180);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 2px 0px 5 rgb(192, 192, 192);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-data {
  display: inline;
}

/* .table-contain {
 
  border: 2px solid rgba(10, 150, 168, 0.911);
  min-height: 5.9rem;
  max-height: 25rem;
  overflow: auto;

} */

.table-groub .table-contain table {
  width: 100%;
}

.table-groub .table-contain table thead {
  height: 2.5rem !important;
}

.table-groub .table-contain table thead tr {
  font-family: serif;
  background-image: -moz-linear-gradient(top, #25a6da, rgb(10, 150, 168));
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#25a6da),
    to(rgb(10, 150, 168))
  );
  background-image: -webkit-linear-gradient(top, #25a6da, rgb(10, 150, 168));
  background-image: -o-linear-gradient(top, #25a6da, rgb(10, 150, 168));
  background-image: linear-gradient(to bottom, #25a6da, rgb(10, 150, 168));
  /* background-color: rgb(10, 150, 168); */
  font-size: 0.75em;
  font-weight: bold;
  text-shadow: 0 -1px 2px rgba(5, 5, 5, 0.25);
  color: white;
  text-align: center;
  height: 2.5rem !important;
}

.table-groub .table-contain table tbody tr {
  height: 2rem !important;
  font-size: 0.85em;
}

.page-number div {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.table-groub .table-contain .mid-table thead tr th.c-action,
.table-groub .table-contain .mid-table tbody tr td.c-action {
  text-align: center;
  min-width: 170px;
}

.table-groub .table-contain .mid-table thead tr th.c-number,
.table-groub .table-contain .mid-table tbody tr td.c-number {
  text-align: center;
}

.table-groub .table-contain .mid-table tbody tr.active,
.table-groub .table-contain .mid-table tbody tr:hover,
.table-groub .table-contain .mid-table tbody tr:nth-child(even):hover {
  background-image: -moz-linear-gradient(top, #d5e1e6, #9cc3c9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#d5e1e6),
    to(#9cc3c9)
  );
  background-image: -webkit-linear-gradient(top, #d5e1e6, #9cc3c9);
  background-image: -o-linear-gradient(top, #d5e1e6, #9cc3c9);
  background-image: linear-gradient(to bottom, #d5e1e6, #9cc3c9);
}

thead tr th,
tbody tr td {
  padding: 2px 5px;
  border-right: 0.5px solid rgba(197, 197, 197, 0.562);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

tbody#tbody.hight-1x {
  height: 200px;
  overflow: auto;
  /* box-sizing: border-box; */
}

.nip {
  min-width: 190px;
}

.table-groub .table-contain .mid-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 768px) {
  .header-table {
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-card {
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* :table */
@media only screen and (max-width: 1240px) {
  .dis-flex {
    flex-wrap: wrap;
  }

  .inp-inline {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .main-sidebar {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    z-index: 5;
  }

  .main-sidebar.hidden {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    z-index: 5;
  }

  .wrapper div.content-wrapper {
    width: 100%;
  }

  .wrapper .main-header.position-fixed {
    left: 0;
  }

  .wrapper .main-header .nav-item > .hidden-sidebar .to-right {
    color: gray;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
  }

  .wrapper .main-header .show-sidebar {
    display: block;
  }

  .wrapper .main-header .show-sidebar.show {
    display: none;
  }
}

/* =>Button */
.bt.bt-update {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: #0aa0a5;
  border-radius: 2px;
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-update:hover {
  background-color: rgb(13, 158, 151);
}

.bt.bt-delete {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: rgb(250, 106, 90);
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-delete:hover {
  background-color: rgb(247, 152, 141);
}

.bt.bt-add {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: rgb(56, 191, 147);
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-add:hover {
  background-color: rgb(27, 185, 133);
}

.bt.bt-detail {
  display: inline-block;
  cursor: pointer;
  color: white;
  background-color: rgb(9, 126, 172);
  border-radius: 2px;
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-detail:hover {
  background-color: rgb(13, 161, 219);
}

.bt.bt-close {
  display: inline-block;
  color: white;
  cursor: pointer;
  background-color: rgb(66, 65, 64);
  border-radius: 2px;
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-close:hover {
  background-color: rgb(95, 94, 93);
}

.bt.bt-msg {
  display: inline-block;
  color: rgb(15, 15, 15);
  cursor: pointer;
  background-color: rgb(250, 250, 250);
  border-radius: 2px;
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-off-action {
  display: inline-block;
  color: white;
  cursor: default;
  background-color: rgb(124, 124, 124);
  border-radius: 2px;
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-icon {
  display: inline-block;
  cursor: pointer;
  color: white;
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
}

.bt.bt-icon i {
  text-shadow: 0 0 5px 5px black;
}
.bt.bt-icon i:hover {
  font-size: 1rem;
}


.bt {
  padding: 0.375rem 0.75rem;
  font-size: 1.062rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.bt.bt-size-ssm {
  padding: 0.125rem 0.25rem;
  font-size: 0.775rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.bt.bt-size-smm {
  padding: 0.18rem 0.375rem;
  font-size: 0.77555555555rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bt.bt-size-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bt.bt-size-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.4rem;
}

/*  :button */

/* =>Tab */
.tb-box {
  border: 2px solid rgba(13, 161, 219, 0.705);
}

.tab-menu {
  background-color: rgb(10, 150, 168);
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  overflow-x: auto;
}

.tab-menu .bt-tab {
  margin: 0;
  padding: 3px 20px;
  cursor: pointer;
  color: white;
  background-color: rgb(10, 150, 168);
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
  font-size: 0.93em;
  border-top-left-radius: 0.45em;
  border-top-right-radius: 0.45em;
  font-weight: bold;
}

.tab-menu .bt-tab.bt-active {
  color: rgb(104, 104, 104);
  background-color: white;
}

.tab-menu .bt-tab:hover {
  background-color: rgba(12, 180, 202, 0.938);
}

.tab-menu .bt-tab.bt-active:hover {
  background-color: white;
}

.tab-menu-2 {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  box-shadow: 0 1px 5px #0000003d;
}

.tab-menu-2 .bt-tab {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  color: white;
  height: 35px;
  min-width: 110px;
}

.tab-menu-2 .bt-tab a,
.tab-menu-2 .bt-tab div {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 3px 20px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  border: none;
  text-align: center;
  user-select: none;
  font-size: 0.93em;
  font-weight: bold;
  background-color: var(--brandColor);
}

.tab-menu-2 .bt-tab .tab-left-br {
  border-top-right-radius: 0.7em;
}
.tab-menu-2 .bt-tab .tab-center-br {
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
}
.tab-menu-2 .bt-tab .tab-right-br {
  border-top-left-radius: 0.5em;
}

.tab-menu-2 .bt-tab.bt-active {
  background-color: var(--brandColor);
}

.tab-menu-2 .bt-tab.bt-active a,
.tab-menu-2 .bt-tab.bt-active div {
  color: rgb(104, 104, 104);
  background-color: white;
}
.bt-tab.disable-true.disable-el div {
  color: #a0a0a0;
}
/* .tab-menu-2 .bt-tab:hover {
  background-color: rgba(255, 255, 255, 0.24);
} */

/* .tab-menu-2 .bt-tab.bt-active:hover {
  background-color: white;
} */
/* :tab */

.conten-gov {
  position: relative;
}

/* =>input file */

.input-file {
  position: relative;
  overflow: hidden;
}

.input-file input.uploadBtn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  /* font-size: 20px; */
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-filter: alpha(opacity=0);
  -ms-filter: alpha(opacity=0);
}

.img-prevew .logo {
  width: auto;
  height: 100px;
}

.img-prevew .icon {
  width: auto;
  height: 45px;
}

/* :input file */

/* =>loading page */
.preloader {
  display: none;
}

.preloader.loading {
  display: block !important;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.preloader .load-conten {
  background-color: white;
  border-left: 1.8px solid rgb(10, 150, 168);
  border-right: 1.8px solid rgb(10, 150, 168);
  border-bottom: 1.8px solid rgb(10, 150, 168);
  box-shadow: 1px 0px 15px rgba(88, 88, 88, 0.733);
  overflow: auto;
  max-height: calc(100vh - 4.5rem);
  max-width: calc(4.5rem);
  box-sizing: border-box;
}

/* :loading page */

/* =>*/

.list .line-center {
  line-height: 2.5rem;
}

.list .c-number {
  width: 50px;
  text-align: center;
}

.list.list-item {
  display: flex;
  justify-content: space-between;
  background: rgb(233, 233, 233);
  border-bottom: 1.8px solid rgb(189, 194, 199);
  /* box-shadow: inset 1px 0px 15px rgba(131, 131, 131, 0.726); */
  width: 100% !important;
  /* min-height: 2.5rem; */
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.jabatan-list {
  justify-content: space-between;
  border: 1px solid rgb(225, 228, 232);
  width: 100% !important;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.list-jabatan {
  border-bottom: 1.8px solid rgb(189, 194, 199);
}

.list.list-item:hover {
  background: rgb(246, 248, 250);
}

.jabatan-list:hover {
  background-color: rgb(246, 248, 250);
}

.header-list {
  border: 1px solid rgb(225, 228, 232);
}

/* : */
.clr-bac-ex {
  background-color: tomato !important;
}

/* =>Halaman Dashboard User */

/* :Halaman Dashboard User */

/* =>AutoComplate */
.autocomplete {
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid var(--brandColor);
  box-shadow: 00px 0px 5px var(--brandColor);
  border-bottom: none;
  border-top: none;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff;
  /* border-top: .5px solid rgba(201, 201, 201, 0.774); */
  border-bottom: 1px solid rgba(201, 201, 201, 0.774);
}

.autocomplete-items div:hover {
  transition: 0.3s;
  outline: 0;
  background-color: #2fc2ba;
  color: white;
}

/* :AutoComplate */

input.tanggal {
  width: 135px !important;
}

input.tanggal-bulan {
  width: 1px !important;
  padding: none;
  position: absolute;
  z-index: -55;
}

#sandbox-container div {
  position: relative;
}

.select2.select2-container {
  margin: 10px 0;
}

.select2-selection.select2-selection--single {
  height: 32px;
  padding: 1px;
}
.set-papper{
  padding-bottom: 30px;
  /* padding-left: 10px;
  padding-right: 10px; */
}
.set-papper h6{
  margin-bottom: 20px;
  font-weight: 500;
  background-color: #0aa0a5;
  padding: 10px 5px;
  color: var(--white);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.425);
}

table tr th.nama {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  min-width: calc(100% - 200px);
}
table tr th.status {
  vertical-align: middle;
  text-align: center;
  width: 200px;
  min-width: 200px ;
  max-width: 200px ;
}
table tr td.status {
  vertical-align: middle;
  text-align: center;
  width: 150px;
}
table tr td.indikator {
  vertical-align: middle;
  text-align: center;
  width: 50px;
}

table tr td.status span {
  padding: 0.15em 0.65em;
  border-radius: 0.85em;
  margin: .56rem 0;
}

table tr td.status span.status-error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

table tr td.status span.status-saving {
  color: #023460;
  background-color: #92c2f4;
  border-color: #92c2f4;
}

table tr td.status span.status-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
table tr td.indikator i.fa-circle-notch {
  color: #00417a;
}
table tr td.indikator i.fa-check {
  color: #0f5132;
}
table tr td.indikator i.fa-times {
  color: #842029;
}
.bg-gray{
  background-color: rgb(223, 223, 223);
  
}

select:disabled {
  background-color: #ebebeb !important;
}