body {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #f9f9f9;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}

a {
  color: #1DA1F2;
  text-decoration: underline;
}
a:hover {
  color: #0c85d0;
}

label {
  font-weight: 700 !important;
  margin-bottom: 5px;
}

.btn {
  font-weight: 700;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-md {
  font-size: 14px !important;
}

.btn-lg {
  font-size: 14px !important;
}

.btn-primary {
  background-color: #1DA1F2 !important;
  border: solid 1px #1DA1F2 !important;
}
.btn-primary:hover {
  background-color: #0c85d0 !important;
  border: solid 1px #0c85d0 !important;
}

.btn-light {
  color: #333333;
  background-color: #f4f4f4;
  border: solid 1px #eaeaea;
  font-weight: 400 !important;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background: #dbdbdb;
}

.bg-dashboard {
  padding: 20px 15px;
  position: relative;
  color: #ffffff;
  border-radius: 10px 10px 10px 10px !important;
}
.bg-dashboard a {
  color: #ffffff;
  text-decoration: none !important;
}
.bg-dashboard:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 60px;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
  opacity: 0.3;
  color: #fff;
}
.bg-dashboard:hover {
  opacity: 0.9;
}

.bg-primary {
  background-color: #1DA1F2 !important;
}

.bg-dark-blue {
  background: #22577A;
}

.bg-green-dark {
  background: #66806A;
}

.bg-maroon {
  background: #781D42;
}

.bg-aqua {
  background: #009DAE;
}

.ic-receipt:before {
  content: "\f543";
}

.ic-receipt-today:before {
  content: "\f783";
}

.ic-invoice:before {
  content: "\f81d";
}

.ic-due-date:before {
  content: "\f274";
}

.form-control {
  border: solid 1px #cccccc !important;
  font-size: 14px;
  border-radius: 10px 10px 10px 10px !important;
}

.form-control-md {
  height: 40px;
}

.form-control-lg {
  height: 46px;
}

.form-control-gray {
  background-color: #f4f4f4 !important;
  border: solid 1px #f4f4f4 !important;
}

.form-select {
  font-size: 14px;
  border-radius: 10px 10px 10px 10px !important;
}

.form-control-textarea {
  font-size: 14px;
}

.form-alert {
  margin: 5px 0 0 0;
}

.form-alert-danger {
  color: #DC3545 !important;
}

.form-alert-success {
  color: #28A745 !important;
}

.form-alert-info {
  color: #17A2B8 !important;
}

.form-alert-warning {
  color: #FFC107 !important;
}

.input-group {
  border: solid 1px #cccccc !important;
  border-radius: 10px 10px 10px 10px !important;
}
.input-group .form-control {
  border: none !important;
}
.input-group .input-group-text {
  border: none !important;
  background: #ffffff;
  font-size: 14px;
  border-radius: 10px 10px 10px 10px !important;
}

.input-group-gray {
  border: none !important;
}
.input-group-gray .form-control {
  background-color: #f4f4f4 !important;
  border: solid 1px #f4f4f4 !important;
  border-radius: 0 10px 10px 0 !important;
}
.input-group-gray .input-group-text {
  background-color: #f4f4f4 !important;
  border-radius: 10px 0 0 10px !important;
}

.table-lg th,
.table-lg td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: solid 1px #eaeaea !important;
}
.table-lg th {
  border-bottom: solid 1px #000 !important;
}
.table-lg th a {
  color: #333333;
}
.table-lg td a {
  text-decoration: underline !important;
}
.table-lg tbody {
  border: none !important;
}

.table-light th {
  background-color: #333333;
  color: #ffffff;
  vertical-align: middle;
}
.table-light td {
  background-color: #ffffff;
}

.table-bordered {
  border: solid 1px #333333;
}
.table-bordered tbody {
  border: none !important;
}

.pagination .page-link {
  color: #1DA1F2;
}
.pagination .active .page-link {
  color: #0c85d0;
  background-color: #1DA1F2;
  border: solid 1px #1DA1F2;
}

