/* Original Mod 
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  background: linear-gradient(135deg, #e3f2fd 0%, #f1f8e9 100%);
  min-height: 100vh;
}
#t_Body_content {  
  max-width: 1920px;
//  margin-left: auto;
//  margin-right: auto;
}
@media (min-width: 1921px) {
    #t_Body_content {  
      margin-left: auto;
      margin-right: auto;
    }
}
.page-1 #t_Body_content {
  max-width: 1920px;
  margin-left: unset;
  margin-right: unset;
}

.t-Body-contentInner {
  padding-block-start: 0;
  padding-block-start: 0px;
  padding-block-end: 0;
  padding-block-end: 0px;
  padding-inline-start: 0;
  padding-inline-end: 0;
  
  // height: calc(100vh - 104px);
  // height: 100vh;
  
  padding-top: 56px;
  padding-bottom: 46px;
  padding-left: 52px;
  padding-right: 2px;
}
@media (max-width: 479px) {
  .t-Body-contentInner {
    padding-left: 0;
  }  
}
.container {
  height: 100%;
}
.t-Region {
  border-style: none;
  margin-block-end: 4px;
}

@media (min-width: 480px) {
  .t-Region {
    margin-block-start: 2px !important;
  }  
}

*/

.u-Processing--inline {
  display: none !important;
}

.ui-dialog--modern {
  background: linear-gradient(135deg, #d6f2f0 0%, #fef9d7 100%);
  border-radius: 10px;
  top: 300px !important;
}

.ui-dialog--popup {
  margin: 0;
}

/*
.js-confirmBtn {
  background: rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.3);
  border: 2px solid rgba(255,255,255,0.3);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  margin: 5px;
}
*/

.ui-button {
  background: rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.3);
  border: 2px solid rgba(255,255,255,0.3);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  margin: 5px;
}


/* Region CSS */

#reg1 {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  background: linear-gradient(135deg, #1a80a0f7 0%, #19bfc8 100%);
}
#reg1, #reg2 {
  display: flex;
  justify-content: center;
}
#reg2 {
  background: linear-gradient(135deg, #32acc8 0%, #38f2d2 100%);
}
#reg3 {
  background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
  background: linear-gradient(135deg, #3ba9b1 0%, #66a6ff 100%);
}

#reg1, #reg2, #reg3 {
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  overflow: hidden;  
  margin: 5px;
}

/* ===== CSS CODE FOR STYLISH LOOK ===== */


.region {
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  margin-bottom: 10px;
}

/* Region container styling with animation effects */
.region-container {
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

/* Hidden state - collapsed height */
.region-hidden {
    max-height: 0 !important;
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-width: 0 !important;
    transform: translateY(-10px);
}

/* Visible state - reveal from top */
.region-visible {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
}

.region-title {
  font-size: 24px;
  text-align: center;
  padding-bottom: 24px;
  font-weight: 555;
  color: #32545c;
  color: white;
}

.region-button {
  background: rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.3);
  border: 2px solid rgba(255,255,255,0.3);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  margin: 5px;
}

.region-button:focus,
.region-button:focus-visible {
    outline: none;
    border: 2px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.3);
    background: rgba(0,0,0,0.3);
}

.region-button:hover {
  background: rgba(255,255,255,0.3);
  background: rgb(226, 249, 249);
  background: rgba(0,0,0,0.3);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  color: #0b404d;
  color: white;
}

/* Reveal from top animation */
.reveal-from-top {
    animation: revealFromTop 0.4s ease-out forwards;
}

@keyframes revealFromTop {
    0% {
        max-height: 0;
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        max-height: 1000px;
        opacity: 1;
        transform: translateY(0);
    }
}



.custom-display-only {
  padding-block-start: 0 !important;
  border: none !important;
  font-weight: 555 !important;
  color: #3a3759;
}

