@import url(//fonts.googleapis.com/css?family=Niramit|Fira+Sans:300,400,500,600,700,800,900);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
  width: 100%;
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}

a {
  color: #0704e1;
  text-decoration: none;
  outline: none !important;
}

a:hover {
  color: #333;
  text-decoration: none;
  outline: none !important;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 0.8rem;
  font-weight: 300;
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 0.8rem;
  font-weight: 300;
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 0.8rem;
  font-weight: 300;
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
}

:-webkit-autofill {
  background: transparent !important;
  -webkit-text-fill-color: #333 !important;
  font-family: 'Noto Sans', sans-serif;
}

input,
select,
textarea {
  font-family: 'Noto Sans', sans-serif;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

h3,
h4,
ul,
ol {
  margin-block-start: 0;
  margin-block-end: 0;
}

.pagination {
  text-align: center;
  cursor: pointer;
}

/* ------------------------------- company page css - added 15/10/2019 - 10:47am ------------------------------- */

.training_ribbon_message {
  display: block;
  background: #d9e7ff;
  color: #0704e1;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
}


.training_breadcrumb {
  display: block;
  width: 1280px;
  max-width: 90%;
  font-size: 0.8rem;
  color: #333;
  background: #fff;
  margin: 1rem auto;
}

.training_breadcrumb a {
  color: #666;
}

.training_breadcrumb a:hover {
  color: #0704e1;
}

.training_breadcrumb_box {
  padding: 15px 0;
}

.training_breadcrumb_box span {
  font-weight: 600;
  color: #000;
}


.training_container {
  display: block;
  width: 100%;
  border-top: 1px solid #f1f1f1;
}

.training_box {
  display: block;
  width: 1280px;
  max-width: 90%;
  margin: 1rem auto;
}

.training_header {
  line-height: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.training_subheader {
  line-height: 1.85rem;
  font-size: 0.85rem;
  color: #000;
  text-align: center;
  margin: 0 auto 2rem;
}

.training_column {
  /*display:inline-block; width:22.65%; height:400px; margin:0 2% 1.5% 0; padding:0; vertical-align:top; border-radius:10px;
                border:1px solid #ddd; box-shadow:2px 2px 5px 1px rgba(221,221,221,0.25); -webkit-transition: all 0.2s ease-in-out; 
                -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: stretch;
  gap: 35px;
  margin: 0 auto 5rem;
}


.training_each {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 1px rgba(221, 221, 221, 0.25);
}

.training_each:hover {
  background: rgba(7, 4, 225, 0.025);
  box-shadow: 2px 2px 5px 1px rgba(7, 4, 225, 0.05);
}

.training_banner {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.training_content {
  display: flex;
  flex-direction: column;
  width: 85%;
  min-height: 250px;
  margin: 1rem auto 2rem;
}

.training_content_title {
  line-height: 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  margin: 0 auto 1.5rem;
}

.training_content_info_main {
  display: flex;
  line-height: 1.5rem;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.training_content_info_header {
  font-weight: 500;
  color: #666;
}

.training_content_info_subheader {
  font-weight: 600;
  color: #333;
  padding-left: 5px;
}

.training_content_info {
  line-height: 1.5rem;
  font-size: 0.85rem;
  color: #666;
}

.training_content_info_title {
  display: inline-block;
  width: 18%;
  font-weight: 500;
  color: #666;
  vertical-align: top;
}

.training_content_info_detail {
  display: inline-block;
  max-width: 80%;
  font-weight: 600;
  color: #333;
  vertical-align: top;
}

.training_content_info_more {
  display: inline-block;
  max-width: 80%;
  font-weight: 700;
  color: #000;
  vertical-align: top;
}


.training_event_banner {
  width: 100%;
  height: 200px;
  object-fit: cover;
}


.training_event_button {
  width: fit-content;
  height: 35px;
  line-height: 35px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0704e1;
  text-align: center;
  background: #fff;
  border: 1px solid #0704e1;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: auto;
  /*transition: all 0.2s ease-in-out;*/
}

.training_event_button:hover {
  color: #fff;
  background: #0704e1;
  border: 1px solid #0704e1;
  /*transition: all 0.2s ease-in-out;*/
}


.training_event_box {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  gap: 25px;
  padding: 0 0 5%;
  text-align: left;
}

.training_event_box_details {
  /*max-width:50%; padding:5% 5% 0 0; - if has buy box */
  width: 750px;
  max-width: 100%;
  padding: 5% 0 0 0;
}

.training_event_box_buy {
  width: 300px;
  max-width: 40%;
  margin-top: -85px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px #ddd;
}

.training_event_box_buy_pop {
  display: none;
  width: 300px;
  max-width: 40%;
  margin-top: -85px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 5px 10px #ddd;
}


.training_event_box_temp {
  width: 100%;
  padding: 0 0 5%;
  margin: 0 auto;
}

.training_buy_logo {
  display: block;
  width: 200px;
  max-width: 80%;
  height: 200px;
  object-fit: contain;
  margin: 0 auto;
}

/*.training_buy_trainer{width:100%; height:200px; object-fit:cover;}*/

.training_buy_content {
  padding: 25px;
}

.training_buy_header {
  line-height: 2.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #444;
}

.training_buy_subheader {
  line-height: 1.35rem;
  font-size: 0.8rem;
  color: #333;
  margin-bottom: 2rem;
}


.training_form_box {
  margin: 1rem 0;
}

.training_form_label {
  line-height: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
}

.training_form_label span {
  font-size: 0.7rem;
  color: #999;
}

.training_form_label i {
  font-size: 0.8rem;
  font-weight: 600;
  color: #ef4136;
}

.training_form_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.85rem;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 15px;
  outline: none;
}

.training_form_select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.85rem;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 35px 0 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: url('https://assets.jobstore.my/images/icon/icon_arrow_down_grey.png') no-repeat center right 10px/12px;
}

