/* main.css */
*, ::after, ::before{
  box-sizing: border-box;
}
html, body {  
  height: 100%;
  margin: 0;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px
  -webkit-tap-highlight-color: var(--color-content-primary-faded);
}
main {
  flex: 1; /* pushes footer down */
  display: flex;
  padding: 10px 0;
  font-weight: 400;
  font-size: 17px;
}
/* Content area grows to fill space */
/*
main {
  flex: 1 0 auto;
}
*/
.logoMenu{
  height: 60px;
  padding-right: 50px;
}
.logoMenuSm{
  height: 30px;
  padding-right: 50px;
}

/* Footer at bottom */
footer {
  background: linear-gradient(135deg, #1d72c2 0%, #5791d0 100%);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  flex-shrink: 0;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  transition: all 0.3s ease;
  padding: 3px 8px;
  border-radius: 4px;
}

footer a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}


/* -------------------------------------------------------------------  */
.clearMe {clear:both; visibility:hidden; height:0px; width:99% }
.clearMe2 {clear:both; visibility:hidden; height:5px; width:99% ;}

.login-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border: 4px solid #5791d0;
}

/* Mobile responsive - full page design */
@media (max-width: 768px) {
  body {
    background: linear-gradient(135deg, #6B3FE8 0%, #5328C4 100%) !important;
    min-height: 100vh;
    margin: 0;
    padding: 0;
  }

  main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  .mobile-login-header {
    flex: 0 0 auto;
    text-align: center;
    padding: 60px 20px 40px;
  }

  .mobile-logo-card {
    background: white;
    border-radius: 16px;
    padding: 24px 32px;
    display: inline-block;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .mobile-logo-card img {
    max-width: 240px;
    height: auto;
  }

  .mobile-welcome-text {
    color: white;
  }

  .mobile-welcome-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px 0;
  }

  .mobile-welcome-text p {
    font-size: 20px;
    margin: 0;
    opacity: 0.95;
  }

  .login-card {
    flex: 1;
    width: 100%;
    max-width: none;
    background: #F5F3EF;
    border-radius: 32px 32px 0 0;
    padding: 40px 28px;
    border: none;
    box-shadow: none;
    margin: 0;
  }

  .login-card h1,
  .login-card h3 {
    display: none;
  }

  .login-card .form-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }

  .login-card .form-control {
    font-size: 20px;
    padding: 18px 20px;
    border: 3px solid #6B3FE8;
    border-radius: 12px;
    background: white;
    color: #333;
  }

  .login-card .form-control:focus {
    border-color: #6B3FE8;
    box-shadow: 0 0 0 4px rgba(107, 63, 232, 0.15);
    outline: none;
  }

  .login-card .form-control::placeholder {
    color: #999;
    font-size: 18px;
  }

  .login-card .form-check-input {
    width: 24px;
    height: 24px;
    border: 3px solid #6B3FE8;
    border-radius: 6px;
  }

  .login-card .form-check-input:checked {
    background-color: #6B3FE8;
    border-color: #6B3FE8;
  }

  .login-card .form-check-label {
    font-size: 18px;
    color: #333;
    margin-left: 10px;
  }

  .login-card .btn-primary {
    font-size: 22px;
    font-weight: 700;
    padding: 20px;
    background: #6B3FE8;
    border: none;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
  }

  .login-card .btn-primary:hover,
  .login-card .btn-primary:active {
    background: #5328C4;
  }

  .login-card .btn-primary img {
    display: none;
  }

  .login-card a {
    font-size: 18px;
    color: #6B3FE8;
    font-weight: 600;
    text-decoration: none;
  }

  .login-card a:hover {
    color: #5328C4;
    text-decoration: underline;
  }

  .login-card .mb-3 {
    margin-bottom: 24px !important;
  }

  .login-card .mt-3 {
    margin-top: 24px !important;
  }
}

.btnIcon {
  width: 48px;
  height: 48px;
  display: inline-block;
  object-fit: contain;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
  cursor: pointer;
}

/* -------------- Agent First Original content end --------------- */

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  background-color: #1d72c2; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 12px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9000; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the top */
  transform: translateX(-50%); /* Center regardless of width */
  border: 4px solid #579ed9;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.hide {
  visibility: hidden;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 30px; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 30px; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 30px; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 30px; opacity: 0;}
}

/* Snackbar end */


/*----------------------------------------------------------*/

