:root {
  --fc-button-bg-color: white;
  --fc-button-border-color: #00ba63;
  --fc-button-active-bg-color: #00ba63;
  --fc-button-hover-bg-color: #00ba63;
  --fc-button-hover-border-color: #00ba63;
  --fc-button-active-border-color: #00ba63;
  --progress-dashboard-fill: 0%;
}

.fc-button {
  padding: 0.5rem 1rem !important;
}

.fc-button-primary {
  color: #00ba63 !important;
  font-size: 1em !important;
  font-weight: 600 !important;
}

.fc-button-primary:hover, .fc-button-primary:active, .fc-addSchedule-button {
  color: white !important;
  background: #00ba63 !important;
  border: 1px solid #00ba63 !important;
}

.fc-addSchedule-button {
  border-radius: 50px !important;
}

.fc-button-active {
  color: white !important;
}

body {
  background: #fafbfc !important;
  overflow-x: hidden !important;
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  font-size: 0.82em !important;
}

button, .btn {
  font-size: 1em !important;
}

h6, .h6 {
  font-size: 0.95em !important;
}
h5, .h5 {
  font-size: 1.35em !important;
}
h4, .h4 {
  font-size: 1.6em !important;
}
th {
  font-weight: 600 !important;
}

.bg-white {
  background: white;
}
.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.header-title {
  font-size: 0.82em !important;
}

.bg-black-333 {
  background-color: #333333;
}

.btn-green-00 {
  border-radius: 50px;
  border: 1px solid #000;
  background: #00ba63;
  font-weight: 600;
  color: #231f20;
  padding: 0.3rem 1rem;
}

.btn-green-00:hover, .btn-green-00:focus, .btn-green-00:active {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #000 !important;
}

.form-tracking {
  border-radius: 50px 0px 0px 50px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(154, 154, 154, 0.25);
  padding-left: 1.75em;
}

#btnTracking {
  margin-left: -30px;
  box-shadow: 0px 4px 8px 0px rgba(154, 154, 154, 0.25);
}

.bg-img-green {
  background-image: url("../images/bg-img-green.png");
  height: 60vh;
  width: 100%;
}

/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  padding: 20px 5%;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative;
  text-align: start;
}

#msform label{
  font-weight: 500;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
.form-or-style {
  font-size: 0.9em !important;
  margin: 0.3em 0em;
  padding: 0.6em 1em;
  border-radius: 6px ;
  border: 1px solid #d9d9d9 !important;
  background: #fff !important;
  margin-bottom: 8px !important;
  width: 100% ;
  box-sizing: border-box !important;
  color: #000 !important;
}


.form-or-style:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #08cb70 !important;
  outline-width: 0 !important;
  transition: All 0.5s ease-in !important;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

[type="radio"]:checked,
[type="checkbox"]:checked, input[type="checkbox"]:checked{
  background-color: #00ba63 !important;
  border-color: #00ba63 !important;
}



/*buttons*/
#msform .action-button,
.btn-add,
.btn-green {
  border-radius: 50px;
  border: 1px solid #000;
  background: #00ba63;
  font-weight: 600;
  color: #231f20;
  padding: 0.3rem 1rem;
}

.btn-green {
  width: auto;
}

.btn-black {
  border-radius: 50px;
  border: 1px solid #000;
  background: #222;
  font-weight: 600;
  color: white;
  padding: 0.3rem 1rem;
}

.btn-grey {
  border-radius: 50px;
  border: 1px solid #000;
  background: #d9d9d9;
  font-weight: 600;
  color: #000;
  padding: 0.3rem 1rem;
}

.btn-orange {
  border-radius: 50px;
  border: 1px solid #000;
  background: #FFAA6C;
  font-weight: 600;
  color: #000;
  padding: 0.3rem 1rem;
}
.btn-red {
  border-radius: 50px;
  border: 1px solid #000;
  background: #FF5C5C;
  font-weight: 600;
  color: #000;
  padding: 0.3rem 1rem;
}

#msform .action-button:hover,
#msform .action-button:focus,
.btn-add:hover,
.btn-add:focus,
.btn-green:hover,
.btn-green:focus,
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #000;
}

#msform .action-button-previous {
  border-radius: 50px;
  border: 1px solid #000;
  background: #d9d9d9;
  font-weight: 600;
  color: #000;
  padding: 0.5rem 1rem;
}

