
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
  font-family: Manrope;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-stretch: normal;
}

/*======================== Sweet Alert ========================*/
.sweet-alert h2 {
	margin: 0;
}

.sweet-alert p {
	font-size: 17px;
	font-weight: 500;
	margin-top: 10px;	
}
/*======================== End Sweet Alert ========================*/


/*======================== Datatables ========================*/
.table-customs table{
  font-family: Manrope !important;
	color: #484848;
	line-height: 1.471;
}

.table-customs .dt-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.table-customs .dataTables_length label {
	float: left;
}

.table-customs .dataTables_info {
	width: auto !important;
	text-align: left !important;
}

.table-customs .dataTables_filter {
	width: auto !important;
}

.form-custom .table-customs table thead th,
.table-customs table thead th {
	text-align: center !important;
	font-size: 14px;
	font-weight: 700;
}

.table-customs table tbody td {
	font-size: 15px;
	font-weight: 500;
  line-height: 2;
	vertical-align: middle !important;
}

.table-customs table tbody td .btn {
	padding: 5px 10px !important;
}

.table-customs .dataTables_paginate .paginate_button {
	font-size: 14px;
	font-weight: 600;
}

.table-customs .dataTables_paginate .paginate_button.active a {
	background: #337ab7 !important;
}

.form-custom .table-customs table thead th 
{
  padding: 10px 8px;
  font-size: 14px;
}

.form-custom .table-customs table tbody td {
  padding: 12px 8px;
  font-size: 15px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  top: unset;
  left: 1vw;
}

@media screen and (min-width: 767px) 
{
  .table-customs .dataTables_length {
    width: 38%;
  }
}

@media screen and (max-width: 767px) 
{
	.table-customs .dataTables_wrapper .dt-buttons {
		text-align: right;
		margin-bottom: 10px;
	}

	.table-customs .dataTables_wrapper .dt-buttons a,
	.table-customs .dataTables_wrapper .dt-buttons button {
		text-align: right;
	}
}
/*======================== End Datatables ========================*/


/*======================== Form ========================*/
.form-custom .required {
	color: red;
	font-size: 16px;
}

.table-customs .dataTables_filter .form-control,
.form-custom .form-control,
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
	border-radius: 5px;
}

.table-customs .dataTables_filter .form-control {
	font-size: 14px;
}

.editor-wrapper:focus,
.table-customs .dataTables_filter .form-control:focus,
.form-custom .form-control:focus {
	color: #2d353c;
	background-color: #fff;
	border-color: #5db0ff !important;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52,143,226,.25) !important;
}

.editor-wrapper:focus {
  border-color: #5db0ff !important;
  outline: 0;
  box-shadow: 0 0 0 .4rem rgba(52,143,226,.25) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px !important;
}

.editor-wrapper,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--open .select2-dropdown--below {
	font-size: 14px;
	color: #444;
	font-family: inherit;
}

.editor-wrapper a {
  color: #5bc0de;
}

label.error {
    text-align: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 3px;
    font-size: 12.5px;
    color: red;
    font-weight: 600;
}

input.error, .select2-selection.error, .editor-wrapper.error {
    height: auto;
    border: 1px solid red !important;
    text-align: left;
}