/* Main Content and Forms - Start --------------- */
#mainContent{
  width: 99%;
  padding:  3px 1px 25px 1px;
  font-size: 17px;
  margin-top: 0;
  min-height: 400px;
}
input[type="button"] {
    font-size: 18px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.8em;
    padding: 0.8em 1.0em;
    background: linear-gradient(135deg, #1d72c2 0%, #5791d0 100%);
    border-color: transparent;
    color: #ffffff !important;
    width: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    cursor: pointer;
}

input[type="button"]:hover {
    background: linear-gradient(135deg, #1658a0 0%, #4680bf 100%);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

input[type="button"]:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/*----------------------------------------------------------*/
/* formContent  Start   */
/*----------------------------------------------------------*/

.formContent{
  width: 96%;
  margin-left: 2%;
  border: 4px solid #579ed9;
  padding: 5px 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.formContent p{
  float: left;
  width: 31%;
  padding-left: 1%;
  padding-right: 1%;
  box-sizing: border-box;
  line-height: 1.2rem;
  /* display: block; */
  margin:0 0 0.5rem;
  font-size:0.9rem;
}
.formContent p label{
  line-height: 1.6rem;
  margin-bottom: 3px;
}
.formContent input:not([type="button"]){
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 0.8rem;
  border-color: #d4d5d6;
  /* background-color: #f5f5f5; */
  background-color: #f8f9fa;
}
.formContent select{
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 0.8rem;
  border-color: #d4d5d6;
  background-color: #f8f9fa;
}
.formContent textarea{
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 0.8rem;
  border-color: #d4d5d6;
  background-color: #f8f9fa;
}
/* formContent end */

.formContentTitle{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #579ed9;
  padding-top: 5px;
  /* padding-bottom: 5px;*/
  background: linear-gradient(90deg, rgba(29, 114, 194, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}
.formContentTitle::after{
  content: "";
  display: block;
  clear: both;
}
.formContentMid{
  clear:both;
  width: 100%;
  margin-bottom: 5px;
  /* margin-top: 5px; */
  padding-top: 7px;
  display: block;
  border-top: 2px solid #579ed9;
}
.formContentMid::after{
  content: "";
  display: block;
  clear: both;
}
.formContentMid2{
  clear:both;
  width: 100%;
  display: block;
}
.formContentMid2::after{
  content: "";
  display: block;
  clear: both;
}
.formContentMidHeader{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  border-top: 2px solid #579ed9;
  border-bottom: 2px solid #579ed9;
}
.formContentMidHeader::after{
  content: "";
  display: block;
  clear: both;
}

.formContentMidHeaderSm{
  clear:both;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 20px;
  border-top: 2px solid #579ed9;
  border-bottom: 0;
}
.formContentMidHeaderSm::after{
  content: "";
  display: block;
  clear: both;
}
.formContentFooter{
  clear:both;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 1px;
  padding-top: 5px;
  border-top: 1px solid #579ed9;
}
.formContentFooter::after{
  content: "";
  display: block;
  clear: both;
}
.formContentTA{
  width: 96%;
  height:260px;
  min-height: 1.8rem;
  line-height: 1.8rem;
  border-width: 2px;
  border-radius: 0.8rem;
  border-color: #d4d5d6;
}
.formContentShort{
  width: 96%;
  height:50px;
}

/*----------------------------------------------------------*/
/* List Content  Start   */
/*----------------------------------------------------------*/

.listContent{
  width: 96%;
  margin-left: 2%;
  border: 4px solid #579ed9;
  padding: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.listFilter{
  display: block;
  width: 100%;
  clear: both;
}   
.listFilter::after{
    content: "";
    display: block;
    clear:both;
}
.listFilter p{
  float: left;
  width: 23%;
  padding-left: 2%;
  display: block;
  vertical-align: top;
  margin: 10px 20px 10px 0;
}

.listFilter input{
  min-height: 2.0rem;
  line-height: 2.0rem;
  border-width: 2px;
  border-radius: 2rem;
  border-color: #d4d5d6;
  background-color: #f8f9fa;
  display: inline-block;
}
#listFilter input[type="text"] {
  height: 1.8rem;             /* shorter and more compact */
  min-height: 1.8rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  /* border: 2px solid #d4d5d6;*/
  border-radius: 2rem;
  /* background-color: #f5f5f5; */
  background-color: #f8f9fa;
  font-size: 0.9rem;
}   
#listFilter input[type="tel"] {
  height: 1.8rem;             /* shorter and more compact */
  min-height: 1.8rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  /*border: 2px solid #d4d5d6;*/
  border-radius: 2rem; 
  background-color: #f8f9fa;
  font-size: 0.9rem;
}
#listFilter input[type="date"] {
  height: 1.8rem;             /* shorter and more compact */
  min-height: 1.8rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  /*border: 2px solid #d4d5d6;*/
  border-radius: 2rem;
  background-color: #f8f9fa;
  font-size: 0.9rem;
}
.listFilter select{
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  padding-bottom: 5px;
  border-width: 2px;
  border-radius: 1.6rem;
  border-color: #d4d5d6;
  appearance: none; /* hide native arrow */
  margin-left: 5px;            /* nudge slightly to the right */
  padding: 0 1.8rem 0 0.8rem;
  background-color: #f8f9fa;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
}
.listFilterFieldGroup{
  float: left;
  margin-right: 10px;
}
.listFilter label{
  width: 99%;
  display: block;
  padding-left: 5px;
}
/*
.listFilter input[type="text"]:focus, 
.listFilter input[type="date"]:focus, 
.listFilter select:focus
.listFilter input[type="email"]:focus,
.listFilter input[type="password"]:focus,
.listFilter textarea:focus 
{
  outline: none;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(29, 114, 194, 0.3);
  border: 10px solid #8A9A5B;
}
*/

.dateRange input{
  min-height: 2rem;
  line-height: 2.0rem;
  padding: 0 0.4rem;
  width: 47% !important;
  font-size: 0.9rem;
}
.dateRange2 input{
  min-height: 2rem;
  line-height: 2.0rem;
  padding: 0 0.4rem;
  width: 44%;
  font-size: 0.9rem;
}

.selectMulti{
  height: 80px;
}
.selectMulti option{
  border-bottom: 2px solid #AADDEC;;
}

/*---------------------------------------------------*/
/* List Navigation */
/*---------------------------------------------------*/

.listContent{
  width: 96%;
  margin-left: 2%;
  border: 4px solid #579ed9;
  padding: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#navPrevFirst{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
#navPrevFirst2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
#navPrev{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
#navPrev2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
#navNext{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
#navNext2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
#navNextLast{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}
#navNextLast2{
  padding: 0;
  border-radius: 0.8em;
  width: 30px;
  min-height: 1.6rem;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}

/* Add or update this for the per-page dropdown */
.selectNav {
  width: 70px !important;
  height: 26px !important;  
  margin-top: 3px;
  appearance: none; /* hide native arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f5f5f5;
  border: 2px solid #d4d5d6;
  border-radius: 0.8em;
  padding: 0 1.8rem 0 0.8rem; /* add right padding for custom arrow */
  margin-left: 5px;            /* nudge slightly to the right */
  font-size: 0.7rem;
  line-height: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 14px;
}
#pageCountInfo{
  font-size: 0.8rem;
  margin-left:3px;
  margin-right:15px;
  vertical-align: middle;
}
#pageCountInfoBtm{
  border-bottom: 1px solid #579ed9;
}
#pageNavInfo{
  font-size: 0.8rem;
  margin-left:3px;
  margin-right:3px;
  vertical-align: middle;
}
#pagePerCountLabel{
  font-size: 0.8rem;
  margin-left:3px;
  vertical-align: middle;
}
.pagePerCountLabel{
  font-size: 0.8rem;
  margin-left:3px;
  vertical-align: middle;
}

