html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
}

/* PLUGIN */
a,
.btn {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
}

.btn.focus,
.btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.clr {
  width: 100%;
  display: block;
  clear: both;
}

.bg-default {
  background: #fff !important;
}

.bg-grey {
  background: #d5d5d5 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-login {
  background: url(../img/bg-login.jpg) no-repeat !important;
  background-size: cover !important;
}

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

.dis-block {
  display: block;
}

.dis-none {
  display: none;
}

.text-red {
  color: #CB2704;
}

.text-green {
  color: #3B8B4B;
}

.text-orange {
  color: #F77106;
}

.badge.success {
  background: #3B8B4B;
  color: #fff;
}

.badge.danger {
  background: #CB2704;
  color: #fff;
}

.border-radius-0 {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.border-radius-500 {
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

.object-contain {
  object-fit: contain !important;
}

.object-cover {
  object-fit: cover !important;
}

.img-100 {
  width: 100%;
}

.btn-light {
  height: 35px;
  background: #fff;
  border: 1px solid #e8ebf1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.note-toolbar .dropdown-toggle::after {
  display: none !important;
}

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

/* DATATABLES */
#dataTable_length label,
#dataTable_filter label,
#dataTable_info {
  font-size: 15px;
}

#dataTable_length label select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

div.dataTables_wrapper div.dataTables_info {
  margin: 3px 0 0;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 10px 0 0;
}

/* DATEPICKER */
.datetimepicker {
  padding: 10px !important;
}

.datetimepicker table th {
  font-size: 14px !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 500 !important;
  color: #7A838B;
  padding: 5px;
}

.datetimepicker table th.today {
  background-color: #006F4A !important;
  color: #fff !important;
}

.datetimepicker table td {
  font-size: 13px !important;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400 !important;
  color: #7A838B;
  padding: 5px;
}

.datetimepicker table td.today {
  background-color: #006F4A !important;
  color: #fff !important;
  background-image: -moz-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: -ms-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: -webkit-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: -o-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: linear-gradient(to bottom, #006F4A, #006F4A) !important;
}

.datetimepicker table td.active,
.datetimepicker table td span.year.active,
.datetimepicker table td span.month.active,
.datetimepicker table td span.hour.active,
.datetimepicker table td span.minute.active {
  background-color: #006F4A!important;
  background-image: -moz-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: -ms-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: -webkit-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: -o-linear-gradient(top, #006F4A, #006F4A) !important;
  background-image: linear-gradient(to bottom, #006F4A, #006F4A) !important;
}

/* MARGIN & PADDING */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pl-pr-0 {
  padding-left: 0;
  padding-right: 0;
}

/* BUTTON */
.btn-default1 {
  background: #006F4A;
  border: 1px solid #006F4A;
  color: #fff;
}

.btn-default1:hover,
.btn-default1:focus {
  opacity: 0.7;
  color: #fff !important;
}

.btn-default2 {
  background: transparent;
  border: 1px solid #006F4A;
  color: #006F4A;
}

.btn-default2:hover,
.btn-default2:focus {
  background: #006F4A;
  color: #fff !important;
}

.btn-action {
  height: 25px;
  width: 25px;
  font-size: 10px;
  padding: 6px 0 0;
}

.btn-action i {
  font-size: 12px;
}

.btn-select {
  background: transparent;
  border: 0px solid #ccc;
  color: #495057 !important;
  padding: 1px;
}

/* LOGIN */
.codenesia-login-wrapper .form-logo {
  border-bottom: 2px solid #006F4A;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.codenesia-login-wrapper .form-logo .logo-login {
  width: 100px;
  padding: 0 0 10px;
}

.codenesia-login-wrapper .form-group .btn {
  padding: 10px 10px 9px;
}

/* SIDEBAR & TOPBAR */
.logo-sidebar {
  width: 45px;
}

.navbar-codenesia .navbar-content .navbar-nav .nav-item {
  margin-right: unset;
  min-width: unset;
  margin-left: 20px;
}

.navbar-codenesia .navbar-content .navbar-nav .nav-item.nav-flex a.nav-link {
  display: flex;
}

.navbar-codenesia .navbar-content .navbar-nav .nav-item a.nav-link i {
  font-size: 16px;
}

.navbar-codenesia .navbar-content .navbar-nav .nav-item a.nav-link span.count {
  width: 15px;
  height: 15px;
  background: red;
  font-size: 9px;
  color: #fff;
  text-align: center;
  padding: 0;
  margin-left: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

/* PAGINATION */
.page-item.active .page-link {
  background-color: #006F4A;
  border-color: #006F4A;
}

.page-item .page-link {
  color: #006F4A;
}

/* MAIN TITLE */
.main-title {
  width: 100%;
  margin: 0 0 30px;
}

/* MAIN BUTTON */
.main-button {
  width: 100%;
  margin: 0 0 20px;
}

.main-button ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.main-button ul li {
  margin-right: 5px;
}

.main-button.update-status .form-control,
.main-button.update-status .btn {
  height: 32px;
}

/* TABLE */
.table-default {
  width: 100% !important;
}

.table-default tr:hover {
  background: #eee !important;
}

.table-default th {
  background: #eee;
  font-size: 14px !important;
  text-transform: capitalize !important;
  text-align: center;
}

.table-default td {
  font-size: 14px !important;
  text-align: center;
}

.table-default td.td-setting {
  white-space: nowrap;
}

.table-default td .badge {
  padding: 5px 10px;
}

.table-default td img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* FORM */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #006F4A;
  background-color: #006F4A;
}

.img-blue {
  background: #0A153C;
  padding: 10px;
}

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

.img-preview.favicon img {
  width: auto;
  height: 32px;
}

.select-codenesia {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-group h5 {
  margin: 0 0 10px;
}

.form-group label {
  display: block;
}

.form-group label.sub-title {
  font-size: 16px;
  font-weight: 600;
  background: #eee;
  padding: 7px 10px;
}

/*
.form-group ul.check-list {
  list-style: none;
  padding: 0;
  text-transform: capitalize;
  column-count: 3;
}

.form-group ul.check-list li {
  display: flex;
  align-content: center;
  align-items: center;
}

.form-group ul.check-list li input[type="checkbox"] {
  margin: 0;
}

.form-group ul.check-list li span {
  padding-left: 5px;
}
*/

.form-group small {
  font-style: italic;
  display: block;
  margin: 5px 0 0;
}

.form-group select {
  color: #000;
}

.form-group img:hover {
  background: #ddd;
}

.form-group ul.check {
  list-style: none;
  padding-left: 10px;
}

.form-group ul.check li {
  margin: 0 0 5px;
}

.form-group ul.check li:last-child {
  margin-bottom: 0;
}

.form-group .form-radio-button {
  display: flex;
}

.form-group .form-radio-button .item {
  text-align: center;
  margin-right: 10px;
}

.form-group .form-radio-button .item:last-child {
  margin: 0;
}

.form-group .form-radio-button .item span {
  font-size: 13px;
  display: block;
}

.form-group .form-radio-button .item input {
  display: block;
  margin: 0 auto 5px;
}

.form-group .form-radio-button .item img {
  width: 100px;
}

/* MAIN CONTENT */
.page-content .card-summary svg {
  width: 100%;
  height: auto;
}

.tab-content {
  border: 1px solid #eee;
  padding: 15px 15px 0;
}

/*
.note-modal-footer {
  height: auto;
  text-align: right;
  padding: 0 30px 20px;
}

.note-modal-footer .btn {
  float: unset;
}

.note-icon-caret {
  display: none;
}

.note-btn-group .dropdown-toggle::after {
  margin-left: 0;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
  min-width: 180px;
}
*/

.note-editable h1,
.note-editable h2,
.note-editable h3,
.note-editable h4,
.note-editable h5,
.note-editable h6,
.note-editable p,
.note-editable ul,
.note-editable ol {
  margin: 0 0 15px;
}

.note-editable ul,
.note-editable ol {
  padding-left: 20px;
}