/* CSS for right hand description panel and Fiduciary dashboard. */
@font-face {
  font-family: 'ProximaNovaMedium';
  src: url('../../../Fonts/ProximaNovaMedium.woff2.ttf') format('truetype');
  /* You may need to adjust the path based on your project structure */
}

/* used in right-hand-panel-description */
.right_title_button{
    border-radius: 20px;
    background-color: transparent;
    color: #6b6464;
    min-height: 1.5rem;
    min-width: 7rem;
    padding: 0.1rem 0.7rem;
    margin-bottom: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0.1rem solid #778899;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.welcomeText{
  font-family: 'ProximaNovaMedium', sans-serif;
  font-weight: 900 !important;
  color: black;
}

/* used in right-hand-panel description to customize the scrollbar */
  .custom-scrollbar::-webkit-scrollbar {
    width: 6px; /* For WebKit browsers (Chrome, Safari) */
    height: 20px !important;
  }
  
  .custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;  /* color of the scrollbar track */
    border-radius: 10px;
  }
  
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #888;  /* color of the scrollbar thumb */
    border-radius: 10px;
    border: 2px solid #f1f1f1;  /* Padding around the scrollbar handle */
  }
  
  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Hover state for the scrollbar handle */
  }

  .icon_custom_style{
    font-size:1.2rem;
    margin-right: 0.8rem;
  }

  .custom_margin{
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  /* used in fiduciary dashboard, in the card's section  */
  /* makes the div round and manages padding for the icon to fit in. */
  .custom-circular-div{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    border-radius: 100%;
    border: 0.1vmax solid #888;
    margin-top: -3.2px;
    margin-bottom: 8px;
    /* padding-left: 0.55rem;
    padding-top: 0.55rem; */
  }

  .imgAlign{
    padding: 5px;
  }
  

.custom-card-heading{
  font-family: 'ProximaNovaMedium';
  margin-bottom: 6.4px;
}

/* used in fiduciary dashboard's new card's section and Compliance Test Popup  */
.custom_description{
  display: flex;
  line-height: normal;
  font-size: small;
  color: #6d6d6d;
  font-family: 'ProximaNovaMedium';
  font-weight: 500;
    
}

/* for fiduciary top-nav new Upgrade button. */
.topNav-upgrade-button{
  border-radius: 6px;
    color: white;
    min-height: 1.7rem;
    min-width: 7rem;
    padding: 0.15rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    font-size: 16Px;
    font-family:"Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif ;
}

/* used for icons in left nav of Fiduciary Dashboard. */
.custom-icon-size{
  height: 14px;
  width: 20px;
}

.left_nav_items{
  color: #d3d3d3 !important;
  font-size: 0.9rem !important;
  font-weight: 500;
  display: block;
  align-items: center;
  background: none !important;
}

.left_nav_items.navbar-toggler:focus,
  .left_nav_items.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: white !important;
  }

/* use in fiduciary left nav compliance tool, upgrade button, profile  */
.leftnav_bold_font{
  font-weight: 505;
}

.tab_selected{
  background-color: #F8F8FA;
  /* font-weight: 505; */
  padding-top: 0.5rem;
  margin-left: 0px;
  padding-bottom: 0.5rem;
  width: 198px;
  border-radius: 6px;
}