.single-button {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-button {
  position: absolute;
  right: 0px;
}

.text-button {
  width: 120px;  
  padding: 4px 5px 5px;
  border-radius: 5px;
  margin-top: 30px;
}

.col-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-button-2 {
  width: 130px;  
  padding: 4px 5px 5px;
  border-radius: 5px;
}

.right-button-fixed {
  position: fixed;
  right: 34px;
  bottom: 36px;
}

.close-button {
  border-radius: 50%;
  position: fixed;
  top: 4px;
  right: 4px;
  padding: 6px 10px;
}

.btn-a {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: aqua;
  border-radius: 5px;
  color: darkblue;
  font-weight: 700;
}

.right-single-button {
  height: 32px;  
  margin-left: auto;
  margin-top: 2px;
  display: flex;
  right: 10px;
}

.style1-button {
  background: rgba(52, 150, 236, 0.73);
  border: 2px solid rgba(255,255,255,0.3);
//  border: none;
  color: white;
/*  padding: 8px; */
  border-radius: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  min-width: 80px;
}

.style1-button:hover {
  background: rgba(55, 151, 151, 0.81);
  transform: translateY(-2px);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  color: white;
}

.style1-button:focus {
  border: 2px solid #00e7ff;
  outline: none !important;
}

.style2-button {
  background: rgba(52, 150, 236, 0.73);
  border: 2px solid rgba(255,255,255,0.3);
//  border: none;
  color: white;
/*  padding: 8px; */
  border-radius: 17px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  min-width: 80px;
}

.style2-button:hover {
  background: rgba(55, 151, 151, 0.81);
  transform: translateY(-2px);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  color: white;
}

.style2-button:focus {
  border: 2px solid #00e7ff;
  outline: none !important;
}

.style3-button {
  background: rgba(32, 102, 92, 0.73);
  border: 2px solid rgba(255,255,255,0.3);
  border: none;
  color: white;
  padding: 4px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  min-width: 80px;
}

.style3-button:hover {
  background: rgba(55, 151, 151, 0.81);
  transform: translateY(-2px);
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  color: white;
}

.style1-col-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block-start: 18px;
}

.style2-col-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
}

.style3-col-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 479px) {
 .style2-col-button {
   margin-block-start: 8px;
 }
 .style3-col-button {
   align-items: center; 
   padding-top: unset;
   margin-block-start: 8px;
 } 
}

.single-button-var1 {
  width: 300px;
  margin-top: 20px;
}

//Input Style
.col {
  padding-inline-start: 0 !important;  
  padding-inline-end: 0 !important;
}
.t-Form-inputContainer.col {
  margin-left: 5px;
  margin-right: 5px;
}
.t-Form-fieldContainer {
  margin-inline-end: 0px !important;
  margin-inline-start: 0px !important;
} 
.t-Form-labelContainer--hiddenLabel {
  display: none;
}   

.t-Button--passwordVisibility {
  margin-inline-start: 2px;
}

.password-round .t-Button--passwordVisibility {
  border-radius: 0px 25px 25px 0px;
  margin-inline-start: 0;
  outline: none;
}

.neon-input {
    max-width: 200px;
}
.neon-input input {
    margin: 0;
    width: 100%;
    height: 38px;
    padding: 8px 15px;
    border: none;
    border: 1px solid rgba(0, 242, 254, 0.07);
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 
        inset 0 1px 1px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(0, 242, 254, 0.2);
    box-shadow: inset 0 0 .1mm .1mm #bfb6ff, 
                0 0 0 2px rgba(0, 242, 254, 0.2);    
    outline: none !important; 
    background: white;   
}

.neon-input input:focus {
    box-shadow: 
        inset 0 1px 1px rgba(0, 0, 0, 0.3),
        0 0 0 2px #cdf7f9,
        0 0 20px rgba(0, 242, 254, 0.5),
        0 0 10px rgba(0, 242, 254, 0.3);
    box-shadow: inset 0 0.1mm 0.1mm 0.1mm rgba(117, 57, 189, 0.3), 
        0 0 0 2px #adf2c5, 0 0 10px rgba(0, 242, 254, 0.5), 
        0 0 10px rgba(0, 242, 254, 0.3);    
}

