body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 100vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background: #5d5b6a; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        font-size: 16px;
        font-weight: 500;
        /*text-transform: uppercase;*/
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\f0dd";
          font-size: 20px;
          top: 45%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #032652;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 10px 10px;
        padding-right: 200px;
        margin-top: 0px;
        margin-left: 50%;
        color: #fff;
        background: #000;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: rgb(138, 138, 138) !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #000;
              color: rgb(150, 150, 150); }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #000000ea;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
        color: #fff;}
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #c2c2c2; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #ffffff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #ffffff; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      color: #ffffff; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #535353; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #007bff !important; }








        .sticky-wrapper .site-navbar {
          background: #00000094;
          border-bottom: 5px solid rgb(19 169 254);
        }
    
        .sticky-wrapper.is-sticky .site-navbar {
          color: #fff;
          background: #00000094;
          border-bottom: 5px solid rgb(19 169 254);
        }
    
        .sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
          color: #fff !important;
        }
    
        .popup-menu {
          visibility: hidden;
          position: fixed;
          left: 0;
          right: 0;
          bottom: 0;
          -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
          transform: translateY(100%);
          background: #0a0a0a;
          padding: 5px;
          line-height: 1.6;
          z-index: 9999999997;
          -webkit-transition: 1s all;
          -o-transition: 1s all;
          transition: 1s all;
        }
    
        .popup-menu.active {
          visibility: visible;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
        }
    
    
        @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
    
        * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
        }
    
        body {
          height: 100vh;
          width: 100%;
          color: #fff;
          background-color: #2e2e2e;
          background: url(../images/bg-main.png) no-repeat center center fixed;
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        }
    
        .slider {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          height: 100vh;
          width: 100%;
        }
    
        .slider--content {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 100vh;
        }
    
        .slider--feature {
          text-align: center;
        }
    
        .slider--title {
          font-size: 2.5rem;
          color: #fff;
          text-transform: uppercase;
          font-weight: 700;
        }
    
        .slider--text {
          font-size: 1rem;
          color: #fff;
          text-transform: uppercase;
          margin: 0.5rem 0;
        }
    
        .slider__btn-right,
        .slider__btn-left {
          background: transparent;
          border: none;
          outline: none;
          font-size: 4rem;
          color: #eee;
          padding: 0 1rem;
          cursor: pointer;
          transition: transform 0.1s ease-in-out;
        }
    
        .slider--btn {
          background: #fff;
          text-transform: uppercase;
          border: none;
          color: #444;
          border: 1px solid #444;
          outline: none;
          font-weight: 700;
          padding: 0.8rem 2rem;
          cursor: pointer;
        }
    
        .slider__btn-left:hover,
        .slider__btn-right:hover {
          transform: scale(0.95);
          outline: none;
          border: none;
        }
    
        .slider__btn-left:focus,
        .slider__btn-right:focus {
          outline: none;
          border: none;
        }


        .sliderimages-1{
          background-image: linear-gradient(to right, rgba(34, 34, 34, 0), rgba(68, 68, 68, 0)), url("https://indraft.co.th/images/bg-s1.png");
        }

        .sliderimages-2 {
          background-image: linear-gradient(to right, rgba(34, 34, 34, 0), rgba(68, 68, 68, 0)), url("https://indraft.co.th/images/bg2.png");
        }
    
        .popup-menu-flex-container {
          display: flex;
          justify-content: space-between;
          align-items: stretch;
        }
    
        .popup-menu-div {
          margin: auto;
        }
    
        .popup-menu-icon-fb {
          padding: 0 0rem;
        }
    
        .popup-menu-icon-yt {
          padding: 0 0.3rem;
        }
    
        .btn-popup-menu {
          color: #a3a1a1;
          background-color: rgb(20 20 20 / 70%);
          border-color: rgb(20 20 20 / 70%);
          font-size: 0.8rem;
          font-weight: 600;
          line-height: 1.5;
          border-radius: 0rem;
          padding: 0.775rem 1.775rem;
        }
    
        .btn-popup-menu:hover {
          color: #fff;
        }
    
        .btn-popup-menu-language {
          color: #a3a1a1;
          /* background-color: rgb(20 20 20 / 70%); */
          border-color: #a3a1a1;
          font-size: 0.7rem;
          line-height: 1.5;
          border-radius: 0rem;
          padding: 0.475rem 0.7rem;
        }
    
        .btn-popup-menu-language:hover {
          color: #fff;
        }
    
        @keyframes fadeIn {
          0% {
            opacity: 0.7;
          }
    
          100% {
            opacity: 1;
          }
        }
    
        .fadeIn {
          animation: fadeIn 1s;
        }

        .slide__content {
          width: 80%;
          padding-top: 20px;
          padding-bottom: 50px;
          color: rgb(255, 255, 255);
          text-shadow: rgb(0 0 0 / 60%) 0px 1px 2px;
          position: absolute;
          bottom: 10%;
          left: 10%;
          z-index: 10;
          height: auto !important;
        }

        .slide__content>h3 {
          margin-top: 20px;
          margin-bottom: 0px;
          font-weight: bold;
          font-size: 72px;
          color: rgb(255, 255, 255);
          line-height: 1em;
          letter-spacing: 3px;
        }

        .slide__content>p {
          margin-bottom: 10px;
          font-size: 37px;
          line-height: 1em;
        }

        .btn__group {
          display: flex;
          justify-content: left;
          -webkit-box-align: center;
          align-items: center;
          height: auto !important;
        }

        .btn__group__box {
          width: 330px;
          margin-top: 1px;
          font-size: 37px;
          color: rgb(19 169 254);
          text-align: center;
          line-height: 1em;
          background-color: rgb(11, 11, 11);
          border: 2px solid rgb(19 169 254);
          display: flex;
          -webkit-box-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          align-items: center;
          transform: skew(-20deg);
          height: 60px;
          border-radius: 0rem;
        }

        .btn__group__box:hover {
          border: 2px solid #006842;
        }

        .btn__group__box span {
          width: 19px;
          height: 22px;
          background-position: center top;
          background-repeat: no-repeat;
          transform: skew(20deg);
        }

        .btn__group__box p {
          margin: 0px 20px;
          color: rgb(163 161 161);
          transform: skew(20deg);
          font-size: 17px;
          font-weight: 500;
        }

        .slide__content>.slide__box {
          background: rgb(0 0 0 / 60%);
          padding-top: 30px;
          padding-right: 20px;
          padding-bottom: 30px;
          padding-left: 20px;
          width: 330px;
          margin-left: 11px;
          text-align: left;
        }

        .slide__content>.slide__box p {
          font-size: 14px;
          font-weight: 400;
          color: rgb(255, 255, 255);
          margin-top: 0;
          margin-bottom: 0rem;
        }
    
        /* Extra small devices (phones, 600px and down) */
        @media only screen and (max-width: 600px) {
    
          .slider__btn-right img,
          .slider__btn-left img {
            width: 20px;
            height: 40px;
          }

          .sliderimages-1 {
            background-image: linear-gradient(to right, rgba(34, 34, 34, 0), rgba(68, 68, 68, 0)), url("https://indraft.co.th/images/bg.jpg");
          }
  
          .sliderimages-2 {
            background-image: linear-gradient(to right, rgba(34, 34, 34, 0), rgba(68, 68, 68, 0)), url("https://indraft.co.th/images/bg-wzm-mobile.png");
          }

            .slide__content>.slide__box {
              background: rgb(0 0 0 / 60%);
              padding-top: 30px;
              padding-right: 20px;
              padding-bottom: 30px;
              padding-left: 20px;
              width: auto;
              margin-left: 0;
              text-align: left;
            }
          .slide__content>.slide__box p {
            font-size: 12px;
            font-weight: 400;
            color: rgb(255, 255, 255);
            margin-top: 0;
            margin-bottom: 0rem;
          }

          .slide__content {
            width: 80%;
            padding-top: 20px;
            padding-bottom: 0px;
            color: rgb(255, 255, 255);
            text-shadow: rgb(0 0 0 / 60%) 0px 1px 2px;
            position: absolute;
            bottom: 10%;
            left: 10%;
            z-index: 10;
            height: auto !important;
          }
        }
    
        /* Small devices (portrait tablets and large phones, 600px and up) */
        @media only screen and (min-width: 600px) {
    
          .slider__btn-right img,
          .slider__btn-left img {
            width: auto;
            height: auto;
          }
        }
    
        /* Medium devices (landscape tablets, 768px and up) */
        @media only screen and (min-width: 768px) {
    
          .slider__btn-right,
          .slider__btn-left {
            padding: 0 2rem;
          }
        }
    
        /* Large devices (laptops/desktops, 992px and up) */
        @media only screen and (min-width: 992px) {
    
          .slider__btn-right,
          .slider__btn-left {
            padding: 0 2rem;
          }
        }
    
        /* Extra large devices (large laptops and desktops, 1200px and up) */
        @media only screen and (min-width: 1200px) {
    
          .slider__btn-right,
          .slider__btn-left {
            padding: 0 2rem;
          }
    
          .mobile-none {}
        }
    
        @media only screen and (max-width: 1200px) {
          .mobile-none {
            display: none;
          }
        }
    
    
        @media only screen and (min-width: 1335px) {
          .menu-hide {
            display: block;
          }
          .menu-show {
            display: none;
          }
          .popup-menu {
            position: fixed;
          } 
          .popup-menu-flex-container {
            display: flex;
          }
        }
    
        @media only screen and (max-width: 1335px) {
          .menu-hide {
            display: none;
          }
          .menu-show {
            display: block;
          }
          .popup-menu {
            position: inherit;
          }
          .popup-menu-flex-container {
            display: contents;
          }
          .btn-popup-menu {
            width: 100%;
            padding-block: inherit;
          }
        }

      .auto-container {
          position: static;
          max-width: 1100px;
          padding: 0px 10px;
          padding-bottom: 8em;
          margin: 0 auto;
      }

      .container-bg {
        background: rgb(20 20 20 / 70%);
        border-radius: 10px;
        padding: 50px;
        border-left: 3px solid #13a9fe;
        border-right: 3px solid #13a9fe;
        margin-top: 10vh;
        width: auto;
        height: auto;
        /*min-height: 75vh;*/
        box-shadow: 0px 0px 20px 1px black;
      }

      .centered {

      }


      .btn-default {
        color: #13a9fe;
        /* background-color: #007bff; */
        border-color: #13a9fe;
      }
      .btn-default:hover {
        color: #006842;
        /* background-color: #01c27a; */
        border-color: #006842;
      }

      .form-control {
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        background-color: #fff0;
        background-clip: padding-box;
        border: 1px solid #13a9fe;
        border-radius: 0rem;
      }

      .form-control:focus {
        color: #ffffff;
        background-color: rgb(34 34 34);
        border-color: #01794d;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgb(5 192 21 / 25%);
        box-shadow: 0 0 0 0.2rem rgb(5 192 21 / 25%);
      }


.alert-success {
  color: #09992a;
  background-color: rgb(0 0 0 / 10%);
  border-color: #09992a;
}
.alert-danger {
  color: #d90014;
  background-color: rgb(0 0 0 / 10%);
  border-color: #d90014;
}
.alert-warning {
  color: #e4ab07;
  background-color: rgb(0 0 0 / 10%);
  border-color: #e4ab07;
}
.alert-info {
  color: #09b1cd;
  background-color: rgb(0 0 0 / 10%);
  border-color: #09b1cd;
}