.training_form_choose {
  width: fit-content;
  height: 40px;
  line-height: 40px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #0704e1;
  border: 2px solid #0704e1;
  border-radius: 3px;
  padding: 0 5%;
  margin: 3rem 0 1.5rem;
  outline: none;
}

.training_form_button {
  width: 100%;
  height: 40px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #0704e1;
  border: 2px solid #0704e1;
  border-radius: 3px;
  margin: 2rem 0 0;
  outline: none;
}

.training_form_choose:hover,
.training_form_button:hover {
  color: #0704e1;
  background: #fff;
  cursor: pointer;
}

.training_event_title {
  line-height: 1.85rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin: 0 auto 1.5rem;
}

.training_event_title_note {
  font-size: 0.85rem;
  color: #333;
}

.training_event_details {
  line-height: 1.85rem;
  font-size: 0.85rem;
  color: #000;
  margin: 2rem auto;
}

.training_event_details p {
  line-height: 1.5rem;
  margin: 1rem 0;
}

.training_event_details h5 {
  font-weight: 600;
}

.training_event_details ul li,
.training_event_details ol li {
  line-height: 1.5rem !important;
  list-style-type: circle;
}

.training_event_more {
  line-height: 1.85rem;
  font-size: 0.85rem;
  color: #000;
  margin: 4rem auto;
}

.training_more_info {
  line-height: 1.85rem;
  font-size: 0.85rem;
  color: #666;
}

.training_radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.training_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.training_radiomark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}

.training_radio:hover input~.training_radiomark {
  background-color: #ccc;
}

.training_radio input:checked~.training_radiomark {
  background-color: #0704e1;
}

.training_radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

.training_radio input:checked~.training_radiomark:after {
  display: block;
}

.training_radio .training_radiomark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}



/* --------------------------- pagination css - updated 13/09/2023 - 10:04am --------------------------- */

.company_box_pagination {
  display: block;
  width: 1280px;
  max-width: 90%;
  text-align: center;
  margin: 3rem auto 1.5rem;
}

.pagination {
  display: block;
  width: 100%;
  height: auto;
  font-family: 'Noto Sans', sans-serif;
  text-align: center;
  margin: 1.5rem auto 3rem;
}

.pagination .leading-5 {
  margin: 1rem auto;
}

.pagination .text-gray-500 {
  font-weight: 700 !important;
  color: #000 !important;
}

.pagination .text-gray-700 {
  font-weight: 400 !important;
  color: #444 !important;
}

.pagination .font-medium {
  font-weight: 400 !important;
  color: #333 !important;
}

.pagination .rounded-md.text-gray-500 {
  color: #888 !important;
  margin: 0 10px !important;
}

.pagination .cursor-default.-ml-px {
  color: #333 !important;
  font-weight: 700 !important;
  background: rgba(11, 145, 255, 0.1);
  border: 1px solid rgba(11, 145, 255, 0.15);
  border-radius: 3px;
  padding: 3px 10px !important;
}

.pagination .justify-between {
  display: block;
  line-height: 1.85rem;
  text-align: center;
  margin: 3rem auto 1.5rem;
}

.pagination .justify-between a {
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 3px 5px 3px 8px !important;
  margin: 0 3px !important;
}

.pagination .justify-between a:hover {
  background: rgba(11, 145, 255, 0.025);
  border: 1px solid rgba(11, 145, 255, 0.05);
  border-radius: 3px;
}

