@import url(fonts/thsarabunnew.css);
@import url('https://fonts.googleapis.com/css?family=Kanit&subset=Thai');

* { box-sizing: border-box; margin: 0; padding: 0; 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: 'Kanit',sans-serif;
}




body { display: flex; flex-direction: column; min-height: 100vh; background-color: #f4f7fc; color: #333; 
       font-size: 12px;
}





#menu-control { display: none; }

header {

    padding: 15px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky; top: 0; z-index: 100;
    height: 90px;
    background: #f8f9fa; /* Fallback */
    background: radial-gradient(circle, #ffffff 0%, #e9ecef 70%, #dee2e6 100%);
}
.logo { font-size: 24px; font-weight: bold; color: #475569; }

.menu-toggle {
    display: none; 
    font-size: 28px;
    cursor: pointer;
    margin-right: 15px;
    color: #333;
    user-select: none;
}




.main-wrapper { display: flex; flex: 1; position: relative; }

nav {
    width: 300px;
    background-color: #EFF6FF;
    color: #ffffff;
    padding: 15px 10px;
    transition: transform 0.3s ease; 
}


main { flex: 1; padding: 0px; 
       background-color: #EFF6FF;;
}


.overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 90;
}

footer { background-color: #1E293B; color: #fff; text-align: center; padding: 20px; font-size: 14px;}
footer a { color: #fff;}

/* ==========================================
   Responsive Rules 
   ========================================== */
@media (max-width: 768px) {
    .menu-toggle { display: block; }
    #iconlogo{ display: none; }
    nav {
        position: fixed;// top: 0; 
        left: 0; height: 100vh; z-index: 99;
        transform: translateX(-100%);
        box-shadow: 5px 0 15px rgba(0,0,0,0.1);
    }

    #menu-control:checked ~ .main-wrapper nav {
        transform: translateX(0);
    }

    #menu-control:checked ~ .main-wrapper .overlay {
        display: block;
    }

    main { padding: 0px; }
}



h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #3E3530;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

ul, ol {
}

a {
    text-decoration: none;
    color: #3E3530;
}

a:hover {
}

img.alignleft {
    float: left;
    padding: 0px 20px 0px 0px;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
	min-height: 100%;

}


/* ¾×é¹ËÅÑ§àµçÁ¨Í */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(77, 73, 73, 0.3);
	opacity:0.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999999999; /* ãËéÍÂÙèº¹ÊØ´ */
    transition: opacity 0.5s ease;
}

/* µÑÇËÁØ¹ Loading */
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ¤ÅÒÊÊÓËÃÑº«èÍ¹ Loading */
.fade-out {
    opacity: 0;
    pointer-events: none;
}





/* Logo */

#logo {
    margin: 0;
    color: #fff;
    /*margin-left: -20px;
    padding: 0;
    color: #000000;
    background-image:url('../images/logo.png');
    background-repeat:no-repeat;
    background-position: left bottom;*/

}

#logo h1, #logo p {
    margin-left: 170px;
    padding: 0;
	float:right;

}

#logo h1 {
    padding-top: 20px;
    letter-spacing: -1px;
    text-transform: lowercase;
    font-size: 2em;
    font-weight: bold;
}

#logo p {
    margin: 0;
    padding: 0px 0 0 2px;
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    
  
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #FFFFFF;
}

/* Search */

#search {
    width: 280px;
    height: 60px;
    padding: 20px 0px 20px 0px;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 30px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #5D781D;
}

#search-submit {
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}

/* Menu */

#menu {
    width: 980px;
    height: 90px;
    margin: 0 auto;
    padding: 0;
}

#menu ul {
    margin: 0;
    padding: 50px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    width: 130px;
    height: 30px;
    margin-right: 1px;
    padding: 9px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
   /* font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
}

#menu a:hover, #menu .current_page_item a {
    text-decoration: none;
}

#menu .current_page_item a {
    padding-left: 0;
}

/* Page */

#page {
    width: 100%;
    margin: 0 auto;
    /*background: url(../../resources/images/img03.jpg);*/
    background: #f8fafc;
    /*border-top-left-radius:20px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;*/