.alert .btn-close:focus, .alert .btn-close:active {
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

#sidenav {
  z-index: 999;
  position: fixed;
  padding: 10px;
  height: 100%;
  color: #cccccc;
  background-color: #000;
  overflow-y: auto;
  transition: all 0.7s ease;
}
#sidenav::-webkit-scrollbar {
  width: 6px;
}
#sidenav::-webkit-scrollbar-track {
  background-color: #666666;
}
#sidenav::-webkit-scrollbar-thumb {
  background: #666666;
}
#sidenav::-webkit-scrollbar-thumb:hover {
  background: #888888;
}
#sidenav .sidenav-content {
  padding: 5px 10px;
  background-color: #2b303b;
  border-radius: 5px 5px 5px 5px !important;
}
#sidenav .sidenav-item .sidenav-item-link {
  padding: 4px 0;
  display: block;
  color: #c2c7d2;
  text-decoration: none;
}
#sidenav .sidenav-item .sidenav-item-icon {
  width: 20px;
  font-size: 15px;
}
#sidenav .sidenav-item .sidenav-item-link:hover, #sidenav .sidenav-item .active {
  color: #4db5f5;
}
#sidenav .sidenav-separator {
  height: 2px;
  background-color: #000;
}

.sidenav-toggle {
  font-size: 20px;
  cursor: pointer;
}

#main {
  transition: all 0.6s ease;
}

.card {
  border: none !important;
  box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4) !important;
  -webkit-box-shadow: 0 0 50px 0 rgba(204, 204, 204, 0.4) !important;
  border-radius: 10px 10px 10px 10px !important;
}
.card .card-header {
  border: none !important;
  background-color: #ffffff !important;
  padding-bottom: 0;
  border-radius: 10px 10px 10px 10px !important;
}
.card .card-footer {
  border: none !important;
  background-color: #ffffff !important;
  border-radius: 10px 10px 10px 10px !important;
}

.nav-tabs {
  border-bottom: solid 2px #1DA1F2;
}
.nav-tabs .nav-link {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  color: #333333;
  border-radius: 5px 5px 0 0 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #1DA1F2;
  color: #ffffff;
  border: solid 2px #1DA1F2;
}

.toast-messager {
  position: fixed;
  z-index: 999 !important; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Opera < 12.1 */
  animation: toast 1.5s;
}
.toast-messager .alert {
  padding-right: 50px;
  padding-left: 30px;
  border-radius: 25px 25px 25px 25px !important;
}

.select2-container--bootstrap-5 .select2-selection {
  font-size: 14px !important;
  padding-top: 12px !important;
  height: 46px !important;
  border: solid 1px #cccccc !important;
  border-radius: 10px 10px 10px 10px !important;
}

.highlight {
  background-color: #ffff88;
}

.datepicker-days {
  padding: 10px;
}
.datepicker-days .day {
  padding: 6px;
}

.datepicker {
  padding: auto !important;
  border-radius: auto !important;
}

#footer, #footer a, .copyright {
  color: #989898;
}

@media only screen and (max-width: 767px) {
  #app-container.active #sidenav {
    margin-left: 0;
  }
  #sidenav {
    width: 100%;
    margin-left: -100%;
  }
  .toast-messager {
    top: 0;
    right: 50%;
    margin: 50px 0 0 0;
    transform: translate(50%, -50%);
  }
}
@media only screen and (min-width: 768px) {
  #app-container.active #sidenav {
    margin-left: 0;
  }
  #app-container.active #main {
    margin-left: 280px;
    margin-right: 5px;
  }
  #sidenav {
    width: 275px;
    margin-left: -275px;
  }
  .toast-messager {
    top: 0;
    right: 0;
    margin: 50px;
  }
}
@keyframes toast {
  from {
    margin-top: 0;
    opacity: 0;
  }
  to {
    margin-top: 50px;
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