.form-custom .form-group .input-group-addon
{
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.form-custom .form-group .input-group div:first-child,
.form-custom .form-group .input-group div:last-child
{
  display: table-cell;
  vertical-align: top;
}

.form-custom .form-group .input-group div:first-child .form-control
{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.form-custom .form-group .input-group div:last-child .form-control
{
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.form-custom .form-group.date-range .input-group-addon
{
  padding: 0 !important;
  background: transparent;
  border-radius: 0 !important;
  border: 0 !important;
  vertical-align: top !important;
}

.form-custom .form-group.date-range .input-group-addon span.sd
{
  width: 45px;
  height: 34px;
  padding: 9px 12px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
  display: inline-block;
}

.form-custom .editor
{
  padding: 0 !important;
}

.form-custom .editor .btn-group
{
  border-right: 5px solid #fff;
}

.form-custom .editor .btn-group:last-child 
{
  border-right: 0;
}

.form-custom .editor .btn-group .btn
{
  padding: 9px 12px !important;
}

.table-condensed {
  color: #444;
}

.table-condensed tbody tr td {
  padding: 5px 10px;
  font-size: 13px;
}

.table-condensed thead tr th,
.datepicker.datepicker-dropdown .table-condensed tfoot tr th {
  padding: 5px 5px;
  font-size: 14px;
}
/*======================== End Form ========================*/


/*======================== Status ========================*/
.status-true {
	color: #00DBAD;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: .7px;
}

.status-false {
	color: red;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: .7px;
}

.status-primary {
	color: #00aabd;
}

.status-dark {
  color: #2A3F54;
}
/*======================== End Status ========================*/


/*======================== Upload dan Preview Gambar ========================*/
.file-upload {
    background-color: #ffffff;
    margin: 0 auto;
}

.file-upload .alert.alert-light,
.preview .alert.alert-light {
  width: 100%;
  color: #000;
  background-color: #f0f0f0;
  border-color: #2d353c;
  border: dashed 1px #cecece;
  border-top: 0px;
}

.file-dropping, .file-upload-wrap:hover {
    background-color: #cecece;
    border: 1px dashed #fafafa;
}
.file-upload-wrap {
    max-height: 750px;
    position: relative;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: dashed 1px #cecece;
    background-color: #fafafa;
}

.file-upload-wrap.hidepreview {
	display: none;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-content.show {
	 display: inline-block;
}

.file-uploaded {
    width: 100%;
    max-height: 750px;
    position: relative;
    border-radius: 6px;
    border: dashed 1px #cecece;
    background-color: #fafafa;
    margin: auto;
    padding: 20px;
}
.file-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

img {
    vertical-align: middle;
    border-style: none;
}

.drag-text {
    margin-top: 70px;
    margin-bottom: 75px;
    text-align: center;
}

.web-image .drag-text {
    margin-top: 40px;
}
/*======================== End Upload dan Preview Gambar ========================*/


/*======================== Buttons ========================*/
.buttons-customs-info {
  color: #5bc0de;;
  webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: color ease;
}

.buttons-customs-info:hover,
.buttons-customs-info:focus,
.buttons-customs-info:active {
  background-color: #5bc0de; !important;
  border-color: #5bc0de; !important;
  color: #fff !important;
}

.buttons-customs-success {
  color: #13b66c;
  webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: color ease;
}

.buttons-customs-success:hover,
.buttons-customs-success:focus,
.buttons-customs-success:active {
  background-color: #13b66c !important;
  border-color: #13b66c !important;
  color: #fff !important;
}

.buttons-customs-danger {
  color: #ec4c4c;
  webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: color ease;
}

.buttons-customs-danger:hover,
.buttons-customs-danger:focus,
.buttons-customs-danger:active {
  background-color: #ec4c4c !important;
  border-color: #ec4c4c !important;
  color: #fff !important;
}

.buttons-customs-dark {
  color: #4B5F71;
  webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: color ease;
}

.buttons-customs-dark:hover,
.buttons-customs-dark:focus,
.buttons-customs-dark:active {
  background-color: #4B5F71 !important;
  border-color: #364B5F !important;
  color: #fff !important;
}

.btn-group .buttons-customs-info,
.btn-group .buttons-customs-success,
.btn-group .buttons-customs-danger,
.buttons-customs-dark {
  webkit-box-shadow: none;
  box-shadow: none;
}

.form-custom .btn-choice label.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-custom .btn-choice label.btn-success {
    background: #26B99A;
    border: 1px solid #169F85;
}

.form-custom .btn-choice label.btn-success:hover
.form-custom .btn-choice label.btn-success.active:hover {
    color: #fff;
    background-color: #26B99A;
    border-color: #169F85;
}

.form-custom .btn-choice label.btn-default {
  color: #555;
}

.form-custom .btn-choice label input[type=radio] {
  position: unset;
}

.form-custom .btn-choice label input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  margin: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 2px;
  /* background-color only for content */
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: 2.8px;
}

.form-custom .btn-choice label input[type=radio]:checked {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
/*======================== End Buttons ========================


/*======================== Detail ========================*/
.content-detail .table-customs #table-detail {
    margin-top: 2vw;
    font-family: Manrope !important;
}

.content-detail .table-customs #table-detail tbody tr td {
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 700;
}

.content-detail .table-customs #table-detail tbody tr td.content,
.content-detail .table-customs #table-desc tbody tr td.content {
    font-size: 15px;
    color: #23527c;
}

.content-detail .table-customs #table-detail tbody tr td.content small {
    margin: 0 1vw;
}