#msform .action-button {
  padding: 0.5rem 1rem;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #000 !important;
}

/*headings*/
.fs-title {
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: #2c3e50 !important;
  margin-bottom: 10px !important;
  letter-spacing: 2px !important;
  font-weight: bold !important;
}

.fs-subtitle {
  font-weight: normal !important;
  font-size: 13px !important;
  color: #666 !important;
  margin-bottom: 20px !important;
}

/*progressbar*/
#progressbar {
  margin-bottom: 1em !important;
  overflow: hidden !important;
  /*CSS counters to number the steps*/
  counter-reset: step !important;
}

#progressbar li {
  list-style-type: none !important;
  color: #231f20 !important;
  font-size: 1em !important;
  width: 33.33% !important;
  float: left !important;
  position: relative !important;
}

#progressbar li:before {
  content: counter(step) !important;
  counter-increment: step !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 26px !important;
  display: block !important;
  font-size: 12px !important;
  color: #333 !important;
  background: #d5d5d5 !important;
  border-radius: 25px !important;
  margin: 0 auto 10px auto !important;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "" !important;
  width: 100% !important;
  height: 2px !important;
  background: #d5d5d5 !important;
  position: absolute !important;
  left: -50% !important;
  top: 9px !important;
  z-index: -1 !important; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none !important;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #08cb70 !important;
  color: white !important;
}

.text-red {
  color: #ff0808 !important;
}

.grey-box {
  border-radius: 5px !important;
  background: #e0e0e0 !important;
  width: 70% !important;
  height: fit-content !important;
}

.bg-e5e5e5 {
  background-color: #d9d9d9 !important;
}


.btn-icon {
  font-size: 1.15em !important;
  border: none !important;
  background-color: transparent !important;
}

.w-20 {
  width: 20% !important;
}

.text-green {
  color: #00ba63 !important;
}

.text-grey {
  color: #888 !important;
}

.bg-black-333-50 {
  position: absolute;
  z-index: -1;
  width: 50vw;
  min-height: 47.8%;
  background-color: #333333;
}

.bg-white-faf-50 {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 50vw;
  height: 35vh;
  background-color: #fafbfc;
}

.bg-green {
  position: absolute;
  z-index: -1;
  top: 40%;
  left: 50%;
  width: 50vw;
  height: 60%;
  background-color: #00ff80;
}
.bg-grey {
  background: #d9d9d9;
}
.bg-red {
  background-color: #FF5C5C;
}

#consent-checkbox {
  width: 75%;
}y

.btn-25-50 {
  width: 25%;
}

#img-sent-form {
  width: 30%;
}

@media (max-width: 768px) {
  #msform fieldset {
    width: 100%;
    margin: auto;
  }
  #consent-checkbox {
    width: 100%;
  }
  .btn-25-50 {
    width: 40%;
  }
  #img-sent-form {
    width: 250px;
  }
  .button-5-group {
    grid-template-columns: auto;
  }
  .service-status {
    width: 100% !important;
    font-size: 1.3em !important;
  }
  .progress-step {
    width: 0.7rem !important;
    height: 0.7rem !important;
  }
  .progress-step.focus {
    width: 2rem !important;
    height: 2rem !important;
  }

}

