/*Custom Css*/
.login-bg-img {
    background-image: url("../img/login-bg.jpg");
}

.dashboard-rocket-bg-img {
    background-image: url("../img/ivancik.jpg");
}

.files-count-input {
    width: 55% !important;
    float: right;
}

.files-count-div {
    width: 35% !important;
    float: right;
}

.files-count-label-font-size {
    font-size: 1.3rem;
}

.navbar .nav-link {
    font-size: 1.1rem !important;
}

.text-right {
    text-align: right;
}

.font20 {
    font-size: 20px !important;
}

.upload-file-batch-setting-box {
    /*width: 300px;*/
    /*border: 1px solid grey;*/
    padding: 50px;
    margin: 20px;
    border-radius: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.pad-left0 {
    padding-left: 0px !important;
}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.convert-loader {
    min-height: 80px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.error-message {
    color: transparent;
    min-height: 10px;
    /* Adjust the height as needed */
}

.error-message.visible {
    color: red;
}

.border1px {
    border: 1px solid grey !important;
}

.handles-input {
    width: 68px !important;
    height: 40px;
}

.table-handles-input-martop {
    margin-top: 1.2%;
}

.bg-cover {
    background-size: contain !important;
    background-repeat: no-repeat;
}

.oblique {
    width: 70% !important;
    right: -6rem !important;
}



/*Login*/
.login-container {
    /*width: 640px;*/
    display: flex;
}

/*.field-text, .login-container-content .login-form .field > label, .login-container-content .login-form .field > a, .login-container-content .login-form .parting-line {*/
/*    !*font-size: 5px;*!*/
/*    !*color: #a7a7a7;*!*/
/*}*/
.login-container-content {
    flex: 1 1 50%;
    background: white;
    text-align: center;
    display: flex;
    align-items: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    justify-content: center;
}

.login-container-content .login-form {
    padding: 10px;
    width: 100%;
    max-width: 400px;
    /* Adjust this value as needed */
    margin: auto;
    /* Center the form in the div */
    padding-bottom: 5%;
}

.login-container-content .login-form .buttonX {
    position: absolute;
    right: 2%;
    top: 2%;
    border: none;
    background: transparent;
    outline: none;
}

.login-container-content .login-form .field {
    margin: 0px 0px;
    /* Adjust this value as needed */
    padding: 5px;
    width: 100%;
    height: 25%;
    display: grid;
    grid-row-gap: 0.2rem;
}

.login-container-content .login-form .field>label,
.login-container-content .login-form .field>input {
    text-align: left;
}

.login-container-content .login-form .field>input {
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid grey;
}

.login-container-content .login-form .field>input:focus {
    border-bottom-color: #1838e7;

}

.login-container-content .login-form .field>a {
    text-align: right;
    text-decoration: none;
}

.login-container-content .login-form>.submitBtn {
    width: 75%;
    height: 2rem;
    position: relative;
    background: linear-gradient(135deg, rgba(60, 231, 123, 1) 0%, rgb(61, 143, 211) 70%);
    color: white;
    outline: none;
    border-style: none;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.login-container-content .login-form>.submitBtn:hover {
    filter: hue-rotate(45deg);
}

.login-container-content .login-form .parting-line {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    overflow: hidden;
}

.login-container-content .login-form .parting-line::before,
.login-container-content .login-form .parting-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    display: block;
    text-align: center;
    border-top: 1px solid;
}

.login-container-content .login-form .parting-line::before {
    right: 55%;
}

.login-container-content .login-form .parting-line::after {
    right: 0%;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.login-container {
    padding: 0;
}

.container {
    box-shadow: 0 0 15px 5px;
    border-radius: 15px;
}

.google-icon {
    position: relative;
    max-width: 1.5rem;
    max-height: 1.5rem;
    height: 1.5rem;
    width: 1.5rem;
    top: 0px;
    left: 9px;
    left: calc(9px + 3px);
    width: calc(1.5rem + 0.3rem);
    height: calc(1.5rem + 0.3rem);
    background: white;
    border-radius: 15px;
    z-index: -1;
}

.google-background>p {
    flex: 50%;
    color: white;
}

.google-background:hover {
    background: #0072e3;
}

.login-center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-box-width {
    width: 45% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.login-btn-width {
    width: 100%;
    margin: -10px 0px;
    /* Adjust this value to move sign in buttons position */
}

.login-lable-font {
    font-size: 1rem !important;
    font-family: "Open sans" !important;
}

.login-box-border {
    border: 1px solid !important;
}

.login-box-width {
    width: 700px !important;
    padding-right: 22px !important;
    padding-left: 0px !important;
}

.forgot-password-link {
    text-decoration: underline;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-bottom-color 0.3s;
    margin-right: 0rem;
}

.forgot-password-link:hover {
    color: #47b038;
    border-bottom-color: #47b038;
}

@media only screen and (max-width: 1400px) {
    .login-box-width {
        width: 600px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}



.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

.sidebar a.active {
    background-color: #04AA6D;
    color: white;
}

.sidebar a:hover:not(.active) {
    background-color: #555;
    color: white;
}

div.content {
    margin-left: 200px;
    padding: 1px 16px;
    height: 1000px;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .sidebar a {
        float: left;
    }

    div.content {
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}



/* Sidebar.css */
.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -250px;
    transition: left 0.3s ease;
}

.sidebar.mobile-open {
    left: 0;
}

.mobile-toggle-btn {
    display: none;
    /* Hide the button on larger screens */
}

#mobile-menu {
    display: none !important;
}

@media (max-width: 768px) {
    .sidebar {
        left: 0;
    }

    .mobile-toggle-btn {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    #desktop-menu {
        display: none !important;
    }

    #mobile-menu {
        display: block !important;
    }
}

@media (min-width: 1025px) {
    #desktop-menu {
        display: block !important;
    }

    #mobile-menu {
        display: none !important;
    }
}




/* uploadFile.css */
.read-only-input {
    background-color: #e9ecef !important;
    /* Light grey background */
    color: #6c757d !important;
    /* Dim text color for better readability */
}

.disclaimer-container {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 20vh;
    width: 100vw;
    padding: 0rem;
}

.disclaimer-content {
    flex: 1;
    color: inherit;
    text-align: left;
    padding: 1rem;
}

.disclaimer-title {
    /*font-weight: bold; Makes "Disclaimer" bold */
    font-size: 1.5em;
    /* Adjust the size to match your design */
    margin-right: 0.5em;
    /* Adds some space after the "Disclaimer" span */
    font-style: italic;
}

.clickable-arrow {
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  
  .clickable-arrow:hover, .clickable-arrow:focus {
    background-color: #e0e0e0;
  }

/* baseDesign */

.homepage-header {
    color: inherit;
    font-size: 2.5rem;
    /* sets the font size */
    margin: 20px 0px;
    /* adds margin to the bottom */
    font-style: italic;
    font-weight: normal;
    /* removes the bold style */
}

.text-body {
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.text-body-white {
    color: white;
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #34c759;
    /* Initial background color */
    color: #fff;
    font-size: 1.25rem;
    border-radius: 25px;
    text-decoration: none;
    margin-top: 1rem;
    border: 2px solid transparent;
    /* Add a transparent border to prevent shifting on hover */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

.cta-button:hover {
    background-color: #fff;
    /* Background color on hover */
    color: #34c759;
    /* Text color on hover */
    border: 2px solid #34c759;
    /* Border color on hover */
}

/*Background tagline*/
.tagline {
    font-size: 2.5rem;
    margin-top: 40vh;
    /* Default margin */
}

@media (max-width: 600px) {
    .homepage-header {
        font-size: 1.1rem;
    }

    .text-body {
        font-size: 15px;
        margin-bottom: 0.5rem;
    }

    .text-body-white {
        font-size: 15px;
        margin-bottom: 0.5rem;
    }

    .tagline {
        font-size: 1rem;
        margin-top: 30vh;
    }
}

@media (min-width: 601px) and (max-width: 1441px) {
    .tagline {
        font-size: 2rem;
        margin-top: 30vh;
    }
}

@media (max-height: 800px) {
    .tagline {
        font-size: 2rem;
        margin-top: 25vh;
    }
}

/* 4k screens */
@media (min-height: 1400px) {
    .tagline {
        font-size: 2.5rem;
        margin-top: 40vh;
    }
}

/* styles.css */

.image-container {
    flex: 1;
    display: flex;
    max-width: 600px;
    justify-content: flex-end;
}

.feature-image {
    max-width: 100%;
    height: auto;
    margin-right: 3rem;
    /* Adjust this value to move the image more to the right */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

/* Hide the image container on screens smaller than 768px */
@media (max-width: 768px) {
    .image-container {
        display: none;
    }
}


/* Intro section */
.intro-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    /* Set the position to relative for z-index to work */
    padding: 2rem;
    background-color: #47b038;
}

.intro-section:nth-child(even) {
    flex-direction: row-reverse;
}

.intro-text,
.intro-image {
    flex: 0 0 40%;
    /* 45% width with a bit of flexibility */
    margin: 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.intro-image-1 {
    flex: 0 0 40%;
    margin: 0rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.intro-text {
    text-align: left;
    color: white;
    z-index: 2;
}

.intro-text p {
    font-size: 20px;
}

.intro-image img {
    z-index: 1;
    /* Ensure the image stays behind the text box */
}

/* Intro image boxes */
.intro-image-img1 {

    max-width: 100%;
    margin-right: 0rem;
    margin-top: 5rem;
    border-bottom-left-radius: 15px;
}

.intro-image-img2 {
    margin-right: 0;
    margin-top: 0rem;
    margin-left: 0rem;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.intro-image-img3 {
    margin-right: 0rem;
    margin-top: 0rem;
    margin-left: 0;
    margin-bottom: 15rem;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

/* Intro text boxes */
.intro-textbox1 {
    margin-right: 0rem;
    margin-top: 0rem;
    margin-left: 0rem;
    max-width: 700px;
}

.intro-textbox2 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
    max-width: 700px;
}

.intro-textbox3 {
    margin-top: -10rem;
    margin-right: 0rem;
    margin-left: 0rem;
    max-width: 700px;
}


/* Responsive adjustments */
@media (min-width: 1441px) {
    .intro-text p {
        font-size: 20px;
    }
}

@media (max-width: 1441px) {}

@media (max-width: 1025px) {}

@media (max-width: 768px) {
    .intro-section {
        flex-direction: column;

        /* Stacks items vertically on smaller screens */
    }

    .intro-text,
    .intro-image {
        flex: 1 1 100%;
        /* Allows the items to take the full width */
        margin: 0.5rem;
        justify-content: center
    }

    .intro-text p {
        font-size: 15px;
    }

    .intro-image img {
        max-width: 60%;
        /* Ensures the image is responsive */
    }

    .intro-image-img1 {
        margin-right: 0rem;
        margin-top: 5rem;
        border-bottom-left-radius: 15px;
    }

    .intro-image-img2 {
        margin-right: 0;
        margin-top: 0rem;
        margin-left: 0rem;
    }

    .intro-image-img3 {
        margin-right: 0rem;
        margin-top: 0rem;
        margin-left: 0;
        margin-bottom: 0rem;
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
    }
}

@media (max-width: 425px) {

    .intro-image img {
        max-width: 100%;
        /* Ensures the image is responsive */
    }

    .intro-image-img1 {
        width: 400px;
        height: 300px;
        margin-right: 0rem;
        margin-top: 0rem;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .intro-image-img2 {
        width: 650px;
        height: 300px;
        margin-right: 0;
        margin-top: -5rem;
        margin-left: 0rem;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .intro-image-img3 {
        width: 400px;
        height: 300px;
        margin-right: 0rem;
        margin-top: -5rem;
        margin-left: 0;
        margin-bottom: 0rem;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
}


/* Learn More section */
.learn-more-textbox {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0rem;
    max-width: 600px;
    min-width: 300px;
    color: white;
    text-align: left;
    margin-left: 0rem;
    margin-right: 5rem;
}

.learn-more-textbox .homepage-header {
    color: #47b038;
}

.learn-more-textbox .cta-button {
    align-self: flex-end;
    margin-right: 1rem;
}

@media (max-width: 425px) {
    .learn-more-textbox {
        margin-left: 3rem;
        margin-right: 0rem;
    }

    .learn-more-textbox .cta-button {
        align-self: flex-start;
        margin-right: 0rem;
    }
}

/* testimonials */
.testimonials-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #47b038;
    /* Your chosen green background color */
    padding: 4rem 0;
    /* Add padding at the top and bottom */
}

.testimonials-container-temp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #47b038;
    /* Your chosen green background color */
    padding: 1px 0;
    /* Add padding at the top and bottom */

}

.testimonial {
    display: flex;
    flex-direction: column;
    /* Stack the image and text vertically */
    align-items: flex-start;
    /* Align the items to the start of the cross axis */
    flex: 0 1 30%;
    /* Allows the boxes to shrink a bit if necessary */
}

.testimonial-image {
    border-radius: 50%;
    /* Makes the image round */
    width: 150px;
    /* Adjust width as necessary */
    height: 150px;
    /* Adjust height as necessary */
    margin-bottom: 0rem;
    /* Negative margin to pull the text closer to the image */
    align-self: center;
    /* Center the image in the flex container */
    border: 3px solid white;
    /* Adds a white border around the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Optional: adds a shadow for depth */
}

.testimonial-first {
    margin-bottom: 20rem;
    margin-left: 10rem;
}

.testimonial-first .testimonial-image {
    margin-left: -26rem;
}

.testimonial-second {
    margin-top: 40rem;
    margin-bottom: 5rem;
}

.testimonial-second .testimonial-image {
    margin-left: -60rem;
    /* Default margin for large screens */
    margin-bottom: -6rem;
    margin-right: 0rem;
}

.testimonial-third {
    margin-bottom: 20rem;
    margin-left: -10rem;
    margin-right: 10rem;
}

.testimonial-third .testimonial-image {
    margin-bottom: -15rem;
    margin-left: 25rem;
}


blockquote {
    font-style: italic;
    margin: 0.5rem 0;
    font-size: 1.2rem;
    color: white;
}

cite {
    display: block;
    /* Puts the citation on a new line */
    margin-top: 0rem;
    /* Space between the quote and citation */
    font-style: normal;
    /* Normal font style for the citation */
    font-weight: bold;
    /* Optional: makes the name stand out */
    font-size: 1rem;
    color: white;
}

.hidden {
    display: none;
}


@media (max-width: 1440px) {
    .testimonial-second .testimonial-image {
        margin-left: -35rem;
        /* Smaller margin for medium screens */
    }
}

@media (max-width: 768px) {
    .testimonials-container {
        flex-direction: column;
        /* Stack the testimonials vertically on small screens */
    }

    .testimonial-image {
        width: 120px;
        /* Adjust width as necessary */
        height: 120px;
        /* Adjust height as necessary */
    }

    .testimonial-first {
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-left: 10rem;
    }

    .testimonial-first .testimonial-image {
        margin-left: -25rem;
        margin-bottom: -7rem;
    }

    .testimonial-second {
        margin-top: 10rem;
        margin-bottom: 10rem;
        margin-left: 10rem;
    }

    .testimonial-second .testimonial-image {
        margin-left: -25rem;
        /* Default margin for large screens */
        margin-bottom: -7rem;
        margin-right: 0rem;
    }

    .testimonial-third {
        margin-bottom: 0rem;
        margin-left: 10rem;
        margin-right: 0rem;
    }

    .testimonial-third .testimonial-image {
        margin-bottom: -7rem;
        margin-left: -25rem;
    }

    blockquote {
        font-size: 1rem;
    }

}

@media (max-width: 375px) {

    .testimonial-first .testimonial-image {
        margin-left: -22rem;
        margin-bottom: -7rem;
    }

    .testimonial-second .testimonial-image {
        margin-left: -22rem;
        /* Default margin for large screens */
        margin-bottom: -7rem;
        margin-right: 0rem;
    }

    .testimonial-third .testimonial-image {
        margin-bottom: -7rem;
        margin-left: -22rem;
    }
}


/* Homepage footer */
.footer-container {
    display: flex;
    justify-content: space-around;
    /* This will space your items evenly */
    align-items: center;
    /* This will center them vertically */
    background-color: black;
    /* Assuming a black background */
    color: #fff;
    /* Assuming white text color */
    padding: 2rem 0;
}

.footer-item {
    flex: 1;
    text-align: center;

}

.footer-container>.footer-item:first-child {
    display: flex;
    flex-direction: column;
    /* Stacks children vertically */
    align-items: center;
    /* Center align items horizontally within the block */
}

.button-to-top {
    border: none;
    /* Removes the border */
    background: none;
    /* Removes the background */
    padding: 0;
    /* Removes padding */
    outline: none;
    /* Removes focus outline when clicked or focused */
}

.button-to-top img {
    max-width: 100px;
    height: auto;
}

.contact-info {
    margin-top: 0rem;
}

.contact-info .email-link {
    text-decoration: none;
    /* Remove underline */
    color: white;
    /* Set to a distinctive color (e.g., blue) */
    font-weight: bold;
    /* Make the text bold */
    border-bottom: 2px solid transparent;
    /* Underline effect placeholder */
    transition: color 0.3s, border-bottom-color 0.3s;
    /* Smooth transition */
    margin-right: 0.5rem;
}

.contact-info .email-link:hover {
    color: #47b038;
    /* Change color on hover */
    border-bottom-color: white;
    /* Underline effect on hover */
}

/* navbar */

.logo-button {
    background-image: url('../../assets/img/logo.png');
    /* Path to your logo image */
    background-size: contain;
    /* Ensures the logo fits well within the button */
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    /* Adjust based on your logo size */
    width: 100px;
    /* Adjust based on your logo size */
    border: none;
    /* Removes any border */
    cursor: pointer;
    /* Pointer cursor on hover */
}

.welcomeMessage {
    cursor: default;
    background: transparent;
    border: 0px;
    color: black;
    /* default color */
    padding: 10px 20px;
    /* default padding for large screens */
    font-size: 1.1rem;
    /* default font size for large screens */
    text-align: center;
}

/* Hide on small screens */
@media (max-width: 768px) {
    .welcomeMessage {
        display: none;
    }
}

/* Specific styles for the homepage */
.homePageWelcome {
    color: white;
}



/* Contact page */

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

.contact-form {
    width: 45%;
    padding: 2rem;
    margin-left: 7rem;
    box-sizing: border-box;
    /* Ensure padding is included in the width */
}

.contact-form h2 {
    font-size: 1.5rem;
    font-style: italic;
}

.contact-form p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.input-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.input-group label {
    width: 100%;
}

.input-group input {
    width: 45%;
    padding: 0.5rem;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    /* Ensure padding is included in the width */
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.5rem;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    box-sizing: border-box;
    /* Ensure padding is included in the width */
}

.contact-form .submit-btn {
    background-color: black;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
}

.contact-image {
    width: 45%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
    /* Ensure padding is included in the width */
}

.contact-image img {
    width: 100%;
    height: auto;
    margin-top: 2rem;
    max-width: 600px;
    border-radius: 1rem;
}

/* Responsive styling */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        align-items: center;
        /* Center items in the column direction */
    }

    .contact-form {
        width: 90%;
        margin: 0 auto;
        padding: 1rem;
    }

    .contact-image {
        width: 0%;
    }
}

/*imagefadein.css*/

.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}


/*mfa.css*/
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    /* Ensures the wrapper takes at least the full viewport height */
}

.mfa-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.mfa-box {
    background: #fff;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
}

.mfa-box h2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.mfa-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dimmed {
    opacity: 0.5;
    pointer-events: none;
    /* Optional: to prevent further clicks while dimmed */
}

/*reset.css*/

.mfa_link {
    text-decoration: none;
    /* Remove underline */
    /* Set to a distinctive color (e.g., blue) */
    font-weight: bold;
    /* Make the text bold */
    border-bottom: 2px solid transparent;
    /* Underline effect placeholder */
    transition: color 0.3s, border-bottom-color 0.3s;
    /* Smooth transition */
    margin-right: 0rem;
}

.mfa_link:hover {
    color: #47b038;
    /* Change color on hover */
    /* Underline effect on hover */
}

/*recover.css*/

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

.cancel-button,
.search-button {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cancel-button {
    background-color: #f5f6f7;
    color: #4b4f56;
}

.font18 {
    font-size: 18px;
}