/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/
@import url('lib/open-iconic/font/css/open-iconic-bootstrap.min.css');
/*@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");*/
/*body .container .px-4 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}*/

.lightColoring {
    color: lightgray !important;
}

.normalColoring {
    color: gray !important;
}

.vAllignStyle {
    vertical-align: middle;
}

.trademark {
    font-style: italic;
    font-size: 0.9em;
    margin-left: 5px;
}

.kepText {
    font-size: 14px;
}
#accountLink {
    margin-right: 5px;
}

.newLabel {
    font-size: 18px !important;
    font-weight: bold !important;
}

.checkPadding {
    padding-bottom: 10px !important;
}

.bg-success-light {
    background-color: #81c784 !important; /* Light green for slightly better performance */
}

.bg-success {
    background-color: #4CAF50 !important; /* Normal green for moderate better performance */
}

.bg-success-deep {
    background-color: #388e3c !important; /* Deep green for significantly better performance */
}

.bg-warning {
    background-color: #FFEB3B !important; /* Yellow for neutral or minimal differences */
}

.bg-danger-light {
    background-color: #FFC107 !important; /* Light red for minor issues */
}

.bg-danger {
    background-color: #f44336 !important; /* Red for significant issues */
}

.bg-danger-deep {
    background-color: #d32f2f !important; /* Deep red for severe issues */
}

.bg-muted {
    background-color: #000000 !important; /*#e0e0e0;*/ /* Muted grey for undefined or zero metrics */
}





.icon-success {
    color: green !important;
}

.icon-danger {
    color: red !important;
}

.icon-warning {
    color: yellow !important;
}

.noBullet ul {
    list-style-type: none;
}

.bottomText {
    margin-top: 30px;
    /*display: flex;
    align-items: center;*/
}

    .bottomText img {
        height: 20px; /* adjust as necessary */
        width: auto;
        vertical-align: middle; /* for vertical alignment */
    }

.fa-linkedin-square {
    font-size: 20px !important;
    margin-left: 10px;
    color: white;
}

#delDuplicate input[type=checkbox] {
    width: 20px;
}
/*.validation-message {
    margin: 0;*/ /* adjust as needed */
/*padding: 0;*/ /* adjust as needed */
/*}*/
.myLoginImage {
    /*width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;*/


    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    /*min-height: 100%;*/
    /*min-width: 1024px;*/
    /* Set up proportionate scaling */
    /*width: 100%;
  height: auto;*/
    /* Set up positioning */
    /*position: fixed;
  top: 0;
  left: 0;*/
}

    .myLoginImage img {
        width: 100%;
        height: 100%;
        /*background-image: url(../images/Chicago2.JPG);*/
        /*position: absolute;*/
        position: fixed;
    }


.smallerLogoImage {
    display: none;
    position: relative;
}

@media (min-width: 900px) {
    .smallerLogoImage {
        display: block;
        position: absolute;
        width: 240px; /* adjust as required */
        height: 290px; /* adjust as required */
        top: 6vh; /* adjust as required */
        left: 5%; /* adjust as required */
        /*background-image: url('/images/logo_transparent5.png');*/
        background-image: url('/images/logo_large_white_text.png');
        background-size: cover;
        background-position: center;
        z-index: 1;
    }
}


.ciaButtonReg {
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
    /*border-radius: 4px;*/

    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 25px;
}

.ciaButton-delete {
    background-color: orangered;
    box-shadow: 0px 15px 20px rgb(255 88 88);
}

.ciaButton-update {
    background-color: forestgreen;
    box-shadow: 0px 15px 20px rgb(29 163 56)
}

.ciaButton text {
    text-align: center;
    
}
.ciaButton h5 {
    font-size: 1rem !important;
}

.ciaButton-none-chosen {
    background-color: darkblue;
    box-shadow: 0px 15px 20px rgba(25, 25, 112, 0.4);
}

.ciaButton-none {
    background-color: cornflowerblue;
}

    .ciaButton-none:hover {
        box-shadow: 0px 15px 20px rgba(25, 25, 112, 0.4);
    }

.ciaButton-competitor {
    background-color: #87d77b;
}

    .ciaButton-competitor:hover {
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    }

.ciaButton-competitor-chosen {
    background-color: forestgreen;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); /* Adding the box-shadow here */
}

.ciaButton-other {
    background-color: slategray;
}

.ciaButton-other-chosen {
    background-color: dimgrey;
    box-shadow: 0px 15px 20px rgba(47, 79, 79, 0.4); /* Adding the box-shadow here */
}

.ciaButton-other:hover {
    box-shadow: 0px 15px 20px rgba(47, 79, 79, 0.4);
}

.ciaButtonReg:hover {
    /*color: #fff;*/
    transform: translateY(-7px);
}

.deListedMargin {
    margin-left: 15px;
}