.content-detail .deskripsi {
    font-family: Manrope !important;
}

.content-detail .deskripsi .alert {
    margin-bottom: 0;
    background-color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    color: #484848;
    text-align: center;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content-detail .deskripsi .content-deskripsi {
    padding: 1vw 2vw;
    font-size: 15px;
    line-height: 2;
    color: #23527c;
    border: 1px solid #ddd;
}

.content-detail .deskripsi .content-deskripsi p {
    margin-bottom: 15px;
}

.content-detail .deskripsi .table-customs #table-desc {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content-detail .deskripsi .table-customs #table-desc thead tr th {
    padding: 15px 10px;
}

.content-detail .deskripsi .table-customs #table-desc tbody tr td { 
    padding: 15px 10px;
}

.content-detail .deskripsi .table-customs #table-desc tbody tr td ul,
.content-detail .deskripsi .table-customs #table-desc tbody tr td ol {
    padding-left: 16px;
}

.content-detail .deskripsi .table-customs #table-desc tbody tr td ul li,
.content-detail .deskripsi .table-customs #table-desc tbody tr td ol li {
    margin-top: 10px;
    padding-left: 10px;
}

/*======================== End Detail ========================*/


/*======================== Modal ========================*/
.modal.in {
  z-index: 10000;
}

.modal.in .modal-body .deskripsi-detail {
  font-size: 14px;
  color: #666;
}

.modal-open .table-customs #table-detail tbody tr td {
  font-size: 14px;
  padding: 10px 5px;
}

.modal-open .table-customs #table-detail tbody tr td div {
  font-size: 15px;
}

.modal-open .table-customs #table-detail tbody tr td ol,
.modal-open .table-customs #table-detail tbody tr td ul {
  padding-left: 17px;
  font-size: 15px;
}

.modal-open .table-customs #table-detail tbody tr td ol li, 
.modal-open .table-customs #table-detail tbody tr td ul li {
  padding: 5px 0px;
  /*border-bottom: 1px solid #ddd;*/
}

.modal-open .table-customs #table-detail tbody tr td ol li div, 
.modal-open .table-customs #table-detail tbody tr td ul li div {
  position: fixed;
}

.modal-open .content .table-customs {
  width: 100%;
  margin: 15px 0 30px;
  display: inline-flex;
}

.modal-open .content .table-customs table {
  margin: 0 3%;
}

.modal-open .content .table-customs table thead tr th,
.modal-open .content .table-customs table tbody tr td { 
  font-family: Manrope;
  font-size: 20px;
  line-height: 1.36;
  color: #242424;
}

.modal-open .content .table-customs table tbody tr td .status-true,
.modal-open .content .table-customs table tbody tr td .status-false { 
  font-size: 22px;
}

.modal-open .content .table-customs table thead tr th {
  font-weight: bold;
}

.modal-backdrop {
  z-index: 9999;
}


