:root {
  --generic-white: #FFFFFF;
  --generic-black: #000000;
  --generic-font: sans-serif;
  --primary-font: "Hind Siliguri", sans-serif;
  --brand-col-1: #F7F7F7;
  --brand-col-2: #ce950f;
  --text-col-1: #181818;
  --gray-col-1: #CAD3DC;
  --green-col-1: #34AC5D;
  --red-col-1: #da4a4a;
  --website-primary-bg: var(--brand-col-1);
  --primary-website-text-color: var(--text-col-1);
  --shadow-1: 0px 64px 32px rgba(0, 0, 0, .04);
}

/* Add generic styles here! */
/* CROSS BROWSER SCROLL BAR */
/* The emerging W3C standard that is currently Firefox-only */
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background: var(--generic-white);
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: var(--brand-col-2);
  border: 1px solid var(--generic-white);
}

/* Generic body style */
* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: var(--primary-font);
  color: var(--primary-website-text-color);
  background-color: var(--website-primary-bg);
}
body::before {
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  opacity: 0.25;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("/asset/image/bg.jpg");
}
body::after {
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
}

[data-attr=home-page] #container {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0 128px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-attr=home-page] #container #brand_logo {
  height: 106px;
}
[data-attr=home-page] #container .service_item_wrapper {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 48px;
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 48px);
}
[data-attr=home-page] #container .service_item_wrapper .item {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 216px;
  backdrop-filter: blur(5px);
  height: 200px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: rgba(0, 0, 0, 0.06);
}
[data-attr=home-page] #container .service_item_wrapper .item:hover {
  -webkit-box-shadow: 0px 6px 30px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 6px 30px rgba(255, 255, 255, 0.8);
}
[data-attr=home-page] #container .service_item_wrapper .item:hover .service_logo {
  border-radius: 16px;
}
[data-attr=home-page] #container .service_item_wrapper .item:hover .service_logo img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
[data-attr=home-page] #container .service_item_wrapper .item:hover .service_name {
  color: var(--brand-col-2);
}
[data-attr=home-page] #container .service_item_wrapper .item .service_logo {
  width: 96px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-radius: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-filter: drop-shadow(--shadow-1);
          filter: drop-shadow(--shadow-1);
  background-color: var(--brand-col-1);
}
[data-attr=home-page] #container .service_item_wrapper .item .service_logo img {
  width: 48px;
  height: 48px;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
[data-attr=home-page] #container .service_item_wrapper .item .service_name {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: var(--text-col-1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  max-width: calc(100% - 24px);
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box {
  left: 20px;
  top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box[data-running=true] .status {
  color: var(--green-col-1);
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box[data-running=true] .status::before {
  border-color: var(--green-col-1);
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box[data-running=false] .status {
  color: var(--red-col-1);
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box[data-running=false] .status::before {
  border-color: var(--red-col-1);
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box:has(loading-spinner) {
  left: 16px;
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box:has(loading-spinner) .status {
  display: none;
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box .status {
  gap: 6px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-attr=home-page] #container .service_item_wrapper .item .status_box .status::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  background-color: transparent;
}
@media screen and (min-width: 744px) {
  [data-attr=home-page] #container {
    padding: 96px 0 128px;
  }
  [data-attr=home-page] #container #brand_logo {
    height: 148px;
  }
  [data-attr=home-page] #container .service_item_wrapper {
    gap: 36px;
    margin-top: 64px;
  }
}