.logoNav {
    height: 50px;
    width: 50px;
}
/*Landing page*/
/* Style for the main image container */
.horizontal-align {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /*align-items: center;*/
}

.right-section {
    margin-left: auto;
}

/*APP ERROR*/
.error-ui-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.error-ui-card {
    width: 100%;
    max-width: 500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.error-ui-card-header {
    background-color: #f8f9fa;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6;
}

.error-ui-card-body {
    padding: 15px;
}

.error-ui-card-footer {
    background-color: #f8f9fa;
    padding: 15px;
    border-top: 1px solid #dee2e6;
}
/*END APP ERROR*/
@media (max-width: 992px) {
    .imgContainer {
        display: none;
    }

    .navbar-brand img {
        width: 40px;
        height: 40px;
    }

    .text-container {
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        color: #f2f2f2;
        padding: 20px;
        font-size: 24px;
        text-align: center;
    }
}

.hidden-default-header {
    display: none;
}

@media (min-width: 993px) {
    .navbar-brand img {
        width: 40px;
        height: 40px;
        /*display: none;*/
    }

    .imgContainer {
        position: relative;
        height: 60vh;
        overflow: hidden;
    }

        .imgContainer img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: auto;
        }

        .imgContainer .text-block {
            position: absolute;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.7);
            color: #f2f2f2;
            width: 100%;
            padding: 20px;
        }

            .imgContainer .text-block p {
                font-size: 36px;
                margin: 0;
                text-align: center;
                line-height: 1.5;
                font-weight: 600;
            }

    .text-container {
        display: none;
    }
}

@media (max-width: 767px) {
    .text-container {
        font-size: 24px;
    }
}

.ciaButtonInf {
    margin-top: 3px;
    margin-bottom: 3px;
    border: none;
    color: white;
    padding: 5px 9px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
    /*border-radius: 4px;*/

    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 25px;
}

/* Style for the "Send us a message" button on larger screens */
.d-none.d-md-inline-block .btn-success {
    font-size: 18px;
    padding: 15px 25px;
}

/* Style for the FAQ section */
#faq {
    background-color: #f9f9f9;
    padding: 60px 0;
}

    #faq h3 {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 50px;
    }

    #faq .card {
        border: none;
        margin-bottom: 15px;
    }

    #faq .card-header {
        background-color: #fff;
        border: none;
    }

        #faq .card-header h5 {
            font-size: 18px;
            font-weight: 600;
        }

    #faq .card-body {
        font-size: 14px;
        line-height: 1.5;
    }

        #faq .card-body p {
            margin-bottom: 0;
        }

    #faq .btn-link {
        color: #555;
    }

        #faq .btn-link:hover {
            color: #007bff;
        }

    #faq .collapse.show {
        background-color: #fff;
        border: none;
    }

    #faq .collapse .card-body {
        padding: 15px;
    }

/* Style for the contact form */
/*#contactForm {
    padding-top: 20px;
    align-content: center;
}*/



/*
FROM index.razor*/
#contactForm {
    background-color: #51A7E0; /* chose the first declaration, change as needed */
    padding: 60px 0;
    position: relative;
    color: white;
}

    #contactForm .container {
        max-width: 900px;
        margin: auto;
    }

    #contactForm .form-control {
        margin-top: 2px;
        /*color: white;*/
        border-radius: 0;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 5px;
        color: gray;
    }

        #contactForm .form-control::placeholder {
            color: lightgray;
        }

    #contactForm .btn-primary {
        background: #48a3ff;
        border: none;
        border-radius: 0;
        padding: 10px 30px;
        margin-top: 30px;
    }

        #contactForm .btn-primary:hover {
            background: #007bff;
        }

    #contactForm h3 {
        font-size: 36px;
        font-weight: 600;
        text-align: center;
        color: white;
    }

    #contactForm p, #contactForm h6 {
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        color: white;
        margin-bottom: 5px;
    }

    #contactForm button {
        background-color: #004085 !important;
    }

    #contactForm form {
        margin-top: 30px;
    }

    #contactForm label {
        font-size: 18px;
        font-weight: 600;
    }

    #contactForm .imgContainer {
        position: relative;
        height: 60vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #contactForm .imgContainer img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: auto;
        }

    #contactForm select.form-control option:disabled {
        color: lightgray;
    }

    #contactForm select.form-control option {
        color: gray;
    }
/* Default color for select element */
/*#contactForm select.form-control {
        color: lightgray;
    }*/

/* Color for options */
/*#contactForm select.form-control option {
            color: gray;
        }

        #contactForm select.form-control option::selection {
            color: gray;
        }*/

/* Color for disabled option */
/*#contactForm select.form-control option:disabled {
                color: lightgray;
            }*/


@media (max-width: 767px) {
    #contactForm .imgContainer img {
        display: none;
    }
}