grid-template-columns: 1fr 1fr;
	


}

#page-bgtop {
    /* background: url(../../resources/images/img02.jpg) no-repeat left top;
     border-top-left-radius:20px;
     border-top-right-radius:20px;*/
}

#page-bgbtm {
    /* background: url(../../resources/images/img04.jpg) no-repeat left bottom;*/
    //padding: 20px 0px 0px 0px;
  //padding-bottom: 50px;
}

/* Content */



#content {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.depinfo {
  border-radius: 12px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #6366f1, #a78bfa);
  color: #fff;
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}
.post {
    padding-top: 20px;
    border-bottom: 1px solid #EAEAEA;
}

.post .title {
    clear: both;
    letter-spacing: -1px;
    padding: 10px 10px 0px 40px;
    font-size: 36px;
    color: #0A7A98;
}

.post .title30 {
    clear: both;
    letter-spacing: -1px;
    padding: 10px 10px 0px 40px;
    font-size: 30px;
    color: #0A7A98;
}
.post .title20 {
    clear: both;
    letter-spacing: -1px;
    padding: 10px 40px 8px 40px;
    font-size: 20px;
	margin-left:-20px;
   // background: #4F46E5;
   color:#fff;
	background: #55aded;
border-bottom: 3px solid #318dce;
width: fit-content;
 
 border-top-right-radius: 25px;
 border-bottom-right-radius: 25px;

}

.post .title a {
    color: #0A7A98;
    border: none;
}

.post .meta {
    float: right;
    height: 48px;
    text-align: left;
    margin-bottom: 10px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: normal;
}

.post .meta .clip {
    display: inline-block;
    /*width: 156px;*/
    width: 405px;
    height: 40px;
    padding: 8px 0px 0px 0px;
	margin-right:-20px;

    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    -webkit-box-shadow: 2px 2px 9px -2px rgba(140,138,140,1);
    -moz-box-shadow: 2px 2px 9px -2px rgba(140,138,140,1);
    /*background: url(../../resources/images/img05.jpg) no-repeat left top;*/
    background: url(../../resources/images/user.png) no-repeat left center #27ae5f;
   
    text-align: center;
    vertical-align: middle;
    color: #FFEEE7;
}

.post .meta .posted {
    padding: 0px 10px 0px 0px;
    text-transform: lowercase;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size: 18px;
    font-style: italic;
    color: #415B62;
}

.post .meta a {
}

.post .entry {
    padding: 0 10px 20px 10px;
    
    text-align: justify;

}
.post .leaveform {
    padding: 0 100px 20px 80px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 14px;
}
.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}


 
/* Sidebar Container */
#sidebar {
    float: left;
    width: 268px;
	min-height: calc(100vh);
    margin: 0px 0px 0px 0px;
    
    color: #787878;
	font-family: 'Kanit', 'prompt', sans-serif;
	
    
}

/* Main Card */
#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Section Box */
#sidebar > ul > li {
    margin-bottom: 15px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

#sidebar > ul > li:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* Header */
#sidebar h2 {
    font-size: 16px;
    padding: 14px 16px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 16px 16px 0 0;
}

/* Icon */
#sidebar h2 img {
    width: 42px;
    height: 42px;
    transition: 0.4s;
}

/* Icon Animation */
#sidebar h2:hover img {
    transform: rotate(10deg) scale(1.1);
}

/* Sub Menu */
#sidebar ul ul {
    background: #fff;
    padding: 10px 0;
}

/* Menu Item */
#sidebar ul ul li {
    padding: 0;
}

/* Link Style */
#sidebar ul ul li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: 0.25s;
    position: relative;
}

/* Hover Effect */
#sidebar ul ul li a:hover {
    background: linear-gradient(90deg, #e0ecff, #f5f7ff);
    color: #2E3192;
    padding-left: 24px;
}

/* Active Effect */
#sidebar ul ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 0%;
    background: #2E3192;
    transition: 0.3s;
    transform: translateY(-50%);
    border-radius: 4px;
}

