
.stock-info-wrapper {
    justify-content: space-between;
}

.no-reports{
    text-align:center;
    margin-bottom:10px;
}

.stock-symbol {
    display: inline-flex; 
    align-items: center; 
    gap: 6px; 
}

.flag-icon {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: 0 !important; 
}

.error{
    color:red;
    margin-left:2px;
}

.search-icon{
    cursor:pointer;
}

.financialLabel {
    text-align: left !important;
}

.companyFinancialTable td {
    text-align: right;
}

.login-page .left-section {
    background: url("../images/login-background.png") no-repeat center center/cover;
}
.sector td{
    padding:5px!important;
}



.preferences .select-wrapper .selectBox {
    height: 50px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #5b5b5b;
    background: #fff;
    border: 0.5px solid #a1a1a1;
    padding-left: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.preferences.login-page.edit-profile{
    max-width:70% !important;
}




.register-preferences-form .selectBox {
    width: 100%;
    border-color: #555;
    padding: 12px 1.3rem;
    border-radius: 30px;
    font-weight: 500;
    color: #555;
    background: #fff;
    transition: border-color 0.1s ease;
}
.register-dropdown {
    border-color: #555;
    padding: 12px 1.3rem;
    border-radius: 30px;
    font-weight: 500;
    color: #555;
    transition: border-color 0.1s ease;
}

.screener-filter-wrapper .selectBox:after {
    content: url("../images/arrow-white.png");
}
.market-report-card:not(:last-child)::after {
    background: url("../content/images/border-line.png") no-repeat center center;
}

#screener-MarketCap{
    text-transform:uppercase !important;
}
.criteria td span{
    text-transform:lowercase;
}

.team-details-wrapper .team-image{
    padding:0px;
}

.team-image {
    overflow: hidden;
}
.text-center-message {
    text-align: center;
}

@media (max-width: 768px) {
    .preferences.login-page.edit-profile {
            max-width: 100% !important;
        }
    }

.opacity-zero {
    opacity: 0;
}

/* Close icon */
.close-icon-style {
    right: 10px;
    top: 10px;
    display: none;
}

/* Toggle password icon */
.toggle-password-style {
    right: 16px;
    top: 12px;
}

.no-reports-center {
    justify-content: center;
    text-align: center;
}

#reset-password-form .form-control {
    margin-bottom: 37px !important;
}

#reset-password-form .validation-error,
#reset-password-form .error {
    margin-bottom: 12px !important;
    margin-top: -4px;
    display: block;
    color: red;
    font-size: 0.875rem;
}

.link-orange {
    color: orange;
    text-decoration: underline;
}


.error-body {
    background: #f7f7f7;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.error-container {
    width: 100%;
    max-width: 500px;
    margin: 100px auto;
    text-align: center;
    padding: 40px 20px;
    border-radius: 12px;
}

.error-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.error-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #666;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.report-card {
    cursor: pointer;
}

.download-btn {
    cursor: pointer;
    z-index: 2;
}

#sector-table th:nth-child(-n+4),
#sector-table td:nth-child(-n+4) {
    text-align: left;
}

#sector-table th:nth-child(n+5),
#sector-table td:nth-child(n+5) {
    text-align: right;
}


.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ddd;
    border-top: 6px solid #162c4a;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@media screen and (min-width: 1024px) {
    #scr-max-lable {
        padding-right: 0px !important;
        text-align: center;
    }

    #scr-min-lable {
        padding-left: 32px;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.footer-links .footer-link-item:not(:last-child) a::after {
    right: -2rem !important;
}

/*@media (max-height: 700px) {
    #advanceSearchPopup .daterangepicker {
        margin-top: -65px !important;
        
    }

}*/

@media (min-width: 769px) {
    #advanceSearchPopup .daterangepicker {
        margin-top: -65px !important;
    }

        #advanceSearchPopup .daterangepicker .drp-buttons {
            position: sticky;
            bottom: 0;
            background: #fff;
            padding: 10px;
            z-index: 3;
        }
}

@media (max-width: 768px) {
    #advanceSearchPopup .daterangepicker {
        margin-top: 8px !important;
        max-height: 75vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        #advanceSearchPopup .daterangepicker .drp-buttons {
            position: sticky;
            bottom: 0;
            background: #fff;
            padding: 10px;
            z-index: 3;
        }
}

@media (min-width: 1024px) {
    .privacy_policy {
        margin-left: -1% !important;
    }

    .term_access {
        margin-left: 1% !important;
    }
}

tr.Bold td {
    font-weight: bold;
}

tr.Italic td {
    font-style: italic;
}

tr.Default td {
    font-weight: normal;
    font-style: normal;
}