html {
    font-size: 17px;
}
body {
    background-color: #E2E8F0;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
h2,h3,a {
    text-decoration: underline;
    color: #333333;
}

#header {
    padding: 10px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbcbcb; /* This line sets the bottom border */
}
#header > span > img {
    padding-left: 10px;
}
#header > div {
    float: right;
}
#header > div > div > a {
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    padding-right: 10px;
    font-size: 0.94rem;
}
#header > div > #speak_volume {
    font-size: 0.92rem;
    width: 25px;
}
#header #header_menu div {
    display: inline;
}

#footer {
    position: fixed;
    bottom: 0px;
    color: #333333;
    background-color: #E2E8F0;
    font-size: 0.92rem;
    text-align: center;
    width: 100%;
    z-index: 1100;
}
#footer > div {
    margin: 10px;
}



#part0 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1060px;
    white-space: nowrap;
}
#part0 h1 {
    font-weight: 200;
    font-size: 2.1rem;
    margin-bottom: 30px;
}
#part0 div {
    width: 560px;
    letter-spacing: 0.3;
    line-height: 26px;
    font-size: 1rem;
    font-family: "Poppins", Sans-serif;
}
#part0 button {
    margin: 20px 0px 20px 0px;
}
#part0 a {
    font-size: 0.80rem;
    text-decoration: none;
}
#part0 a:hover {
    text-decoration: underline;
}
#part0 img {
    width: 460px;
}

#part1 {
    text-align: left;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1060px;
}
#part1 h1 {
    font-size: 2.1rem;
    margin-bottom: 30px;
}
#part1 > div {
    display: block;
    margin-bottom: 20px;
    max-width: 600px;
}
#part1 > i {
    font-size: 1.15rem;
}
#part1 > div > .show-icon::before {
    display: none !important;
}
#part1 #div-init {
    white-space: nowrap;
}
#part1 #chat_input-msn {
    font-size: 1.2rem;
    display: inline;
    height: 60px;
    align-items: center;
    background-color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    padding: 0 0 0 10px;
    border: 3px solid #ffffff;
    margin-right: 20px;
    width: 610px;
}
#part1 #chat_input-msn:focus {
    border-color: #647b9e;
    outline: none;
}

#part1_2 {
    display: none;
}
#part1_2 #chat_div-dialog {
    text-align: left;
    background-color: #333333;
    color: #e2e8f0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 640px;
    font-size: 0.94rem;
    font-family: tahoma;
    border-radius: 10px;
}
#part1_2 #chat_button-part1_2 {
    display: none;
    margin: 20px auto;
}



#part1_3 {
    display: none;
}
#part1_3 #category_info {
    margin-bottom: 20px;
    text-align: left;
    background-color: #333333;
    color: #e2e8f0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 640px;
    font-size: 0.94rem;
    font-family: tahoma;
    border-radius: 10px;
}
#part1_3 #category_select-part1_3 {
    display: none;
    width: 100%;
    max-width: 680px;
}


#part1_4 {
    display: none;
}
#part1_4 #explanation_info {
    margin-bottom: 20px;
    text-align: left;
    background-color: #333333;
    color: #e2e8f0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    max-width: 640px;
    font-size: 0.94rem;
    font-family: tahoma;
    border-radius: 10px;
}
#part1_4 #explanation_text-part1_4 {
    display: none;
    width: 100%;
    max-width: 680px;
    height: 97px;
}
#part1_4 #explanation_text_counter-part1_4 {
    position: relative;
    left: 308px;
    width: 80px;
}
#part1_4 #case_button-explanation {
    display: none;
}

#part2 {
    display: none;
    max-width: 1260px;
    margin: 0 auto;
    padding-bottom: 40px;
}
#part2 #instructial_text {
    text-align: left;
    background-color: #333333;
    color: #e2e8f0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    padding: 20px;
    max-width: 640px;
    font-size: 0.94rem;
    font-family: tahoma;
    border-radius: 10px;
}
#part2 #case-email {
    padding: 20px 0;
    white-space: nowrap;
    font-weight: bold;
    animation: pulse 3.5s infinite;
}
#part2 ol li {
    margin-bottom: 20px;
}
#part2 #case-table {
    display: flex;
    justify-content: center;
}

