

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700;800;900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800;900&display=swap'); */

:root{
  --white:#fff;
  --main-blue:#5BC4D8;
  --dark-md:#00000094;
  --dark-blue:#014FA2;
  --main-success:#48BB78;
  --main-progress:#FFB800;
  --main-danger:#C33535;
  --main-gray:#747171;
}

#loading {
    margin-top: 20px;
    font-size: 18px;
    color: blue;
}

body {
  font-family: "Poppins",  sans-serif !important;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2,.h2{
font-size: 3rem;
}
h4,.h4{
font-size: 2rem;
}

.box-container{
  width: 100%;
  max-width: 500px;
  padding: 0px 20px;
 }
 .main-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
 }

.po-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.po-input-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.po-input-container input {
    width: 100%;
    padding: 10px;
    font-size: 70px;
    text-align: center;
    border-radius: 25px;
    height: 80px;
    line-height: 30px;
    border: 2px solid #ccc;
}
.po-button-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
    width: 100%;
    margin: 0 auto;
}
.po-button-grid button {
    padding: 20px;
    font-size: 2rem;
    border: none;
    border-radius: 100%;
    background-color: #62c1d1;
    color: white;
    cursor: pointer;
    aspect-ratio: 1/1;
}
.po-button-grid button:active {
    background-color: #49a8b8;
}

.minor-container{
width: 100%;
max-width: 1600px;
}

.text-dark-md{
  color: var(--dark-md);
}

.pc-text-primary{
color: var(--main-blue);
}
.pc-main-sec{
  background-color: var(--main-blue);
  padding: 0 3rem;
  min-height: 100vh;
}

.pc-main-sec .container-fluid{
background-color: var(--white);
}

.back-icon, .menu-icon {
  font-size: 32px;
  color: var(--main-blue);
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: var(--white);
}

.profile {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 2rem;
}
@media screen and (max-width:767px) {
  .profile{
    flex-direction: column;
  }
}
.profile img {
  border-radius: 10px;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 3/4;
  object-position: center;
  object-fit: cover;
}

.profile-info h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--dark-md);
}
.profile-info p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 5px 0;
  color: var(--dark-md);
}
.table-container {
  margin-top: 40px;
  overflow-x: scroll;
}
.table th, .table td {
  vertical-align: middle;
  text-align: center;
}

.table th{
color:#A0AEC0;
font-size: 1.2rem;
font-weight: 300;
}

.table td{
font-weight: 400;
color: #2D3748;
font-size: 1.4rem;
padding-top: 20px;
padding-bottom: 20px;
}

.badge {
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 300;
}
.badge-success {
  background-color: #48BB78;
  color: var(--white);
}
.badge-warning {
  background-color: #FFB800;
  color: var(--white);
}
.badge-danger {
  background-color: #C33535;
  color: var(--white);
}
.pc-burgur{
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
flex-direction: column;
padding: 5px 0px;
}

.pc-burgur .line{
display: inline-block;
width: 45px;
height: 5px;
background-color: var(--main-blue);
}

.navbar-toggler:focus{
box-shadow:none !important;
}

.navbar-toggler{
border: none !important;
}
.pc-inner-clr span{
  text-transform: uppercase;
  max-width: 80%;
}

.pc-inner-clr{
  background-color: var(--white);
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 75%;
  box-shadow: 0px 10px 6px 0px #CF9114;
}



.pc-wrpper-clr{
  background-color: #E4A321;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 85%;
}

.pc-wrapper-clr-last{
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 3px solid #D82108;
  position: relative;
  animation: pulse 5s infinite; /* วนลูปแอนิเมชัน */
}

.pc-wrapper-clr-last::before{
  content: "";
  display: flex;
  position: absolute;
  z-index: 10;
  width:10%;
  aspect-ratio: 1/1;
  border: 3px solid #D82108;
  border-radius:100%;
  top: 50%;
  background-color: var(--white);
  left: -5%;
  transform: translateY(-50%);
}


.pc-wrapper-clr-last::after{
  content: "";
  display: flex;
  position: absolute;
  z-index: 10;
  width:10%;
  aspect-ratio: 1/1;
  border: 3px solid #D82108;
  border-radius:100%;
  top: 50%;
  background-color: var(--white);
  right: -5%;
  transform: translateY(-50%);
}

.pc-inner-clr.org{
  box-shadow: 0px 10px 6px 0px #EF4F19;
}