@media (max-width: 991.98px) and (min-width: 768px)
{
    .modal-open .content .table-customs table thead tr th,
    .modal-open .content .table-customs table tbody tr td { 
      font-size: 18px;
    }

    .modal-open .content .table-customs table tbody tr td .status-true,
    .modal-open .content .table-customs table tbody tr td .status-false { 
      font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px)
{
    .modal-open .content .table-customs table thead tr th,
    .modal-open .content .table-customs table tbody tr td { 
      font-size: 18px;
    }

    .modal-open .content .table-customs table tbody tr td .status-true,
    .modal-open .content .table-customs table tbody tr td .status-false { 
      font-size: 20px;
    }
}
/*======================== End Modal ========================*/


/*======================== Customs Detail ========================*/
.content .content-page {
  padding: 20px 16px;
}

.content .content-page.row {
  margin: 0;
  position: 0;
}

.content .content-page .saldo-img {
  width: 10%;
  height: 100%;
  padding: 0;
}

.content .content-img {
  width: 100%;
  height: 100%;
}

.content .content-page .saldo-title {
  width: 80%;
  padding-left: 2.25vw;
  position: relative;
}

.content .content-page .saldo-title .saldo-title-name {
  width: 100%;
  font-family: Manrope;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.36;
  color: #242424;
}

.content .content-page .saldo-title .saldo-title-desc {
  width: 100%;
  font-family: Manrope;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.42;
  color: #727272;
}

.content .content-page .saldo-look-detail {
  width: 10%;
  text-align: right;
  padding: 20px 0;
}

.content .content-img-arrow {
  width: 32px;
  height: 32px;
}

.content hr {
  background-color: #e7e7ef;
  margin: 0;
  height: 2px;
  opacity: 1;
}

#saldo-detail.content .content-page {
    display: block ruby;
}

.content .content-page .saldo-detail-list .saldo-detail-ket {
  font-family: Manrope;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.36;
  color: #242424;
}

.content .content-page .saldo-detail-list {
  width: 100%;
}

.content .content-page .saldo-detail-list ul {
  margin-top: 17px;
  list-style: none;
  padding-left: 2px;
}

.content .content-page .saldo-detail-list ul li {
  padding-bottom: 44px;
  position: relative;
  display: flex;
}

.content .content-page .saldo-detail-list ul li span.number-list {
  width: 38.95px;
  height: 100%;
  background: #ffffff;
  margin-right: 2vw;
  font-size: 22px;
  font-weight: bold;
  color: #003478;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #003478;
  z-index: 9;
}

.content .content-page .saldo-detail-list ul li .line-list {
  content: '';
  position: absolute;
  border-left: 2px solid #003478;
  left: 17px;
  bottom: 0;
  height: 100%;
}

.content .content-page .saldo-detail-list ul li div.detail-list {
  width: 100%;
  font-family: Manrope;
  font-size: 22px;
  line-height: 1.36;
  color: #242424;
}

.content .content-page .saldo-detail-list ul li div.detail-list hr {
  width: 100%;
  height: 2px;
  background: #ddd;
  position: relative;
  bottom: -20px;
  opacity: 1;
}

.content .content-page .saldo-detail-list ul li:last-child {
    padding-bottom: 0;
}

.content .content-tnc {
  width: 100%;
  background-color: #ffffff;
}

.content .content-tnc .tnc-header {
  background-color: #e7e7ef;
  padding: 12px 16px;
}

.content .content-tnc ul,
.content .content-tnc ol {
  padding-left: 4%;
}

.content .content-tnc .tnc-header ul {
  margin: 0;
  font-family: Manrope;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #242424;
  position: relative;
  left: 0;
}

.content .content-tnc .tnc-list {
  background-color: #ffffff;
  padding: 24px 4rem 0 16px;
}

.content .content-tnc .tnc-list ol {
  margin-left: 2.2rem;
  position: relative;
  left: 0;
}

.content .content-tnc .tnc-list ol li {
  margin-bottom: 24px;
  padding-left: 15px;
  font-family: Manrope;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
  color: #242424;
}