.pagination [aria-disabled="true"] .py-2 {
  font-weight: 400 !important;
  padding: 0 10px !important;
  color: #333 !important;
  background: #fff !important;
}

.pagination [aria-disabled="true"] .text-sm {
  background: none !important;
  border: none !important;
  color: #ccc !important;
  padding: 0 !important;
  margin: 0 !important;
}

.pagination .hidden p {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  display: none;
}

.pagination .hidden span.font-medium {
  color: #000 !important;
  font-weight: 700 !important;
}

[aria-current]:not([aria-current="false"]) {
  color: #333;
  font-weight: 600;
}

[aria-current]:not([aria-current="true"]) {
  color: #333;
  font-weight: 400;
}

[aria-orientation="vertical"] {
  flex-direction: column;
}

[aria-hidden='true'] {
  display: none;
}

.pagination [aria-label="&laquo; Previous;"],
.pagination [aria-label="Next &raquo;"] {
  display: none !important;
}

.pagination.w-5.h-5 {
  display: none !important;
}

.pagination svg {
  display: none !important;
}

.pagination a[aria-label="&laquo; Previous"] {
  display: none !important;
}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------- media css - added 15/10/2019 - 11:20am - updated 28/03/2025 - 03:21pm -------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 240px) and (max-width: 480px) {

  .training_box {
    display: block;
    width: 85%;
    max-width: 85%;
  }

  .training_each {
    margin-bottom: 2rem;
  }

  .training_event_box {
    flex-direction: column;
    gap: 0;
    padding: 0 0 5%;
  }

  .training_event_box_details {
    max-width: 100%;
    padding: 5% 5% 0 0;
  }

  .training_event_box_buy {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto;
  }

  .training_content_info {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }

  .training_content_info_detail {
    word-wrap: break-word;
  }

}

