.button {
    --primary-color: #645bff;
    --secondary-color: #fff;
    --hover-color: #111;
    --arrow-width: 10px;
    --arrow-stroke: 2px;
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    color: var(--secondary-color);
    padding: 1em 1.8em;
    background: var(--primary-color);
    display: flex;
    transition: 0.2s background;
    align-items: center;
    gap: 0.6em;
    font-weight: bold;
  }

  .button .arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .button .arrow {
    margin-top: 1px;
    width: var(--arrow-width);
    background: var(--primary-color);
    height: var(--arrow-stroke);
    position: relative;
    transition: 0.2s;
  }

  .button .arrow::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    border: solid var(--secondary-color);
    border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
    display: inline-block;
    top: -3px;
    right: 3px;
    transition: 0.2s;
    padding: 3px;
    transform: rotate(-45deg);
  }

  .button:hover {
    background-color: var(--hover-color);
  }

  .button:hover .arrow {
    background: var(--secondary-color);
  }

  .button:hover .arrow:before {
    right: 0;
  }
.bt-export {
    background: rgb(32, 152, 244);
    background: linear-gradient(90deg, rgb(32, 187, 244) 0%, rgb(47, 134, 255) 100%);
    border-radius: 10px;
    padding-right: 10px ;
    padding-left: 10px;
    padding-top: 5px ;
    padding-bottom: 5px;
    font-weight: 700;
    transition: all;
    color: rgb(0, 0, 0);
}
.bt-export:hover{
    transform: scale(1.1);
    background: gray !important;
    transition: all;

}
.bt-export:focus{
    transform: scale(1.1);
    background: gray !important;
    transition: all;
}

/* === style button filter === */
.button-filter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;

}
.button-filter:hover{
    transition: all;
    transform: scale(1.1);
    background-color: gray !important;
}
.button-custom {
    background-color: #FFBB00;
    color: white !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
}
.button-custom:hover {
transition: all;
background-color: gray;
}

/* === responsive class css === */
@media only screen and (max-width: 600px) {
  .overflow {
    -webkit-mask-image: linear-gradient(to top, #0000 10%, #000 20%, #000 30%, #0000 200%);
    height: 400px;
    overflow-y: auto;
    scrollbar-width: none;
    display: flex;
    gap: var(--size-10);
    align-items: start;
    padding: var(--size-10);
    transition: max-height 0.5s ease, height 0.5s ease;
  }
  .overflow.full-height {
    height: 100%; 
}

  .button-showhide {
    background-color: rgb(74, 141, 255);
    padding-bottom: 10px;
    color: white;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 24px;
  }
  .button-showhide:hover:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .button-showhide {
    background-color: rgb(74, 141, 255);
    padding-bottom: 10px;
    color: white;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 24px;
  }
  .button-showhide:hover:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .button-showhide {
    display: none;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .button-showhide {
    display: none;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .button-showhide {
    display: none;
  }
}
.animasi-hover-focus:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  color: #ffd000;
  font-weight: bold;
}
.animasi-hover-focus:focus {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

    /* Gaya CSS untuk dropdown */
    .select {
      padding: 10px;
      width: 100px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .select > option {
      padding:0 30px 0 10px;
      min-height:40px;
      display:flex;
      align-items:center;
      background:#333;
      border-top:#222 solid 1px;
      position:absolute;
      top:0;
      width: 100%;
      pointer-events:none;
      order:2;
      z-index:1;
      transition:background .4s ease-in-out;
      box-sizing:border-box;
      overflow:hidden;
      white-space:nowrap;
      
    }

    .select > option:hover {
      background:#666;
    }
.button_custom_trainer {
  background-color: #2196F3;
}
.button_custom_trainer:hover {
  background-color: #6f6f6f;
}


/* style component background menu google drive */
.bg-drive-menu {
  width: 100%;
  height: 100%;
}

/* Untuk layar dengan lebar minimal 600px (tablet) */
@media (min-width: 600px) {
  .bg-drive-menu {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 27em;
  }
  
}

/* Untuk layar dengan lebar minimal 900px (desktop) */
@media (min-width: 900px) {
  .bg-drive-menu {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 27em;
  }
  
}

/* Untuk layar dengan lebar minimal 1200px (desktop besar) */
@media (min-width: 1200px) {
  .bg-drive-menu {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 27em;
  }
  
}

/* animasi scale css */
.scale-105:hover {
  transform: scale(1.2);
  transition: all;
}

.animasi-color-default:hover {
  color: #FFB200;
  transition: all;
}

/* component asset button custom */
.button-custom-1 {
  background-color: #ffd0006a;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: semibold;
  border-radius: 5px;
}
.button-custom-1:hover {
  transition: all 0 seconds;
  transform: scale(1.1);
}
.hover-button:hover {
  background-color: gray !important;
}


/* style css class color logo sukarobot */
.color-bs {
  background-color: #045A70;
}
.color-os {
  background-color: #DE7528;
}