/*=====================================
=   AT-A-Glance NCCBSecuritiesLtd  =
======================================*/
.dfw {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;    
}
.dfw .cdfv {
    font-size: 14px;
    background-color: var(--nmdescolor);
    border-radius: var(--bs-border-radius);
    border-color: var(--bordcolor) !important;
    border: .0625rem solid rgba(243, 247, 250, .05);
    box-shadow: 6px 6px 12px var(--boxscolor), -6px -6px 12px var(--bs-white) !important;
    transition: all 0.5s ease 0s;
    padding: 10px;
}
.dfw .cdfv .logoimgwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dfw .cdfv .logoimgwrap .clogoimg {
    height: 80px;
    width: 80px;
    margin: 0px 0px 5px 0px;
    border-radius: 64px;
    background-color: rgba(38, 40, 51, .05);
    min-width: 80px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.dfw .cdfv .logoimgwrap .clogoimg img {
    height: auto;
    width: 80px;
    border-radius: 80px;
}
.dfw .cdfv .cerf-name {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--bdtxtcolor);
    margin-top: 5px;
}
.dfw .cdfv .cerf-name .icn {
    margin-right: 5px;
    font-size: 14px;
}
.dfw .cdfv .numdatewrap {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    text-align: left;
}
.dfw .cdfv .numdatewrap .numwrap {
    margin-right: 10px;
    word-break: break-all;
}
.dfw .cdfv .numdatewrap .icn {
    margin-right: 5px;
    color: var(--bdtxtcolor);
    font-size: 12px;
}
.dfw .cdfv .authority {
    text-align: center;    
    margin-top: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {    
    .dfw {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .dfw {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 991px) {
}

@media (max-width: 575px) {
}
/*===== End of Board Of AT-A-Glance NCCBSecuritiesLtd ======*/

