@charset "UTF-8";
/* Unitilies */
a {
  color: #00bf63; }

a:hover {
  color: #54ca21; }

.div-link:hover {
  cursor: pointer;
  color: #00bf63; }

/* Override Button */
.btn-primary, .btn-primary:focus, .btn-outline-primary:hover {
  border: 1px solid #00bf63;
  background-color: #00bf63;
  color: #FFF !important; }
.btn-primary:hover {
  border: 1px solid #54ca21;
  background-color: #54ca21;
  color: #FFF !important;
  outline: none; }
.btn-outline-primary {
  border: 1px solid #00bf63;
  background-color: #FFF;
  color: #00bf63 !important; }
.btn-secondary, .btn-outline-secondary:hover {
  border: 1px solid #414141;
  background-color: #414141;
  color: #FFF !important; }
.btn-secondary:hover {
  border: 1px solid #303030;
  background-color: #303030;
  color: #FFF !important; }
.btn-outline-secondary {
  border: 1px solid #414141;
  background-color: #FFF;
  color: #414141 !important; }
.btn-warning, .btn-outline-warning:hover {
  border: 1px solid #f59f00;
  background-color: #f59f00;
  color: #FFF !important; }
.btn-warning:hover, .btn-outline-warning {
  border: 1px solid #f59f00;
  background-color: #FFF;
  color: #f59f00 !important; }
.btn-danger, .btn-outline-danger:hover {
  border: 1px solid #d63939;
  background-color: #d63939;
  color: #FFF !important; }
.btn-danger:hover, .btn-outline-danger {
  border: 1px solid #d63939;
  background-color: #FFF;
  color: #d63939 !important; }
.btn-icon {
  width: 32px;
  height: 32px;
  padding: 0; 
  margin-right: 6px;
}
.btn-list .dropdown {
  margin-top: -1px !important; }

/* Override Text */
.text-primary {
  color: #00bf63 !important; }

.section-title:after {
  margin-top: 10px;
  border-bottom: 3px solid #00bf63;
  position: relative;
  border-bottom: -6px;
  width: 100px;
  content: "";
  display: block; }

/* Sidebar */
.sidebar-item.active, .sidebar-link:hover, .sidebar-item.active > .sidebar-link {
  border-left-color: #00bf63; }

/* Modal */
/* Override Border */
.border-primary {
  border-color: #00bf63 !important; }

/* Background */
.bg-pattern {
  background: url("../img/bg-pattern.png"); }
.bg-primary {
  background: #00bf63 !important; }
.bg-success {
  background: #2fb344 !important; }
.bg-danger {
  background: #d63939 !important; }
.bg-warning {
  background: #f59f00 !important; }
.bg-primary-blur {
  background-color: #f2f9ff !important; }
.bg-success-blur {
  background-color: #e5fde9 !important; }
.bg-wave {
  position: relative;
  background-color: #f2f9ff;
  background-image: linear-gradient(315deg, #f2f9ff 0%, #f2f9ff 74%); }
.bg-wave:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("../img/bg-wave.png");
  background-size: cover;
  background-repeat: no-repeat; }
.bg-pattern-overlay {
  background: linear-gradient(rgba(0, 191, 99, 1.55), rgba(81, 202, 38, 1.55)), url("../img/bg-pattern.png"); }

/* Override Card */
.card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: none;
  z-index: 0;
  border: none;
  position: relative; }
  .card-link:hover {
    box-shadow: 0 0 10px rgba(89, 184, 249, 0.3);
    cursor: pointer; }
  .card-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
    .card-overlay-content {
      top: 50%;
      left: 50%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/* Override Navbar */
.navbar-brand-image {
  height: 40px; }
.navbar-light {
  border-top: 1px solid #eee;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.03); }
.navbar-light .nav-link {
  font-weight: 500; }
.navbar-light .nav-link.active {
  color: #00bf63 !important; }
.navbar-dark .nav-link {
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .5rem !important;
  font-size: 13px;
  cursor: pointer; }
.navbar-dark .nav-item.active .nav-link {
  background-color: transparent !important; }
.navbar-dark .nav-item.active .nav-link-main {
  color: #00bf63 !important;
  background-color: #F5F6FA !important;
  border-radius: 5px;
  position: relative;
  z-index: 100; }

.nav-item.active:after {
  border: 0 solid #00bf63 !important;
  border-bottom-width: 2px !important; }

.dropdown-item.active, .dropdown-item:active {
  color: #00bf63 !important;
  font-weight: bold; }
.dropdown-notif {
  width: 300px; }

.nav-pills .nav-link {
  background-color: rgba(0, 0, 0, 0.04);
  margin-right: 10px;
  font-weight: 500; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #00bf63 !important;
  color: #fff !important; }

/* Breadcum */
.breadcrumb-item-icon {
  position: relative;
  top: -2px;
  height: 20px;
  width: 20px; }

/* Override Table */
.table-responsive {
  margin-bottom: 0; }
  .table-responsive .dataTables_wrapper .row {
    margin: 10px 0 !important; }
  .table-responsive .dataTables_wrapper table {
    border-bottom: 1px solid rgba(101, 109, 119, 0.16); }
  .table-responsive .dataTables_wrapper thead {
    border-top: 1px solid rgba(101, 109, 119, 0.16); }
  .table-responsive .dataTables_wrapper tbody td {
    padding: 10px 15px; }
  .table-responsive .dataTables_length,
  .table-responsive .dataTables_filter,
  .table-responsive .dataTables_info,
  .table-responsive .dataTables_paginate {
    padding: 10px; }

/* Paginate */
.page-item.active .page-link {
  background-color: #2fb344;
  border-color: #2fb344; }

.pagination {
  justify-content: center; }

/* Alert */
.alert-danger {
  color: #d63939;
  border-top: 1px solid #d63939;
  border-right: 1px solid #d63939;
  border-bottom: 1px solid #d63939;
  background: #fce1e1; }
.alert-success {
  color: #2fb344;
  border-top: 1px solid #2fb344;
  border-right: 1px solid #2fb344;
  border-bottom: 1px solid #2fb344;
  background: #e5fde9; }
.alert-warning {
  color: #f59f00;
  border-top: 1px solid #f59f00;
  border-right: 1px solid #f59f00;
  border-bottom: 1px solid #f59f00;
  background: #fbf3e3; }

/* Form Step */
#msform {
  position: relative;
  margin-top: 20px; }
  #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative; }
  #msform fieldset:not(:first-of-type) {
    display: none; }

#progressbar {
  overflow: hidden;
  color: lightgrey;
  justify-content: center;
  display: flex; }
  #progressbar .active {
    color: #00bf63; }
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 100%;
    float: left;
    position: relative;
    font-weight: 600; }
    #progressbar li span {
      font-weight: 500; }
    #progressbar li:before {
      width: 50px;
      height: 50px;
      line-height: 45px;
      display: block;
      font-size: 20px;
      color: #ffffff;
      background: lightgray;
      border-radius: 50%;
      margin: 0 auto 10px auto;
      padding: 2px; }
    #progressbar li:after {
      content: '';
      width: 100%;
      height: 2px;
      background: lightgray;
      position: absolute;
      left: 0;
      top: 25px;
      z-index: -1; }
    #progressbar li.active:before, #progressbar li.active:after {
      background: #00bf63; }
  #progressbar #subdomain:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #technical:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #user:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #vendor:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #requirement:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #mobile:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #image:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }
  #progressbar #mail:before {
    font-family: "Font Awesome 5 Free";
    content: ""; }

.fit-image {
  width: 100%;
  object-fit: cover; }

/* Timeline */
.timeline {
  border-left: 3px solid #00bf63;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  padding: 15px;
  list-style: none;
  text-align: left;
  max-width: 90%; }
  .timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative; }
    .timeline .event:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .timeline .event:before, .timeline .event:after {
      position: absolute;
      display: block;
      top: 0; }
    .timeline .event:after {
      -webkit-box-shadow: 0 0 0 3px #00bf63;
      left: -20.8px;
      background: #fff;
      border-radius: 50%;
      height: 9px;
      width: 9px;
      content: "";
      top: 5px; }

/* Hero */
.hero {
  height: auto; }

/* Subdomain */
.subdomain-reply {
  background-color: #00bf63;
  border-radius: 20px 0 20px 20px;
  padding: 15px;
  font-size: 13px;
  color: #fff;
  display: inline-table; }

/* Ticket */
.ticket-me {
  background-color: #f2f2f2;
  border-radius: 0 20px 20px 20px;
  padding: 15px;
  font-size: 13px;
  display: inline-table; }
.ticket-reply {
  background-color: #00bf63;
  border-radius: 20px 0 20px 20px;
  padding: 15px;
  font-size: 13px;
  color: #fff;
  display: inline-table; }
.ticket-container {
  height: 400px;
  overflow-y: scroll; }

/* Select2 */
.select2-selection--single {
  padding: .2375rem .75rem !important;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4285714;
  color: #232e3c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dadcde !important;
  border-radius: 4px !important; }
.select2-container--default, .select2-selection--single, .select2-selection__arrow {
  height: 100% !important; }

/* Media Query Responsive */
@media only screen and (max-width: 480px) {
  #progressbar li {
    display: none;
    width: 100%; } }

/*# sourceMappingURL=custom.css.map */