.contentListL{
  float: left;
  width: 25%;
  padding-left: 20px;
}
.contentListR{
  float: right;
  padding-right: 20px;
}
.contentListFull{
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
}
.readonly{
  color:#63666A;
}


/* Main Content and Forms - End --------------- */

/* Btn Start */
.btnType1{
  cursor: pointer;
  z-index: 1;
  float:right;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 1.8rem;
  background: linear-gradient(135deg, #1d72c2 0%, #5791d0 100%) !important;
  border-radius: 8px !important;
  color: #f5f5f5;
}

.btnImg1{
  width:22px;
  height:22px;
  margin-top: 0px;
  cursor: pointer;
  z-index: 1;
}
.multiBtnArea{
  margin-right: 6px;
}
.btnImg2{
  width:30px;
  height:30px;
  margin: 2px;
  cursor: pointer;
}
.btnImg3{
  height:30px;
  margin: 2px;
  cursor: pointer;
}
.btnImgSample{
  width:30px;
  height:30px;
}
.btnWrapper{
  float: left;
  width: 10%;
  min-width:60px;
  padding-top: 2%;
  padding-left: 2%;
}
.btnTitle{
  text-align: center;
  width: 99%;
  clear: right;
  padding-bottom: 10px;
}
.btnDisplay{
  text-align: center;
  width: 99%;
}
/* Btn End */


/* Tool Tip - Start */
.tooltiptextDynamic{
  width:330px; visibility:hidden; opacity:0;
  z-index: 1;
}

.tooltip {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  /* color: #000000 !important; */
  color: #fafafa !important;
  text-align: center;
  opacity: 100;
  z-index: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background: #f2f4f8;
  border: 1px solid #3b82f6;
  color: #222;
  text-align: justified;
  border-radius: 8px;
  padding: 8px 12px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  margin-top: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-size: 0.85rem;

  /* Fade in tooltip - takes 0.5 seconds to go from 0% to 100% opac: */
  opacity: 0;
  transition: opacity 0.5s linear 0.5s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #3b82f6 transparent;
}
.tooltipGroupStart {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 4px solid #579ed9;
}
/* Tool Tip - End */

@media (max-width: 800px) {
  .formContent p{
    width: 98%;
  }
  .userPhotoWrapper{
    width: 100%;
  }
}

.contentFull{
  float: left;
  width: 98%;
  padding-left: 20px;
  padding-top: 8px;
}
.contentL{
  float: left;
  width: 40%;
  padding-left: 20px;
}
.contentR{
  float: right;
  width: 50%;
  padding: 5px 10px;
  margin-top: 1px;
}
/*
.buttonLower{
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
*/
.title1{
  font-weight: bold;
  font-size:1.1rem;
}
.title2{
  font-weight: bold;
  font-size:0.9rem;
}


/* Content.css start  */
.menuIcon1{
    width: 18px;
    height: 18px;
    margin-top: 0px;
    cursor: pointer;
}
textarea{
  min-height: 1.8rem;
    line-height: 1.8rem;
    border-width: 2px;
    border-radius: 1.6rem;
    border-color: #d4d5d6;
}
.textareaRound{
  min-height: 1.8rem;
    line-height: 1.8rem;
    border-width: 2px;
    border-radius: 1.6rem;
    border-color: #d4d5d6;
}
.rptContent1{
  width: 86%;
  margin-left: 7%;
  border: 4px solid #579ed9;
  display: block;
}
.rptContent1 p{
  float: left;
  width: 50%;
  padding: 2% 10px;
  line-height: 1.2rem;
  display: block;
  margin:0 0 1rem;
  font-size:0.9rem;
}
.rptContent1 p label{
  line-height: 1.9rem;
  font-weight: bold;
}
.rptContent1 input:not([type="button"]){
  height: 1.8rem;
  min-height: 1.8rem;
  line-height: 1.8rem;
}
.rptContent1 select{
  height: 1.8rem;
    min-height: 1.8rem;
    line-height: 1.8rem;
}
.rptContent1Title{
  clear:both;
  width: 100%;
  border-bottom: 1px solid #579ed9;
  padding-top: 5px;
  padding-bottom: 5px;
}
.rptContent1Title::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1Mid{
  clear:both;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  display: block;
}
.rptContent1Mid::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1Mid2{
  clear:both;
  width: 100%;
  display: block;
}
.rptContent1Mid2::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1MidHeader{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
  border-top: 1px solid #579ed9;
  border-bottom: 1px solid #579ed9;
}
.rptContent1MidHeader::after{
  content: "";
  display: block;
  clear: both;
}
.rptContent1Footer{
  clear:both;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 1px;
}
.rptContent1Footer::after{
  content: "";
  display: block;
  clear: both;
}
.midArea{
  min-height: 1.8rem;
    line-height: 1.8rem;
    border-width: 2px;
    border-radius: 2rem;
    border-color: #d4d5d6;
}
#writerModeBtn1{
  cursor: pointer;
}
/* Content.css End */

