@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  font-size: 2.5rem;
  background: #ffffff;
  height: auto;
}
#divheader td {
  color: #FFF;
}
.web_hidden{
  display:none;
}
.xdsoft_datepicker {
  width: 500px !important; /*adjust accordingly*/
}
.xdsoft_calendar table, .xdsoft_time_box{
  height: 500px !important;/*adjust accordingly*/
}
.xdsoft_monthpicker{
  height: 50px !important;/*adjust accordingly*/  
  vertical-align: middle !important;
}
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button{
  height:60px !important;
}

.select2-choices {
}

.select2-selection__rendered {
  line-height: 4rem !important;
}
.select2-container .select2-selection--single {
  min-height: 80px;
  max-height: 80px;
  padding:10px;
  overflow-y: auto;
}
.select2-results__options{
  min-height: 75px !important;
  max-height: 75px !important;
}
.select2-selection__arrow {
  height: 4rem !important;
}
textarea{
  font-size:3rem;

}
a{
  color:#000;
  text-decoration-line: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
  cursor: pointer;
}
a:hover{  
  text-decoration:underline;
}

.popup{
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  display: none;
  z-index: 99998;
  align-items: center;
  justify-content: center;
}

.popup-content{
  /* width: 500px; */
  width: fit-content !important;
  background: #FFF;
  padding:20px;
  border-radius: 8px;
  position: relative;
  text-align: left;
  z-index: 99999;
  color: #000;
  display: flex;
}

.text-popup {
  display: table-caption;
  width: 12em;
}

ul {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  list-style-type: none;
  padding-inline-start: 0px;
}
li {
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left:10px;

  border-bottom:0px transparent #666; 
  white-space:nowrap;
}
td {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
}
.spanlink {  
  font-weight: bold;
  cursor: pointer;
}
.spanlink:hover {
  text-decoration: underline;
}
.tbl_header_td {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.5rem;
}
/* The navigation menu links */
.sidenav_selected {
  color: #000 !important;
  font-size: 14px;
  font-weight:bold;
  cursor: pointer;
  /*border:1px solid #FFF !important; */
  background-color:#00408f; 
  border-radius:25px;
}
.header_XTF{

  background: #283747;
  color: #FFF;
  font-size: 4.5rem;
  padding:25px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
}
#mobile-logo-img {
    width: 200px;
}


.header{

}

.content_OLD{
  color: #000;
  font-size: 3.5rem;
  padding:64px 25px 25px 25px;
}

.content{
  color: #000;
  font-size: 3.5rem;
  padding:0px 5px 25px 5px;
}

.headerBG_tbl_XTF{

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top:2px solid #ffa48a; 
	border-bottom:0px solid #CCCCCC; 
	margin-bottom:0px; 
	height:50px; 

}

.headerBG_tbl{

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/* border-top:2px solid #ffa48a;  */
	border-bottom:0px solid #CCCCCC; 
	margin-bottom:0px; 
	height:50px; 

}

.subheaderBG_tbl_XTF{

	border-top:0px solid #ffa48a; 
	border-bottom:0px solid #ffa48a; 
  border-radius:15px;
  color:#FFF;
  font-size: 2.5rem;
  padding:25px;
  margin-top:15px;
  margin-bottom:15px;
  background: #006f8d;

}
.hidden {
  display:none;
}
.subheaderBG_tbl_OLD{

	/* border-top:0px solid #ffa48a; 
	border-bottom:0px solid #ffa48a;  */
  border-radius:15px;
  color:#FFF;
  font-size: 1.5rem;
  padding:25px;
  margin-top:15px;
  margin-bottom:15px;
  background: #006f8d;

}

.subheaderBG_tbl{

	/* border-top:0px solid #ffa48a; 
	border-bottom:0px solid #ffa48a;  */
  border-radius:15px;  
  font-size: 1.5rem;
  padding:25px;
  margin-top:15px;
  margin-bottom:15px;
  background: #e2efff;
  color: #393b3e !important;

}

table.dataTable thead th, table.dataTable thead td {
    padding: 0px !important;
    border-bottom: 0px solid #111 !important;
}

.subheaderText_tbl{
  color: #393b3e !important;
  padding-left:5px;
}
.dataTables_filter{
  width:100%;
}
.dataTables_filter input{
  width:100%;
  border-radius: 15px;  
  font-size:1.5rem;
  border:1px solid #CCC !important;
  margin-left:0px !important;
}


.detail_label{
  color:#CCC; 
  font-size:1.5rem;
}
h1 {
  font-weight: 400;
  color: #FFF;
  font-size: 4.5rem;
  margin: 0;
}