.content .content-tnc .tnc-list ol li ul {
  margin-top: 16px;
  padding-left: 2.2rem;
}

.content .content-tnc .tnc-list ol li ul li {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) and (min-width: 768px)
{
    .content .content-page .saldo-title .saldo-title-name {
      font-size: 22px;
    }

    .content .content-page .saldo-title .saldo-title-desc {
      font-size: 19px;
    }

    .content .content-page .saldo-look-detail {
      padding: 10px 0;
    }

    .content .content-page .saldo-detail-list ul li {
      padding-bottom: 35px;
    }

    .content .content-page .saldo-detail-list .saldo-detail-ket {
      font-size: 20px;
    }

    .content .content-page .saldo-detail-list ul li span.number-list {
      width: 33.08px;
      font-size: 18px;
    }

    .content .content-page .saldo-detail-list ul li .line-list {
      left: 15px;
    }

    .content .content-page .saldo-detail-list ul li div.detail-list {
      font-size: 18px;
    }

    .content .content-page .saldo-detail-list ul li div.detail-list hr {
      bottom: -15px;
    }

    .content .content-tnc .tnc-header ul {
      font-size: 20px;
    }

    .content .content-tnc .tnc-list ol li {
      margin-bottom: 20px;
      padding-left: 10px;
      font-size: 18px;
    }

    .content .content-tnc .tnc-header {
      padding: 12px;
    }

    .content .content-tnc .tnc-list {
      background-color: #ffffff;
      padding: 16px 3rem 0 8px;
    }

    .content .content-tnc .tnc-list ol li ul {
      margin-top: 12px;
    }

    .content .content-tnc .tnc-list ol li ul li {
      margin-bottom: 12px;
    }
}

@media (max-width: 767.98px) and (min-width: 576px)
{
    .content .content-page {
      padding: 16px 16px;
    }

    .content .content-img {
      width: 71.3px;
    }

    .content .content-page .saldo-title {
      padding-left: 25px;
    }

    .content .content-page .saldo-title .saldo-title-name {
      font-size: 25px;
    }

    .content .content-page .saldo-title .saldo-title-desc {
      font-size: 23px;
    }

    .content .content-page .saldo-look-detail {
      padding: 10px 0;
    }

    .content .content-page .saldo-detail-list ul li {
      padding-bottom: 30px;
    }

    .content .content-page .saldo-detail-list .saldo-detail-ket {
      font-size: 20px;
    }

    .content .content-page .saldo-detail-list ul li span.number-list {
      width: 32.3px;
      font-size: 18px;
    }

    .content .content-page .saldo-detail-list ul li .line-list {
      left: 15px;
    }

    .content .content-page .saldo-detail-list ul li div.detail-list {
      font-size: 18px;
    }

    .content .content-page .saldo-detail-list ul li div.detail-list hr {
      bottom: -14px;
    }

    .content .content-tnc .tnc-header ul {
      font-size: 18px;
    }

    .content .content-tnc .tnc-list ol li {
      margin-bottom: 18px;
      padding-left: 8px;
      font-size: 18px;
    }

    .content .content-tnc .tnc-header {
      padding: 12px;
    }

    .content .content-tnc .tnc-list {
      background-color: #ffffff;
      padding: 16px 3rem 0 8px;
    }

    .content .content-tnc .tnc-list ol li ul {
      margin-top: 10px;
    }

    .content .content-tnc .tnc-list ol li ul li {
      margin-bottom: 8px;
    }

}

@media only screen and (max-width: 670.98px)
{
    .content .content-page {
      padding: 16px 16px;
    }

    .content .content-img {
      width: 55px;
    }

    .content .content-page .saldo-title {
      padding-left: 10px;
    }

    .content .content-page .saldo-title .saldo-title-name {
      font-size: 20px;
    }

    .content .content-page .saldo-title .saldo-title-desc {
      font-size: 17px;
    }

    .content .content-page .saldo-look-detail {
      padding: 5px 0;
    }
}