/*--- ListResultTable -----------------------------------------------------------*/
#listResultTable {
  width: 100%;
  margin-top: 20px;
  border-collapse: separate;
  border-spacing: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Remove radius for tables on edit pages (Associated sections) */
#categoriesTableContainer #listResultTable,
#topicsTableContainer #listResultTable,
#childCategoriesTableContainer #listResultTable,
#fileListTable {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Ensure edit page table headers match list page styling */
#fileListTable th {
  background-color: #4a8fd4;
  color: white;
  font-weight: 600;
  padding: 5px 10px;
  border-bottom: 2px solid #5791d0;
  transition: background-color 0.2s ease;
}

#fileListTable th:not(:first-child) {
  border-left: 1px #f5f5f5 solid;
}

tr { border: solid 1px #eaeaea; }

#listResultTable tr:nth-of-type(2n) { 
  background-color: #f5f5f5; 
}
/* Table cells */
#listResultTable td {
  padding: 5px 10px;
  border-bottom: 1px solid #e8e8e8;
  /* border-bottom: 1px solid #777777;  */
}
#listResultTable tr:not(:first-child) td:first-child{
  max-width: 90px;
  text-align: center;
}

th, td { padding: 5px 5px 5px 8px ; }
th:first-of-type{ padding: 0 5px; }

