﻿/*Login page*/
input.btn-orange-bg {
    width: 100%;
}

input[type="submit"] {
    outline: none !important;
}

.loginErrorTxt {
    display: block !important;
}

/* Trending reports screen*/
.trendingSynopsis {
    font-size: 14px;
    color: #888888;
    padding-bottom: 10px;
    line-height: 18px;
}

/* Home screen */
.cNameDate span {
    position: relative !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.cNameDate span:first-child {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
}

.tab-content.boxthumListShow .cardMain.cardMain2 .cardMain1box {
    padding: 20px !important;
    display: block !important;
    width: 300px !important;
    min-width: 300px !important;
}

.tab-content.boxthumListShow .c3Boxes .c3BoxesIN:first-child {
    white-space: nowrap;
}

.c3Boxes .c3BoxesIN:first-child {
    gap: normal !important;
}

.tab-content.boxthumListShow .cardMain >div{ 
    padding: 20px; width: 520px !important; 

}

div.sliderPages span.current {
    font-weight: bold !important;
}

div.sliderPages span.total {
    font-weight: bold !important;
}

@media (max-width: 1024px) {
    .trendingRep {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .tab-content.boxthumListShow .cardMain .cardMain1box {
        min-width: 250px !important;
    }
    .tab-content.boxthumListShow .c3Boxes .c3BoxesIN:first-child {
        white-space: normal;
    }

    .tab-content.boxthumListShow .c3Boxes {
        display: inline-block !important;
        padding-bottom: 15px !important;
    }

    .tab-content.boxthumListShow .c3Boxes .c3BoxesIN {
        padding-bottom: 15px !important;
    }

    .tab-content.boxthumListShow .c3Boxes .c3BoxesIN::before {
        content:none;
    }
}

/*end here*/

.cardMain .banner-card-title {
    color: #780000;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
}

.modal .search-result {
    scrollbar-width: auto;
    scrollbar-color: #e9e9e9 #ffffff;
}

/* Firefox */

.modal .search-result {
    scrollbar-width: auto;
    scrollbar-color: #e9e9e9 #ffffff;
}

    /* Chrome, Edge, and Safari */

    .modal .search-result::-webkit-scrollbar,
    .default-dropdown .dropdown-menu ul::-webkit-scrollbar {
        width: 6px;
    }

    .modal .search-result::-webkit-scrollbar-thumb,
    .default-dropdown .dropdown-menu ul::-webkit-scrollbar-thumb {
        background-color: #e9e9e9;
        border-radius: 10px;
        border: 0px solid transparent;
    }

    .modal .search-result::-webkit-scrollbar-track,
    .default-dropdown .dropdown-menu ul::-webkit-scrollbar-track {
        background: #ffffff;
    }

.search .search-result {
    height: auto;
    margin-bottom: 0;
    padding: 8px 0;
}

.search .search-list-box {
    padding: 10px 0 5px 0;
    border-top: 1px solid #eeeeee;
}

    .search .search-list-box .help-block {
        padding: 0 20px 0;
    }

.search-list-box .help-block {
    padding: 10px 51px 4px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.search-result {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 144px;
    margin-bottom: 2px;
}

    .search-result a {
        padding: 5px 51px;
        display: block;
        color: #637488;
    }

        .search-result a:hover {
            text-decoration: none;
            background-color: #f6f9fa;
        }

.input-group-new .form-control {
    box-shadow: none;
    height: 50px;
    padding-left: 51px;
}

    .input-group-new .form-control::placeholder {
        opacity: 0.8;
    }


    .input-group-new .form-control:focus {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        border-color: #6899aa;
    }

.search .input-group-new {
    border-radius: .40rem;
    overflow: hidden;
}

    .search .input-group-new .form-control,
    .search .input-group-new .form-control:focus {
        padding-left: 15px;
        border: 0;
        border-bottom: 0;
        height: 40px;
        box-shadow: none;
        border-radius: 0;
        font-weight: 600;
        color: #333333;
    }

        .search .input-group-new .form-control::placeholder {
            font-size: x-small;
            margin: 0px 0px 0px 5px;
        }

.close {
    font-size: 19px;
    background-color: white !important;
    border: none !important;
}

.icofont-close-line:hover,
.icofont-close-line:focus {
    text-decoration: none;
}

.modal-header .close {
    color: #747474;
    opacity: 1;
    margin: 0;
    position: relative;
    top: -3px;
    right: -383px;
    font-size: 20px;
}

.modal-no-header .close {
    color: #555555;
    opacity: 1;
    padding: 15px 15px 0 0;
}

.input-group-new {
    position: relative;
}

    .input-group-new .input-icon {
        font-size: 16px;
        color: #d6d6d6;
        position: absolute;
        top: 50%;
        left: 21px;
        transform: translateY(-50%);
    }

    .input-group-new .input-icon {
        font-size: 16px;
        color: #d6d6d6;
        position: absolute;
        top: 50%;
        left: 21px;
        transform: translateY(-50%);
    }


    .input-group-new .input-icon {
        right: 21px;
        left: inherit;
        background-color: #9e9e9e;
        border-radius: 50%;
        width: 17px;
        height: 17px;
        text-align: center;
        color: #fff;
        line-height: 17px;
        font-size: 10px;
        display: none;
        cursor: pointer;
    }

        .input-group-new .input-icon:hover {
            text-decoration: none;
        }

    .input-group-new .search-input-icon:hover {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        font-size: 16px;
        color: #d6d6d6;
    }

#modalCompaniesList .search-input-icon {
    color: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
}


/*Account Controller/My Profile */
.proBoxMain {
    padding-top: 10px;
}

.proBox {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
}

.proBoxLet {
    background: #C4161C;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.proBoxName {
    color: #333739;
}

.proBoxName1 {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
}

.proBoxName2 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}

.proBoxNameTel {
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 10px;
}

.proBoxNameMail {
    color: #780000;
    font-size: 15px;
    font-weight: 500;
}


.proBoxMain .loginConBoxIN {
    padding: 20px 20px 0;
    box-shadow: 0px 1px 2px #E8D3D333;
    border: 1px solid #F2EFEF;
}

.proBoxInputs .buttonBox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

    .proBoxInputs .buttonBox input {
        width: 200px !IMPORTANT;
    }


.disabled {
    opacity: .5;
    pointer-events: none;
}

@media (max-width: 640px) {
    .proBox {
        gap: 15px
    }

    .proBoxLet {
        width: 44px;
        height: 44px;
    }

    .proBoxName1 {
        font-size: 20px;
    }

    .proBoxName2 {
        font-size: 16px;
    }
}



/*Footer*/
footer .ft-right {
    /*height: 160px;*/
    padding: 20px 30px;
    background-color: #1c2e44;
    border-radius: 10px;
}


/*Companies Screen Css*/

.companiesTabs {
    gap: 10px;
}

    .companiesTabs.nav-tabs {
        border-bottom: 0;
        justify-content: space-between;
        margin-bottom: 20px;
    }

        .companiesTabs.nav-tabs .nav-link.active {
            font-weight: bold;
            color: #333739;
        }

        .companiesTabs.nav-tabs .nav-link {
            font-weight: normal;
            color: #780000;
            font-size: 16px;
            width: 15px;
        }

            .companiesTabs.nav-tabs .nav-link.active::before {
                content: none;
            }

.companiesListing {
    display: flex;
    flex-wrap: wrap;
}

    .companiesListing a {
        width: 25%;
        color: #780000;
        font-weight: 600;
        font-size: 14px;
        padding: 10px 0;
        gap: 10px
    }

        .companiesListing a:hover {
            color: #333739;
        }


@media (max-width:768px) {
    .companiesListing a {
        width: 50%;
    }

    .companiesTabsMain {
        overflow: auto;
    }

        .companiesTabsMain ul {
            width: 800px;
        }
}

@media (max-width: 480px) {
    .companiesListing a {
        width: 100%;
    }
}



/*Events Screen*/
.eventsList {
}

    .eventsList .divTableCell label {
        color: #888888;
        font-size: 12px;
        text-transform: uppercase;
        padding-bottom: 5px;
        display: none;
    }

    .eventsList .divTableHeading {
        background: none;
    }

    .eventsList .divTableHead {
        background: none;
        border: 0;
        color: #888888;
        font-weight: 500;
        padding-bottom: 10px;
    }

    .eventsList .divTableCell, .eventsList .divTableHead {
        border: 0;
    }

    .eventsList .divTableCell {
        padding-top: 20px;
        padding-bottom: 20px;
        vertical-align: top;
    }

    .eventsList .w15 {
        width: 15%;
        padding-right: 0;
    }

    .eventsList .w35 {
        width: 35%;
        padding-left: 20px;
    }

    .eventsList .divTable {
        box-shadow: 0px 1px 2px #E8D3D333;
        border: 1px solid #F2EFEF;
        border-radius: 5px;
        margin-bottom: 2px;
    }

    .eventsList .divNone {
        box-shadow: none;
        border: 0;
        border-radius: 0;
        margin-bottom: 0;
    }

.evType {
    color: #747474;
    font-size: 13px;
    font-weight: normal;
}

.evStatus {
    border: 1px solid #D942234D;
    background: #D942231A;
    font-size: 11px;
    font-weight: 500;
    padding: 1px 5px;
    display: inline-flex;
    border-radius: 2px;
    margin-bottom: 8px;
    color: #D94223;
}

.completedRegister .evStatus {
    border: 1px solid #2ACF6C4D;
    background: #2ACF6C1A;
    color: #2ACF6C;
}

.evTxt1 {
    color: #780000;
    font-size: 18px;
    font-weight: bold;
}

.completedRegister .evTxt1 {
    color: #333739;
}

.upcomingEvent .evStatus {
    border: 1px solid #D942234D;
    background: #D942231A;
    color: #D94223;
}

.upcomingEvent .evTxt1 {
    color: #780000;
}

.evDate, .evLocation {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 3px 0;
    font-size: 14px;
    color: #333739;
}

    .evDate img, .evLocation img {
        width: 18px;
    }

.evAction .btn {
    border: 1px solid #FF0000;
    width: 133px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FF0000;
    font-weight: 500;
}

    .evAction .btn:hover {
        background: #FF0000;
        color: #fff;
    }

.completedRegister .btn {
    pointer-events: none;
    opacity: .5;
    color: #D9D9D9;
    border: solid 1px #D9D9D9;
}

.registrationClosed .evStatus {
    border: 1px solid rgba(255, 165, 0, 0.3);
    background: rgba(255, 165, 0, 0.1); 
    color: #FFA500; 
}

.registrationClosed .btn {
    pointer-events: none;
    opacity: .5;
    color: #D9D9D9;
    border: solid 1px #D9D9D9;
}

.registrationClosed .evTxt1 {
    color: #333739;
}

.divTableRow .divTableCell:first-child,
.divTableRow .divTableHead:first-child {
    padding-left: 20px;
}

@media (max-width: 1024px) {
    .divNone {
        display: none;
    }

    .eventsList .divTableCell label {
        display: block;
    }

    .eventsList .divTableRow .divTableCell {
        width: 50%;
    }

    .eventsList .divTableRow {
        display: flex;
        flex-wrap: wrap;
    }

    .companiesList a {
        width: 33.33%;
    }

    .evStatus, .evType {
        display: inline-flex;
    }

    .evType {
        padding-left: 5px;
    }
}

@media (max-width: 540px) {

    .eventsList .divTableRow .divTableCell {
        width: 100%;
        padding-left: 15px;
        padding-bottom: 0;
        padding-right: 15px;
    }

    .eventsList .divTableRow {
        padding-bottom: 20px;
    }

    .evAction .btn {
        width: 100%;
    }
}

.popup-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.popup-content p {
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/*Search */
.tab-content.boxthumListShow .tab-pane > div > ul > li {
    width: 100%;
}

.tab-content.boxthumListShow .reportItems .cardMain.cardMainFea .cardMain1box.fixedIncomeSearch {
    padding: 20px !important;
    display: block !important;
}

.pt-10 {
    padding-top: 10% !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 40px;
    width: 40px;
    height: 30px !important;
}

.noEvent {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1C263B;
    font-size: 15px;
    font-weight: 600;
}
.redirect:hover {
    color: #C4161C;
}


.passList {
    padding-top: 10px;
}

    .passList li {
        padding-bottom: 0;
        font-size: 13px;
        color: #333739;
        line-height: 21px;
        position: relative;
        padding-left: 16px;
    }

        .passList li:before {
            content: '';
            width: 6px;
            height: 6px;
            background: #888888;
            display: block;
            position: absolute;
            top: 8px;
            left: 0;
            border-radius: 5px;
        }


.afterLogin {
    line-height: 1.3;
}

    .afterLogin .btnLogin {
        background: #fff;
        border: solid 1px #FF0000;
        color: #FF0000;
    }

        .afterLogin .btnLogin:hover {
            background: #FF0000;
            color: #fff;
        }

.checKGreen {
    background: #2ACF6C url(../images/ic_checkMark4.svg) no-repeat center center;
    box-shadow: 0px 4px 6px #2B39600D;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin: auto;
}

.aboutCont p, .aboutContNext, .aboutContNext p {
    font-size: 15px;
    padding-bottom: 30px;
    line-height: 1.4;
}

.aboutLeft {
    max-width: 600px;
    width: 100%;
}

    .aboutLeft img {
        display: block;
        width: 100%;
        height: auto;
    }

.aboutContNext h2 {
    font-size: 20px;
    font-weight: bold;
}

.aboutContNext h3 {
    font-size: 18px;
    font-weight: bold;
}

.aboutContNext li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 8px;
}

    .aboutContNext li:before {
        content: '';
        position: absolute;
        left: 0;
        width: 6px;
        height: 6px;
        border-radius: 10px;
        background: #888888;
        display: block;
        top: 7px;
    }

.aboutContNext strong {
    font-weight: bold;
}

.aboutContNext u {
    text-decoration: underline;
}

.aboutContNext i {
    font-style: italic;
}

h4 {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px;
}

.globalSearchPadding a {
    padding: 5px 0px !important;
}

.noResultBox.unActive {
    display: none;
    padding: 0px;
    margin: 0px;
}

.assetHead {
    font-size: 13px !important;
    color: #780000 !important;
    font-weight: 600 !important;
    padding-bottom: 12px !important;
}

#userEmailDiv {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

#fotEquity {
    width: 55%;
}

#fotTreasury {
    width: 20%;
}

#fotOther {
    width: 25%;
}

.cardMainFeaturedHome {
    max-height: 326px;
}

.regionFeaturedTreasuryHome {
    font-size: 13px;
}

.h3FeaturedTreasuryHome {
    font-size: 15px !important;
    padding-bottom: 14px !important;
}

.aFeaturedTreasuryHome {
    font-size: 18px;
}

.pFeaturedTreasuryHome {
    font-size: 14px;
    color: #888888;
    line-height: 1.4;
    padding-bottom: 10px
}

.dailyDigestPara {
    height: 100px;
}