body{
    /* word-break: break-all; */
}
.languages{
    z-index:101;
}
.softskill-al-2 tbody tr {
    display: none;
}
thead.navbar-inverse {
    border: 1px solid red;
}
.orders-table-wrapper.bg-white{
    background-color:unset !important;
}
.orders-table-wrapper table thead {
    background-color: unset;
}
.profile-page .bg-white, .content-section-profile{
    background:unset !important;
}
.terms{
    padding: 1rem  !important;
}
.unsubscribe-section {
    margin: 0 0.5rem;
}
.notices p {
    color: unset !important;
}
body > .notice-container {
    display: none !important;
}
.feature-container .icon{
    height:60px;
}
.pricings .pricings-container .pricing .pricing-content .price .pricing-group {
    display: block;
}
.price.trial {
    font-weight: 700;
}
.trial-days{
    font-weight: 700;
}
.billed-section{
    margin-top: .5rem;
    display: flex;
    gap: .5rem;
    justify-content: center;
}
.billed-section>div{
    font-size: 18px !important;
}
.pricings .pricings-container .pricing .pricing-content .price .pricing-group .pricing-wrap{
    line-height: normal !important;
}
.billed-days{
    font-size: 18px !important;
}
.truncated-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.lang-flag{
    max-width: 30px;
}