body {
  background-color: #E2EAF5;
}

#kt_header {
  background: linear-gradient(180deg, #ffffff 0%, #eef4fb 100%);
}

#kt_aside_logo {
  background: #0095cf;
}

.aside-dark .menu .menu-item .menu-link .menu-arrow:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.935 4.579c.103.2.084.457-.064.635l-3 3.609a.47.47 0 0 1-.706.032.589.589 0 0 1-.035-.777l2.676-3.22-2.65-2.922a.589.589 0 0 1 .001-.777.469.469 0 0 1 .707.001l2.988 3.296a.53.53 0 0 1 .083.123Z'/%3E%3C/svg%3E");
}

#kt_aside {
  box-shadow: none;
  background-image: url("/images/login_bg.jpg");
  background-size: cover;
  background-position: center;
}

.aside.aside-dark .aside-toggle svg [fill]:not(.permanent):not(g) {
  fill: #fff !important;
}

.aside-menu {
  background-color: #0095cf;
  opacity: 0.95;
}

.aside-dark .menu .menu-item .menu-link .menu-title,
.aside-dark .menu .menu-item .menu-link .menu-icon i,
.aside-dark .menu .menu-item .menu-link .menu-title,
.aside-dark .menu .menu-item .menu-link .menu-icon i {
  color: #fff;
}

.aside-dark .menu .menu-item.here > .menu-link,
.aside-dark .menu .menu-item.show > .menu-link {
  background-color: #0095cf;
  color: #fff;
}

.aside-dark .menu .menu-item.here > .menu-link .menu-icon i,
.aside-dark .menu .menu-item.show > .menu-link .menu-icon i,
.aside-dark .menu .menu-item .menu-link.active .menu-icon i {
  color: #fff;
}

.aside-dark .menu .menu-item .menu-link.active {
  background-color: #0095cf;
  color: #fff;
}

.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) {
  background-color: #0095cf;
}

.aside-dark .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-icon i,
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon i {
  color: #fff;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-linke {
  color: #0095cf !important;
  border-color: #0095cf !important;
}

table#component-information {
  background-color: #F3F7FA;
}
table#component-information tr {
  border-color: #fff;
  border-bottom-width: 10px !important;
}

.dataTables_empty {
  padding: 20px 0 0 0 !important;
}