a.menu-sidebar {
  color: #9a9a9a;
  background-color: white;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  padding: 0.4rem 1.5rem;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

a.menu-sidebar:hover,
a.menu-sidebar:focus,
a.menu-sidebar:active {
  background-color: #c5efdb !important;
  color: #000 !important;
  border-left: 7px solid #007444 !important;
  padding: 0.4rem 1.1rem;
}

.submenu-sidebar {
  font-weight: 400 !important;
}

.submenu-sidebar > ul > li > a {
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1.1rem 0.5rem 2.75rem;
  margin: 0.5rem 0rem;
}

.submenu-sidebar > ul > li {
  padding: 0.5rem 0rem;
}

.submenu-sidebar > ul > li > a:hover,
.submenu-sidebar > ul > li > a:focus,
.submenu-sidebar > ul > li > a:active {
  font-weight: bolder;
}

.container-inner {
  position: relative;
  left: 270px;
  width: calc(100% - 270px);
  padding: 1.5rem;
  padding-top: 1.1rem;
}

.panel {
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  padding: 1.5rem;
  border-radius: 5px;
  margin: 0.9rem 0rem;
}

.car-badge {
  text-align: center;
  font-weight: 600;
  max-width: 100%;
  width: 60%;
  color: #fff;
  padding: 0.4rem;
}

.unavailable {
  background-color: #bdbdbd !important;
}

.bg-light-purple {
  background-color: #f6dcff !important;
}

.bg-light-blue {
  background-color: #d3e7ff !important;
}

.bg-light-green {
  background-color: #c5efdb !important;
}
.bg-light-yellow {
  background-color: #FFF6C4 !important;
}

.text-purple {
  color: #a109ff !important;
}

.text-blue {
  color: #0b7bff !important;
}


.bg-purple {
  background-color: #a109ff;
}

.bg-blue {
  background-color: #0b7bff;
}

.bg-green-00 {
  background-color: #00ba63;
}

.bg-orange {
  background-color: #ffaa6c;
}

.border-purple {
  border: 1px solid #a109ff;
}
.border-red {
  border: 1px solid #FF5C5C;
}

.border-blue {
  border: 1px solid #0b7bff;
}

.border-green-00 {
  border: 1px solid #00ba63;
}

.border-orange {
  border: 1px solid #ffaa6c;
}

#carTable {
  border: 1px solid #e0e0e0;
  font-weight: 500;
}

#carTable > thead > tr > th {
  color: #696969;
}

#carTable > thead > tr > td {
  color: #231f20;
}

#carTable > thead > tr > th {
  border-bottom: 2px solid #9a9a9a;
}

#monthInput {
  border: none !important;
  cursor: pointer;
  font-weight: 700;
}

.timeline {
  list-style-type: none;
  position: relative;
}
.timeline:before {
  content: '';
  position: absolute;
  left: 8px;
  height: 90%;
  z-index: 2;
  top: 1.5rem;
  bottom: 0;
  border-left: 1px dashed #BDBDBD;
}

.timeline-item {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}


.timeline-item > p {
  margin-bottom: 0;
  margin-left: 2rem;
  font-weight: 500;
  color: #BDBDBD;
}

.timeline-item > p.active {
  color: #000;
}

.timeline-icon {
  width: 18px;
  height: 18px;
  background-color: #BDBDBD;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  z-index: 3;
  text-align: center;
}

.timeline-icon.active {
  background-color: #00BA63;
}

.timeline-icon.active {
  background-color: #00BA63;
}

#bgImgGreen {
  min-height: 70%;
  background: url("../images/bg-green.png") no-repeat center center;
  background-size: cover;
}

#serviceStatus {
  min-height: 59.6%;
}

.page-item > a{
  color: #00BA63 !important;
}

.page-item > a:hover {
  background-color: #c5efdb !important;
}

.green-badge {
  display: inline-block;
  border-radius: 6px;
  background-color: #C5EFDB;
  color: #007444;
  padding: 0.1em 0.65em;
  text-align: center;
  font-weight: 600;
}

.red-badge {
  display: inline-block;
  border-radius: 6px;
  background-color: #ffd7ca;
  color: #ff0000;
  text-align: center;
  font-weight: 600;
  padding: 0.1em 0.65em ;
}

.hover-text-red:hover {
  color: #ff0b0b !important;
}
.hover-text-green:hover {
  color: #00ba63 !important;
}

#form-tablelength {
  padding: 0.5em ;
  width: auto;
}

.btn:focus,  .btn:target, .btn:visited{
  border: none !important;
}

a[type=button]{
  text-decoration: none !important;
  padding: 0.4em 2em !important;
  vertical-align: middle !important;
}

a[type=button].btn-black:hover{
  color: white !important
}

.tab-green.nav-tabs {
  border-bottom: 1px solid #007444 !important;
}

.tab-green.nav-link {
  color: #231F20 !important;
  font-weight: 600 !important;
  padding: 0.6rem 1rem !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.tab-green.nav-link.active, .tab-green.nav-link:hover {
  background-color: #08CB70 !important;
  border: 1px solid #007444 !important;
}

.green-pill {
  color: #00ba63 !important;
  font-weight: 600 !important;
  border: 1px solid #00ba63 !important;
  margin: 0em 3px;
}

.green-pill.active {
  background-color: #00ba63 !important;
  color: #fff !important;
}

a {
  text-decoration: none !important;
}

.breadcrumb-item > a {
  color: #6c757d !important;
}

.breadcrumb-item > a:hover {
  color: #00BA63  !important;
}

input:disabled, textarea:disabled, select:disabled {
  background-color: #eee !important;
}



#calendarTable > tbody > tr > td {
  height: 110px !important;
}

