/* dashboard page start  */


:root {
    --asso-bg-color: #ededed;
    --asso-btn-text: #000;
    --asso-bg-hover: #fff;
    --asso-hover-text: #000;
    --asso-hover-btn-text: #000;
    --asso-db-white: #fff;

}

.bd-dashboard-main {
    min-height: 100vh;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 160px;
    padding-bottom: 88px;
}


.bd-dashboard-main .dashboard-grid-parent {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(7, 1fr);
    grid-auto-flow: dense;
    /* gap: 11px; */
    width: 100%;
    height: 100%;
}



.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) {
    grid-area: 1 / 1 / 2 / 4;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) {
    grid-area: 1 / 4 / 3 / 6;


}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) {
    grid-area: 1 / 6 / 3 / 8;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
    grid-area: 2 / 1 / 4 / 2;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {
    grid-area: 2 / 2 / 3 / 4;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(6) {
    grid-area: 3 / 2 / 4 / 8;

}



.bd-dashboard-main .dashboard-grid-parent .single-grid {
    min-height: 100px;
    border-radius: 20px;
    color: #fff;
    box-sizing: border-box;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .image-box {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .image-box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 20px;
}

a.db-common-link {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: -0.11px;
    background: var(--asso-bg-color);
    color: var(--asso-btn-text);
    padding: 5px 11px;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s ease-in-out;
    line-height: 18px !important;
    font-family: "Montserrat", serif;
    font-weight: 600;
    display: inline-block;
}

a.db-common-link:hover {
    background: var(--asso-bg-hover);
    color: var(--asso-hover-text);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .image-box a.db-common-link {
    position: absolute;
    right: 22px;
    bottom: 20px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 0 20px 20px;
    border-radius: 20px;
    margin-bottom: 9px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h6 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: var(--asso-bg-color);
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 27px !important;
    letter-spacing: -0.32px;
    margin-bottom: 17px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h1 {
    font-size: 25px !important;
    letter-spacing: -0.5px;
    line-height: 24px !important;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    margin-bottom: 8px;
    font-weight: 600;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h4 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: var(--asso-db-white);
    text-transform: uppercase;
    font-size: 15px !important;
    line-height: 24px !important;
    letter-spacing: -0.32px;
    margin-bottom: 17px;


}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .db-count-title {
    padding-right: 20px;
    border-bottom: 3px solid var(--asso-bg-color);
    margin-bottom: 17px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter {
    text-align: center;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter span {
    font-family: "Montserrat", serif;
    font-weight: 600;
    color: var(--asso-db-white);
    font-size: 28px;
    letter-spacing: -0.56px;
    line-height: 25px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter p {
    margin-bottom: 0;
    margin-top: 5px;
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 24px !important;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
}

.bd-dashboard-main .common-bg-padding .common-title {
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: var(--asso-bg-color);
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 27px !important;
    letter-spacing: -0.32px;
    margin-bottom: 9px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags {
    margin-bottom: 10px;
}


.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags ul li a {
    font-size: 12px !important;
    letter-spacing: -0.11px;
    line-height: 18px !important;
    color: var(--asso-db-white);
    text-transform: capitalize;
    padding: 5px 6px;
    padding-right: 20px;
    border-radius: 5px;
    font-family: "Montserrat", serif;
    font-weight: 300;
    background: #dfdada4a;
    position: relative;
    transition: 0.3s ease-in-out;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags ul li a::after {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    content: '\f077';
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags ul li a:hover {
    background: var(--asso-bg-color);
    color: var(--asso-hover-btn-text);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags ul li a.active {
    background: var(--asso-bg-color);
    color: var(--asso-hover-btn-text);
    font-family: "Montserrat", serif;
    font-weight: 600;
    padding-right: 6px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags ul li a.active::after {
    display: none;

}


.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .title-inner-box {
    /* background: #dfdada4a; */
    background: #ada9a93b;
    padding: 10px 8px;
    border-radius: 5px;
    margin-bottom: 9px;
    display: grid;
    grid-template-columns: 60% 40%;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .title-inner-box .seasons p {
    margin-bottom: 0;
    font-size: 12px !important;
    letter-spacing: -0.11px;
    line-height: 18px !important;
    color: var(--asso-bg-color);
    font-family: "Montserrat", serif;
    font-weight: 600;
    text-align: right;
    text-transform: capitalize;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .title-inner-box .titles p {
    margin-bottom: 0;
    font-size: 12px !important;
    letter-spacing: -0.11px;
    line-height: 18px !important;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 600;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box {
    width: 100%;
    /* height: 100%; */
    height: 176px;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 5px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 8px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex:last-child {
    margin-bottom: 0;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box {
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    font-weight: 300;
    color: var(--asso-db-white);
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.14px;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1) {
    min-width: 100px;
    position: relative;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(2) {
    position: relative;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1)::after {
    position: absolute;
    right: -6px;
    top: 0;
    height: 100%;
    width: 1px;
    background: var(--asso-db-white);
    content: '';
}


.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding {
    margin-bottom: 9px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding.codice {
    padding: 12px 10px;
}


.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper .swiper-slide {
    width: 100% !important;
    height: 100%;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper .swiper-slide .single-product {
    width: 100%;
    height: 100%;
    margin-bottom: 14px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper .swiper-slide .single-product img {
    width: 100%;
    height: 100%;
}



.bd-dashboard-main .dashboard-grid-parent .single-grid .swiper-button-prev {
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .swiper-button-next {
    width: 25px;
    height: 25px;
    border: 2px solid transparent;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .swiper-button-prev::after {
    font-size: 15px;
    color: #868686;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid .swiper-button-next::after {
    font-size: 15px;
    color: #868686;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-prev {
    border-color: #868686;
    top: unset;
    bottom: 0;
    left: 25px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-next {
    border-color: #868686;
    top: unset;
    bottom: 0;
    right: 25px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-next:hover {
    border-color: var(--asso-bg-color);
}


.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-next:hover::after {
    color: var(--asso-bg-color);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-prev:hover {
    border-color: var(--asso-bg-color);
}


.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-prev:hover::after {
    color: var(--asso-bg-color);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding.codice .common-title {

    margin-bottom: 0;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding.codice p {
    margin-bottom: 0;
    text-align: center;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .event-title {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: var(--asso-db-white);
    margin-bottom: 10px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .event-location {
    font-family: "Montserrat", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: var(--asso-db-white);
    margin-bottom: 13px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .event-link {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--asso-db-white);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .single-events:last-child .event-link {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags .select-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags .select-flex select {
    background-color: #dfdada4a;
    font-size: 12px !important;
    letter-spacing: -0.11px;
    line-height: 18px !important;
    color: var(--asso-db-white);
    text-transform: capitalize;
    padding: 6px 6px;
    border-radius: 5px;
    font-family: "Montserrat", serif;
    font-weight: 300;
    border: none;
    height: auto;
    max-width: 64px;

}



.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags .select-flex select:focus {
    box-shadow: none;
    outline: none;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags .select-flex select option {
    font-weight: lighter;
}



.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags .select-flex select option {
    color: #000;

}



.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags .select-flex .db-select-submit {
    background: var(--asso-bg-color);
    color: var(--asso-hover-btn-text);
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 12px !important;
    letter-spacing: -0.11px;
    line-height: 18px !important;
    text-transform: capitalize;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) .common-bg-padding:nth-child(1) {
    margin-bottom: 9px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .newsletter-flex {
    position: relative;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .newsletter-flex input[type='email'] {
    width: 100%;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--asso-db-white);
    padding: 11px 15px;
    /* background: #ada9a93b; */
    background-color: #ada9a93b !important;
    border: none;
    border-radius: 5px;
    padding-right: 55px;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .newsletter-flex input[type='email']::placeholder {
    color: var(--asso-db-white);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .newsletter-flex input[type='email']:focus {
    box-shadow: none;
    outline: none;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .newsletter-flex .db-select-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    color: #000;
    background: var(--asso-bg-color);
    padding: 10px 12px;
    border-radius: 5px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {
    width: 100%;
    /* height: 100%; */
    height: 295px;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-button-next {
    border-color: #868686;
    top: 65%;
    transform: rotate(90deg) translateY(-65%);
    right: 30px;
}



.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-button-prev {
    border-color: #868686;
    left: auto;
    right: 26px;
    top: 45%;
    transform: rotate(90deg) translateY(-45%);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-button-prev:hover {
    border-color: var(--asso-bg-color);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-button-prev:hover::after {
    color: var(--asso-bg-color);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-button-next:hover {
    border-color: var(--asso-bg-color);
}

.bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-button-next:hover::after {
    color: var(--asso-bg-color);
}


.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-desc-box p {
    margin-bottom: 5px;
    font-size: 15px !important;
    line-height: 1;
    font-family: "Montserrat", serif;
    font-weight: 300;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-desc-box p strong {
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.bd-dashboard-main .dashboard-sidebar-parent {
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 17px;
}

.bd-dashboard-main .dashboard-sidebar-parent .common-bg-padding {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    color: var(--asso-db-white);
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-image-box {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 4px solid var(--asso-bg-color);
    overflow: hidden;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-image-box img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box {
    flex: 1;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box .name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 11px;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box .desc {
    font-size: 12px;
    line-height: 15px;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box .birth-date {
    font-size: 12px;
    line-height: 15px;
    color: var(--asso-bg-color);
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 8px;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box .reg-no {
    font-size: 12px;
    line-height: 15px;
    color: #868686;
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 8px;
}

.bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box a {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: -0.11px;
    line-height: 1 !important;
    color: #151515;
    background: var(--asso-bg-color);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    text-align: center;
}

.bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex .form-check {
    margin-right: 0;
}

.bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"] {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    border: none;
}


.bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"]:checked {
    position: relative;
    box-shadow: none;
    outline: none;
}

.bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"]:checked::before {
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    /* background: green; */
    background-color: var(--selected-color);
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"]:checked::after {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #868686;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
}

.bd-dashboard-main .dashboard-sidebar-parent .color-swither-parent {
    margin-bottom: 8px;
}


.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .image-box {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    background: #2c2c2c;
}

.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 15px;

}

.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box {
    flex: 1;
}


.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box .name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 11px;
}

.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box .nationality {
    font-size: 12px;
    line-height: 15px;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 8px;
}

.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box .date {
    font-size: 12px;
    line-height: 15px;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 8px;
}

.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box .centri {
    font-size: 12px;
    line-height: 15px;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 18px;
}

.bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box a {
    background: var(--asso-bg-color);
    color: #151515;
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: -0.11px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
    border-radius: 5px;

}

.bd-dashboard-main .dashboard-sidebar-parent .fav-image-box {
    border-radius: 15px;
}

.bd-dashboard-main .dashboard-sidebar-parent .fav-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .single-circuit-box:nth-child(2) {
    position: relative;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-radio-position {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-radio-position .form-switch input[type="checkbox"] {
    border: none;
    cursor: pointer;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-radio-position .form-switch input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none;
}


.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-radio-position .form-switch input[type="checkbox"]:checked {
    background-color: var(--asso-bg-color);
    border-color: var(--asso-bg-color);
    box-shadow: none;
    outline: none;
    background-size: 100% auto;
    background-position: right center;
    background-repeat: no-repeat;
    --bs-form-switch-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 16'%3E%3Ccircle cx='20' cy='8' r='6' fill='currentColor'/%3E%3C/svg%3E");
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-radio-position .form-switch label {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 600;
    cursor: pointer;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box {
    position: relative;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box svg {
    position: absolute;
    inset: 0;
}


.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box svg.svg-1 {
    z-index: 1;
}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box #parent-svg .cls-1 {
    fill: none !important;
}

#parent-svg .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 6px;

}


#curve-svg .cls-1 {
    fill: var(--asso-bg-color);
}

#curve-svg .cls-2 {
    letter-spacing: 0em;
}

#curve-svg .cls-3 {
    letter-spacing: 0em;
}

#curve-svg .cls-4 {
    fill: #151515;
    font-size: 10px;
}

#curve-svg .cls-4,
#curve-svg .cls-5 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-weight: 700;
    isolation: isolate;
}

#curve-svg .cls-6 {
    letter-spacing: -.09em;
}

#curve-svg .cls-7 {
    letter-spacing: -.1em;
}

#curve-svg .cls-5 {
    fill: #fff;
    font-size: 9px;
}

#curve-svg .cls-8 {
    letter-spacing: -.03em;
}

#curve-svg .cls-9 {
    letter-spacing: -.02em;
}

#curve-svg .cls-10 {
    letter-spacing: -.01em;
}

#curve-svg .cls-11 {
    letter-spacing: -.04em;
}

#curve-svg .cls-12 {
    letter-spacing: -.04em;
}

#curve-svg .cls-13 {
    letter-spacing: -.03em;
}

#curve-svg .cls-14 {
    letter-spacing: 0em;
}

#curve-svg .cls-15 {
    letter-spacing: 0em;
}

#curve-svg .cls-16 {
    letter-spacing: 0em;
}

#curve-svg .cls-17 {
    letter-spacing: 0em;
}


#partenza-svg {}

#partenza-svg .cls-1 {
    fill: #f6f6f6;
}

#partenza-svg .cls-2 {
    fill: #1d1d1b;
}

#tribune-svg .cls-1 {
    fill: none;
    stroke: #c8c8c8;
    stroke-miterlimit: 10;
    stroke-width: 15px;
}


#speedtracker-svg .cls-1 {
    fill: #fff;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 8.52px;
    font-weight: 700;
    isolation: isolate;
}

#speedtracker-svg .cls-2 {
    fill: #9d9d9c;
}


#curve-svg .cls-1 {
    stroke: var(--asso-bg-color) !important;
}

#speedtracker-svg svg .cls-1 {
    fill: #fff !important;

}

.bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box #curve-svg svg {
    z-index: 1;
}

.bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"] {
    cursor: pointer;
}

.fav-driver-wrapper .swiper {
    width: 100%;
    height: 100%;
}

.fav-driver-wrapper .swiper-button-next {
    width: 25px;
    height: 25px;
    border: 2px solid #868686;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: 20px;
    right: 30%;
    transform: translateX(-30%);
}

.fav-driver-wrapper .swiper-button-prev {
    width: 25px;
    height: 25px;
    border: 2px solid #868686;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: 20px;
    left: 40%;
    transform: translateX(-40%);
}

.fav-driver-wrapper .swiper-button-prev::after {
    font-size: 15px;
    color: #868686;
}

.fav-driver-wrapper .swiper-button-next::after {
    font-size: 15px;
    color: #868686;
}

.fav-driver-wrapper .swiper-button-prev:hover {
    border-color: var(--asso-bg-color);

}

.fav-driver-wrapper .swiper-button-prev:hover::after {
    color: var(--asso-bg-color);
}

.fav-driver-wrapper .swiper-button-next:hover {
    border-color: var(--asso-bg-color);
    color: var(--asso-bg-color);
}

.fav-driver-wrapper .swiper-button-next:hover::after {
    color: var(--asso-bg-color);
}


.circuit-slider-wrapper .swiper {
    width: 100%;
    height: 100%;
}

.circuit-slider-wrapper .swiper-button-next {
    border-color: #868686 !important;
    top: 65%;
    transform: rotate(90deg) translateY(-65%);
    right: 30px;
}

.circuit-slider-wrapper .swiper-button-prev {
    border-color: #868686 !important;
    left: auto;
    right: 26px;
    top: 45%;
    transform: rotate(90deg) translateY(-45%);

}

.circuit-slider-wrapper .swiper-button-prev::after {
    font-size: 15px;
    color: #868686;
}

.circuit-slider-wrapper .swiper-button-next::after {
    font-size: 15px;
    color: #868686;
}

.circuit-slider-wrapper .swiper-button-prev:hover {
    border-color: var(--asso-bg-color) !important;

}

.circuit-slider-wrapper .swiper-button-prev:hover::after {
    color: var(--asso-bg-color) !important;
}

.circuit-slider-wrapper .swiper-button-next:hover {
    border-color: var(--asso-bg-color) !important;
    color: var(--asso-bg-color) !important;
}

.circuit-slider-wrapper .swiper-button-next:hover::after {
    color: var(--asso-bg-color) !important;
}

.circuit-slider-wrapper .swiper {
    padding-bottom: 0 !important;
}


.circuit-slider .swiper-slide {
    height: 100% !important;
}

/* common modal desing start  */

.dashboard-common-modal .modal-content {
    border: none;
    border-radius: 20px;
    background: #000000;
}

.dashboard-common-modal .modal-content .modal-body {
    padding: 27px 22px;
    position: relative;
    color: var(--asso-db-white);
}

.dashboard-common-modal .modal-content .modal-body .btn-close {
    position: absolute;
    background-color: #000;
    z-index: 1;
    opacity: 1;
    border-radius: 0;
    right: 27px;
    top: 23px;
    --bs-btn-close-bg: none;
    color: var(--asso-db-white);
    font-size: 24px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dashboard-common-modal .modal-content .modal-body .btn-close:focus {
    box-shadow: none;
    outline: none;
}

.dashboard-common-modal h4 {
    text-transform: uppercase;
    color: var(--asso-db-white);
    font-size: 15px !important;
    line-height: 1 !important;
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}

.dashboard-common-modal .dashboard-form-label {
    text-transform: capitalize;
    color: var(--asso-db-white);
    font-size: 15px !important;
    line-height: 1 !important;
    font-family: "Montserrat", serif;
    font-weight: 400;
    margin-bottom: 10.5px;
}

.dashboard-common-modal input {
    width: 100%;
    background-color: #ada9a93b !important;
    border: none;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-family: "Montserrat", serif;
    font-weight: 300;
    border-radius: 5px;
}

.dashboard-common-modal input:focus {
    box-shadow: none;
    outline: none;
}

.edit-profile-form .row>* {
    padding-left: 5px;
    padding-right: 5px;
}

.dashboard-common-modal input::placeholder {
    font-size: 14px;
    font-family: "Montserrat", serif;
    font-weight: 300;
    color: var(--asso-db-white);
}

.dashboard-common-modal .form-group {
    margin-bottom: 10.5px;
}


.avatar-upload {
    position: relative;
    width: 170px;
    height: 170px;
    margin: auto;
    margin-bottom: 40px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 170px;
    height: 170px;
    margin-bottom: 0;
    border-radius: 100%;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    border: 4px solid var(--asso-bg-color);
}

.avatar-upload .modal-icon {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 5px;
    bottom: 20px;
    z-index: 1;
    background: var(--asso-bg-color);
    border-radius: 50%;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.avatar-upload .modal-icon i {
    color: #000;
    font-size: 12px;
}

.dashboard-common-modal .profile-user-img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
}


.datepicker-dropdown {
    font-family: "Montserrat", serif;
    font-weight: 400;
    min-width: 231px !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: var(--asso-bg-hover);
    cursor: pointer;
    color: #000 !important;
}

.datepicker table {

    width: 100%;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: var(--asso-bg-hover);
    color: #000 !important;
}

.dashboard-common-modal input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.datepicker table tr td.active.active {
    background-color: var(--asso-bg-color) !important;
    background-image: none !important;
    color: #000;
}

.dashboard-common-modal .edit-form-submit {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.dashboard-common-modal .edit-form-submit .dashboard-form-btn {
    background: var(--asso-bg-color);
    border: none;
    outline: none;
    width: 296px;
    height: 61px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 1;
    font-family: "Montserrat", serif;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 0px auto;
}

.driver-rounded-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;

}

.driver-rounded-grid .single-rounded-driver {
    text-align: center;
    cursor: pointer;
}

.driver-rounded-grid .single-rounded-driver .image-box {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 15px;
    border: 2px solid transparent;
}

.driver-rounded-grid .single-rounded-driver .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.driver-rounded-grid .single-rounded-driver.selected .image-box {
    border-color: var(--asso-bg-color);
}

.driver-rounded-grid .single-rounded-driver .driver-name {
    font-size: 16px;
    line-height: 1;
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: var(--asso-db-white);
    font-weight: 400;
}

.edit-form-submit.mt-42 {
    margin-top: 42px;
}

.dashboard-common-modal .next-prev-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dashboard-common-modal .next-prev-flex .btn {
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    color: var(--asso-db-white);
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.dashboard-common-modal .next-prev-flex .btn:hover {
    color: var(--asso-bg-color);
}

.modal-news-wrapper .modal-news-title {
    font-size: 20px;
    line-height: 1;
    color: var(--asso-db-white);
    font-family: "Montserrat", serif;
    font-weight: 600;
    margin-bottom: 18px;
}

.modal-news-wrapper .modal-news-desc {
    font-size: 15px !important;
    line-height: 17px !important;
    margin-bottom: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.modal-news-wrapper .modal-news-desc p {
    font-size: 15px !important;
    line-height: 17px !important;
    font-family: "Montserrat", serif;
    font-weight: 400;
}


#load-more-posts {
    border-radius: 0;
    text-transform: uppercase;
    line-height: 1;
    color: #000000;
    background: #BBD03E;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 22px;
    margin-top: 20px;
    border-color: #BBD03E;
    font-family: "Montserrat", serif;
    font-weight: 400;
}






/* dashboard responsive start  */

@media(min-width: 1900px) {
    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {

        height: 306px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box {

        height: 190px;
    }
}

@media(min-width: 1701px) {
    .bd-dashboard-main .dashboard-grid-parent {

        gap: 11px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) .common-bg-padding {
        height: 100%;
    }
}

@media(min-width: 1701px) and (max-width: 1900px) {




    .bd-dashboard-main .common-bg-padding .common-title {
        font-size: 14px !important;
        line-height: 24px !important;

    }
}

@media(min-width: 1701px) and (max-width: 1900px) {


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
        margin-top: -25px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {

        margin-top: -25px;
    }


}

@media(min-width: 1441px) and (max-width: 1700px) {
    .bd-dashboard-main {
        padding-left: 33px;
        padding-right: 33px;
    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent {
        padding: 15px;
        padding-right: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding {

        padding: 15px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {
        height: 100%;
    }


    /* .bd-dashboard-main .dashboard-grid-parent {
        grid-template-rows: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        grid-template-areas:
            "chiamci-slide  risulti"
            "countdown bacheca"
            "circuit circuit"
            "shop shop";
    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) {
        grid-area: chiamci-slide;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) {
        grid-area: bacheca;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) {
        grid-area: countdown;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {
        grid-area: risulti;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(6) {
        grid-area: circuit;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
        grid-area: shop;


    } */

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding.codice p {
        text-align: left;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide {
        width: 100% !important;
    }



    .bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"] {
        width: 20px;
        height: 20px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper {
        padding-bottom: 40px;
    }

    /* isotop setup start  */

    .bd-dashboard-main .dashboard-grid-parent {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        width: calc(33.33% - 15px);
        margin: 7.5px;
        box-sizing: border-box;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid.wide-grid {
        width: calc(66.66% - 15px);
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        min-height: 1px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .single-events:last-child {
        /* display: none; */
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1) {
        min-width: 75px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box {

        font-size: 12px;
        line-height: 14px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1)::after {
        right: 3px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex {

        gap: 10px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter p {

        font-size: 9px !important;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {

        height: 100%;
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box img {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box {

        height: 140px;
    }

    /* isotop setup ends  */
}

@media(min-width: 1366px) and (max-width: 1440px) {
    .bd-dashboard-main {
        padding-left: 33px;
        padding-right: 33px;
    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent {
        padding: 15px;
        padding-right: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding {

        padding: 15px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {
        height: 100%;
    }


    /* .bd-dashboard-main .dashboard-grid-parent {
        grid-template-rows: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        grid-template-areas:
            "chiamci-slide  risulti"
            "countdown bacheca"
            "circuit circuit"
            "shop shop";
    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) {
        grid-area: chiamci-slide;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) {
        grid-area: bacheca;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) {
        grid-area: countdown;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {
        grid-area: risulti;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(6) {
        grid-area: circuit;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
        grid-area: shop;
    } */

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide {
        width: 100% !important;
    }


    /* .dashboard-shop .swiper-slide {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    } */

    .bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"] {
        width: 20px;
        height: 20px;

    }

    /* isotop setup start  */

    .bd-dashboard-main .dashboard-grid-parent {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        width: calc(33.33% - 15px);
        margin: 7.5px;
        box-sizing: border-box;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid.wide-grid {
        width: calc(66.66% - 15px);
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        min-height: 1px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .single-events:last-child {
        /* display: none; */
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1) {
        min-width: 75px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box {

        font-size: 12px;
        line-height: 14px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1)::after {
        right: 3px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex {

        gap: 10px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter p {

        font-size: 9px !important;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {

        height: 100%;
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box img {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box {

        height: 140px;
    }

    /* isotop setup ends  */
}

@media(min-width: 1300px) and (max-width: 1365px) {
    /* .bd-dashboard-main .dashboard-grid-parent {
        grid-template-rows: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        grid-template-areas:
            "chiamci-slide chiamci-slide"
            "countdown bacheca"
            "circuit circuit"
            "risulti shop";
    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) {
        grid-area: chiamci-slide;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) {
        grid-area: bacheca;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) {
        grid-area: countdown;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {
        grid-area: risulti;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(6) {
        grid-area: circuit;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
        grid-area: shop;
    } */

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-slide {
        width: 100% !important;
    }

    /* .dashboard-shop .swiper-slide {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    } */

    .bd-dashboard-main {

        padding-left: 30px;
        padding-right: 30px;

    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box {
        position: relative;
        height: 100%;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box svg {

        width: 100%;
        height: 100%;

    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper.dashboard-shop {
        padding-bottom: 30px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h1 {
        font-size: 20px !important;
        line-height: 20px !important;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .event-title {

        font-size: 18px;
        line-height: 22px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter span {
        font-size: 20px;
        line-height: 20px;
    }



    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box {

        height: 176px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding.codice .common-title {
        text-align: center;
    }



    .fav-driver-wrapper .swiper .swiper-slide {
        width: 100% !important;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"] {
        width: 20px;
        height: 20px;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .profile-card {
        flex-direction: column;
        justify-content: center;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .image-box {
        margin: 0px auto;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile {

        flex-direction: column;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box {

        width: 100%;
    }

    /* isotop setup start  */

    .bd-dashboard-main .dashboard-grid-parent {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        width: calc(33.33% - 15px);
        margin: 7.5px;
        box-sizing: border-box;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid.wide-grid {
        width: calc(66.66% - 15px);
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        min-height: 1px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .single-events:last-child {
        /* display: none; */
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1) {
        min-width: 75px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box {

        font-size: 12px;
        line-height: 14px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1)::after {
        right: 3px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex {

        gap: 10px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter p {

        font-size: 9px !important;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {

        height: 100%;
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box {
        min-height: 200px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box img {
        min-height: 200px;

    }

    /* isotop setup start  */

    .bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box {

        text-align: center;
    }

    .bd-dashboard-main .common-bg-padding .common-title {

        font-size: 14px !important;
        line-height: 25px !important;

    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box {

        text-align: center;
    }
}

@media(min-width: 992px) and (max-width: 1299px) {
    /* .bd-dashboard-main .dashboard-grid-parent {
        grid-template-rows: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        grid-template-areas:
            "chiamci-slide chiamci-slide"
            "countdown bacheca"
            "circuit circuit"
            "risulti shop";
    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) {
        grid-area: chiamci-slide;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) {
        grid-area: bacheca;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) {
        grid-area: countdown;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {
        grid-area: risulti;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(6) {
        grid-area: circuit;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
        grid-area: shop;
    } */

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-slide {
        width: 100% !important;
    }


    .bd-dashboard-main {

        padding-left: 30px;
        padding-right: 30px;

    }



    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent {

        grid-template-columns: 1fr;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box {
        position: relative;
        height: 250px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box svg {

        width: 100%;
        height: 100%;

    }

    .circuit-slider-wrapper .swiper-button-next {
        top: unset;
        transform: rotate(90deg);
        bottom: 150px;
    }

    .circuit-slider-wrapper .swiper-button-prev {
        top: unset;
        transform: rotate(90deg);
        bottom: 190px;
        right: 30px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper.dashboard-shop {
        padding-bottom: 50px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h1 {
        font-size: 20px !important;
        line-height: 20px !important;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .event-title {

        font-size: 18px;
        line-height: 22px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter span {
        font-size: 20px;
        line-height: 20px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding {
        padding: 15px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box {

        height: 140px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding.codice .common-title {
        text-align: center;
    }



    .fav-driver-wrapper .swiper .swiper-slide {
        width: 100% !important;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .colorswitcher-flex input[type="radio"] {
        width: 20px;
        height: 20px;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .profile-card {

        justify-content: center;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .image-box {
        margin: 0px auto;
    }

    /* isotop setup start  */

    .bd-dashboard-main .dashboard-grid-parent {
        display: flex;
        flex-wrap: wrap;
        /* margin: -7.5px; */
        margin: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        width: calc(33.33% - 15px);
        margin: 7.5px;
        box-sizing: border-box;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid.wide-grid {
        width: calc(66.66% - 15px);
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid {
        min-height: 1px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .single-events:last-child {
        /* display: none; */
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1) {
        min-width: 75px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box {

        font-size: 12px;
        line-height: 14px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box:nth-child(1)::after {
        right: 3px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex {

        gap: 10px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter p {

        font-size: 9px !important;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper {

        height: 100%;
        min-height: 150px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide {
        min-height: 150px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box {
        min-height: 150px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper .swiper-slide .image-box img {
        min-height: 150px;

    }

    /* isotop setup start  */

    .bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box {

        text-align: center;
    }

    .bd-dashboard-main .common-bg-padding .common-title {

        font-size: 14px !important;
        line-height: 25px !important;

    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box {

        text-align: center;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .bd-dashboard-main .dashboard-grid-parent {
        grid-template-rows: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        grid-template-areas:
            "chiamci-slide chiamci-slide"
            "countdown bacheca"
            "circuit circuit"
            "risulti shop";
    }


    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) {
        grid-area: chiamci-slide;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) {
        grid-area: bacheca;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) {
        grid-area: countdown;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {
        grid-area: risulti;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(6) {
        grid-area: circuit;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
        grid-area: shop;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) .swiper-slide {
        width: 100% !important;
    }

    .dashboard-shop .swiper-slide {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .bd-dashboard-main {

        padding-left: 30px;
        padding-right: 30px;

    }

    .bd-dashboard-main .dashboard-sidebar-parent {
        border-left: none;
        border-top: 1px solid #fff;
        height: 100%;
        padding-top: 20px;
        margin-top: 20px;
        padding-left: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent {

        grid-template-columns: 1fr;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box {
        position: relative;
        height: 250px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box svg {

        width: 100%;
        height: 100%;

    }

    .circuit-slider-wrapper .swiper-button-next {
        top: unset;
        transform: rotate(90deg);
        bottom: 150px;
    }

    .circuit-slider-wrapper .swiper-button-prev {
        top: unset;
        transform: rotate(90deg);
        bottom: 190px;
        right: 30px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper.dashboard-shop {
        padding-bottom: 35px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h1 {
        font-size: 20px !important;
        line-height: 20px !important;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .event-title {

        font-size: 18px;
        line-height: 22px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent .counter-flex .single-counter span {
        font-size: 20px;
        line-height: 20px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding {
        padding: 15px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .image-box {

        height: 140px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-bg-padding.codice .common-title {
        text-align: center;
    }

    .bd-dashboard-main .dashboard-sidebar-parent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .fav-driver-wrapper .swiper .swiper-slide {
        width: 100% !important;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-tags .select-flex select {
        max-width: 61px;
    }




}

@media(max-width: 767px) {
    .bd-dashboard-main {

        padding-left: 10px;
        padding-right: 10px;
        padding-top: 175px;
        padding-bottom: 50px;
    }

    .bd-dashboard-main .dashboard-grid-parent {
        grid-template-rows: unset;
        grid-template-columns: 1fr;
        gap: 14px;
        grid-template-areas:
            "chiamci-slide"
            "bacheca" "countdown" "risulti" "circuit" "shop";
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(1) {
        grid-area: chiamci-slide;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(3) {
        grid-area: bacheca;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) {
        grid-area: countdown;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(5) {
        grid-area: risulti;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(6) {
        grid-area: circuit;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) {
        grid-area: shop;
    }



    .bd-dashboard-main .dashboard-grid-parent .single-grid .swiper-slide {
        width: 100% !important;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .swiper {

        height: 100% !important;
    }

    .bd-dashboard-main .dashboard-sidebar-parent {
        border-left: none;
        border-top: 1px solid #fff;
        height: 100%;
        padding-top: 20px;
        margin-top: 20px;
        padding-left: 0;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent {

        grid-template-columns: 1fr;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .single-circuit-box:nth-child(2) {
        min-height: 250px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box {

        height: 100%;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-image-box svg {

        inset: unset;
        width: 100%;
        right: 0;
        left: unset;
        bottom: 0;
    }

    .dashboard-shop .swiper-slide {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper.dashboard-shop {
        padding-bottom: 30px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .swiper .swiper-slide .single-product {

        margin-bottom: 0;
    }

    .circuit-slider-wrapper .swiper-button-next {
        top: unset;
        transform: rotate(90deg);
        bottom: 50px;
    }

    .circuit-slider-wrapper .swiper-button-prev {

        top: unset;
        transform: rotate(90deg);
        bottom: 90px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-prev {

        left: 38%;
        transform: translateX(-38%);
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .swiper-button-next {

        right: 32%;
        transform: translateX(-32%);
    }

    .dashboard-shop .swiper-wrapper {
        margin-bottom: 15px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(4) .common-title {
        text-align: center;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .circuit-grid-parent .circuit-desc-box p {

        font-size: 10px !important;
        line-height: 15px !important;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .round-flex .r-box {

        font-size: 12px;
        line-height: 15px;

    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding {

        padding: 15px;
        border-radius: 15px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid .common-bg-padding .common-description .event-title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 20px;

    }

    a.db-common-link {
        font-size: 10px !important;
        letter-spacing: -0.9px;
        padding: 5px 7px;
        border-radius: 5px;
        line-height: 17px !important;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h1 {
        font-size: 23px !important;
        letter-spacing: -0.4px;
        line-height: 22px !important;
        margin-bottom: 4px;
    }

    .bd-dashboard-main .dashboard-grid-parent .single-grid:nth-child(2) .db-counter-parent h6 {
        margin-bottom: 10px;
    }

    .avatar-upload {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }

    .avatar-upload .avatar-edit input+label {
        width: 120px;
        height: 120px;
    }

    .dashboard-common-modal .profile-user-img {
        width: 120px;
        height: 120px;
    }

    .avatar-upload .modal-icon {
        right: -3px;
    }

    .dashboard-common-modal .form-group {
        margin-bottom: 15px;
    }

    .dashboard-common-modal .edit-form-submit .dashboard-form-btn {
        height: 45px;
        font-size: 16px;
    }

    .dashboard-common-modal .edit-form-submit {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .driver-rounded-grid .single-rounded-driver .image-box {
        width: 90px;
        height: 90px;
    }

    .driver-rounded-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .driver-rounded-grid .single-rounded-driver .driver-name {
        font-size: 14px;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .profile-card {
        flex-direction: column;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-image-box {
        width: 100px;
        height: 100px;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile {
        flex-direction: column;
        gap: 20px;
    }

    .bd-dashboard-main .dashboard-sidebar-parent .fav-driver-profile .details-box .name {

        font-size: 16px;

    }

    .bd-dashboard-main .dashboard-sidebar-parent .profile-card .profile-details-box .name {
        font-size: 16px;

    }
}

/* dashboard responsive ends */