
	#sddm
	{	margin: 0;
		padding: 0;
		}

	#sddm li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 14px calibri;
}

#sddm li a {
    display: block;
    margin: 0 1px 0 0;
    padding: 5px 20px;
    width: 60px;
    background: #2E8B57; /* Changed to Sea Green */
    color: white;
    text-align: center;
    text-decoration: none;
}

#sddm li a:hover {
    background: #FFD700; /* Changed to Gold */
    color: black;
}

#sddm div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #4CAF50; /* Changed to a lighter green */
    border: 1px solid #4CAF50; /* Matching border color */
}

#sddm div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 20px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #4682B4; /* Changed to Steel Blue */
    color: white;
    font: bold 14px calibri;
}

#sddm div a:hover {
    background: #FFD700; /* Changed to Tomato */
    color: black;
}



	#myboard {
    font: bold italic 18px calibri;
    color: white;
    background: linear-gradient(45deg, #FA8396, #FFA500, #32CD32);
	/*background: linear-gradient(to bottom, #FA8396, #FFA500);*/
	/*background-image: linear-gradient(to right, #2ab998 0%, #2989d8 30%, #428dcb 33%, #c2579b 67%, #c2579b 67%, #c2579b 75%, #ec7026 100%);*/
	
    padding: 10px; /* Optional for better appearance */
    border-radius: 5px; /* Optional for rounded corners */
}


	#myhead {
    font: bold italic 16px "Times New Roman";
    color: white;
    background: #FA8396;
    border-style: thin;
    border-width: 1px;
    border-color: white;
}


 	#mylabel
	{
	font: bold  14px Times New Roman;
	color: black;
	background: #48b1bf2e;
	}
	
	#hsn
	{
	font: bold  14px calibri;
	}
    #hr {
	border:none;
	
	border:3px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	
	}
#button  {
  width: 15%;
  background-color: #0117ff85;
  color: white;
  padding: 8px 3px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
 #button1 {
  width: 10%;
  background-color: #f44336;
  color: white;
  padding: 8px 3px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
 #button2 {
  width: 100%;
  background-color: #008CBA;
  color: white;
  padding: 8px 3px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
	
/* blink style for mandatory fields*/
    #blinkimp {
    animation: blinker 1s step-end infinite;
    }
    @keyframes blinker {
    50% {
        opacity: 0;
    }
}

#submit input[type=submit] {
  width: 15%;
  background-color: #0399ff;
  color: white;
  padding: 8px 3px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
/* Sub Proces - Menu Styles */ 


        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

        .main-sub-container {
            max-width: 900px;
            margin: 20px auto;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            overflow-x: auto;
        }

        .h2 {
            text-align: center;
            color: #333;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .main-sub-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 10px;
            background-color: #ffffff;
        }

        .main-sub-th {
            background-color: #007bff !important;
            color: #fff !important;
            font-weight: 600;
            padding: 12px;
            text-align: left;
            position: sticky;
            top: 0;
            z-index: 2;
        }

        tr.main-process {
            background-color: #ffeeba;
            cursor: pointer;
            font-weight: 600;
            border: 1px solid #ddd;
        }

        tr.main-process:hover {
            background-color: #ffc107;
        }

        tr.sub-process-list td {
            padding: 0;
            background-color: #f8f9fa;
        }

        .sub-process-table {
            width: 100%;
            border-collapse: collapse;
            background-color: #ffffff;
        }

        .sub-process-table th {
            background-color: #28a745 !important;
            color: #fff !important;
            padding: 10px;
        }

        .sub-process-table td {
            border: 1px solid #ddd;
            padding: 8px;
            color: #222;
            font-size: 20px;
        }

        .toggle-button-main {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            background: #dc3545;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .toggle-button-main:hover {
            background: #c82333;
        }