h2 {
  font-weight: 400;
  font-size: 3.5rem;
  text-transform: capitalize;
  margin: 0;
}
h3 {
  font-weight: 400;
  font-size: 2.1rem;
  margin: 0;
}
h4 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0;
}
.filters-btn{
  color:#CCC;
  font-size:1.5rem; 
  border: 1px solid #CCC;
  border-radius: 10px;
  padding:10px;
}
.breadcrumb{
  display: inline-block; 
  padding:0px 6px 25px 0px;  
  font-size: 1.5rem;
  color: #999;
}
.div_additionalbutton{
  display:inline-block;
  margin-bottom:10px;
  vertical-align: top;
}
.tbl_detailrecord_td{
  padding: 20px 20px 20px 20px;
  border-bottom:1px solid #CCC;

}
input {
  height: 5.5rem;
  font-size: 1.5rem;
  width:600px;
  padding:25px;
  border-radius:25px;
  border: 1px solid #000;
}
input[type=checkbox]
{
  height: 2.5rem !important;
  width:60px !important;
  padding:25px !important;
  border-radius: 40px !important;
}

.a_newlink{
  text-decoration: none;
}

.a_newlink:hover{  
  text-decoration:underline;
}
.extrasqlDropdown{
  padding:25px;
  height:100px;
}

.search_textbox_XTF{
  width:800px;
}

.search_textbox{
  width:100%;
  border: 1px solid #e5e7eb !important;
  border-radius: 10px;
  padding: 8px;
  /* width: 350px; */
  /* font-size: 15px; */
  height: 65px;
  /* width: 384px; */
  padding-left: 20px;
  font-size: 30px;
}

.calendarDOW{
  border-bottom:1px solid #CCC;
  font-size:1.5rem;
  padding:2px;
}
.calSlotHover{
  cursor:pointer;  
}
.calSlotSel{
  background:#0099c4 !important;;
}
.calSlotHoverSel{
  background:#0099c4 !important;;
}
.calSlotHover:hover{
  background:#006f8d !important;; 
}

.calSlotAction{
  display:none;
  position: absolute;
  margin-left:30px;
  margin-top:-50px;
  padding: 5px;
  border-radius: 10px;
  background:#ececec;
  border:1px dotted #999;
}

.calTDSlot{
  height:70px;
  width:120px ;
  min-width:120px;
  max-width:120px; /* or whatever width you want. */
  vertical-align: top;
}

.calendarItem{
  position:absolute;
  cursor:pointer;
  font-size:1rem;
  z-index: 9;
  border-radius: 10px;
  padding: 5px;
  margin: 3px;
  background:#ececec;
  border:1px dotted #999;
}

.calendarItemHover{
  position: absolute;
  border-radius: 15px;
  font-size:1rem;
  z-index: 10;
  padding:12px;
  color:#666;
  border:1px solid #999;
  background:#FFF;
  margin-left:120px;
  
  display:none;
}
.newCalSlotDiv{
  border-radius: 15px;
  padding: 5px;
  margin: 3px;
  background:#FFF;
  position: absolute;
  z-index: 20;
  font-size:12px;
}
.imgnormal{
  max-width: unset  !important;
}
.refreshButton{
  height:2.5rem;
}
.togglespans{
  white-space:nowrap; 
  font-size:1.5rem;  
  color:#CCC;
}
select {

  height: 5.5rem;
  font-size: 2.5rem;
  font-weight: 400;
  border-radius:20px;
  display:inline-block;
  cursor:pointer;
  padding:6px 15px;
  font-family:Arial;
  text-decoration:none;
  border: 1px solid #000;
}


.myButton_transparent {
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: none;
    text-shadow: none;
}

.myButton_neutral ,
.myButton_orange ,
.myButton ,
.myButton_green,
.myButton_red,
.myButton_blue,
.myButton_inactive,
.myButton_inactive2,
.myButton_grey

{  
  height: 4.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius:20px;
  display:inline-block;
  cursor:pointer;
  padding:0px 30px;
  margin-right:5px;
  font-family:Arial;
  text-decoration:none;
}

.myButton_neutral {
  background-color:transparent;
  border:0px solid #eeb44f;
  color:#666;
}
.myButton_neutral:hover {
  background-color:transparent;
  text-decoration:underline;

}

.myButton_orange {
  background-color:#ffc477;
  border:0px solid #eeb44f;
  color:#ffffff;
  text-shadow:0px 1px 0px #cc9f52;
}
.myButton_orange:hover {
  background-color:#fb9e25;
}
.myButton:active {
  position:relative;
  top:1px;
}

.myButton_green {
  background-color:#77d42a;
  border:0px solid #268a16;
  color:#000;
  text-shadow:0px 1px 0px #aade7c;
  outline:0;
}
.myButton_green:hover {
  background-color:#5cb811;
}
.myButton_green:active {
  position:relative;
  top:1px;
}
.myButton_red {
  background-color:#fc8d83;
  border:0px solid #d83526;
  color:#000000;
  text-shadow:0px 1px 0px #b23e35;
  outline:0;
}
.myButton_red:hover {
  background-color:#e4685d;
}
.myButton_red:active {
  position:relative;
  top:1px;
}

.myButton_blue {
background-color:#1A56DB;
border:0px solid #1A56DB;
color:#ffffff;
text-shadow:0px 1px 0px #1570cd;
outline:0;
}
.myButton_blue:hover {
background-color:#3d94f6;
}
.myButton_blue:active {
position:relative;
top:1px;
}