.pc-wrpper-clr.org{
  background: linear-gradient(140.02deg, #F6914F 15.24%, #F97549 92.51%);
}

.pc-inner-clr.blue{
  box-shadow: 0px 10px 6px 0px #16858C;
}

.pc-wrpper-clr.blue{
  background: linear-gradient(146.23deg, #6BCDEE 14.63%, #1CC0CB 86.96%);
}

.pc-wrapper-clr-last.blue ,.pc-wrapper-clr-last.blue::after ,.pc-wrapper-clr-last.blue::before{
  border-color: #1CC0CB;
}

.pc-inner-clr.pink{
  box-shadow: 0px 10px 6px 0px #BC141C40;
}

.pc-wrpper-clr.pink{
  background: linear-gradient(134.33deg, #EC6271 13.2%, #F13F47 85.45%);
}

.pc-wrapper-clr-last.pink ,.pc-wrapper-clr-last.pink::after ,.pc-wrapper-clr-last.pink::before{
  border-color: #F04149;
}


.evaluate #radarChart ,.evaluate .radar-chart{
  width: 100% !important;
  height: auto;
  max-width: 700px !important;
  aspect-ratio: 1/1;
}



.evaluate-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 32px;
}
.radar-chart {
  max-width: 500px;
  margin: auto;
}
.before-after {
  text-align: center;
  font-size: 22px;
  margin-top: 30px;
}
.before-after a {
  text-decoration: none;
  color: #0d6efd;
}

.small-clr{
  transform: scale(0.8);
}

.clr-wrap .timeline{
  position: absolute;
  top: 50%;
  left: -38%;
  background-color: #D82108;
  display: block;
  width: 40%;
  height: 3px;
  transform: translateY(-50%);
  z-index: -53;

  /* position: absolute;
  top: 50%;
  left: -50%;
  background-color: #D82108;
  display: block;
  width: 50%;
  height: 3px;
  transform: translateY(-50%);
  z-index: -5; */
}

.clr-wrap.blue .timeline{
  background-color: #1CC0CB;
}

.clr-wrap.pink .timeline{
  background-color: #F04149;
}


.inner-row > div {
  opacity: 0;
  display: none;
  margin-left: -20px; 
  transition: all 0.5s ease; 
}

/* .inner-row > div:first-child {
  opacity: 1;
  margin-left: 0;
  cursor: pointer;
  display: block !important;
} */

/* 
.inner-row{
  display: none !important;
}


.inner-row.expanded{
  display: flex !important;
} */


.btn-login{
  border-radius: 5px !important;
  background-color: var(--main-blue) !important;
  color: var(--white) !important;
  transform: scale(2);
}

.water-drop {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 150, 255, 0.7);
  border-radius: 50%;
  pointer-events: none;
  animation: drop-animation 0.6s ease-out forwards;
}
.water-drop-2 {
  position: absolute;
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  background-color: rgba(0, 150, 255, 0.7);
  border-radius: 50%;
  pointer-events: none;
  animation: drop-animation2 2s ease-out forwards infinite;
  animation-delay: calc(var(--i)* 10s);
  z-index: -90;
}

@keyframes drop-animation2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}


