.view-grid .dropdown.action>.btn {
    display: none;
}

.view-grid .dropdown.action .dropdown-menu {

    display: block;
    position: static !important;
    position: initial !important;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    max-width: 95px;
    min-width: 95px;
    width: 95px;
    left: auto !important;
    top: auto !important;

}

.view-grid .dropdown.action .dropdown-menu li {
    display: inline-block;
    text-align: center;
}

.view-grid .dropdown.action .dropdown-menu li a {
    font-size: 0;
    padding: 2px;
    margin: 0;
}

.view-grid .dropdown.action .dropdown-menu li a>span {
    font-size: 18px;
}

.view-grid .dropdown.action .dropdown-menu li a:hover {
    color: #008C95;
    background: transparent;
}


.spinner-wrapper {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* Ensure it appears above other elements */
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;

    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 1rem);
}

#viewPdfModal .modal-dialog {

    width: 750px !important;
    max-width: 100%;
    margin: auto;

}

  .modal-body p {
    font-size: .85rem;
  }
  
.modal-title {
  font-size: 1.2rem; /* Adjust as needed */
}

.modal-footer .btn {
  font-size: 0.875rem; /* Makes button text 14px */
}





/* make action visible*/

.sr-only {
    font-size: 12px;
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    display: flex !important;
    visibility: visible !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Style progress indicator */
.progress {
    list-style: none;
    /* Remove default list styling */
    padding: 0;
    margin: 0;
    width: 100%;
}

.progress .list-group-item.incomplete {
    position: relative;
    color: black;
    /* Text color */
    border-radius: 0;
    /* Keeps the corners square */
}

.progress .list-group-item.active {
    color: white !important;
    /* Text color */
    background-color: #026E63;
    /* Active step color */
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    /* Angled right side */
}

.progress .list-group-item-success {
    color: white !important;
    /* Text color */
    background-color: #2e456b;
    /* Completed step color */
}

span.fa-solid.fa-check {
    display: none !important;
    /* hide check mark on the progress bar */
}

/* Remove right arrow from the last li if it's active */
.progress .list-group-item.active:last-child {
    clip-path: none;
    border-radius: 0;
}

/* Make progress steps use full width */
.progress .list-group-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    /* Prevent word wrapping */
}

/* Make all direct child divs of .float-end.toolbar-actions in a row, this is for search, create and download */
.float-end.toolbar-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* Optional: vertically center items */
    gap: 8px;
    /* Optional: space between items */
}

/* Ensure icon and text are on the same line in Create and Download buttons */
.float-end.toolbar-actions .input-group a {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 6px;
    /* Optional: space between icon and text */
}

td.clearfix.cell.text.form-control-cell {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* or center if you want vertical alignment */
    gap: 12px;
    /* optional: space between the divs */
}

td.clearfix.cell.text.form-control-cell>.description.below {
    flex-basis: 100%;
    width: 100%;
    margin-top: 8px;
    /* optional: space below the row */
}


/* Create and Add existing button color   */
.btn-info,
.btn-primary {
    background-color: #2e456b !important;
    border-color: #2e456b !important;
    color: #fff !important;
}

/* Add Existing color white */
a.btn-info[title="Associate"] {
    color: #fff !important;
}

/* spacing between radio buttons */
.radio-spacing {
    display: flex;
    gap: 15px; /* Adjust the spacing between radio buttons */
}
#WebFormControl_744773b89048f011877a001dd803db57_ProgressIndicator .sr-only {
  display: none;
}
/* Hide the Register button in the navigation bar*/
.nav-account > li:nth-child(2) {
  display: none !important;
}
/* Hide the sign in button in the navigation bar*/
.nav-account > li:nth-child(1) {
  display: none !important;
}
/* Hide exterenal sign in wiht an external account text*/
#external-login-heading {
  display: none !important;
}

/* set vertical spacing to 15 px */
form input {
  margin-bottom: 15px;
}


/* Hide the Remove value button in the Child ID lookup modal */
#pt_childid_lookupmodal button[title="Remove value"] {
    display: none !important;
}
#pt_parentid_lookupmodal button[title="Remove value"] {
    display: none !important;
}

/* hide progressive bar title*/
div[id*="ProgressIndicator"] div.sr-only[aria-live="assertive"] {
    display: none !important;
}
/* prevent page scrolling to focus elements */


/* Fix long text bleeding inside dropdown options */
#pt_shareholdersbondholdersandmemberscode option {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.3em;
    padding-right: 1rem;
}

/* Ensure CAPTCHA interactive elements meet 24x24px minimum hit target*/
.rcRefreshImage,
.rcCaptchaAudioLink {
    display: inline-block !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 6px 8px !important; /* increases clickable area */
    line-height: 1.2 !important;
}

/* Optional: add spacing between the two links */
.rcRefreshImage {
    margin-top: 6px;
}

.rcCaptchaAudioLink {
    margin-top: 4px;
}

.help-icon {
    margin-left: 5px;
    color: #091F30;            /* ? color */
    font-size: 14px;           /* bigger icon */
    width: 20px;               /* circle size */
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;        /* circle */
    background-color: transparent; /* no background */
    cursor: pointer;
}

.help-icon:hover {
    color: #075270;            /* hover color */
}


/* Apply height to the whole dialog */
.specificrelation-dialog-height .modal-dialog {
    height: 60vh;               /* or a fixed px value */
    max-height: 60vh;
    display: flex;
    flex-direction: column;
}

/* Ensure the content fills the dialog */
.specificrelation-dialog-height .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Make the body scrollable and limit its height 
.specificrelation-dialog-height .modal-body {
    overflow-y: auto;
    flex: 1 1 auto;
}*/

/* Constrain the iframe so it fits inside the modal body */
.specificrelation-dialog-height .modal-body iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* --------------------------------------------- */
/* 1. Modal Body – reduce padding                */
/* --------------------------------------------- */
.modal-content .modal-body {
    padding-top: 5px !important;
    padding-bottom: 1px !important;
}

/* --------------------------------------------- */
/* 2. Modal Headers – shared styling             */
/* --------------------------------------------- */
.modal-content .modal-header,
.modal-lookup .modal-header {
    background-color: #2e456b !important;
    color: white !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 20px !important;
}

/* --------------------------------------------- */
/* 3. Modal Titles – outer + lookup              */
/* --------------------------------------------- */
.modal-content .modal-header .modal-title,
.modal-lookup .modal-header .modal-title {
    color: white !important;
    padding-top: 5px !important;
}

/* --------------------------------------------- */
/* 4. Close Button – outer + lookup              */
/*    (THIS is the correct vertical centering)   */
/* --------------------------------------------- */
.modal-header .form-close {
    position: absolute !important;
    top: 3% !important;                     /* override inline top: 3% */
    right: 15px !important;
    transform: translateY(-50%) !important;  /* perfect vertical centering */
    margin: 0 !important;
    padding: 0 !important;
}

/* Close icon color */
.modal-header .form-close span {
    color: white !important;
    font-size: 24px !important;              /* optional */
}
/* Hide close (X) only on delete dialog */
.modal-delete .modal-header .form-close {
    display: none !important;
}


















































































