.modal_custom {
  display: block; 
  position: fixed; 
  z-index: -1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0, 0, 0); 
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease, z-index 0.3s step-end;
}

.modal_custom::-webkit-scrollbar {
    display: none;
  }

.modal_custom.active {
  opacity: 1;
  z-index: 10000; 
  transition: opacity 0.3s ease, z-index 0.3s step-start;
  }

.modal_content {
  background-color: #fff;
  margin: 5% auto;
  width: 850px; 
  position: relative;
}

.modal_content_support {
  width: 1100px; 
}

.modal_content_support_product {
    width: 600px; 
  }

.modal_content.notifi {
    padding: 30px;
    width: 500px; 
    opacity: 0;
    z-index: -1; 
    transition: opacity 0.3s ease, z-index 0.3s step-end;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.modal_content.table {
    width: 1300px !important; 
    max-width: 90vw !important;
}

.modal_content.notifi.active {
    z-index: 10000; 
    opacity: 1;
    transition: opacity 0.3s ease, z-index 0.3s step-start;
}

.modal_content.notifi h2 {
    font-weight: 600;
}

.modal_content.notifi div {
    font-size: 16px;
}

.close_btn {
  color: #aaa;
  float: right;
  font-size: 35px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: -5px;
}

.close_btn:hover,
.close_btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.wrapper_content {
    width: 100%;
    display: flex;
}

.wrapper_content .banner_modal {
    width: 40%;
}

.wrapper_content .banner_modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper_content .content_right {
    padding: 40px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 60%;
    background-image: url('https://acfc.basebs.cloud/svgs/location-background.webp');
    background-repeat: no-repeat;
    background-position: bottom;
}

.w_full {
    width: 100% !important;
}

.wrapper_content .content_right h2 {
    font-size: 24px;
}

.wrapper_content .content_right .wrapper_logo img {
    height: 41px;
    width: 140px !important;
}

.wrapper_content .content_right div {
    font-size: 15px;
}

/* form */
.form_group {
    margin-bottom: 12px;
}

.form_group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form_group label span {
   color: red;
   margin-right: 4px;
}

.form_group input,
.form_group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-style: normal;
    font-size: 14px;
}

.form_group input:focus {
 border: 1px solid #000 !important;
}

.btn_custom {
    padding: 10px 10px;
    background-color: #000;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.btn_custom:hover {
    background-color: #000;
    color: white;
    border: none !important;
}

.btn_custom_close {
    padding: 10px 10px;
    background-color: #000;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.btn_custom_close:hover {
    background-color: #000;
    color: white;
    border: none !important;
}


.wrapper_form {
    margin-top: 4px;
}

input[type=date], input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
    background: #f3f3f3;
    background-clip: padding-box;
    border: 0;
    font-family: Proxima;
    font-size: 14px;
    font-style: normal;
    height: 36px;
    line-height: 1.42857143;
    padding: 12px 15px;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}

.input_raido {
    width: 20px !important;
    cursor: pointer;
}

.wrapper_contact_radio {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 10px;
}

.wrapper_contact_radio div {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 4px;
}

.wrapper_contact_radio div label {
    cursor: pointer;
    margin-bottom: 4px;
}

.magemenu-menu.horizontal-menu .explodedmenu>li.active>a:after {
    background: none !important;
}

@media screen and (min-width: 767px) {
    .magemenu-menu.horizontal-menu .explodedmenu>li.active>a:after {
        background: none !important;
    }

    .magemenu-menu.horizontal-menu .explodedmenu>li.active>a:after {
        background: none !important;
    }
}

/* table */

.wrapper_table {
    width: 100%;
    overflow: auto;
}

.table {
	width:fit-content;
    height: fit-content;
    font-size: 15px !important;
}

.table-header {
	display:flex;
	width:100%;
	background:#000;
	padding:18px 0;
    font-size: 15px !important;
}

.table-row {
	display:flex;
	width:100%;
	padding:18px 0;
    font-size: 15px !important;
    
	&:nth-of-type(odd) {
		background: #EEEEEE;
	}
}

.table-data, .header__item {
	text-align: center;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px !important;
}

.header__item {
	text-transform:uppercase;
    color:white;
	text-decoration: none;
	position:relative;
	display:inline-block;
    white-space: nowrap;
	padding: 0 16px;
    width: 200px;
    font-size: 15px !important;
}
