/* for data section below map
 */
@font-face {
    font-family: "KalimatiFont";
    src: url("/fonts/Kalimati.ttf") format("truetype");
}
.circle-tile-number {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.brand-card-body .box {
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 5px rgba(173, 187, 200, 0.5);
    /* border-radius: 10px; */
    text-align: left;
    padding: 10px;
    margin: 5px 0px;
    /* height: 80px; */
}

.brand-card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0.9rem 0;
    text-align: center;
}

.box:hover {
    top: -20px;
    box-shadow: 0 15px 30px rgba(173, 187, 200, 0.4),
        0 15px 15px rgba(173, 187, 200, 0.3);
    transition: all 0.2s ease-in-out;
    border: none;
}

.card-body-nepali {
    font-family: KalimatiFont;
}

.circle-tile-description {
    font-weight: bold;
    color: black;
    text-align: center;
    font-size: 15px;
}

.text-margin-left {
    margin-left: 25px;
}

/* branc-card css */

.brand-card {
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    border-radius: 15px;
    font-family: "kalimati", sans-serif !important;
    overflow: hidden;
}

.bg-stack-overflow {
    background-color: #053b6f !important;
    border-radius: 8px 8px 0px 0px;
}

.brand-card-header {
    padding: 10px !important;
    text-align: center;
    font-size: 15px;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 1px solid #e0e0e0;
}

/* .brand-card-body {
    padding: 0.75rem 0;
    background-color: #f8f9fa;
    overflow: hidden;
} */

.brand-card-body > :not(:last-child) {
    border-right: 1px solid #c8ced3;
}

.brand-card-body .party-name {
    font-size: 14px !important;
}

.brand-card-body > * {
    -ms-flex: 1;
    flex: 1;
}

.text-header {
    font-size: 15px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    border-bottom: 2px solid lightgray;
}

.text-value {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.text-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    font-family: "kalimati", sans-serif !important;
}
.text-left {
    padding-left: 20px;
    text-align: left;
}

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

.text-size {
    font-size: 15px;
    font-weight: bold;
    font-family: "kalimati", sans-serif !important;
}
.text-blue {
    color: #105fd6;
}
.text-white {
    color: white;
}

.text-amount {
    padding-right: 20px;
    padding-bottom: 2px;
    text-align: right;
    font-size: 13px;
}
.text-muted {
    color: #4b4f52 !important;
}
.text-number {
    margin: 5px 0px;
    font-size: 19px;
}
.text-percent {
    font-size: 13px;
    font-weight: bold;
    color: #717982 !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.total_amount_sum {
    border-top: 2px solid lightgrey;
    font-weight: bold;
    color: green;
}