table thead th {
  border-bottom-width: 1px !important;
  color: #b5b5c3 !important;
  font-weight: 600 !important;
  white-space: nowrap;
  padding-right: 0px !important;
}
table tbody tr {
  border-bottom-width: 1px !important;
}
table tbody td {
  color: #3f4254 !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

.table_edit th {
  padding: 10px !important;
  background: #E2EAF5 !important;
  color: #000 !important;
}

@media screen and (max-width: 767px) {
  .datatables_into_card table {
    word-wrap: break-word;
  }
  .datatables_into_card table thead {
    position: absolute;
    left: -999em;
    top: -999em;
  }
  .datatables_into_card table td:not(:nth-child(2)) {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    color: #747474 !important;
    font-weight: normal !important;
    box-sizing: border-box;
  }
  .datatables_into_card table td:not(:nth-child(2)):before {
    content: attr(data-th);
    display: inline-block;
    width: 120px;
    margin: 0 15px;
    font-weight: 600;
    color: #464e5f;
  }
  .datatables_into_card table td:first-child {
    display: none;
  }
  .datatables_into_card table td:nth-child(2) {
    padding-left: 15px;
    color: #0095cf !important;
    cursor: pointer;
  }
  .datatables_into_card table td:nth-child(2).rwd_card_title {
    padding-left: 15px;
    color: #464e5f !important;
    cursor: default;
  }
  .datatables_into_card table td:nth-child(3) {
    border-top: 2px solid #e5eaee;
    padding-top: 10px;
  }
  .datatables_into_card table tbody {
    display: block;
  }
  .datatables_into_card table tbody tr {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
  .datatables_into_card table tr {
    position: relative;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    padding: 8px;
  }
  .datatables_into_card table tr .btn_edit {
    position: absolute;
    top: 4px;
    right: 9px;
  }
}
.overflow_ellipsis_desktop {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow_ellipsis_mobile {
  display: inline-block;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.auto_break_word {
  white-space: pre-wrap;
}

.form_value_box {
  color: #5e6278;
  border-radius: 0.475rem;
  font-size: 0.925rem;
  min-height: calc(1.5em + 1.1rem + 2px);
  padding: 0.55rem 0.75rem;
}

.input_loader {
  position: absolute;
  right: 20px;
  top: 4px;
}
.input_loader.hide {
  display: none;
}

.image_loader {
  position: absolute;
  left: 95px !important;
  top: 60px !important;
}
.image_loader.hide {
  display: none;
}

.rc_default .default_show {
  display: flex;
}
.rc_default .default_hide {
  display: none;
}

.rc_brand .brand_show {
  display: flex;
}
.rc_brand .brand_hide {
  display: none;
}

.rc_model .model_show {
  display: flex;
}
.rc_model .model_hide {
  display: none;
}

.registration_edit_default .default_hide {
  display: none;
}
.registration_edit_accepted .accept_show {
  display: flex;
}
.registration_edit_accepted .accept_show_block {
  display: block;
}
.registration_edit_accepted .accept_hide {
  display: none;
}
.registration_edit_rejected .reject_show {
  display: flex;
}
.registration_edit_rejected .reject_show_block {
  display: block;
}
.registration_edit_rejected .reject_hide {
  display: none;
}

.no_shadow {
  box-shadow: none;
}

.border_top {
  border-top: 1px dashed #a1a5b7;
  padding-top: 5px;
  margin-top: 5px;
}

.uploaded_box {
  border: 2px dotted #a1a5b7;
  padding: 10px;
  border-radius: 10px;
}
.uploaded_box .video_cancel {
  position: absolute;
  top: -10px;
  right: -10px;
}

.search_left_border_radius {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.search_right_border_radius {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

a.btn_create:hover {
  color: #fff;
}

.btn_create {
  background: #00bab1;
  color: #fff;
  border-radius: 6px;
}
.btn_create > i {
  color: #fff;
}

.copy_btn {
  background: #00bab1;
  color: #fff;
  padding: 2px 5px !important;
  border-radius: 6px;
}

.btn_filter {
  background: #e3eff8;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  padding: 0px 16px 0 20px !important;
}
.btn_filter > i {
  color: #0095cf;
  font-size: 18px;
}

.btn_reload > i {
  color: #00bab1;
  font-size: 26px;
}

.btn_icon {
  background: #e3eff8;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
}
.btn_icon > i {
  color: #0095cf;
  font-size: 18px;
}

.btn_reset {
  color: #0095cf;
  background-color: #e3eff8;
}
.btn_reset:hover {
  color: #0095cf !important;
}

.btn_upload {
  color: #0095cf;
}
.btn_upload:hover {
  color: #0095cf !important;
}

.btn.btn-primary {
  background-color: #0095cf;
}

.text_primary {
  color: #0095cf !important;
}

.text_secondary {
  color: #747474 !important;
}

.text_info {
  color: #00bab1;
  text-decoration: underline;
}

.text_error {
  color: #e13838 !important;
}

.btn_low {
  background: #e3eff8 !important;
  color: #0095cf;
  border-radius: 6px !important;
}
.btn_low > i {
  color: #0095cf !important;
}
.btn_low:hover {
  background: #e3eff8 !important;
  color: #0095cf;
}

button:hover {
  color: #fff !important;
}

.btn_cancel {
  background: #E3EFF8;
  color: #0095CF;
}
.btn_cancel:hover {
  background: #E3EFF8 !important;
  color: #0095CF !important;
}
.btn_submit {
  background: #0095CF;
  color: #fff;
}
.btn_submit:hover {
  color: #fff;
}
.btn_icon {
  background: #e3eff8 !important;
  color: #0095cf;
  border-radius: 6px !important;
}
.btn_icon > i {
  color: #0095cf !important;
}
.btn_icon:hover {
  background: #e3eff8 !important;
  color: #0095cf;
}

.icon_20 {
  font-size: 20px !important;
}

.badge_active {
  border: 1px solid #00BAB1;
  color: #00BAB1;
  cursor: pointer;
}
.badge_disabled {
  border: 1px solid #E13838;
  color: #E13838;
  cursor: pointer;
}

.photo_cancel {
  position: absolute;
  right: -10px;
  bottom: 0px;
}

.cursor_pointer {
  cursor: pointer;
}

.swal2-container.swal2-center > .swal2-popup {
  width: 90%;
  max-width: 400px;
  padding: 20px;
}

.swal2-container .swal2-html-container {
  max-height: unset;
}

.swal2-styled.swal2-confirm,
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background: #0095cf;
  color: #fff;
}

.swal2-styled.swal2-deny,
.swal2-styled.swal2-deny:hover {
  background: #fff;
  color: #0095cf;
  border: 1px solid #0095cf;
}

.swal2-actions {
  width: 100%;
  margin-bottom: 0 !important;
  align-items: initial !important;
  flex-direction: row-reverse;
}
.swal2-actions > button {
  width: 45%;
}

@media (max-width: 575.98px) {
  .card-body {
    padding: 10px !important;
  }
}
.instant_section .notification {
  background-color: rgb(242, 242, 242);
  width: 180px;
  border-top: 3px solid;
  margin-right: 20px;
  padding: 10px;
}
.instant_section .notification > div:first-child {
  text-align: right;
}
.instant_section .notification > div:nth-child(2) {
  color: #968e8e;
}
.instant_section .notification > div:nth-child(3) {
  font-size: 30px;
  font-weight: 800;
}
.instant_section .notification.total {
  border-color: #f4b568;
}
.instant_section .notification.new {
  border-color: #4397f7;
}
.instant_section .notification.evaluating {
  border-color: #5cc99e;
}

.warning_dot {
  border-radius: 100% !important;
  height: 6px;
  width: 6px;
  margin-left: 6px;
}

.status_section {
  margin: 30px auto 0px;
  text-align: center;
  width: 100%;
}
.status_section .container {
  padding: 0;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.status_section .container .item {
  display: inline-block;
  width: 180px;
  height: 200px;
  flex: 0 0 180px;
}
.status_section .container .item .link {
  position: relative;
  margin-top: 10px;
  width: 100%;
  padding-top: 10px;
  font-weight: bold;
  border-top: 2px solid #b0b0b0;
}
.status_section .container .item .link::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  top: -16px;
  left: 50%;
  transform: translatex(-50%);
  margin: 10px 0;
  border: 2px solid #b0b0b0;
  z-index: 10;
}
.status_section .container .item .link.active::after {
  border: 2px solid #0095cf;
}
.status_section .container .item:nth-child(2) {
  position: relative;
  left: -5px;
}
.status_section .container .item:nth-child(3) {
  position: relative;
  left: -10px;
}
.status_section .container .item:nth-child(4) {
  position: relative;
  left: -15px;
}
.status_section .container .item:nth-child(5) {
  position: relative;
  left: -20px;
}
.status_section .container .item:nth-child(6) {
  position: relative;
  left: -25px;
}
.status_section .container .item > div:not(.link) {
  height: 40px;
}
.status_section .container .item > div:nth-child(3) {
  margin: 5px 0;
  font-weight: bold;
}/*# sourceMappingURL=app.css.map */
.status_section .container .item:first-child .link {
  width: 50%;
  margin-left: 50%;
}
.status_section .container .item:first-child .link::after {
  left: 0;
}
.status_section .container .item:last-child .link {
  width: 50%;
  margin-left: 0;
}
.status_section .container .item:last-child .link::after {
  left: 100%;
}
.arrow-hide {
  background-image: none !important;
}
.step-warpper .step-block {
  position: relative;
}
.step-warpper .step-block::after {
  content: attr(data-index);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #008dc4;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.step-warpper .step-block .step-content {
  margin-left: 40px;
}
.step-warpper .step-block .step-content::after {
  position: absolute;
  top: 5px;
  left: 15px;
  width:1px;
  height: calc(100% + 10px);
  display: flex;
  content: '';
  border-left: 1px solid #adb3bb;
}
.step-warpper .step-block:last-child .step-content::after {
  display: none;
}