/*End Landing page*/


/*CHATGPT*/
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.loader {
    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);
    }
}



/*#app {
  position: relative;
}*/

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(173, 216, 230, 0.5);
    z-index: 9999;
}

.loader-spinner {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #1e90ff;
    animation: spin 2s linear infinite;
}

/*Landing page*/

/* About Us section */

.ciaImgLogo {
    height: 40px;
    width: 40px;
    margin-left: 10px;
    vertical-align: bottom;
}

#aboutUs {
    background-color: #f9f9f9;
    padding: 80px 0;
}

    #aboutUs h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 50px;
    }

    #aboutUs p {
        font-size: 18px;
        line-height: 1.8;
        color: #666;
    }

/* Features section */
#features {
    margin-top: 80px; /* add some space between the header and the Features section */
    margin-bottom: 80px; /* add some space between the Features section and the FAQ section */
}

#faq {
    margin-top: 20px; /* add some space between the Features section and the FAQ section */
    background-color: #f9f9f9;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
}

    #faq h3 {
        text-align: center; /* center the FAQ section title */
    }

.card-header {
    cursor: pointer; /* change cursor to pointer on card headers */
}

.clickable {
    cursor: pointer;
    transition: transform .2s; /* Animation */
}

    .clickable:hover {
        transform: scale(1.02); /* Slight zoom in on hover */
    }

/*#features {
    background-color: #fff;
    padding: 80px 0;
}*/

#features h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

#features ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 50px;
}

#features li {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

/* FAQ section */


#faq h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

#faq .card-header {
    background-color: #fff;
    border: none;
    border-radius: 0;
}

    #faq .card-header h5 {
        font-size: 18px;
        font-weight: 700;
        color: #666;
    }

    #faq .card-header .btn {
        font-size: 18px;
        font-weight: 700;
        color: #666;
        text-align: left;
        padding: 0;
        /*background-color: #*/
    }

        #faq .card-header .btn:focus {
            outline: none;
        }

#faq .card-body {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}
/*end landing page*/



.table {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    text-align: center;
    border: none;
}

    .table thead th {
        background-color: #495057; /*#1C6EA4;*/
        color: #FFFFFF;
        font-weight: bold;
        padding: 10px;
    }

    .table tbody tr:hover {
        background-color: #F5F5F5;
    }

    .table tbody td {
        padding: 10px;
    }

    .table tbody tr:nth-child(even) {
        background-color: #EEEEEE;
    }

/*@media only screen and (max-width: 600px) {
    .table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table thead,
        .table tbody,
        .table th,
        .table td,
        .table tr {
            display: block;
        }

            .table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        .table tr {
            border: 1px solid #ccc;
        }

        .table td {
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
            white-space: normal;
            text-align: left;
        }

            .table td:before {
                position: absolute;
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }

            .table td:nth-of-type(1):before {
                content: "#";
            }

            .table td:nth-of-type(2):before {
                content: "Name";
            }

            .table td:nth-of-type(3):before {
                content: "Ticker";
            }

            .table td:nth-of-type(4):before {
                content: "Market Cap.";
            }

            .table td:nth-of-type(5):before {
                content: "Headquarters";
            }

            .table td:nth-of-type(6):before {
                content: "Employees";
            }

            .table td:nth-of-type(7):before {
                content: "Last FYE";
            }

            .table td:nth-of-type(8):before {
                content: "Revenue";
            }

            .table td:nth-of-type(9):before {
                content: "Net Inc.";
            }
}*/

.fintHead {
    background-color: #1C6EA4;
    color: #FFFFFF;
    font-weight: bold;
}

.selOrd {
    cursor: pointer;
}

.blueArrow {
    color: #28a745; /*#007bff;*/
}

.noWrap {
    white-space: nowrap;
}

.mktCapQuestion {
    cursor: pointer;
}

.ratioData {
    /*width: 100%;*/
    margin-top: 20px;
    border-collapse: collapse;
    overflow: hidden;
}

/* Adjust font size of table */
.ratioData {
    /*font-size: 14px;*/
    font-size: 14px;
}

    /* Increase padding of table cells */
    .ratioData td,
    .ratioData th {
        padding: 12px 16px;
    }

    .ratioData th {
        background-color: black !important;
        color: white;
    }
    /* Center align text in table cells */
    .ratioData td,
    .ratioData th {
        text-align: center;
    }

    /* Add background color to table header row */
    .ratioData thead th {
        background-color: #f2f2f2;
    }

    /* Add bottom border to table header row */
    .ratioData thead th {
        border-bottom: 2px solid #ddd;
    }

    /* Add bottom border to table rows */
    .ratioData tbody tr {
        border-bottom: 1px solid #ddd;
    }

        /* Add hover effect to table rows */
        .ratioData tbody tr:hover {
            background-color: #f2f2f2;
        }

        /* Add zebra stripe effect to table rows */
        .ratioData tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }

        /* Add top border to first row of table body */
        .ratioData tbody tr:first-child {
            border-top: 1px solid #ddd;
        }