th {
  color: white;
  text-align: center;
  background: #4a8fd4;
  white-space:nowrap;
  border-bottom: 2px solid #5791d0;
  transition: background-color 0.2s ease;
}
th:not(:nth-of-type(n+1)) { text-indent: -9999px; }
th:nth-of-type(n+1) { cursor: pointer; }
th:nth-of-type(n+1):hover { background: #1d72c2; }

/*
tr:not(:first-child) td:first-child{ 
  text-align: right;
  white-space: nowrap;
  min-width: 40px;
}
*/




/* Table header alignment */
#listResultTable th {
  color: white;
  text-align: center;
  background: #4a8fd4;
  white-space:nowrap;
  transition: background-color 0.2s ease;
}
#listResultTable th:not(:nth-of-type(n+2)) {
  text-indent: -9999px;
  border-top: 0.5px #1d72c2 solid;
  border-bottom: 0.5px #5791d0 solid;
}
#listResultTable th:nth-of-type(n+2) {
  cursor: pointer;
  border-left: 1px #f5f5f5 solid;
  border-top: 0.5px #1d72c2 solid;
  border-bottom: 0.5px #5791d0 solid;
}
#listResultTable th:nth-of-type(n+2).asc,
#listResultTable th:nth-of-type(n+2).desc {
  padding-right: 30px;
}
#listResultTable th:nth-of-type(n+2).asc {
  background: #4a8fd4 url('/image/asc.png') no-repeat center right !important;
  background-size: 25px !important;
}
#listResultTable th:nth-of-type(n+2).asc:hover {
  background: #1d72c2 url('/image/asc.png') no-repeat center right !important;
  background-size: 25px !important;
}
#listResultTable th:nth-of-type(n+2).desc {
  background: #4a8fd4 url('/image/desc.png') no-repeat center right !important;
  background-size: 25px !important;
}
#listResultTable th:nth-of-type(n+2).desc:hover {
  background: #1d72c2 url('/image/desc.png') no-repeat center right !important;
  background-size: 25px !important;
}

#listResultTable th {
  background-color: #4a8fd4;
  color: white;
  font-weight: 600;
  padding: 5px 10px;

  border-bottom: 2px solid #5791d0;
  transition: background-color 0.2s ease;
}

#listResultTable th:nth-of-type(n+2):hover {
  background-color: #1d72c2 !important;
}



/* Smooth hover effect for rows */
#listResultTable tr:hover td {
  background-color: #f9f9ff;
  transition: background-color 0.2s ease;
}

#listResultTable tbody tr {
  transition: all 0.2s ease;
}


/*--- ListResultTable End -----------------------------------------------------------*/


.headerMessageArea{
  padding-right: 50px;
  font-weight: bold;
  font-size: 1.3rem;
}


input:not([type="submit"]),.w-form-checkbox,.w-form-radio{
  font-size:1rem;
  font-weight:400;
  letter-spacing:0em;
  border-width:0px;
  border-radius:0rem;
  /* background:#f5f5f5; */
  border-color:#e8e8e8;
  padding: 0 0.8rem;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
}
/* input:not([type="submit"]), textarea, select { 
input:not([type="submit"]), textarea, select {
*/
input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    width: 100%;
    /* nborder: 0px solid transparent; */
    /* background: none; */
    transition: all 0.2s;
}
input:not([type="submit"]), select, textarea {
    outline: none !important;
}
button, input, optgroup, select, textarea {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    margin: 0;
}
input[type="text"], input[type="date"], input[type="email"], input[type="search"], input[type="number"], input[type="password"], textarea {
    -webkit-appearance: none;
}

