#dashboard .btn_icon_dashboard {
  background: none;
  border: none;
  opacity: 0.4;
}
#dashboard .btn_icon_dashboard:hover {
  opacity: 1;
}
#dashboard .layout_card {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 24px;
}
#dashboard .box_new_card_dashboard {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: none;
  width: 100%;
  height: 100%;
  box-shadow: 4px 0px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
#dashboard .box_new_card_dashboard:hover {
  background-color: #e6e6e6;
}
#dashboard .card_mydomain {
  border: 2px solid #c0c0c4;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #34364a;
}

.a_hover_underline {
  text-decoration: none;
  color: black;
}
.a_hover_underline:hover {
  color: #2929b6;
}

.back_btn {
  display: flex;
  gap: 16px;
  align-items: center;
  background-color: #F2F2F2;
  border: none;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: bold;
}
.back_btn:hover {
  background-color: #fff;
  box-shadow: 4px 0px 50px rgba(0, 0, 0, 0.08);
}

.custom_form_control {
  padding: 12px 16px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #C0C0C4;
}

#dashboard-choose-domain .select-extension {
  background: none;
  border: none;
}

#dashboard-detail-order .box-item-order .item-order-grid {
  display: flex;
  justify-content: space-between;
}/*# sourceMappingURL=mystyle.css.map */