#mainDash {
    display: flex;
    align-items: center;
    /*margin-bottom: 10px;*/
}

.checkMargin {
    margin-left: 15px;
}
/*.imgTrash {
  margin-right: 10px;
}*/

.trashButton {
    /*margin-right: 20px;*/
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

    .trashButton:hover {
        background-color: #f8f9fa;
    }

/*.imgSpace {
  margin-right: 10px;
}*/

.smallFigure {
    font-size: 12px;
    color: #6c757d;
    margin-left: 5px;
}

.float-right {
    float: right;
}

@media (max-width: 992px) {
    .float-right {
        float: none;
        text-align: center;
    }

    #mainDash {
        margin-bottom: 0;
    }

    .imgTrash {
        margin-left: 20px;
    }
}


/*MyCompany info section*/

/* Change the background color of the entire section */
#infoSection {
    background-color: #f7f7f7;
    padding: 10px;
}

#iconSection {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Increase the font size of the company name */
#infoSection h1 {
    font-size: 28px;
}

/* Add a margin to the "Download" and "Email" headings */
.fileOptions h5 {
    /*margin-right: 10px;*/
}

/* Add spacing between the download and email icons */
.fileOptions input {
    /*margin-right: 10px;*/
}

    /* Change the background color of the download and email icons when hovered over */
    .fileOptions input:hover {
        background-color: #ddd;
    }

/* Add some padding to the "Key Information" heading */
#infoSection h4 {
    padding-bottom: 10px;
}

/* Add some spacing between the key information items */
#infoSection p {
    margin-bottom: 5px;
}

/* Change the font color of the key information labels */
.orangy {
    color: orange;
}

/*Comparison buttons section*/

/*MYCompany radio section*/
.radio-container {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}

    .radio-container input[type="radio"] {
        margin-right: 0.5rem;
    }

    .radio-container label {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

/*CHATGPT*/

.tableScroll {
    overflow-x: auto;
    display: block;
    font-size: 14px;
}

.tColor {
    color: #55b3d9;
}

.tColorB {
    color: darkblue;
}

.compareBox {
    margin-right: 5px;
}

.wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 1.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.lockedScreen {
    width: 100%;
    height: 100%;
    /*height: 1000px;*/
    position: absolute;
    background-color: #0827F5;
}

.lockedText {
    color: white;
}
/*
.blueArrow {
    color: blue;
}*/

.minColumnWidth {
    min-width: 345px !important;
}

.minCelumnWidth {
    min-width: 90px !important;
}

.groupBorder {
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px;
    margin-right: 10px;
}

.docExplanation {
    padding-top: 11px;
}

.smallFigure {
    margin-top: 3px;
}

.noWrap {
    white-space: nowrap;
}

.dropIndex {
    z-index: 2500;
}

.dropdownClass {
    /*background-color: darkcyan;*/
    background-color: #51A7E0 !important;
    border: none;
    color: white !important;
    cursor: pointer;
}


.dropdownClassMain {
    /*background-color: darkcyan;*/
    background-color: #51A7E0 !important;
    border: none;
    color: white !important;
}

.dropMaster {
    padding: 0px !important;
}

#fileDate {
    font-size: 60%;
}

.dropdownClass:hover {
    color: black !important;
    /*background-color: #238D75;*/
    background-color: #006285 !important;
}

.dropdownLine {
    /*background-color: darkcyan;*/
    background-color: #51A7E0 !important;
    color: white !important;
    border-top: 0px !important;
    margin: 0.5px !important;
}

#ciaListMargin {
    margin-bottom: 100px;
}

.cagrTitleWidth {
    width: 185px;
}

.cagrValueWidth {
    width: 75px;
}

.sSmall {
    font-size: xx-small;
}

.footerMain {
    /* position: relative;*/
    position: relative;
    margin-top: 100px;
    height: 50px;
    /*background-color: darkcyan;*/
    background-color: #51A7E0;
    width: 100%;
    bottom: 0;
    /*position: absolute;
    bottom: 0;*/
    /*
    width: 100%;
    height: 50px;
    margin-top: -50px;
    background-color: darkcyan;*/
}

    .footerMain img {
        height: 20px; /* adjust as necessary */
        width: auto;
        vertical-align: middle; /* for vertical alignment */
    }

.footerSub {
    position: absolute;
    margin-top: 100px;
    height: 50px;
    /*background-color: darkcyan;*/
    background-color: #51A7E0;
    width: 100%;
    bottom: 0;
}

.footerSubFixed {
    position: fixed;
    margin-top: 100px;
    height: 50px;
    /*background-color: darkcyan;*/
    background-color: #51A7E0;
    width: 100%;
    bottom: 0;
}