.manage_text_overflow{
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* For Compliance Test Popup */
.test-popup-div{
  padding: 16px;
  margin: 16px;
}

.test-popup-button{
  border-radius: 6px;
  margin-top: 32px;
  color: white;
  background-color: #00CFFF;
  min-height: 1.8rem;
  min-width: 7rem;
  padding: 0.15rem 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
  font-size: 14Px;
  font-family:"Helvetica Neue", "Segoe UI", Helvetica, Verdana, sans-serif ;
}
/* CSS for Compliance Test Popup Ends */




@media only screen and (max-width: 1397px){
  .custom-card-heading {
    font-size: 0.9rem; 
    margin-bottom: 5.9px;
  }

  .custom_description {
    font-size: 12px;
  }
  .custom-circular-div{
    height: 1.9rem;
    width: 1.9rem;
    margin-top: -6px;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 1300px){
  .custom-card-heading {
    font-size: 13px; 
    margin-bottom: 4px;
  }

  .custom_description {
    font-size: 11px; 
  }
  .custom-circular-div{
    height: 1.7rem;
    width: 1.7rem;
    margin-top: -8px;
    margin-bottom: 4px;
  }
}

@media (max-width: 1120px) {
  .custom-circular-div{
    height: 1.35rem;
    width: 1.35rem;
    margin-top: -10px;
    margin-bottom: 3px;
    margin-left: -4px;
  }
  .custom-card-heading {
    font-size: 10px; 
    margin-bottom: 2.5px;
    margin-left: -4px;
  }
  .imgAlign{
    padding: 3.8px;
  }
  .custom_description {
    font-size:8px; 
    margin-left: -4px;
  }
}

@media (max-width: 950px) {
  .custom-circular-div{
    height: 1.1rem;
    width: 1.1rem;
    margin-top: -10px;
    margin-bottom: 2.5px;
    margin-left: -7px;
  }
  
  .custom-card-heading {
    font-size: 8px; 
    margin-bottom: 1.9px;
    margin-left: -7px;
  }

  .imgAlign{
    padding: 3.2px;
  }

  .custom_description {
    font-size: 7px; 
    margin-left: -7px;
  }
}


/* SearchBox.css */
.search-container {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0px 4px;
  /* width: 300px; */
  margin: 14px;
}

.search-input {
  border: none;
  outline: none;
  flex: 1;
  color: #6d6d6d !important;
  font-size: 16px !important;
}

.search-icon {
  font-size: 16px;
  color: #d3d3d3;
  margin-left: 2px;
  margin-right: 2px;
}

.new-dropdown-box {
  padding: 0 !important;
  /* background-color: #6ACEE4; */
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.ml-14{
  margin-left: 14px !important;
}

.white-shade{
  color: #d3d3d3;
}

.color-white{
  color: whitesmoke!important
}

.new-profile-align {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  /* color: #fff; */
}

.pl-0{
  padding-left: 0;
}

.display-block{
  display: block;
}

.drop-text{
  color: #343434;
  font-size: 14px !important;
  line-height: 1;
  font-weight: bold;
}

.drop-text-small{
  font-size: 12.22px;
  font-weight: 501;
  color: #343434;
}

.display-inline-block{
  display: inline-block;
}

.mt-10{
  margin-top: 10px;
}

.mb-10{
 margin-bottom: 10px; 
}

.highlight-bottom-border {
  border-bottom: 0.8px solid #d3d3d3!important; /* Adjust the thickness and color */
}

.display-flex{
  display: flex;
  justify-content: space-between;
}

.drop-item{
  min-height: 100%;
  padding: 0%;
}

.show-default{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  background-color: #00CFFF;
  padding-left: 12px;
  padding-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  height:100%;
  /* border-bottom-right-radius: 4px; */
}

.other-clients-div{
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
}

.align-center{
  align-items: center;
  text-align: start;
}


.p-12{
  padding: 12px !important;
}

.drop-menu-width{
  width: 340px;
}

@media (min-width: 1600px) {
  .drop-menu-width{
    width: 382px;
  }
}

.new-add-on-drop{
  margin-left: 0;
  background: transparent;
  border: none;
}

.add-on-user{
  display: flex;
  justify-content: left;
  align-items: center;
}
.add-on-user-pl-pr{
  padding-left: 32px;
  padding-right: 50%;
}

@media (max-width: 1024px) {
  .add-on-user-pl-pr{
    padding-left: 32px;
    padding-right: 38%;
  }
}
@media (max-width: 800px) {
  .add-on-user-pl-pr{
    padding-left: 12px;
    padding-right: auto;
  }
}
@media (max-width: 600px) {
  .add-on-user-pl-pr{
    padding-left: 12px;
    padding-right: auto;
  }
}
/* @media (max-width: 1400px) {
  .add-on-user-pl-pr{
    padding-left: 8%;
    padding-right: 37%;
  }
}

@media (max-width: 1500px) {
  .add-on-user-pl-pr{
    padding-left: 11%;
    padding-right: 34%;
  }
} */

.add-hover:hover{
  background-color: #f3f2f2;
}