/* Radio buttons - smaller and inline */
input[type="radio"] {
    width: 14px;
    height: 14px;
    margin: 0 5px 0 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:first-of-type {
    margin-left: 0;
}

p input[type="radio"] ~ label {
    display: inline;
    margin-right: 10px;
    font-weight: normal;
    font-size: 0.95rem;
    cursor: pointer;
    vertical-align: middle;
}

/* Checkboxes - smaller and aligned */
input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    cursor: pointer;
}

input:not([type="submit"]), select, textarea {
    outline: none !important;
}
button, input, optgroup, select, textarea {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/*
.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, input:not([type="submit"]) {
    min-height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 0.8rem;
}
.w-filter.state_desktop.style_drop_default .w-filter-item-title, .select2-selection, select, textarea, input:not([type="submit"]), .w-form-checkbox, .w-form-radio {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0em;
    border-width: 0px;
    border-radius: 0rem;
    background: #f5f5f5;
    border-color: #e8e8e8;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
}
input:not([type="submit"]), textarea, select {
    width: 100%;
    border: 0px solid transparent;
    background: none;
    transition: all 0.2s;
}
*/
/* Chat GPT  */
/* ===== Form Style Sync with CMS Look ===== */

/* General Input, Select, and Textarea Styling */
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border: 1px solid #e8e8e8;
  border-radius: 0.8px;           /* Rounded Edges */
  background-color: #f5f5f5;
  color: #333;
  padding: 1px 12px;
  /* font-size: 1rem;*/
  font-family: 'Montserrat', sans-serif;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Focus and Active States */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: none;
  /* background-color: #f2f2f2; */
  background-color: #ebe7e4;
  /* box-shadow: 0 0 0 2px rgba(29, 114, 194, 0.3);*/
  border: 4px solid #708090; !important
}

/* Placeholder color */
::placeholder {
  color: #999;
}

/* Dropdowns */
/*
select {
  height: 38px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
  padding-right: 32px;
}
*/

/* Labels */
label {
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 4px;
  display: inline-block;
}

/* Tooltip icons alignment */
label .btnImg1 {
  vertical-align: middle;
  margin-left: 4px;
  cursor: help;
}


/* Buttons and Navigation */
.buttonNav{
  background: #1d72c2 !important;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.buttonNav:hover{
  background: #1d72c2 !important;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.buttonNav:active{
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}