.updatedfooterSubFixed {
    position: fixed;
    margin-top: 100px;
    height: 50px;
    /*background-color: darkcyan;*/
    background-color: #51A7E0;
    width: 100%;
    bottom: 0;
}

.marginPage {
    margin-bottom: 50px;
}

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    /*font-family: "Muli", sans-serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1F1F1F;
}

    /* line 43, ../../Arafath/CL/December/233. Startup/HTML/scss/theme-default.scss */
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

/* line 52, ../../Arafath/CL/December/233. Startup/HTML/scss/theme-default.scss */
ul {
    margin: 0px;
    padding: 0px;
}



h5 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
    font-weight: bold;
}

.columnWidth {
    width: 75px;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }




.TrashBinImg {
    height: 20px;
    width: 20px;
}

.chiImage {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#downloadButtons {
    margin-left: 20px;
    border-radius: 3px;
    border: .5px solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
}

#ciaListTable {
    margin-top: 5px;
}

.ciaListTableClass {
    margin-top: 5px;
}

/*table td:nth-child(1) {
    text-align: left;
    padding-left: 0;
    font-weight: bold;
}*/

.sArrow {
    margin-left: 3px;
}

#logoImg {
    height: 45px;
    width: 45px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.mktCapQuestion {
    font-size: 0.53em;
    vertical-align: super;
}

.noDataResult {
    margin: 200px;
    color: red;
}

.singleCheck_input input {
    width: 20%;
    border: 1px solid #C9C9C9;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px 16px;
    margin-bottom: 25px;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.selOrd:hover {
    cursor: pointer;
}

table tr {
    height: 10px;
}

.CompetColor {
    color: blueviolet;
}

.myCompColor {
    color: blue !important;
}

.delCia {
    height: 20px;
    width: 25px;
}

.mainFin {
    text-align: left;
    font-weight: bold;
    background-color: black !important;
    color: white !important;
}

.ratioDivisor {
    text-align: left;
    font-weight: bold !important;
    background-color: black !important;
    color: white !important;
    border: none !important;
}


.mainFinYears {
    text-align: center;
    font-weight: bold;
    background-color: black !important;
    color: white !important;
}

.fintHead {
    background-color: lightslategrey !important;
    font-weight: bold;
}

.fintHeadYears {
    /*background-color: darkslategrey;*/
    background-color: lightslategrey !important;
    text-align: center;
}

.fintHeadYearsComp {
    background-color: #4871a0 !important;
    text-align: center;
}

.whiteFin {
    background-color: white !important;
    text-align: center;
}

.grayFin {
    --bs-table-bg: lightgray !important;
    text-align: center;
}

.finSubMainTitle {
    background-color: darkgray !important;
    font-weight: bold;
    text-align: left;
}

.finSubMainYears {
    background-color: darkgray !important;
    text-align: center;
}

.grayFinComp {
    background-color: #b1d2e8 !important;
}

.finSubMainYearsComp {
    background-color: #8eb2e4 !important;
    text-align: center;
}

.whiteRatio {
    background-color: white !important;
}

.grayRatio {
    --bs-table-bg: lightgray !important;
}

.ratioData {
    text-align: center;
}

.ratioDataComp {
    text-align: center;
    background-color: #b1d2e8 !important;
    color: mediumblue !important;
}

.ebitTitle {
    background-color: steelblue !important;
}

.ebitdaTitle {
    background-color: lightslategrey !important;
}

.ebitYears {
    background-color: steelblue !important;
    text-align: center;
}

.ebitYearsComp {
    background-color: #468eb4 !important;
    text-align: center;
}

.ebitdaYears {
    background-color: lightslategrey !important;
    text-align: center;
}

.ebitdaYearsComp {
    background-color: #7393b5 !important;
    text-align: center;
}

.fontComp {
    color: mediumblue !important;
    text-align: center;
}

.fontCia {
    color: darkblue !important;
}

/*.checkCias {
    margin-left: 0px;
}*/

.ciaButton {
    margin-bottom: 5px;
    margin-left: 5px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    --sk-color: white;
}

.trashButton {
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

    .trashButton:focus,
    .trashButton:active {
        outline: none;
    }

.tableMargin {
    margin-top: 30px;
}

.my-spinner {
    --sk-size: 48px;
    --sk-color: #003366;
    vertical-align: middle;
}

.centerItem {
    vertical-align: middle;
}

/*.loginForm {
    align-items: center;
    width: 300px;
    height: auto;
    opacity: .9;
    background-color: #bfbfbf;
    margin-top: 17%;*/
/*margin-left: 40%;*/
/*text-align: center;
    border-radius: 10px;
    border: 4px solid darkgrey;
    padding: 20px;
    z-index: 100;
    position: absolute;
}*/

#loadSpinnerCiaList {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
}

#loadSpinnerCompetitors {
    align-items: center;
    vertical-align: top;
    margin-top: 5%;
    margin-left: 200px;
}

