﻿/*.title {
    color: var(--gray-900, #101828);
    text-align: center;*/ /* headline/large */
    /*font-family: var(--font-asap);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;*/ /* 133.333% */
/*}*/
.nav-item a {
    color: var(--gray-400, #98A2B3);
    text-align: right;
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top: #FFFFFF;
    border-right: #FFFFFF;
    border-left: #FFFFFF;
    border-bottom: 1px solid #0071D1;
    font-weight: bold;
    color: var(--secondary-blue, #0071D1);
    text-align: right;
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.without-decoration {
    text-decoration: none;
}

.text-style-other-block {
    color: var(--gray-800, #1D2939); /* headline/medium */
    font-family: var(--font-asap);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.text-style-first-col-other-block {
    display: flex;
    width: 24px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.icon-size-other-block {
    font-size: 16px;
    color: #475467;
}

.custom-card-body {
    padding: 3%;
}

/* Custom CSS to add vertical borders */
.column-border {
    border-right: 1px solid gainsboro;
}

    /* To remove right border from the last column */
    .column-border:last-child {
        border-right: none;
    }

.gray-circle {
    border-radius: 140px;
    background: var(--blue-light, #E9F3FE);
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
}
.icon-color {
    color: #004987;
}
.col-center-content {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.text-subscribers-relations {
    color: var(--gray-500, #667085);
    text-align: center;
    /* Body/Large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.text-colored-subscribers-relations {
    color: var(--primary-blue, #004987);
    /* Headline/Small */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.questions-container-box {
    padding-left: 0%;
    margin-top: -1.5%;
}
.question-in-first-row {
    margin-top: 3%
}
.padding-between-col {
    padding-right: 0%;
}
.space-between-questions {
    margin-top: 1%;
    margin-bottom: 2%;
}
.payment-space-between-tabpanel-tabcontent {
    padding-left: -1%;
    margin-top: -1.5%;
    padding-right: 2.8%;
}
.padding-between-row {
    margin-top: 1%;
}

.Others-h4 {
    margin: 0.5%;
    border-bottom: 1px solid;
    padding: 1%;
    border-color: gainsboro;
}
.others-block {
    margin-top: -1.5%;
}
.others-space-between-rows {
    margin-top: 3%;
}
.others-space-between-right-col {
    padding-right: 0%;
}
.others-space-bottom {
    padding-right: 0%;
    margin-bottom: 2%
}
.others-space-top {
    margin-top: -1%;
}
.others-space-right {
    padding-right: 0%;
}
.subscribers-relations-block {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.subscribers-relations-text {
    align-self: stretch;
    color: var(--gray-700, #344054); /* body/large */
    font-family: var(--font-asap);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.subscribers-relations-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    align-self: stretch;
}
.subscribers-relations-justify-block {
    justify-content: center;
    display: flex;
}
.subscribers-relations-space-bottom {
    padding-bottom: 9%;
}

.subscribers-relations-title-block {
    color: var(--gray-700, #344054);
    /* Headline/Medium */
    font-family: var(--font-asap);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.nav-tabs .nav-link:hover {
    border-color: #ffffff00;
}
