2024-07-11 20:09:47 +05:00

53 lines
849 B
CSS

.FAQ_Acco {
width: 100%;
outline: unset;
border: unset;
grid-gap: 25px;
display: flex;
flex-direction: column;
}
.FAQ_AccoItem {
background: rgba(255,255,255,0);
color: rgba(255,255,255,0.5);
outline: unset;
border: unset;
grid-gap: 0;
display: flex;
flex-direction: column;
}
.FAQ_AccoItemHead {
background: rgba(255,255,255,0.05);
border-radius: 10px;
box-shadow: 0 0 8px 0 rgb(0,0,0,0.1);
}
.FAQ_AccoItemContent {
outline: unset;
border: unset;
}
.accordion-button.FAQ_AccoItemHeadBtn {
color: rgba(255,255,255,0.5);
background: unset;
font-weight: bold;
border: unset;
border-bottom: unset;
box-shadow: unset;
}
.FAQ_AccoItemContentText {
}
.sMFAQI_AccoItemHeadBtn:focus {
outline: unset;
border: unset;
box-shadow: unset;
}
.FAQ_AccoItemContentBody {
padding: 25px 25px 0 25px;
}