#sidebar ul ul li a:hover::before {
    height: 70%;
}

/* Indent Sub Items */
#sidebar ul ul li[style] a {
    font-size: 13px;
    color: #666;
}

/* Smooth Expand (Optional) */
#sidebar ul ul {
    max-height: 500px;
    transition: max-height 0.4s ease;
}

/* Collapsed State */
#sidebar .collapsed ul {
    max-height: 0;
    overflow: hidden;
}


/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}



#actions .button {
    display: block;
    padding: 0;
    height: 36px;
    background: url(bg-button.png) no-repeat top left;
}

#actions .button a {
    display: block;
    padding: 0;
}

#actions .button a:link,
#actions .button a:visited,
#actions .button a:hover,
#actions .button a:active {
    color: #696;
    text-decoration: none;
}

#actions .button a span {
    display: block;
    padding: 6px 10px;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    font-size: 10pt;
    font-weight: bold;
}

.tableSimply{
    margin: 10px 0px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;  
    border: 1px solid #e2e8f0;
}




.tableSimply th{
   /* color: #222;
    background:#eee;
    padding: 5px 5px;
    border-bottom: 2px solid #ccc;*/

	background: #f8fafc;
            color: #475569;
            font-weight: 600;
            padding: 16px 20px;
            border-bottom: 2px solid #e2e8f0;
}
.tableSimply td{
    /*border-bottom: 1px solid #ccc;
    color: #666;
    background: #fff;
    padding: 4px;    
    vertical-align: top;*/
	 padding: 10px 15px;
            border-bottom: 1px solid #f1f5f9;
            color: #334155;
            transition: background 0.2s ease;
}
.tableSimply tbody tr:hover td{
    /*color: #222;
    background: #eee;*/
	 background-color: #f1f7ff;
}
.tableSimply td a{
    color: #666;
}

td a img{
  display: inline-block;
  transition: transform 0.2s ease; /* Optional: Makes the scaling smooth */
}

td a img:hover {
  transform: scale(1.5);
}

#accordion_fr .ui-accordion-content {
    padding: 10px 10px 10px 10px;
}
#accordion{      font-family: /*'Kanit',*/sans-serif;
        font-size: 12px;
}
select{font-family: /*'Kanit',*/sans-serif;
        font-size: 12px;
}
input[type="button"]:disabled,#actsend:disabled,input[type="button"]:disabled:hover,#actsend:disabled:hover{border:1px solid #cacaca; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 3px;font-size:14px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #ccc;
 background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
 background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
 background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
 cursor: auto; margin-top: 5px;
 }

input[type="button"],#actsend,#acteditdoc,#actediturl{
border:1px solid #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:14px;font-family:'Kanit', sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #000;
   background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    transition: 0.5s;
  background-size: 200% auto
 cursor: pointer;  margin-top: 5px;
}
input[type="button"]:hover,#actsend:hover{ 
border:1px solid #fff;color: #fff;
  background-position: right center; /* change the direction of the change here */
 cursor: pointer;  margin-top: 5px;
 }
input[type="submit"]{ 
border:1px solid #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:14px;font-family:'Kanit', sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #000;
     background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    transition: 0.5s;
  background-size: 200% auto;
 cursor: pointer;  margin-top: 5px;
 }
 input[type="submit"]:hover{ 
border:1px solid #fff;color: #fff;
  background-position: right center; /* change the direction of the change here */
 cursor: pointer;  margin-top: 5px;
 }

input[type="reset"]{
border:1px solid #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:14px;font-family:'Kanit', sans-serif; padding: 5px 10px 5px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #000;
  background-image:  linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  transition: 0.5s;
  background-size: 200% auto;
 cursor: pointer;  margin-top: 5px;
}

input[type="reset"]:hover,#acteditdoc:hover,#actediturl:hover{
 border:1px solid #fff;color: #fff;
  background-position: right center; /* change the direction of the change here */
 cursor: pointer;  margin-top: 5px;
}


input[type="text"], textarea ,select { flex: 1;
            padding: 5px 8px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            outline: none;
            transition: all 0.3s ease;
}

