html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #283971;
    padding-top: 65px;
}

.content {
    flex: 1 0 auto;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1500;
    transition: opacity .5s ease-in-out;
}

.page-loader {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: auto;
    margin-left: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #333;
    background: #007bff;
    border-radius: 100%;
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-animation: pulse-load 1.2s infinite ease-in-out;
    animation: pulse-load 1.2s infinite ease-in-out;
}

@-webkit-keyframes pulse-load {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse-load {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

footer {
    flex-shrink: 0;
}

header {
    font-weight: 400;
}

b, strong {
    font-weight: 600;
}

.deski-col-20 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}

.deski-inline-title {
    display: inline-block;
}

header .navigation a {
    display: inline-block;
    padding: .5rem 1rem;
}

.sticky-header.active {
    transform: translateY(0);
    opacity: 1;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(255, 255, 255, .975);
    padding: 0;
    transform: translateY(-100%);
    transition: all .6s cubic-bezier(.86, 0, .07, 1);
    box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
}

.sticky-header .logo {
    max-width: 230px;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 2.1;
}

.sticky-header .logo:hover {
    text-decoration: none;
}

.sticky-header .logo img {
    height: 40px !important;
}

.deski-header ul {
    list-style: none;
}

.deski-header li {
    display: inline-block;
}

.deski-header li a {
    display: inline-block;
    padding: .5rem 1rem;
    transition: all 250ms cubic-bezier(.27, .01, .38, 1.06);
}

.deski-header li a:hover {
    text-decoration: none;
}

.dashboard-nav a {
    font-size: 16px;
    font-weight: 500;
}

.deski-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    color: #FFF;
    font-weight: 600;
    white-space: nowrap;
}

.deski-priority {
    background: #FFF;
    color: #FFF;
    font-weight: 600;
}

.deski-header {
    width: max-content;
    font-weight: 600;
}

.deski-active-support {
    background: #2ecc71;
    color: #FFF;
    font-weight: 600;
}

.deski-expired-support {
    background: #c4183c;
    color: #FFF;
    font-weight: 600;
}

.deski-inline-list li {
    display: inline-block;
}

.card {
    padding: 0 !important;
}

.reply-card .deski-hover {
    display: none !important;
}

.reply-card:hover .deski-hover {
    display: inline-block !important;
}

.card, .card-header {
    max-width: 100% !important;
    border-radius: 4px !important;
}

.deski-reply-content {
    white-space: pre-line;
}

.deski-reply-content *:last-child {
    margin-bottom: 0;
}

.deski-user-avatar {
    border-radius: 4px;
    max-width: 60px;
    position: relative;
    top: -5px;
}

.ql-editor {
    min-height: 250px;
}

.no-editor.ql-editor {
    min-height: auto !important;
    height: auto !important;
}

.dz-started .deski-message {
    display: none !important;
}

.dz-title {
    word-wrap: anywhere;
}

.btn-sm {
    line-height: 1.65;
}

.profile-dropdown {
    top: 45px !important
}

.deski-checkbox-input {
    margin-left: -30px !important;
    margin-top: 5px !important;
}

.deski-check {
    padding-left: 2rem;
    display: inline-block;
}

.tabs .nav-item a.active {
    background: #007bff;
    color: #fff;
}

.container {
    max-width: 70%;
}

.info-card {
    padding: 25px 20px;
    text-align: start;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 25px rgba(40, 47, 60, .05), 0 20px 25px rgba(40, 47, 60, .05), 0 3px 4px rgba(40, 47, 60, .05);
}

.info-card-link:hover {
    text-decoration: none;
}

.counter {
    font-size: 18px;
}

.item-requires,
[class*="requires-category-"] {
    display: none;
}

.deski-spin {
    position: relative;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.was-validated .fstElement {
    border-color: #c4183c;
}

.was-validated #deski-editor {
    border: 1px solid #c4183c !important;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.deski-reply-header .deski-break {
    height: auto;
}

.deski-reply-header .deski-break span {
    display: inline-block;
}

.deski-list-fragment {
    display: inline-block;
}

.captcha {
    border-radius: .375rem 0 0 0.375rem;
    border: 1px solid #becad6;
}

.deski-modal {
    background-color: rgba(0, 0, 0, 0.61);
    margin: 0 !important;
}

.deski-navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.deski-show-on-collapse {
    display: none;
}

.deski-hide-on-collapse {
    display: inline-block;
}

.page-title {
    line-height: 1.2;
    font-size: 18px;
}

.force-error {
    border-color: #c4183c !important;
    box-shadow: 0 5px 11.5px rgba(196, 24, 60, .1) !important;
    background-image: none !important;
}

.deski-refresh-captcha {
    color: #007bff;
}

.rtl .deski-check {
    padding-left: 0;
    padding-right: 2rem;
}

.rtl .deski-categories-select {
    display: none;
}

.rtl .ql-editor {
    text-align: right;
}

.frontend-notice {
    white-space: pre-wrap;
}

@media (min-width: 768px) {
    .table-responsive {
        display: table;
    }
}

@media (max-width: 768px) {
    .info-card {
        margin-bottom: 13px !important;
        padding: 15px;
    }

    .info-card h5 {
        font-size: 14px;
    }

    .info-card strong {
        font-size: 14px;
    }

    .cards-first {
        padding-right: 7px;
    }

    .cards-middle {
        padding-right: 7px;
        padding-left: 7px;
    }

    .cards-last {
        padding-left: 7px;
    }
}

@media (max-width: 992px) {
    .deski-hide-on-collapse {
        display: none;
    }

    .deski-show-on-collapse {
        display: inline-block;
    }
}

@media (max-width: 1200px) {
    .deski-reply-header {
        position: relative;
        height: auto;
        min-height: 67px;
    }

    .deski-list-fragment {
        display: block;
    }

    .deski-list-fragment.deski-break.deski-hover,
    .deski-list-fragment.deski-break {
        display: none !important;
    }

    .deski-reply-header .deski-break span {
        display: none;
    }

    .deski-reply-header .deski-inline-list {
        margin-bottom: 0 !important;
        width: 200px;
        text-align: right;
    }

    .deski-reply-header .deski-inline-list li {
        margin-bottom: 0;
    }

    .deski-reply-header .deski-hover {
        display: inline-block !important;
    }
}

@media (max-width: 1400px) {
    .container {
        max-width: 100%;
    }
}