#calendarTable > thead > tr > th {
  width: calc(100%/7);
}


.car-mark {
  padding-left: 0px;
  padding-right: 0px;
  height: 17px;
  width: 100%;
  margin: 4px 0px;
}

.w-6 {
  width: 6%;
}


a.sidebar-menu {
  color: #9a9a9a;
  background-color: white;
  font-weight: 600;
}

a.sidebar-menu:hover > span {
  background-color: #c5efdb !important;
  color: #000 !important;
  border-left: 7px solid #007444 !important;
}


.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }

.navbar-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border: none; }

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0; }

.wrapper {
  width: 100%; }

#sidebar {
  min-width: 260px;
  max-width: 260px;
  background: #1d1919;
  color: #9a9a9a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%) !important;
}
  #sidebar.active {
    margin-left: -260px;
  }
  #sidebar .logo {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
    #sidebar .logo span {
      display: block;
    }
  #sidebar ul.components {
    padding: 0;
  }
    #sidebar ul li > ul > li {
      margin-left: 15px !important;
    }
    #sidebar ul li a {
      padding: 8px 1.6em;
      display: block;
      color: #636363;
      font-size:1em !important;
      /* border-bottom: 1px solid #ededed; */
    }
      #sidebar ul li a:hover {
      color: #00BA63;font-weight: 600;
     }
    #sidebar ul li.active > a {
      color: #00BA63; font-weight: 600;
    }
    #logo {
      width: 65%;
    }

@media (max-width: 991.98px) {
  #sidebar {
    margin-left: -260px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  .dashbaord-col-22 {
    width: 100% !important;
  }

  .dashbaord-col-39 {
    width: 100% !important;
  }

}

@media only screen and (max-width: 600px) {
  #sidebar {
    min-width: 100%;
    max-width: 100%;
    margin-left: -100%;
}
  #logo {
    width: 40%;
  }
  #webtitle {
    font-size: 1.2em !important;
  }


}



a[data-toggle="collapse"] {
  position: relative; }

@media (max-width: 991.98px) {
  #sidebarCollapse span {
    display: none; }
  }

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
 }

  .btn.btn-primary {
    background: #00ba63;
    border-color: #00ba63; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #00ba63 !important;
      border-color: #00ba63 !important; }

.navbar {
  margin-bottom: 25px !important;
  height: 60px;
}

.button-5-group {
  display: grid;
  grid-template-columns: auto auto auto auto !important;
}

#search-icon-button:hover {
  background-color: #000;
  color: #fff;
}

.select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 20px;
}

.select2-container--default, .select2-selection--single {
  background-color: #fff;
  border-radius: 8px;
  font-size: 0.9em;
  border: 1px solid #d9d9d9;
  min-height: 3em;
  margin: 0.3em 0em;
}

.select2-container--default:hover, .select2-selection--single:hover {
  border: 1px solid #08cb70;
}

.select2-selection .select2-selection--single {
  border: 1px solid transparent;
  border-radius: 8px;
}

.service-status {
  width: calc(100%/9);
  color: #bbb;
  margin: 0px 2px;
  font-size: 1.1em;
}

.service-status > p {
  font-size: 0.95em !important;
}

.service-status.active {
  color: #444;
}

.service-status.active > .circle {
  border: 1px solid #00ba7c;
  color: #fff;
  background-color: #00ba7c;
}

.service-status.active > .text-progress {
  color: #00ba7c;
}

.circle {
  border-radius: 50px;
  border: 1px solid #bbb;
  width: 25px !important;
  height: 25px !important;
  text-align: center;
  line-height: 25px !important;
  color: #bbb;
  margin: 20px 0px;
  margin-right: 10px;
  font-weight: 400 !important;
  font-size: 1em !important;
}


.text-progress {
  color: #bbb;
  font-size: 1.15em !important;
  font-weight: 500 !important;
}

.progress, .progress-bar {
  border-radius: 50px !important;
}

