body {
    background-color: #f4f6f9;
}
.main-footer {
    font-size: 12px;
    padding: 10px;
    opacity: 0.7;
}

.ui-sortable > li,
li.items {
    list-style: none;
}

.items .collapse .row:nth-child(1) {
    border-top: 1px solid #f0f0f0;
}

.page-section-header i,
.faq-header i {
    color: #b9b9b9;
}

faq-header-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.items {
    background-color: white;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(238, 237, 237);
    cursor: pointer;
}

.image-position-group .btn-primary {
    width: 77px;
    height: 38px;
}
.navbar-nav.white .nav-link,
a.nav-link,
.dropdown-item,
a.nav-link i {
    color: #0a4c8c;
}
.navbar-nav.white .nav-link:hover {
    color: #374151;
}

.blue-500 {
    color: #0a4c8c;
}
#page-section-sort-list .upload-preview img {
    max-height: 220px;
    max-width: 600px;
}
ul.swal-error-list {
    padding: 0px;
}
.swal-error-list > li {
    list-style: none;
}

.accordion button {
    font-weight: 500;
}

.card-body {
    background-color: #fbfbfb;
}

.category h5 {
    text-decoration: underline;
    text-decoration-color: teal;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.3em;
    line-height: 1.6em;
}
/* jQuery Countdown styles 2.0.0. */

.is-countdown {
    /* border: 1px solid #ccc;
	background-color: #eee; */
}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    /* Box */
    .page-section-body {
        max-height: 300px;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }
    .page-section-body.open {
        max-height: none !important;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }
}

/* Irrelavant css... */

.open .fa-angle-down {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.readmore {
    background: transparent;
    border: 2px solid #000;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.accordion button {
    font-weight: 500;
}

.card-body {
    background-color: #fbfbfb;
}

.category h5 {
    text-decoration: underline;
    text-decoration-color: teal;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.3em;
    line-height: 1.6em;
}
/* jQuery Countdown styles 2.0.0. */

.is-countdown {
    /* border: 1px solid #ccc;
	background-color: #eee; */
}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%;
}

.page-section-text p {
    /* word-break: break-all; */
    margin-bottom: 0.5em !important;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.line-clamp-none {
    -webkit-line-clamp: unset;
}