@media only screen and (max-width: 575.98px)
{
    .content .content-img {
      width: 50px;
    }

    .content .content-page .saldo-title {
      padding-left: 15px;
    }

    .content .content-page .saldo-look-detail {
      padding: 3px 0;
    }

    .content .content-page .saldo-detail-list ul li {
      padding-bottom: 30px;
    }

    .content .content-page .saldo-detail-list .saldo-detail-ket {
      font-size: 20px;
    }

    .content .content-page .saldo-detail-list ul li span.number-list {
      width: 32.3px;
      font-size: 18px;
    }

    .content .content-page .saldo-detail-list ul li .line-list {
      left: 15px;
    }

    .content .content-page .saldo-detail-list ul li div.detail-list {
      font-size: 18px;
    }

    .content .content-page .saldo-detail-list ul li div.detail-list hr {
      bottom: -14px;
    }

    .content .content-tnc .tnc-header ul {
      font-size: 16px;
    }

    .content .content-tnc .tnc-list ol li {
      margin-bottom: 16px;
      padding-left: 6px;
      font-size: 16px;
    }

    .content .content-tnc .tnc-header {
      padding: 12px;
    }

    .content .content-tnc .tnc-list {
      background-color: #ffffff;
      padding: 16px 3rem 0 8px;
    }

    .content .content-tnc .tnc-list ol li ul {
      margin-top: 10px;
    }

    .content .content-tnc .tnc-list ol li ul li {
      margin-bottom: 8px;
    }
}

@media only screen and (max-width: 450.98px)
{
    .content .content-page .saldo-title {
      padding-left: 25px;
    }
}
/*======================== End Customs Detail ========================*/


/*======================== Alert ========================*/
.custom-alert.alert {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Manrope !important;
  font-size: 14px;
}

.custom-alert.alert-info {
  color: #ffffff;
}
/*======================== End Alert ========================*/


/*======================== Dashboard ========================*/
.x_content .media .media-body .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dashboard article.media:first-child {
    margin-top: 0;
}

.dashboard article.media {
    margin-top: 1.75vw;
}

.dashboard article.media:last-child {
    margin-bottom: 2vw;
}

.dashboard article.media .image {
    width: 100px;
}

.dashboard article.media .image.image-artikel {
    width: 56px;
}

.dashboard article.media .image img {
    width: 100%;
    border-radius: 10px;
}

.dashboard article.media .media-body {
    padding-top: .2vw;
}

.dashboard article.media .media-body .title {
    margin-bottom: .4vw;
    font-size: 16px;
    color: #23527c;
}

.dashboard article.media .media-body .title:hover,
.dashboard article.media .media-body .title:focus {
    text-decoration: underline;
}

.dashboard article.media .media-body .viewers {
    font-size: 14px;
    font-weight: 600;
}

@media only screen and (max-width: 767.98px)
{
    .dashboard .content {
        margin-bottom: 2.5vw;
    }
}

@media only screen and (max-width: 575.98px)
{
    .dashboard .content {
        margin-bottom: 5vw;
    }

    .dashboard .content:last-child {
        margin-bottom: 0;
    }

    .dashboard article.media:first-child {
        margin-top: 1.5vw;
    }

    .dashboard article.media {
        margin-top: 7.5vw;
    }

    .dashboard article.media:last-child {
        margin-bottom: 5vw;
    }

    .dashboard article.media .image,
    .dashboard article.media .image.image-artikel {
        width: 100%;
        margin-bottom: 3vw;
    }

    .dashboard article.media .media-body .title {
        font-size: 4.5vw; 
    }

    .dashboard article.media .media-body .viewers {
        font-size: 4vw;
    }
}
/*======================== End Dashboard ========================*/



/*======================== Loader Page ========================*/
#loader-page {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #d9e0e754;
    z-index: 9999;
    display: none;
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  top: 30%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
/*======================== End Loader Page ========================*/