/*Border radius ends here*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,700,900&display=swap");
.kt-label-bg-color-1 {
  background-color: #f5f5f5 !important; }

.kt-label-bg-color-2 {
  background-color: #74788d !important; }

.kt-label-bg-color-3 {
  background-color: #595d6e !important; }

.kt-label-bg-color-4 {
  background-color: #48465b !important; }

.kt-label-bg-color-transparent {
  background-color: transparent !important; }

.kt-label-font-color-1 {
  color: #f5f5f5 !important; }

.kt-label-font-color-2 {
  color: #74788d !important; }

.kt-label-font-color-3 {
  color: #595d6e !important; }

.kt-label-font-color-4 {
  color: #48465b !important; }

.kt-font-primary {
  color: #187DE4 !important; }

.kt-font-success {
  color: #0abb87 !important; }

.kt-font-warning {
  color: #ff900f !important; }

.kt-font-danger {
  color: #e33e42 !important; }

.kt-font-brand {
  color: #0078d7 !important; }

.kt-font-dark {
  color: #282a3c !important; }

.kt-font-info {
  color: #5578eb !important; }

.kt-bg-primary {
  background-color: #187DE4 !important; }

.kt-bg-success {
  background-color: #0abb87 !important; }

.kt-bg-warning {
  background-color: #ff900f !important; }

.kt-bg-danger {
  background-color: #e33e42 !important; }

.kt-bg-brand {
  background-color: #0078d7 !important; }

.kt-bg-dark {
  background-color: #282a3c !important; }

.kt-bg-info {
  background-color: #5578eb !important; }

.btn-primary {
  background-color: #187DE4 !important;
  border-color: #187DE4 !important; }

.btn-success {
  background-color: #0abb87 !important;
  border-color: #0abb87 !important; }

.btn-warning {
  background-color: #ff900f !important;
  border-color: #ff900f !important; }

.btn-danger {
  background-color: #e33e42 !important;
  border-color: #e33e42 !important; }

.btn-brand {
  background-color: #0078d7 !important;
  border-color: #0078d7 !important; }

.btn-dark {
  background-color: #282a3c !important;
  border-color: #282a3c !important; }

.text-primary {
  color: #187DE4 !important; }

.text-success {
  color: #0abb87 !important; }

.text-warning {
  color: #ff900f !important; }

.text-danger {
  color: #e33e42 !important; }

.text-brand {
  color: #0078d7 !important; }

.text-dark {
  color: #282a3c !important; }

.btn-outline-primary {
  color: #187DE4 !important;
  border-color: #187DE4 !important; }

.btn-outline-success {
  color: #0abb87 !important;
  border-color: #0abb87 !important; }
  .btn-outline-success:hover {
    color: #fff !important; }

.btn-outline-warning {
  color: #ff900f !important;
  border-color: #ff900f !important; }
  .btn-outline-warning:hover {
    color: #fff !important; }

.btn-outline-danger {
  color: #e33e42 !important;
  border-color: #e33e42 !important; }

.btn-outline-brand {
  color: #0078d7 !important;
  border-color: #0078d7 !important; }

.btn-outline-dark {
  color: #282a3c !important;
  border-color: #282a3c !important; }

.alert-outline-primary {
  color: #187DE4 !important;
  border-color: #187DE4 !important; }

.alert-outline-success {
  color: #0abb87 !important;
  border-color: #0abb87 !important; }

.alert-outline-warning {
  color: #ff900f !important;
  border-color: #ff900f !important; }

.alert-outline-danger {
  color: #e33e42 !important;
  border-color: #e33e42 !important; }

.alert-outline-brand {
  color: #0078d7 !important;
  border-color: #0078d7 !important; }

.alert-outline-dark {
  color: #282a3c !important;
  border-color: #282a3c !important; }

.btn-bold {
  font-weight: 600; }

body {
  padding: 0;
  margin: 0;
  font-family: Poppins, Helvetica, sans-serif; }

#kt_wrapper {
  padding-top: 0; }

#kt-footer .kt-container .kt-footer__copyright p a span {
  color: #5578eb !important; }

::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

.category-box-scroll {
  height: 102px;
  /*border: 1px solid #efefef;*/
  border: 1px solid #efefef;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: scroll; }
  .category-box-scroll .col-12 {
    font-size: 13px;
    border-bottom: 1px solid #efefef;
    color: #222831;
    padding-bottom: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #fff; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #85b2e3; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #85b2e3; }

#kt_header_mobile {
  background-color: #1a1a1a; }

.aside-user-wrapper {
  display: flex;
  position: absolute;
  height: auto;
  bottom: 0;
  flex-direction: column;
  width: 100%;
  padding: 0; }

#user-settings {
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px; }
  #user-settings .kt-menu__ver-arrow {
    position: absolute;
    right: 20px;
    font-size: 10px;
    opacity: 1; }
  #user-settings:hover .kt-widget4 .kt-menu__ver-arrow {
    opacity: 0.5; }

.user-items {
  width: 100%;
  padding: 15px;
  display: none; }
  .user-items ul {
    width: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none; }
    .user-items ul li {
      width: 100%;
      padding: 10px;
      text-align: left;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }

.active-userpanel .kt-widget4 .kt-menu__ver-arrow {
  transform: rotateZ(90deg) !important;
  right: 20px;
  opacity: 0.5; }

.active-userpanel .user-items {
  display: flex; }

.kt-aside--minimize #user-settings {
  padding: 10px 15px; }
  .kt-aside--minimize #user-settings .kt-widget4__info, .kt-aside--minimize #user-settings .kt-menu__ver-arrow {
    display: none; }

.kt-aside--minimize .user-items {
  display: none; }

@media only screen and (max-width: 1024px) {
  #kt_wrapper {
    padding-top: 70px; }
  .kt-aside--minimize .user-items {
    display: flex; } }

input[type=text], input[type=password] {
  color: #5a5a5a; }
  input[type=text]::placeholder, input[type=password]::placeholder {
    color: #5a5a5a;
    opacity: 1;
    /* Firefox */ }
  input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5a5a5a; }
  input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5a5a5a; }
  input[type=text] option:not(:first-of-type), input[type=password] option:not(:first-of-type) {
    /*For select*/
    color: #5a5a5a; }

select {
  color: #5a5a5a; }
  select::placeholder {
    color: #5a5a5a;
    opacity: 1;
    /* Firefox */ }
  select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #5a5a5a; }
  select::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #5a5a5a; }
  select option:not(:first-of-type) {
    /*For select*/
    color: #5a5a5a; }