@keyframes drop-animation {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.two-line{
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tooltips-parent {
  position: relative;
}

.tooltips-child {
  opacity: 0;
  visibility: hidden;
  max-width: 500px;
  width: 150%;
  background-color: #CF9114;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom:75%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  transition: opacity 1s, visibility 0.3s;
}

.tooltips-child.org{
  background-color: #EF4F19;
}
.tooltips-child.blue{
  background-color:var(--main-blue);
}
.tooltips-child.pink{
  background-color:#F04149;
}

.tooltips-child::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color:#CF9114 transparent transparent transparent;
}
.tooltips-child.org::after {
  border-color:#EF4F19 transparent transparent transparent;
}
.tooltips-child.blue::after {
  border-color:var(--main-blue) transparent transparent transparent;
}
.tooltips-child.pink::after {
  border-color:#F04149 transparent transparent transparent;
}

.tooltips-parent .tooltips-child.active  {
  opacity: 1;
  visibility: visible;
}

table td,
table th {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid gray;
}

.textTable {
  font-size: 25px;
  margin-bottom: 0px;
}

.tabs {
  display: flex;
  
}

.tab-button {
  padding: 10px 20px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
   font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: transparent;
  border-bottom: none;
}

.tab-button:hover {
  background-color: #f0f0f0;
}

.tab-button.active {
  background-color: #0056b3;
  color: white;
}

.disable {
  opacity: 0.6;
  cursor: not-allowed;
}

.tab-button:not(.active) {
  background-color: #f9f9f9;
  color: #333;
}

table.dataTable thead th, table.dataTable thead td{
  border-bottom: 2px solid #E2E8F0 !important;
}

table.dataTable.no-footer{
  border: unset !important;
}

table.defaultDataTable thead .sorting:after,
table.defaultDataTable thead .sorting:before,
table.defaultDataTable thead .sorting_asc:after,
table.defaultDataTable thead .sorting_asc:before,
table.defaultDataTable thead .sorting_desc:after,
table.defaultDataTable thead .sorting_desc:before {
    display: none !important;
}
table.defaultDataTable tbody td,
table.defaultDataTable tbody td {
  border-bottom: 2px solid #E2E8F0;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting{
  border-top: 2px solid #E2E8F0;
}

table.dataTable thead .sorting ,table.dataTable thead .sorting_asc{
  border-top: 2px solid #E2E8F0;
}


table.dataTable tbody td:nth-child(2) ,table.dataTable thead th:nth-child(2)  {
  text-align: left !important;
}


tr p {
  margin: 0 !important;
  padding: 8px 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
  border-radius: 10px;
  padding:  unset !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  border:  unset !important;
}

/* 
div.dataTables_wrapper div.dataTables_filter label ,div.dataTables_wrapper div.dataTables_length label{
  font-size: 24px;
} */

 


.active>.page-link, .page-link.active , .page-link:hover{
  background-color: var(--main-blue) !important;
  border-color: var(--main-blue) !important;
  color:  var(--white) !important;
  overflow: hidden;
}

.page-link{
  color: var(--main-blue) !important;
}

.item-navi {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  text-decoration: none;
  color: var(--dark-md);
  font-size: 20px;
  max-width: 160px !important;
  transition: all 0.3s ease-in-out;
}

.item-navi:hover{
  color: var(--dark-md);
}

.item-navi.active , .item-navi:hover{
  background-color: #014FA2;
  color: #fff;
}

.item-navi .img-navi{
  margin-bottom: 20px;
}

.img-navi img{
  max-width: 100%;
}

@media (min-width: 992px) {
  .col-lg-extra {
      flex: 0 0 auto;
      width: 20% !important;
  }
}

.this-bookmark .item-navi{
  max-width: 90px !important;
  margin-bottom: 0 !important;
  aspect-ratio: 1/1;
  border: none;
 }

 .this-bookmark .navi-wrap{
  /* max-width: 90px !important; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--dark-md);
 }

 .this-bookmark .navi-wrap span{
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
 }

 .this-bookmark .item-navi.active, .this-bookmark .item-navi:hover{
  background-color: #fff;
 }

.this-bookmark .item-navi .img-navi{
  margin-bottom: 0 !important;
 }

 .timeline.cross{
  top: -20%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 36%;
 }

.btn-mainblue {
  background-color: var(--main-blue) !important;
  color: #fff !important;
  border-color: var(--main-blue) !important;

}

.btn-mainblue:hover{
  background-color: var(--main-blue) !important;
  color: #fff !important;
  border-color: var(--main-blue) !important;
  opacity: 0.8;
  transition: all ease-in-out 0.3s;
}

.this-bookmark .item-navi .bookmark2{
  /* display: none; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.this-bookmark .item-navi:hover .bookmark2{
  /* display: block; */
  opacity: 1;
}


.btn.filter-level , .btn.filter-level:hover {
  color: var(--dark-md);
  border-color: #D9D9D9;
  font-size: 20px;
  margin-right: 15px;
}


.btn.filter-level.active{
  background-color: var(--dark-blue);
  color: var(--white);
  border-color: var(--dark-blue);
}

.pc-inner-clr.status-success,
.pc-inner-clr.status-notpass,
.pc-inner-clr.status-register,
.pc-inner-clr.status-onprogress
{
  box-shadow: none !important;
}

.pc-wrpper-clr.status-success{
  background-color: var(--main-success) !important;
  background: unset;
}
.pc-wrpper-clr.status-notpass{
  background-color: var(--main-danger) !important;
  background: unset;
}
.pc-wrpper-clr.status-register{
  background-color: var(--main-gray) !important;
  background: unset;
}
.pc-wrpper-clr.status-register{
  background-color: var(--main-gray) !important;
  background: unset;
}
.pc-wrpper-clr.status-onprogress{
  background-color: var(--main-progress) !important;
  background: unset;
}

@keyframes expand {
  0% {
    transform: scale(0.7);
    opacity: 1;
  }
  50% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 1;
  }
}