/* Tooltip consistency */
.tooltiptext {
  border-radius: 8px;
  background: #f2f4f8;
  border: 1px solid #3b82f6;
  color: #222;
  font-size: 0.85rem;
  padding: 8px 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/*----------------------------------------------------------*/
/* Other
/*----------------------------------------------------------*/
.formBtn{
  float:right;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 0.8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
.formBtn:hover{
  background: #1d72c2 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.formBtn:active{
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#saveUser1{
  float:right;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 0.8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
#saveUser1:hover{
  background: #1d72c2 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#saveUser2{
  float:right;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 0.8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
#saveUser2:hover{
  background: #1d72c2 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#companyBtn1{
  float:right;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 0.8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
#companyBtn1:hover{
  background: #1d72c2 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.editBtn1{
  float:right;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 0.8rem !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
.editBtn1:hover{
  background: #1d72c2 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.editBtn2{
  float:right;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 0.8rem !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
.editBtn2:hover{
  background: #1d72c2 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Base button style - shared by all action buttons */
#saveData1,
#saveData2,
#backBtn1,
#backBtn2,
#userListBtn1,
#userAddBtn1,
#saveOrg1,
#saveOrg2,
#addTopicBtn,
#addCategoryBtn,
#addBtn,
#saveNoteBtn_1,
#saveNoteBtn_Float,
#closeBtnFloat,
#uploadFilesTopBtn {
  float: right;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 1px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}

/* Save/Update buttons - green background for data changes */
#saveData1,
#saveData2,
#saveOrg1,
#saveOrg2,
#saveNoteBtn_1,
#saveNoteBtn_Float,
#saveFileBtn {
  background: #4CAF50 !important;
}

/* Default button hover - blue gradient */
#backBtn1:hover,
#backBtn2:hover,
#userListBtn1:hover,
#userAddBtn1:hover,
#addTopicBtn:hover,
#addCategoryBtn:hover,
#addBtn:hover,
#closeBtnFloat:hover,
#browseFilesBtn1:hover,
#browseFilesBtn2:hover,
#addCategoryModalBtn:hover,
#addURLBtn:hover {
  background: linear-gradient(135deg, #1658a0 0%, #4680bf 100%) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* Save/Update button hover - green gradient */
#saveData1:hover,
#saveData2:hover,
#saveOrg1:hover,
#saveOrg2:hover,
#saveNoteBtn_1:hover,
#saveNoteBtn_Float:hover {
  background: linear-gradient(135deg, #3d9142 0%, #5bc05f 100%) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#changePassword{
  float:right;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
#changePassword:hover{
  background: linear-gradient(135deg, #1658a0 0%, #4680bf 100%) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
#emailChangePassword{
  float:right;
  margin-bottom: 1px;
  margin-left: 10px;
  font-size: 1.0rem;
  padding: 0.2em 0.6em;
  min-height: 2.0rem;
  background: #1d72c2 !important;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
#emailChangePassword:hover{
  background: linear-gradient(135deg, #1658a0 0%, #4680bf 100%) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}


/*------------------------------------------------*/
/*-- Modal ---*/
/* Custom modal system - uses .custom-modal class to avoid conflict with jquery-modal */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal.show {
  display: block !important;
}

.custom-modal .modal-content {
  position: relative;
  background: white;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}

.custom-modal .close {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}

.custom-modal .close:hover,
.custom-modal .close:focus {
  color: #1d72c2;
  text-decoration: none;
}
.modalBtnWrapper{
  padding-left: 1%;
  width: 95%;
}
#modalPrevBtn{
  float: left;
  width: 47%;
  padding: 5px 0;
  border-radius: 0.8em;
}

#modalNextBtn{
  float: left;
  width: 47%;
  padding: 5px 0 5px 10px;
  border-radius: 0.8em;
}
#modalCloseBtn{
  clear: both;
  float: left;
  width: 97%;
  padding: 5px 14px;
  margin: 10px 0 0 10px;
  border-radius: 0.8em;
}



/* JSON Compare Styles for Activity Log Changes */
.jsonCompare {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.jsonCompareRow {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 5px;
}

.jsonCompareRow:last-child {
  border-bottom: none;
}

.jsonCompareRow:nth-child(even) {
  background-color: #f5f5f5;
}

.jsonCompareCol1 {
  flex: 1;
  padding: 5px;
  word-break: break-word;
}

.jsonCompareCol2 {
  flex: 1;
  padding: 5px;
  word-break: break-word;
  color: #008000;
}

.jsonCompareCol3 {
  flex: 1;
  padding: 5px;
  word-break: break-word;
  color: #888;
  text-decoration: line-through;
}

/* Legacy modal style */
.modal.legacy {
  height: 130px;
}
.modal p{
  line-height: 1.7rem;
  margin: 0 0 0.5rem;
  overflow: hidden;
}
.modal input{
  min-height: 1.5rem;
  line-height: 1.7rem;
}
.modal select {
  min-height: 1.5rem;
  line-height: 1.7rem;
}
.modalLookup{
  max-width: 90%;
  min-width: 300px;
  width: 50%;
}
#modalExport{
  max-width: 90%;
  min-width: 300px;
  max-width: 800px;
  width: 70%;
}
#modal1_header1{
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #000000; /* #5791d0; */
  /* min-height: 70%;*/
  clear: both;
  display: block;
  width: 99%;
  border-bottom: 1px solid #579ed9;
  padding-bottom: 10px;
}
.modalButton {
  float:right;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2!important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 0.8em;
  padding: 0.8em 1.0em;
  background: #1d72c2;
  border-color: transparent;
  color: #ffffff!important;
  width:  auto;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.modalButton:hover{
  background: linear-gradient(135deg, #1658a0 0%, #4680bf 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.modalButtonSm {
  float:left;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2!important;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0em;
  border-radius: 0.8em;
  padding: 0.3em 1.0em;
  background: linear-gradient(135deg, #1d72c2 0%, #5791d0 100%);
  border-color: transparent;
  color: #ffffff!important;
  width:  auto;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.modalButtonSm:hover{
  background: linear-gradient(135deg, #1658a0 0%, #4680bf 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.blocker{
  min-height: 65%;
}
.lookUpValidateMsg{
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0;
  text-align: center;
}

/* File Management Modal */
#editFileModal {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#editFileModal .modal-content {
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

#editFileModal input[type="text"],
#editFileModal select {
  font-family: 'Montserrat', sans-serif;
}

/* File List Table */
#fileListTable {
  font-size: 0.95em;
}

#fileListTable tbody tr {
  transition: background-color 0.2s ease;
}

#fileListTable tbody tr:hover {
  background-color: #f9f9ff;
}

#fileListTable tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

#fileListTable tbody tr:nth-child(even):hover {
  background-color: #f0f0ff;
}

/* File Upload Area Hover Effects */
#fileUploadArea {
  transition: all 0.3s ease;
}

/* File Names List Scrollbar */
#fileNamesUl::-webkit-scrollbar {
  width: 6px;
}

#fileNamesUl::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#fileNamesUl::-webkit-scrollbar-thumb {
  background: #1d72c2;
  border-radius: 3px;
}