#loadSpinnerMyCia {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
}

#loadSpinnerEmail {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
}

#loadSpinnerUser {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
}

#loadSpinnerMessage {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
}

#loadSpinnerTable {
    align-items: center;
    vertical-align: central;
    margin-top: 100px;
}

#loadSpinnerLoading {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
    /*width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;*/
}

#charLoadbox {
    opacity: 1;
    fill: rgb(255, 255, 255);
    stroke: transparent;
    stroke-width: 0;
    height: 50px;
    width: 1447px;
    transform: none;
}

#loadSpinnerCompletingLogging {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
}

#loadSpinnerLogout {
    align-items: center;
    vertical-align: central;
    margin-top: 20%;
}

#loadSpinnerChartLoad {
    align-items: center;
    vertical-align: central;
    margin-top: 7%;
    margin-bottom: 9%;
}

#dimScreen {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; /* Just to keep it at the very top */
}

.compTitle {
    width: 100px;
    white-space: nowrap;
}

#newsTable {
    z-index: 2;
    padding: 5px;
    /*height: 250px;*/
    /* min-height: 50px;
    max-height: 250px;*/
    border: 2.5px solid gray;
    border-radius: 5px;
}

.nContent {
    /*height: 200px;*/
    min-height: 50px;
    max-height: 250px;
    overflow: auto;
    /*width: 700px;*/
}

#summarySection {
    z-index: 1;
}

#loginButtton {
    display: block;
    color: rgba(255, 255, 255, .5);
    padding: .5rem 1rem;
    outline: medium none;
    text-decoration: none;
    background-color: transparent;
    box-sizing: border-box;
    text-align: match-parent; /*-webkit-match-parent;*/
    -webkit-box-direction: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-family: "Muli", sans-serif;*/
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}

.blueCompetitor {
    color: darkblue;
}

.linkColor {
    color: #0000EE;
}

.negNews {
    color: red !important;
}

.posNews {
    color: green !important;
}

.noNews {
    font-weight: bold;
    color: black;
}

.buttonText {
    vertical-align: sub;
}

.docExplanation {
    margin-right: 10px;
}

/*.fileOptions {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid gray;
    border-radius: 5px;
    padding: 10px;
    background-color: lightblue;
}

.buttonText {
    margin-right: 3px;
}

.ciaImg {
    height: 20px;
    width: 20px;
    margin-right: 3px;
    vertical-align: middle;
}*/

.buttonText {
    vertical-align: sub;
    margin-left: 5px;
    margin-right: 5px;
}

.imgSpace {
    /*vertical-align: -webkit-baseline-middle;*/
    vertical-align: middle;
    /*margin-left: 3px;*/
}

.ciaImg {
    height: 20px;
    width: 20px;
    /*vertical-align: central;
    margin-top: 4px;*/
}

.fileOptions {
    /*padding: 5px;
    padding-top: 15px;*/
    margin-left: 10px;
    /*width: 163px;*/
    width: 145px;
    height: 40px;
    border: 1.5px solid gray;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 5px;
    background-color: #81b4cd;
    /*margin-right: 10px;*/
    /*background-color: lightblue;*/
    /*padding-top: 5px;
    align-items: center;*/
}

#secondBox {
    display: block;
}
/*.fileOptions image text {
    vertical-align: central;
}*/
/*.fileOptions input{
    align-content: end;
    
}*/
.downButtonTest {
    /*display: flex;*/
    display: table-cell;
    /*vertical-align: middle;*/
    justify-content: center;
    align-items: center;
    border: 1.5px solid gray;
    /*padding: 10px;*/
    width: 160px;
    border-radius: 5px;
    background-color: lightblue;
}

.buttonText {
    vertical-align: sub;
}





.imgTrash {
    margin-left: 10px;
}

.trashIcon {
    vertical-align: top;
}

#defaultRegisterFormEmailAuth {
    display: inline-flex;
    transform: scale(1.2);
}

#EmailLabel {
    margin-left: 15px;
}

.orangy {
    color: #ff5e13;
    /*white-space: nowrap;*/
}

.imgContainer {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative
}

    .imgContainer img {
        width: 100%;
        height: 100%;
        /*background-image: url(../images/Chicago2.JPG);*/
        position: absolute;
    }

.text-block {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 72px;
    font-weight: bold;
    /*    left: 150px;
    top: 350px;*/
    margin-top: 250px;
    text-align: center;
    width: 100%;
    /*margin-left: -150px;*/
}


/*#defaultRegisterFormLastName {
    margin-left: -5px;
}*/