#part2 #case-table table {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}
#part2 #case-table tr.odd {
    background-color: #f2f2f2;
}
#part2 #case-table th {
    border-bottom: 1px solid #cbcbcb;
}
#part2 #case-table th:nth-last-child(2) {
    text-align: center;
}
#part2 #case-table th:last-child {
    text-align: center;
}
#part2 #case-table tr.even {
    background-color: #e2e8f0;
}
#part2 #case-table td:nth-child(1) {
    vertical-align: top;
    width: 230px;
    cursor: pointer;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.90rem;
    white-space: nowrap;
}
#part2 #case-table td:nth-child(2) {
    width: 99%;
}
#part2 #case-table td:nth-last-child(2) {
    cursor: context-menu;
    vertical-align: top;
    white-space: nowrap;
}
#part2 #case-table td:last-child {
    vertical-align: top;
    white-space: nowrap;
}
#part2 #case-table .sorting-drag {
    background-color: #ffae79 !important;
}
#part2 #case-table .sorting-placeholder {
    border: 2px dashed #ffae79;
}
#part2 #case-table tbody i {
    cursor: pointer;
}
#part2 #case-table tbody span {
    cursor: pointer;
}
#part2 #case-table td.note > b {
    cursor: pointer;
}
#part2 #case-table td.note > div > span {
/*    white-space: nowrap; */
}
#part2 #case-email-copy {
    cursor: pointer;
}
#part2 #case_input-upload {
    display: none;
}
#part2 #case_button-upload {
    margin: 20px auto;
}
#part2 #case_button-upload #spinner {
    display: none;
    height: 28px;
}
#part2 #chat_button-part2 {
    display: block;
    margin: 20px 0 0 auto;
}

#part2 #case-table .fa-file, #part2 #case-table .fa-envelope, #part2 #case-table .fa-paperclip {
    display: inline-block;
    animation: pulse 2.0s infinite;
}



.show-icon::before {
    color: #333333;
    content: "\f103";         /* Unicode for fa-angles-down */
    font-family: FontAwesome; /* Specifies Font Awesome font */
    display: block;           /* Makes the icon take the full width of the div */
    position: absolute;       /* Absolutely position the icon */
    left: 50%;                /* Center the icon */
    transform: translateX(-50%); /* Adjust to truly center */
    bottom: -30px;            /* Adjust as necessary to position the icon under the div */
    cursor: pointer;
}

.button {
    background-color: #647b9e;
    color: #ffffff;
    height: 60px;
    border-radius: 10px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    -webkit-border-radius: 10px;
}

.ui-dialog {
    z-index: 1200;
    border-radius: 10px;
}
.ui-dialog-titlebar {
    border-radius: 10px;
    background-color: #647b9e;
    color: #ffffff;
    margin: 10px;
}
.ui-dialog-content {
    background-color: #f5f5f5;
    color: #333333;
}
.ui-dialog-buttonpane {
    text-align: center !important;
}

.ui-dialog-buttonpane .ui-button {
    float: none !important;
    display: inline-block !important;
}
.ui-dialog-buttonset {
    float: none !important;
}
.tooltip.fas {
    font-size: 1.8rem;
    color: #647b9e;
}
.tooltip.info-circle {
    color: #647b9e;
    font-size: 16px;
}
.tooltiptext {
    display: none;
}

#contentDocumentName {
    display: none;
}

#contentDocumentName #newDocumentName {
    width: 100%;
    height: 50px;
}

#contentDocumentSummary {
    display: none;
}

#contentDocumentSummary #newDocumentSummary {
    width: 100%;
    height: 105px;
}

#contentPincodeValidate {
    display: none;
}

#contentPincodeValidate #pincode {
    width: 50%;
}

/* For screens smaller than 900px (like mobiles) */
@media (max-width: 1024px) {
    body {
        margin: 5px;
        padding: 0;
        font-size: 16px;
    }
    table {
        table-layout: fixed;
    }
    #part0 div {
	width: 360px;
    }
    #part0 h1 {
	line-height: 30px;
    }
    #part0 table td img {
	display: none;
    }
    #part1 #chat_input-msn {
	width: 220px;
	font-size: 0.95rem;
	margin-right: 5px;
    }
    #part1_2 #chat_div-dialog {
	width: unset;
    }
    #part2 #case-table table {
	font-size: 0.91rem;
    }
    #part2 #case-table table th {
	padding: 0.5em 0.5em;
    }
    #part2 #case-table table td {
	font-size: 12px;
    }
    #part2 #case-table table td:nth-child(1) {
	font-size: 12px;
	white-space: inherit;
    }
}

/* For screens smaller than 455px (like mobiles) */
@media ( max-width: 696px ){
    #part1_4 #explanation_text_counter-part1_4 {
	position: unset;
	float: right;
    }
    #part1_4 #case_button-explanation {
	margin-left: 60px;
	margin-top: 20px;
    }
}

/* For screens smaller than 455px (like mobiles) */
@media ( max-width: 455px ){
    #header {
        position: relative;
    }
    #header_menu {
        display: flex;
        justify-content: start;
    }
    #header_menu div {
        position: absolute;
        right: -10px;
        top: 19px;
    }
    #header_menu div a {
        font-size: 15px !important;
    }
    #speak_volume {
        font-size: 12px !important;
        position: absolute;
        top: 0px;
        right: -10px;
    }
}

@keyframes pulse {
    0%, 100% {
	opacity: 1;
	text-shadow: none;
    }
    50% {
        opacity: 0.9;
	text-shadow: 0 0 10px rgba(52, 152, 219, 0.6); /* Glowing blue shadow */
    }
}
