.custom_textarea_margin {
    margin-bottom: 0 !important;
}
table {
    width: 100%;
    table-layout: fixed; /* Ensures the table layout remains consistent */
}

th, td {
    padding: 10px;
}
.custom-display-inline {
    display:inline;
}
.custom-mouse-pointer {
    cursor: pointer;
}
.custom-image-display-size {
    max-width: 89%;
    height: 10%;
    width: 51px;
    object-fit: cover;
}
.custom-margin-left-disabled {
    margin-left: 0 !important;
}
.custom-logo-height {
    height: 70px !important;
}
.custom__padding__auth {
    padding: 0px !important;
}
.custom__padding__auth_100 {
    padding: 0px !important;
}
.custom__new__password__field {
    border: none !important;
    outline: none !important;
 }
.custom__new__password_div {
    border: 1px solid var(--sec-color) !important;
    border-radius: 13px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
@media only screen and (max-width: 575px) {
    .geex-content__form__single:last-child {
        padding-bottom: 30px;
    }
}
.custom_small_auth {
    font-size: 14px;
    text-align: justify;
}
.custom_link {
    color: #AB54DB;
}
.custom_link:hover {
    color: #fa8b0c !important;
}
.custom-dark-mode-btn {
   color: white;
}
.geex-customizer__btn {
    padding: 7px 15px !important;
}
.custom-align-left {
    text-align: left;
}
.public__bio__custom_form_public {
    gap: 0px !important;
}
.public__bio__form-label {
    margin-bottom: 0;
}
.public__bio__form-text {
    margin-top: 0px;
    margin-bottom: 14px;
}
.geex-content__form__single__box__custom__profile__email__change__message{
    gap: 0px !important;
}
.geex-content__form__single__label__profile__email__change__message {
margin-bottom: 10px;
margin-top: 30px;
}
.custom__color__input__badges {
    position: relative;
    width: 100%;
    min-width: 200px;
    padding: 18px;
    border: none;
    outline: none;
    border-radius: 18px;
    color: var(--body-color);
    background-color: var(--white-color);
    border: 1px solid var(--sec-color);
    resize: none;
}
/* Dark Mode for custom__color__input__badges */
html[data-theme=dark] .custom__color__input__badges {
    background-color: var(--dark-color); /* Dark background */
    color: var(--sec-color); /* Text color */
    border: 1px solid var(--desc-color); /* Dark border */
}
.custom__checkbox__attendees{
    height: 20px !important;
}

.custom__print__checkbox__badge {
    font-size: 21px;
}
.tooltip-inner {
    background: #000000 !important;
    color: white !important;
}
.tooltip-arrow {
    color: #000000 !important;
}
.custom-passwords-text-align{
    text-align: center !important;
}
.custom-passwords-text-align li{
    list-style-type: disc !important;
    margin-left: 30px !important;
}
.custom-passwords-form-padding-zero {
    padding-bottom: 0 !important;
}
/* Container for 2FA options */
.geex-2fa-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px 0;
}

.geex-2fa-label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-right: 1em;
}

.geex-2fa-label input {
    position: absolute;
    left: -9999px;
}

.geex-2fa-label input:checked + span {
    background-color: #b752d3;
    color:white;
}

.geex-2fa-label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em;
    border-radius: 99em;
    transition: background-color 0.25s ease;
}

.geex-2fa-label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: box-shadow 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #9a22c9;
}

.geex-2fa-input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #9a22c9;
}

.geex-2fa-label span:hover {
    background-color: #e096f5;
}

.custom__2fa__provisioning{
    padding-bottom: 20px !important;
}

.custom-badges-visualise-text {
    font-size: 18px;
    font-weight: 600;
    padding: 5px;
}
.custom-badges-visualise-header {
    display: flex;
    justify-content: left;
}
.custom-badges-visualise-model-footer {
    display: block !important;
    justify-content: start !important;
}
.custom-badges-visualise-header-model {
    padding: 1.125rem 1.75rem !important;
}
.custom-badges-visualise-close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.custom-visualise-card {
    position: relative;
    width: 582px; /* fixed width */
    height: 267px; /* fixed height */
    border: none;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.custom-visualise-text-element {
    position: absolute;
    font-size: 14px;
}
html[data-theme=dark] a {
    color: var(--sec-color);
}
html[data-theme=dark] select.form-select {
    background-color: var(--dark-color); /* Dark background */
    color: var(--sec-color); /* Text color */
    border-color: var(--desc-color); /* Border color */
}

html[data-theme=dark] select.form-select option {
    background-color: var(--dark-color); /* Option background color */
    color: var(--sec-color); /* Option text color */
}

/* Styling the dropdown arrow */
html[data-theme=dark] select.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2rem; /* Adjust for the arrow */
}
/* Dark Mode for File Input */
html[data-theme=dark] input[type="file"] {
    background-color: var(--dark-color); /* Dark background */
    color: var(--sec-color); /* Text color */
    border: 1px solid var(--desc-color); /* Border color */
    padding: 0.5rem; /* Add padding for better appearance */
    border-radius: 4px; /* Optional: make the borders rounded */
}

/* Customizing the file input's label */
html[data-theme=dark] input[type="file"]::file-selector-button {
    background-color: var(--primary-color); /* Button background */
    color: var(--white-color); /* Button text color */
    border: none;
    padding: 0.4rem 0.8rem; /* Adjust padding */
    border-radius: 4px; /* Button rounded corners */
    cursor: pointer; /* Change cursor to pointer */
}

/* Change button hover effect */
html[data-theme=dark] input[type="file"]::file-selector-button:hover {
    background-color: var(--sec-color); /* Hover background */
    color: var(--dark-color); /* Hover text color */
}
select.form-select {
    height: 72px;
    border-radius: 12px;
    border-color: #a3a3a3; /* Custom border color */
}
html[data-theme=dark] select.form-select {
    height: 72px;
    border-radius: 12px;
    border-color: #3b3741;
}