.neon-input input:hover {
   border-color: #00e7ff;
   outline: none !important; 
}

.neon-input-var1 {
   margin-left: 3px !important;
   margin-right: 3px !important;  
   border-radius: 25px !important;
}

.neon-input-var2 {
   margin-left: 3px !important;
   margin-right: 3px !important;  
   border-radius: 25px 0 0 25px !important;
}

.neon-input-var3 {
   margin-left: 3px !important;  
   padding-bottom: 10px !important;
   border-radius: 25px !important;
}

.neon-input-var4 {
   margin-left: 3px !important;
   margin-right: 3px !important; 
   padding-bottom: 10px !important; 
   border-radius: 25px 0 0 25px !important;
}

.password-input {
  border-radius: 0px 25px 25px 0px;
  outline: none;
  margin-top: 2px;    
}


/* Main container for the select */
.select-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

/* Style the select element */
.select-container select {
  width: 100%;
  height: 38px;
  padding: 8px 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 242, 254, 0.07);
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(0, 242, 254, 0.2);
  box-shadow: inset 0 0 .1mm .1mm #bfb6ff, 0 0 0 2px rgba(0, 242, 254, 0.2);
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  outline: none; /* Remove the default outline */
  cursor: pointer;
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* Remove default styling for Safari */
  -moz-appearance: none; /* Remove default styling for Firefox */
  transition: all 0.3s ease;
}

/* Style the dropdown arrow */
.select-container::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #888;
  transition: all 0.3s ease;
}

/* Focus state without blue border */
.select-container select:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 2px #00f2fe, 0 0 20px rgba(0, 242, 254, 0.5), 0 0 10px rgba(0, 242, 254, 0.3);
  box-shadow: inset 0 0.1mm 0.1mm 0.1mm rgba(117, 57, 189, 0.3), 0 0 0 2px #adf2c5, 0 0 10px rgba(0, 242, 254, 0.5), 0 0 10px rgba(0, 242, 254, 0.3);
  outline: none;
}

/* Hover state */
.select-container select:hover {
  border-color: #00e7ff; /* Neon blue border on hover */
  outline: none !important; 
}

/* Disabled select styling */
.select-container select:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

/* Option styling */
.select-container select option {
  padding: 10px;
  background-color: #fff;
  color: #111;
}

/* Focus state arrow */
.select-container select:focus::after {
  color: #00ff00; /* Neon arrow color */
}

/* Custom scrollbars for select (optional) */
.select-container select::-webkit-scrollbar {
  width: 8px;
}

.select-container select::-webkit-scrollbar-thumb {
  background-color: #00ff00; /* Neon scrollbar thumb */
  border-radius: 4px;
}

.select-container select::-webkit-scrollbar-track {
  background-color: #fff;
}

/* Text Area Neon Efect */
.neon-text-area {
  border: 1px solid rgba(0, 242, 254, 0.07);
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(0, 242, 254, 0.2);
  outline: none !important;
  background: white;
}

.neon-text-area:hover {
  border-color: #00e7ff;
  outline: none !important;
}

.neon-text-area:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 2px #00f2fe, 0 0 20px rgba(0, 242, 254, 0.5), 0 0 10px rgba(0, 242, 254, 0.3);
  outline: none;
}

.ck.ck-editor {
  margin-block-start: 5px !important;
}

.ck-editor__editable {
  text-align: justify !important;
}

.ck.ck-editor__top {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(0, 242, 254, 0.2);
}

.ck.ck-toolbar > .ck-toolbar__items {
  background: darkturquoise;
  background: #6de0e1;
  z-index: 2;
}

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  z-index: 2;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
  background: #2cdbcb;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border: 1px solid rgba(0, 242, 254, 0.07);
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(0, 242, 254, 0.2);
  outline: none !important;
  background: white;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners:hover {
  border-color: #00e7ff;
  outline: none !important;
}

.ck-content:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 0 2px #00f2fe, 0 0 20px rgba(0, 242, 254, 0.5), 0 0 10px rgba(0, 242, 254, 0.3);
  outline: none !important;
}