.imgContainer .smallerImage {
    position: absolute;
    width: 220px; /* adjust as required */
    height: 290px; /* adjust as required */
    top: 2%; /* adjust as required */
    left: 4%; /* adjust as required */
    /*background-image: url('/images/logo_large_white_text.png');*/
    background-image: url('/images/WhiteTextLogo.svg');
    background-size: cover;
    background-position: center;
}

.imgContainer .smallerImageKevin {
    position: absolute;
    width: 220px; /* adjust as required */
    height: 290px; /* adjust as required */
    top: 2%; /* adjust as required */
    left: 4%; /* adjust as required */
    /*background-image: url('/images/logo_large_white_text.png');*/
    background-image: url('/images/BlackTextLogo.svg');
    background-size: cover;
    background-position: center;
}

.userForm {
    margin-left: -15px;
}

.mainNav {
    /*background-color: darkcyan;*/
    background-color: #51A7E0;
}

.smallDetails {
    font-size: small;
    vertical-align: sub;
}

.rangeOption {
    margin-left: 5px;
}



.tooltip {
    position: relative;
    background: rgba(0,0,0,0.3);
    padding: 5px 12px;
    border-radius: 100%;
    font-size: 20px;
    cursor: help;
}

.navContent {
    white-space: nowrap;
}

.marginTitleWidth {
    width: 100px;
}

@media (max-width: 767px) {
    .hidingElement {
        display: none;
    }
}

#collapseFour img {
    max-width: 400px;
    max-height: 350px;
}

.bigger {
    font-size: larger;
}

#pageSelection {
    margin-bottom: 100px;
}

#mainDash {
    text-align: center;
}

.footer {
    margin-top: 100px;
    width: 100%;
    /*background-color: darkcyan;*/
    background-color: #51A7E0;
}

.addCiaButton {
    width: 50px;
    height: 20px;
    font-size: 12px;
    /*text-align: center;
    line-height:20px;*/
    display: inline-flex;
    align-items: center;
}

/*.backImg {
    width: 100%;
    height: 100%;
    background-image: url(../images/Chicago2.JPG);
    
}*/

/*.imgInBox {
    margin-top: 4px;
}


.buttonAllign {
    margin-bottom: 20px;
}*/

.listSize {
    /*width: 700px;*/
    width: 100%;
    font-size: 14px;
}
/*Gavilanch*/
.individual-movie-container {
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: center;
}

.movie-poster {
    width: 225px;
    height: 300px;
}

.individual-movie-container p {
    max-width: 225px;
    height: 44px;
    font-size: 15px;
    font-weight: bold;
}

.movies-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.boldFont {
    font-weight: bold !important;
}

.form-markdown {
    display: flex;
}

    .form-markdown textarea {
        width: 500px;
        height: 500px;
        margin-right: 15px;
    }

    .form-markdown .markdown-container {
        border: 1px dashed black;
        width: 500px;
        height: 500px;
    }

.multiple-selector {
    display: flex;
}

.selectable-ul {
    height: 200px;
    overflow-y: auto;
    list-style-type: none;
    width: 170px;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
}

    .selectable-ul li {
        cursor: pointer;
        border-bottom: 1px #eee solid;
        padding: 2px 10px;
        font-size: 14px;
    }

        .selectable-ul li:hover {
            background-color: #08c;
        }

.multiple-selector-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
}

    .multiple-selector-buttons button {
        margin: 5px;
    }

.blazored-typeahead {
}

.blazored-typeahead__controls {
    position: relative;
    cursor: text;
    display: flex;
}

.blazored-typeahead__input {
    /*width: 700px;
    border: 1px solid #bfbfbf;
    padding: .5rem;*/
    width: 100%;
    z-index: 2000;
    border: 1px solid #bfbfbf;
    padding: .5rem;
    font-size: 14px;
}

.blazored-typeahead__input-hidden {
    display: none;
}

.invalid {
    border-color: red !important;
}


.blazored-typeahead__input-mask-wrapper {
    display: flex;
    width: 100%;
    z-index: 2000;
    /*width: 700px;*/
}

.blazored-typeahead__input-mask {
    flex: 1;
    border-radius: 5px 0 0 5px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: .5rem;
    border-left: 1px solid #bfbfbf;
}

.blazored-typeahead__clear {
    width: 40px;
    display: flex;
    border-top: 1px solid #bfbfbf;
    padding: .5rem;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    cursor: pointer;
}

.blazored-typeahead__input__icon {
    width: 40px;
    display: flex;
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #bfbfbf;
    border-left: 0;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    padding: .5rem;
    cursor: pointer;
    background: none;
}

    .blazored-typeahead__input__icon:hover {
        background-color: #f5f5f5;
    }


