.fa-custom-style {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-style: normal;
}

/* h1{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
} */

/* h2{
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; 
} */

h3{
    /*font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;*/
    width:100%;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; 
    color: #3F4967;
    text-align:left;
    margin-bottom:25px;
    border-bottom: 1px solid #3F4967;
}

h4{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; 
}

.menutabsbg{
    padding: 40px 10px 39px 30px;
    background-color:#3F4967;
}

.mymenu{
    position: relative;
    float:left;
    padding-left: 20px;
    /* margin: 23px 0px 20px 0px; */
    margin: 5px 0px 0px 0px;
    cursor: pointer;
    color: #fff;
}
.mymenu i {
    font-size: 24px;
}
.menustyleone {
    display: none;
    float:left;
    transition: 5s;
    padding-left: 20px;
    /* margin: 23px 0px 20px 0px; */
    margin: 5px 0px 0px 0px;
}
.tabstyleone {
    display: none;
    float:left;
    transition: 5s;
    padding-left: 20px;
    margin: 23px 0px 20px 0px;
}
/* .mymenu:hover + .menu1 {
    display: block;
} */
/*.mymenu:hover > .menu1 {
    display: block;
}*/
.search-widget-block {
    margin: 23px 40px 20px 0px;
    float: right;
    position: relative;
    display: inline-block;
}

.user-dropdown {
    margin: 23px 10px 20px 0px;
    float: right;
    position: relative;
    display: inline-block;
}

.user-link {
    background-color: transparent;
    color: #fff;
    /* padding: 5px; */
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 30%; /* Make the button circular */
    width: 30px; /* Set width and height to make it a circle */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-link i {
    font-size: 24px;
}

.user-link:hover {
    color: #fff;
    background-color: #9DA8CB;
}

.user-dropbtn {
    background-color: transparent;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 20%; /* Make the button circular */
    width: 30px; /* Set width and height to make it a circle */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-dropbtn i {
font-size: 24px; /* Adjust icon size */
}

.user-dropcustombtn {
background: #fff;
padding: 5px;
font-size: 14px;
border: none;
cursor: pointer;
width: 32px; /* Set width and height to make it a circle */
height: 32px;
display: flex;
align-items: center;
justify-content: center;
}

.user-dropcustombtn i {
/* font-size: 14px; Adjust icon size */
}

.user-dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 440px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 2000;
left: -360px;
font-size: 14px;
border-radius: 10px;
}

.user-dropdown-content a {
color: var(--primary-color);
padding: 12px 16px;
text-decoration: none;
display: block;
}

.user-dropdown-content a:hover {
background-color: #f1f1f1;
}

.user-custom-dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 300px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 2000;
left: -260px;
font-size: 14px;
border-radius: 10px;
}

.user-custom-dropdown-content a {
color: var(--primary-color);
padding: 12px 16px;
text-decoration: none;
display: block;
}

.user-custom-dropdown-content a:hover {
background-color: #f1f1f1;
}

.user-dropdown:hover .user-custom-dropdown-content,
.user-dropdown:focus-within .user-custom-dropdown-content {
display: block;
}

.user-dropdown:hover .user-dropdown-content,
.user-dropdown:focus-within .user-dropdown-content {
display: block;
}

.user-dropdown:hover .user-dropbtn {
background-color: #9DA8CB;
}

a.navlink {
color: #3F4967 !important; 
}

.navitem{
    margin: 0px 5px;
    padding: 12px 24px 12px 24px !important;
    /* border-bottom: 2px solid #3F4967; */
}

.navitem:hover {
    background:#9EA9CD !important;
    color:#FFF;
}

.navselected{
color: #3F4967 !important; 
background-color: #E9EEFF !important;
border-bottom: 2px solid #9EA9CD;
padding: 12px 24px 10px 24px !important;
}
.navselected.nav-border-bottom {
    border-bottom: 4px solid #E4A22F; /* Different border color */
}

.tabarea{
border-radius: 0px !important;
}

/* parklogic builder */
.overlayButton {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #5D6A90;
border: 1px solid #5D6A90;
border-radius: 5px;
padding: 10px;
cursor: pointer;
z-index: 999; /* Ensure the button stays on top */
color: #fff;
}

.overlayForm {
position: fixed;
top: 0;
right: -400px; /* Initially off-screen */
width: 340px;
height: 100%;
background-color: #fff;
/* padding: 20px; */
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
transition: right 0.3s ease; /* Transition for smooth movement */
z-index: 998; /* Ensure the form appears beneath the button */
}

#closeFormButton {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
background: none;
border: none;
cursor: pointer;
color: #fff;
border-radius: 5px;
background-color: #5D6A90;
}

.formHeader {
display: flex;
justify-content: space-between;
align-items: flex-start;
background-color: #6B769A;
/* padding: 15px; */
padding-left: 5px;
}