input[type="text"]:focus ,textarea:focus ,select:focus {
            border-color: #03a9f4;
            box-shadow: 0 0 0 3px rgba(3, 169, 244, 0.15);
        }




         .btn-grad ,button[type="button"] {background-image: linear-gradient(to right, #F7971E 0%, #FFD200  51%, #F7971E  100%)}
         .btn-grad , button[type="button"]{
            margin: 10px;
            padding: 10px 15px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: #000;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
              display: inline-block;
			  border:1px solid #fff;
			  cursor: pointer;
			
          }

          .btn-grad:hover ,button[type="button"]:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         

#box,.box{
   	display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 12px;
  /* Gradient background */
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  /* subtle border */
  border: 1px solid #bae6fd;
  /* shadow */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  margin-bottom:10px;
}

#boxgreen,.boxgreen{
    position: relative;
    width: 94%;
    background: #D0F5A9;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1em 1.5em;
    color: rgba(0,0,0, .8);
    text-shadow: 0 1px 0 #fff;
    /*line-height: 1.5;*/
    margin: 10px auto;
}


/* tables  sort*/

table.tableSimply thead tr .header {
    /*background-image: url('bg.gif');*/
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tableSimply thead tr .headerSortUp {
    background-image: url('asc.gif');
}
table.tableSimply thead tr .headerSortDown {
    background-image: url('desc.gif');
}
table.tableSimply thead tr .headerSortDown, table.tableSimply thead tr .headerSortUp {
    background-color: #b0e0e6;
}

/* tooltip */
 .tooltip {
            position: relative;
            display: inline-block;
            color: green;
			
        }

        .container {
            text-align: center;
        }

        .tooltip::after {
            content: attr(data-tooltip);
            visibility: hidden;
			min-width: fit-content;
            width: 280px;
            background-color: black;
            color: white;
            text-align: left;
            border-radius: 6px;
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            transition: opacity 0.3s;
			white-space:pre-line;
        }

        .tooltip:hover::after {
            visibility: visible;
            opacity: 1;
        }

/* alert */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}

.alert .sign {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    width: 25px;
    display: inline-block;
}

.alert-success {
    background-color: #dbf6d3;
    border-color: #aed4a5;
    color: #569745;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white {
    background-image: linear-gradient(to bottom,#FFFFFF,#F9F9F9);
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

.alert-white .icon {
    text-align: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border: 1px solid #bdbdbd;
}

.alert-white .icon:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #bdbdbd;
    position: absolute;
    border-left: 0;
    border-bottom: 0;
    top: 50%;
    right: -6px;
    margin-top: -5px;
    background: #fff;
}

.alert-white.rounded {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon i {
    font-size: 20px;
    color: #FFF;
    left: 12px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.alert-white.alert-danger .icon,.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.alert-white.alert-info .icon,.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.alert-white.alert-warning .icon,.alert-white.alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.alert-white.alert-success .icon,.alert-white.alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}


/* KPI Container */
.kpi-container {
  display: flex;
  //grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
  justify-content:  space-around;
}

/* Card */
.kpi-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-radius: 16px;
  //width: calc(100% / 4);
  flex: 20%;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  transition: all 0.25s ease;
}


@media (max-width: 674px) {
  .kpi-container {flex-wrap: wrap;}
  .kpi-card {
     flex: calc(50% - 20px);
  }

}

/* Hover Effect */
.kpi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Icon */
.kpi-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  font-size: 22px;
  color: #fff;
}

/* Icon Colors */
.kpi-icon.total {
  background: linear-gradient(135deg, #6366f1, #818cf8);
}

.kpi-icon.success {
  background: linear-gradient(135deg, #22c55e, #A3CB38);
}

.kpi-icon.progress {
  background: linear-gradient(135deg, #048A85, #12CBC4);
}

.kpi-icon.delay {
  background: linear-gradient(135deg, #E38100, #FFC312);
}

/* Text */
.kpi-title {
  font-size: 13px;
  color: #64748b;
}

.kpi-value {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-top: 4px;
}