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

body {
  width: 100%;
  height: 100%;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  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;
}

.container {
  max-width: 100%;
  width: 80%;
}

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

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.alert {
  font-size: 0.8125rem;
  padding: 0.5rem;
}

.area-flex {
  width: 100%;
  display: block;
}

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

.dis-block {
  display: block;
}

.dis-none {
  display: none;
}

.border-left-default {
  border-left: 0.25rem solid #207ef7 !important;
}

.shadow-top {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(58, 59, 69, 0.15) !important;
  -moz-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(58, 59, 69, 0.15) !important;
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(58, 59, 69, 0.15) !important;
}

.shadow-bottom {
  box-shadow: 0 -0.1875rem 0.1875rem 0 rgba(58, 59, 69, 0.15) !important;
  -moz-box-shadow: 0 -0.1875rem 0.1875rem 0 rgba(58, 59, 69, 0.15) !important;
  -webkit-box-shadow: 0 -0.1875rem 0.1875rem 0 rgba(58, 59, 69, 0.15) !important;
}

.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: 31.25rem;
  -moz-border-radius: 31.25rem;
  -webkit-border-radius: 31.25rem;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

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

/* DATEPICKER */
.datetimepicker {
  padding: 0.625rem !important;
}

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

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

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

.datetimepicker table td.today {
  background-color: #f85959 !important;
  color: #fff !important;
  background-image: -moz-linear-gradient(top, #f85959, #f78a8a) !important;
  background-image: -ms-linear-gradient(top, #f85959, #f78a8a) !important;
  background-image: -webkit-linear-gradient(top, #f85959, #f78a8a) !important;
  background-image: -o-linear-gradient(top, #f85959, #f78a8a) !important;
  background-image: linear-gradient(to bottom, #f85959, #f78a8a) !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: #1EC6B6 !important;
  background-image: -moz-linear-gradient(top, #1EC6B6, #55d6c9) !important;
  background-image: -ms-linear-gradient(top, #1EC6B6, #55d6c9) !important;
  background-image: -webkit-linear-gradient(top, #1EC6B6, #55d6c9) !important;
  background-image: -o-linear-gradient(top, #1EC6B6, #55d6c9) !important;
  background-image: linear-gradient(to bottom, #1EC6B6, #55d6c9) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* PAGINATION */
ul.pagination li {
  font-size: 0.8125rem;
}

ul.pagination li a {
  color: #1a1b1f;
}

ul.pagination li.active a {
  background: #1a1b1f !important;
  border-color: #1a1b1f !important;
}

/* BUTTON */
.btn-default1 {
  font-size: 0.875rem;
  background: #207ef7;
  border: 0.0625rem solid #207ef7;
  color: #fff;
}

.btn-default1:hover,
.btn-default1:focus {
  background: rgb(235,226,153);
  background: -moz-radial-gradient(circle, rgba(235,226,153,1) 0%, rgba(190,153,82,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(235,226,153,1) 0%, rgba(190,153,82,1) 100%);
  background: radial-gradient(circle, rgba(235,226,153,1) 0%, rgba(190,153,82,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe299",endColorstr="#be9952",GradientType=1);
  border: 0.0625rem solid #ece49d;
  color: #fff !important;
}

.btn-default2 {
  font-size: 0.875rem;
  background: transparent;
  border: 0.0625rem solid #fff;
  color: #fff;
}

.btn-default2:hover,
.btn-default2:focus {
  background: rgb(235,226,153);
  background: -moz-radial-gradient(circle, rgba(235,226,153,1) 0%, rgba(190,153,82,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(235,226,153,1) 0%, rgba(190,153,82,1) 100%);
  background: radial-gradient(circle, rgba(235,226,153,1) 0%, rgba(190,153,82,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe299",endColorstr="#be9952",GradientType=1);
  border: 0.0625rem solid #ece49d;
  color: #fff !important;
}

.btn-action {
  height: 1.5625rem;
  width: 1.5625rem;
  font-size: 0.625rem;
  padding: 0.375rem 0 0;
}

.btn-red {
  background: #CB2704;
  border-color: #CB2704;
  color: #fff;
}

.btn-red:hover,
.btn-red:focus {
  background: #CB2704;
  border-color: #CB2704;
  color: #fff !important;
}

.btn-green {
  background: #3B8B4B;
  border-color: #3B8B4B;
  color: #fff !important;
  opacity: 0.7;
}

.btn-green:hover,
.btn-green:focus {
  background: #3B8B4B;
  border-color: #3B8B4B;
  color: #fff !important;
  opacity: 0.7;
}

/* BACKGROUND */
.bg-default {
  background: #207ef7;
}

/* FORM */
.form-group label.sub-title {
  background: #eee;
  margin: 0;
  padding: 0.3125rem;
  font-size: 1rem;
  color: #555 !important;
}

.form-group label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #444;
  display: block;
}

.form-group span {
  font-size: 0.875rem;
}

.form-group label span.required {
	color: red;
}

.form-group img {
	height: 4.375rem;
	margin: 0 0 0.9375rem;
}

.form-group small {
  color: red;
  display: block;
  margin: 0.3125rem 0 0;
}

.form-group .form-control {
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem;
  border: 0.0625rem solid #d1d3e2 !important;
}

.form-group .form-control:focus {
  box-shadow: 0 0 0.1875rem 0.0625rem #ddd;
  -webkit-box-shadow: 0 0 0.1875rem 0.0625rem #ddd;
  -moz-box-shadow: 0 0 0.1875rem 0.0625rem #ddd;
}

.form-group .form-control[type="file"] {
  padding: 0.1875rem 0.3125rem;
}

.form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* LOGIN */
.login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .container {
  width: 90%;
}

.login .content {
  width: 100%;
  background: #fff;
}

.login .content .image {
  width: 100%;
  overflow: hidden;
}

.login .content .image img {
  width: 100%;
  height: 31.25rem;
  object-fit: cover;
  object-position: center;
}

.login .content .form {
  width: 100%;
  height: 28.125rem;
  padding: 2.5rem 30px 0 0;
  display: flex;
  align-items: center;
}

.login .content .form h1 {
  font-size: 2rem;
  color: #3a3b45;
  margin: 0 0 30px;
}

.login .content .form img {
  margin: 0 0 1.875rem;
  height: 8.125rem;
}

.login .content .form .form-control {
  font-size: 0.8rem;
  padding: 1.25rem;
}

.login .content .form .btn {
  padding: 0.5rem 0.3125rem;
}

.login .content .form a.forgot {
  font-size: 0.875rem;
  color: #3a3b45;
  line-height: 1;
}

.mobile-navigation {
  width: 100%;
  height: 100%;
  background: rgb(57,62,83);
  background: -moz-linear-gradient(90deg, rgba(57,62,83,1) 0%, rgba(26,27,31,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(57,62,83,1) 0%, rgba(26,27,31,1) 100%);
  background: linear-gradient(90deg, rgba(57,62,83,1) 0%, rgba(26,27,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#207ef7",endColorstr="#1a1b1f",GradientType=1);
  display: block;
  position: fixed;
  z-index: 999;
  left: -100%;
  overflow-x: hidden;
  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;
}

.mobile-navigation .content {
  padding: 30px;
}

.mobile-navigation .content .item-close {
    float: right;
    display: inline-block;
}

.mobile-navigation .content .item-close a {
    font-size: 24px;
    color: #fff;
}

.mobile-navigation .content .item-close a:hover {
  opacity: 0.7;
}

.mobile-navigation .content .item-logo {
    display: block;
    margin-bottom: 50px;
}

.mobile-navigation .content .item-logo img {
  height: 100px
}

.mobile-navigation .content .item-menu {
    display: block;
    margin-bottom: 40px;
}

.mobile-navigation .content .item-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-navigation .content .item-menu ul li {
  display: block;
  padding: 10px 0;
}

.mobile-navigation .content .item-menu ul li a {
  font-size: 16px;
  color: #fff;
}

.mobile-navigation .content .item-menu ul li a > i {
  width: 20px;
  text-align: center;
}

.mobile-navigation .content .item-menu ul li a:hover,
.mobile-navigation .content .item-menu ul li a:focus {
  color: #be9952;
}

.mobile-navigation .content .item-menu ul li.dropdown .dropdown-menu {
  width: 100%;
  position: relative !important;
  top: 5px !important;
  left: 0 !important;
  float: none;
  clear: both;
  transform: unset !important;
  margin: 0;
  padding: 7px;
}

.mobile-navigation .content .item-menu ul li.dropdown .dropdown-menu a.dropdown-item {
  font-size: 14px;
  color: #1a1b1f !important;
  padding: 8px;
}

.mobile-navigation .content .item-menu ul li.dropdown .dropdown-menu a.dropdown-item > i {
  width: auto;
}

.mobile-navigation .content .item-menu ul li.dropdown .dropdown-menu a.dropdown-item:hover {
  background: rgb(57,62,83);
  color: #fff !important;
}

.main-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-wrapper .content-left {
  width: 100%;
  min-height: 100vh;
  padding: 0.9375rem;
}

.main-wrapper .content-left .logo {
  text-align: center;
  margin: 0;
  padding-bottom: 1.875rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}

.main-wrapper .content-left .logo img {
  width: auto;
  height: 4.375rem;
}

.main-wrapper .content-left .navigation {
  width: 100%;
  padding: 0 0 1.875rem;
}

.main-wrapper .content-left .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-wrapper .content-left .navigation ul li {
  display: block;
  position: relative;
}

.main-wrapper .content-left .navigation ul li a {
  font-size: 0.8125rem;
  color: #fff;
  display: block;
  padding: 0.9375rem 0;
}

.main-wrapper .content-left .navigation ul li a i {
  width: 0.9375rem;
}

.main-wrapper .content-left .navigation ul li.dropdown a.dropdown-toggle::after {
  display: none;
}

.main-wrapper .content-left .navigation ul li.dropdown a.dropdown-toggle i.icon-dropdown {
  width: auto;
  font-size: 0.9375rem;
  float: right;
  position: relative;
  top: 0.125rem;
}

.main-wrapper .content-left .navigation ul li.dropdown.show a.dropdown-toggle i.icon-dropdown {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main-wrapper .content-left .navigation ul li.dropdown .dropdown-menu {
  width: 100%;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  float: none;
  clear: both;
  transform: unset !important;
  margin: 0;
  padding: 0.4375rem;
}

.main-wrapper .content-left .navigation ul li.dropdown .dropdown-menu a.dropdown-item {
  color: #1a1b1f !important;
  padding: 0.5rem;
}

.main-wrapper .content-left .navigation ul li.dropdown .dropdown-menu a.dropdown-item:hover {
  background: rgb(57,62,83);
  color: #fff !important;
}

.main-wrapper header {
  width: 100%;
  height: 4.375rem;
  position: relative;
  background: #fff;
  padding: 0 1.875rem;
  z-index: 2;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  -moz-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.main-wrapper header ul {
  height: 4.375rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  float: right;
}

.main-wrapper header ul li {
  display: block;
  margin-left: 0.9375rem;
}

.main-wrapper header ul li:first-child {
  margin-left: 0;
}

.main-wrapper header ul li:nth-child(3),
.main-wrapper header ul li:nth-child(4) {
  border-left: 0.0625rem solid #ddd;
  padding-left: 0.9375rem;
}

.main-wrapper header ul li a {
  font-size: 0.8125rem;
  color: #1a1b1f;
  display: block;
}

.main-wrapper header ul li.nav-mobile a {
  font-size: 18px;
}

.main-wrapper header ul li.dropdown a.dropdown-toggle::after {
  display: none;
}

.main-wrapper header ul li.dropdown .dropdown-menu {
  top: 1.6875rem !important;
}

.main-wrapper footer {
	width: 100%;
	height: 3.75rem;
	background: 100%;
  	padding: 0 1.875rem;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border-top: 0.0625rem solid #207ef7;
}

.main-wrapper footer p {
	font-size: 0.75rem;
	margin: 0;
}

.main-wrapper .content {
  width: 100%;
  min-height: 90vh;
  background: #eee;
  position: relative;
  padding: 1.875rem;
}

.main-wrapper .content h1,
.main-wrapper .content h2 {
  font-size: 2rem;
  color: #1a1b1f;
  margin: 0 0 0.9375rem;
}

.main-wrapper .content h3,
.main-wrapper .content h4 {
  font-size: 1.75rem;
  color: #1a1b1f;
  margin: 0 0 0.9375rem;
}

.main-wrapper .content h5,
.main-wrapper .content h6 {
  font-size: 1.5rem;
  color: #1a1b1f;
  margin: 0 0 0.9375rem;
}

.main-wrapper .content .box-count h6 {
  color: #1a1b1f;
  margin: 0;
}

.main-wrapper .content .box-count label {
  font-size: 0.875rem;
  color: #1a1b1f;
  margin: 0;
  display: block;
}

.main-wrapper .content .box-count i.icon {
  color: #207ef7;
}

/* TABLE */
.main-wrapper .content .table-responsive {
  overflow: auto;
}

.main-wrapper .content .table-default th {
  background: #ddd;
  font-size: 0.8125rem;
  color: #333;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 0.3125rem !important;
  vertical-align: middle !important;
}

.main-wrapper .content .table-default td {
  font-size: 0.8125rem;
  color: #333;
  text-align: center;
  vertical-align: middle;
  padding: 0.3125rem;
}

.main-wrapper .content .table-default td:last-child {
  white-space: nowrap;
}

.main-wrapper .content .table-default td img {
  height: 4.375rem;
}

.main-wrapper .content .table-default td span.badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.625rem;
  margin: 0;
}