.blazored-typeahead__results {
    /*box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding-top: .5rem;
    min-height: 2rem;
    max-height: 30rem;
    width: 700px;
    overflow-y: auto;*/
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding-top: .5rem;
    min-height: 2rem;
    max-height: 30rem;
    /*    width: 100%;*/
    overflow-y: auto;
    /*    position: absolute;*/
    background-color: white;
    z-index: 2000
}

.blazored-typeahead__result,
.blazored-typeahead__notfound,
.blazored-typeahead__results-footer {
    padding: .5rem;
}

    .blazored-typeahead__result-selected, .blazored-typeahead__result:hover, .blazored-typeahead__result:focus {
        outline: -webkit-focus-ring-color auto 1px;
        background-color: #f5f5f5;
        cursor: pointer;
    }

.blazored-typeahead__loader {
    width: 24px;
    height: 24px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .blazored-typeahead__input {
        width: 100%;
    }

    .blazored-typeahead__input-mask-wrapper {
        width: 100%;
    }

    .blazored-typeahead__results {
        width: 100%;
    }

    .listSize {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .blazored-typeahead__input {
        width: 700px;
    }

    .blazored-typeahead__input-mask-wrapper {
        width: 700px;
    }

    .blazored-typeahead__results {
        width: 700px;
    }

    .listSize {
        width: 700px;
    }
}


/**FOOTING*/

.content {
    padding: 0px !important;
}


.site-footer {
    /*background-color: darkcyan;*/
    background-color: #51A7E0;
    /*background-color: darkcyan;*/ /*#2f947c;*/
    padding: 45px 0 20px;
    margin-top: 30px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #fff;
    }

        .site-footer a:hover {
            color: #3366cc;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #fff
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #3366cc;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d
    }

.copyright-text {
    margin: 0
}

.imgMargin {
    margin-left: 5px;
}

@media (min-width:992px) {


    .loginForm {
        align-items: center;
        width: 300px;
        height: auto;
        opacity: .9;
        background-color: #bfbfbf;
        margin-top: 17%;
        margin-left: 40%;
        text-align: center;
        border-radius: 10px;
        border: 4px solid darkgrey;
        padding: 20px;
        z-index: 100;
        position: absolute;
    }
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }

    .loginForm {
        align-items: center;
        width: 300px;
        height: auto;
        opacity: .9;
        background-color: #bfbfbf;
        margin-top: 17%;
        margin-left: 30%;
        text-align: center;
        border-radius: 10px;
        border: 4px solid darkgrey;
        padding: 20px;
        z-index: 100;
        position: absolute;
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }

    .loginForm {
        align-items: center;
        width: 300px;
        height: auto;
        opacity: .9;
        background-color: #bfbfbf;
        margin-top: 17%;
        margin-left: 15%;
        text-align: center;
        border-radius: 10px;
        border: 4px solid darkgrey;
        padding: 20px;
        z-index: 100;
        position: absolute;
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #eceeef;
        color: #818a91;
        font-size: 14px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.ciaDetails {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

    .ciaDetails h4 {
        display: inline-flex;
    }

    .ciaDetails h5 {
        margin-left: 10px;
        display: block;
    }

    .ciaDetails button {
        margin-left: 10px;
        display: inline-flex; /* or "inline" */
    }
/*Tables*/
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.centButton {
    align-content: center;
}

.myacc-container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.myacc-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    background-color: white;
}

.myacc-card-header {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 16px;
}

.myacc-card-body {
    padding: 16px;
    font-size: 14.5px;
}

.myacc-label {
    font-weight: 600;
    color: #495057;
    display: inline-block;
    min-width: 150px;
}

.myacc-select {
    min-width: 140px;
}

.myacc-table th, .myacc-table td {
    font-size: 13px;
    vertical-align: middle;
}

.siteusers-container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.siteusers-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    margin-bottom: 1.5rem;
}

.siteusers-card-header {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 12px 16px;
    border-bottom: 1px solid #ccc;
}

.siteusers-card-body {
    padding: 20px;
}

.siteusers-table-wrapper {
    overflow-x: auto;
}

.siteusers-table th, .siteusers-table td {
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap;
}

.siteusers-table thead th {
    background-color: #1f2937;
    color: #fff;
    font-weight: 600;
}


@media (min-width: 993px) {
    .imgContainer {
        position: relative;
        height: 60vh;
        overflow: hidden;
    }

        .imgContainer img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: auto;
        }

        .imgContainer .text-block {
            position: absolute;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.7);
            color: #f2f2f2;
            width: 100%;
            padding: 20px;
        }

            .imgContainer .text-block p {
                font-size: 36px;
                margin: 0;
                text-align: center;
                line-height: 1.5;
                font-weight: 600;
            }

    .text-container {
        display: none;
    }
}

@media (max-width: 767px) {
    #contactForm .imgContainer img {
        display: none;
    }
}

.midAlign {
    vertical-align: middle;
}