@media only screen and (min-width: 481px) and (max-width: 660px) {

  .training_box {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .training_column {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .training_content {
    width: 90%;
  }

  .training_event_box {
    flex-direction: column;
    gap: 0;
    padding: 0 0 5%;
  }

  .training_event_box_details {
    max-width: 100%;
    padding: 5% 5% 0 0;
  }

  .training_event_box_buy {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto;
  }

}

@media only screen and (min-width: 661px) and (max-width: 720px) and (orientation: portrait) {}

@media only screen and (min-width: 721px) and (max-width: 800px) {

  .company_container {
    display: block;
    padding-top: 0;
  }

  .company_breadcrumb_box,
  .company_search_box {
    display: block;
    width: 95%;
    text-align: left;
    float: none;
    margin: 0 auto;
  }

  .company_search_text {
    width: 67%;
  }

  .company_search_submit {
    width: 30%;
  }

  .training_box {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .training_column {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .training_content {
    width: 90%;
  }

  .training_event_box {
    flex-direction: column;
    gap: 0;
    padding: 0 0 5%;
  }

  .training_event_box_details {
    max-width: 100%;
    padding: 5% 5% 0 0;
  }

  .training_event_box_buy {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto;
  }

}

@media only screen and (min-width: 801px) and (max-width: 920px) {

  .company_breadcrumb_box,
  .company_search_box {
    display: block;
    width: 95%;
    text-align: left;
    float: none;
    margin: 0 auto;
  }

  .company_search_text {
    width: 74%;
  }

  .training_box {
    display: block;
    width: 88%;
    max-width: 90%;
    text-align: center;
  }

  .company_box_pagination {
    display: block;
    width: 78%;
    max-width: 78%;
  }

  .training_column {
    grid-template-columns: repeat(2, 1fr);
  }

  .training_column> :nth-child(1),
  .training_column> :nth-child(4) {
    display: none;
  }

  .training_event_box_details {
    width: 650px;
    max-width: 55%;
  }

  .training_event_box_buy {
    width: 500px;
    max-width: 45%;
    margin: 5% 0 0;
  }

  .training_content_info {
    display: block;
  }

}

@media only screen and (min-width:921px) and (max-width: 1023px) {

  .company_box_pagination {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .company_column_feat {
    display: inline-block;
    width: 30.5%;
  }

  .training_box {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .training_column {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .training_content {
    width: 90%;
  }

  .training_event_box {
    flex-direction: column;
    gap: 0;
    padding: 0 0 5%;
  }

  .training_event_box_details {
    max-width: 100%;
    padding: 5% 5% 0 0;
  }

  .training_event_box_buy {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

  .company_box_pagination {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .company_column_feat,
  .company_column {
    display: inline-block;
    width: 30.5%;
  }

  .training_box {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .training_column {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .training_content {
    width: 90%;
  }

  .training_event_box {
    flex-direction: column;
    gap: 0;
    padding: 0 0 5%;
  }

  .training_event_box_details {
    max-width: 100%;
    padding: 5% 5% 0 0;
  }

  .training_event_box_buy {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto;
  }

}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {

  .company_box_pagination {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .company_column_feat {
    display: inline-block;
    width: 22.5%;
  }

  .training_box {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .training_column {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .training_content {
    width: 90%;
  }

  .training_event_box {
    flex-direction: column;
    gap: 0;
    padding: 0 0 5%;
  }

  .training_event_box_details {
    max-width: 100%;
    padding: 5% 5% 0 0;
  }

  .training_event_box_buy {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto;
  }

}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {}

@media only screen and (max-device-width: 480px) and (orientation:portrait) {}

@media only screen and (max-device-width: 720px) and (orientation:landscape) {

  .company_container {
    display: block;
    padding-top: 0;
  }

  .company_breadcrumb_box,
  .company_search_box {
    display: block;
    width: 92%;
    text-align: left;
    float: none;
    margin: 0 auto;
  }

  .company_search_text {
    width: 67%;
  }

  .company_search_submit {
    width: 30%;
  }

  .training_box {
    display: block;
    width: 90%;
    max-width: 90%;
  }

  .training_column {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .training_content {
    width: 90%;
  }

  .training_event_box {
    flex-direction: column;
    gap: 0;
    padding: 0 0 5%;
  }

  .training_event_box_details {
    max-width: 100%;
    padding: 5% 5% 0 0;
  }

  .training_event_box_buy {
    width: 100%;
    max-width: 100%;
    margin: 3rem auto;
  }

}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------- END media css - added 15/10/2019 - 11:20am - updated 28/03/2025 - 03:21pm -------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */

.training_container h3 {
  line-height: 1.85rem;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.training_wrapper {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
}

.training_filter_box {
  width: 20%;
  padding-right:15px;
}

.training_filter_title {
  margin-bottom: 1.5rem;
  display: unset;
}

.training_filter_title .arrow-down {
  width: 20px;
  display: none;
}

.training_filter_type {}

.training_filter_selection {
  margin-top: 1rem;
}

.training_filter_selection label {
  color: #000;
}

.training_filter_selection {
  display:flex; flex-direction:column; margin:1rem 0;
}

/*.training_filter_selection label {*/
  
/*}*/

.training_label {
  display:flex; align-items:center; gap:10px; line-height:1.85rem; font-size:0.85rem; font-weight:500; color:#000; margin-bottom:5px; 
}

.training_filter_selection .filter_radio {
  display:flex; align-items:center; gap:10px; line-height:1.5rem; margin-left:5px;
}

.training_filter_selection .filter_radio .form-custom-radio {
  display: none;
}

.training_filter_selection .filter_radio .custom-radio-border {
  width: 15px;
  height: 15px;
  outline: 1px solid #999;
  /*transition: all 0.5s;*/
  margin-top: 7px;
}

/*.training_filter_selection .filter_radio .custom-radio-label {*/
/*  padding-left: 20px;*/
/*}*/

.training_filter_selection .filter_radio .custom-radio-label {
  line-height:1.85rem; font-size:0.75rem; font-weight:400; padding-left: 25px;
}

.training_filter_selection .filter_radio .custom-radio-label:after {
  width: 11px;
  height: 11px;
}

.training_filter_selection .form-custom-radio:checked+.custom-radio-label:after {
  background-color: #000;
  margin-top: 7px;
}

.training_filter_selection .form-custom-radio:checked+.custom-radio-label .custom-radio-border {
  outline: /*0.2em*/1px solid #000;
  /*transition: all 0.5s;*/
}

/*.training_filter_input {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*.training_filter_input input+label {*/
/*  display: block;*/
/*  margin: 0.2em;*/
/*  cursor: pointer;*/
/*  padding: 0.2em;*/
/*}*/


.training_filter_input {
  display: flex; align-items: center; font-size:0.75rem; font-weight:400;
}

.training_filter_input input+label {
  display: flex; align-items: center; gap:5px; /*line-height:1.85rem;*/ font-weight:400; cursor: pointer; /*margin-left:5px;*/ margin:5px 0;
}

.training_filter_input input+label:before {
  border: 1px solid #999;
  border-radius: 3px;
  width: 12px;
  height: 16px;
  padding: 0 0px 0 3px;
  margin: 0 5px;
  vertical-align: top;
  color: transparent;
}


.training_filter_input.filter_checkbox input+label:before {
  content: "\2714";
}

.training_filter_input input+label:active:before {
  /* transform: scale(0); */
}

.training_filter_input input:checked+label:before {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 12px;
}

.training_filter_input input:disabled+label:before {
  /* transform: scale(1); */
  border-color: #aaa;
}

.training_filter_input.hidden {
  display: none;
}

.training_filter_input input {
  display: none;
}

.training_filter_input span {
  color: #666;
}

.training_filter_label_count {
  display: inline;
}

.training_filter_showmore {
  line-height:1.85rem; margin-top:5px; /*margin-left:auto;*/
}

.training_filter_showmore span {
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}

.training_grid {
  width: 80%;
}

.training_grid_header {
  display: flex; justify-content: space-between; 
}

.training_sort_wrapper {
  display: flex;
}

.training_sort_wrapper h4,
.training_sort_wrapper label {
  font-weight: 400;
  font-size: 0.85rem;
}

.sort_training {
  margin-left: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.sort_trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.sort_trigger img {
  width: 20px;
}

.sort_training_selection h5 {
  line-height:1.85rem; font-size:0.85rem; font-weight:500; color:#333; margin-block-start: 0; margin-block-end: 0;
}

.sort_training_selection h5:hover{
  color:#0704e1; cursor:pointer;
}

.sort_training_selection h4:last-child {
  margin-bottom: 10px;
}

.sort_training_selection {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  font-size: 0.8rem;
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
}

.arrow-down {
  /*transition: transform 0.3s ease;*/
}

.arrow-rotate {
  transform: rotate(180deg);
}


.training_skills_select{
  display:flex; align-items:center; gap:15px;
  margin:0 0 1rem;
}

.training_skills_select .training_skills_item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  color: #000;
  border-radius: 100px;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
}

/*.training_skills_select .training_skills_item:not(:last-child) {*/
/*  margin-right: 10px;*/
/*}*/

.skills_remove a{
  color:#c00; cursor: pointer;
}

.skills_remove a:hover {
  color:#333;
}

.skills_remove i {
  font-size:13px;
}

.clear_all_skills {
  text-decoration: underline; text-transform:none; cursor: pointer; color: #c00;
}

.training_result_empty {
  grid-column:span 3; line-height:2rem; font-size:1rem; font-weight:600; color:#000; text-align:center; margin:3rem auto;
}

.training_grid_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  margin: 0 auto 5rem;
}

.training_grid_item {
  padding: 8px;
  border: 2px solid #e8eef7;
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

.training_grid_item:hover {
  box-shadow: 0 0 40px -8px rgb(0 0 0 / 16%), 0 0 24px -16px rgb(0 0 0 / 16%);
  transition: all 0.3s ease-in-out;
}

.training_grid_details {}

.training_thumbnail {
  overflow: hidden;
  border-radius: 8px;
  height: 200px;
}

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

.training_details {
  padding: 10px;
}

.training_provider {
  display: flex; align-items: center; gap:10px; padding-top: 0.75rem;
}

.training_provider_logo {
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 3px;  width: 25px; height:25px;
}

.training_provider_logo img {
  border-radius: 200px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training_title {
  padding-top: 0.75rem;
}

.training_title h3 {
  line-height:1.5rem; font-weight: 600; color: #000;
}

.training_skills b {
  color: #000;
}
.training_skills h4 {
  line-height:1.25rem; font-weight: 400; color: #666;
}

.training_skills h4 b{
  font-weight:700;
}

.training_grid_date_venue {
  line-height:1.85rem; font-size:0.75rem;
  padding-top: 0.75rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1rem;
}

.training_grid_date_venue a {
  color: #000;
}

.training_grid_date_venue a:hover {
  color: #000;
}

.training_grid_date_venue img {
  width: 20px;
  margin-right: 10px;
}

.training_date_time,
.training_venue {
  display: flex; align-items: center; gap:10px;
}

.training_venue {
  margin-top: 0.15rem;
}

.training_venue i, .training_date_time i{
  width:15px; height:15px; font-size:15px; color:#444;
}


.training_date_time .training_date {
  font-weight: 600;
  color: #000;
}

.training_date_time .dots {
  margin: 0 0.5rem;
}

/* Admin, add training */

.training_post_wrapper {
  width: 1280px;
  max-width: 90%;
  margin: 2rem auto;
}

.training_post_form {
  max-width: 640px;
  width: 100%;
}

.training_logo_upload {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 0.85rem;
  color: #0704e1;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.training_logo_upload:hover {
  background: transparent;
  border: 1px solid #aaa;
}

.training_logo_upload input[type="file"] {
  display: none;
}

.training_logo_upload span {
  font-family: "Noto Sans", sans-serif;
}

.training_logo_preview {
  margin-top: 10px;
  max-width: 200px;
}

.training_logo_preview img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.training_post_special {
  margin-bottom: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.training_post_special h3 {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 1.5rem;
}

.training_post_special p {
  padding: 0 1.5rem;
  font-style: italic;
}

.training_post_special_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0 1.5rem;
}

.training_logo_upload {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 0.85rem;
  color: #0704e1;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.training_logo_upload:hover {
  background: transparent;
  border: 1px solid #aaa;
}

.training_logo_upload input[type="file"] {
  display: none;
}

.training_logo_upload span {
  font-family: "Noto Sans", sans-serif;
}

.training_logo_preview {
  margin-top: 10px;
  max-width: 200px;
}

.training_logo_preview img {
  width: 100%;
  border-radius: 6px;
}

.training_post_field {
  margin-bottom: 1.5rem;
}

.post_label {
  display: block;
  width: 100%;
  min-height: 30px;
  height: auto;
  line-height: 1.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  text-transform: none;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 0.25rem;
}

.post_notice_star {
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #ff778e;
}

.post_text {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #0704e1;
  padding: 0 2.5%;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
}

.post_text:focus,
.post_text:active {
  outline: none;
  border: 1px solid rgba(68, 138, 225, .5);
  box-shadow: inset 0 1px 2px #f1f6fc, 0 0 2px rgba(68, 138, 225, .2);
}

.post_textarea {
  max-height: 300px;
}

.post_half_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.post_half_field {
  width: calc(50% - 0.5rem);
}

.form-custom-radio {
  visibility: hidden;
}

.form-custom-radio,
.custom-radio-label {
  cursor: pointer;
}

.custom-radio-label {
  position: relative;
  padding-left: 30px;
}

.custom-radio-label:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
}

.custom-radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 2px #0704e1;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.form-custom-radio:checked+.custom-radio-label:after {
  /*transition: all 0.5s;*/
  background-color: #0704e1;
}

.modules_editor_container {
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 5px;
}

.modules_wrapper {}

.module_group {
  margin-bottom: 1.5rem;
}

.module_group:not(:first-child) {
  padding-top: 1.5rem;
  border-top: 1px solid #ddd;
}

.module_group .module_input_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.module_input_wrapper {
  margin-bottom: 1.5rem;
}

.module_input_wrapper .post_label {
  width: 30%;
  margin-bottom: 0;
}

.module_input_wrapper .module_title {
  width: 70%;
}

.module_input_wrapper .post_label,
.module_input_wrapper input {
  display: inline-block;
}

.module_cta_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module_cta {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 0.85rem;
  font-weight: 400;
  float: none;
  padding: 0 10px;
  /* margin: 1rem 0 0 0; */
  cursor: pointer;
}

.add_module_cta {
  color: #0704e1;
  border: 2px solid transparent;
}

.add_module_cta:hover {
  background: rgba(7, 50, 162, 0.05);
  border: 2px solid rgba(7, 50, 162, 0.15);
}

.remove_module_cta {
  color: #eb4560;
  border: 2px solid transparent;
}

.remove_module_cta:hover {
  background: rgba(255, 119, 142, 0.05);
  border: 2px solid rgba(221, 69, 95, 0.15);
}

.submit_training_btn {
  display: inline-block;
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #0704e1;
  border: 2px solid #0704e1;
  border-radius: 5px;
  cursor: pointer;
}

.submit_training_btn:hover {
  outline: none;
  color: #0704e1;
  background: transparent;
}

/* Training Page Details */

html {
  scroll-behavior: smooth;
}

.training_details_wrapper {
  width: 1280px;
  max-width: 90%;
  margin: 2rem auto;
}

.training_details_container {
  max-width: 900px;
  width: 100%;
}

.training_details_logo {
  width: 100%;
  max-width: 170px;
}

.training_details_title {
  font-size: 2.5rem;
  color: #000;
  line-height: 2.75rem;
  margin-bottom: 0.5rem;
}

.training_details_subtitle {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #333;
  margin-bottom: 1rem !important;
}

.training_details_cta {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.training_details_cta.single .training_details_cta_logo:not(:last-child) {
  margin-left: 0;
}

.training_details_cta_link {
  width:fit-content; height:40px; line-height:40px; background: #0704e1; border:1px solid #0704e1;
  font-size: 0.95rem; font-weight: 500; text-transform: capitalize; text-align: center; color: #fff; 
  padding: 0 25px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.training_details_cta_link:hover {
  color: #fff;
  background-color: #0906ad;
  transition: all 0.3s ease-in-out;
}

.training_details_cta_logo {
  display: inline-block;
  width: 80px;
  margin-left: 3.5rem;
}

.training_details_cta_logo:last-child {
  margin-left: 1.5rem;
}

.training_details_hero .training_grid_date_venue {
  font-size: 1rem;
  margin-top: 1rem;
}

.training_details_hero .training_date_time,
.training_details_hero .training_date_time {
  margin-bottom: 0.25rem;
}

.training_details_quicklook {
  width: 100%;
  max-width: 720px;
  display: none !important;
}

.training_details_quicklook_box {
  border: 1px solid rgba(8, 4, 225, 0.15);
  border-radius: 10px;
  box-shadow: 0px 15px 15px 0px rgba(110, 109, 218, 0.2);
  padding: 1.5rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

.training_details_quicklook_col {
  padding: 0.5rem 2rem;
}

.training_details_quicklook_col:not(:last-child) {
  border-right: 2px solid rgba(8, 4, 225, 0.05);
}

.training_details_quicklook_col h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #000;
}

.training_details_quicklook_col p {
  margin-bottom: 0;
  line-height: 15px;
}

.training_details_tab {
  margin-top: 3rem;
  border-bottom: 1px solid rgba(8, 4, 225, 0.15);
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

.training_details_nav {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.training_details_nav_item a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  transition: all 0.3s ease;
}

.training_details_nav_item a:hover,
.training_details_nav_item a.active {
  background-color: rgba(0, 81, 255, 0.1);
  color: #0051ff;
  border-radius: 2px;
  text-decoration: underline;
}

.training_skills {
  margin-top: 20px;
}

.training_skills_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.75rem;
}

.training_skills_item {
  padding: 5px 10px;
  background-color: rgba(0, 81, 255, 0.05);
  font-size: 0.75rem;
  font-weight: 600;
}

.training_exclusive_access {
  background-color: rgba(0, 81, 255, 0.05);
  border-radius: 10px;
  margin-top: 4rem;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: flex-start;
}

.training_exclusive_access h2 {
  width: 30%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0;
  padding-right: 2rem;
}

.training_exclusive_perks {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.training_exclusive_icon {
  width: 30px;
}

.training_exclusive_perks_item p {
  font-size: 0.9rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-weight: 500;
}

.training_exclusive_perks_item p:not(:last-child) {
  margin-top: 0.75rem;
}

.training_overview {
  margin-top: 4rem;
}

.training_overview h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0;
}

.training_overview p,
.training_overview span {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.training_overview p:not(:first-child) {
  margin-bottom: 0;
  margin-top: 0;
}

.training_overview .toggle_more {
  color: #0051ff;
  cursor: pointer;
}   

.training_overview_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  transition: all 2s ease;
  /* max-height: 5.5rem; */
}

.training_overview_text ol {
  line-height:1.5rem !important;
}

.training_overview_text ol li {
  line-height:1.5rem !important; font-size:0.85rem; margin-bottom:0.5rem;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 1rem !important;
}

.training_overview_text.ql-editor, .training_module_content.ql-editor {
  box-sizing: content-box;
  counter-reset: none;
  line-height: normal;
  height: auto;
  outline: revert;
  overflow-y: hidden;
  padding: 0;
  tab-size: initial;
  -moz-tab-size: initial;
  text-align: initial;
  white-space: normal;
  word-wrap: normal; /* or use overflow-wrap: normal; */
}

.training_overview_text.expanded {
  -webkit-line-clamp: unset;
  /* max-height: 100%; */
  transition: all 2s ease;
}

.training_overview h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin: 0;
}

.training_overview p,
.training_overview span {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.training_overview p:not(:first-child) {
  margin-bottom: 0;
  margin-top: 0;
}

.training_overview .toggle_more {
  color: #0051ff;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}

.training_module_outline {
  margin-top: 4rem;
  border: 2px solid #e8eef7;
  border-radius: 8px;
  padding: 0.5rem;
}

.training_module_accordion {
  margin: 0 auto;
}

.training_module_title {
  display: flex;
  flex-direction: column;
}

.training_module_title-text {
  line-height: 1.5rem; font-size: 1rem; font-weight: 700; text-decoration: underline; margin:0 !important;
}


.training_module_accordion .training_module_header {
  position: relative;
  padding: 0.75rem 1rem;
  margin-bottom: 2px;
  color: #202020;
  /* font-size: 28px; */
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}

.training_module_accordion .training_module_header:hover {
  background-color: #f0f6ff;
  transition: all 0.5s ease-out;
}

.training_module_accordion .accordion_active {
  background-color: #f0f6ff;
}

.training_module_accordion .training_module_header .training_module_arrow {
  /* position: absolute;
	top: 50%;
  right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
  transform: translateY(-50%); */
  transition: all 0.2s ease-out;
}

.training_module_accordion .accordion_rotate {
  transform: rotate(180deg);
}

.training_module_accordion .training_module_content {
  padding: 25px 0;
  margin-bottom: 2px;
  font-size: 14px;
  display: none;
  background-color: #fff;
  line-height:1.85rem;
}

.training_module_accordion .training_module_arrow-item {
  font-weight: 700;
}

.training_module_arrow .arrow-down {
  width: 30px;
  display: block;
}

.training_module_peek {
  display: flex;
  align-items: center;
}

.training_module_peek .dots {
  margin: 0 0.5rem;
}

.training_module_rating {
  width: 14px;
  margin-right: 0.5rem;
}

.control-group {
  min-height: 0 !important;
}

.selectize-input {
  min-height: 0 !important;
}

.post_text_error {
  display: block;
  width: 95%;
  height: 40px;
  line-height: 40px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  padding: 0 2.5%;
  border: 1px solid #ff0000;
  vertical-align: top;
}

.post_errormsg {
  display: block;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
  color: #ff0000;
  font-size: 12px;
  margin: 0.5rem 0 0;
}

.post_text_error:focus {
  outline: none;
  border: 1px solid #c00;
}

.post_errors {
  display: block;
  width: 96%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
  padding: 20px 2%;
  margin: 30px 0;
  background: #ffe6e6;
  border: 1px solid #ffcdcd;
  border-radius: 3px;
}

.preview_banner {
  display: block;
  width: 96%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #0025cc;
  text-align: center;
  padding: 20px 2%;
  margin: 30px 0;
  background: #e6ebff;
  border: 1px solid #cdd6ff;
  border-radius: 3px;
}

.hidden_skill {
  display: none;
}

.anchor-link {
  position: relative;
}

/* .anchor-link:before {
  content: "";
  display: block;
  height: 40px;
  margin: -40px 0 0;
} */

.training_pagination {
  display: block;
  width: 1280px;
  max-width: 90%;
  text-align: center;
  margin: 3rem auto 1.5rem;
}

@media only screen and (min-width: 240px) and (max-width: 480px) {
  .training_wrapper {
    display: block;
  }

  .training_grid {
    width: 100%;
  }

  .training_filter_box {
    width: 100%;
  }

  .training_grid_column {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 481px) and (max-width: 660px) {
  .training_wrapper {
    display: block;
  }

  .training_grid {
    width: 100%;
  }

  .training_filter_box {
    width: 100%;
  }

  .training_grid_column {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 661px) and (max-width: 720px) and (orientation: portrait) {}

@media only screen and (min-width: 721px) and (max-width: 800px) {
  .training_wrapper {
    display: block;
  }

  .training_grid {
    width: 100%;
  }

  .training_filter_box {
    width: 100%;
  }

  .training_grid_column {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 801px) and (max-width: 920px) {
  .training_wrapper {
    display: block;
  }

  .training_grid {
    width: 100%;
  }

  .training_filter_box {
    width: 100%;
  }

  .training_grid_column {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width:921px) and (max-width: 1023px) {}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {}

@media only screen and (max-device-width: 480px) and (orientation:portrait) {}

@media only screen and (max-device-width: 720px) and (orientation:landscape) {}

@media (max-width: 920px) {
  .training_grid {
    margin-top: 1.5rem;
  }

  .training_filter_title {
    margin-bottom: 0;
  }

  .training_filter_box.active .arrow-down {
    transform: rotate(180deg);
  }

  .training_filter_type {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .training_filter_box.active .training_filter_type {
    max-height: 2000px;
  }

  .training_filter_title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .training_filter_title h3 {
    margin-bottom: 0;
  }

  .training_filter_title .arrow-down {
    width: 20px;
    display: block;
  }

  .training_details_cta_logo {
    margin-left: 1.5rem;
  }

  .training_exclusive_access {
    flex-wrap: wrap;
  }

  .training_exclusive_access h2 {
    width: 100%;
  }

  .training_exclusive_perks {
    width: 100%;
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .training_details_quicklook_col {
    padding: 0.5rem;
  }

  .training_exclusive_access {
    padding: 1.5rem;
  }

  .training_exclusive_perks {
    grid-template-columns: repeat(1, 1fr);
  }

  .training_post_special_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .training_module_title-text {
    padding-right: 1.5rem;
  }

  .training_details_cta_logo {
    width: 50px;
  }

  .training_provider_logo {
    width: 35px !important;
    height: auto;
  }
  
  .training_provider_logo img {
    width: 35px;
    height: auto;
  }
}