#fileNamesUl::-webkit-scrollbar-thumb:hover {
  background: #1658a0;
}

/* MSG Text */
.msgWarning{
  font-weight: bold;
  color:red;
  padding-left: 10 px;
  font-size: 1.3rem;
}
.msgInfo{
  color:green;
  font-weight: bold;
  padding-left: 10 px;
  font-size: 1.3rem;
}
.msgInprogress{
  color:green;
  font-weight: bold;
  font-style: italic;
  font-size: 1.3rem;
  padding-left: 10 px;
}

.textRed{ color:red; }
.textGray{ color:gray; }
.textGreen{ color:green; }
.textOrange{ color:orange; }
.textBlack{ color:black; }

/* Select Auto-complete */
#ui-id-1{
  border: 1px solid black;
  height: 300px;
  overflow-y: scroll;
}
.ui-helper-hidden-accessible{
    display:none;
}
.ui-autocomplete-loading {
    background: white url("image/ui-anim_basic_16x16.gif") right center no-repeat;
}
.ui-autocomplete{
  background-color: #AADDEC;
  border: 1px solid black;
  height: 300px;
  overflow-y: scroll;
  max-width: 400px;
}
.ui-menu-item{
  border-bottom: 1px solid black;
  padding: 10px 5px;
}

/* ============================================ */
/* Dashboard-Inspired Modern Enhancements */
/* ============================================ */

/* Add subtle hover effect to icon buttons */
.btnImg2{
  transition: transform 0.2s ease, filter 0.2s ease;
}
.btnImg2:hover{
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* Enhance content sections */
.rptContent1{
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* Add smooth transitions to all inputs */
input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  transition: all 0.2s ease;
}

/* Enhance title sections with subtle gradient */
.title1 {
  color: #1d72c2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.title2 {
  color: #1d72c2;
}

/* Add subtle animation to page elements */
.formContent,
.listContent {
  animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhance focus states with gradient border */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #1d72c2;
  box-shadow: 0 0 0 3px rgba(29, 114, 194, 0.1);
}

/* Style scrollbars (webkit browsers) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #1d72c2 0%, #5791d0 100%);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #1658a0 0%, #4680bf 100%);
}

/* Enhanced page count info styling */
#pageCountInfo,
#pageNavInfo {
  color: #333;
  font-weight: 500;
}

.itemIcon{
  height: 26px; 
  margin: 0 5px -2px 0 ;
  padding-top: 8px;
}
.itemIconLg{
  height: 40px; 
  margin: 0 5px -2px 0 ;
  padding-top: 2px;
}
.itemIconHeader{
  height: 34px; 
  margin: 0 10px -6px 0 ;
  padding-top: 4px;
}
.itemIconHeader2{
  height: 34px; 
  margin: 0 1px -6px 0 ;
  padding-top: 4px;
}
/* Graphic Preview Popup Styles */
.graphic-preview-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.graphic-preview-popup {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  padding: 10px;
  background: white;
  border: 2px solid #1d72c2;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 1000;
  min-width: 150px;
}

.graphic-preview-wrapper:hover .graphic-preview-popup {
  display: block;
}

.graphic-preview-popup img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  height: auto;
}