.formContent {
display: flex;
justify-content: space-between;
/* margin-top: 20px;     */
padding: 10px 20px;
align-items: center;
}

.formContent1 {
padding: 15px;
}

.formHeader h2 {
color: #fff;
font-size: 16px;
}

.formHeader p {
margin-top: 10px;
color: #eee;
}

.formContent h4 {
color: #3D4A70;
font-size: 14px;
border-bottom: 0px !important;
line-height: 0px !important;
}

.imageSelection {
display: flex;
justify-content: space-between;
/* margin-top: 20px; */
padding: 10px 20px;
}

.imageOption {
flex-basis: 45%; /* Adjust as needed */
text-align: center;
}

.imageOption input[type="radio"] {
display: none; /* Hide the radio buttons */
}

.imageOption label {
cursor: pointer;
}

.imageOption img {
width: 100%;
height: auto;
border-radius: 5px;
border: 2px solid transparent;
transition: border-color 0.3s ease;
}

.imageOption input[type="radio"]:checked + label img {
border-color: #3D4A70; /* Highlight the selected image */
}
/* parklogic builder */
.logo-block{
    margin: 3px 0px 0px 5px !important;
}
.mymenu{
    padding-right: 20px;
}
.menustyleone{
    padding-left: 0px !important;
}
.user-dropdown{
    margin: 0px 30px 0px 0px !important;
}
.search-widget-block {
    margin: 0px 40px 0px 0px !important;
}
#searchinput{
    font-size: 12px !important;
}
#searchbutton{
    background-color: #6B769A;
    height: 27px !important;
    margin-top: 0px !important;
}

.container {
    padding: 10px !important;
    min-height: 450px !important;
}

.tablefield{
    color: #3F4967;
}

.textinput {
    color: #3F4967 !important;
    border: 1px solid #3F4967 !important;
}

.selectbox {
    color: #3F4967 !important;
    border: 1px solid #3F4967 !important
}

.tooltiptext{
    background-color: #3F4967 !important;
    color: white !important;
}

.submitbutton{
    background-color: #3F4967 !important;
    border: 1px solid #3F4967 !important;
}

.submitbutton:hover{
    background-color: #9EA9CD !important;
    border: 1px solid #9EA9CD !important;
}

.title-chart{
    width:100%;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    color: #3F4967;
    text-align:left;
    margin-bottom:5px;
}

.topsymbolstable {
    font-size: 16px;
    color: #3F4967;
    cursor: pointer;
    margin-left: 5px; /*16px; */
}

.topsymbolstable:hover {
    color:#0A0;
}

.topsymbolstable a {
   text-decoration: none;
   color: #3F4967;
}

.topsymbolstable a:hover {
    text-decoration: none;
    color: #0A0;
 }

/* line chart select period dropdown : Begin*/
 .filter-dropdown {
    position: relative;
    display: inline-block;
}

.filter-dropbtn {
    /* background-color: #fff; */
    color: #3F4967;
    padding: 4px;
    font-size: 12px;
    border: 1px solid #3F4967;
    cursor: pointer;
    border-radius: 8px;
}

.filter-dropbtn i {
    margin-right: 5px;
}

.filter-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
}

.filter-dropdown-content div {
    color: #3F4967;
    padding: 8px;
    text-decoration: none;
    display: block;
}

.filter-dropdown-content div:hover {
    background-color: #E9EEFF;
    cursor: pointer;
}

.filter-dropdown:hover .filter-dropdown-content {
    display: block;
}

.filter-dropdown:hover .filter-dropbtn {
    background-color: #fff;
}

/* line chart select period dropdown : End*/

/*filter form: Begin*/
.filterForm{
    width: 100%; border: 1px solid #EEE; border-radius: 5px;padding: 10px;margin-bottom:10px;
}
.filterFormCalendar{
    background: #fff; 
    color: #3F4967; 
    cursor: pointer; 
    padding: 10px 10px; 
    border: 1px solid #3F4967; 
    border-radius:5px;
}
/*filter form: End*/

/* send data to api form : Begin*/
.api-form-container{
    width: 100%;
}

.api-form-title {
    width:100%;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; 
    color: #3F4967;
    text-align:left;
    margin-bottom:24px;
}

.api-form-table .tablefield {
    text-align: left;
}

.api-form-table .api-textinput, .api-selectbox, .api-textbox {
    width: 100%;
    padding: 8px;
    border-radius:5px;
    border: 1px #3F4967 solid;
    color: #3F4967;
    box-sizing: border-box;
}
/* send data to api form : End*/

/* email modal checkbox, radio button styles:Begin */
.emailmodal-form-table input[type="radio"],
.emailmodal-form-table input[type="checkbox"] {
   display: none;
 }
 
.emailmodal-form-table input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #3F4967;
  }
  