.myButton_grey {
background-color:#f9f9f9;
border:0px solid #CCCCCC;
color:#666666;
text-shadow:0px 1px 0px #ffffff;
outline:0;
}
.myButton_grey:hover {
background-color:#e9e9e9;
}
.myButton_grey:active {
position:relative;
top:1px;
}

.myButton_inactive2 {
background-color:#f9f9f9;
border:0px solid #dcdcdc;
color:#666666;
text-shadow:0px 1px 0px #ffffff;
cursor: default;
outline:0;
}
.myButton_inactive {
z-index: 99998;
background-color:#ffffff;
border:0px solid #dcdcdc;
color:#666666;
text-shadow:0px 1px 0px #ffffff;
cursor: default;
outline:0;
pointer-events: none;
}

.myButton_inactive:nth-of-type(odd) {
  border:1px solid #dcdcdc;
}



/**********  UPDATED FLOWBITE **********/

.org_sb {
  color: #000000;
  border: none; 
  outline: none; 
  box-shadow: none;
  width:100%;
  font-size: 2.1rem;
  color:#f99325;
}

.roles_sb {
  color: #000000;
  border: none; outline: none; 
  box-shadow: none;
  width:100%;
  font-size: 2.1rem;
  color:#1a56db;
}

.projects {
  border: 1px solid #000;
}

.dropdown-menus{
  background-color: #1f242f;
}

.sidenav {
  margin: 0px 20px 0px 20px;
}

.sub_child_menus {
  padding-left: 20px;
}

.home-icon {
  height: 30px;
  width: 30px;
}

.breadcrumb-arrow {
  height: 35px;
  width: 35px;
}

.is-hidden-button {
  text-align: left;
  
}

.hidden-button {
  width: 100%;
  margin: 0px !important;
  padding: 20px 20px !important;
}

.hidden-button:not(:last-child) {
  border-bottom: 1px solid rgb(156,163,175);
 }

 /* .extrasqlDropdown_2 {
  display: flex;
  padding: var(--2, 8px) var(--3, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--2, 8px);
  border-radius: var(--rounded-lg, 8px);
  border: 1px solid var(--gray-200, #E5E7EB);
} */

/* .myButton_inactive {
  z-index: 99998;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #999;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  padding: 8px 12px;
  text-decoration: none;
  pointer-events: none;
  text-shadow: 0px 1px 0px #ffffff;
  cursor: default;
  outline: 0;
} */

.select2-results__options {
  min-height: 75px !important;
  max-height: unset !important;
}


.select2-container .select2-selection--single{
  height: unset !important;
}

.select2-container .select2-selection--single {
  min-height: 80px;
  max-height: unset !important;
  padding:10px;
  border: 1px solid rgb(156 163 175) !important;  /* Using gray-400 from tailwind */
  border-radius: 8px !important;
  /* overflow-y: auto; */
}

.select2-dropdown {
  border: 1px solid rgb(156 163 175) !important;
  border-radius: 8px !important;
}

.select2-selection__arrow {
  height: 6rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 40px !important;
}

.select2-container--default .select2-selection--single::after {
  content: "";
  background: url(img/new_mobile_icons/dropdown-arrow-down.png) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 18px;
  transform: translateY(50%);
}

.select2-container--default.select2-container--open .select2-selection--single::after {
  background: url('img/new_mobile_icons/dropdown-arrow-up.png') no-repeat center center; /* Replace with your up arrow image */
  background-size: contain;
}

.y-axis-padding {
  padding: 10px 0px;
}

.orgNotification {
  border-radius: 15px;
  background: #CCC;
  padding: 10px;
  margin-bottom: 10px;
}

.input_textbox {
  padding: 15px;
}

.input_textarea {
  padding: 15px;
  border: 1px solid rgb(156 163 175);
}

#polines_filter label input {
  padding: 15px;
}

.myButton_neutral_button ,
.myButton_orange_button ,
.myButton_button ,
.myButton_green_button,
.myButton_red_button,
.myButton_blue_button,
.myButton_inactive_button,
.myButton_inactive2_button,
.myButton_grey_button
{  
  font-size: 1.5rem;
  font-weight: bold;
  border-radius:20px;
  display:inline-block;
  cursor:pointer;
  padding:0px !important;
  text-decoration:none;
}

.disabled-bg {
  background-color: transparent !important; /* Clear background when "disabled" */
}

.siteNotification {
  border-radius: 15px;
  background: #CCC;
  padding: 10px;
  margin-bottom: 10px;
}

.re-send-btn {
  all: unset; 
  color: blue; 
  text-decoration: underline; 
  cursor: pointer;
 } /* Google sign in*/
.googlesignin_text {
  padding: 0px 10px;
  background-color: #4285f4;
  border: none;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  font-family: Inter, arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .21px;
  text-decoration: none;

}

.googlesignin {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0px 0px;
  border: 2px solid #4285f4;
  cursor: pointer;
  width: 130px; /* ADD NEW*/
}

.googlesignin:hover {
  background-color: #CCCCCC;
  border: 2px solid #CCCCCC;
}