.progress-bar {
  background: #348F50 !important;
  background: linear-gradient(to right, #007444, #00BA63) !important;
}

.progress-tab {
  height: 10px;
  background: #ddd;
  border-radius: 50px;
  margin: 0px 2px;
}

.progress-tab.active {
  background: linear-gradient(to right, #007444, #00BA63);
}

.progress-step {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0%;
  transform: translate(-50%, -50%);
  background-color: #ddd;
  border-radius: 50px;
}

.progress-step.focus {
  width: 2rem;
  height: 2rem;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  vertical-align: middle;
  padding: .3em 0em;
}

.progress-step.active {
  background-color: #00ba7c;
}

.progress-badge {
  border-radius: 50px;
  width: 1.75rem;
  height: 1.75rem;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  vertical-align: middle;
  padding: .3em 0em;
  background-color: #00ba7c;
}

.login-card {
  border-radius: 18px !important;
  border: none !important;
  box-shadow: 3px 3px 22px 10px rgba(162,162,162,0.10);
-webkit-box-shadow: 3px 3px 22px 10px rgba(162,162,162,0.10);
-moz-box-shadow: 3px 3px 22px 10px rgba(162,162,162,0.10);
}

.login-form {
  font-size: 1.05em !important;
  border-radius: 10px !important;
}

.login-button {
  font-size: 1.1em !important;
  padding: 0.6em 0em !important;
  border-radius: 10px !important;
}

.wrapper-pad {
  position: relative;
  width: 100%;
  height: 150px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #08CB70;
  border-radius: 8px;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  z-index: 10;
  border-radius: 8px;
}

#calendar a, .calendar a {
  color: black;
  font-weight: 600;
}

#calendar, .calendar {
  font-size: 1em;
}

.list-group-item{
  font-weight: 600 !important;
}

.btn-text-white {
  border-radius: 50px;
  border: 1px solid #000;
  background: #222;
  font-weight: 600;
  color: white;
  padding: 0.3rem 1rem;
}

    .select2-container--default .select2-selection--multiple {
      border: none ;
    }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
      border: 1px solid #08cb70 !important;
    }

    .select2-container--default, .select2-selection--single{
      border: none !important;
    }


    .clickable:hover {
      cursor: pointer !important;
    }


    page {
      background: #f2f2f2;
      display: block;
      border: 1px solid #d2d2d2;
      padding: 2px;
      position: relative;
    }
    page[size="sticker-onsite"], page[size="sticker-non-iso"], page[size="sticker-service"] {
      width: 53mm;
      height: 20mm;
      padding-left: 0px;
      padding-right: 0px;
    }

    page[size="sticker-qrcode"] {
      width: 20mm;
      height: 20mm;
    }

    canvas.qrcode {
     width: 16.3mm;
     height: 16.3mm;
    }

    .id-qrcode {
      font-weight: 700;
      font-size: 4.5px;
      margin-top: 1px;
    }

    .h-brand-sticker{
      font-weight: 700;
      color:#007444;
      font-size: 8.4px;
      margin-bottom: 0.15rem;
    }

    .text-sticker {
      font-size: 6.3px;
      font-weight: 700;
    }

    .span-sticker {
      background-color:#007444;
      font-size: 5px;
      color: #fff;
      border-left: 3px solid #007444;
      border-right: 3px solid #007444;
      font-weight: 300;
    }

    .contact-sticker {
      font-size: 3.5px;
      color: #007444;
      font-weight: 500;
    }

    .h-brand-qrcode {
      font-weight: 600;
      color:#007444;
      font-size: 3px;
      line-height: 70%;
      margin-bottom: 1px;
    }


    @media print { /* Print settings */
      html, body, page {
      width: 210mm;
      height:100%;
      margin: 0 !important;
      padding: 0 !important;
      overflow: hidden;
      }

      .px-5 {
          padding-left: 0rem !important;
          padding-right: 0rem !important;
      }
  }

  .bg-lightgrey {
    background-color: #fafbfc !important;
  }

  .apexcharts-legend, .apexcharts-pie {
    padding-top: 20px !important ;
  }

  .progress-dashboard {
    height: 5px;
    width:100%;
    background: #eee;
    position: relative;
  }

  .progress-dashboard-fill {
    position: absolute;
    top: 0;
    height: 5px;
    z-index: 20;
    background: #00ba63;
    width: 0;
    transition: width 1400ms ease-in-out;
  }

  .row>.dashbaord-col-22 {
    width: 22% ;
  }

  .row>.dashbaord-col-39 {
    width: 39%;
  }