.emailmodal-form-table input[type="radio"] + label {
   position: relative;
   padding-left: 25px;
   cursor: pointer;
   line-height: 20px;
   display: inline-block;
   color: #3F4967;
 }
 
 .emailmodal-form-table input[type="radio"] + label::before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 16px;
   height: 16px;
   border: 1px solid #3F4967;
   border-radius: 50%;
   background: white;
 }
 
.emailmodal-form-table  input[type="radio"]:checked + label::after {
   content: '';
   position: absolute;
   left: 5px;
   top: 50%;
   transform: translateY(-50%);
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: #3F4967; /* Change this to your desired color */
 }
 
.emailmodal-form-table input[type="checkbox"] + label {
   position: relative;
   padding-left: 25px;
   cursor: pointer;
   line-height: 20px;
   display: inline-block;
   color: #3F4967;
   width: 80px;
 }
 
.emailmodal-form-table  input[type="checkbox"] + label::before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 16px;
   height: 16px;
   border: 1px solid #3F4967;
   background: white;
 }
 
.emailmodal-form-table input[type="checkbox"]:checked + label::before {
   background: #3F4967; /* Change this to your desired color */
   border-color: #3F4967; /* Change this to your desired color */
 }
 
.emailmodal-form-table input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   left: 5px;
   top: 50%;
   transform: translateY(-50%) rotate(45deg);
   width: 5px;
   height: 10px;
   border: solid white;
   border-width: 0 2px 2px 0;
 }
 /* email modal checkbox, radio button styles:End */

 /* email modal header, buttons styles:Begin */
 .ui-dialog-titlebar.ui-widget-header {
    border: 1px solid #E9EEFF;
    background: #E9EEFF;
    color: #3F4967;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
 }
 .ui-dialog-buttonpane .ui-button {
    background: #3F4967;
    color: white;       
    border: 2px solid #3F4967; 
    border-radius: 4px; 
}
.ui-dialog-buttonpane .ui-button:hover {
    background: #9EA9CD; 
    border-color: #9EA9CD; 
}
/* Datatable filter dialogbox styles: Begin */
.okButton{
    background: #3F4967;
    color: white;       
    border: 2px solid #3F4967; 
    border-radius: 4px; 
}
.okButton:hover{
    background: #9EA9CD; 
    border-color: #9EA9CD; 
}
.cancelButton{
    background: #3F4967;
    color: white;       
    border: 2px solid #3F4967; 
    border-radius: 4px; 
}
.cancelButton:hover{
    background: #9EA9CD; 
    border-color: #9EA9CD; 
}
.resetButton{
    background: #3F4967;
    color: white;       
    border: 2px solid #3F4967; 
    border-radius: 4px; 
}
.resetButton:hover{
    background: #9EA9CD; 
    border-color: #9EA9CD; 
}
/* Datatable filter dialogbox styles: End */
/* email modal header, buttons styles:End */

.container h3{
    width:100%;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; 
    color: #3F4967;
    text-align:left;
    margin-bottom:25px;
    border-bottom: 1px solid #3F4967;
}

#profilerightcol h3{
    width:100%;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; 
    color: #3F4967;
    text-align:left;
    margin-bottom:25px;
    border-bottom: 1px solid #3F4967;
}

#profilerightcol .submitbutton{
    background-color: #3F4967 !important;
    border: 1px solid #3F4967 !important;
}

.settings-block{
    /* float:right; */
    /* width: 50%; */
    margin:20px 0px 20px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.settings-block a{
    color: #fff;
    padding: 0px;
    text-decoration: none;
}
.settings-block a:hover{
    color: #3F4967;
    background-color:#6B769A;
}

.daterangepicker .ranges li.active {
    background-color:#6B769A;
}

.footer{
    background-color: #3F4967 !important;
}

.dataobjectNumber {
    border: 1px solid #eee;
}

.dashobject {
    color: #3F4967;
}

.clickable-card {
    display: block;
    text-decoration: none;
    /* color: inherit; */
}
.clickable-card:hover,
.clickable-card:focus,
.clickable-card:active {
    text-decoration: none;
    color: inherit;
}

/* Tab dropdown:Begin */
.navselected {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Display an ellipsis (...) when text overflows */
}
@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .navselected {
        width: 80px;
        text-overflow: visible; /* Show the text on mobile devices */
    }
}
#more-wrapper {
    position: relative;
    display: inline-block;
}
#more-tab {
    cursor: pointer;
    /* padding: 8px 14px; */
    padding: 12px 24px 12px 24px !important;
    background: #E9EEFF;
    /* border-radius: 6px; */
    border-radius: 10px 10px 0px 0px;
    /* margin-left: 8px; */
    margin: 0px 5px;
    font-weight: bold;
    user-select: none;
}
#more-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-width: 200px;
}
#more-dropdown li {
    list-style: none;
    width: 100%;
    display: block;
    padding: 12px 16px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}
#more-dropdown li:hover {
    background-color: #E9EEFF;
}
#more-dropdown li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
}
/* Tab dropdown:End */