@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Inter:wght@400;700&display=swap);

.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4 !important;
    grid-row: 1/4 !important;
    grid-template-columns: min-content auto min-content;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 2px hsla(0deg, 0%, 0%, 0.075), 1px 2px 4px hsla(0deg, 0%, 0%, 0.075), 1px 3px 8px hsla(0deg, 0%, 0%, 0.075), 2px 4px 16px hsla(0deg, 0%, 0%, 0.075);
    pointer-events: all;
}

.swal2-popup.swal2-toast>* {
    grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
    margin: 0.5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
    justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: 0.5em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: 0.8em;
    height: 0.8em;
    margin: 0;
    font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: 0.5em 1em;
    padding: 0;
    overflow: hidden;
    font-size: 1em;
    text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: 0.875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
    justify-content: flex-start;
    height: auto;
    margin: 0;
    margin-top: 0.5em;
    padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0.25em 0.5em;
    padding: 0.4em 0.6em;
    font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.8em;
    left: -0.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.25em;
    left: 0.9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start     top            top-end""center-start  center         center-end""bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color 0.1s;
    -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
    background: transparent !important;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
    grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start>.swal2-popup {
    align-self: start;
}

.swal2-container.swal2-top>.swal2-popup {
    grid-column: 2;
    align-self: start;
    justify-self: center;
}

.swal2-container.swal2-top-end>.swal2-popup, .swal2-container.swal2-top-right>.swal2-popup {
    grid-column: 3;
    align-self: start;
    justify-self: end;
}

.swal2-container.swal2-center-start>.swal2-popup, .swal2-container.swal2-center-left>.swal2-popup {
    grid-row: 2;
    align-self: center;
}

.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center;
}

.swal2-container.swal2-center-end>.swal2-popup, .swal2-container.swal2-center-right>.swal2-popup {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end;
}

.swal2-container.swal2-bottom-start>.swal2-popup, .swal2-container.swal2-bottom-left>.swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end;
}

.swal2-container.swal2-bottom>.swal2-popup {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    align-self: end;
}

.swal2-container.swal2-bottom-end>.swal2-popup, .swal2-container.swal2-bottom-right>.swal2-popup {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end;
}

.swal2-container.swal2-grow-row>.swal2-popup, .swal2-container.swal2-grow-fullscreen>.swal2-popup {
    grid-column: 1/4;
    width: 100%;
}

.swal2-container.swal2-grow-column>.swal2-popup, .swal2-container.swal2-grow-fullscreen>.swal2-popup {
    grid-row: 1/4;
    align-self: stretch;
}

.swal2-container.swal2-no-transition {
    transition: none !important;
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-popup:focus {
    outline: none;
}

.swal2-popup.swal2-loading {
    overflow-y: hidden;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: 0.25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow 0.1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500;
}

.swal2-styled:not([disabled]) {
    cursor: pointer;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
    outline: none;
}

.swal2-styled::-moz-focus-inner {
    border: 0;
}

.swal2-footer {
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em;
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto !important;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
    width: 100%;
    height: 0.25em;
    background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
    max-width: 100%;
    margin: 2em auto 1em;
}

.swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s, box-shadow 0.1s;
    border: none;
    border-radius: 5px;
    background: transparent;
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end;
}

.swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474;
}

.swal2-close:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
    border: 0;
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em 0.3em;
    padding: 0;
    overflow: hidden;
    color: inherit;
    font-size: 1.125em;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 250px) {
    .swal2-html-container {
        overflow: auto !important;
    }
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
    margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
    box-sizing: border-box;
    width: auto;
    transition: border-color 0.1s, box-shadow 0.1s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: transparent;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
    color: inherit;
    font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
    color: #ccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
    color: #ccc;
}

.swal2-range {
    margin: 1em 2em 3px;
    background: #fff;
}

.swal2-range input {
    width: 80%;
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center;
}

.swal2-range input,
.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em;
}

.swal2-input {
    height: 2.625em;
    padding: 0 0.75em;
}

.swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    font-size: 1.125em;
}

.swal2-textarea {
    height: 6.75em;
    padding: 0.75em;
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: 0.375em 0.625em;
    background: transparent;
    color: inherit;
    font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
    margin: 0 0.6em;
    font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
    flex-shrink: 0;
    margin: 0 0.4em;
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto 0;
}

.swal2-validation-message {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    padding: 0.625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
}

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: 0.8125em;
    width: 1.5625em;
    transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    padding: 0;
    background: transparent;
    font-weight: 600;
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative;
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #2778c4;
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent;
}

.swal2-show {
    animation: swal2-show 0.3s;
}

.swal2-hide {
    animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
    transition: none;
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.swal2-rtl .swal2-close {
    margin-right: initial;
    margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto;
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-0.625em) rotateZ(2deg);
    }

    33% {
        transform: translateY(0) rotateZ(-2deg);
    }

    66% {
        transform: translateY(0.3125em) rotateZ(2deg);
    }

    100% {
        transform: translateY(0) rotateZ(0deg);
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: 0.5625em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 0.125em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 0.625em;
        left: -0.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: 0.75em;
        width: 0.5em;
    }

    100% {
        top: 1.125em;
        left: 0.1875em;
        width: 0.75em;
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: 0.9375em;
        width: 0;
    }

    84% {
        top: 0.9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: 0.9375em;
        right: 0.1875em;
        width: 1.375em;
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: 0.8125em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(0.4);
        opacity: 0;
    }

    80% {
        margin-top: -0.375em;
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg);
    }

    100% {
        transform: rotateY(0);
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0;
    }

    25% {
        transform: rotateZ(-25deg);
        opacity: 0.4;
    }

    50% {
        transform: rotateZ(15deg);
        opacity: 0.8;
    }

    75% {
        transform: rotateZ(-5deg);
        opacity: 1;
    }

    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

body.swal2-height-auto {
    height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
    background-color: transparent !important;
    pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none;
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important;
    }
}

body.swal2-toast-shown .swal2-container {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: transparent;
    pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 25px 40px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
    border-radius: 15px;
    font-weight: 700;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info, .table-info>td, .table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light, .table-light>td, .table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgb(26, 29, 30);
    background-clip: padding-box;
    border: 2px solid rgba(154, 143, 127, 0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before, .custom-control-input[disabled]~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label, .custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-md, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-lg, .navbar-expand>.container-md, .navbar-expand>.container-sm, .navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

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

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.text-orange {
    color: #f3992e !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*------------
    RESET
------------*/
/*------------------------------------------------------------------
[Table of contents]

1. RESET
-------------------------------------------------------------------*/
/*------------------
    1. RESET
------------------*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

*::before,
*::after {
    display: block;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

h1, h2, h3, h4,
h5, h6, p,
ol, ul,
figure,
.table,
.form-row {
    margin: 0;
}

/*-------------
    GENERAL
-------------*/
/*------------------------------------------------------------------
[Table of contents]

1. FONTS
2. WEIGHTS
3. SIZES
4. PARAGRAPH
5. MIXINS
-------------------------------------------------------------------*/
/*-----------------
    1. FONTS
-----------------*/
/*-----------------
    2. WEIGHTS
-----------------*/
/*-----------------
    3. SIZES
-----------------*/
/*-----------------
    4. PARAGRAPH
-----------------*/
/*-----------------
    5. MIXINS
-----------------*/
/*------------------------------------------------------------------
[Table of contents]

1. RAW COLORS
2. SOCIAL COLORS
-------------------------------------------------------------------*/
/*---------------------
    1. RAW COLORS
---------------------*/
/*-----------------------
    1. SOCIAL COLORS
-----------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. THEME COLORS
    1.1 PRIMARY COLORS
    1.2 SECONDARY COLORS
    1.3 TERTIARY COLORS
2. GENERAL COLORS
    2.1 BODY COLORS
    2.2 BOX COLORS
    2.3 TEXT COLORS
    2.4 TEXT SELECTION COLORS
    2.5 LINK COLORS
    2.6 ICON COLORS
    2.7 BORDER COLORS
    2.8 SHADOW COLORS
    2.9 INPUT COLORS
    2.10 BUTTON COLORS
    2.11 PAGE LOADER
    2.12 LOADER BAR
3. COMPONENT COLORS
    3.0 TAB SWITCH
    3.1 FORM SWITCH
    3.2 USER STATUS
    3.3 VIDEO STATUS
    3.4 SECTION MENU
    3.5 CHAT WIDGET
    3.6 NAVIGATION WIDGET
    3.7 XM TOOLTIP TEXT
    3.8 DROPDOWN LIST ITEM
    3.9 PICTURE ITEM
    3.10 TEXT STICKER
    3.11 TAG STICKER
    3.12 DATE STICKER
    3.13 FORUM POST
    3.14 ALBUM PREVIEW
    3.15 PICTURE COLLAGE
    3.16 STATUS COLORS
    3.17 PATTERN COLORS
    3.18 ACCOUNT STAT COLORS
    3.19 STAT COLORS
    3.20 ACTIVITY COLORS
    3.21 CATEGORY COLORS
    3.22 REFERENCE BULLET COLORS
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
                        1. THEME COLORS
-------------------------------------------------------------------*/
/*-------------------------
    1.1 PRIMARY COLORS
-------------------------*/
/*---------------------------
    1.2 SECONDARY COLORS
---------------------------*/
/*---------------------------
    1.3 TERTIARY COLORS
---------------------------*/
/*-------------------------------------------------------------------
                        2. GENERAL COLORS
-------------------------------------------------------------------*/
/*-----------------------
    2.1 BODY COLORS
-----------------------*/
/*-----------------------
    2.2 BOX COLORS
-----------------------*/
/*-----------------------
    2.3 TEXT COLORS
-----------------------*/
/*-------------------------------
    2.4 TEXT SELECTION COLORS
-------------------------------*/
/*--------------------------
    2.5 LINK COLORS
--------------------------*/
/*-----------------------
    2.6 ICON COLORS
-----------------------*/
/*-----------------------
    2.7 BORDER COLORS
-----------------------*/
/*-----------------------
    2.8 SHADOW COLORS
-----------------------*/
/*-----------------------
    2.9 INPUT COLORS
-----------------------*/
/*------------------------------
    2.10 BUTTON
------------------------------*/
/*-----------------------
    2.11 PAGE LOADER
-----------------------*/
/*-----------------------
    2.12 LOADER BAR
-----------------------*/
/*-------------------------------------------------------------------
                        3. COMPONENT COLORS
-------------------------------------------------------------------*/
/*---------------------------
    3.0 TAB SWITCH
---------------------------*/
/*---------------------------
    3.1 FORM SWITCH
---------------------------*/
/*-----------------------
    3.2 USER STATUS
-----------------------*/
/*-----------------------
    3.3 VIDEO STATUS
-----------------------*/
/*-------------------------
    3.4 SECTION MENU
-------------------------*/
/*-------------------------
    3.5 CHAT WIDGET
-------------------------*/
/*---------------------------
    3.6 NAVIGATION WIDGET
---------------------------*/
/*---------------------------
    3.7 XM TOOLTIP TEXT
---------------------------*/
/*---------------------------
    3.8 DROPDOWN LIST ITEM
---------------------------*/
/*---------------------------
    3.9 PICTURE ITEM
---------------------------*/
/*---------------------------
    3.10 TEXT STICKER
---------------------------*/
/*---------------------------
    3.11 TAG STICKER
---------------------------*/
/*---------------------------
    3.12 DATE STICKER
---------------------------*/
/*-------------------------------
    3.13 FORUM POST
-------------------------------*/
/*------------------------------
    3.14 ALBUM PREVIEW
------------------------------*/
/*------------------------------
    3.15 PICTURE COLLAGE
------------------------------*/
/*-------------------------
    3.16 STATUS COLORS
-------------------------*/
/*-------------------------
    3.17 PATTERN COLORS
-------------------------*/
/*-----------------------------
    3.18 ACCOUNT STAT COLORS
-----------------------------*/
/*-----------------------
    3.19 STAT COLORS
-----------------------*/
/*--------------------------
    3.20 ACTIVITY COLORS
--------------------------*/
/*--------------------------
    3.21 CATEGORY COLORS
--------------------------*/
/*------------------------------------
    3.22 REFERENCE BULLET COLORS
------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. THEME COLORS
    1.1 PRIMARY COLORS
    1.2 SECONDARY COLORS
    1.3 TERTIARY COLORS
2. GENERAL COLORS
    2.1 BODY COLORS
    2.2 BOX COLORS
    2.3 TEXT COLORS
    2.4 TEXT SELECTION COLORS
    2.5 LINK COLORS
    2.6 ICON COLORS
    2.7 BORDER COLORS
    2.8 SHADOW COLORS
    2.9 INPUT COLORS
    2.10 BUTTON COLORS
    2.11 PAGE LOADER
    2.12 LOADER BAR
3. COMPONENT COLORS
    3.0 TAB SWITCH
    3.1 FORM SWITCH
    3.2 USER STATUS
    3.3 VIDEO STATUS
    3.4 SECTION MENU
    3.5 CHAT WIDGET
    3.6 NAVIGATION WIDGET
    3.7 XM TOOLTIP TEXT
    3.8 DROPDOWN LIST ITEM
    3.9 PICTURE ITEM
    3.10 TEXT STICKER
    3.11 TAG STICKER
    3.12 DATE STICKER
    3.13 FORUM POST
    3.14 ALBUM PREVIEW
    3.15 PICTURE COLLAGE
    3.16 STATUS COLORS
    3.17 PATTERN COLORS
    3.18 ACCOUNT STAT COLORS
    3.19 STAT COLORS
    3.20 ACTIVITY COLORS
    3.21 CATEGORY COLORS
    3.22 REFERENCE BULLET COLORS
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
                        1. THEME COLORS
-------------------------------------------------------------------*/
/*-------------------------
    1.1 PRIMARY COLORS
-------------------------*/
/*---------------------------
    1.2 SECONDARY COLORS
---------------------------*/
/*---------------------------
    1.3 TERTIARY COLORS
---------------------------*/
/*-------------------------------------------------------------------
                        2. GENERAL COLORS
-------------------------------------------------------------------*/
/*-----------------------
    2.1 BODY COLORS
-----------------------*/
/*-----------------------
    2.2 BOX COLORS
-----------------------*/
/*-----------------------
    2.3 TEXT COLORS
-----------------------*/
/*-------------------------------
    2.4 TEXT SELECTION COLORS
-------------------------------*/
/*--------------------------
    2.5 LINK COLORS
--------------------------*/
/*-----------------------
    2.6 ICON COLORS
-----------------------*/
/*-----------------------
    2.7 BORDER COLORS
-----------------------*/
/*-----------------------
    2.8 SHADOW COLORS
-----------------------*/
/*-----------------------
    2.9 INPUT COLORS
-----------------------*/
/*------------------------------
    2.10 BUTTON
------------------------------*/
/*-----------------------
    2.11 PAGE LOADER
-----------------------*/
/*-----------------------
    2.12 LOADER BAR
-----------------------*/
/*-------------------------------------------------------------------
                        3. COMPONENT COLORS
-------------------------------------------------------------------*/
/*---------------------------
    3.0 TAB SWITCH
---------------------------*/
/*---------------------------
    3.1 FORM SWITCH
---------------------------*/
/*-----------------------
    3.2 USER STATUS
-----------------------*/
/*-----------------------
    3.3 VIDEO STATUS
-----------------------*/
/*-------------------------
    3.4 SECTION MENU
-------------------------*/
/*-------------------------
    3.5 CHAT WIDGET
-------------------------*/
/*---------------------------
    3.6 NAVIGATION WIDGET
---------------------------*/
/*---------------------------
    3.7 XM TOOLTIP TEXT
---------------------------*/
/*---------------------------
    3.8 DROPDOWN LIST ITEM
---------------------------*/
/*---------------------------
    3.9 PICTURE ITEM
---------------------------*/
/*---------------------------
    3.10 TEXT STICKER
---------------------------*/
/*---------------------------
    3.11 TAG STICKER
---------------------------*/
/*---------------------------
    3.12 DATE STICKER
---------------------------*/
/*-------------------------------
    3.13 FORUM POST
-------------------------------*/
/*------------------------------
    3.14 ALBUM PREVIEW
------------------------------*/
/*------------------------------
    3.15 PICTURE COLLAGE
------------------------------*/
/*-------------------------
    3.16 STATUS COLORS
-------------------------*/
/*-------------------------
    3.17 PATTERN COLORS
-------------------------*/
/*-----------------------------
    3.18 ACCOUNT STAT COLORS
-----------------------------*/
/*-----------------------
    3.19 STAT COLORS
-----------------------*/
/*--------------------------
    3.20 ACTIVITY COLORS
--------------------------*/
/*--------------------------
    3.21 CATEGORY COLORS
--------------------------*/
/*------------------------------------
    3.22 REFERENCE BULLET COLORS
------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. GENERAL
2. .form
3. .form-row
4. .form-item
5. .form-input-decorated
6. .form-input
7. .form-title
8. .form-textarea
9. .form-select
10. .checkbox-line
11. .checkbox-wrap
12. .form-link
13 .form-text
14. .interactive-input
15. .form-add-items
16. .form-rating-wrap
17. .form-counter-wrap
18. .form-counter
19. .form-switch
-------------------------------------------------------------------*/
/*-----------------
    1. GENERAL
-----------------*/
label,
input[type="text"],
input[type="password"],
textarea,
select,
button {
    font-family: "Rajdhani", sans-serif;
}

label {
    display: block;
    margin: 0;
    color: #fff;
    line-height: 1em;
}

input[type="text"],
input[type="password"],
textarea,
select,
button {
    width: 100%;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
}

input[type="text"],
input[type="password"],
textarea,
select {
    background-color: #1d2333;
    border: 1px solid #3f485f;
    color: #fff;
    transition: border-color .2s ease-in-out;
}

input[type="text"].error,
input[type="password"].error,
textarea.error,
select.error {
    border-color: #FD4747 !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #FFC300 !important;
}

input[type="text"]:focus.error,
input[type="password"]:focus.error,
textarea:focus.error,
select:focus.error {
    border-color: #FD4747 !important;
}

input[type="text"],
input[type="password"] {
    height: 54px;
    padding: 0 18px;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

textarea {
    padding: 14px 18px;
    resize: none;
}

textarea::-moz-placeholder {
    color: #9aa4bf;
    font-weight: 600;
}

textarea::placeholder {
    color: #9aa4bf;
    font-weight: 600;
}

/*--------------
    2. FORM
--------------*/
.form {
    width: 100%;
}

.form+.button {
    margin-top: 40px;
}

/*------------------
    3. FORM ROW
------------------*/
.form-row {
    width: 100%;
}

.form-row+.form-row {
    margin-top: 28px;
}

.form-row.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-row.space-between .form-item {
    width: auto;
}

.form-row.split {
    display: flex;
    flex-wrap: nowrap;
}

.form-row.split .form-item {
    margin-right: 16px;
}

.form-row.split .form-item:last-child {
    margin-right: 0;
}

.form-row.split .form-item>* {
    margin-bottom: 28px;
}

.form-row.split .form-item>*:last-child {
    margin-bottom: 0;
}

/*------------------
    4. FORM ITEM
------------------*/
.form-item {
    width: 100%;
}

.form-item.auto-width {
    width: auto;
}

.form-item.centered {
    display: flex;
    align-items: center;
}

.form-item.split {
    display: flex;
}

.form-item.split.medium>* {
    margin-right: 16px;
}

.form-item.split.medium>*:last-child {
    margin-right: 0;
}

.form-item.split>* {
    width: 100%;
    margin-right: 12px;
}

.form-item.split>*:last-child {
    margin-right: 0;
}

/*------------------------------
    5. FORM INPUT DECORATED
------------------------------*/
.form-input-decorated {
    position: relative;
}

.form-input-decorated input[type="text"] {
    padding-right: 60px;
}

.form-input-decorated .form-input-icon {
    fill: #adafca;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    top: 14px;
    right: 20px;
}

/*-------------------
    6. FORM INPUT
-------------------*/
.form-input {
    position: relative;
}

.form-input.dark input[type="text"],
.form-input.dark input[type="password"],
.form-input.dark textarea {
    border: none;
    background-color: #5538b5;
    color: #fff;
}

.form-input.dark input[type="text"]::-moz-placeholder,
.form-input.dark input[type="password"]::-moz-placeholder,
.form-input.dark textarea::-moz-placeholder {
    color: #8b88ff;
    opacity: .6;
}

.form-input.dark input[type="text"]::-moz-placeholder, .form-input.dark input[type="password"]::-moz-placeholder, .form-input.dark textarea::-moz-placeholder {
    color: #8b88ff;
    opacity: .6;
}

.form-input.dark input[type="text"]::placeholder,
.form-input.dark input[type="password"]::placeholder,
.form-input.dark textarea::placeholder {
    color: #8b88ff;
    opacity: .6;
}

.form-input.social-input .social-link {
    position: absolute;
    top: 4px;
    left: 4px;
    pointer-events: none;
}

.form-input.social-input input {
    padding-left: 64px;
}

.form-input.social-input label {
    left: 64px;
}

.form-input.social-input.active label {
    left: 58px;
}

.form-input.currency-decorated::before {
    content: '$';
    color: #4ff461;
    font-size: 0.875rem;
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: 22px;
    pointer-events: none;
}

.form-input.currency-decorated input {
    padding-left: 32px;
}

.form-input.small label,
.form-input.small input,
.form-input.small textarea {
    font-size: 0.875rem;
}

.form-input.small label {
    top: 16px;
}

.form-input.small input {
    height: 48px;
}

.form-input.small textarea {
    height: 100px;
}

.form-input.small button {
    width: 64px;
    position: absolute;
    top: 0;
    right: 0;
}

.form-input.full {
    height: 100%;
}

.form-input.full textarea {
    height: 100%;
}

.form-input.mid-textarea textarea {
    height: 124px;
}

.form-input.medium-textarea textarea {
    height: 160px;
}

.form-input.active label {
    background-color: #1d2333;
    padding: 0 6px;
    font-size: 0.75rem;
    top: -6px;
    left: 12px;
}

.form-input label {
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

/*-------------------
    7. FORM TITLE
-------------------*/
.form-title {
    font-size: 0.875rem;
    font-weight: 700;
}

/*----------------------
    8. FORM TEXTAREA
----------------------*/
.form-textarea {
    position: relative;
}

.form-textarea textarea {
    font-size: 0.875rem;
    padding: 26px 28px 0;
}

.form-textarea .form-textarea-limit-text {
    padding: 0 28px;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: .6;
    text-align: right;
}

/*----------------------
    9. FORM SELECT
----------------------*/
.form-select {
    width: 100%;
    height: 48px;
    position: relative;
}

.form-select.v2 {
    width: auto;
    height: auto;
}

.form-select.v2 select {
    width: auto;
    height: auto;
    padding-right: 20px;
    border: none;
    font-size: 0.75rem;
}

.form-select.v2 .form-select-icon {
    top: 10px;
    right: 0;
}

.form-select select {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 0.875rem;
    cursor: pointer;
}

.form-select .form-select-icon {
    fill: #fff;
    transform: rotate(90deg);
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
}

.form-select label {
    padding: 0 6px;
    background-color: #1d2333;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 600;
    position: absolute;
    top: -8px;
    left: 12px;
    pointer-events: none;
}

/*------------------------
    10. CHECKBOX LINE
------------------------*/
.checkbox-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-line .checkbox-line-text {
    color: #4ff461;
    font-size: 0.875rem;
    font-weight: 500;
}

/*------------------------
    11. CHECKBOX WRAP
------------------------*/
.checkbox-wrap {
    position: relative;
}

.checkbox-wrap .checkbox-info {
    margin-top: 12px;
}

.checkbox-wrap .checkbox-info .checkbox-info-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.checkbox-wrap.checkbox-rating .rating-list {
    position: absolute;
    top: 6px;
    left: 34px;
    pointer-events: none;
}

.checkbox-wrap.checkbox-rating label {
    padding-left: 104px;
}

.checkbox-wrap input[type="checkbox"],
.checkbox-wrap input[type="radio"] {
    display: none;
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox-box,
.checkbox-wrap input[type="radio"]:checked+.checkbox-box {
    background-color: #40d04f;
    border-color: #40d04f;
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox-box.round,
.checkbox-wrap input[type="radio"]:checked+.checkbox-box.round {
    border: 6px solid #40d04f;
    background-color: #1d2333;
}

.checkbox-wrap input[type="checkbox"]:checked+.checkbox-box .icon-cross,
.checkbox-wrap input[type="radio"]:checked+.checkbox-box .icon-cross {
    fill: #1d2333;
}

.checkbox-wrap label {
    padding-left: 34px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
}

.checkbox-wrap .checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid #3f485f;
    border-radius: 6px;
    background-color: #1d2333;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out;
}

.checkbox-wrap .checkbox-box.round {
    border-radius: 50%;
}

.checkbox-wrap .checkbox-box .icon-cross {
    fill: transparent;
    transition: fill .2s ease-in-out;
}

.checkbox-wrap.small label {
    padding-left: 24px;
    font-size: 0.75rem;
    line-height: 16px;
}

.checkbox-wrap.small .checkbox-box {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.checkbox-wrap.small .checkbox-box.round {
    border-radius: 50%;
}

.checkbox-wrap.small .checkbox-box .icon-cross {
    width: 8px;
    height: 8px;
}

/*--------------------
    12. FORM LINK
--------------------*/
.form-link {
    color: #adafca;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 22px;
}

/*--------------------
    13. FORM TEXT
--------------------*/
.form-text {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
    font-weight: 500;
}

/*----------------------------
    14. INTERACTIVE INPUT
----------------------------*/
.interactive-input {
    width: 100%;
    height: 52px;
    position: relative;
}

.interactive-input.dark input {
    border: none;
    background-color: #5538b5;
    color: #fff;
}

.interactive-input.dark input::-moz-placeholder {
    color: #8b88ff;
    opacity: .6;
}

.interactive-input.dark input::placeholder {
    color: #8b88ff;
    opacity: .6;
}

.interactive-input.dark .interactive-input-icon-wrap .interactive-input-icon {
    fill: #9b7dff;
}

.interactive-input.dark .interactive-input-action:hover .interactive-input-action-icon {
    fill: #fff;
}

.interactive-input.dark .interactive-input-action .interactive-input-action-icon {
    fill: #9b7dff;
}

.interactive-input.small {
    height: 48px;
}

.interactive-input.active .interactive-input-action {
    display: flex;
}

.interactive-input.active .interactive-input-icon {
    display: none;
}

.interactive-input input {
    height: 100%;
    padding-right: 60px;
}

.interactive-input .interactive-input-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.interactive-input .interactive-input-icon-wrap.actionable {
    pointer-events: all;
}

.interactive-input .interactive-input-icon-wrap.actionable .interactive-input-icon {
    fill: #fff;
    cursor: pointer;
}

.interactive-input .interactive-input-icon-wrap.actionable .interactive-input-icon:hover {
    fill: #fff;
    opacity: 1;
}

.interactive-input .interactive-input-icon-wrap .interactive-input-icon {
    fill: #616a82;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
}

.interactive-input .interactive-input-action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: none;
}

.interactive-input .interactive-input-action:hover .interactive-input-action-icon {
    fill: #fff;
    opacity: 1;
}

.interactive-input .interactive-input-action .interactive-input-action-icon {
    fill: #616a82;
    opacity: .6;
    pointer-events: none;
    transition: fill .2s ease-in, opacity .2s ease-in;
}

/*----------------------------
    15. FORM ADD ITEMS
----------------------------*/
.form-add-items .form-add-items-title {
    color: #adafca;
    font-size: 0.75rem;
    font-weight: 600;
}

.form-add-items .form-add-items-info {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.form-add-items .form-add-items-info .user-avatar-list {
    margin-left: 14px;
}

.form-add-items .form-add-items-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #4ff461;
    cursor: pointer;
}

.form-add-items .form-add-items-button .form-add-items-button-icon {
    pointer-events: none;
}

/*----------------------------
    16. FORM RATING WRAP
----------------------------*/
.form-rating-wrap {
    display: flex;
    align-items: center;
}

.form-rating-wrap label {
    margin-right: 16px;
    font-size: 0.875rem;
    font-weight: 700;
}

/*----------------------------
    17. FORM COUNTER WRAP
----------------------------*/
.form-counter-wrap {
    position: relative;
}

.form-counter-wrap label {
    padding: 0 6px;
    background-color: #1d2333;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 600;
    position: absolute;
    top: -6px;
    left: 12px;
    z-index: 2;
    pointer-events: none;
}

/*----------------------
    18. FORM COUNTER
----------------------*/
.form-counter {
    display: flex;
    align-items: center;
    width: 96px;
    height: 48px;
    padding: 0 40px 0 18px;
    border: 1px solid #3f485f;
    border-radius: 12px;
    position: relative;
}

.form-counter.with-currency {
    padding-left: 30px;
}

.form-counter.with-currency::before {
    content: '$';
    color: #4ff461;
    font-family: "Rajdhani", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    position: absolute;
    top: 13px;
    left: 20px;
}

.form-counter.full {
    width: 100%;
}

.form-counter .form-counter-value {
    font-size: 0.875rem;
    font-weight: 700;
}

.form-counter .form-counter-control {
    display: flex;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.form-counter .form-counter-control .form-counter-icon {
    fill: #fff;
}

.form-counter .form-counter-control.form-counter-control-increase {
    top: 10px;
}

.form-counter .form-counter-control.form-counter-control-increase .form-counter-icon {
    transform: rotate(-90deg);
}

.form-counter .form-counter-control.form-counter-control-decrease {
    align-items: flex-end;
    bottom: 10px;
}

.form-counter .form-counter-control.form-counter-control-decrease .form-counter-icon {
    transform: rotate(90deg);
}

/*----------------------
    19. FORM SWITCH
----------------------*/
.form-switch {
    display: flex;
    align-items: center;
    width: 52px;
    height: 28px;
    border: 1px solid #3f485f;
    border-radius: 200px;
    background-color: #2f3749;
    cursor: pointer;
    position: relative;
    transition: background-color .3s ease-in-out;
}

.form-switch.active {
    background-color: #40d04f;
}

.form-switch.active .form-switch-button {
    left: 26px;
}

.form-switch .form-switch-button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left .3s ease-in-out;
}

.form-switch .form-switch-button::before, .form-switch .form-switch-button::after {
    content: '';
    width: 2px;
    height: 8px;
    background-color: #1d2333;
    opacity: .2;
    position: absolute;
    top: 7px;
}

.form-switch .form-switch-button::before {
    left: 8px;
}

.form-switch .form-switch-button::after {
    right: 8px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 960px) {
    .form-row.split {
        display: block;
    }

    .form-row.split .form-item {
        margin-bottom: 28px;
    }

    .form-row.split .form-item:last-child {
        margin-bottom: 0;
    }

    .form-row.split .form-item textarea {
        height: 124px;
    }

    .form-item.split.join-on-mobile {
        display: block;
    }

    .form-item.split.join-on-mobile.medium>* {
        margin-right: 0;
    }

    .form-item.split.join-on-mobile>* {
        margin-right: 0;
    }

    .form-item.split.join-on-mobile>*:last-child {
        margin-top: 28px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. ICONS
-------------------------------------------------------------------*/
/*-----------------
    1. ICONS
-----------------*/
.icon-facebook,
.icon-twitter,
.icon-twitch,
.icon-youtube,
.icon-instagram,
.icon-patreon,
.icon-discord,
.icon-google,
.icon-behance,
.icon-deviantart,
.icon-artstation,
.icon-dribbble,
.icon-cross {
    fill: #fff;
    width: 12px;
    height: 12px;
}

.icon-logo-vikinger {
    fill: #fff;
    width: 42px;
    height: 60px;
}

.icon-logo-vikinger.small {
    width: 28px;
    height: 40px;
}

.icon-dots {
    fill: #fff;
    width: 10px;
    height: 2px;
}

.icon-public,
.icon-private {
    fill: #3e3f5e;
    width: 20px;
    height: 20px;
}

.icon-comment,
.icon-thumbs-up,
.icon-friend,
.icon-info,
.icon-group,
.icon-marketplace,
.icon-add-friend,
.icon-remove-friend,
.icon-delete,
.icon-send-message,
.icon-settings,
.icon-cross-thin,
.icon-newsfeed,
.icon-home,
.icon-console,
.icon-room,
.icon-overview,
.icon-members,
.icon-badges,
.icon-quests,
.icon-streams,
.icon-events,
.icon-events-monthly,
.icon-events-weekly,
.icon-events-daily,
.icon-pin,
.icon-ticket,
.icon-forums,
.icon-profile,
.icon-timeline,
.icon-photos,
.icon-videos,
.icon-blog-posts,
.icon-forum,
.icon-store,
.icon-share,
.icon-pinned,
.icon-status,
.icon-big-grid-view,
.icon-small-grid-view,
.icon-list-grid-view,
.icon-blog-post,
.icon-poll,
.icon-camera,
.icon-gif,
.icon-tags,
.icon-trophy,
.icon-return,
.icon-clock,
.icon-earnings,
.icon-wallet,
.icon-item,
.icon-revenue {
    fill: #616a82;
    width: 20px;
    height: 20px;
}

.icon-grid,
.icon-magnifying-glass,
.icon-messages,
.icon-shopping-bag,
.icon-notification,
.icon-join-group,
.icon-leave-group,
.icon-plus,
.icon-chat,
.icon-file,
.icon-no-file,
.icon-login {
    fill: #fff;
    width: 20px;
    height: 20px;
}
.icon-info-rounded {
    fill: #fff;
    width: 35px;
    height: 35px;
}
.icon-info-rounded-blue {
    fill: #0069d9;
    width: 75px;
    height: 75px;
}
.icon-info-rounded-yellow {
    fill: #c3b272;
    width: 75px;
    height: 75px;
}
.icon-info-rounded-red {
    fill: #873334;
    width: 75px;
    height: 75px;
}
.icon-moderator {
    fill: #616a82;
    width: 45px;
    height: 45px;
}
.icon-members-small {
    fill: #616a82;
    width: 10px;
    height: 13px;
}
.icon-info-rounded {
    fill: #fff;
    width: 35px;
    height: 35px;
}

.icon-back-arrow {
    width: 14px;
    height: 10px;
}

.icon-small-arrow {
    fill: #616a82;
    width: 6px;
    height: 8px;
}

.icon-big-arrow {
    fill: #3e3f5e;
    width: 8px;
    height: 12px;
}

.icon-more-dots {
    fill: #fff;
    width: 22px;
    height: 6px;
}

.icon-star {
    fill: #eaeaf5;
    width: 9px;
    height: 8px;
}

.icon-star.medium {
    width: 13px;
    height: 12px;
}

.icon-play {
    fill: #fff;
    width: 12px;
    height: 14px;
}

.icon-plus-small,
.icon-minus-small {
    fill: #3e3f5e;
    width: 8px;
    height: 8px;
}

.icon-quote {
    fill: #3e3f5e;
    width: 32px;
    height: 22px;
}

.icon-check {
    width: 12px;
    height: 9px;
}

.demo-icon {
    fill: #fff;
}

/*------------------------------------------------------------------
[Table of contents]

1. .content-grid
2. .grid
3. .photos-masonry
-------------------------------------------------------------------*/
/*----------------------
    1. CONTENT GRID
----------------------*/
.content-grid {
    max-width: 1184px;
    padding: 112px 0 10px;
}

.content-grid.no-padding {
    padding-top: 0px;
}

.content-grid.full {
    max-width: 100%;
    padding: 80px 80px 0;
}

.content-grid.medium {
    max-width: 784px;
    padding: 0 0 100px;
}

.content-grid .section-navigation {
    margin-top: 16px;
}

.content-grid .section-navigation+.grid {
    margin-top: 16px;
}

.content-grid .table {
    margin-top: 16px;
}

.content-grid .table+.loader-bars {
    margin-top: 52px;
}

.content-grid .section-filters-bar {
    margin-top: 30px;
}

.content-grid .grid {
    margin-top: 32px;
}

.content-grid .grid.medium-space {
    margin-top: 64px;
}

.content-grid .grid.small-space {
    margin-top: 16px;
}

.content-grid .grid .grid {
    margin-top: 0;
}

.content-grid .photos-masonry,
.content-grid .section-slider {
    margin-top: 32px;
}

.content-grid .section,
.content-grid .section-header {
    margin-top: 60px;
}

.content-grid .section-banner+.section-filters-bar {
    margin-top: 64px;
}

.content-grid .calendar-widget {
    margin-top: 16px;
}

.content-grid .forum-content .quick-post {
    margin-top: 60px;
}

.content-grid .forum-sidebar {
    padding-top: 40px;
}

.content-grid .account-hub-content .section-header {
    margin-bottom: 28px;
}

.content-grid .account-hub-content .section-header:first-child {
    margin-top: 0;
}

.content-grid .notification-box-list+.loader-bars {
    margin-top: 60px;
}

/*--------------
    2. GRID
--------------*/
.grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
    align-items: start;
}

.grid.centered {
    justify-content: center;
}

.grid.stretched {
    align-items: stretch;
}

.grid.top-space {
    margin-top: 64px;
}

.grid.grid-3-6-3 {
    grid-template-areas: 'sidebar1 content sidebar2';
    grid-template-columns: 23.9864864865% 49.3243243243% 23.9864864865%;
}

.grid.grid-3-6-3>.grid-column:nth-child(1) {
    grid-area: sidebar1;
}

.grid.grid-3-6-3>.grid-column:nth-child(2) {
    grid-area: content;
}

.grid.grid-3-6-3>.grid-column:nth-child(3) {
    grid-area: sidebar2;
}

.grid.grid-6-3_9 {
    grid-template-areas: 'content sidebar';
    grid-template-columns: 66.0633484163% 32.1266968326%;
}

.grid.grid-6-3_9>.grid-column:nth-child(1) {
    grid-area: content;
}

.grid.grid-6-3_9>.grid-column:nth-child(2) {
    grid-area: sidebar;
}

.grid.grid-3-6_9 {
    grid-template-areas: 'sidebar content';
    grid-template-columns: 32.1266968326% 66.0633484163%;
}

.grid.grid-3-6_9>.grid-column:nth-child(1) {
    grid-area: sidebar;
}

.grid.grid-3-6_9>.grid-column:nth-child(2) {
    grid-area: content;
}

.grid.grid-3-9 {
    grid-template-areas: 'sidebar content';
    grid-template-columns: 23.9864864865% 74.6621621622%;
}

.grid.grid-3-9>.grid-column:nth-child(1) {
    grid-area: sidebar;
}

.grid.grid-3-9>.grid-column:nth-child(2) {
    grid-area: content;
}

.grid.grid-auto-col {
    grid-template-areas: 'sidebar content';
    grid-template-columns: auto 1fr;
}

.grid.grid-auto-col>.grid-column:nth-child(1) {
    grid-area: sidebar;
}

.grid.grid-auto-col>.grid-column:nth-child(2) {
    grid-area: content;
}

.grid.grid-9-3 {
    grid-template-areas: 'content sidebar';
    grid-template-columns: 74.6621621622% 23.9864864865%;
}

.grid.grid-9-3>.grid-column:nth-child(1) {
    grid-area: content;
}

.grid.grid-9-3>.grid-column:nth-child(2) {
    grid-area: sidebar;
}

.grid.grid-8-4 {
    grid-template-areas: 'content sidebar';
    grid-template-columns: 66.2162162162% 32.4324324324%;
}

.grid.grid-8-4>.grid-column:nth-child(1) {
    grid-area: content;
}

.grid.grid-8-4>.grid-column:nth-child(2) {
    grid-area: sidebar;
}

.grid.grid-6-3 {
    grid-template-areas: 'content sidebar';
    grid-template-columns: 49.3243243243% 23.9864864865%;
}

.grid.grid-6-3>.grid-column:nth-child(1) {
    grid-area: content;
}

.grid.grid-6-3>.grid-column:nth-child(2) {
    grid-area: sidebar;
}

.grid.grid-half {
    grid-template-columns: 1fr 1fr;
}

.grid.grid-5-5-5 {
    grid-template-columns: 1fr 1fr 1fr;
}

.grid.grid-4-4-4 {
    grid-template-columns: repeat(auto-fit, 384px);
}

.grid.grid-4-4 {
    grid-template-columns: repeat(auto-fit, 384px);
}

.grid.grid-3-3-3-3 {
    grid-template-columns: repeat(auto-fit, 284px);
}

.grid.grid-3-3-3 {
    grid-template-columns: repeat(auto-fit, 284px);
}

.grid.grid-2-2-2-2-2-2 {
    grid-template-columns: repeat(auto-fit, 184px);
}

.grid.grid-layout-1 {
    grid-template-columns: repeat(4, 23.9864864865%);
    grid-template-areas: 'sidebar header header header'
        'sidebar content content contentsidebar';
}

.grid.grid-layout-1 .grid-sidebar {
    grid-area: sidebar;
}

.grid.grid-layout-1 .grid-header {
    grid-area: header;
}

.grid.grid-layout-1 .grid-content {
    grid-area: content;
}

.grid.grid-layout-1 .grid-content-sidebar {
    grid-area: contentsidebar;
}

.grid .grid-column {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
    min-width: 0;
}

.grid .grid-column .loader-bars {
    margin: 48px auto 0;
}

.grid .grid-column .simple-tab-items {
    margin: 16px 0;
}

/*------------------------
    3. PHOTOS MASONRY
------------------------*/
.photos-masonry {
    display: grid;
    grid-gap: 16px;
    grid-template-rows: repeat(3, 284px);
    grid-template-areas: 'a b c c'
        'a d e f'
        'g h i j';
}

.photos-masonry .photo-preview:nth-child(1) {
    grid-area: a;
}

.photos-masonry .photo-preview:nth-child(2) {
    grid-area: b;
}

.photos-masonry .photo-preview:nth-child(3) {
    grid-area: c;
}

.photos-masonry .photo-preview:nth-child(4) {
    grid-area: d;
}

.photos-masonry .photo-preview:nth-child(5) {
    grid-area: e;
}

.photos-masonry .photo-preview:nth-child(6) {
    grid-area: f;
}

.photos-masonry .photo-preview:nth-child(7) {
    grid-area: g;
}

.photos-masonry .photo-preview:nth-child(8) {
    grid-area: h;
}

.photos-masonry .photo-preview:nth-child(9) {
    grid-area: i;
}

.photos-masonry .photo-preview:nth-child(10) {
    grid-area: j;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1500px) {
    .content-grid {
        max-width: 1142px;
    }
}

@media screen and (max-width: 1366px) {
    .content-grid {
        max-width: 100%;
        padding: 112px 112px 0px;
        margin: 0 auto;
    }
    .content-grid.no-padding {
        padding-top: 0px;
    }
    .content-grid.full {
        padding: 80px 80px 0;
    }

    .content-grid.medium {
        max-width: 100%;
        padding: 0 112px 0px;
    }
}

@media screen and (max-width: 1365px) {
    .content-grid .account-hub-content .section-header:first-child {
        margin-top: 60px;
    }

    .grid.grid-3-6-3 {
        grid-template-columns: 32.4324324324% 66.2162162162%;
        grid-template-areas: 'sidebar1 content'
            'sidebar2 content';
    }

    .grid.grid-3-9, .grid.grid-9-3, .grid.grid-8-4 {
        grid-template-columns: 100%;
        grid-template-areas: 'content'
            'sidebar';
    }

    .grid.grid-3-9 .forum-sidebar, .grid.grid-9-3 .forum-sidebar, .grid.grid-8-4 .forum-sidebar {
        display: none;
    }

    .grid.grid-layout-1 {
        grid-template-areas: 'header header header header'
            'sidebar sidebar contentsidebar contentsidebar'
            'content content content content';
    }

    .grid.grid-half.change-on-desktop {
        grid-template-columns: 100%;
    }

    .grid.centered-on-mobile {
        justify-content: center;
    }

    .photos-masonry {
        grid-template-areas: unset;
        grid-template-columns: repeat(auto-fit, 184px);
        grid-template-rows: none;
        justify-content: center;
    }

    .photos-masonry .photo-preview {
        height: 184px;
    }

    .photos-masonry .photo-preview:nth-child(1), .photos-masonry .photo-preview:nth-child(2), .photos-masonry .photo-preview:nth-child(3), .photos-masonry .photo-preview:nth-child(4), .photos-masonry .photo-preview:nth-child(5), .photos-masonry .photo-preview:nth-child(6), .photos-masonry .photo-preview:nth-child(7), .photos-masonry .photo-preview:nth-child(8), .photos-masonry .photo-preview:nth-child(9), .photos-masonry .photo-preview:nth-child(10) {
        grid-area: auto;
    }
}

@media screen and (max-width: 1070px) {
    .grid.grid-3-6-3 {
        grid-template-columns: 100%;
        grid-template-areas: 'sidebar1'
            'sidebar2'
            'content';
    }

    .grid.grid-3-6-3.mobile-prefer-content {
        grid-template-areas: 'content'
            'sidebar1'
            'sidebar2';
    }

    .grid.grid-3-6-3.mobile-prefer-content .grid-column:nth-child(1), .grid.grid-3-6-3.mobile-prefer-content .grid-column:nth-child(3) {
        display: none;
    }

    .grid.grid-3-9, .grid.grid-6-3_9, .grid.grid-3-6_9 {
        grid-template-columns: 100%;
        grid-template-areas: 'content'
            'sidebar';
    }
}

@media screen and (max-width: 992px) {
    .grid.grid-auto-col {
        grid-template-areas: none;
        grid-template-columns: none;
    }

    .grid.grid-5-5-5 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 960px) {
    .grid.grid-half {
        grid-template-columns: 100%;
    }

    .grid.grid-layout-1 {
        grid-template-columns: 100%;
        grid-template-areas: 'header'
            'contentsidebar'
            'sidebar'
            'content';
    }
}

@media screen and (max-width: 680px) {
    .content-grid {
        width: 95%;
        padding: 92px 0 0px;
    }
    .content-grid.no-padding {
        padding-top: 0px;
    }

    .content-grid.full {
        width: 100%;
        padding: 60px 0 0;
    }

    .content-grid.medium {
        width: 95%;
        padding: 0 0 0px;
    }
}

@media screen and (max-width: 460px) {
    .grid.grid-4-4-4, .grid.grid-4-4, .grid.grid-3-3-3-3, .grid.grid-5-5-5 {
        grid-template-columns: 100%;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. GENERAL
-------------------------------------------------------------------*/
/*-----------------
    1. GENERAL
-----------------*/
*::-moz-selection {
    color: #fff;
    background-color: #40d04f;
}

*::selection {
    color: #fff;
    background-color: #40d04f;
}

body {
    font-size: 16px;
    background-color: #161b28;
    overflow-x: hidden;
}

h1, h2, h3, h4,
h5, h6, a, p {
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    line-height: 1em;
}

h1, h2, h3, h4,
h5, h6 {
    font-weight: 700;
}

p a {
    color: #4ff461;
    font-weight: 600;
}

p .reaction {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    position: relative;
    top: -2px;
}

p .reaction:first-child {
    margin-left: 0;
}

a:hover {
    color: #4ff461;
    text-decoration: none;
}

figure>img {
    width: 100%;
    height: 100%;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 480px) {
    .hide-text-mobile {
        display: none;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .button
-------------------------------------------------------------------*/
/*-----------------------
    1. BUTTON
-----------------------*/
.button {
    display: inline-block;
    height: 48px;
    border-radius: 10px;
    background-color: #293249;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.button.full {
    width: 100%;
}

.button.medium {
    height: 54px;
    line-height: 54px;
}

.button.small {
    height: 40px;
    font-size: 0.75rem;
    line-height: 40px;
}

.button:hover {
    color: #fff;
    background-color: #323e5b;
}

.button.void {
    background-color: transparent;
    color: #9aa4bf;
    box-shadow: none;
}

.button.void .button-icon {
    fill: #616a82;
}

.button.void:hover {
    color: #fff;
    background-color: #40d04f;
}

.button.void:hover .button-icon {
    fill: #fff;
}

.button.void.void-primary:hover {
    background-color: #40d04f;
}

.button.void.void-secondary:hover {
    background-color: #7750f8;
}

.button.white-solid {
    background-color: #fff;
    color: #3e3f5e;
}

.button.white {
    background-color: transparent;
    border: 1px solid #3f485f;
    color: #9aa4bf;
    box-shadow: none;
}

.button.white .button-icon {
    fill: #616a82;
}

.button.white:hover {
    color: #fff;
    background-color: #40d04f;
    border-color: #40d04f;
}

.button.white.white-tertiary:hover {
    background-color: #fd4350;
    border-color: #fd4350;
    box-shadow: 4px 7px 12px 0 rgba(253, 67, 80, 0.2);
}

.button.primary {
    background-color: #40d04f;
    box-shadow: 4px 7px 12px 0 rgba(64, 208, 79, 0.2);
}

.button.primary:hover {
    background-color: #4ae95b;
}

.button.secondary {
    background-color: #7750f8;
    box-shadow: 4px 7px 12px 0 rgba(119, 80, 248, 0.2);
}

.button.secondary:hover {
    background-color: #9668ff;
}

.button.tertiary {
    background-color: #fd4350;
    box-shadow: 4px 7px 12px 0 rgba(253, 67, 80, 0.2);
}

.button.tertiary:hover {
    background-color: #ff7882;
}

.button.twitch {
    background-color: #7b5dfa;
    box-shadow: 4px 7px 12px 0 rgba(123, 93, 250, 0.2);
}

.button.twitch:hover {
    background-color: #6a4fdf;
}

.button.twitter {
    background-color: #1abcff;
    box-shadow: 3px 5px 10px 0px rgba(26, 188, 255, 0.2);
}

.button.twitter:hover {
    background-color: #0aabed;
}

.button.add-field-button {
    width: 128px;
    margin-top: 40px;
}

.button.padded {
    padding: 0 24px;
}

.button .button-icon {
    fill: #fff;
    transition: fill .2s ease-in-out;
}

.button .button-icon.spaced {
    margin-right: 6px;
}

.button.with-only-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------------------------------------------------------------
[Table of contents]

1. .lined-text
2. .social-links
3. .social-link
4. .tab-switch
5. .tab-switch-button
6. .action-request-list
7. .action-request
8. .burger-icon
9. .action-list
10. .action-item
11. .user-stats
12. .user-stat
13. .badge-list
14. .badge-item
15. .tag-list
16. .tag-item
17. .xm-tooltip-text
18. .user-short-description
19. .slider-control
20. .slider-roster
21. .slider-roster-item
22. .tag-sticker
23. .text-sticker
24. .date-sticker
25. .decorated-text
26. .simple-dropdown
27. .paragraph
28. .information-line-list
29. .information-line
30. .information-block-list
31. .information-block
32. .timeline-information-list
33. .timeline-information
34. .rating-list
35. .rating
36. .filters
37. .filter-tabs
38. .filter-tab
39. .view-actions
40. .view-action
41. .tweets
42. .tweet
43. .play-button
44. .iframe-wrap
45. .popup-video
46. .popup-picture
47. .popup-event
48. .popup-close-button
49. .decorated-feature-list
50. .decorated-feature
51. .meta-line
52. .reaction-options
53. .post-options
54. .post-option
55. .post-settings
56. .slider-line
57. .stat-block-list
58. .stat-block
59. .achievement-status-list
60. .achievement-status
61. .page-loader
62. .reaction-count-list
63. .reaction-count
64. .upload-item-list
65. .upload-item
66. .simple-accordion-list
67. .simple-accordion
68. .week-box
69. .week-box-item
70. .forum-category
71. .discussion-preview
72. .page-items
73. .page-item
74. .quick-post
75. .option-items
76. .option-item
77. .stats-box
78. .stats-box-slider
79. .reaction-stats
80. .reaction-stat
81. .simple-tab-items
82. .simple-tab-item
83. .banner-promo
84. .poll-box
85. .poll-results
86. .poll-result
87. .picture-collage
88. .quote-box
89. .stats-decoration
90. .percentage-diff
91. .percentage-diff-icon-wrap
92. .sidebar-box
93. .sidebar-menu
94. .sidebar-menu-item
95. .sidebar-menu-header
96. .sidebar-menu-body
97. .price-title
98. .promo-line
99. .tab-box
100. .bullet-item-list
101. .bullet-item
102. .ordered-item-list
103. .ordered-item
104. .profile-stats
105. .featured-stat-list
106. .featured-stat
107. .featured-stat-box
108. .achievement-box
109. .level-progress-box
110. .level-progress-badge
111. .exp-line-list
112. .exp-line
113. .account-stat-box
114. .reference-item-list
115. .reference-item
116. .reference-bullet
117. .country-stat-list
118. .country-stat
119. .full-width-image
120. .totals-line-list
121. .totals-line
122. .upload-box
123. .draggable-items
124. .draggable-item
125. .switch-option-list
126. .switch-option
127. .notification-box-list
128. .notification-box
129. .create-entity-box
130. .earning-stat-box
131. .status-info
-------------------------------------------------------------------*/
/*--------------------
    1. LINED TEXT
--------------------*/
.lined-text {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.lined-text::before, .lined-text::after {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #2f3749;
    position: absolute;
    top: 7px;
}

.lined-text::before {
    left: 0;
}

.lined-text::after {
    right: 0;
}

/*-----------------------
    2. SOCIAL LINKS
-----------------------*/
.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-links.align-left {
    justify-content: flex-start;
}

.social-links.small .social-link {
    margin-right: 8px;
}

.social-links.small .social-link:last-child {
    margin-right: 0;
}

.social-links.vertical {
    flex-direction: column;
}

.social-links.vertical .social-link {
    margin: 0 0 16px 0;
}

.social-links.vertical .social-link:last-child {
    margin: 0;
}

.social-links.multiline {
    margin-top: -12px;
}

.social-links.multiline .social-link {
    margin: 12px 12px 0 0;
}

.social-links.multiline .social-link:last-child {
    margin-right: 0;
}

.social-links .social-link {
    margin-right: 12px;
}

.social-links .social-link:last-child {
    margin-right: 0;
}

/*-----------------------
    3. SOCIAL LINK
-----------------------*/
.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: transform .2s ease-in-out;
}

.social-link.small {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.social-link.small .social-link-icon {
    width: 10px;
    height: 10px;
}

.social-link.no-hover:hover {
    transform: translate(0, 0);
}

.social-link:hover {
    transform: translate(0, -4px);
}

.social-link.facebook {
    background-color: #3763d2;
}

.social-link.twitter {
    background-color: #1abcff;
}

.social-link.twitch {
    background-color: #7b5dfa;
}

.social-link.youtube {
    background-color: #fd434f;
}

.social-link.instagram {
    background-color: #f8468d;
}

.social-link.patreon {
    background-color: #ff7a51;
}

.social-link.discord {
    background-color: #7289da;
}

.social-link.google {
    background-color: #ffc529;
}

.social-link.behance {
    background-color: #3486f5;
}

.social-link.deviantart {
    background-color: #32e1d3;
}

.social-link.artstation {
    background-color: #00e194;
}

.social-link.dribbble {
    background-color: #f761ab;
}

.social-link.void {
    background-color: #fff;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.social-link.void.facebook .icon-facebook {
    fill: #3763d2;
}

.social-link.void.twitter .icon-twitter {
    fill: #1abcff;
}

/*-----------------------
    4. TAB SWITCH
-----------------------*/
.tab-switch {
    display: flex;
    justify-content: center;
}

.tab-switch .tab-switch-button:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.tab-switch .tab-switch-button:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*---------------------------
    5. TAB SWITCH BUTTON
---------------------------*/
.tab-switch-button {
    width: 180px;
    height: 54px;
    border: 1px solid #1d2333;
    color: #1d2333;
    font-size: 1rem;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.tab-switch-button.active {
    color: #fff;
    background-color: #1d2333;
    cursor: auto;
}

/*-----------------------------
    6. ACTION REQUEST LIST
-----------------------------*/
.action-request-list {
    display: flex;
}

.action-request-list .action-request {
    margin-right: 12px;
}

.action-request-list .action-request:last-child {
    margin-right: 0;
}

/*------------------------
    7. ACTION REQUEST
------------------------*/
.action-request {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #3f485f;
    border-radius: 10px;
    color: #adafca;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
}

.action-request.with-text {
    width: auto;
    padding: 0 32px 0 22px;
}

.action-request.with-text .action-request-icon {
    margin-right: 12px;
}

.action-request:hover {
    color: #fff;
}

.action-request:hover .action-request-icon {
    fill: #fff;
    opacity: 1;
}

.action-request.accept:hover {
    background-color: #7750f8;
    border-color: #7750f8;
}

.action-request.decline:hover {
    background-color: #fd434f;
    border-color: #fd434f;
}

.action-request .action-request-icon {
    fill: #616a82;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
}

/*-----------------------------
    8. BURGER ICON
-----------------------------*/
.burger-icon {
    width: 20px;
    height: 14px;
    position: relative;
}

.burger-icon.open .burger-icon-bar:nth-child(1) {
    width: 100%;
}

.burger-icon.open .burger-icon-bar:nth-child(2) {
    width: 14px;
}

.burger-icon.open .burger-icon-bar:nth-child(3) {
    width: 10px;
}

.burger-icon.inverted .burger-icon-bar {
    left: 0;
}

.burger-icon.inverted .burger-icon-bar:nth-child(1) {
    width: 100%;
}

.burger-icon.inverted .burger-icon-bar:nth-child(2) {
    width: 14px;
}

.burger-icon.inverted .burger-icon-bar:nth-child(3) {
    width: 10px;
}

.burger-icon .burger-icon-bar {
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    transition: width .4s ease-in-out;
}

.burger-icon .burger-icon-bar:nth-child(1) {
    top: 0;
    width: 10px;
}

.burger-icon .burger-icon-bar:nth-child(2) {
    top: 6px;
    width: 14px;
}

.burger-icon .burger-icon-bar:nth-child(3) {
    top: 12px;
    width: 100%;
}

/*-----------------------------
    9. ACTION LIST
-----------------------------*/
.action-list {
    display: flex;
    padding: 0 18px;
    position: relative;
}

.action-list::after, .action-list::before {
    content: '';
    width: 1px;
    height: 32px;
    background-color: #3f485f;
    position: absolute;
}

.action-list::after {
    left: 0;
}

.action-list::before {
    right: 0;
}

.action-list.dark::after, .action-list.dark::before {
    background-color: #9b7dff;
}

.action-list.dark .action-list-item:hover .action-list-item-icon, .action-list.dark .action-list-item.active .action-list-item-icon, .action-list.dark .action-list-item.unread .action-list-item-icon {
    fill: #e4ff00;
}

.action-list.dark .action-list-item .action-list-item-icon {
    fill: #fff;
}

.action-list .action-list-item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 14px;
    cursor: pointer;
}

.action-list .action-list-item .notification-badge {
    position: absolute;
    top: 3px;
    right: 123px;
    background: red;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 0 4px;
    border-radius: 10px;
    line-height: 1.7;
    min-width: 16px;
    text-align: center;
    z-index: 2;
    box-shadow: 0 0 0 1px #fff;
}

.action-list .action-list-item:hover .action-list-item-icon, .action-list .action-list-item.active .action-list-item-icon, .action-list .action-list-item.unread .action-list-item-icon {
    fill: #3e3f5e;
}

.action-list .action-list-item.unread {
    position: relative;
}

.action-list .action-list-item.unread::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4ff461;
    position: absolute;
    top: 26px;
    right: 10px;
}

.action-list .action-list-item .action-list-item-icon {
    fill: #616a82;
    transition: fill .3s ease-in-out;
}

/*-----------------------------
    10. ACTION ITEM
-----------------------------*/
.action-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.action-item .action-item-icon {
    fill: #adafca;
}

.action-item.dark .action-item-icon {
    fill: #fff;
}

/*-----------------------------
    11. USER STATS
-----------------------------*/
.user-stats {
    display: flex;
    justify-content: center;
}

.user-stats .user-stat {
    position: relative;
}

.user-stats .user-stat.big::after {
    top: 8px;
}

.user-stats .user-stat::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 6px;
    right: 0;
}

.user-stats .user-stat:last-child::after {
    display: none;
}

/*-----------------------------
    12. USER STAT
-----------------------------*/
.user-stat {
    padding: 0 24px;
}

.user-stat.big {
    padding: 0 30px;
}

.user-stat.big .reference-bullet {
    margin: 0 auto 20px;
}

.user-stat.big .user-stat-title {
    font-size: 1.375rem;
}

.user-stat.big .user-stat-text {
    font-size: 0.75rem;
}

.user-stat .user-stat-title,
.user-stat .user-stat-text {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.user-stat .user-stat-title {
    font-size: 0.875rem;
}

.user-stat .user-stat-title .user-stat-title-icon.positive {
    fill: #4ff461;
}

.user-stat .user-stat-title .user-stat-title-icon.negative {
    fill: #f9515c;
}

.user-stat .user-stat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-stat .user-stat-icon+.user-stat-text {
    margin-top: 12px;
}

.user-stat .user-stat-image {
    display: block;
    width: 24px;
    height: 16px;
}

.user-stat .user-stat-image+.user-stat-text {
    margin-top: 15px;
}

.user-stat .user-stat-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: 0.6875rem;
}

.user-stat .rating-list {
    margin-top: 10px;
}

/*-----------------------------
    13. BADGE LIST
-----------------------------*/
.badge-list {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 32px);
    grid-gap: 14px;
}

.badge-list.align-left {
    justify-content: flex-start;
}

.badge-list.small {
    grid-gap: 8px;
}

/*-----------------------------
    14. BADGE ITEM
-----------------------------*/
.badge-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 35px;
    position: relative;
}

.badge-item img {
    position: absolute;
    top: 0;
    left: 0;
}

.badge-item .badge-item-text {
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    position: relative;
    top: 1px;
    z-index: 2;
}

/*-----------------------------
    15. TAG LIST
-----------------------------*/
.tag-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12px;
}

.tag-list .tag-item {
    margin: 12px 12px 0 0;
}

/*-----------------------------
    16. TAG ITEM
-----------------------------*/
.tag-item {
    display: block;
    height: 24px;
    padding: 0 12px;
    border-radius: 200px;
    background-color: #3e3f5e;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 24px;
}

.tag-item.secondary {
    background-color: #7750f8;
    transition: background-color .2s ease-in-out;
}

.tag-item.secondary:hover {
    color: #fff;
    background-color: #40d04f;
}

/*-----------------------------
    17. XM TOOLTIP TEXT
-----------------------------*/
.xm-tooltip-text {
    padding: 0 12px;
    border-radius: 200px;
    background-color: #293249;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 24px;
}

/*--------------------------------
    18. USER SHORT DESCRIPTION
--------------------------------*/
.user-short-description {
    padding-top: 84px;
    position: relative;
}

.user-short-description.big {
    padding-top: 52px;
}

.user-short-description.big .user-short-description-avatar {
    top: -116px;
    margin-left: -74px;
}

.user-short-description.big .user-short-description-title {
    font-size: 1.5rem;
}

.user-short-description.big .user-short-description-text {
    font-size: 0.75rem;
}

.user-short-description.small {
    padding-top: 62px;
}

.user-short-description.small .user-short-description-avatar {
    margin-left: -50px;
}

.user-short-description.landscape {
    padding: 0 0 0 32px;
}

.user-short-description.landscape .user-short-description-avatar {
    top: 0;
    margin-left: 0;
}

.user-short-description.landscape .user-short-description-title,
.user-short-description.landscape .user-short-description-text {
    text-align: left;
}

.user-short-description.landscape.tiny {
    height: 56px;
    padding-top: 12px;
}

.user-short-description.landscape.tiny .user-short-description-avatar {
    left: -25px;
}

.user-short-description .user-short-description-avatar {
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -60px;
}

.user-short-description .user-short-description-title,
.user-short-description .user-short-description-text {
    font-weight: 700;
    text-align: center;
}

.user-short-description .user-short-description-title {
    font-size: 1.125rem;
}

.user-short-description .user-short-description-title .title-ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.user-short-description .user-short-description-title .title-ico.ico-live {
    width: 80px;
    height: 23px;
    background-image: url("./images/icon-live.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translateY(3px);
    color: red;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(7482%) hue-rotate(357deg) brightness(97%) contrast(119%);
}

.user-short-description .user-short-description-title a {
    color: #fff;
    font-weight: 700;
}

.user-short-description .user-short-description-title.small {
    font-size: 0.875rem;
}

.user-short-description .user-short-description-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.user-short-description .user-short-description-text a {
    color: #9aa4bf;
    font-weight: 700;
}

.user-short-description .user-short-description-text a:hover {
    color: #4ff461;
}

.user-short-description .user-short-description-text.regular {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: none;
}

/*-----------------------------
    19. SLIDER CONTROL
-----------------------------*/
.slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.slider-control.negative .slider-control-icon {
    fill: #fff;
}

.slider-control.negative.disabled, .slider-control.negative[aria-disabled=true] {
    opacity: .4;
}

.slider-control.negative.disabled:hover .slider-control-icon, .slider-control.negative[aria-disabled=true]:hover .slider-control-icon {
    fill: #fff;
    opacity: .4;
}

.slider-control.negative:hover .slider-control-icon {
    fill: #fff;
    opacity: 1;
}

.slider-control.disabled, .slider-control[aria-disabled=true] {
    opacity: .5;
}

.slider-control.disabled:hover .slider-control-icon, .slider-control[aria-disabled=true]:hover .slider-control-icon {
    fill: #616a82;
    opacity: .5;
}

.slider-control .slider-control-icon {
    fill: #616a82;
    pointer-events: none;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
}

.slider-control.left .slider-control-icon {
    transform: rotate(180deg);
}

.slider-control:hover .slider-control-icon {
    fill: #fff;
    opacity: 1;
}

/*-----------------------------
    20. SLIDER ROSTER
-----------------------------*/
.slider-roster {
    display: flex;
}

.slider-roster .slider-roster-item {
    margin-right: 8px;
}

.slider-roster .slider-roster-item:last-child {
    margin-right: 0;
}

/*-----------------------------
    21. SLIDER ROSTER ITEM
-----------------------------*/
.slider-roster-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .2;
    cursor: pointer;
}

.slider-roster-item.tns-nav-active {
    opacity: 1;
}

/*-----------------------------
    22. TAG STICKER
-----------------------------*/
.tag-sticker {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #7750f8;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.tag-sticker .tag-sticker-icon {
    fill: #fff;
}

.tag-sticker .tag-sticker-icon.primary {
    fill: #fff;
}

/*-----------------------------
    23. TEXT STICKER
-----------------------------*/
.text-sticker {
    height: 32px;
    padding: 0 14px;
    border-radius: 200px;
    background-color: #293249;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.12);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 32px;
}

.text-sticker.round {
    border-radius: 12px;
}

.text-sticker .highlighted {
    color: #4ff461;
}

.text-sticker .text-sticker-icon {
    margin-right: 4px;
    fill: #4ff461;
}

.text-sticker.small-text {
    font-size: 0.75rem;
}

.text-sticker.small {
    height: 24px;
    padding: 0 12px;
    font-size: 0.75rem;
    line-height: 24px;
}

.text-sticker.medium {
    height: 44px;
    padding: 0 16px;
    line-height: 44px;
}

.text-sticker.negative {
    color: #fff;
    background: #1d2333;
}

.text-sticker.void {
    box-shadow: none;
    background-color: transparent;
}

/*-----------------------------
    24. DATE STICKER
-----------------------------*/
.date-sticker {
    width: 44px;
}

.date-sticker .date-sticker-day,
.date-sticker .date-sticker-month {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.date-sticker .date-sticker-day {
    padding: 10px 0 6px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #293249;
    font-size: 1.25rem;
}

.date-sticker .date-sticker-month {
    padding: 4px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #40d04f;
    font-size: 0.75rem;
}

/*-----------------------------
    25. DECORATED TEXT
-----------------------------*/
.decorated-text {
    display: flex;
    align-items: center;
}

.decorated-text .decorated-text-icon {
    margin-right: 8px;
    fill: #4ff461;
}

.decorated-text .decorated-text-content {
    font-size: 0.875rem;
    font-weight: 500;
}

/*-----------------------------
    26. SIMPLE DROPDOWN
-----------------------------*/
.simple-dropdown {
    width: 140px;
    padding: 10px 0;
    border-radius: 12px;
    background-color: #293249;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
}

.simple-dropdown.padded {
    padding: 12px 16px 16px;
}

.simple-dropdown .simple-dropdown-link {
    padding: 8px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease-in-out, padding-left .2s ease-in-out;
}

.simple-dropdown .simple-dropdown-link:hover {
    padding-left: 20px;
    color: #4ff461;
}

.simple-dropdown .simple-dropdown-text {
    font-size: 0.75rem;
    font-weight: 500;
}

.simple-dropdown .simple-dropdown-text+.simple-dropdown-text {
    margin-top: 4px;
}

.simple-dropdown .simple-dropdown-text .reaction {
    margin-right: 4px;
}

.simple-dropdown .simple-dropdown-text .bold {
    font-weight: 700;
}

/*-----------------------------
    27. PARAGRAPH
-----------------------------*/
.paragraph {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

/*--------------------------------
    28. INFORMATION LINE LIST
--------------------------------*/
.information-line-list .information-line {
    margin-bottom: 14px;
}

.information-line-list .information-line:last-child {
    margin-bottom: 0;
}

/*-----------------------------
    29. INFORMATION LINE
-----------------------------*/
.information-line {
    display: flex;
}

.information-line .information-line-title,
.information-line .information-line-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.information-line .information-line-title {
    flex-shrink: 0;
    width: 80px;
    color: #9aa4bf;
}

.information-line .information-line-text .bold {
    font-weight: 700;
}

/*---------------------------------
    30. INFORMATION BLOCK LIST
---------------------------------*/
.information-block-list .information-block {
    margin-bottom: 26px;
}

.information-block-list .information-block:last-child {
    margin-bottom: 0;
}

/*-----------------------------
    31. INFORMATION BLOCK
-----------------------------*/
.information-block .information-block-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.information-block .information-block-text {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

/*------------------------------------
    32. TIMELINE INFORMATION LIST
------------------------------------*/
.timeline-information-list .timeline-information {
    padding-bottom: 24px;
}

.timeline-information-list .timeline-information:last-child {
    padding-bottom: 0;
}

.timeline-information-list .timeline-information:last-child::before {
    display: none;
}

/*---------------------------------
    33. TIMELINE INFORMATION
---------------------------------*/
.timeline-information {
    padding-left: 28px;
    position: relative;
}

.timeline-information::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #2f3749;
    position: absolute;
    top: 0;
    left: 6px;
}

.timeline-information::after {
    content: '';
    width: 13px;
    height: 13px;
    border: 4px solid #4ff461;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0;
}

.timeline-information .timeline-information-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.timeline-information .timeline-information-date {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.timeline-information .timeline-information-text {
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

/*---------------------------------
    34. RATING LIST
---------------------------------*/
.rating-list {
    display: flex;
}

.rating-list.form-rating .rating {
    cursor: pointer;
}

.rating-list .rating {
    margin-right: 3px;
}

.rating-list .rating.medium {
    margin-right: 4px;
}

.rating-list .rating:last-child {
    margin-right: 0;
}

.rating-list .rating:last-child.medium {
    margin-right: 0;
}

/*---------------------------------
    35. RATING
---------------------------------*/
.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9px;
    height: 8px;
}

.rating.dark .rating-icon {
    fill: #616a82;
}

.rating.dark.filled .rating-icon {
    fill: #fff10d;
}

.rating.medium {
    width: 13px;
    height: 12px;
}

.rating.filled .rating-icon {
    fill: #ffe00d;
}

.rating .rating-icon {
    fill: #616a82;
}

/*---------------------------------
    36. FILTERS
---------------------------------*/
.filters {
    display: flex;
}

.filters .filter {
    margin-right: 20px;
    padding-bottom: 4px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 700;
    opacity: .6;
    cursor: pointer;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
}

.filters .filter.active, .filters .filter:hover {
    color: #fff;
    opacity: 1;
}

.filters .filter.active {
    border-bottom: 2px solid #4ff461;
}

.filters .filter:last-child {
    margin-right: 0;
}

/*---------------------------------
    37. FILTER TABS
---------------------------------*/
.filter-tabs {
    display: flex;
}

.filter-tabs .filter-tab::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 38px;
    left: 0;
}

.filter-tabs .filter-tab:last-child::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 38px;
    right: 0;
}

/*---------------------------------
    38. FILTER TAB
---------------------------------*/
.filter-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    height: 100%;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    position: relative;
    transition: border-color .2s ease-in-out;
}

.filter-tab.secondary.active {
    border-bottom-color: #7750f8;
}

.filter-tab.active {
    border-bottom-color: #4ff461;
}

.filter-tab.active .filter-tab-text {
    color: #fff;
}

.filter-tab .filter-tab-text {
    padding: 4px 0;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 700;
    transition: color .2s ease-in-out;
}

/*---------------------------------
    39. VIEW ACTIONS
---------------------------------*/
.view-actions {
    display: flex;
}

.view-actions .view-action {
    margin-right: 26px;
}

.view-actions .view-action:last-child {
    margin-right: 0;
}

/*---------------------------------
    40. VIEW ACTION
---------------------------------*/
.view-action {
    cursor: pointer;
}

.view-action.active .view-action-icon, .view-action:hover .view-action-icon {
    fill: #fff;
    opacity: 1;
}

.view-action .view-action-icon {
    fill: #616a82;
    opacity: .4;
    transition: opacity .2s ease-in-out, fill .2s ease-in-out;
}

/*---------------------------------
    41. TWEETS
---------------------------------*/
.tweets .tweet {
    margin-bottom: 28px;
}

.tweets .tweet:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    42. TWEET
---------------------------------*/
.tweet .tweet-author {
    display: block;
    min-height: 32px;
    padding-left: 40px;
    position: relative;
}

.tweet .tweet-author .tweet-author-image {
    position: absolute;
    top: 0;
    left: 0;
}

.tweet .tweet-author .tweet-author-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.tweet .tweet-author .tweet-author-text {
    margin-top: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.tweet .tweet-text {
    display: block;
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.tweet .tweet-text .highlighted {
    color: #4ff461;
    font-weight: 600;
}

.tweet .tweet-timestamp {
    margin-top: 12px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

/*---------------------------------
    43. PLAY BUTTON
---------------------------------*/
.play-button {
    width: 46px;
    height: 46px;
    padding: 12px 0 0 15px;
    border: 4px solid #4ff461;
    border-radius: 50%;
    background-color: rgba(21, 21, 31, 0.96);
}

.play-button .play-button-icon {
    display: block;
}

/*---------------------------------
    44. IFRAME WRAP
---------------------------------*/
.iframe-wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*---------------------------------
    45. POPUP VIDEO
---------------------------------*/
.popup-video {
    width: 80%;
    opacity: 0;
    visibility: hidden;
}

/*---------------------------------
    46. POPUP PICTURE
---------------------------------*/
.popup-picture {
    display: flex;
    width: 80%;
    height: 80%;
    opacity: 0;
    visibility: hidden;
}

.popup-picture .widget-box {
    flex-shrink: 0;
    width: 384px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.popup-picture .widget-box .meta-line.settings {
    margin-left: 22px;
}

.popup-picture .widget-box .meta-line.settings .post-settings {
    width: 22px;
}

.popup-picture .widget-box .widget-box-scrollable {
    overflow: hidden auto;
}

.popup-picture .widget-box .post-comment.reply-2 {
    padding-left: 96px;
}

.popup-picture .widget-box .post-comment.reply-2 .user-avatar {
    left: 42px;
}

.popup-picture .popup-picture-image-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #15151f;
}

.popup-picture .popup-picture-image-wrap .popup-picture-image {
    width: 100%;
    height: auto;
}

/*---------------------------------
    47. POPUP EVENT
---------------------------------*/
.popup-event {
    width: 90%;
    max-width: 584px;
    border-radius: 12px;
    background-color: #1d2333;
    opacity: 0;
    visibility: hidden;
}

.popup-event .popup-event-cover {
    width: 100%;
    height: 204px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.popup-event .popup-event-info {
    padding: 32px 28px;
    position: relative;
}

.popup-event .popup-event-info .user-avatar-list {
    margin-top: 18px;
}

.popup-event .popup-event-info .g-map {
    height: 260px;
    margin-top: 22px;
}

.popup-event .popup-event-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.popup-event .popup-event-subtitle {
    margin-top: 32px;
    font-size: 1rem;
    font-weight: 700;
}

.popup-event .popup-event-text {
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
    color: #9aa4bf;
}

.popup-event .decorated-feature-list {
    margin-top: 14px;
}

.popup-event .popup-event-button {
    width: 200px;
    position: absolute;
    top: -30px;
    right: 28px;
}

.popup-event>.content-actions {
    border-top: 1px solid #2f3749;
    margin: 0 28px;
}

/*---------------------------------
    48. POPUP CLOSE BUTTON
---------------------------------*/
.popup-close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #7750f8;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    transition: background-color .2s ease-in-out;
}

.popup-close-button:hover {
    background-color: #40d04f;
}

.popup-close-button .popup-close-button-icon {
    pointer-events: none;
}

/*---------------------------------
    49. DECORATED FEATURE LIST
---------------------------------*/
.decorated-feature-list {
    margin-top: -18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.decorated-feature-list .decorated-feature {
    width: 50%;
    margin-top: 18px;
}

/*---------------------------------
    50. DECORATED FEATURE
---------------------------------*/
.decorated-feature {
    display: flex;
}

.decorated-feature .decorated-feature-icon {
    margin-top: 6px;
    flex-shrink: 0;
    fill: #4ff461;
}

.decorated-feature .decorated-feature-info {
    margin-left: 12px;
}

.decorated-feature .decorated-feature-title {
    font-size: 1rem;
    font-weight: 700;
}

.decorated-feature .decorated-feature-text {
    margin-top: 2px;
    color: #8f91ac;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

/*---------------------------------
    51. META LINE
---------------------------------*/
.meta-line {
    display: flex;
    align-items: center;
}

.meta-line+.meta-line {
    margin-left: 22px;
}

.meta-line .meta-line-list+.meta-line-text {
    margin-left: 10px;
}

.meta-line.settings {
    margin-left: 14px;
}

.meta-line .meta-line-text {
    font-size: 0.75rem;
    font-weight: 700;
}

.meta-line .meta-line-text a {
    color: #fff;
    font-weight: 700;
}

.meta-line .meta-line-link {
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.meta-line .meta-line-link.light {
    color: #9aa4bf;
}

.meta-line .meta-line-link:hover {
    color: #4ff461;
}

.meta-line .meta-line-timestamp {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

/*---------------------------------
    52. REACTION OPTIONS
---------------------------------*/
.reaction-options {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 0 16px;
    border-radius: 200px;
    background-color: #293249;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
}

.reaction-options.small {
    height: 40px;
}

.reaction-options.small .reaction-option {
    width: 20px;
    height: 20px;
}

.reaction-options .reaction-option {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

.reaction-options .reaction-option:last-child {
    margin-right: 0;
}

.reaction-options .reaction-option:hover {
    transform: translate(0, -4px);
}

.reaction-options .reaction-option .reaction-option-image {
    width: 100%;
    height: 100%;
}

/*---------------------------------
    53. POST OPTIONS
---------------------------------*/
.post-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
    padding: 0 28px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #21283b;
}

/*---------------------------------
    54. POST OPTION
---------------------------------*/
.post-option {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 44px;
    border-radius: 12px;
    cursor: pointer;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
}

.post-option.no-text {
    width: 80px;
}

.post-option.no-text .post-option-icon {
    margin-right: 0;
}

.post-option.active, .post-option:hover {
    background-color: #293249;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.post-option.active .post-option-icon, .post-option:hover .post-option-icon {
    fill: #4ff461;
    opacity: 1;
}

.post-option.active .post-option-text, .post-option:hover .post-option-text {
    color: #fff;
}

.post-option .post-option-icon {
    margin-right: 16px;
    fill: #616a82;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
}

.post-option .post-option-icon.icon-thumbs-up {
    position: relative;
    top: -2px;
}

.post-option .post-option-text {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    transition: color .2s ease-in-out;
}

/*---------------------------------
    55. POST SETTINGS
---------------------------------*/
.post-settings {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    cursor: pointer;
}

.post-settings .post-settings-icon {
    fill: #616a82;
    opacity: .4;
    transition: opacity .2s ease-in-out, fill .2s ease-in-out;
}

.post-settings.active .post-settings-icon, .post-settings:hover .post-settings-icon {
    fill: #fff;
    opacity: 1;
}

/*---------------------------------
    56. SLIDER LINE
---------------------------------*/
.slider-line {
    height: 120px;
    padding: 0 48px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.slider-line.small {
    height: 100px;
}

.slider-line.small .slider-controls {
    top: 40px;
}

.slider-line.small .slider-slides .user-stat {
    height: 100px;
}

.slider-line.medium {
    height: 160px;
}

.slider-line.medium .slider-controls {
    top: 70px;
}

.slider-line.medium .slider-slides.with-separator .slider-slide::before {
    height: 40px;
    top: 60px;
}

.slider-line.medium .slider-slides.with-separator .slider-slide:last-child::after {
    height: 40px;
    top: 60px;
}

.slider-line.medium .slider-slides .reaction-stat {
    height: 160px;
}

.slider-line .slider-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 14px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
}

.slider-line .slider-slides {
    position: relative;
    z-index: 2;
}

.slider-line .slider-slides.with-separator .slider-slide {
    position: relative;
}

.slider-line .slider-slides.with-separator .slider-slide::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px;
    left: 0;
}

.slider-line .slider-slides.with-separator .slider-slide:last-child::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px;
    right: 0;
}

.slider-line .slider-slides .stat-block {
    height: 120px;
    padding-left: 28px;
    align-items: center;
}

.slider-line .slider-slides .user-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider-line .slider-slides .reaction-stat {
    justify-content: center;
}

/*---------------------------------
    57. STAT BLOCK LIST
---------------------------------*/
.stat-block-list .stat-block {
    margin-bottom: 22px;
}

.stat-block-list .stat-block:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    58. STAT BLOCK
---------------------------------*/
.stat-block {
    display: flex;
    min-height: 48px;
}

.stat-block .stat-block-decoration {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(-145deg, #4ff461, #7750f8);
    margin-right: 16px;
}

.stat-block .stat-block-decoration .stat-block-decoration-icon {
    fill: #fff;
}

.stat-block .stat-block-info {
    margin-top: 6px;
}

.stat-block .stat-block-info .stat-block-title {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.stat-block .stat-block-info .stat-block-text {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 700;
}

/*---------------------------------
    59. ACHIEVEMENT STATUS LIST
---------------------------------*/
.achievement-status-list {
    display: flex;
}

.achievement-status-list .achievement-status {
    width: 50%;
}

.achievement-status-list .achievement-status .achievement-status-info {
    position: relative;
}

.achievement-status-list .achievement-status .achievement-status-info::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #2f3749;
    position: absolute;
    top: 0;
    right: 0;
}

.achievement-status-list .achievement-status:last-child .achievement-status-info::after {
    display: none;
}

/*---------------------------------
    60. ACHIEVEMENT STATUS
---------------------------------*/
.achievement-status {
    text-align: center;
}

.achievement-status .achievement-status-progress {
    font-size: 1.375rem;
    font-weight: 700;
}

.achievement-status .achievement-status-info {
    margin-top: 14px;
}

.achievement-status .achievement-status-info .achievement-status-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.achievement-status .achievement-status-info .achievement-status-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.achievement-status .achievement-status-image {
    display: block;
    margin: 22px auto 0;
}

/*---------------------------------
    61. PAGE LOADER
---------------------------------*/
.page-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1d2333;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.page-loader .page-loader-decoration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 28px;
    background-color: #FFC300;
}

.page-loader .page-loader-decoration .icon-logo {
    fill: #fff;
    width: 36px;
    height: 52px;
}

.page-loader .page-loader-info .page-loader-info-title,
.page-loader .page-loader-info .page-loader-info-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.page-loader .page-loader-info .page-loader-info-title {
    margin-top: 24px;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
}

.page-loader .page-loader-info .page-loader-info-text {
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: 700;
}

.page-loader .page-loader-indicator {
    margin-top: 60px;
}

/*---------------------------------
    62. REACTION COUNT LIST
---------------------------------*/
.reaction-count-list {
    display: flex;
    flex-direction: column;
}

.reaction-count-list.landscape {
    flex-direction: row;
}

.reaction-count-list.landscape .reaction-count {
    margin: 0 32px 0 0;
}

.reaction-count-list.landscape .reaction-count:last-child {
    margin: 0;
}

.reaction-count-list .reaction-count {
    margin-bottom: 22px;
}

.reaction-count-list .reaction-count:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    63. REACTION COUNT
---------------------------------*/
.reaction-count {
    display: flex;
    align-items: center;
}

.reaction-count.negative .reaction-count-icon {
    fill: #4ff461;
}

.reaction-count.negative .reaction-count-text {
    color: #fff;
}

.reaction-count .reaction-count-icon {
    fill: #4ff461;
}

.reaction-count .reaction-count-text {
    margin-left: 16px;
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
    top: 1px;
}

/*---------------------------------
    64. UPLOAD ITEM LIST
---------------------------------*/
.upload-item-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 168px);
    grid-gap: 16px 22px;
    justify-content: center;
}

/*---------------------------------
    65. UPLOAD ITEM
---------------------------------*/
.upload-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 168px;
    background-color: #40d04f;
    border-radius: 12px;
    cursor: pointer;
}

.upload-item:first-child .icon-plus {
    pointer-events: none;
}

.upload-item .upload-item-image {
    width: 100%;
    height: 168px;
    border-radius: 12px;
}

.upload-item .form-input,
.upload-item .checkbox-wrap {
    margin-top: 16px;
}

/*---------------------------------
    66. SIMPLE ACCORDION LIST
---------------------------------*/
.simple-accordion-list .simple-accordion {
    margin-bottom: 22px;
}

.simple-accordion-list .simple-accordion:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    67. SIMPLE ACCORDION
---------------------------------*/
.simple-accordion .simple-accordion-header {
    position: relative;
}

.simple-accordion .simple-accordion-header.selected .simple-accordion-icon .icon-plus-small {
    display: none;
}

.simple-accordion .simple-accordion-header.selected .simple-accordion-icon .icon-minus-small {
    display: block;
}

.simple-accordion .simple-accordion-header .simple-accordion-title {
    padding-right: 16px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
}

.simple-accordion .simple-accordion-header .simple-accordion-icon {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
}

.simple-accordion .simple-accordion-header .simple-accordion-icon .icon-plus-small,
.simple-accordion .simple-accordion-header .simple-accordion-icon .icon-minus-small {
    fill: #4ff461;
}

.simple-accordion .simple-accordion-header .simple-accordion-icon .icon-plus-small {
    display: block;
}

.simple-accordion .simple-accordion-header .simple-accordion-icon .icon-minus-small {
    display: none;
}

.simple-accordion .simple-accordion-header .simple-accordion-content {
    margin-top: 20px;
}

.simple-accordion .simple-accordion-header .simple-accordion-content .simple-accordion-text {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

/*---------------------------------
    68. WEEK BOX
---------------------------------*/
.week-box {
    display: flex;
    background-color: #1d2333;
    border-radius: 12px;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.week-box .week-box-item {
    width: 14.2857142857%;
    position: relative;
}

.week-box .week-box-item::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px;
    right: 0;
}

.week-box .week-box-item:last-child::after {
    display: none;
}

/*---------------------------------
    69. WEEK BOX ITEM
---------------------------------*/
.week-box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.week-box-item.active {
    border-bottom: 4px solid #4ff461;
}

.week-box-item.active .week-box-item-title {
    color: #4ff461;
}

.week-box-item.active .week-box-item-text {
    color: #fff;
}

.week-box-item .week-box-item-title,
.week-box-item .week-box-item-text {
    font-weight: 700;
    text-transform: uppercase;
}

.week-box-item .week-box-item-title {
    font-size: 1.375rem;
}

.week-box-item .week-box-item-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: 0.75rem;
}

/*---------------------------------
    70. FORUM CATEGORY
---------------------------------*/
.forum-category {
    display: flex;
    align-items: center;
}

.forum-category .forum-category-image {
    flex-shrink: 0;
}

.forum-category .forum-category-info {
    margin-left: 28px;
}

.forum-category .forum-category-info .forum-category-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.forum-category .forum-category-info .forum-category-title a {
    color: #fff;
    font-weight: 700;
}

.forum-category .forum-category-info .forum-category-text {
    margin-top: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.forum-category .forum-category-info .forum-category-link {
    margin-top: 16px;
    font-size: 0.875rem;
    font-weight: 700;
}

.forum-category .forum-category-info .forum-category-link a {
    color: #fff;
    font-weight: 700;
}

.forum-category .forum-category-info .forum-category-link a:hover {
    color: #4ff461;
}

/*---------------------------------
    71. DISCUSSION PREVIEW
---------------------------------*/
.discussion-preview.pinned .discussion-preview-title {
    display: flex;
    align-items: center;
}

.discussion-preview.pinned .discussion-preview-title::before {
    content: 'Pinned';
    height: 20px;
    padding: 0 8px;
    margin-right: 12px;
    border-radius: 200px;
    background-color: #40d04f;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

.discussion-preview .discussion-preview-title {
    font-size: 1rem;
    font-weight: 700;
}

.discussion-preview .discussion-preview-title+.discussion-preview-meta {
    margin-top: 8px;
}

.discussion-preview .page-items {
    margin-top: 12px;
}

.discussion-preview .discussion-preview-meta {
    margin-top: 14px;
    display: flex;
    align-items: center;
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text a {
    color: #fff;
    font-weight: 700;
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text a.highlighted {
    color: #4ff461;
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text .separator {
    margin: 0 8px;
}

.discussion-preview .discussion-preview-meta .user-avatar {
    margin: 0 6px;
}

/*---------------------------------
    72. PAGE ITEMS
---------------------------------*/
.page-items {
    display: flex;
}

.page-items .page-item {
    margin-right: 6px;
}

.page-items .page-item:last-child {
    margin-right: 0;
}

/*---------------------------------
    73. PAGE ITEM
---------------------------------*/
.page-item {
    height: 24px;
    padding: 0 8px;
    border-radius: 8px;
    background-color: #293249;
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.12);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 24px;
}

.page-item.void {
    box-shadow: none;
}

/*---------------------------------
    74. QUICK POST
---------------------------------*/
.quick-post {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.quick-post.medium .quick-post-header {
    display: flex;
    align-items: center;
    min-height: 82px;
    padding-left: 28px;
}

.quick-post.medium .quick-post-body .form-textarea textarea {
    height: 200px;
}

.quick-post.medium .quick-post-footer {
    min-height: 92px;
}

.quick-post.medium .quick-post-footer .quick-post-footer-actions .button {
    width: 120px;
}

.quick-post.medium .quick-post-footer .quick-post-footer-actions .button:last-child {
    width: 140px;
}

.quick-post .quick-post-header {
    border-bottom: 1px solid #2f3749;
}

.quick-post .quick-post-header .quick-post-header-title {
    font-size: 1rem;
    font-weight: 700;
}

.quick-post .quick-post-header .option-items {
    height: 65px;
    background-color: #1d2333;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.quick-post .quick-post-header .option-items .option-item {
    width: 33.3333333333%;
}

.quick-post .quick-post-header .option-items .option-item::after {
    top: 22px;
}

.quick-post .quick-post-body .form-textarea {
    background-color: #21283b;
}

.quick-post .quick-post-body .form-textarea textarea {
    height: 120px;
    background-color: #21283b;
    border-radius: 0;
    border: none;
}

.quick-post .quick-post-body .form-textarea textarea::-moz-placeholder {
    font-weight: 500;
}

.quick-post .quick-post-body .form-textarea textarea::placeholder {
    font-weight: 500;
}

.quick-post .quick-post-body .form-textarea .form-textarea-limit-text {
    color: #9aa4bf;
    padding-top: 10px;
    height: 40px;
}

.quick-post .quick-post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 76px;
    padding: 0 28px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.quick-post .quick-post-footer .quick-post-footer-actions {
    display: flex;
    align-items: center;
}

.quick-post .quick-post-footer .quick-post-footer-actions .quick-post-footer-action {
    margin-right: 22px;
}

.quick-post .quick-post-footer .quick-post-footer-actions .quick-post-footer-action:last-child {
    margin-right: 0;
}

.quick-post .quick-post-footer .quick-post-footer-actions .button {
    width: 80px;
    margin-right: 6px;
}

.quick-post .quick-post-footer .quick-post-footer-actions .button:last-child {
    margin-right: 0;
}

.quick-post .quick-post-footer .quick-post-footer-action {
    cursor: pointer;
}

.quick-post .quick-post-footer .quick-post-footer-action:hover .quick-post-footer-action-icon {
    fill: #fff;
}

.quick-post .quick-post-footer .quick-post-footer-action .quick-post-footer-action-icon {
    transition: fill .2s ease-in-out;
}

/*---------------------------------
    75. OPTION ITEMS
---------------------------------*/
.option-items {
    display: flex;
}

.option-items .option-item {
    position: relative;
}

.option-items .option-item::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 0;
    right: 0;
}

.option-items .option-item:last-child::after {
    display: none;
}

/*---------------------------------
    76. OPTION ITEM
---------------------------------*/
.option-item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.option-item.active {
    border-bottom: 4px solid #4ff461;
}

.option-item.active .option-item-icon {
    fill: #fff;
}

.option-item.active .option-item-title {
    color: #fff;
}

.option-item .option-item-icon {
    margin-right: 16px;
    fill: #616a82;
}

.option-item .option-item-title {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
}

/*---------------------------------
    77. STATS BOX
---------------------------------*/
.stats-box {
    height: 220px;
    padding: 90px 28px 0;
    border-radius: 12px;
}

.stats-box.small {
    height: 142px;
    padding-top: 32px;
}

.stats-box.small .stats-box-value {
    font-size: 1.75rem;
}

.stats-box.small .stats-box-title {
    font-size: 0.875rem;
}

.stats-box.small.stat-profile-views {
    background: url("../img/graph/stat/01.jpg") no-repeat center;
    background-size: cover;
}

.stats-box.small.stat-posts-created {
    background: url("../img/graph/stat/02.jpg") no-repeat center;
    background-size: cover;
}

.stats-box.small.stat-reactions-received {
    background: url("../img/graph/stat/03.jpg") no-repeat center;
    background-size: cover;
}

.stats-box.small.stat-comments-received {
    background: url("../img/graph/stat/04.jpg") no-repeat center;
    background-size: cover;
}

.stats-box.stat-profile-views {
    background: url("../img/graph/stat/01-big.png") no-repeat center;
    background-size: cover;
}

.stats-box.stat-posts-created {
    background: url("../img/graph/stat/02-big.png") no-repeat center;
    background-size: cover;
}

.stats-box.stat-reactions-received {
    background: url("../img/graph/stat/03-big.png") no-repeat center;
    background-size: cover;
}

.stats-box.stat-comments-received {
    background: url("../img/graph/stat/04-big.png") no-repeat center;
    background-size: cover;
}

.stats-box .stats-box-value,
.stats-box .stats-box-diff-value,
.stats-box .stats-box-title,
.stats-box .stats-box-text {
    color: #fff;
}

.stats-box .stats-box-value-wrap {
    display: flex;
    align-items: flex-start;
}

.stats-box .stats-box-value-wrap .stats-box-diff {
    margin-left: 12px;
}

.stats-box .stats-box-value {
    font-size: 2rem;
    font-weight: 700;
}

.stats-box .stats-box-diff {
    margin-left: 12px;
    display: flex;
    align-items: center;
    position: relative;
    top: 2px;
}

.stats-box .stats-box-diff .stats-box-diff-icon {
    margin-right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.stats-box .stats-box-diff .stats-box-diff-icon .icon-plus-small,
.stats-box .stats-box-diff .stats-box-diff-icon .icon-minus-small {
    width: 6px;
    height: 6px;
}

.stats-box .stats-box-diff .stats-box-diff-icon.positive {
    border-color: #4ff461;
}

.stats-box .stats-box-diff .stats-box-diff-icon.positive .icon-plus-small {
    fill: #4ff461;
}

.stats-box .stats-box-diff .stats-box-diff-icon.negative {
    border-color: #ff5384;
}

.stats-box .stats-box-diff .stats-box-diff-icon.negative .icon-minus-small {
    fill: #ff5384;
}

.stats-box .stats-box-diff .stats-box-diff-value {
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
    top: 1px;
}

.stats-box .stats-box-title {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 700;
}

.stats-box .stats-box-text {
    margin-top: 2px;
    font-size: 0.75rem;
    font-weight: 500;
}

/*---------------------------------
    78. STATS BOX SLIDER
---------------------------------*/
.stats-box-slider {
    position: relative;
}

.stats-box-slider .stats-box-slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 28px 28px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.stats-box-slider .stats-box-slider-controls .stats-box-slider-controls-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.stats-box-slider .stats-box-slider-controls .slider-controls {
    display: flex;
}

.stats-box-slider .stats-box-slider-controls .slider-controls .slider-control:first-child {
    margin-right: 2px;
}

/*---------------------------------
    79. REACTION STATS
---------------------------------*/
.reaction-stats {
    display: flex;
    justify-content: center;
}

.reaction-stats .reaction-stat {
    width: 114px;
    position: relative;
}

.reaction-stats .reaction-stat::after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #2f3749;
    position: absolute;
    top: 32px;
    right: 0;
}

.reaction-stats .reaction-stat:last-child::after {
    display: none;
}

/*---------------------------------
    80. REACTION STAT
---------------------------------*/
.reaction-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reaction-stat .reaction-stat-image {
    width: 40px;
    height: 40px;
}

.reaction-stat .reaction-stat-title {
    margin-top: 16px;
    font-size: 1.375rem;
    font-weight: 700;
}

.reaction-stat .reaction-stat-text {
    margin-top: 8px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*---------------------------------
    81. SIMPLE TAB ITEMS
---------------------------------*/
.simple-tab-items {
    display: flex;
    border-bottom: 1px solid #2f3749;
}

.simple-tab-items .simple-tab-item {
    margin-right: 40px;
}

.simple-tab-items .simple-tab-item:last-child {
    margin-right: 0;
}

.simple-tab-items .form {
    display: none;
}

/*---------------------------------
    82. SIMPLE TAB ITEM
---------------------------------*/
.simple-tab-item {
    height: 36px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 700;
    opacity: .6;
    cursor: pointer;
}

.simple-tab-item.active {
    border-bottom: 4px solid #4ff461;
    color: #fff;
    opacity: 1;
}

/*---------------------------------
    83. BANNER PROMO
---------------------------------*/
.banner-promo {
    display: block;
    width: 100%;
    max-width: 284px;
    height: auto;
    border-radius: 12px;
    margin: 0 auto;
}

.banner-promo img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/*---------------------------------
    84. POLL BOX
---------------------------------*/
.poll-box {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #21283b;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.poll-box .poll-title {
    font-size: 1rem;
    font-weight: 700;
}

.poll-box .poll-text {
    margin-top: 4px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
    color: #9aa4bf;
}

.poll-box .form,
.poll-box .poll-results {
    margin-top: 28px;
}

.poll-box .poll-box-actions {
    margin-top: 40px;
}

.poll-box .poll-box-actions .button {
    width: 140px;
    margin-right: 16px;
}

.poll-box .poll-box-actions .button:last-child {
    margin-right: 0;
}

/*---------------------------------
    85. POLL RESULTS
---------------------------------*/
.poll-results .poll-result {
    margin-bottom: 22px;
}

.poll-results .poll-result:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    86. POLL RESULT
---------------------------------*/
.poll-result .progress-stat {
    max-width: 472px;
}

.poll-result .meta-line {
    margin-top: 10px;
}

/*---------------------------------
    87. PICTURE COLLAGE
---------------------------------*/
.picture-collage .picture-collage-row {
    display: flex;
    margin-bottom: 6px;
}

.picture-collage .picture-collage-row:last-child {
    margin-bottom: 0;
}

.picture-collage .picture-collage-row.medium .picture-collage-item {
    width: 261px;
    height: 240px;
}

.picture-collage .picture-collage-row .picture-collage-item {
    width: 172px;
    height: 160px;
    margin-right: 6px;
    position: relative;
    cursor: pointer;
}

.picture-collage .picture-collage-row .picture-collage-item:last-child {
    margin-right: 0;
}

.picture-collage .picture-collage-row .picture-collage-item .photo-preview {
    width: 100%;
    height: 100%;
}

.picture-collage .picture-collage-row .picture-collage-item .picture-collage-item-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: rgba(64, 208, 79, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.picture-collage .picture-collage-row .picture-collage-item .picture-collage-item-overlay .picture-collage-item-overlay-text {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

/*---------------------------------
    88. QUOTE BOX
---------------------------------*/
.quote-box {
    padding: 26px 28px;
    border-radius: 12px;
    background-color: #21283b;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.quote-box .quote-box-icon {
    fill: #4ff461;
    opacity: .1;
    position: absolute;
    top: 14px;
    left: 14px;
}

.quote-box .quote-box-text {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

/*---------------------------------
    89. STATS DECORATION
---------------------------------*/
.stats-decoration {
    height: 96px;
    padding: 28px 0 0 88px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.stats-decoration.secondary {
    background: url("../img/graph/stat/05.png") no-repeat right bottom #1d2333;
}

.stats-decoration.secondary .stats-decoration-icon-wrap {
    background-color: #7750f8;
}

.stats-decoration.primary {
    background: url("../img/graph/stat/06.png") no-repeat right bottom #1d2333;
}

.stats-decoration.primary .stats-decoration-icon-wrap {
    background-color: #40d04f;
}

.stats-decoration.v2 {
    height: 118px;
    padding: 24px 0 0 28px;
}

.stats-decoration.v2 .stats-decoration-title {
    font-size: 1.75rem;
}

.stats-decoration.v2 .stats-decoration-subtitle {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 700;
}

.stats-decoration.v2 .stats-decoration-text {
    margin-top: 6px;
}

.stats-decoration.v2 .percentage-diff {
    position: absolute;
    top: 24px;
    right: 28px;
}

.stats-decoration.v2.big {
    height: 213px;
    padding: 46px 0 0;
    text-align: center;
}

.stats-decoration.v2.big.secondary {
    background: url("../img/graph/stat/05-big.png") repeat-x center bottom #1d2333;
}

.stats-decoration.v2.big.primary {
    background: url("../img/graph/stat/06-big.png") repeat-x center bottom #1d2333;
}

.stats-decoration.v2.big .stats-decoration-title {
    font-size: 3rem;
}

.stats-decoration .stats-decoration-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 28px;
    z-index: 1;
}

.stats-decoration .stats-decoration-icon-wrap .stats-decoration-icon {
    fill: #fff;
}

.stats-decoration .stats-decoration-title {
    font-size: 1.375rem;
    font-weight: 700;
}

.stats-decoration .stats-decoration-text {
    margin-top: 8px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*---------------------------------
    90. PERCENTAGE DIFF
---------------------------------*/
.percentage-diff {
    display: flex;
    align-items: center;
}

.percentage-diff .percentage-diff-icon-wrap {
    margin-right: 4px;
}

.percentage-diff .percentage-diff-text {
    font-size: 0.75rem;
    font-weight: 700;
}

/*-----------------------------------
    91. PERCENTAGE DIFF ICON WRAP
-----------------------------------*/
.percentage-diff-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
}

.percentage-diff-icon-wrap.positive {
    border-color: #4ff461;
}

.percentage-diff-icon-wrap.positive .percentage-diff-icon {
    fill: #4ff461;
}

.percentage-diff-icon-wrap.negative {
    border-color: #ff5384;
}

.percentage-diff-icon-wrap.negative .percentage-diff-icon {
    fill: #ff5384;
}

.percentage-diff-icon-wrap .percentage-diff-icon {
    width: 6px;
    height: 6px;
}

/*---------------------------------
    92. SIDEBAR BOX
---------------------------------*/
.sidebar-box {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.sidebar-box.no-padding {
    padding: 0;
}

.sidebar-box.margin-top {
    margin-top: 56px;
}

.sidebar-box .sidebar-box-title {
    margin-top: 36px;
    font-size: 1rem;
    font-weight: 700;
}

.sidebar-box .sidebar-box-title.medium-space {
    margin-top: 60px;
}

.sidebar-box .sidebar-box-title:first-child {
    margin-top: 0;
}

.sidebar-box .sidebar-menu+.button {
    margin-top: 28px;
}

.sidebar-box .sidebar-menu+.sidebar-box-footer {
    border-top: 1px solid #2f3749;
}

.sidebar-box .sidebar-box-footer {
    padding: 28px;
}

.sidebar-box .sidebar-box-footer .button:first-child {
    margin-top: 0;
}

.sidebar-box .sidebar-box-items {
    margin-top: 36px;
}

.sidebar-box .sidebar-box-items:first-child {
    margin-top: 0;
}

.sidebar-box .sidebar-box-items.small-space {
    margin-top: 32px;
}

.sidebar-box .sidebar-box-items .checkbox-line {
    margin-bottom: 18px;
}

.sidebar-box .sidebar-box-items .checkbox-line:last-child {
    margin-bottom: 0;
}

.sidebar-box .sidebar-box-items .form-input.small {
    width: 80px;
}

.sidebar-box .sidebar-box-items .user-status+.badge-list {
    margin-top: 20px;
}

.sidebar-box .sidebar-box-items .totals-line-list+.totals-line-list {
    margin-top: 26px;
}

.sidebar-box .sidebar-box-items .totals-line-list+.button {
    margin-top: 36px;
}

.sidebar-box .sidebar-box-items .totals-line-list+.price-title {
    margin-top: 32px;
}

.sidebar-box .sidebar-box-items .price-title {
    text-align: center;
}

.sidebar-box .sidebar-box-items .price-title+.totals-line-list {
    margin-top: 32px;
}

.sidebar-box .sidebar-box-items .badge-list+.button {
    margin-top: 32px;
}

.sidebar-box .sidebar-box-items .price-title+.form {
    margin-top: 40px;
}

.sidebar-box .sidebar-box-items .form .checkbox-wrap+.checkbox-wrap {
    margin-top: 22px;
}

.sidebar-box .sidebar-box-items .form+.button {
    margin-top: 30px;
}

.sidebar-box .sidebar-box-items .button+.user-stats {
    margin-top: 60px;
}

.sidebar-box .button {
    width: 100%;
    margin-top: 22px;
}

.sidebar-box .button.small-space {
    margin-top: 16px;
}

/*---------------------------------
    93. SIDEBAR MENU
---------------------------------*/
.sidebar-menu .sidebar-menu-item:first-child .sidebar-menu-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.sidebar-menu .sidebar-menu-item:last-child {
    border-bottom: none;
}

.sidebar-menu.round-borders .sidebar-menu-item:last-child .sidebar-menu-header,
.sidebar-menu.round-borders .sidebar-menu-item:last-child .sidebar-menu-body {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*---------------------------------
    94. SIDEBAR MENU ITEM
---------------------------------*/
.sidebar-menu-item {
    border-bottom: 1px solid #2f3749;
}

.sidebar-menu-item.selected .sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-open {
    display: block;
}

.sidebar-menu-item.selected .sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-closed {
    display: none;
}

/*---------------------------------
    95. SIDEBAR MENU HEADER
---------------------------------*/
.sidebar-menu-header {
    height: 75px;
    padding: 19px 26px 0 60px;
    background-color: #1d2333;
    cursor: pointer;
    position: relative;
}

.sidebar-menu-header .sidebar-menu-header-icon {
    fill: #FFC300;
    position: absolute;
    top: 28px;
    left: 28px;
}

.sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-open,
.sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-closed {
    fill: #fff;
    position: absolute;
    top: 32px;
    right: 28px;
}

.sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-open {
    display: none;
}

.sidebar-menu-header .sidebar-menu-header-title {
    font-size: 1rem;
    font-weight: 700;
}

.sidebar-menu-header .sidebar-menu-header-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3333333333em;
}

/*---------------------------------
    96. SIDEBAR MENU BODY
---------------------------------*/
.sidebar-menu-body {
    padding: 12px 0 12px 60px;
    border-top: 1px solid #2f3749;
    background-color: #21283b;
}

.sidebar-menu-body.secondary .sidebar-menu-link:hover, .sidebar-menu-body.secondary .sidebar-menu-link.active {
    color: #7750f8;
}

.sidebar-menu-body .sidebar-menu-link {
    display: block;
    height: 34px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
    transition: transform .2s ease-in-out, color .25s ease-in-out;
}

.sidebar-menu-body .sidebar-menu-link:hover, .sidebar-menu-body .sidebar-menu-link.active {
    color: #FFC300;
    transform: translate(4px, 0);
}

/*---------------------------------
    97. PRICE TITLE
---------------------------------*/
.price-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.price-title.separator-bottom {
    padding-bottom: 32px;
    border-bottom: 1px solid #2f3749;
}

.price-title .currency {
    color: #4ff461;
}

.price-title.big {
    font-size: 2.875rem;
}

/*---------------------------------
    98. PROMO LINE
---------------------------------*/
.promo-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 98px;
    padding: 0 20px 0 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.promo-line .promo-line-text {
    width: 310px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.promo-line .promo-line-actions {
    display: flex;
}

.promo-line .promo-line-actions .form-input {
    margin-right: 16px;
}

.promo-line .form-input {
    width: 240px;
}

.promo-line .button {
    width: 180px;
}

/*---------------------------------
    99. TAB BOX
---------------------------------*/
.tab-box {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.tab-box .tab-box-options {
    display: flex;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.tab-box .tab-box-options .tab-box-option:first-child {
    border-top-left-radius: 12px;
}

.tab-box .tab-box-options .tab-box-option:last-child {
    border-right: none;
    border-top-right-radius: 12px;
}

.tab-box .tab-box-option {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #2f3749;
    border-right: 1px solid #2f3749;
    background-color: #21283b;
    cursor: pointer;
}

.tab-box .tab-box-option .tab-box-option-title {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 700;
}

.tab-box .tab-box-option .tab-box-option-title .highlighted {
    color: #4ff461;
}

.tab-box .tab-box-option.active {
    background-color: #1d2333;
    border-bottom: none;
}

.tab-box .tab-box-option.active .tab-box-option-title {
    color: #fff;
}

.tab-box .tab-box-item .tab-box-item-content {
    padding: 0 28px 48px;
}

.tab-box .tab-box-item .tab-box-item-content .tab-box-item-title {
    margin-top: 48px;
    font-size: 1.375rem;
    font-weight: 700;
}

.tab-box .tab-box-item .tab-box-item-content .tab-box-item-paragraph {
    margin-top: 28px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.tab-box .tab-box-item .tab-box-item-content .bullet-item-list {
    margin-top: 32px;
}

/*---------------------------------
    100. BULLET ITEM LIST
---------------------------------*/
.bullet-item-list .bullet-item {
    margin-bottom: 12px;
}

.bullet-item-list .bullet-item:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    101. BULLET ITEM
---------------------------------*/
.bullet-item {
    display: flex;
    align-items: center;
}

.bullet-item .bullet-item-icon {
    margin-right: 12px;
    fill: #4ff461;
}

.bullet-item .bullet-item-text {
    font-size: 0.875rem;
    font-weight: 700;
}

/*---------------------------------
    102. ORDERED ITEM LIST
---------------------------------*/
.ordered-item-list .ordered-item {
    margin-bottom: 12px;
}

.ordered-item-list .ordered-item:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    103. ORDERED ITEM
---------------------------------*/
.ordered-item {
    display: flex;
}

.ordered-item .ordered-item-bullet {
    width: 28px;
    flex-shrink: 0;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.7142857143em;
}

.ordered-item .ordered-item-text {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

/*---------------------------------
    104. PROFILE STATS
---------------------------------*/
.profile-stats {
    padding-bottom: 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.profile-stats.fixed-height {
    height: 558px;
    padding-bottom: 0;
}

.profile-stats .profile-stats-cover {
    height: 160px;
    padding-top: 34px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: url("../img/banner/banner-profile-stats.jpg") no-repeat center;
    background-size: cover;
}

.profile-stats .profile-stats-cover .profile-stats-cover-title,
.profile-stats .profile-stats-cover .profile-stats-cover-text {
    color: #fff;
    text-align: center;
}

.profile-stats .profile-stats-cover .profile-stats-cover-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.profile-stats .profile-stats-cover .profile-stats-cover-text {
    margin-top: 4px;
    font-size: 1rem;
    font-weight: 500;
}

.profile-stats .profile-stats-info .user-avatar {
    margin: -60px auto 0;
}

.profile-stats .profile-stats-info .featured-stat-list {
    margin-top: 18px;
}

.profile-stats .profile-stats-info .featured-stat-list+.featured-stat-list {
    margin-top: 38px;
}

/*---------------------------------
    105. FEATURED STAT LIST
---------------------------------*/
.featured-stat-list {
    display: flex;
}

.featured-stat-list .featured-stat {
    width: 100%;
    position: relative;
}

.featured-stat-list .featured-stat::after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #2f3749;
    position: absolute;
    top: 52px;
    right: 0;
}

.featured-stat-list .featured-stat:last-child::after {
    display: none;
}

/*---------------------------------
    106. FEATURED STAT
---------------------------------*/
.featured-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-stat .featured-stat-icon {
    fill: #fff;
}

.featured-stat .featured-stat-title {
    margin-top: 20px;
    font-size: 1.375rem;
    font-weight: 700;
}

.featured-stat .featured-stat-subtitle {
    margin-top: 12px;
    font-size: 0.875rem;
    font-weight: 700;
}

.featured-stat .featured-stat-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-stat .progress-arc-wrap+.featured-stat-subtitle {
    margin-top: 20px;
}

/*---------------------------------
    107. FEATURED STAT BOX
---------------------------------*/
.featured-stat-box {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.featured-stat-box.reactioner .featured-stat-box-cover {
    background: url("../img/banner/banner-reaction.jpg") no-repeat center;
    background-size: cover;
}

.featured-stat-box.commenter .featured-stat-box-cover {
    background: url("../img/banner/banner-commenter.jpg") no-repeat center;
    background-size: cover;
}

.featured-stat-box .featured-stat-box-cover {
    height: 120px;
    padding-top: 32px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-title,
.featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-text {
    color: #fff;
    text-align: center;
}

.featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-text {
    margin-top: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}

.featured-stat-box .featured-stat-box-info {
    padding-bottom: 28px;
}

.featured-stat-box .featured-stat-box-info .user-avatar {
    margin: -30px auto 0;
}

.featured-stat-box .featured-stat-box-title,
.featured-stat-box .featured-stat-box-subtitle,
.featured-stat-box .featured-stat-box-text {
    text-align: center;
}

.featured-stat-box .featured-stat-box-title {
    margin-top: 8px;
    font-size: 1.375rem;
    font-weight: 700;
}

.featured-stat-box .featured-stat-box-subtitle {
    margin-top: 14px;
    font-size: 0.875rem;
    font-weight: 700;
}

.featured-stat-box .featured-stat-box-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*---------------------------------
    108. ACHIEVEMENT BOX
---------------------------------*/
.achievement-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 142px;
    padding: 0 28px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.achievement-box.secondary {
    background: url("../img/achievement/banner/01.jpg") no-repeat center;
    background-size: cover;
}

.achievement-box.primary {
    background: url("../img/achievement/banner/02.jpg") no-repeat center;
    background-size: cover;
}

.achievement-box .achievement-box-info-wrap {
    display: flex;
    align-items: center;
}

.achievement-box .achievement-box-info-wrap .achievement-box-image {
    margin-right: 16px;
}

.achievement-box .achievement-box-info-wrap .achievement-box-title,
.achievement-box .achievement-box-info-wrap .achievement-box-text {
    color: #fff;
}

.achievement-box .achievement-box-info-wrap .achievement-box-title {
    font-size: 1.5rem;
    font-weight: 700;
}

.achievement-box .achievement-box-info-wrap .achievement-box-text {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 500;
}

.achievement-box .achievement-box-info-wrap .achievement-box-text .bold {
    margin-right: 4px;
    font-weight: 700;
}

.achievement-box .button {
    width: 140px;
}

/*---------------------------------
    109. LEVEL PROGRESS BOX
---------------------------------*/
.level-progress-box {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 0 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.level-progress-box .level-progress-badge {
    flex-shrink: 0;
    margin-right: 28px;
}

.level-progress-box .progress-stat {
    width: 100%;
}

/*---------------------------------
    110. LEVEL PROGRESS BADGE
---------------------------------*/
.level-progress-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 88px;
    height: 86px;
    background: url("../img/badge/level-badge.png") no-repeat center;
}

.level-progress-badge .level-progress-badge-title,
.level-progress-badge .level-progress-badge-text {
    color: #fff;
    text-align: center;
}

.level-progress-badge .level-progress-badge-title {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.level-progress-badge .level-progress-badge-text {
    margin-top: -3px;
    font-size: 1.75rem;
    font-weight: 700;
}

/*---------------------------------
    111. EXP LINE LIST
---------------------------------*/
.exp-line-list .exp-line {
    margin-bottom: 22px;
}

.exp-line-list .exp-line:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    112. EXP LINE
---------------------------------*/
.exp-line {
    display: flex;
    align-items: center;
    padding-right: 100px;
    position: relative;
}

.exp-line .exp-line-icon {
    fill: #616a82;
    flex-shrink: 0;
    margin-right: 18px;
}

.exp-line .text-sticker {
    flex-shrink: 0;
    margin-right: 28px;
}

.exp-line .exp-line-text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4285714286em;
}

.exp-line .exp-line-timestamp {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    position: absolute;
    top: 10px;
    right: 0;
}

/*---------------------------------
    113. ACCOUNT STAT BOX
---------------------------------*/
.account-stat-box {
    padding: 32px 28px 100px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.account-stat-box.account-stat-active-users {
    background: url("../img/graph/stat/07.png") no-repeat center bottom #1d2333;
    background-size: contain;
}

.account-stat-box.account-stat-active-users .account-stat-box-icon-wrap {
    background-color: #8560ff;
}

.account-stat-box.account-stat-visits {
    background: url("../img/graph/stat/08.png") no-repeat center bottom #1d2333;
    background-size: contain;
}

.account-stat-box.account-stat-visits .account-stat-box-icon-wrap {
    background-color: #08b8f1;
}

.account-stat-box.account-stat-session-duration {
    background: url("../img/graph/stat/09.png") no-repeat center bottom #1d2333;
    background-size: contain;
}

.account-stat-box.account-stat-session-duration .account-stat-box-icon-wrap {
    background-color: #00e2cb;
}

.account-stat-box.account-stat-returning-visitors {
    background: url("../img/graph/stat/10.png") no-repeat center bottom #1d2333;
    background-size: contain;
}

.account-stat-box.account-stat-returning-visitors .account-stat-box-icon-wrap {
    background-color: #66e273;
}

.account-stat-box .percentage-diff {
    position: absolute;
    top: 24px;
    right: 28px;
}

.account-stat-box .account-stat-box-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto;
}

.account-stat-box .account-stat-box-icon-wrap .account-stat-box-icon {
    fill: #fff;
}

.account-stat-box .account-stat-box-title {
    margin-top: 24px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.account-stat-box .account-stat-box-subtitle {
    margin-top: 16px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
}

.account-stat-box .account-stat-box-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center;
}

/*---------------------------------
    114. REFERENCE ITEM LIST
---------------------------------*/
.reference-item-list {
    display: flex;
}

.reference-item-list .reference-item {
    margin-right: 32px;
}

.reference-item-list .reference-item:last-child {
    margin-right: 0;
}

.reference-item-list.centered {
    justify-content: center;
}

/*---------------------------------
    115. REFERENCE ITEM
---------------------------------*/
.reference-item {
    display: flex;
    align-items: center;
}

.reference-item .reference-bullet {
    margin-right: 6px;
}

.reference-item .reference-item-text {
    font-size: 0.75rem;
    font-weight: 700;
}

/*---------------------------------
    116. REFERENCE BULLET
---------------------------------*/
.reference-bullet {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.reference-bullet.secondary {
    background-color: #7750f8;
}

.reference-bullet.blue {
    background-color: #08b8f1;
}

.reference-bullet.light-blue {
    background-color: #00e2cb;
}

.reference-bullet.primary {
    background-color: #4ff461;
}

/*---------------------------------
    117. COUNTRY STAT LIST
---------------------------------*/
.country-stat-list .country-stat {
    margin-bottom: 26px;
}

.country-stat-list .country-stat:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    118. COUNTRY STAT
---------------------------------*/
.country-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    position: relative;
}

.country-stat.with-progress {
    padding-left: 50px;
}

.country-stat.with-progress .country-stat-image {
    width: 38px;
    height: 26px;
}

.country-stat .country-stat-image {
    width: 20px;
    height: 14px;
    position: absolute;
    top: -1px;
    left: 0;
}

.country-stat .country-stat-title,
.country-stat .country-stat-text {
    font-size: 0.875rem;
    font-weight: 700;
}

/*---------------------------------
    119. FULL WIDTH IMAGE
---------------------------------*/
.full-width-image {
    width: 100%;
    height: auto;
}

/*---------------------------------
    120. TOTALS LINE LIST
---------------------------------*/
.totals-line-list.separator-bottom {
    padding-bottom: 26px;
    border-bottom: 1px solid #2f3749;
}

.totals-line-list .totals-line {
    margin-bottom: 26px;
}

.totals-line-list .totals-line:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    121. TOTALS LINE
---------------------------------*/
.totals-line {
    display: flex;
    justify-content: space-between;
}

.totals-line .totals-line-title {
    font-size: 0.875rem;
    font-weight: 500;
}

.totals-line .totals-line-title .bold {
    color: #fff;
    font-weight: 700;
}

.totals-line .totals-line-text {
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.totals-line .price-title {
    flex-shrink: 0;
}

/*---------------------------------
    122. UPLOAD BOX
---------------------------------*/
.upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 140px;
    padding-top: 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    transition: transform .2s ease-in-out, box-shadow .25s ease-in-out;
}

.upload-box:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.12);
    transform: translate(0, -4px);
}

.upload-box:hover .upload-box-icon {
    fill: #4ff461;
}

.upload-box .upload-box-icon {
    fill: #616a82;
    transition: fill .25s ease-in-out;
}

.upload-box .upload-box-title {
    margin-top: 26px;
    font-size: 0.875rem;
    font-weight: 700;
}

.upload-box .upload-box-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

/*---------------------------------
    123. DRAGGABLE ITEMS
---------------------------------*/
.draggable-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, 60px);
    grid-gap: 24px;
    justify-content: center;
}

/*---------------------------------
    124. DRAGGABLE ITEM
---------------------------------*/
.draggable-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #21283b;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.draggable-item.empty {
    border: 2px dashed #2f3749;
    background-color: transparent;
    box-shadow: none;
    cursor: auto;
}

/*---------------------------------
    125. SWITCH OPTION LIST
---------------------------------*/
.switch-option-list .switch-option {
    margin-bottom: 26px;
}

.switch-option-list .switch-option:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    126. SWITCH OPTION
---------------------------------*/
.switch-option {
    position: relative;
}

.switch-option .switch-option-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.switch-option .switch-option-text {
    margin-top: 4px;
    color: #8f91ac;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.switch-option .form-switch {
    position: absolute;
    top: 0;
    right: 0;
}

.switch-option .button {
    width: 260px;
    margin-top: 32px;
}

.switch-option .switch-option-meta {
    color: #8f91ac;
    font-size: 0.875rem;
    font-weight: 500;
    position: absolute;
    bottom: 12px;
    right: 0;
}

.switch-option .switch-option-meta .bold {
    color: #3e3f5e;
    font-weight: 700;
}

/*---------------------------------
    127. NOTIFICATION BOX LIST
---------------------------------*/
.notification-box-list .notification-box {
    margin-bottom: 12px;
}

.notification-box-list .notification-box:last-child {
    margin-bottom: 0;
}

/*---------------------------------
    128. NOTIFICATION BOX
---------------------------------*/
.notification-box {
    display: flex;
    align-items: center;
    min-height: 88px;
    padding: 22px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.notification-box.unread {
    background-color: #21283b;
}

.notification-box:hover .notification-box-close-button {
    display: flex;
}

.notification-box:hover .mark-unread-button,
.notification-box:hover .mark-read-button {
    display: block;
}

.notification-box .user-status {
    width: 100%;
}

.notification-box .notification-box-close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

.notification-box .notification-box-close-button .notification-box-close-button-icon {
    fill: #fff;
    width: 8px;
    height: 8px;
}

.notification-box .notification-box-close-button,
.notification-box .mark-unread-button,
.notification-box .mark-read-button {
    display: none;
}

.notification-box .mark-unread-button,
.notification-box .mark-read-button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 30px;
    cursor: pointer;
}

.notification-box .mark-unread-button {
    border: 2px solid #4ff461;
}

.notification-box .mark-read-button {
    background-color: #4ff461;
}

/*---------------------------------
    129. CREATE ENTITY BOX
---------------------------------*/
.create-entity-box {
    height: 284px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.create-entity-box.v2 {
    height: 360px;
}

.create-entity-box.v2 .create-entity-box-cover {
    height: 180px;
}

.create-entity-box.v2 .create-entity-box-avatar {
    background: url("../img/badge/badge-empty-02.png") no-repeat center;
    top: 36px;
}

.create-entity-box.v2 .create-entity-box-info {
    padding-top: 28px;
}

.create-entity-box.v2 .create-entity-box-title {
    font-size: 1rem;
    text-align: left;
}

.create-entity-box.v2 .create-entity-box-category {
    margin-top: 8px;
}

.create-entity-box .create-entity-box-cover {
    height: 70px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px dashed #2f3749;
    background-color: #21283b;
}

.create-entity-box .create-entity-box-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 110px;
    background: url("../img/badge/badge-empty.png") no-repeat center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -50px;
}

.create-entity-box .create-entity-box-avatar.primary .create-entity-box-avatar-icon {
    fill: #4ff461;
}

.create-entity-box .create-entity-box-avatar .create-entity-box-avatar-icon {
    fill: #7750f8;
}

.create-entity-box .create-entity-box-info {
    padding: 60px 28px 0;
}

.create-entity-box .create-entity-box-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
}

.create-entity-box .create-entity-box-category {
    padding-left: 16px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
}

.create-entity-box .create-entity-box-category::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #616a82;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0;
}

.create-entity-box .create-entity-box-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
}

.create-entity-box .button {
    margin-top: 36px;
}

/*---------------------------------
    130. EARNING STAT BOX
---------------------------------*/
.earning-stat-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    padding: 0 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.earning-stat-box .earning-stat-box-info {
    padding-left: 66px;
    position: relative;
}

.earning-stat-box .earning-stat-box-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.earning-stat-box .earning-stat-box-icon-wrap .earning-stat-box-icon {
    fill: #fff;
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-item {
    background-color: #8560ff;
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-earning {
    background-color: #08b8f1;
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-revenue {
    background-color: #00e2cb;
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-balance {
    background-color: #66e273;
}

.earning-stat-box .earning-stat-box-title {
    font-size: 1.75rem;
    font-weight: 700;
}

.earning-stat-box .earning-stat-box-title .currency {
    font-size: 1.125rem;
}

.earning-stat-box .earning-stat-box-text {
    margin-top: 2px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*---------------------------------
    131. STATUS INFO
---------------------------------*/
.status-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.status-info.success .status-icon-wrap {
    background-color: #4ff461;
}

.status-info .status-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.status-info .status-icon-wrap .status-icon {
    fill: #fff;
    width: 20px;
    height: 16px;
}

.status-info .status-title {
    margin-top: 22px;
    font-size: 0.875rem;
    font-weight: 700;
}

.status-info .status-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

.status-info .status-description {
    margin-top: 28px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1365px) {
    .popup-picture .widget-box {
        display: none;
    }

    .notification-box .notification-box-close-button {
        display: flex;
    }

    .notification-box .mark-unread-button,
    .notification-box .mark-read-button {
        display: block;
    }
}

@media screen and (max-width: 1070px) {
    .week-box {
        display: none;
    }

    .promo-line {
        display: block;
        padding: 32px 28px;
    }

    .promo-line .promo-line-text {
        width: auto;
    }

    .promo-line .promo-line-actions {
        margin-top: 24px;
    }
}

@media screen and (max-width: 960px) {
    .switch-option .form-switch {
        margin-top: 12px;
        position: relative;
        top: auto;
        right: auto;
    }

    .switch-option .button {
        margin-top: 22px;
    }

    .switch-option .switch-option-meta {
        margin-top: 16px;
        position: static;
    }

    .earning-stat-box.full {
        width: 100%;
        justify-content: center;
    }

    .earning-stat-box .user-stats {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .achievement-box {
        flex-direction: column;
        padding: 28px 18px;
    }

    .achievement-box .button {
        margin-top: 16px;
    }

    .level-progress-box {
        display: block;
        height: auto;
        padding: 32px 28px;
    }

    .level-progress-box .level-progress-badge {
        margin: 0 auto;
    }

    .level-progress-box .progress-stat {
        margin-top: 28px;
    }

    .exp-line {
        display: block;
        padding: 32px 0 0;
    }

    .exp-line .exp-line-icon {
        position: absolute;
        top: 0;
        left: 0;
    }

    .exp-line .text-sticker {
        height: 24px;
        padding: 0 12px;
        line-height: 24px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .exp-line .exp-line-timestamp {
        margin-top: 8px;
        position: static;
    }
}

@media screen and (max-width: 479px) {
    .post-option {
        width: 80px;
    }

    .post-option .post-option-text {
        display: none;
    }

    .post-option .post-option-icon {
        margin-right: 0;
    }

    .reaction-options {
        height: 40px;
    }

    .reaction-options .reaction-option {
        width: 20px;
        height: 20px;
    }

    .simple-tab-items {
        border-bottom: none;
    }

    .simple-tab-items .simple-tab-item {
        display: none;
    }

    .simple-tab-items .form {
        display: block;
    }

    .quick-post.medium .quick-post-footer .quick-post-footer-actions .button {
        width: 80px;
    }

    .quick-post.medium .quick-post-footer .quick-post-footer-actions .button:last-child {
        width: 80px;
    }

    .promo-line .promo-line-actions {
        display: block;
    }

    .promo-line .promo-line-actions .form-input,
    .promo-line .promo-line-actions .button {
        width: 100%;
    }

    .promo-line .promo-line-actions .form-input {
        margin-right: 0;
    }

    .promo-line .promo-line-actions .button {
        margin-top: 16px;
    }

    .switch-option .button {
        width: 100%;
    }

    .action-request.with-text {
        width: 40px;
        padding: 0;
    }

    .action-request.with-text .action-request-icon {
        margin-right: 0;
    }

    .action-request.with-text .action-request-text {
        display: none;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .table-wrap
2. .table
-------------------------------------------------------------------*/
/*--------------------
    1. TABLE WRAP
--------------------*/
.table-wrap {
    overflow-x: auto;
}

/*----------------
    2. TABLE
----------------*/
.table {
    width: 100%;
    display: table;
}

.table.table-forum-category .forum-category {
    width: 384px;
}

.table.table-quests .table-body .table-column:first-child {
    width: 240px;
}

.table.table-quests .table-body .table-column:last-child {
    width: 284px;
}

.table.table-quests .progress-stat-wrap {
    width: 256px;
}

.table.table-top-friends .progress-stat-wrap {
    width: 228px;
}

.table.table-top-friends .table-row .table-column:first-child {
    width: 172px;
}

.table.table-cart .table-header-column:last-child,
.table.table-cart .table-column:last-child {
    width: 20px;
}

.table.table-cart .product-preview {
    width: 330px;
}

.table.table-cart .form-select {
    width: 156px;
}

.table.table-cart .price-title {
    width: 76px;
    margin: 0 auto;
}

.table.table-payments .table-header-column:first-child .table-text,
.table.table-payments .table-column:first-child .table-text {
    width: 100px;
}

.table.table-sales .table-header-column:first-child .table-text,
.table.table-sales .table-column:first-child .table-text {
    width: 70px;
}

.table.table-sales .table-header-column:nth-child(2) .table-link,
.table.table-sales .table-column:nth-child(2) .table-link {
    width: 210px;
}

.table.table-sales .table-column:last-child {
    width: 16px;
}

.table.table-sales .table-row:first-child {
    height: 55px;
}

.table.table-sales .table-row:first-child .table-column {
    padding-top: 15px;
}

.table.table-sales .table-row:last-child {
    height: 55px;
}

.table.table-sales .table-row:last-child .table-column {
    padding-bottom: 15px;
}

.table.table-downloads .table-header-column:last-child,
.table.table-downloads .table-column:last-child {
    width: 216px;
}

.table.table-downloads .product-preview {
    min-width: 220px;
}

.table.table-downloads .price-title {
    width: 76px;
}

.table.join-rows .table-header-column {
    border-bottom: 1px solid #2f3749;
}

.table.join-rows .table-header-column:first-child {
    padding-left: 0;
}

.table.join-rows .table-header-column:last-child {
    padding-right: 0;
}

.table.join-rows .table-body {
    border-radius: 0;
    box-shadow: none;
}

.table.join-rows .table-body .table-row {
    background-color: transparent;
}

.table.join-rows .table-body .table-row.micro:first-child {
    height: 55px;
}

.table.join-rows .table-body .table-row.micro:first-child .table-column {
    padding-top: 15px;
}

.table.join-rows .table-body .table-row.tiny:first-child {
    height: 77px;
}

.table.join-rows .table-body .table-row.tiny:first-child .table-column {
    padding-top: 11px;
}

.table.join-rows .table-body .table-row:first-child .table-column:first-child {
    border-top-left-radius: 0;
}

.table.join-rows .table-body .table-row:first-child .table-column:last-child {
    border-top-right-radius: 0;
}

.table.join-rows .table-body .table-row:last-child .table-column:first-child {
    border-bottom-left-radius: 0;
}

.table.join-rows .table-body .table-row:last-child .table-column:last-child {
    border-bottom-right-radius: 0;
}

.table.join-rows .table-body .table-row:nth-child(2n+2) {
    background-color: transparent;
}

.table.join-rows .table-body .table-row .table-column:first-child {
    padding-left: 0;
}

.table.join-rows .table-body .table-row .table-column:last-child {
    padding-right: 0;
}

.table.split-rows {
    border-collapse: separate;
    border-spacing: 0 12px;
}

.table.split-rows .table-header-column {
    height: 16px;
}

.table.split-rows .table-body {
    box-shadow: none;
}

.table.split-rows .table-row {
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.table.split-rows .table-row .table-column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.table.split-rows .table-row .table-column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table.split-rows .table-row:first-child .table-column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.table.split-rows .table-row:first-child .table-column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table.split-rows .table-row:last-child .table-column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.table.split-rows .table-row:last-child .table-column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.table .table-header {
    display: table-header-group;
}

.table .table-header-column {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
}

.table .table-header-column.centered {
    text-align: center;
}

.table .table-header-column.align-right {
    text-align: right;
}

.table .table-header-column.padded {
    padding: 0 24px;
}

.table .table-header-column.padded-medium {
    padding: 0 46px;
}

.table .table-header-column.padded-left {
    padding-left: 24px;
}

.table .table-header-column.padded-big-left {
    padding-left: 60px;
}

.table .table-header-column:first-child {
    padding-left: 28px;
}

.table .table-header-column:last-child {
    padding-right: 28px;
}

.table .table-header-column .table-header-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.table .table-body {
    display: table-row-group;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.table .table-body.same-color-rows .table-row:nth-child(2n+2) {
    background-color: #1d2333;
}

.table .table-body .table-row:first-child .table-column:first-child {
    border-top-left-radius: 12px;
}

.table .table-body .table-row:first-child .table-column:last-child {
    border-top-right-radius: 12px;
}

.table .table-body .table-row:last-child .table-column:first-child {
    border-bottom-left-radius: 12px;
}

.table .table-body .table-row:last-child .table-column:last-child {
    border-bottom-right-radius: 12px;
}

.table .table-body .table-row:nth-child(2n+2) {
    background-color: #21283b;
}

.table .table-row {
    display: table-row;
    background-color: #1d2333;
    height: 100px;
}

.table .table-row.micro {
    height: 40px;
}

.table .table-row.tiny {
    height: 66px;
}

.table .table-row.small {
    height: 86px;
}

.table .table-row.medium {
    height: 108px;
}

.table .table-row.mid {
    height: 148px;
}

.table .table-row.big {
    height: 160px;
}

.table .table-row.big.auto {
    height: auto;
}

.table .table-row.big.auto .table-column {
    padding-top: 44px;
    padding-bottom: 44px;
}

.table .table-column {
    display: table-cell;
    vertical-align: middle;
}

.table .table-column.centered {
    text-align: center;
}

.table .table-column.align-right {
    text-align: right;
}

.table .table-column.padded {
    padding: 0 24px;
}

.table .table-column.padded-medium {
    padding: 0 46px;
}

.table .table-column.padded-left {
    padding-left: 24px;
}

.table .table-column.padded-big-left {
    padding-left: 60px;
}

.table .table-column:first-child {
    padding-left: 28px;
}

.table .table-column:last-child {
    padding-right: 28px;
}

.table .table-column .table-information {
    display: flex;
    align-items: center;
}

.table .table-column .table-information .table-image {
    margin-right: 16px;
}

.table .table-column .table-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.table .table-column .table-title .highlighted {
    color: #4ff461;
}

.table .table-column .table-text {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.1428571429em;
}

.table .table-column .table-text .light {
    color: #9aa4bf;
}

.table .table-column .table-link {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
}

.table .table-column .table-link .highlighted {
    color: #4ff461;
}

.table .table-column .table-link+.table-link {
    margin-top: 12px;
}

.table .table-column .table-actions {
    display: flex;
}

.table .table-column .table-actions .button {
    width: 100px;
    margin-right: 16px;
}

.table .table-column .table-actions .button:last-child {
    margin-right: 0;
}

.table .table-column .table-action {
    cursor: pointer;
}

.table .table-column .table-action .icon-delete {
    opacity: .4;
    transition: opacity .2s ease-in-out, fill .2s ease-in-out;
}

.table .table-column .table-action .icon-delete:hover {
    fill: #fff;
    opacity: 1;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1260px) {

    .table.table-forum-category .table-header-column:last-child,
    .table.table-forum-category .table-column:last-child, .table.table-forum-discussion .table-header-column:last-child,
    .table.table-forum-discussion .table-column:last-child {
        display: none;
    }

    .table.table-forum-category .table-row:first-child .table-column:nth-last-child(2), .table.table-forum-discussion .table-row:first-child .table-column:nth-last-child(2) {
        border-top-right-radius: 12px;
    }

    .table.table-forum-category .table-row:last-child .table-column:nth-last-child(2), .table.table-forum-discussion .table-row:last-child .table-column:nth-last-child(2) {
        border-bottom-right-radius: 12px;
    }

    .table.table-forum-category .forum-category {
        width: auto;
    }

    .table.table-quests .table-header-column:nth-child(3),
    .table.table-quests .table-column:nth-child(3) {
        display: none;
    }

    .table.table-top-friends .table-header-column:nth-child(4), .table.table-top-friends .table-header-column:nth-child(5),
    .table.table-top-friends .table-column:nth-child(4),
    .table.table-top-friends .table-column:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 960px) {

    .table.table-forum-category .table-header-column.padded-medium,
    .table.table-forum-category .table-column.padded-medium, .table.table-forum-discussion .table-header-column.padded-medium,
    .table.table-forum-discussion .table-column.padded-medium {
        padding: 0 28px;
    }

    .table.table-forum-category .table-header-column:nth-last-child(3),
    .table.table-forum-category .table-column:nth-last-child(3), .table.table-forum-discussion .table-header-column:nth-last-child(3),
    .table.table-forum-discussion .table-column:nth-last-child(3) {
        display: none;
    }

    .table.table-forum-category .table-column {
        min-height: 160px;
    }

    .table.table-forum-category .forum-category .forum-category-image {
        display: none;
    }

    .table.table-forum-category .forum-category .forum-category-info {
        margin-left: 0;
    }

    .table.table-quests .table-header-column:nth-child(2),
    .table.table-quests .table-column:nth-child(2) {
        display: none;
    }

    .table.table-quests .table-body .table-column:first-child {
        width: auto;
    }

    .table.table-quests .table-body .table-column .progress-stat-wrap {
        width: auto;
    }

    .table.table-quests .table-body .table-column .table-image {
        display: none;
    }

    .table.table-top-friends .table-row:first-child {
        height: auto;
    }

    .table.table-top-friends .table-row:first-child .table-column {
        padding-top: 28px;
    }

    .table.table-top-friends .table-header-column:nth-child(2), .table.table-top-friends .table-header-column:nth-child(3),
    .table.table-top-friends .table-column:nth-child(2),
    .table.table-top-friends .table-column:nth-child(3) {
        display: none;
    }

    .table.table-top-friends .table-header-column:last-child,
    .table.table-top-friends .table-column:last-child {
        padding-left: 68px;
    }

    .table.table-top-friends .progress-stat-wrap {
        width: 180px;
    }

    .table.join-rows .table-body .table-row.micro:first-child, .table.join-rows .table-body .table-row.tiny:first-child {
        height: auto;
    }

    .table.join-rows .table-body .table-row.micro:first-child .table-column, .table.join-rows .table-body .table-row.tiny:first-child .table-column {
        padding-top: 24px;
    }

    .table .table-row {
        height: auto;
    }

    .table .table-row .table-column {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .table .table-row.micro .table-column, .table .table-row.tiny .table-column {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .table .table-row.medium .table-column, .table .table-row.big .table-column {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media screen and (max-width: 460px) {

    .table.table-forum-category .table-header-column:first-child,
    .table.table-forum-category .table-column:first-child, .table.table-forum-discussion .table-header-column:first-child,
    .table.table-forum-discussion .table-column:first-child {
        padding-right: 28px;
    }

    .table.table-forum-category .table-header-column:nth-last-child(2),
    .table.table-forum-category .table-column:nth-last-child(2), .table.table-forum-discussion .table-header-column:nth-last-child(2),
    .table.table-forum-discussion .table-column:nth-last-child(2) {
        display: none;
    }

    .table.table-forum-category .table-row:first-child .table-column:first-child, .table.table-forum-discussion .table-row:first-child .table-column:first-child {
        border-top-right-radius: 12px;
    }

    .table.table-forum-category .table-row:last-child .table-column:first-child, .table.table-forum-discussion .table-row:last-child .table-column:first-child {
        border-bottom-right-radius: 12px;
    }

    .table.table-top-friends .table-header-column:last-child,
    .table.table-top-friends .table-column:last-child {
        padding-left: 28px;
    }

    .table.table-top-friends .table-row .table-column:first-child {
        width: auto;
    }

    .table.table-top-friends .user-status .user-status-title,
    .table.table-top-friends .user-status .user-status-text {
        display: none;
    }

    .table.table-top-sellers .product-preview .product-preview-image {
        display: none;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .widget-box
-------------------------------------------------------------------*/
/*--------------------
    1. WIDGET BOX
--------------------*/
.widget-box {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.widget-box.no-padding {
    padding: 0;
}

.widget-box.no-padding .widget-box-title {
    padding: 32px 28px 0;
}

.widget-box .widget-box-settings {
    position: absolute;
    top: 22px;
    right: 19px;
    z-index: 9999;
}

.widget-box .widget-box-controls {
    position: absolute;
    top: 28px;
    right: 22px;
    z-index: 9999;
}

.widget-box .widget-box-controls .slider-controls {
    display: flex;
}

.widget-box .widget-box-controls .slider-controls .slider-control:first-child {
    margin-right: 2px;
}

.widget-box .widget-box-actions {
    display: flex;
    justify-content: space-between;
}

.widget-box .widget-box-actions .widget-box-action {
    display: flex;
}

.widget-box .widget-box-actions .widget-box-action .reference-item-list {
    position: relative;
    top: -3px;
}

.widget-box .widget-box-actions .widget-box-action .form-select.v2 {
    top: -6px;
}

.widget-box .widget-box-footer .reference-item-list {
    margin-top: 12px;
}

.widget-box .widget-box-footer .chart-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding-left: 36px;
}

.widget-box .widget-box-content-slider .reaction-stats+.reaction-stats {
    margin-top: 40px;
}

.widget-box .widget-box-content-slider .badge-item-stat .text-sticker {
    top: 32px;
    right: 18px;
}

.widget-box .widget-box-title {
    font-size: 1rem;
    font-weight: 700;
}

.widget-box .widget-box-title .highlighted {
    color: #4ff461;
}

.widget-box .widget-box-text {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.widget-box .widget-box-text.light {
    color: #9aa4bf;
}

.widget-box .widget-box-content {
    margin-top: 36px;
}

.widget-box .widget-box-content:first-child {
    margin-top: 0;
}

.widget-box .widget-box-content.small-margin-top {
    margin-top: 28px;
}

.widget-box .widget-box-content.no-margin-top {
    margin-top: 0;
}

.widget-box .widget-box-content.padded-for-scroll {
    height: 358px;
    padding-bottom: 28px;
}

.widget-box .widget-box-content.padded-for-scroll.small {
    height: 320px;
}

.widget-box .widget-box-content.padded-for-scroll.medium {
    height: 676px;
}

.widget-box .widget-box-content.padded-for-scroll .scroll-content {
    padding: 0 28px;
}

.widget-box .widget-box-content.padded-for-scroll .exp-line-list {
    padding-top: 8px;
}

.widget-box .widget-box-content .paragraph+.information-line-list {
    margin-top: 24px;
}

.widget-box .widget-box-content .filters+.user-status-list,
.widget-box .widget-box-content .filters+.post-preview-line-list {
    margin-top: 24px;
}

.widget-box .widget-box-content .week-box:last-child {
    margin: 22px 0 -60px;
}

.widget-box .widget-box-content .calendar {
    margin: 0 auto;
}

.widget-box .widget-box-content .calendar-events-preview {
    margin-top: 24px;
}

.widget-box .widget-box-content .ordered-item-list {
    margin-top: 18px;
}

.widget-box .widget-box-content .progress-arc-wrap {
    margin: 0 auto;
}

.widget-box .widget-box-content .draggable-items+.widget-box-text {
    margin-top: 32px;
}

.widget-box .widget-box-content .user-stats {
    margin-top: 36px;
}

.widget-box .widget-box-content .user-stats.reference .user-stat {
    width: 100%;
}

.widget-box .widget-box-content .user-stats.reference .user-stat::after {
    height: 40px;
    top: 20px;
}

.widget-box .widget-box-content .user-stats+.user-stats {
    margin-top: 32px;
}

.widget-box .achievement-status-list {
    margin-top: 50px;
}

.widget-box .widget-box-status {
    padding-top: 24px;
    position: relative;
}

.widget-box .widget-box-status .widget-box-status-content {
    padding: 0 28px;
}

.widget-box .widget-box-status .widget-box-status-content .user-status {
    font-family: "Rajdhani", sans-serif;
    padding-right: 70px;
}

.widget-box .widget-box-status .widget-box-status-content .user-status .user-status-title .user-avatar {
    display: inline;
    margin-right: 24px;
}

.widget-box .widget-box-status .user-status+.widget-box-status-text {
    margin-top: 20px;
}

.widget-box .widget-box-status .widget-box-status-text {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.widget-box .widget-box-status .widget-box-status-text+.widget-box-status-text {
    margin-top: 26px;
}

.widget-box .widget-box-status .widget-box-status-text+.tag-list {
    margin-top: 8px;
}

.widget-box .widget-box-status .widget-box-picture {
    width: 100%;
    height: auto;
    margin-top: 20px;
    cursor: pointer;
}

.widget-box .widget-box-status .tag-sticker,
.widget-box .widget-box-status .text-sticker {
    position: absolute;
    top: -8px;
    right: 68px;
}

.widget-box .widget-box-status .post-preview,
.widget-box .widget-box-status .quote-box {
    margin-top: 28px;
}

.widget-box .widget-box-status .video-status,
.widget-box .widget-box-status .iframe-wrap,
.widget-box .widget-box-status .poll-box,
.widget-box .widget-box-status .picture-collage,
.widget-box .widget-box-status .widget-box {
    margin-top: 24px;
}

.widget-box .widget-box-status .widget-box {
    padding-bottom: 32px;
}

.widget-box .widget-box-status .tag-list {
    margin-top: 28px;
}

.widget-box .widget-box-status .tag-list:first-child {
    margin-top: 18px;
}

.widget-box .widget-box-status .content-actions {
    margin-top: 28px;
    border-top: 1px solid #2f3749;
}

.widget-box .widget-box-button {
    width: 100%;
    margin-top: 32px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1365px) {
    .widget-box .widget-box-footer .chart-info {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .widget-box .widget-box-status>.text-sticker .text-sticker-icon {
        margin-right: 0;
    }

    .widget-box .widget-box-status>.text-sticker .text-sticker-content {
        display: none;
    }

    .widget-box .widget-box-actions .widget-box-action:last-child .reference-item-list {
        position: absolute;
        top: 60px;
        left: 28px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .loader-bars
-------------------------------------------------------------------*/
/*---------------------
    1. LOADER BARS
---------------------*/
.loader-bars {
    display: flex;
    justify-content: center;
    height: 40px;
}

.loader-bars .loader-bar {
    width: 4px;
    height: 100%;
    margin-right: 4px;
    border-radius: 200px;
    transform: scaleY(0.2);
    animation: loader-bars .5s infinite alternate ease-in;
}

.loader-bars .loader-bar:last-child {
    margin-right: 0;
}

.loader-bars .loader-bar:nth-child(1) {
    background-color: #FFC300;
}

.loader-bars .loader-bar:nth-child(2) {
    background-color: #FFBC03;
    animation-delay: .1s;
}

.loader-bars .loader-bar:nth-child(3) {
    background-color: #FFB506;
    animation-delay: .2s;
}

.loader-bars .loader-bar:nth-child(4) {
    background-color: #FFAE09;
    animation-delay: .3s;
}

.loader-bars .loader-bar:nth-child(5) {
    background-color: #FFA70D;
    animation-delay: .4s;
}

.loader-bars .loader-bar:nth-child(6) {
    background-color: #FFA010;
    animation-delay: .5s;
}

.loader-bars .loader-bar:nth-child(7) {
    background-color: #FF9913;
    animation-delay: .6s;
}

.loader-bars .loader-bar:nth-child(8) {
    background-color: #FF9216;
    animation-delay: .7s;
}

@keyframes loader-bars {
    0% {
        transform: scaleY(0.2);
    }

    100% {
        transform: scaleY(1);
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .error-section
-------------------------------------------------------------------*/
/*-----------------------
    1. ERROR SECTION
-----------------------*/
.error-section {
    width: 100%;
    height: 100%;
    background: url("../img/landing/404-bg.png") no-repeat left top, url("../img/landing/vikinger-logo.png") right 40px top 40px no-repeat, url("../img/landing/dot-texture.png") repeat left top, #161b28;
    background-size: contain, auto, auto;
    position: fixed;
    top: 0;
    left: 0;
}

.error-section .error-section-title {
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 15.8125rem;
    font-weight: 900;
    position: absolute;
    top: 280px;
    left: 220px;
}

.error-section .error-section-info {
    width: 420px;
    position: absolute;
    top: 400px;
    right: 270px;
}

.error-section .error-section-subtitle {
    color: #fff;
    font-size: 6.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.error-section .error-section-subtitle+.error-section-text {
    margin-top: 30px;
}

.error-section .error-section-text {
    margin-top: 20px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7777777778em;
}

.error-section .button {
    width: 160px;
    margin-top: 50px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (min-width: 2560px) {
    .error-section .error-section-title {
        top: 35%;
        left: 15%;
    }

    .error-section .error-section-info {
        top: 45%;
        right: 20%;
    }
}

@media screen and (max-width: 1366px) {
    .error-section .error-section-title {
        top: 185px;
        left: 145px;
    }

    .error-section .error-section-info {
        top: 270px;
        right: 140px;
    }
}

@media screen and (max-width: 1365px) {
    .error-section {
        background: url("../img/landing/dot-texture.png") repeat left top #161b28;
        background-size: auto;
        padding: 120px 0;
        position: static;
    }

    .error-section .error-section-title {
        color: #fff;
        font-size: 3.75rem;
        position: static;
        text-align: center;
    }

    .error-section .error-section-info {
        width: 90%;
        margin: 0 auto;
        position: static;
        text-align: center;
    }

    .error-section .error-section-subtitle {
        margin-top: 60px;
        font-size: 2.25rem;
    }

    .error-section .button {
        margin: 50px auto 0;
    }
}

/*---------------
    COMPONENT
---------------*/
/*------------------------------------------------------------------
[Table of contents]

1. .picture
2. .picture-item-list
3. .picture-item
-------------------------------------------------------------------*/
/*-------------------
    1. PICTURE
-------------------*/
.picture {
    width: 52px;
    height: 52px;
}

.picture.round {
    border-radius: 12px;
}

.picture.round.small, .picture.round.tiny {
    border-radius: 10px;
}

.picture.circle {
    border-radius: 50%;
}

.picture.medium {
    width: 60px;
    height: 60px;
}

.picture.small {
    width: 40px;
    height: 40px;
}

.picture.tiny {
    width: 32px;
    height: 32px;
}

/*----------------------------
    2. PICTURE ITEM LIST
----------------------------*/
.picture-item-list {
    display: grid;
    justify-content: center;
}

.picture-item-list.small {
    grid-template-columns: repeat(auto-fit, 52px);
    grid-gap: 6px;
}

/*-----------------------
    3. PICTURE ITEM
-----------------------*/
.picture-item {
    cursor: pointer;
    position: relative;
}

.picture-item .picture-item-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(64, 208, 79, 0.9);
}

.picture-item .picture-item-overlay.round {
    border-radius: 12px;
}

.picture-item .picture-item-overlay.circle {
    border-radius: 50%;
}

.picture-item .picture-item-overlay .picture-item-overlay-text {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
}

/*------------------------------------------------------------------
[Table of contents]

1. .progress-stat-wrap
2. .progress-stat
-------------------------------------------------------------------*/
/*----------------------------
    1. PROGRESS STAT WRAP
----------------------------*/
.progress-stat-wrap {
    padding-right: 56px;
    position: relative;
}

.progress-stat-wrap .progress-stat .bar-progress-wrap {
    position: absolute;
    top: -5px;
    right: 0;
}

.progress-stat-wrap .progress-stat .bar-progress-wrap:first-child, .progress-stat-wrap .progress-stat .bar-progress-wrap:last-child {
    margin: 0;
}

/*------------------------
    2. PROGRESS STAT
------------------------*/
.progress-stat.small {
    width: 178px;
}

.progress-stat .bar-progress-wrap {
    position: relative;
}

.progress-stat .bar-progress-wrap:first-child {
    margin-bottom: 6px;
}

.progress-stat .bar-progress-wrap.big {
    margin-bottom: 20px;
}

.progress-stat .bar-progress-wrap.medium:first-child {
    margin-bottom: 14px;
}

.progress-stat .bar-progress-wrap.small:last-child {
    margin-top: 24px;
}

.progress-stat .bar-progress-wrap:last-child {
    margin-top: 28px;
}

.progress-stat .bar-progress-wrap .bar-progress-info {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.progress-stat .bar-progress-wrap .bar-progress-info.progress-with-text {
    font-size: 1.25rem;
    font-weight: 700;
}

.progress-stat .bar-progress-wrap .bar-progress-info.progress-with-text .bar-progress-unit {
    margin-right: 2px;
}

.progress-stat .bar-progress-wrap .bar-progress-info.progress-with-text .light {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
}

.progress-stat .bar-progress-wrap .bar-progress-info.negative {
    color: #fff;
}

.progress-stat .bar-progress-wrap .bar-progress-info.start {
    justify-content: flex-start;
}

.progress-stat .bar-progress-wrap .bar-progress-info.start .bar-progress-text {
    margin-right: 4px;
}

.progress-stat .bar-progress-wrap .bar-progress-info.center {
    justify-content: center;
}

.progress-stat .bar-progress-wrap .bar-progress-info.regular {
    text-transform: none;
}

.progress-stat .bar-progress-wrap .bar-progress-info.medium {
    font-size: 0.875rem;
}

.progress-stat .bar-progress-wrap .bar-progress-info .light {
    margin-right: 4px;
    color: #9aa4bf;
}

.progress-stat .bar-progress-wrap .bar-progress-text.no-space .bar-progress-unit {
    margin-left: 0;
}

.progress-stat .bar-progress-wrap .bar-progress-unit {
    margin-left: 3px;
    text-transform: uppercase;
}

.progress-stat .progress-stat-info {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    right: 0;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 680px) {
    .progress-stat .progress-stat-info {
        display: none;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .progress-arc-wrap
2. .progress-arc-block
3. .progress-arc-summary
-------------------------------------------------------------------*/
/*----------------------------
    1. PROGRESS ARC WRAP
----------------------------*/
.progress-arc-wrap {
    width: 140px;
    height: 140px;
    position: relative;
}

.progress-arc-wrap.small {
    width: 80px;
    height: 80px;
}

.progress-arc-wrap.small .progress-arc-info .progress-arc-title {
    font-size: 1.375rem;
}

.progress-arc-wrap.tiny {
    width: 60px;
    height: 60px;
}

.progress-arc-wrap.tiny .progress-arc-info .progress-arc-title {
    font-size: 0.75rem;
    text-transform: uppercase;
}

.progress-arc-wrap .progress-arc {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.progress-arc-wrap .progress-arc-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.progress-arc-wrap .progress-arc-info .progress-arc-title {
    font-size: 2.25rem;
    font-weight: 700;
}

.progress-arc-wrap .progress-arc-info .progress-arc-text {
    margin-top: 2px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*----------------------------
    2. PROGRESS ARC BLOCK
----------------------------*/
.progress-arc-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-arc-block .progress-arc-block-info {
    margin-top: 20px;
    text-align: center;
}

.progress-arc-block .progress-arc-block-info .progress-arc-block-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.progress-arc-block .progress-arc-block-info .progress-arc-block-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*------------------------------
    3. PROGRESS ARC SUMMARY
------------------------------*/
.progress-arc-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.progress-arc-summary .progress-arc-summary-info {
    margin-top: 36px;
    text-align: center;
}

.progress-arc-summary .progress-arc-summary-info .progress-arc-summary-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.progress-arc-summary .progress-arc-summary-info .progress-arc-summary-subtitle {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.progress-arc-summary .progress-arc-summary-info .progress-arc-summary-text {
    margin-top: 22px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

/*------------------------------------------------------------------
[Table of contents]

1. .user-avatar
-------------------------------------------------------------------*/
/*----------------------
    1. USER AVATAR
----------------------*/
.user-avatar {
    display: block;
    width: 100px;
    height: 110px;
    position: relative;
}

.user-avatar:not(.no-before)::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 3px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
}

.user-avatar.status1::before {
    background-color: #f9515c;
}

.user-avatar.status2::before {
    background-color: #25ef18;
}

.user-avatar.status3::before {
    background-color: #e8da2c;
}

.user-avatar.status4::before {
    background-color: #18b3ef;
}

.user-avatar.big {
    width: 148px;
    height: 164px;
}

.user-avatar.big:not(.no-before)::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 3px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: 41px;
    left: 12px;
    z-index: 10;
}

.user-avatar.big .user-avatar-content {
    top: 27px;
    left: 24px;

    position: relative;
    z-index: 10;

    cursor: pointer !important;
}

.user-avatar-content:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 120%;
    width: 100%;
    content: ' ';
    display: block;
    background-color: transparent;
    z-index: 99999999;
}


.user-avatar.big .user-avatar-progress,
.user-avatar.big .user-avatar-progress-border {
    top: 14px;
    left: 12px;
}

.user-avatar.big .user-avatar-badge {
    width: 40px;
    height: 44px;
    top: 102px;
    right: 8px;
}

.user-avatar.big .user-avatar-badge .user-avatar-badge-content {
    top: 5px;
    left: 4px;
}

.user-avatar.big .user-avatar-badge .user-avatar-badge-text {
    font-size: 1rem;
}

.user-avatar.medium {
    width: 120px;
    height: 132px;
}

.user-avatar.medium:not(.no-before)::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 3px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: 32px;
    left: 9px;
    z-index: 10;
}

.user-avatar.medium .user-avatar-content {
    top: 21px;
    left: 19px;
}

.user-avatar.medium .user-avatar-progress,
.user-avatar.medium .user-avatar-progress-border {
    top: 11px;
    left: 10px;
}

.user-avatar.medium .user-avatar-badge {
    width: 32px;
    height: 36px;
    top: 82px;
    right: 7px;
}

.user-avatar.medium .user-avatar-badge .user-avatar-badge-content {
    top: 4px;
    left: 3px;
}

.user-avatar.medium .user-avatar-badge .user-avatar-badge-text {
    font-size: 0.875rem;
}

.user-avatar.small {
    width: 50px;
    height: 56px;
}

.user-avatar.small:not(.no-before)::before {
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -1px;
    z-index: 10;
}

.user-avatar.small .user-avatar-content {
    top: 12px;
    left: 10px;
}

.user-avatar.small .user-avatar-progress,
.user-avatar.small .user-avatar-progress-border {
    top: 6px;
    left: 5px;
}

.user-avatar.small .user-avatar-badge {
    width: 22px;
    height: 24px;
    top: 27px;
    right: 2px;
}

.user-avatar.small .user-avatar-badge .user-avatar-badge-content {
    top: 3px;
    left: 3px;
}

.user-avatar.small .user-avatar-badge .user-avatar-badge-text {
    font-size: 0.625rem;
}

.user-avatar.smaller .user-avatar-overlay {
    width: 30px;
    height: 32px;
}

.user-avatar.smaller .user-avatar-overlay-content .user-avatar-overlay-content-text {
    font-size: 0.6875rem;
}

.user-avatar.no-stats {
    width: 100px;
    height: 108px;
}

.user-avatar.no-stats .user-avatar-content {
    top: 8px;
    left: 8px;
}

.user-avatar.no-stats.big {
    width: 148px;
    height: 164px;
}

.user-avatar.no-stats.big .user-avatar-content {
    top: 14px;
    left: 12px;
}

.user-avatar.no-stats.medium {
    width: 120px;
    height: 130px;
}

.user-avatar.no-stats.medium .user-avatar-content {
    top: 10px;
    left: 10px;
}

.user-avatar.no-stats.small {
    width: 50px;
    height: 56px;
}

.user-avatar.no-stats.small .user-avatar-content {
    top: 6px;
    left: 5px;
}

.user-avatar.no-stats.smaller {
    width: 34px;
    height: 36px;
}

.user-avatar.no-stats.smaller .user-avatar-content {
    top: 2px;
    left: 2px;
}

.user-avatar.no-stats.micro {
    width: 22px;
    height: 24px;
}

.user-avatar.no-stats.micro .user-avatar-content {
    top: 2px;
    left: 2px;
}

.user-avatar.no-border {
    width: 84px;
    height: 92px;
}

.user-avatar.no-border .user-avatar-content {
    top: 0;
    left: 0;
}

.user-avatar.no-border.big {
    width: 124px;
    height: 136px;
}

.user-avatar.no-border.medium {
    width: 100px;
    height: 110px;
}

.user-avatar.no-border.small {
    width: 40px;
    height: 44px;
}

.user-avatar.no-border.tiny {
    width: 24px;
    height: 26px;
}

.user-avatar.no-border.micro {
    width: 18px;
    height: 20px;
}

.user-avatar.no-outline {
    width: 84px;
    height: 92px;
}

.user-avatar.no-outline .user-avatar-progress,
.user-avatar.no-outline .user-avatar-progress-border {
    top: 0;
    left: 0;
}

.user-avatar.no-outline .user-avatar-content {
    top: 9px;
    left: 8px;
}

.user-avatar.no-outline .user-avatar-badge {
    top: 60px;
    right: -3px;
}

.user-avatar.no-outline.small {
    width: 40px;
    height: 44px;
}

.user-avatar.no-outline.small .user-avatar-content {
    top: 6px;
    left: 5px;
}

.user-avatar.no-outline.small .user-avatar-badge {
    top: 21px;
    right: -3px;
}

.user-avatar .user-avatar-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.user-avatar .user-avatar-border .hexagon-content {
    background-color: #fff;
}

.user-avatar .user-avatar-content {
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 3;
}

.user-avatar .user-avatar-progress,
.user-avatar .user-avatar-progress-border {
    position: absolute;
    top: 9px;
    left: 8px;
    z-index: 2;
}

.user-avatar .user-avatar-progress {
    z-index: 3;
}

.user-avatar .user-avatar-progress-border {
    z-index: 2;
}

.user-avatar .user-avatar-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 32px;
    position: absolute;
    top: 68px;
    right: 5px;
    z-index: 4;
}

.user-avatar .user-avatar-badge .user-avatar-badge-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.user-avatar .user-avatar-badge .user-avatar-badge-border .hexagon-content {
    background-color: #fff;
}

.user-avatar .user-avatar-badge .user-avatar-badge-content {
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 5;
}

.user-avatar .user-avatar-badge .user-avatar-badge-text {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    pointer-events: none;
    position: relative;
    z-index: 6;
}

.user-avatar .user-avatar-overlay {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 11;
}

.user-avatar .user-avatar-overlay-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.user-avatar .user-avatar-overlay-content .user-avatar-overlay-content-text {
    color: #fff;
    font-weight: 700;
    pointer-events: none;
    position: relative;
    top: 1px;
}

/*------------------------------------------------------------------
[Table of contents]

1. .user-status-list
2. .user-status
-------------------------------------------------------------------*/
/*-------------------------
    1. USER STATUS LIST
-------------------------*/
.user-status-list .user-status {
    margin-bottom: 22px;
}

.user-status-list .user-status:last-child {
    margin-bottom: 0;
}

/*---------------------
    2. USER STATUS
---------------------*/
.user-status {
    min-height: 44px;
    padding: 2px 0 0 52px;
    position: relative;
}

.user-status.no-padding-top {
    padding-top: 0;
}

.user-status.notification {
    padding-right: 60px;
}

.user-status.request .user-status-title, .user-status.request-small .user-status-title {
    margin-top: 2px;
    line-height: 1.1428571429em;
}

.user-status.request .user-status-text, .user-status.request-small .user-status-text {
    margin-top: 8px;
}

.user-status.request-small {
    padding-right: 48px;
}

.user-status.request {
    padding-right: 100px;
}

.user-status .user-status-avatar,
.user-status .user-status-activity {
    position: absolute;
    top: 0;
    left: 0;
}

.user-status .user-status-activity {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.user-status .user-status-activity.activity-reaction {
    background-color: #8560ff;
}

.user-status .user-status-activity.activity-comment {
    background-color: #08b8f1;
}

.user-status .user-status-activity.activity-share {
    background-color: #00e2cb;
}

.user-status .user-status-activity.activity-update {
    background-color: #66e273;
}

.user-status .user-status-activity .user-status-activity-icon {
    fill: #fff;
}

.user-status .user-status-title {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.user-status .user-status-title.medium {
    font-size: 1rem;
}

.user-status .user-status-title.medium+.user-status-text {
    margin-top: 2px;
}

.user-status .user-status-title .bold {
    color: #fff;
    font-weight: 700;
}

.user-status .user-status-title .highlighted {
    color: #4ff461;
    font-weight: 600;
}

.user-status .user-status-timestamp {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

.user-status .user-status-timestamp.small-space {
    margin-top: 4px;
}

.user-status .user-status-timestamp.floaty {
    margin-top: 0;
    position: absolute;
    top: 7px;
    right: 0;
}

.user-status .user-status-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.user-status .user-status-text.small {
    font-size: 0.75rem;
}

.user-status .user-status-text.small-space {
    margin-top: 4px;
}

.user-status .user-status-text a {
    color: #9aa4bf;
}

.user-status .user-status-tag {
    display: inline-block;
    height: 20px;
    padding: 0 8px;
    border-radius: 200px;
    background-color: #3e3f5e;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: -3px;
}

.user-status .user-status-tag.online {
    background-color: #40d04f;
}

.user-status .user-status-tag.offline {
    background-color: #f9515c;
}

.user-status .user-status-tag.away {
    background-color: #adafca;
}

.user-status .user-status-icon {
    opacity: .4;
    position: absolute;
    top: 10px;
    right: 0;
}

.user-status .action-request-list {
    position: absolute;
    top: 2px;
    right: 0;
}

/*------------------------------------------------------------------
[Table of contents]

1. .cart-item-preview
2. .cart-preview-total
-------------------------------------------------------------------*/
/*----------------------------
    1. CART ITEM PREVIEW
----------------------------*/
.cart-item-preview {
    padding-left: 70px;
    position: relative;
}

.cart-item-preview .cart-item-preview-image {
    position: absolute;
    top: 2px;
    left: 0;
}

.cart-item-preview .cart-item-preview-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.cart-item-preview .cart-item-preview-title a {
    color: #fff;
    font-weight: 700;
}

.cart-item-preview .cart-item-preview-text {
    margin-top: 2px;
    font-size: 0.75rem;
    font-weight: 500;
}

.cart-item-preview .cart-item-preview-price {
    margin-top: 16px;
    font-size: 0.875rem;
    font-weight: 700;
}

.cart-item-preview .cart-item-preview-price .highlighted {
    color: #4ff461;
}

.cart-item-preview .cart-item-preview-action {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cart-item-preview .cart-item-preview-action .icon-delete {
    opacity: .4;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
}

.cart-item-preview .cart-item-preview-action:hover .icon-delete {
    fill: #fff;
    opacity: 1;
}

/*----------------------------
    2. CART PREVIEW TOTAL
----------------------------*/
.cart-preview-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    padding: 0 28px 0 100px;
    border-top: 1px solid #2f3749;
    border-bottom: 1px solid #2f3749;
}

.cart-preview-total .cart-preview-total-title,
.cart-preview-total .cart-preview-total-text {
    font-size: 0.875rem;
    font-weight: 700;
}

.cart-preview-total .cart-preview-total-text .highlighted {
    color: #4ff461;
}

/*------------------------------------------------------------------
[Table of contents]

1. .form-box
-------------------------------------------------------------------*/
/*------------------
    1. FORM BOX
------------------*/
.form-box {
    width: 484px;
    padding: 64px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.12);
    position: relative;
}

.form-box .form-box-decoration {
    position: absolute;
    top: -14px;
    left: -80px;
}

.form-box .form-box-decoration.overflowing {
    top: -68px;
}

.form-box .form-box-title {
    font-size: 1.625rem;
    text-align: center;
}

.form-box .form {
    margin-top: 76px;
}

.form-box .lined-text {
    margin-top: 40px;
}

.form-box .social-links,
.form-box .form-text {
    margin-top: 30px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 500px) {
    .form-box {
        padding: 40px 32px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .landing
2. .landing-info
3. .landing-form
-------------------------------------------------------------------*/
/*------------------
    1. LANDING
------------------*/
.landing {
    width: 100%;
    height: 100%;
    background: url("../img/landing/landing-background.jpg") no-repeat left center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
}

.landing .landing-decoration {
    width: 64%;
    height: 140%;
    border-radius: 50%;
    background: url("../img/landing/dot-texture.png") repeat left top #161b28;
    position: absolute;
    top: -20%;
    right: -32%;
    pointer-events: none;
}

/*----------------------
    2. LANDING INFO
----------------------*/
.landing-info {
    width: 584px;
    position: absolute;
    top: 16%;
    left: 13%;
}

.landing-info .logo {
    display: flex;
    justify-content: center;
}

.landing-info .landing-info-pretitle,
.landing-info .landing-info-title,
.landing-info .landing-info-text {
    color: #fff;
    text-align: center;
}

.landing-info .landing-info-pretitle,
.landing-info .landing-info-title {
    text-transform: uppercase;
}

.landing-info .landing-info-pretitle {
    margin-top: 36px;
    font-size: 1.5rem;
    font-weight: 500;
}

.landing-info .landing-info-title {
    font-family: "Titillium Web", sans-serif;
    font-size: 6.5rem;
    font-weight: 900;
    position: relative;
    top: -10px;
}

.landing-info .landing-info-text {
    width: 384px;
    margin: 30px auto 0;
    font-size: 1.125rem;
    line-height: 1.3333333333em;
    font-weight: 500;
    font-weight: 500;
}

.landing-info .tab-switch {
    margin-top: 90px;
}

/*----------------------
    3. LANDING FORM
----------------------*/
.landing-form {
    width: 484px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 13%;
}

.landing-form .form-box {
    position: absolute;
    top: 50%;
    left: 0;
}

.landing-form .form-box:first-child {
    margin-top: -313px;
}

.landing-form .form-box:last-child {
    margin-top: -370px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (min-width: 2560px) {
    .landing-info {
        top: 25%;
    }

    .landing-form {
        right: 20%;
    }
}

@media screen and (min-width: 3840px) {
    .landing-info {
        top: 35%;
        left: 18%;
    }

    .landing-form {
        right: 25%;
    }
}

@media screen and (max-width: 1500px) {
    .landing .landing-decoration {
        display: none;
    }

    .landing-info {
        left: 6%;
    }

    .landing-info .landing-info-text {
        margin-top: 10px;
    }

    .landing-info .tab-switch {
        margin-top: 40px;
    }

    .landing-form {
        right: 80px;
    }
}

@media screen and (max-width: 1365px) {
    .landing {
        padding: 80px 0 100px;
        position: static;
    }

    .landing-info {
        width: 100%;
        position: static;
    }

    .landing-info .landing-info-text {
        display: none;
    }

    .landing-form {
        width: 100%;
        margin-top: 80px;
        position: static;
    }

    .landing-form .form-box {
        margin: 0 auto;
        position: static;
    }

    .landing-form .form-box .form-box-decoration {
        display: none;
    }

    .landing-form .form-box:first-child, .landing-form .form-box:last-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 600px) {
    .landing-form .form-box {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .landing-info .landing-info-title {
        font-size: 3.75rem;
    }

    .landing-info .tab-switch {
        width: 90%;
        margin: 20px auto 0;
    }

    .landing-info .tab-switch .tab-switch-button {
        width: 50%;
    }

    .landing-form {
        margin-top: 60px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .dropdown-box
2. .dropdown-box-category
3. .dropdown-box-list
4. .dropdown-box-actions
5. .dropdown-box-button
-------------------------------------------------------------------*/
/*----------------------
    1. DROPDOWN BOX
----------------------*/
.dropdown-box {
    width: 384px;
    padding-bottom: 60px;
    border-radius: 10px;
    background-color: #1d2333;
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.dropdown-box.padding-bottom-small {
    padding-bottom: 14px;
}

.dropdown-box.no-padding-bottom {
    padding-bottom: 0;
}

.dropdown-box .dropdown-box-header {
    display: flex;
    justify-content: space-between;
    padding: 28px 28px 20px;
}

.dropdown-box .dropdown-box-header .dropdown-box-header-title {
    font-size: 1rem;
    font-weight: 700;
}

.dropdown-box .dropdown-box-header .dropdown-box-header-title .highlighted {
    color: #4ff461;
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions {
    display: flex;
    align-items: flex-end;
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions .dropdown-box-header-action {
    margin-right: 16px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: .6;
    cursor: pointer;
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions .dropdown-box-header-action:hover {
    color: #4ff461;
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions .dropdown-box-header-action:last-child {
    margin-right: 0;
}

.dropdown-box .dropdown-box-category {
    padding-top: 20px;
}

.dropdown-box .dropdown-box-category:first-child {
    padding-top: 28px;
}

.dropdown-box .dropdown-box-button {
    position: absolute;
    bottom: 0;
    left: 0;
}

.dropdown-box .dropdown-box-actions:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*------------------------------
    2. DROPDOWN BOX CATEGORY
------------------------------*/
.dropdown-box-category {
    padding: 0 28px 4px;
}

.dropdown-box-category .dropdown-box-category-title {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

/*----------------------------
    3. DROPDOWN BOX LIST
----------------------------*/
.dropdown-box-list {
    height: 420px;
    overflow-y: auto;
}

.dropdown-box-list.no-scroll {
    height: auto;
}

.dropdown-box-list.scroll-small {
    height: 286px;
}

.dropdown-box-list.medium .dropdown-box-list-item {
    padding: 20px 28px;
}

.dropdown-box-list.small .dropdown-box-list-item {
    padding: 10px 28px;
}

.dropdown-box-list.no-hover .dropdown-box-list-item:hover {
    background-color: transparent;
}

.dropdown-box-list .dropdown-box-list-item {
    display: block;
    padding: 16px 28px;
}

.dropdown-box-list .dropdown-box-list-item.unread {
    background-color: #21283b;
}

.dropdown-box-list .dropdown-box-list-item:hover {
    background-color: #293249;
}

/*------------------------------
    4. DROPDOWN BOX ACTIONS
------------------------------*/
.dropdown-box-actions {
    display: flex;
    justify-content: center;
    padding: 32px 0;
    background-color: #21283b;
}

.dropdown-box-actions .dropdown-box-action {
    margin-right: 16px;
}

.dropdown-box-actions .dropdown-box-action .button {
    width: 156px;
}

.dropdown-box-actions .dropdown-box-action:last-child {
    margin-right: 0;
}

/*------------------------------
    5. DROPDOWN BOX BUTTON
------------------------------*/
.dropdown-box-button {
    width: 100%;
    height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #3e3f5e;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    transition: background-color .2s ease-in-out;
}

.dropdown-box-button:hover {
    color: #fff;
}

.dropdown-box-button.primary {
    background-color: #40d04f;
}

.dropdown-box-button.primary:hover {
    background-color: #4ae95b;
}

.dropdown-box-button.secondary {
    background-color: #7750f8;
}

.dropdown-box-button.secondary:hover {
    background-color: #9668ff;
}

/*------------------------------------------------------------------
[Table of contents]

1. .dropdown-navigation
-------------------------------------------------------------------*/
/*----------------------------
    1. DROPDOWN NAVIGATION
----------------------------*/
.dropdown-navigation {
    width: 220px;
    padding: 20px 28px;
    border-radius: 10px;
    background-color: #1d2333;
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, 0.06);
}

.dropdown-navigation .dropdown-navigation-header+.dropdown-navigation-category {
    margin-top: 30px;
}

.dropdown-navigation .dropdown-navigation-category {
    margin: 20px 0 10px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dropdown-navigation .dropdown-navigation-link {
    display: block;
    padding: 8px 0;
    font-size: 0.875rem;
    font-weight: 700;
    transition: padding .2s ease-in-out, color .2s ease-in-out;
}

.dropdown-navigation .dropdown-navigation-link .highlighted {
    float: right;
    color: #4ff461;
}

.dropdown-navigation .dropdown-navigation-link:hover {
    padding-left: 4px;
}

.dropdown-navigation .dropdown-navigation-button {
    width: 100%;
    margin-top: 20px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1366px) {
    .dropdown-navigation .dropdown-navigation-category {
        font-size: 0.6875rem;
    }

    .dropdown-navigation .dropdown-navigation-link {
        font-size: 0.75rem;
        padding: 6px 0;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .navigation-widget
-------------------------------------------------------------------*/
/*----------------------------
    1. NAVIGATION WIDGET
----------------------------*/
.navigation-widget {
    width: 300px;
    padding-bottom: 40px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.navigation-widget .navigation-widget-close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #616a82;
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.navigation-widget .navigation-widget-cover {
    width: 100%;
    height: 76px;
}

.navigation-widget .navigation-widget-info-wrap {
    padding: 32px 0 0 30px;
    margin-bottom: 40px;
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info {
    min-height: 44px;
    padding: 8px 0 0 50px;
    position: relative;
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .user-avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .navigation-widget-info-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .navigation-widget-info-title a {
    color: #fff;
    font-weight: 700;
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .navigation-widget-info-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info-button {
    margin-top: 20px;
    width: 140px;
}

.navigation-widget .navigation-widget-section-title {
    padding-left: 30px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navigation-widget .navigation-widget-section-title.space-top {
    margin-top: 30px;
}

.navigation-widget .navigation-widget-section-title+.menu {
    margin-top: 26px;
}

.navigation-widget .navigation-widget-section-title+.navigation-widget-section-link {
    margin-top: 14px;
}

.navigation-widget .navigation-widget-section-link {
    display: block;
    padding: 12px 30px;
    font-size: 0.875rem;
    font-weight: 700;
    transition: padding .2s ease-in-out, color .2s ease-in-out;
}

.navigation-widget .navigation-widget-section-link .highlighted {
    float: right;
    color: #4ff461;
}

.navigation-widget .navigation-widget-section-link:hover {
    padding-left: 34px;
}

.navigation-widget .navigation-widget-section-link+.navigation-widget-section-title {
    margin-top: 46px;
}

.navigation-widget .badge-list {
    margin-top: 36px;
}

.navigation-widget .user-stats {
    margin-top: 44px;
}

.navigation-widget .menu {
    margin-top: 60px;
}

.navigation-widget .menu+.navigation-widget-section-title {
    margin-top: 40px;
}

.navigation-widget.closed {
    width: 80px;
    padding-top: 20px;
}

.navigation-widget.closed .user-avatar {
    margin: 0 auto;
}

.navigation-widget.closed .menu {
    margin-top: 50px;
}

@media screen and (max-width: 680px) {
    .chat-widget, .navigation-widget-desktop {
        display: none !important;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .profile-header
-------------------------------------------------------------------*/
/*--------------------------
    1. PROFILE HEADER
--------------------------*/
.profile-header {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.profile-header.v2 .profile-header-info {
    height: 112px;
}

.profile-header.v2 .profile-header-info .user-short-description {
    min-height: 164px;
    padding: 84px 0 0 164px;
    position: absolute;
    left: 32px;
    bottom: 0;
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar {
    top: 0;
    left: 0;
    margin-left: 0;
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar.user-short-description-avatar-mobile {
    top: -54px;
    margin-left: -60px;
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-title,
.profile-header.v2 .profile-header-info .user-short-description .user-short-description-text {
    text-align: left;
}

.profile-header.v2 .profile-header-info .user-stats {
    left: auto;
    top: 38px;
    right: 164px;
}

.profile-header.v2 .profile-header-info .tag-sticker {
    position: absolute;
    top: -12px;
    right: 28px;
    display: none;
}

.profile-header.v2 .profile-header-info .profile-header-info-actions {
    top: 32px;
}

.profile-header.v2 .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
    width: 58px;
}

.profile-header .profile-header-cover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 350px;
}

.profile-header .profile-header-info {
    height: 126px;
    position: relative;
}

.profile-header .profile-header-info .user-short-description .user-short-description-avatar-mobile {
    display: none;
    top: -54px;
    margin-left: -60px;
}

.profile-header .profile-header-info .profile-header-social-links-wrap {
    width: 352px;
    height: 44px;
    margin: 0 auto;
    position: absolute;
    top: 54px;
    right: 32px;
}

.profile-header .profile-header-info .profile-header-social-links-wrap .profile-header-social-links {
    padding-top: 4px;
    position: relative;
    z-index: 2;
}

.profile-header .profile-header-info .profile-header-social-links-wrap .slider-controls {
    width: 234px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10px;
    left: -40px;
    z-index: 1;
}

.profile-header .profile-header-info .user-stats {
    position: absolute;
    top: 54px;
    left: 40px;
}

.profile-header .profile-header-info .profile-header-info-actions {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -40px;
    right: 32px;
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action {
    margin-right: 16px;
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
    width: 180px;
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action:last-child {
    margin-right: 0;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1365px) {
    .profile-header .profile-header-cover {
        height: 200px;
    }

    .profile-header.v2 .profile-header-info {
        height: auto;
    }

    .profile-header.v2 .profile-header-info .user-short-description {
        min-height: auto;
        padding: 52px 0 0;
        position: static;
    }

    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar {
        top: -116px;
        left: 50%;
        margin-left: -74px;
    }

    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-title,
    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-text {
        text-align: center;
    }

    .profile-header .profile-header-info {
        height: auto;
        padding-bottom: 32px;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap,
    .profile-header .profile-header-info .user-stats,
    .profile-header .profile-header-info .profile-header-ranking-wrap,
    .profile-header .profile-header-info .profile-header-info-actions {
        position: static;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap {
        margin-top: 32px;
    }

    .profile-header .profile-header-info .user-stats,
    .profile-header .profile-header-info .profile-header-ranking-wrap,
    .profile-header .profile-header-info .profile-header-info-actions {
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .profile-header .profile-header-cover {
        height: 76px;
    }

    .profile-header.v2 .profile-header-info .user-short-description {
        padding-top: 84px;
    }

    .profile-header.v2 .profile-header-info .user-stats .user-stat:first-child {
        display: none;
    }

    .profile-header.v2 .profile-header-info .user-stats .user-stat:nth-last-child(2)::after {
        display: block;
    }

    .profile-header.v2 .profile-header-info .user-stats .user-stat:last-child {
        display: block;
    }

    .profile-header.v2 .profile-header-info .tag-sticker {
        display: flex;
    }

    .profile-header .profile-header-info .user-short-description {
        padding-top: 84px;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-avatar {
        display: none;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-avatar-mobile {
        display: block;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-title {
        font-size: 1.125rem;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-text {
        font-size: 0.6875rem;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap {
        width: 160px;
        height: 36px;
        position: relative;
        top: auto;
        right: auto;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap .social-link {
        width: 32px;
        height: 32px;
    }

    .profile-header .profile-header-info .user-stats .user-stat:nth-last-child(2)::after {
        display: none;
    }

    .profile-header .profile-header-info .user-stats .user-stat:last-child {
        display: none;
    }

    .profile-header .profile-header-info .user-stats .user-stat .user-stat-title {
        font-size: 0.875rem;
    }

    .profile-header .profile-header-info .user-stats .user-stat .user-stat-text {
        font-size: 0.6875rem;
    }

    .profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
        width: 114px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .post-preview
2. .post-peek-list
3. .post-peek
4. .post-preview-line-list
5. .post-preview-line
-------------------------------------------------------------------*/
/*----------------------
    1. POST PREVIEW
----------------------*/
.post-preview {
    min-height: 516px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.post-preview.medium {
    min-height: auto;
    box-shadow: none;
}

.post-preview.medium .post-preview-image {
    height: 320px;
    border-radius: 0;
}

.post-preview.medium .post-preview-info {
    width: 90.4109589041%;
    margin-top: -140px;
}

.post-preview.medium .post-preview-info .post-preview-title {
    font-size: 1.5rem;
    line-height: 1.3333333333em;
}

.post-preview.medium .post-preview-info .post-preview-text {
    margin-top: 24px;
}

.post-preview .post-preview-image {
    height: 210px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.post-preview .post-preview-info {
    width: 91.6666666667%;
    padding: 28px;
    margin: -48px auto 0;
    border-radius: 12px;
    background-color: #21283b;
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, 0.1);
}

.post-preview .post-preview-info.fixed-height {
    height: 292px;
    padding: 28px 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-preview .post-preview-info.fixed-height .post-preview-text {
    margin-top: 0;
}

.post-preview .post-preview-info .post-preview-timestamp {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.post-preview .post-preview-info .post-preview-title {
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
}

.post-preview .post-preview-info .post-preview-text {
    margin-top: 16px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.post-preview .post-preview-info .post-preview-link {
    margin-top: 20px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease-in-out;
}

.post-preview .content-actions {
    margin-top: 10px;
    padding: 0 28px;
}

/*------------------------
    1. POST PEEK LIST
------------------------*/
.post-peek-list .post-peek {
    margin-bottom: 22px;
}

.post-peek-list .post-peek:last-child {
    margin-bottom: 0;
}

/*-------------------
    1. POST PEEK
-------------------*/
.post-peek {
    min-height: 40px;
    padding-left: 52px;
    position: relative;
}

.post-peek .post-peek-image {
    position: absolute;
    top: 0;
    left: 0;
}

.post-peek .post-peek-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.1428571429em;
}

.post-peek .post-peek-title a {
    color: #fff;
    font-weight: 700;
}

.post-peek .post-peek-text {
    margin-top: 8px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

/*----------------------------
    POST PREVIEW LINE LIST
----------------------------*/
.post-preview-line-list .post-preview-line {
    margin-bottom: 22px;
}

.post-preview-line-list .post-preview-line:last-child {
    margin-bottom: 0;
}

/*------------------------
    POST PREVIEW LINE
------------------------*/
.post-preview-line .post-preview-line-title {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.1428571429em;
}

.post-preview-line .post-preview-line-title a {
    color: #fff;
    font-weight: 700;
}

.post-preview-line .post-preview-line-meta {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.post-preview-line .user-avatar {
    margin-right: 8px;
}

.post-preview-line .post-preview-line-author {
    margin-right: 6px;
    font-size: 0.75rem;
    font-weight: 700;
}

.post-preview-line .post-preview-line-author a {
    color: #fff;
    font-weight: 700;
}

.post-preview-line .post-preview-line-timestamp {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 460px) {
    .post-preview .post-preview-info.fixed-height {
        display: block;
        height: auto;
        padding: 28px;
    }

    .post-preview .post-preview-info.fixed-height .post-preview-text {
        margin-top: 16px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .post-comment
2. .post-comment-heading
3. .post-comment-form
4. .post-comment-list
-------------------------------------------------------------------*/
/*-----------------------
    1. POST COMMENT
-----------------------*/
.post-comment {
    padding: 26px 28px 28px 80px;
    background-color: #1d2333;
    position: relative;
}

.post-comment.unread {
    background-color: #21283b;
}

.post-comment.reply-2 {
    padding-left: 108px;
}

.post-comment.reply-2 .user-avatar {
    left: 56px;
}

.post-comment .user-avatar {
    position: absolute;
    top: 28px;
    left: 28px;
}

.post-comment .post-comment-text-wrap {
    display: flex;
    align-items: center;
}

.post-comment .post-comment-text-wrap .rating-list {
    margin-right: 12px;
}

.post-comment .post-comment-text {
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.post-comment .post-comment-text .bold {
    font-weight: 700;
}

.post-comment .post-comment-text .highlighted {
    color: #4ff461;
    font-weight: 700;
}

.post-comment .post-comment-text .post-comment-text-author {
    margin-right: 6px;
    color: #fff;
    font-weight: 700;
}

.post-comment .post-comment-text.user-tag::after {
    display: inline-block;
    height: 20px;
    padding: 0 8px;
    border-radius: 200px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    top: -1px;
}

.post-comment .post-comment-text.user-tag.purchased::after {
    content: 'Purchased!';
    background-color: #7750f8;
}

.post-comment .post-comment-text.user-tag.author::after {
    content: 'Author';
    background-color: #40d04f;
}

.post-comment .content-actions {
    height: 20px;
    margin-top: 14px;
}

.post-comment .post-comment-form {
    padding: 26px 0 0 30px;
}

.post-comment .post-comment-form .user-avatar {
    left: -24px;
}

/*------------------------------
    2. POST COMMENT HEADING
------------------------------*/
.post-comment-heading {
    height: 53px;
    background-color: #1d2333;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
}

.post-comment-heading .highlighted {
    color: #4ff461;
}

/*---------------------------
    3. POST COMMENT FORM
---------------------------*/
.post-comment-form {
    padding: 26px 28px 26px 80px;
    background-color: #1d2333;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
}

.post-comment-form.bordered-top {
    border-top: 1px solid #2f3749;
}

.post-comment-form.with-title {
    padding-top: 80px;
}

.post-comment-form.with-title .user-avatar {
    top: 82px;
}

.post-comment-form .post-comment-form-title {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 32px;
    left: 28px;
}

.post-comment-form .user-avatar {
    position: absolute;
    top: 28px;
    left: 28px;
}

/*---------------------------
    4. POST COMMENT LIST
---------------------------*/
.post-comment-list.no-border-top>.post-comment:first-child,
.post-comment-list.no-border-top>.post-comment-heading:first-child,
.post-comment-list.no-border-top>.post-comment-form:first-child {
    border-top: none;
}

.post-comment-list>.post-comment,
.post-comment-list>.post-comment-heading,
.post-comment-list>.post-comment-form {
    border-top: 1px solid #2f3749;
}

.post-comment-list>.post-comment:last-child,
.post-comment-list>.post-comment-heading:last-child,
.post-comment-list>.post-comment-form:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 460px) {
    .post-comment .content-actions {
        height: auto;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .post-open
-------------------------------------------------------------------*/
/*--------------------
    1. POST OPEN
--------------------*/
.post-open .post-open-cover {
    width: 100%;
    height: 560px;
}

.post-open .post-open-body {
    width: 65%;
    max-width: 784px;
    margin: -220px auto 0;
    padding-top: 90px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.post-open .post-open-body .post-open-heading {
    padding: 0 100px;
}

.post-open .post-open-body .post-open-heading .post-open-timestamp {
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.post-open .post-open-body .post-open-heading .post-open-timestamp .highlighted {
    margin-right: 12px;
    color: #fff;
}

.post-open .post-open-body .post-open-heading .post-open-title {
    margin-top: 22px;
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 0.9565217391em;
}

.post-open .post-open-body .post-open-content {
    display: flex;
    margin-top: 70px;
    padding: 0 100px;
}

.post-open .post-open-body .post-open-content .post-open-content-sidebar {
    width: 84px;
    flex-shrink: 0;
}

.post-open .post-open-body .post-open-content .post-open-content-sidebar .post-open-sidebar-title {
    width: 40px;
    margin-top: 24px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links {
    margin-top: 26px;
}

.post-open .post-open-body .post-open-content .post-open-content-body {
    width: 500px;
    padding-bottom: 80px;
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-paragraph {
    margin-top: 36px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em;
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-paragraph:first-child {
    margin-top: 0;
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-image {
    width: 100%;
    height: 320px;
    margin-top: 50px;
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-image-caption {
    margin-top: 20px;
    color: #9aa4bf;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
    text-align: center;
}

.post-open .post-open-body .post-open-content .post-open-content-body .tag-list {
    margin-top: 60px;
}

.post-open .post-open-body>.content-actions {
    margin: 0 28px;
    border-top: 1px solid #2f3749;
}

.post-open .post-open-body .post-options {
    padding: 0 100px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1366px) {
    .post-open .post-open-body {
        width: 95%;
        max-width: 100%;
    }

    .post-open .post-open-body .post-open-content .post-open-content-sidebar {
        width: 15%;
    }

    .post-open .post-open-body .post-open-content .post-open-content-body {
        width: 85%;
    }
}

@media screen and (max-width: 960px) {
    .post-open .post-open-body .post-open-heading {
        padding: 0 40px;
    }

    .post-open .post-open-body .post-open-content {
        padding: 0 40px;
        margin-top: 40px;
        flex-direction: column;
    }

    .post-open .post-open-body .post-open-content .post-open-content-sidebar,
    .post-open .post-open-body .post-open-content .post-open-content-body {
        width: 100%;
    }

    .post-open .post-open-body .post-open-content .post-open-content-sidebar {
        margin-bottom: 60px;
        display: flex;
        align-items: center;
    }

    .post-open .post-open-body .post-open-content .post-open-content-sidebar .post-open-sidebar-title {
        width: auto;
        margin: 0 0 0 16px;
        line-height: 40px;
        text-align: left;
    }

    .post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links {
        margin: 0 0 0 26px;
    }

    .post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links.vertical {
        flex-direction: row;
    }

    .post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links.vertical .social-link {
        margin: 0 16px 0 0;
    }

    .post-open .post-open-body .post-options {
        padding: 0 28px;
    }
}

@media screen and (max-width: 460px) {
    .post-open .post-open-cover {
        height: 320px;
    }

    .post-open .post-open-body {
        margin-top: -100px;
        padding-top: 60px;
    }

    .post-open .post-open-body .post-open-heading,
    .post-open .post-open-body .post-open-content {
        padding: 0 28px;
    }

    .post-open .post-open-body .post-open-heading .post-open-title {
        font-size: 2.25rem;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .product-preview
2. .product-category-box
-------------------------------------------------------------------*/
/*--------------------------
    1. PRODUCT PREVIEW
--------------------------*/
.product-preview {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.product-preview.fixed-height {
    height: 360px;
}

.product-preview.small {
    background-color: transparent;
    box-shadow: none;
}

.product-preview.small .product-preview-image {
    height: 144px;
    border-radius: 12px;
}

.product-preview.small .product-preview-info {
    padding: 20px 0 0;
}

.product-preview.small .product-preview-info .text-sticker {
    right: -8px;
}

.product-preview.small .product-preview-info .product-preview-title {
    font-size: 0.875rem;
}

.product-preview.tiny {
    display: flex;
    background-color: transparent;
    box-shadow: none;
}

.product-preview.tiny .product-preview-image {
    width: 94px;
    height: 60px;
    margin-right: 20px;
    border-radius: 12px;
}

.product-preview.tiny .product-preview-image.short {
    width: 60px;
}

.product-preview.tiny .product-preview-info {
    padding: 4px 0 0;
}

.product-preview.tiny .product-preview-info .product-preview-title {
    font-size: 0.875rem;
}

.product-preview.tiny .product-preview-info .product-preview-category {
    margin-top: 6px;
}

.product-preview.tiny .product-preview-info .product-preview-creator {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 700;
}

.product-preview.tiny .product-preview-info .product-preview-creator a {
    color: #9aa4bf;
    font-weight: 700;
}

.product-preview.micro {
    display: flex;
    background-color: transparent;
    box-shadow: none;
}

.product-preview.micro .product-preview-image {
    width: 68px;
    height: 44px;
    margin-right: 12px;
    border-radius: 12px;
}

.product-preview.micro .product-preview-info {
    padding: 6px 0 0;
}

.product-preview.micro .product-preview-info .product-preview-title {
    font-size: 0.875rem;
}

.product-preview.micro .product-preview-info .product-preview-category {
    margin-top: 6px;
}

.product-preview .product-preview-image {
    height: 180px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.product-preview .product-preview-info {
    padding: 28px;
    position: relative;
}

.product-preview .product-preview-info .text-sticker {
    position: absolute;
    top: -14px;
    right: 14px;
}

.product-preview .product-preview-info .product-preview-title a,
.product-preview .product-preview-info .product-preview-category a {
    color: #fff;
    font-weight: 700;
}

.product-preview .product-preview-info .product-preview-title {
    font-size: 1rem;
    font-weight: 700;
}

.product-preview .product-preview-info .product-preview-category {
    margin-top: 8px;
    padding-left: 14px;
    font-size: 0.75rem;
    font-weight: 700;
    position: relative;
}

.product-preview .product-preview-info .product-preview-category.digital::before {
    border-color: #00e2cb;
}

.product-preview .product-preview-info .product-preview-category.physical::before {
    border-color: #66e273;
}

.product-preview .product-preview-info .product-preview-category::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3e3f5e;
    position: absolute;
    top: 1px;
    left: 0;
}

.product-preview .product-preview-info .product-preview-text {
    margin-top: 20px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.product-preview .product-preview-info .button {
    margin-top: 36px;
}

.product-preview .product-preview-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    padding: 0 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #21283b;
    border-top: 1px solid #2f3749;
}

.product-preview .product-preview-author {
    padding-left: 26px;
    position: relative;
}

.product-preview .product-preview-author .product-preview-author-image {
    position: absolute;
    top: 1px;
    left: 0;
}

.product-preview .product-preview-author .product-preview-author-title {
    font-size: 0.625rem;
    font-weight: 500;
}

.product-preview .product-preview-author .product-preview-author-text {
    margin-top: 1px;
    font-size: 0.75rem;
    font-weight: 700;
}

.product-preview .product-preview-author .product-preview-author-text a {
    color: #fff;
    font-weight: 700;
}

/*-----------------------------
    1. PRODUCT CATEGORY BOX
-----------------------------*/
.product-category-box {
    display: block;
    height: 142px;
    padding: 26px 0 0 28px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.product-category-box.category-all {
    background: url("../img/marketplace/category/01.png") no-repeat right top, linear-gradient(to right, #7750f8, #84d2ff);
}

.product-category-box.category-all .product-category-box-tag {
    color: #8560ff;
}

.product-category-box.category-featured {
    background: url("../img/marketplace/category/02.png") no-repeat right top, linear-gradient(to right, #006fb5, #3af0d4);
}

.product-category-box.category-featured .product-category-box-tag {
    color: #08b8f1;
}

.product-category-box.category-digital {
    background: url("../img/marketplace/category/03.png") no-repeat right top, linear-gradient(to right, #009989, #4df960);
}

.product-category-box.category-digital .product-category-box-tag {
    color: #00e2cb;
}

.product-category-box.category-physical {
    background: url("../img/marketplace/category/04.png") no-repeat right top, linear-gradient(to right, #2f9a3a, #e9fc49);
}

.product-category-box.category-physical .product-category-box-tag {
    color: #66e273;
}

.product-category-box .product-category-box-title {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
}

.product-category-box .product-category-box-text {
    margin-top: 4px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}

.product-category-box .product-category-box-tag {
    display: inline-block;
    height: 20px;
    margin-top: 36px;
    padding: 0 8px;
    border-radius: 200px;
    background-color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
}

/*------------------------------------------------------------------
[Table of contents]

1. .stream-box
-------------------------------------------------------------------*/
/*----------------------
    1. STREAM BOX
----------------------*/
.stream-box {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    transition: border-radius .2s ease-in-out;
}

.stream-box.no-video-radius:hover .stream-box-info {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.stream-box.no-video-radius .stream-box-video iframe {
    border-radius: 0;
}

.stream-box.big:hover .stream-box-info {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.stream-box.big .stream-box-video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.stream-box.big .stream-box-video iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.stream-box.big .stream-box-info {
    padding: 28px 28px 28px 88px;
}

.stream-box.big .stream-box-info .stream-box-game-image {
    width: 44px;
    height: 60px;
    position: absolute;
    top: 28px;
    left: 28px;
}

.stream-box.big .stream-box-info .stream-box-title {
    font-size: 1.125rem;
}

.stream-box.big .stream-box-info .stream-box-category {
    margin-top: 6px;
    font-size: 0.875rem;
}

.stream-box.big .stream-box-info .stream-box-views {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.stream-box .stream-box-video {
    height: 160px;
}

.stream-box .stream-box-video iframe {
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.stream-box .stream-box-image {
    border-radius: 50%;
    border: 4px solid #1d2333;
    position: absolute;
    top: 138px;
    left: 24px;
    z-index: 3;
}

.stream-box .stream-box-info {
    padding: 22px 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    z-index: 2;
    transition: border-radius .2s ease-in-out;
}

.stream-box .stream-box-info .stream-box-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.stream-box .stream-box-info .stream-box-title a {
    color: #fff;
    font-weight: 700;
}

.stream-box .stream-box-info .stream-box-text {
    margin-top: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

.stream-box .stream-box-info .stream-box-text a {
    color: #9aa4bf;
    font-weight: 500;
}

.stream-box .stream-box-info .stream-box-category {
    margin-top: 14px;
    font-size: 0.75rem;
    font-weight: 600;
}

.stream-box .stream-box-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 77px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #21283b;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
    position: absolute;
    bottom: -77px;
    left: 0;
    z-index: 9999;
    transform: translate(0, -20px);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.stream-box:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.stream-box:hover .stream-box-info {
    border-radius: 0;
}

.stream-box:hover .stream-box-meta {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

/*------------------------------------------------------------------
[Table of contents]

1. .video-box
2. .video-box-list
-------------------------------------------------------------------*/
/*-------------------
    1. VIDEO BOX
-------------------*/
.video-box {
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.video-box.small .video-box-cover:hover .play-button {
    transform: translate(0, -20px);
}

.video-box.small .video-box-cover:hover .video-box-info .video-box-title,
.video-box.small .video-box-cover:hover .video-box-info .video-box-text {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.video-box.small .video-box-cover::after {
    border-radius: 12px;
}

.video-box.small .video-box-cover .video-box-cover-image {
    height: 128px;
    border-radius: 12px;
}

.video-box.small .video-box-cover .play-button {
    top: 40px;
    transition: transform .3s ease-in-out;
}

.video-box.small .video-box-cover .video-box-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 16px 14px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.video-box.small .video-box-cover .video-box-info .video-box-title,
.video-box.small .video-box-cover .video-box-info .video-box-text {
    color: #fff;
    transform: translate(20px, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
}

.video-box.small .video-box-cover .video-box-info .video-box-title {
    font-size: 0.75rem;
}

.video-box.small .video-box-cover .video-box-info .video-box-text {
    margin-top: 4px;
    transition-delay: .15s;
}

.video-box .video-box-cover {
    cursor: pointer;
    position: relative;
}

.video-box .video-box-cover:hover::after {
    opacity: 1;
    visibility: visible;
}

.video-box .video-box-cover::after {
    content: '';
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: rgba(21, 21, 31, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.video-box .video-box-cover .video-box-cover-image {
    height: 160px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.video-box .video-box-cover .play-button {
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -23px;
    z-index: 2;
}

.video-box .video-box-info {
    padding: 22px 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #1d2333;
}

.video-box .video-box-info .video-box-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.video-box .video-box-info .video-box-text {
    margin-top: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}

/*-----------------------
    2. VIDEO BOX LIST
-----------------------*/
.video-box-list .video-box {
    margin-bottom: 22px;
}

.video-box-list .video-box:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[Table of contents]

1. .video-status
-------------------------------------------------------------------*/
/*----------------------
    1. VIDEO STATUS
----------------------*/
.video-status {
    display: block;
    border-radius: 12px;
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, 0.1);
}

.video-status.small {
    padding-left: 180px;
    position: relative;
}

.video-status.small .video-status-image {
    width: 180px;
    height: 180px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.video-status.small .video-status-info {
    height: 180px;
    padding: 26px 28px 22px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
}

.video-status.small .video-status-info .video-status-title {
    margin-top: 0;
    font-size: 1rem;
}

.video-status.small .video-status-info .video-status-text {
    margin-top: 10px;
}

.video-status.small .video-status-info .video-status-meta {
    margin-top: 22px;
}

.video-status .video-status-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.video-status .video-status-image.mobile {
    display: none;
}

.video-status .video-status-info {
    padding: 22px 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #21283b;
}

.video-status .video-status-info .video-status-meta {
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.video-status .video-status-info .video-status-title {
    margin-top: 12px;
    font-size: 1.125rem;
    font-weight: 500;
}

.video-status .video-status-info .video-status-title .bold {
    font-weight: 700;
}

.video-status .video-status-info .video-status-title .highlighted {
    color: #4ff461;
    font-weight: 700;
}

.video-status .video-status-info .video-status-text {
    margin-top: 2px;
    color: #9aa4bf;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 680px) {
    .video-status.small {
        padding-left: 0;
    }

    .video-status.small .video-status-image {
        display: none;
        width: 100%;
        height: auto;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        position: static;
    }

    .video-status.small .video-status-image.mobile {
        display: block;
    }

    .video-status.small .video-status-info {
        height: auto;
        padding: 22px 28px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top-right-radius: 0;
    }

    .video-status.small .video-status-info .video-status-title {
        margin-top: 12px;
        font-size: 1.125rem;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .content-actions
2. .reaction-item-list
3. .reaction-image
4. .user-avatar-list
-------------------------------------------------------------------*/
/*--------------------------
    1. CONTENT ACTIONS
--------------------------*/
.content-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}

.content-actions .content-action {
    display: flex;
    flex-wrap: wrap;
}

/*-----------------------------
    2. REACTION ITEM LIST
-----------------------------*/
.reaction-item-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.reaction-item-list.small .reaction-item {
    width: 20px;
    height: 20px;
}

.reaction-item-list.small .reaction-item .reaction-image {
    width: 16px;
    height: 16px;
}

.reaction-item-list .reaction-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #1d2333;
    margin-left: -6px;
}

.reaction-item-list .reaction-item .simple-dropdown .simple-dropdown-text:first-child {
    margin-bottom: 10px;
}

.reaction-item-list .reaction-item>.reaction-image {
    cursor: pointer;
}

.reaction-item-list .reaction-item:last-child {
    margin-left: 0;
}

/*-------------------------
    3. REACTION IMAGE
-------------------------*/
.reaction-image {
    width: 20px;
    height: 20px;
}

/*---------------------------
    4. USER AVATAR LIST
---------------------------*/
.user-avatar-list {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.user-avatar-list.reverse {
    flex-direction: row;
    justify-content: flex-start;
}

.user-avatar-list.reverse.medium .user-avatar:first-child {
    margin-left: 0;
}

.user-avatar-list.reverse.medium .user-avatar:last-child {
    margin-left: -10px;
}

.user-avatar-list.centered {
    justify-content: center;
}

.user-avatar-list.medium .user-avatar {
    margin-left: -10px;
}

.user-avatar-list.medium .user-avatar:last-child {
    margin-left: 0;
}

.user-avatar-list .user-avatar {
    margin-left: -8px;
}

.user-avatar-list .user-avatar .user-avatar-border {
    z-index: 3;
}

.user-avatar-list .user-avatar:last-child {
    margin-left: 0;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 479px) {
    .content-actions .user-avatar-list {
        display: none;
    }

    .content-actions .user-avatar-list+.meta-line-text {
        display: none;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .user-preview
-------------------------------------------------------------------*/
/*----------------------
    1. USER PREVIEW
----------------------*/
.user-preview {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.user-preview.fixed-height {
    height: 140px;
}

.user-preview.fixed-height-medium {
    height: 284px;
}

.user-preview.small .user-preview-cover {
    height: 70px;
}

.user-preview.small .user-preview-info .tag-sticker {
    right: 16px;
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-title {
    font-size: 1.125rem;
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-title.small {
    font-size: 0.875rem;
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-text {
    font-size: 0.6875rem;
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-text.regular {
    margin-top: 6px;
    font-size: 0.75rem;
}

.user-preview.small .user-preview-info .user-stats,
.user-preview.small .user-preview-info .social-links {
    margin-top: 36px;
}

.user-preview.small .user-preview-info .user-preview-social-links-wrap {
    width: 160px;
    margin: 32px auto 0;
}

.user-preview.landscape {
    display: flex;
    align-items: center;
    height: 100px;
    padding-left: 84px;
    position: relative;
}

.user-preview.landscape .user-preview-cover {
    width: 84px;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.user-preview.landscape .user-preview-info {
    width: 100%;
    padding: 0 28px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-preview.landscape .user-preview-info .user-short-description {
    width: 200px;
}

.user-preview.landscape .user-preview-info .user-short-description+.user-stats {
    margin-top: 0;
}

.user-preview.landscape .user-preview-info .user-avatar-list+.user-preview-actions {
    margin-top: 0;
}

.user-preview.landscape .user-preview-info .user-avatar-list,
.user-preview.landscape .user-preview-info .badge-list,
.user-preview.landscape .user-preview-info .user-preview-social-links-wrap,
.user-preview.landscape .user-preview-info .user-preview-actions,
.user-preview.landscape .user-preview-info .social-links {
    margin-top: 0;
}

.user-preview.landscape .user-preview-info .social-links {
    width: 168px;
}

.user-preview.landscape .user-preview-info .badge-list {
    display: flex;
}

.user-preview.landscape .user-preview-info .badge-list .badge-item {
    margin-right: 8px;
}

.user-preview.landscape .user-preview-info .badge-list .badge-item:last-child {
    margin-right: 0;
}

.user-preview.landscape .user-preview-info .user-preview-social-links-wrap {
    width: 160px;
    margin-left: 8px;
}

.user-preview.landscape .user-preview-info .user-preview-actions {
    margin-top: 0;
}

.user-preview.landscape .user-preview-info .user-preview-actions .button,
.user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker {
    margin-right: 12px;
}

.user-preview.landscape .user-preview-info .user-preview-actions .button:last-child,
.user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker:last-child {
    margin-right: 0;
}

.user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker {
    position: static;
}

.user-preview.landscape .user-preview-info .user-preview-actions .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 44px;
}

.user-preview .user-preview-cover {
    height: 96px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.user-preview .user-preview-info {
    padding: 0 28px 32px;
    position: relative;
}

.user-preview .user-preview-info .tag-sticker {
    position: absolute;
    top: -12px;
    right: 28px;
}

.user-preview .user-preview-info .user-short-description.tiny .user-short-description-title {
    font-size: 0.875rem;
}

.user-preview .user-preview-info .user-short-description.tiny .user-short-description-text {
    font-size: 0.6875rem;
}

.user-preview .user-preview-info .user-short-description .user-short-description-title {
    font-size: 1.25rem;
}

.user-preview .user-preview-info .user-short-description .user-short-description-text {
    font-size: 0.75rem;
}

.user-preview .user-preview-info .user-short-description+.user-stats {
    margin-top: 30px;
}

.user-preview .user-preview-info .user-short-description+.button {
    margin-top: 34px;
}

.user-preview .user-preview-info .badge-list {
    margin-top: 28px;
}

.user-preview .user-preview-info .user-preview-stats-slides {
    margin-top: 40px;
}

.user-preview .user-preview-info .user-preview-stats-roster {
    position: absolute;
    top: 22px;
    right: 28px;
}

.user-preview .user-preview-info .user-preview-text {
    width: 270px;
    margin: -10px auto 0;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center;
}

.user-preview .user-preview-info .social-links {
    margin-top: 24px;
}

.user-preview .user-preview-info .user-preview-social-links-wrap {
    height: 36px;
    margin-top: 20px;
    position: relative;
}

.user-preview .user-preview-info .user-preview-social-links-wrap .user-preview-social-links {
    padding-top: 4px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.user-preview .user-preview-info .user-preview-social-links-wrap .slider-controls {
    width: 234px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10px;
    left: -40px;
    z-index: 1;
}

.user-preview .user-preview-info .user-avatar-list {
    margin-top: 34px;
}

.user-preview .user-preview-info .user-avatar-list+.user-preview-actions {
    margin-top: 36px;
}

.user-preview .user-preview-info .user-preview-actions {
    display: flex;
    margin-top: 40px;
}

.user-preview .user-preview-info .user-preview-actions .button {
    width: 100%;
    margin-right: 16px;
}

.user-preview .user-preview-info .user-preview-actions .button:last-child {
    margin-right: 0;
}

.user-preview .user-preview-info .user-preview-actions .button .button-icon {
    fill: #fff;
}

.user-preview .user-preview-info .user-preview-actions .button.white .button-icon {
    fill: #616a82;
}

.user-preview .user-preview-info .user-preview-actions .button.white:hover .button-icon {
    fill: #fff;
}

.user-preview .user-preview-info .user-preview-actions .button.full {
    width: 100%;
}

.user-preview .user-preview-info .user-preview-actions .button.full .button-icon {
    position: relative;
    left: -12px;
}

.user-preview .user-preview-author {
    padding-left: 26px;
    position: relative;
}

.user-preview .user-preview-author .user-preview-author-image {
    position: absolute;
    top: 1px;
    left: 0;
}

.user-preview .user-preview-author .user-preview-author-title {
    font-size: 0.625rem;
    font-weight: 500;
}

.user-preview .user-preview-author .user-preview-author-text {
    margin-top: 1px;
    font-size: 0.75rem;
    font-weight: 700;
}

.user-preview .user-preview-author .user-preview-author-text a {
    color: #fff;
    font-weight: 700;
}

.user-preview .user-preview-footer {
    display: flex;
    align-items: center;
    height: 65px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #21283b;
}

.user-preview .user-preview-footer.padded {
    height: auto;
    padding: 16px 28px;
}

.user-preview .user-preview-footer .user-preview-footer-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    border-right: 1px solid #2f3749;
}

.user-preview .user-preview-footer .user-preview-footer-action:last-child {
    border-right: none;
}

.user-preview .user-preview-footer .user-preview-footer-action.full {
    width: 100%;
    padding: 0 28px;
}

.user-preview .user-preview-footer .user-preview-footer-action.full .button {
    width: 100%;
}

.user-preview .user-preview-footer .user-preview-footer-action .button {
    width: 64px;
    height: 44px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1365px) {
    .user-preview.landscape .user-preview-info .badge-list {
        display: none;
    }
}

@media screen and (max-width: 1260px) {

    .user-preview.landscape .user-preview-info .social-links,
    .user-preview.landscape .user-preview-info .user-preview-social-links-wrap,
    .user-preview.landscape .user-preview-info .user-avatar-list {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .user-preview.landscape .user-preview-info .user-stats {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .user-preview.landscape {
        padding-left: 60px;
    }

    .user-preview.landscape .user-preview-cover {
        width: 60px;
    }

    .user-preview.landscape .user-preview-info {
        height: 100%;
        padding: 0 68px 0 0;
    }

    .user-preview.landscape .user-preview-info .user-short-description {
        width: auto;
    }

    .user-preview.landscape .user-preview-info .user-preview-actions {
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 8px;
        right: 12px;
    }

    .user-preview.landscape .user-preview-info .user-preview-actions .button,
    .user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker {
        width: 44px;
        height: 40px;
        margin: 0 0 4px 0;
    }

    .user-preview.landscape .user-preview-info .user-preview-actions .button:last-child,
    .user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker:last-child {
        margin-bottom: 0;
    }

    .user-preview .user-preview-info .user-preview-social-links-wrap {
        width: 160px;
        margin: 20px auto 0;
    }

    .user-preview .user-preview-info .user-preview-text {
        width: 95%;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .album-preview
2. .photo-preview
-------------------------------------------------------------------*/
/*----------------------
    1. ALBUM PREVIEW
----------------------*/
.album-preview {
    display: block;
    height: 340px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    position: relative;
}

.album-preview .album-preview-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.album-preview .text-sticker {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    pointer-events: none;
}

.album-preview .album-preview-info {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: inset 0 -120px 50px -40px rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 28px 26px;
    position: relative;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
}

.album-preview .album-preview-info:hover {
    box-shadow: inset 0 -120px 50px -40px rgba(64, 208, 79, 0.9);
}

.album-preview .album-preview-info .album-preview-title,
.album-preview .album-preview-info .album-preview-text {
    color: #fff;
}

.album-preview .album-preview-info .album-preview-title {
    font-size: 1rem;
    font-weight: 700;
}

.album-preview .album-preview-info .album-preview-text {
    margin-top: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}

/*----------------------
    2. PHOTO PREVIEW
----------------------*/
.photo-preview {
    display: block;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    position: relative;
}

.photo-preview.small {
    height: 184px;
}

.photo-preview:hover .photo-preview-info {
    opacity: 1;
    visibility: visible;
}

.photo-preview:hover .photo-preview-info .reaction-count-list .reaction-count {
    transform: scale(1);
}

.photo-preview .photo-preview-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.photo-preview .photo-preview-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: rgba(21, 21, 31, 0.96);
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.photo-preview .photo-preview-info .reaction-count-list .reaction-count {
    transform: scale(0);
    transition: transform .2s ease-in-out;
}

.photo-preview .photo-preview-info .reaction-count-list .reaction-count:first-child {
    transition-delay: .1s;
}

.photo-preview .photo-preview-info .reaction-count-list .reaction-count:last-child {
    transition-delay: .2s;
}

/*------------------------------------------------------------------
[Table of contents]

1. .popup-box
-------------------------------------------------------------------*/
/*--------------------
    1. POPUP BOX
--------------------*/
.popup-box {
    width: 90%;
    max-width: 984px;
    border-radius: 12px;
    background-color: #1d2333;
    opacity: 0;
    visibility: hidden;
}

.popup-box.mid {
    max-width: 784px;
}

.popup-box.small {
    max-width: 384px;
}

.popup-box .popup-box-body {
    display: flex;
}

.popup-box .popup-box-body .popup-box-sidebar {
    width: 36.2244897959%;
    border-right: 1px solid #2f3749;
}

.popup-box .popup-box-body .popup-box-sidebar .popup-box-sidebar-footer {
    padding: 28px;
}

.popup-box .popup-box-body .popup-box-sidebar .popup-box-sidebar-footer .button {
    margin-bottom: 16px;
}

.popup-box .popup-box-body .popup-box-sidebar .popup-box-sidebar-footer .button:last-child {
    margin-bottom: 0;
}

.popup-box .popup-box-body .popup-box-sidebar .user-preview {
    box-shadow: none;
    border-top-right-radius: 0;
}

.popup-box .popup-box-body .popup-box-sidebar .user-preview .user-preview-cover {
    border-top-right-radius: 0;
}

.popup-box .popup-box-body .popup-box-sidebar .product-preview {
    box-shadow: none;
    border-top-right-radius: 0;
}

.popup-box .popup-box-body .popup-box-sidebar .product-preview .product-preview-image {
    border-top-right-radius: 0;
}

.popup-box .popup-box-body .popup-box-content {
    width: 63.7755102041%;
    border-bottom-right-radius: 12px;
}

.popup-box .popup-box-body .popup-box-content.limited {
    max-height: 620px;
    overflow-y: auto;
}

.popup-box .popup-box-body .popup-box-content .widget-box {
    box-shadow: none;
}

.popup-box .popup-box-title {
    padding: 32px 28px 0;
    font-size: 1rem;
    font-weight: 700;
}

.popup-box .popup-box-subtitle {
    padding: 0 28px;
    margin-top: 6px;
    font-size: 0.875rem;
    font-weight: 700;
}

.popup-box .popup-box-subtitle .light {
    color: #9aa4bf;
    font-weight: 500;
}

.popup-box .form {
    margin-top: 32px;
}

.popup-box .form .form-row {
    padding: 0 28px;
}

.popup-box .form .form-uploadables {
    margin-top: 32px;
    padding: 0 28px 40px;
    height: 406px;
    overflow-y: auto;
}

.popup-box .widget-box .form .form-row {
    padding: 0;
}

.popup-box .popup-box-actions {
    display: flex;
    justify-content: flex-end;
    padding: 32px 38px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.popup-box .popup-box-actions.void {
    box-shadow: none;
}

.popup-box .popup-box-actions.medium {
    padding: 40px 28px;
}

.popup-box .popup-box-actions.full {
    display: block;
    padding: 40px 28px 28px;
}

.popup-box .popup-box-actions .popup-box-action-text {
    margin-top: 24px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.popup-box .popup-box-actions .popup-box-action {
    width: 180px;
    margin-right: 16px;
}

.popup-box .popup-box-actions .popup-box-action.full {
    width: 100%;
}

.popup-box .popup-box-actions .popup-box-action:last-child {
    margin-right: 0;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 680px) {
    .popup-box .popup-box-body {
        display: block;
    }

    .popup-box .popup-box-body .popup-box-sidebar,
    .popup-box .popup-box-body .popup-box-content {
        width: 100%;
    }

    .popup-box .popup-box-body .popup-box-sidebar {
        border-right: none;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .badge-item-preview
-------------------------------------------------------------------*/
/*----------------------------
    1. BADGE ITEM PREVIEW
----------------------------*/
.badge-item-preview {
    display: flex;
    height: 154px;
    padding: 32px 28px 0;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.badge-item-preview .badge-item-preview-image {
    width: 82px;
    height: 90px;
    flex-shrink: 0;
}

.badge-item-preview .badge-item-preview-info {
    padding-left: 24px;
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-text {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-timestamp {
    margin-top: 14px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 460px) {
    .badge-item-preview {
        height: auto;
        padding-bottom: 32px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .badge-item-stat
-------------------------------------------------------------------*/
/*--------------------------
    1. BADGE ITEM STAT
--------------------------*/
.badge-item-stat {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.badge-item-stat.void {
    padding: 20px 0 0;
    box-shadow: none;
}

.badge-item-stat .text-sticker {
    position: absolute;
    top: 10px;
    right: -6px;
}

.badge-item-stat .badge-item-stat-image-preview {
    position: absolute;
    top: 32px;
    left: 28px;
}

.badge-item-stat .badge-item-stat-image {
    display: block;
    margin: 0 auto;
}

.badge-item-stat .badge-item-stat-title {
    margin-top: 36px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
}

.badge-item-stat .badge-item-stat-text {
    width: 180px;
    margin: 16px auto 0;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center;
}

.badge-item-stat .progress-stat {
    max-width: 204px;
    margin: 54px auto 0;
}

/*------------------------------------------------------------------
[Table of contents]

1. .streamer-box
-------------------------------------------------------------------*/
/*----------------------
    1. STREAMER BOX
----------------------*/
.streamer-box {
    background-color: #1d2333;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.streamer-box.small .streamer-box-cover {
    height: 48px;
}

.streamer-box.small .streamer-box-info .streamer-box-image {
    top: -26px;
}

.streamer-box.small .streamer-box-info .streamer-box-title {
    font-size: 1rem;
}

.streamer-box.small .streamer-box-info .button {
    margin-top: 28px;
}

.streamer-box.small .streamer-box-info .button+.button {
    margin-top: 12px;
}

.streamer-box .streamer-box-cover {
    width: 100%;
    height: 70px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.streamer-box .streamer-box-info {
    padding: 50px 28px 32px;
    text-align: center;
    position: relative;
}

.streamer-box .streamer-box-info .streamer-box-image {
    width: 72px;
    height: 72px;
    border: 6px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -36px;
}

.streamer-box .streamer-box-info .streamer-box-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.streamer-box .streamer-box-info .streamer-box-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

.streamer-box .streamer-box-info .streamer-box-status {
    margin-top: 10px;
    display: inline-block;
    height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #9aa4bf;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.streamer-box .streamer-box-info .streamer-box-status.active {
    background-color: #f1315e;
}

.streamer-box .streamer-box-info .user-stats {
    margin-top: 38px;
}

.streamer-box .streamer-box-info .button {
    margin-top: 40px;
    width: 100%;
}

/*------------------------------------------------------------------
[Table of contents]

1. .calendar
2. .calendar-weekly
3. .calendar-daily
4. .calendar-events-preview
5. .calendar-event-preview-list
6. .calendar-event-preview
7. .calendar-widget
-------------------------------------------------------------------*/
/*--------------------
    1. CALENDAR
--------------------*/
.calendar {
    background-color: #1d2333;
}

.calendar.small {
    max-width: 215px;
}

.calendar.small .calendar-week {
    border: none;
}

.calendar.small .calendar-week .calendar-week-day {
    padding: 16px 0;
    font-size: 0.75rem;
}

.calendar.small .calendar-week .calendar-week-day .week-day-short {
    display: block;
}

.calendar.small .calendar-week .calendar-week-day .week-day-long {
    display: none;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 0;
    border: none;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day.inactive {
    background-color: #1d2333;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number, .calendar.small .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number {
    width: 24px;
    height: 24px;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-number {
    font-size: 0.75rem;
    position: static;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-events {
    position: absolute;
    bottom: 2px;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event {
    display: block;
    margin: 0 2px 0 0;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:last-child {
    margin: 0;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-event {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    padding: 0;
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-event .calendar-day-event-text {
    display: none;
}

.calendar .calendar-week {
    display: flex;
    border-bottom: 1px solid #2f3749;
}

.calendar .calendar-week .calendar-week-day {
    width: 14.2857142857%;
    padding: 28px 0;
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.calendar .calendar-week .calendar-week-day .week-day-short {
    display: none;
}

.calendar .calendar-days .calendar-day-row {
    display: flex;
}

.calendar .calendar-days .calendar-day-row .calendar-day {
    width: 14.2857142857%;
    height: 120px;
    padding: 52px 12px 0 16px;
    border-right: 1px solid #2f3749;
    border-bottom: 1px solid #2f3749;
    position: relative;
}

.calendar .calendar-days .calendar-day-row .calendar-day:last-child {
    border-right: none;
}

.calendar .calendar-days .calendar-day-row .calendar-day.inactive {
    background-color: #21283b;
}

.calendar .calendar-days .calendar-day-row .calendar-day.inactive .calendar-day-number {
    color: #9aa4bf;
    font-weight: 500;
}

.calendar .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number, .calendar .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 8px;
    left: 10px;
}

.calendar .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number {
    box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.16);
}

.calendar .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number {
    background-color: #7750f8;
    color: #fff;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-number {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 18px;
    z-index: 1;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events {
    display: flex;
    flex-wrap: wrap;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event {
    display: none;
    margin-bottom: 6px;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:nth-child(1), .calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:nth-child(2) {
    display: block;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:last-child {
    margin-bottom: 0;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-event {
    border-radius: 200px;
    padding: 6px 12px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-event.primary {
    background-color: #40d04f;
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-event.secondary {
    background-color: #7750f8;
}

/*-------------------------
    2. CALENDAR WEEKLY
-------------------------*/
.calendar-weekly {
    background-color: #1d2333;
}

.calendar-weekly .calendar-weekly-week {
    display: flex;
    padding-left: 56px;
}

.calendar-weekly .calendar-weekly-week-day {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14.2857142857%;
    padding: 28px 0;
}

.calendar-weekly .calendar-weekly-week-day.active .calendar-weekly-week-day-number {
    color: #7750f8;
    font-weight: 700;
}

.calendar-weekly .calendar-weekly-week-day .calendar-weekly-week-day-text {
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 500;
}

.calendar-weekly .calendar-weekly-week-day .calendar-weekly-week-day-number {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: 500;
}

.calendar-weekly .calendar-weekly-body-wrap {
    height: 640px;
    overflow-y: auto;
}

.calendar-weekly .calendar-weekly-body {
    padding: 6px 0 0 56px;
    position: relative;
}

.calendar-weekly .calendar-weekly-hours {
    position: absolute;
    top: 0;
    left: 0;
}

.calendar-weekly .calendar-weekly-hours .calendar-weekly-hour {
    height: 120px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.calendar-weekly .calendar-weekly-days {
    display: flex;
}

.calendar-weekly .calendar-weekly-day-column {
    width: 14.2857142857%;
}

.calendar-weekly .calendar-weekly-day-column.active .calendar-weekly-day-interval {
    background-color: #21283b;
}

.calendar-weekly .calendar-weekly-day-column:last-child .calendar-weekly-day-interval {
    border-right: none;
}

.calendar-weekly .calendar-weekly-day-interval {
    width: 100%;
    height: 120px;
    border-top: 1px solid #2f3749;
    border-right: 1px solid #2f3749;
}

.calendar-weekly .calendar-weekly-day-interval:last-child {
    border-bottom: 1px solid #2f3749;
}

.calendar-weekly .calendar-weekly-day-part {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    padding: 0 10px;
    border-bottom: 1px solid rgba(234, 234, 245, 0.5);
}

.calendar-weekly .calendar-weekly-day-part:last-child {
    border-bottom: none;
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event {
    border-radius: 200px;
    padding: 6px 12px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event.span-3 {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event.primary {
    background-color: #40d04f;
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event.secondary {
    background-color: #7750f8;
}

/*-------------------------
    3. CALENDAR DAILY
-------------------------*/
.calendar-daily {
    background-color: #1d2333;
}

.calendar-daily .calendar-daily-body-wrap {
    height: 640px;
    overflow-y: auto;
}

.calendar-daily .calendar-daily-body {
    padding: 6px 0 0 56px;
    position: relative;
}

.calendar-daily .calendar-daily-hours {
    position: absolute;
    top: 0;
    left: 0;
}

.calendar-daily .calendar-daily-hours .calendar-daily-hour {
    height: 120px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.calendar-daily .calendar-daily-interval {
    width: 100%;
    height: 120px;
    border-top: 1px solid #2f3749;
}

.calendar-daily .calendar-daily-interval:last-child {
    border-bottom: 1px solid #2f3749;
}

.calendar-daily .calendar-daily-interval-part {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid rgba(234, 234, 245, 0.5);
}

.calendar-daily .calendar-daily-interval-part:last-child {
    border-bottom: none;
}

.calendar-daily .calendar-daily-event {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 12px 14px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-daily .calendar-daily-event.span-3 {
    height: 180px;
    position: relative;
    z-index: 1;
}

.calendar-daily .calendar-daily-event.primary {
    background-color: #40d04f;
}

.calendar-daily .calendar-daily-event.secondary {
    background-color: #7750f8;
}

/*--------------------------------
    4. CALENDAR EVENTS PREVIEW
---------------------------------*/
.calendar-events-preview {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.calendar-events-preview.small .calendar-events-preview-title {
    font-size: 0.875rem;
}

.calendar-events-preview.small .calendar-event-preview-list {
    margin-top: 36px;
}

.calendar-events-preview .calendar-events-preview-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.calendar-events-preview .calendar-event-preview-list {
    margin-top: 48px;
}

/*-------------------------------------
    5. CALENDAR EVENT PREVIEW LIST
-------------------------------------*/
.calendar-event-preview-list .calendar-event-preview {
    margin-bottom: 28px;
}

.calendar-event-preview-list .calendar-event-preview:last-child {
    margin-bottom: 0;
}

/*--------------------------------
    6. CALENDAR EVENT PREVIEW
---------------------------------*/
.calendar-event-preview {
    padding-left: 72px;
    position: relative;
}

.calendar-event-preview.small .calendar-event-preview-start-time .calendar-event-preview-start-time-title {
    font-size: 0.875rem;
}

.calendar-event-preview.small .calendar-event-preview-start-time .calendar-event-preview-start-time-text {
    margin-top: 4px;
    font-size: 0.75rem;
}

.calendar-event-preview.small .calendar-event-preview-info::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    top: 2px;
}

.calendar-event-preview.small .calendar-event-preview-info .calendar-event-preview-title {
    font-size: 0.875rem;
}

.calendar-event-preview.small .calendar-event-preview-info .calendar-event-preview-text {
    font-size: 0.75rem;
    line-height: 1.1666666667em;
}

.calendar-event-preview.primary .calendar-event-preview-info::before {
    border-color: #40d04f;
}

.calendar-event-preview.secondary .calendar-event-preview-info::before {
    border-color: #7750f8;
}

.calendar-event-preview .calendar-event-preview-start-time {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.calendar-event-preview .calendar-event-preview-start-time .calendar-event-preview-start-time-title {
    font-size: 1rem;
    font-weight: 700;
}

.calendar-event-preview .calendar-event-preview-start-time .calendar-event-preview-start-time-text {
    margin-top: 2px;
    font-size: 0.875rem;
    font-weight: 500;
}

.calendar-event-preview .calendar-event-preview-info {
    position: relative;
}

.calendar-event-preview .calendar-event-preview-info::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid transparent;
    position: absolute;
    top: 0;
    left: -24px;
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-title {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-time {
    margin-top: 14px;
    font-size: 0.875rem;
    font-weight: 500;
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-time .bold {
    font-weight: 700;
}

/*------------------------
    7. CALENDAR WIDGET
------------------------*/
.calendar-widget {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.calendar-widget .calendar-widget-header {
    padding: 28px 28px 0;
    display: flex;
    justify-content: space-between;
}

.calendar-widget .calendar-widget-header .calendar-widget-header-actions {
    display: flex;
    align-items: center;
}

.calendar-widget .calendar-widget-header .calendar-widget-header-actions .slider-controls {
    margin-right: 25px;
}

.calendar-widget .calendar-widget-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.calendar-widget .slider-controls {
    display: flex;
}

.calendar-widget .slider-controls .slider-control {
    margin-right: 18px;
}

.calendar-widget .slider-controls .slider-control:last-child {
    margin-right: 0;
}

.calendar-widget .calendar,
.calendar-widget .calendar-weekly {
    margin-top: 26px;
    padding: 0 28px;
}

.calendar-widget .calendar-daily {
    margin-top: 60px;
    padding: 0 28px;
}

.calendar-widget .calendar-events-preview {
    margin-top: 60px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 680px) {
    .calendar.full .calendar-week {
        border: none;
    }

    .calendar.full .calendar-week .calendar-week-day {
        padding: 16px 0;
        font-size: 0.75rem;
    }

    .calendar.full .calendar-week .calendar-week-day .week-day-short {
        display: block;
    }

    .calendar.full .calendar-week .calendar-week-day .week-day-long {
        display: none;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 44px;
        padding: 0;
        border: none;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day.inactive {
        background-color: #fff;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number, .calendar.full .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number {
        width: 24px;
        height: 24px;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-number {
        font-size: 0.75rem;
        position: static;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-events {
        flex-direction: row;
        position: absolute;
        bottom: 2px;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event {
        display: block;
        margin: 0 2px 0 0;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:last-child {
        margin: 0;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-event {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        padding: 0;
    }

    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-event .calendar-day-event-text {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .calendar-widget .calendar-widget-header {
        display: block;
    }

    .calendar-widget .calendar-widget-header .calendar-widget-header-actions {
        justify-content: center;
    }

    .calendar-widget .calendar-widget-header .calendar-widget-header-actions:first-child {
        flex-direction: column;
    }

    .calendar-widget .calendar-widget-header .calendar-widget-header-actions:first-child .slider-controls {
        order: 2;
        margin: 12px 0 0;
    }

    .calendar-widget .calendar-widget-header .calendar-widget-header-actions:last-child {
        margin-top: 18px;
    }

    .calendar-widget .calendar-widget-title {
        font-size: 1rem;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .event-preview-list
2. .event-preview
-------------------------------------------------------------------*/
/*----------------------------
    1. EVENT PREVIEW LIST
----------------------------*/
.event-preview-list .event-preview {
    margin-bottom: 32px;
}

.event-preview-list .event-preview:last-child {
    margin-bottom: 0;
}

/*------------------------
    2. EVENT PREVIEW
------------------------*/
.event-preview {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.event-preview.small {
    box-shadow: none;
}

.event-preview.small .event-preview-cover {
    height: 80px;
    border-radius: 12px;
}

.event-preview.small .event-preview-info {
    display: block;
    height: auto;
    padding: 20px 0 0 42px;
}

.event-preview.small .event-preview-info .date-sticker {
    width: 30px;
    top: 22px;
    left: 0;
}

.event-preview.small .event-preview-info .date-sticker .date-sticker-day {
    padding: 6px 0 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1rem;
}

.event-preview.small .event-preview-info .date-sticker .date-sticker-month {
    padding: 2px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 0.625rem;
}

.event-preview.small .event-preview-title {
    font-size: 0.875rem;
}

.event-preview.small .event-preview-text {
    margin-top: 12px;
    font-size: 0.75rem;
    line-height: 1.1666666667em;
}

.event-preview.small .event-preview-timestamp {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: 0.75rem;
}

.event-preview .event-preview-cover {
    width: 100%;
    height: 98px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.event-preview .event-preview-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 385px;
    padding: 40px 28px 32px;
    position: relative;
}

.event-preview .event-preview-info .date-sticker {
    position: absolute;
    top: -42px;
    left: 28px;
}

.event-preview .event-preview-title {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.event-preview .event-preview-timestamp {
    margin-top: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

.event-preview .event-preview-timestamp .bold {
    font-weight: 700;
}

.event-preview .event-preview-text {
    margin-top: 20px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.event-preview .meta-line {
    margin-top: 26px;
}

.event-preview .button {
    width: 100%;
    margin-top: 38px;
}

/*------------------------------------------------------------------
[Table of contents]

1. .quest-preview-list
2. .quest-preview
-------------------------------------------------------------------*/
/*----------------------------
    1. QUEST PREVIEW LIST
----------------------------*/
.quest-preview-list .quest-preview {
    margin-bottom: 28px;
}

.quest-preview-list .quest-preview:last-child {
    margin-bottom: 0;
}

/*-----------------------
    2. QUEST PREVIEW
-----------------------*/
.quest-preview .quest-preview-info {
    padding: 2px 8px 0 42px;
    position: relative;
}

.quest-preview .quest-preview-info .quest-preview-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.quest-preview .quest-preview-info .quest-preview-title {
    font-size: 0.875rem;
    font-weight: 700;
}

.quest-preview .quest-preview-info .quest-preview-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3333333333em;
}

.quest-preview .progress-stat {
    margin-top: 16px;
}

/*------------------------------------------------------------------
[Table of contents]

1. .quest-item
-------------------------------------------------------------------*/
/*---------------------
    1. QUEST ITEM
---------------------*/
.quest-item {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.quest-item .quest-item-cover {
    width: 100%;
    height: 120px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.quest-item .text-sticker {
    position: absolute;
    top: 10px;
    right: -6px;
}

.quest-item .quest-item-info {
    padding: 44px 28px 0;
    position: relative;
}

.quest-item .quest-item-badge {
    border: 6px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: 22px;
}

.quest-item .quest-item-title {
    font-size: 1.125rem;
    font-weight: 700;
}

.quest-item .quest-item-text {
    margin-top: 18px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.quest-item .progress-stat {
    max-width: 228px;
    margin-top: 48px;
}

.quest-item .quest-item-meta {
    display: flex;
    align-items: center;
    margin-top: 22px;
    padding: 14px 0;
    border-top: 1px solid #2f3749;
}

.quest-item .quest-item-meta .quest-item-meta-info {
    margin-left: 10px;
}

.quest-item .quest-item-meta .quest-item-meta-title {
    font-size: 0.75rem;
    font-weight: 700;
}

.quest-item .quest-item-meta .quest-item-meta-text {
    color: #9aa4bf;
    font-size: 0.625rem;
    font-weight: 500;
}

/*------------------------------------------------------------------
[Table of contents]

1. .forum-post-header
2. .forum-post-list
3. .forum-post
-------------------------------------------------------------------*/
/*---------------------------
    1. FORUM POST HEADER
---------------------------*/
.forum-post-header {
    display: flex;
    align-items: center;
    height: 40px;
}

.forum-post-header .forum-post-header-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.forum-post-header .forum-post-header-title:first-child {
    width: 184px;
    padding-left: 28px;
    flex-shrink: 0;
}

.forum-post-header .forum-post-header-title:last-child {
    width: 79.185520362%;
}

/*------------------------
    2. FORUM POST LIST
------------------------*/
.forum-post-list {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.forum-post-list .forum-post {
    box-shadow: none;
}

.forum-post-list .forum-post:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.forum-post-list .forum-post:first-child .forum-post-meta {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.forum-post-list .forum-post:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*--------------------
    3. FORUM POST
--------------------*/
.forum-post {
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.forum-post .forum-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
    padding: 0 28px;
    background-color: #21283b;
}

.forum-post .forum-post-timestamp {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.forum-post .forum-post-actions {
    display: flex;
}

.forum-post .forum-post-actions .forum-post-action {
    margin-right: 32px;
}

.forum-post .forum-post-actions .forum-post-action:last-child {
    margin-right: 0;
}

.forum-post .forum-post-action {
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
}

.forum-post .forum-post-action:hover {
    color: #4ff461;
}

.forum-post .forum-post-action.light {
    color: #9aa4bf;
}

.forum-post .forum-post-action.light:hover {
    color: #fff;
}

.forum-post .forum-post-content {
    display: flex;
    min-height: 234px;
}

.forum-post .forum-post-content .forum-post-user {
    width: 184px;
    flex-shrink: 0;
}

.forum-post .forum-post-content .forum-post-info {
    width: 79.185520362%;
}

.forum-post .forum-post-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 28px;
}

.forum-post .forum-post-user .user-avatar.small {
    display: none;
}

.forum-post .forum-post-user .forum-post-user-title {
    margin-top: 8px;
    font-size: 0.875rem;
    font-weight: 700;
}

.forum-post .forum-post-user .forum-post-user-title a {
    color: #fff;
    font-weight: 700;
}

.forum-post .forum-post-user .forum-post-user-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 500;
}

.forum-post .forum-post-user .forum-post-user-text a {
    color: #9aa4bf;
    font-weight: 500;
}

.forum-post .forum-post-user .forum-post-user-text a:hover {
    color: #4ff461;
}

.forum-post .forum-post-user .forum-post-user-tag {
    height: 20px;
    margin-top: 12px;
    padding: 0 8px;
    border-radius: 200px;
    background-color: #7750f8;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.forum-post .forum-post-user .forum-post-user-tag.organizer {
    background-color: #40d04f;
}

.forum-post .forum-post-info {
    padding: 32px 28px 32px 0;
}

.forum-post .forum-post-info .forum-post-paragraph {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.forum-post .forum-post-info .forum-post-paragraph:first-child {
    margin-top: 0;
}

.forum-post .forum-post-info .forum-post-paragraph .bold {
    font-weight: 700;
}

.forum-post .forum-post-info .forum-post-image {
    margin-top: 24px;
    width: 75%;
    height: auto;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 460px) {
    .forum-post-header {
        display: none;
    }

    .forum-post .forum-post-content {
        display: block;
    }

    .forum-post .forum-post-content .forum-post-user,
    .forum-post .forum-post-content .forum-post-info {
        width: 100%;
    }

    .forum-post .forum-post-actions .forum-post-action {
        margin-right: 16px;
    }

    .forum-post .forum-post-actions .forum-post-action:last-child {
        margin-right: 0;
    }

    .forum-post .forum-post-user {
        align-items: flex-start;
        padding-left: 28px;
    }

    .forum-post .forum-post-user .user-avatar {
        display: none;
    }

    .forum-post .forum-post-user .user-avatar.small {
        display: block;
    }

    .forum-post .forum-post-info {
        padding-left: 28px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .slider-panel
2. .roster-pictures
3. .roster-picture
-------------------------------------------------------------------*/
/*----------------------
    1. SLIDER PANEL
----------------------*/
.slider-panel .slider-panel-slide {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.slider-panel .slider-panel-slide-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-panel .slider-panel-roster {
    display: flex;
    align-items: center;
    height: 100px;
    margin-top: 16px;
    padding: 0 46px 0 74px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.slider-panel .slider-panel-roster .slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.slider-panel .slider-panel-roster .slider-controls::before, .slider-panel .slider-panel-roster .slider-controls::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px;
}

.slider-panel .slider-panel-roster .slider-controls::before {
    left: 46px;
}

.slider-panel .slider-panel-roster .slider-controls::after {
    display: none;
    right: 46px;
}

.slider-panel .slider-panel-roster .button {
    width: 180px;
    margin-right: 28px;
    position: relative;
    z-index: 2;
}

.slider-panel .slider-panel-roster .roster-pictures {
    position: relative;
    z-index: 2;
}

/*------------------------
    2. ROSTER PICTURES
------------------------*/
.roster-pictures {
    display: flex;
    padding: 0 22px;
    position: relative;
}

.roster-pictures::before, .roster-pictures::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 14px;
}

.roster-pictures::before {
    left: 0;
}

.roster-pictures::after {
    right: 0;
}

.roster-pictures .roster-picture {
    margin-right: 28px;
}

.roster-pictures .roster-picture:last-child {
    margin-right: 0;
}

/*------------------------
    3. ROSTER PICTURE
------------------------*/
.roster-picture {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
}

.roster-picture.tns-nav-active::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 4px solid #7750f8;
    position: absolute;
    top: 0;
    left: 0;
}

.roster-picture .roster-picture-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1365px) {
    .slider-panel .slider-panel-roster {
        justify-content: center;
    }

    .slider-panel .slider-panel-roster .roster-pictures {
        display: none;
    }

    .slider-panel .slider-panel-roster .slider-controls::after {
        display: block;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .chart-wrap
2. .chart
-------------------------------------------------------------------*/
/*----------------------
    1. CHART WRAP
----------------------*/
.chart-wrap {
    width: 100%;
    height: 360px;
}

.chart-wrap.small {
    height: 210px;
}

/*---------------
    2. CHART
---------------*/
.chart {
    width: 100%;
    height: 100%;
    position: relative;
}

.demo-box {
    padding: 48px 28px 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.demo-box::before {
    content: '';
    width: 100%;
    height: 48px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #7750f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.demo-box:nth-child(2n+2)::before {
    background-color: #40d04f;
}

.demo-box .demo-box-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #1d2333;
    margin: -26px auto 0;
    position: relative;
    z-index: 2;
}

.demo-box .demo-box-icon-wrap .demo-box-icon {
    fill: #fff;
}

.demo-box .demo-box-title,
.demo-box .demo-box-text {
    text-align: center;
}

.demo-box .demo-box-title {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 700;
}

.demo-box .demo-box-text {
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.demo-box .button {
    margin-top: 36px;
    overflow: hidden;
    position: relative;
}

.demo-box .button .active-text,
.demo-box .button .inactive-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .3s ease-in-out;
}

.demo-box .button .active-text {
    transform: translate(0, 100%);
}

.demo-box .button.active {
    background-color: #40d04f;
}

.demo-box .button.active .inactive-text {
    transform: translate(0, -100%);
}

.demo-box .button.active .active-text {
    transform: translate(0, 0);
}

/*-------------
    LAYOUT
-------------*/
/*------------------------------------------------------------------
[Table of contents]

1. .header
2. .sidemenu-trigger
3. .floaty-bar
-------------------------------------------------------------------*/
/*-----------------
    1. HEADER
-----------------*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #7750f8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.header .header-actions {
    display: flex;
    align-items: center;
}

.header .header-actions.search-bar {
    width: 30%;
}

.header .header-actions.search-bar .header-search-dropdown {
    width: 100%;
}

.header .header-actions .progress-stat {
    width: 110px;
}

.header .header-actions .register-button {
    padding: 0 26px;
    margin: 0 30px;
}

.header .header-actions .login-form {
    margin: 0 14px 0 12px;
}

.header .header-actions .login-form .button {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
}

.header .header-brand {
    display: flex;
    align-items: center;
}

.header .header-brand .logo {
    margin-left: 26px;
}

.header .header-brand .header-brand-text {
    margin-left: 26px;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
}

.header .sidemenu-trigger,
.header .mobilemenu-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.header .sidemenu-trigger.active .icon-grid, .header .sidemenu-trigger:hover .icon-grid {
    fill: #fff;
}

.header .sidemenu-trigger .icon-grid {
    pointer-events: none;
    transition: fill .3s ease-in-out;
}

.header .mobilemenu-trigger {
    display: none;
}

.header .input-search {
    width: 100%;
}

.header .action-list {
    height: 80px;
}

.header .action-list::before, .header .action-list::after {
    top: 24px;
}

.header .action-item {
    width: 80px;
    height: 80px;
}

/*--------------------------
    2. SIDEMENU TRIGGER
--------------------------*/
.sidemenu-trigger .icon-grid {
    fill: #9b7dff;
}

.sidemenu-trigger.active .icon-grid {
    fill: #fff;
}

/*---------------------
    3. FLOATY BAR
---------------------*/
.floaty-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #293249;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.floaty-bar .bar-actions {
    display: flex;
    align-items: center;
}

.floaty-bar .bar-actions .progress-stat {
    width: 110px;
    margin: 0 32px;
}

.floaty-bar .action-list {
    height: 60px;
}

.floaty-bar .action-list::before, .floaty-bar .action-list::after {
    top: 14px;
}

.floaty-bar .action-list .action-list-item.unread::after {
    top: 16px;
}

.floaty-bar .action-item {
    width: 80px;
    height: 60px;
}

.floaty-bar .login-button {
    padding: 0 26px;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1500px) {
    .header .header-brand .header-brand-text {
        display: none;
    }
}

@media screen and (max-width: 1365px) {
    .header.logged-out .header-actions .mobilemenu-trigger {
        display: flex;
    }

    .header .header-actions .navigation {
        display: none;
    }

    .header .header-actions .progress-stat {
        margin-right: 28px;
    }

    .header .header-actions.search-bar {
        width: 50%;
        margin-right: 26px;
    }
}

@media screen and (max-width: 960px) {
    .header.logged-out .header-actions:nth-last-child(2) {
        display: block;
    }

    .header.logged-out .header-actions:last-child {
        display: none;
    }

    .header.logged-out .header-actions .register-button,
    .header.logged-out .header-actions .navigation {
        display: none;
    }

    .header .header-actions:nth-last-child(2) {
        display: none;
    }

    .header .header-actions .navigation {
        display: none;
    }

    .header .header-actions.search-bar {
        width: 80%;
    }

    .floaty-bar.logged-out {
        display: flex;
    }
}

@media screen and (max-width: 680px) {
    .header {
        height: 60px;
    }

    .header .header-actions:nth-last-child(1) {
        display: none;
    }

    .header .header-actions.search-bar {
        height: 100%;
        margin-right: 0;
    }

    .header .header-actions.search-bar .interactive-input {
        height: 100%;
    }

    .header .header-actions.search-bar .interactive-input input {
        border-radius: 0;
    }

    .header .header-actions .header-brand .logo {
        margin-left: 16px;
    }

    .header .header-actions .sidemenu-trigger {
        display: none;
    }

    .header .header-actions .mobilemenu-trigger {
        display: flex;
    }

    .floaty-bar {
        display: flex;
    }
}

@media screen and (max-width: 480px) {
    .floaty-bar .bar-actions:nth-child(1) {
        display: none;
    }

    .floaty-bar .action-list {
        padding: 0;
    }

    .floaty-bar .action-list::before, .floaty-bar .action-list::after {
        display: none;
    }

    .floaty-bar .action-list .action-list-item {
        padding: 0 20px;
    }

    .floaty-bar .action-item {
        width: auto;
        padding: 0 20px;
    }
}

/*------------------------------------------------------------------
[Table of contents]

1. .navigation
2. .menu-main
3. .menu
4. .section-navigation
5. .section-menu
-------------------------------------------------------------------*/
/*---------------------
    1. NAVIGATION
---------------------*/
.navigation {
    height: 80px;
}

/*---------------------
    2. MENU MAIN
---------------------*/
.menu-main {
    display: flex;
}

.menu-main .menu-main-item {
    position: relative;
}

.menu-main .menu-main-item .menu-main-item-link {
    padding: 0 24px;
    display: block;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 80px;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.menu-main .menu-main-item .menu-main-item-link .icon-dots {
    transition: fill .2s ease-in-out;
}

.menu-main .menu-main-item:hover>.menu-main-item-link {
    color: #4ff461;
}

.menu-main .menu-main-item:hover>.menu-main-item-link .icon-dots {
    fill: #4ff461;
}

.menu-main .menu-main-item:hover>.menu-main {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-main .menu-main-item .menu-main {
    flex-flow: column;
    width: 120px;
    padding: 8px 0;
    border-radius: 10px;
    background-color: #7750f8;
    position: absolute;
    top: 64px;
    transform: translate(0, -40px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.menu-main .menu-main-item .menu-main .menu-main-item .menu-main-item-link {
    padding: 8px 0 8px 18px;
    line-height: 1em;
}

/*---------------
    3. MENU
---------------*/
.menu.small .menu-item.active .menu-item-link:hover {
    padding-left: 0;
}

.menu.small .menu-item .menu-item-link {
    padding-left: 0;
}

.menu.small .menu-item .menu-item-link:hover {
    padding-left: 0;
}

.menu .menu-item {
    padding: 0 16px;
    margin-bottom: 6px;
}

.menu .menu-item:last-child {
    margin-bottom: 0;
}

.menu .menu-item.active .menu-item-link {
    color: #fff;
    background-color: #40d04f;
    box-shadow: 4px 7px 12px 0 rgba(64, 208, 79, 0.2);
}

.menu .menu-item.active .menu-item-link:hover {
    background-color: #40d04f;
    color: #fff;
    padding-left: 62px;
    box-shadow: 4px 7px 12px 0 rgba(64, 208, 79, 0.2);
}

.menu .menu-item.active .menu-item-link:hover .menu-item-link-icon {
    fill: #fff;
}

.menu .menu-item.active .menu-item-link .menu-item-link-icon {
    fill: #fff;
}

.menu .menu-item .menu-item-link {
    display: block;
    height: 48px;
    padding-left: 62px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    transition: all .2s ease-in-out;
}

.menu .menu-item .menu-item-link:hover {
    background-color: #293249;
    color: #fff;
    padding-left: 70px;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.menu .menu-item .menu-item-link:hover .menu-item-link-icon {
    fill: #FFC300;
}

.menu .menu-item .menu-item-link .menu-item-link-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    pointer-events: none;
    transition: all .2s ease-in-out;
}

/*-----------------------------
    4. SECTION NAVIGATION
-----------------------------*/
.section-navigation {
    height: 80px;
    padding: 0 43px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.section-navigation .slider-controls .slider-control {
    width: 43px;
    height: 80px;
    position: absolute;
    top: 0;
}

.section-navigation .slider-controls .slider-control.left {
    left: 0;
}

.section-navigation .slider-controls .slider-control.right {
    right: 0;
}

.section-navigation-console {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

/*----------------------
    5. SECTION MENU
----------------------*/
.section-menu {
    height: 80px;
    overflow: hidden;
}

.section-menu .console-active{
    fill: #fff !important;
    opacity: 1 !important;
}

.section-menu.secondary .section-menu-item.active, .section-menu.secondary .section-menu-item:hover {
    border-bottom: 4px solid #7750f8;
}

.section-menu.secondary .section-menu-item.active .section-menu-item-icon {
    fill: #7750f8;
}

.section-menu.medium .section-menu-item {
    width: 160px;
}

.section-menu .section-menu-item {
    float: left;
    width: 122px;
    height: 80px;
    position: relative;
}

.section-menu .section-menu-item.active {
    border-bottom: 4px solid #FFC300;
}

.section-menu .section-menu-item.active .section-menu-item-icon {
    fill: #FFC300;
    opacity: 1;
}

.section-menu-item.console-active:not(.active) .section-menu-item-icon {
    fill: #fff !important;
    opacity: 1 !important;
}


.section-menu .section-menu-item:hover {
    border-bottom: 4px solid #FFC300;
}

.section-menu .section-menu-item:hover .section-menu-item-icon {
    transform: translate(0, -20px);
    opacity: 0;
    visibility: hidden;
}

.section-menu .section-menu-item:hover .section-menu-item-text {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.section-menu .section-menu-item::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 30px;
    right: 0;
}

.section-menu .section-menu-item:first-child::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 30px;
    left: 0;
}

.section-menu .section-menu-item .section-menu-item-icon {
    fill: #616a82;
    opacity: .6;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -10px;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
}

.section-menu .section-menu-item .section-menu-item-text {
    width: 100%;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 34px;
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
}

@media screen and (max-width: 960px) {
    .section-menu .section-menu-item:hover {
        border-bottom: 0;
    }

    .section-menu .section-menu-item.active {
        border-bottom: 0;
    }

    .section-menu .section-menu-item .section-menu-item-icon {
        transition: none;
        top: 20px;
        opacity: 1;
    }

    .section-menu .section-menu-item:hover .section-menu-item-icon {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        transition: none;
    }

    .section-menu .section-menu-item .section-menu-item-text {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
        top: auto;
        transform: translate(0, 0);
        transition: none;
    }

    .section-menu .section-menu-item.active .section-menu-item-text {
        color: #FFC300;
    }
}

/*------------------------------------------------------------------
[Table of contents]

/*------------------------------------------------------------------
[Table of contents]

1. .chat-widget-wrap
2. .chat-widget
3. .chat-widget-header
4. .chat-widget-messages
5. .chat-widget-conversation
6. .chat-widget-form
7. .chat-widget-button
-------------------------------------------------------------------*/
/*--------------------------
    1. CHAT WIDGET WRAP
--------------------------*/

.file-tooltip {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    margin-top: -39px;
    margin-left: 21%;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s 0.3s;
    white-space: nowrap;
}

.file-tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}


.file-tooltip.show {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.chat-widget-wrap {
    display: flex;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.chat-widget-wrap .chat-widget {
    box-shadow: none;
}

.chat-widget-wrap .chat-widget .chat-widget-messages {
    height: 588px;
}

.chat-widget-wrap .chat-widget .chat-widget-conversation {
    height: 500px;
}

.chat-widget-wrap .chat-widget:first-child {
    width: 43.4389140271%;
    border-right: 1px solid #2f3749;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.chat-widget-wrap .chat-widget:first-child .chat-widget-form {
    border-bottom-left-radius: 12px;
}

.chat-widget-wrap .chat-widget:last-child {
    width: 56.5610859729%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.chat-widget-wrap .chat-widget:last-child .chat-widget-form {
    border-bottom-right-radius: 12px;
}

/*----------------------
      2. CHAT WIDGET
  ----------------------*/
.chat-widget {
    width: 300px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    transition: transform .4s ease-in-out;
}

.chat-widget.static .chat-widget-messages .chat-widget-message {
    padding: 20px 28px 20px 24px;
    border-left: 4px solid transparent;
}

.chat-widget.static .chat-widget-messages .chat-widget-message.active, .chat-widget.static .chat-widget-messages .chat-widget-message:hover {
    border-left-color: #4ff461;
}

.chat-widget.chat-widget-overlay {
    padding-bottom: 92px;
}

.chat-widget.hidden .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(1) {
    width: 100%;
}

.chat-widget.hidden .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(2) {
    width: 14px;
}

.chat-widget.hidden .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(3) {
    width: 10px;
}

.chat-widget.closed .chat-widget-messages .chat-widget-message {
    padding: 11px 20px;
}

.chat-widget.closed .chat-widget-messages .chat-widget-message:first-child {
    padding-top: 20px;
}

.chat-widget.closed .chat-widget-messages .chat-widget-message:hover {
    background-color: #1d2333;
}

.chat-widget.closed .chat-widget-messages .chat-widget-message .user-status .user-status-title,
.chat-widget.closed .chat-widget-messages .chat-widget-message .user-status .user-status-text,
.chat-widget.closed .chat-widget-messages .chat-widget-message .user-status .user-status-timestamp {
    opacity: 0;
    visibility: hidden;
}

.chat-widget.closed .chat-widget-form {
    opacity: 0;
    visibility: hidden;
}

.chat-widget.closed .chat-widget-button .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(1) {
    width: 100%;
}

.chat-widget.closed .chat-widget-button .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(2) {
    width: 14px;
}

.chat-widget.closed .chat-widget-button .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(3) {
    width: 10px;
}

.chat-widget.closed .chat-widget-button .chat-widget-button-text {
    display: none;
}

.chat-widget .chat-widget-messages .chat-widget-message .user-status .user-status-title,
.chat-widget .chat-widget-messages .chat-widget-message .user-status .user-status-text,
.chat-widget .chat-widget-messages .chat-widget-message .user-status .user-status-timestamp {
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

/*----------------------------
      3. CHAT WIDGET HEADER
  ----------------------------*/
.chat-widget-header {
    padding: 20px 28px;
    border-bottom: 1px solid #2f3749;
    position: relative;
}

.chat-widget-header .chat-widget-settings {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2;
}

.chat-widget-header .chat-widget-close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.chat-widget-header .chat-widget-close-button .chat-widget-close-button-icon {
    fill: #616a82;
}

/*------------------------------
      3. CHAT WIDGET MESSAGES
  ------------------------------*/
.chat-widget-messages {
    height: 700px;
    overflow-y: auto;
}

.chat-widget-messages .chat-widget-message {
    display: block;
    padding: 14px 28px;
    cursor: pointer;
    transition: padding .4s ease-in-out;
}

.chat-widget-messages .chat-widget-message.active, .chat-widget-messages .chat-widget-message:hover {
    background-color: #293249;
}

/*----------------------------------
      4. CHAT WIDGET CONVERSATION
  ----------------------------------*/
.chat-widget-conversation {
    height: 615px;
    padding: 35px 28px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}

.chat-widget-conversation .chat-widget-speaker {
    display: flex;
    flex-flow: column;
    position: relative;
}

.chat-widget-conversation .chat-widget-speaker+.chat-widget-speaker {
    margin-top: 16px;
}

.chat-widget-conversation .chat-widget-speaker.left {
    padding: 0 26px 0 36px;
    align-items: flex-start;
}

.chat-widget-conversation .chat-widget-speaker.left .chat-widget-speaker-avatar {
    left: 0;
}

.chat-widget-conversation .chat-widget-speaker.left .chat-widget-speaker-message {
    border-top-left-radius: 0;
}

.chat-widget-conversation .chat-widget-speaker.right {
    padding-left: 64px;
    align-items: flex-end;
}

.chat-widget-conversation .chat-widget-speaker.right .chat-widget-speaker-message {
    border-top-right-radius: 0;
    background-color: #7750f8;
    color: #fff;
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-avatar {
    position: absolute;
    top: 0;
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message {
    display: inline-block;
    padding: 12px;
    border-radius: 10px;
    background-color: #293249;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.1428571429em;
    overflow: auto;
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message+.chat-widget-speaker-message {
    margin-top: 8px;
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-timestamp {
    margin-top: 12px;
    color: #adafca;
    font-size: 0.75rem;
    font-weight: 500;
}

/*--------------------------
      5. CHAT WIDGET FORM
  --------------------------*/
.chat-widget-form {
    padding: 22px 28px;
    background-color: #21283b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out, bottom .4s ease-in-out;
}

/*----------------------------
      6. CHAT WIDGET BUTTON
  ----------------------------*/
.chat-widget-button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 28px;
    background-color: #40d04f;
    cursor: pointer;
}

.chat-widget-button .chat-widget-button-icon {
    margin-right: 30px;
}

.chat-widget-button .chat-widget-button-text {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

/*--------------------
      MEDIA QUERIES 
  --------------------*/
@media screen and (max-width: 960px) {
    .chat-widget-wrap {
        display: block;
        box-shadow: none;
    }

    .chat-widget-wrap .chat-widget {
        border-radius: 12px;
    }

    .chat-widget-wrap .chat-widget:first-child, .chat-widget-wrap .chat-widget:last-child {
        width: 100%;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    }

    .chat-widget-wrap .chat-widget:first-child {
        border-right: none;
        margin-bottom: 26px;
    }

    .chat-widget-wrap .chat-widget:first-child .chat-widget-form {
        border-bottom-right-radius: 12px;
    }

    .chat-widget-wrap .chat-widget:last-child .chat-widget-form {
        border-bottom-left-radius: 12px;
    }

    .chat-widget-wrap .chat-widget .chat-widget-conversation+.chat-widget-form .button {
        width: 100%;
    }
}

/*------------------------------------------------------------------
  [Table of contents]
  
  1. .profile-header
  -------------------------------------------------------------------*/
/*--------------------------
      1. PROFILE HEADER
  --------------------------*/
.profile-header {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
}

.profile-header.v2 .profile-header-info {
    height: 112px;
}

.profile-header.v2 .profile-header-info .user-short-description {
    min-height: 164px;
    padding: 84px 0 0 164px;
    position: absolute;
    left: 32px;
    bottom: 0;
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar {
    top: 0;
    left: 0;
    margin-left: 0;
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar.user-short-description-avatar-mobile {
    top: -54px;
    margin-left: -60px;
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-title,
.profile-header.v2 .profile-header-info .user-short-description .user-short-description-text {
    text-align: left;
}

.profile-header.v2 .profile-header-info .user-stats {
    left: auto;
    top: 38px;
    right: 164px;
}

.profile-header.v2 .profile-header-info .tag-sticker {
    position: absolute;
    top: -12px;
    right: 28px;
    display: none;
}

.profile-header.v2 .profile-header-info .profile-header-info-actions {
    top: 32px;
}

.profile-header.v2 .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
    width: 58px;
}

.profile-header .profile-header-cover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 350px;
}

.profile-header .profile-header-info {
    height: 126px;
    position: relative;
}

.profile-header .profile-header-info .user-short-description .user-short-description-avatar-mobile {
    display: none;
    top: -54px;
    margin-left: -60px;
}

.profile-header .profile-header-info .profile-header-social-links-wrap {
    width: 352px;
    height: 44px;
    margin: 0 auto;
    position: absolute;
    top: 54px;
    right: 32px;
}

.profile-header .profile-header-info .profile-header-social-links-wrap .profile-header-social-links {
    padding-top: 4px;
    position: relative;
    z-index: 2;
}

.profile-header .profile-header-info .profile-header-social-links-wrap .slider-controls {
    width: 234px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10px;
    left: -40px;
    z-index: 1;
}

.profile-header .profile-header-info .user-stats {
    position: absolute;
    top: 54px;
    left: 40px;
}

.profile-header .profile-header-info .profile-header-info-actions {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -40px;
    right: 32px;
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action {
    margin-right: 16px;
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
    width: 180px;
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action:last-child {
    margin-right: 0;
}

/*--------------------
      MEDIA QUERIES 
  --------------------*/
@media screen and (max-width: 1365px) {
    .profile-header .profile-header-cover {
        height: 200px;
    }

    .profile-header.v2 .profile-header-info {
        height: auto;
    }

    .profile-header.v2 .profile-header-info .user-short-description {
        min-height: auto;
        padding: 52px 0 0;
        position: static;
    }

    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar {
        top: -116px;
        left: 50%;
        margin-left: -74px;
    }

    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-title,
    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-text {
        text-align: center;
    }

    .profile-header .profile-header-info {
        height: auto;
        padding-bottom: 32px;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap,
    .profile-header .profile-header-info .user-stats,
    .profile-header .profile-header-info .profile-header-info-actions {
        position: static;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap {
        margin-top: 32px;
    }

    .profile-header .profile-header-info .user-stats,
    .profile-header .profile-header-info .profile-header-info-actions {
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    .profile-header .profile-header-cover {
        height: 76px;
    }

    .profile-header.v2 .profile-header-info .user-short-description {
        padding-top: 84px;
    }

    .profile-header.v2 .profile-header-info .user-stats .user-stat:first-child {
        display: none;
    }

    .profile-header.v2 .profile-header-info .user-stats .user-stat:nth-last-child(2)::after {
        display: block;
    }

    .profile-header.v2 .profile-header-info .user-stats .user-stat:last-child {
        display: block;
    }

    .profile-header.v2 .profile-header-info .tag-sticker {
        display: flex;
    }

    .profile-header .profile-header-info .user-short-description {
        padding-top: 84px;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-avatar {
        display: none;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-avatar-mobile {
        display: block;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-title {
        font-size: 1.125rem;
    }

    .profile-header .profile-header-info .user-short-description .user-short-description-text {
        font-size: 0.6875rem;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap {
        width: 160px;
        height: 36px;
        position: relative;
        top: auto;
        right: auto;
    }

    .profile-header .profile-header-info .profile-header-social-links-wrap .social-link {
        width: 32px;
        height: 32px;
    }

    .profile-header .profile-header-info .user-stats .user-stat:nth-last-child(2)::after {
        display: none;
    }

    .profile-header .profile-header-info .user-stats .user-stat:last-child {
        display: none;
    }

    .profile-header .profile-header-info .user-stats .user-stat .user-stat-title {
        font-size: 0.875rem;
    }

    .profile-header .profile-header-info .user-stats .user-stat .user-stat-text {
        font-size: 0.6875rem;
    }

    .profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
        width: 114px;
    }
}

/*------------------------------------------------------------------
  [Table of contents]

1. .sidebar
-------------------------------------------------------------------*/
/*-------------------
    1. SIDEBAR
-------------------*/
.sidebar {
    height: 100%;
    padding-top: 80px;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.sidebar.right {
    right: 0;
}

.sidebar.left {
    left: 0;
}

.sidebar.navigation-widget {
    padding-top: 0;
    margin-top: 80px;
    overflow-y: auto;
    transition: transform .35s ease-in-out;
}

.sidebar.navigation-widget.navigation-widget-mobile {
    margin-top: 0;
    z-index: 100000;
}

.sidebar.navigation-widget.closed {
    padding-top: 20px;
    overflow-y: visible;
}

.sidebar.navigation-widget.delayed {
    transition-delay: .25s;
}

.sidebar.navigation-widget.hidden {
    transform: translate(-100%, 0);
}

/*------------------------------------------------------------------
[Table of contents]

1. .section
2. .section-header
3. .section-header-info
4. .section-header-actions
5. .section-filters-bar
6. .section-pager-bar-wrap
7. .section-pager-bar
8. .section-pager
9. .section-results-text
10. .section-banner
-------------------------------------------------------------------*/
/*---------------------
    1. SECTION
---------------------*/
.section .section-filters-bar {
    margin-top: 30px;
}

/*-----------------------
    2. SECTION HEADER
-----------------------*/
.section-header {
    display: flex;
    justify-content: space-between;
}

/*-----------------------------
    3. SECTION HEADER INFO
-----------------------------*/
.section-header-info .section-pretitle {
    color: #9aa4bf;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.section-header-info .section-title {
    margin-top: 8px;
    font-size: 1.625rem;
    font-weight: 700;
}

.section-header-info .section-title .highlighted {
    color: #4ff461;
}

.section-header-info .section-title .highlighted.secondary {
    color: #7750f8;
}

.section-header-info .section-title.pinned::before {
    content: 'pinned';
    display: inline-block;
    margin-right: 12px;
    padding: 4px 8px;
    border-radius: 200px;
    background-color: #40d04f;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    top: -4px;
}

/*--------------------------------
    4. SECTION HEADER ACTIONS
--------------------------------*/
.section-header-actions {
    display: flex;
    align-items: flex-end;
    padding-bottom: 4px;
}

.section-header-actions .section-header-action {
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease-in-out;
}

.section-header-actions .section-header-action:hover {
    color: #fff;
}

.section-header-actions .section-header-action+.section-header-action {
    margin-left: 32px;
}

.section-header-actions .slider-controls {
    display: flex;
    justify-content: space-between;
    width: 60px;
}

.section-header-actions .section-header-subsection {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
}

.section-header-actions .section-header-subsection:last-child {
    color: #9aa4bf;
}

.section-header-actions .section-header-subsection+.section-header-subsection {
    margin-left: 26px;
    position: relative;
}

.section-header-actions .section-header-subsection+.section-header-subsection::before {
    content: '';
    width: 2px;
    height: 10px;
    background-color: #4ff461;
    position: absolute;
    top: 2px;
    left: -13px;
}

/*------------------------------
    5. SECTION FILTERS BAR
------------------------------*/
.section-filters-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
    padding: 0 28px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    background-color: #1d2333;
}

.section-filters-bar .form+.button {
    margin-top: 0;
}

.section-filters-bar.centered {
    justify-content: center;
}

.section-filters-bar.v1 .form .form-select {
    display: none;
}

.section-filters-bar.v3 .form {
    display: none;
}

.section-filters-bar.v5 .section-filters-bar-actions:first-child .form {
    display: none;
}

.section-filters-bar .section-filters-bar-actions {
    display: flex;
    align-items: center;
}

.section-filters-bar .section-filters-bar-actions .form+.filter-tabs {
    margin-left: 80px;
}

.section-filters-bar .section-filters-bar-actions .form+.button {
    flex-shrink: 0;
    margin-left: 16px;
}

.section-filters-bar .form-input.with-button {
    width: 240px;
}

.section-filters-bar .form-input.with-button input {
    padding-right: 82px;
}

.section-filters-bar .form-item.split.medium .button {
    width: 180px;
}

.section-filters-bar .form-item.split .form-input-decorated {
    width: 188px;
}

.section-filters-bar .form-item.split .form-input-decorated .form-input {
    width: 100%;
}

.section-filters-bar .form-item.split .form-input,
.section-filters-bar .form-item.split .form-select {
    width: 300px;
}

.section-filters-bar .form-item.split .form-select.small {
    width: 254px;
}

.section-filters-bar .form-item.split .button {
    width: 64px;
}

.section-filters-bar .button {
    width: 180px;
}

.section-filters-bar .filter-tabs {
    height: 96px;
}

.section-filters-bar .section-filters-bar-title {
    font-size: 1rem;
    font-weight: 700;
}

.section-filters-bar .section-filters-bar-title a {
    color: #fff;
    font-weight: 700;
}

.section-filters-bar .section-filters-bar-title .separator {
    display: inline-block;
    width: 2px;
    height: 10px;
    margin: 0 12px;
    background-color: #4ff461;
}

.section-filters-bar .section-filters-bar-title+.section-filters-bar-text {
    margin-top: 8px;
}

.section-filters-bar .section-filters-bar-title+.section-filters-bar-text.small-space {
    margin-top: 4px;
}

.section-filters-bar .section-filters-bar-text {
    display: flex;
    align-items: center;
    font-family: "Rajdhani", sans-serif;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

.section-filters-bar .section-filters-bar-text .bold {
    font-weight: 700;
}

.section-filters-bar .section-filters-bar-text .bold:last-child {
    margin-right: 4px;
}

.section-filters-bar .section-filters-bar-text .highlighted {
    color: #4ff461;
    font-weight: 700;
    margin: 0 4px;
}

.section-filters-bar .section-filters-bar-text .user-avatar {
    margin: 0 4px;
}

/*--------------------------------
    6. SECTION PAGER BAR WRAP
--------------------------------*/
.section-pager-bar-wrap {
    margin-top: 32px;
}

.section-pager-bar-wrap.align-right {
    text-align: right;
}

.section-pager-bar-wrap.align-center {
    text-align: center;
}

.section-pager-bar-wrap .section-pager-bar {
    display: inline-block;
    margin: 0;
}

/*----------------------------
    7. SECTION PAGER BAR
----------------------------*/
.section-pager-bar {
    width: 494px;
    height: 60px;
    margin: 32px auto 0;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.section-pager-bar .section-pager {
    height: 100%;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 1;
}

.section-pager-bar .section-pager-controls .slider-control {
    width: 60px;
    height: 60px;
    background-color: #1d2333;
    position: absolute;
    top: 0;
    z-index: 2;
}

.section-pager-bar .section-pager-controls .slider-control.left {
    left: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.section-pager-bar .section-pager-controls .slider-control.right {
    right: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

/*------------------------
    8. SECTION PAGER
------------------------*/
.section-pager {
    display: flex;
    align-items: center;
}

.section-pager.secondary .section-pager-item.active .section-pager-item-text, .section-pager.secondary .section-pager-item:hover .section-pager-item-text {
    color: #7750f8;
}

.section-pager .section-pager-item {
    padding: 0 8px;
    cursor: pointer;
    position: relative;
}

.section-pager .section-pager-item::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 12px;
    left: 0;
}

.section-pager .section-pager-item:last-child::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 12px;
    right: 0;
}

.section-pager .section-pager-item.active .section-pager-item-text, .section-pager .section-pager-item:hover .section-pager-item-text {
    background-color: #21283b;
    color: #4ff461;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, 0.12);
}

.section-pager .section-pager-item .section-pager-item-text {
    background-color: #1d2333;
    padding: 16px;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 700;
    transition: color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
}

/*------------------------------
    9. SECTION RESULTS TEXT
------------------------------*/
.section-results-text {
    margin-top: -12px;
    color: #9aa4bf;
    font-size: 0.875rem;
    font-weight: 500;
}

/*-------------------------
    10. SECTION BANNER
-------------------------*/
.section-banner {
    min-height: 160px;
    padding: 52px 60px 0 200px;
    border-radius: 12px;
    background: url("./images/default-template/banner/banner-bg.png") no-repeat center;
    position: relative;
}

.section-banner .section-banner-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-banner .section-banner-title,
.section-banner .section-banner-text {
    color: #fff;
}

.section-banner .section-banner-title {
    font-size: 2.25rem;
    font-weight: 700;
}

.section-banner .section-banner-text {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 500;
}

/*--------------------
    MEDIA QUERIES 
--------------------*/
@media screen and (max-width: 1500px) {
    .section-filters-bar.v4 .form-item.split .form-select.small {
        width: 200px;
    }
}

@media screen and (max-width: 1365px) {
    .section-filters-bar.v1, .section-filters-bar.v3, .section-filters-bar.v4, .section-filters-bar.v5, .section-filters-bar.v7 {
        flex-direction: column;
        height: auto;
        padding: 32px 28px;
    }

    .section-filters-bar.v1 .filter-tabs, .section-filters-bar.v3 .filter-tabs, .section-filters-bar.v5 .filter-tabs {
        display: none;
    }

    .section-filters-bar.v1 .section-filters-bar-actions, .section-filters-bar.v4 .section-filters-bar-actions, .section-filters-bar.v7 .section-filters-bar-actions {
        margin-bottom: 40px;
    }

    .section-filters-bar.v1 .section-filters-bar-actions:last-child, .section-filters-bar.v4 .section-filters-bar-actions:last-child, .section-filters-bar.v7 .section-filters-bar-actions:last-child {
        margin-bottom: 0;
    }

    .section-filters-bar.v1 .section-filters-bar-actions .form {
        display: flex;
    }

    .section-filters-bar.v1 .section-filters-bar-actions .form .form-select {
        display: block;
        width: 254px;
        margin-left: 16px;
    }

    .section-filters-bar.v3 .form {
        display: block;
    }

    .section-filters-bar.v4 .section-filters-bar-actions {
        margin-bottom: 40px;
    }

    .section-filters-bar.v5 .section-filters-bar-actions {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .section-filters-bar.v5 .section-filters-bar-actions:first-child .form {
        display: block;
    }

    .section-filters-bar.v5 .section-filters-bar-actions:first-child .form .form-select {
        margin-bottom: 24px;
    }

    .section-filters-bar.v5 .section-filters-bar-actions .form-item.split {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .section-filters-bar.v5 .section-filters-bar-actions .form-item.split .form-select {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .section-results-text {
        margin-top: 24px;
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .section-filters-bar.v1 .section-filters-bar-actions {
        width: 100%;
        justify-content: center;
    }

    .section-filters-bar.v1 .section-filters-bar-actions .form {
        display: block;
    }

    .section-filters-bar.v1 .section-filters-bar-actions .form .form-input.with-button {
        width: 100%;
    }

    .section-filters-bar.v1 .section-filters-bar-actions .form .form-select {
        width: 100%;
        margin: 24px 0 0 0;
    }

    .section-filters-bar.v2 {
        flex-direction: column;
        height: auto;
        padding: 32px 28px;
    }

    .section-filters-bar.v2 .form .form-item.split {
        flex-direction: column;
        align-items: center;
    }

    .section-filters-bar.v2 .form .form-item.split .form-select {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .section-filters-bar.v4 .section-filters-bar-actions {
        width: 100%;
        margin-bottom: 0;
    }

    .section-filters-bar.v4 .section-filters-bar-actions .form-item.split {
        flex-direction: column;
        align-items: center;
    }

    .section-filters-bar.v4 .section-filters-bar-actions .form-item.split .form-select,
    .section-filters-bar.v4 .section-filters-bar-actions .form-item.split .form-input {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split {
        position: relative;
    }

    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split .form-input {
        width: 100%;
    }

    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split .form-input input {
        padding-right: 82px;
    }

    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split .button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .section-filters-bar.v6 {
        flex-direction: column;
        height: auto;
        padding: 32px 28px;
    }

    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split {
        flex-direction: column;
        position: relative;
    }

    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .form-input-decorated {
        width: 100%;
    }

    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .form-input {
        width: 100%;
    }

    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .form-input input {
        padding-right: 0;
    }

    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .button {
        width: 180px;
        margin: 0 auto 16px;
        position: static;
    }

    .section-filters-bar.v6 .section-filters-bar-actions {
        width: 100%;
        justify-content: center;
    }

    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split {
        position: relative;
    }

    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split .form-input {
        width: 100%;
        margin-bottom: 24px;
    }

    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split .form-input input {
        padding-right: 82px;
    }

    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split .button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .section-filters-bar.v7 .section-filters-bar-actions {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .section-filters-bar.v7 .section-filters-bar-actions .form+.button {
        margin-top: 24px;
    }

    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split {
        position: relative;
    }

    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split .form-input {
        width: 100%;
    }

    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split .form-input input {
        padding-right: 82px;
    }

    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split .button {
        position: absolute;
        top: 0;
        right: 0;
    }

    .section-pager-bar {
        width: 306px;
    }

    .section-banner {
        height: 86px;
        min-height: auto;
        padding: 18px 28px 0 108px;
    }

    .section-banner .section-banner-icon {
        width: 92px;
        height: 86px;
    }

    .section-banner .section-banner-title {
        font-size: 1.5rem;
    }

    .section-banner .section-banner-text {
        margin-top: 6px;
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 480px) {
    .section-filters-bar.v2 .form-item.split.medium .button {
        width: 100%;
    }

    .section-filters-bar .section-filters-bar-actions:last-child .form-item.split.medium .button {
        width: 100%;
    }
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    /* visibility: visible; */
    max-width: 100%;
    /* Not required for horizontal scroll to trigger */
    max-height: 100%;
    /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #adafca;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: .4;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*--------------------
    CUSTOM STYLES 
--------------------*/
[data-simplebar].navigation-widget {
    position: fixed;
}

[data-simplebar].navigation-widget .simplebar-scrollbar {
    right: 4px;
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    transition: all 2.25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div, .tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.uploadifive-button {
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 0.9em;
    line-height: 1.5 !important;
    border-width: 3px;
    border-style: dashed;
    border-radius: 5px;
    color: blue;
    border-color: #0066c0;
    background-color: transparent;
    cursor: pointer !important;
}

.uploadifive-button input {
    cursor: pointer !important;
}

.uploadifive-button:hover {
    background-color: #e5eeff;
}

.uploadifive-queue-item {
    background-color: #F5F5F5;
    border-bottom: 1px dotted #D5D5D5;
    border-radius: 5px;
    font: 12px Arial, Helvetica, Sans-serif;
    margin-top: 3px;
    padding: 15px;
}

.uploadifive-queue-item .close {
    background: url("../pluggins/uploadifive/uploadifive-cancel.png") 0 0 no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.uploadifive-queue-item .progress {
    border: 1px solid #D0D0D0;
    height: 3px;
    margin-top: 5px;
    width: 100%;
}

.uploadifive-queue-item .progress-bar {
    background-color: #0072BC;
    height: 3px;
    width: 0;
}

.text-white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.text-black {
    color: #000;
}

.bg-black {
    background-color: #000;
}

.text-yellow {
    color: #FFC300;
}

.text-copper {
    color: #c3b272;
}

.text-blue {
    color: #007bff;
}

.text-blue-underline {
    color: #007bff;
    text-decoration: underline !important;
}


.bg-yellow {
    background-color: #FFC300;
}

.text-red {
    color: #FD4747;
}

.bg-red {
    background-color: #FD4747;
}

.text-green {
    color: #40D04F;
}

.bg-green {
    background-color: #40D04F;
}

.text-purple {
    color: #757AFF;
}

.bg-purple {
    background-color: #757AFF;
}

.text-darked {
    color: #1D2333;
}

.bg-darked {
    background-color: #1D2333;
}

a.text-yellow:visited {
    color: #FFC300 !important;
}

a.text-yellow:hover {
    color: #F7DC6F !important;
    text-decoration: underline !important;
}

.text-gray-font-light {
    color: #E6E6E6;
}

.bg-gray-font-light {
    background-color: #E6E6E6;
}

.text-gray-font-semibold {
    color: #616A82;
}

.bg-gray-font-semibold {
    background-color: #616A82;
}

.text-gray-font-bold {
    color: #3A4750;
}

.bg-gray-font-bold {
    background-color: #3A4750;
}

.text-blue-font-regular {
    color: #293249;
}

.bg-blue-font-regular {
    background-color: #293249;
}

.text-blue-font-bold {
    color: #1D2333;
}

.bg-blue-font-bold {
    background-color: #1D2333;
}

.text-blue-font-extrabold {
    color: #161B28;
}

.bg-blue-font-extrabold {
    background-color: #161B28;
}

.text-red-font-light {
    color: #E92020;
}

.bg-red-font-light {
    background-color: #E92020;
}

*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background: #f1f1f1;
}

body strong {
    font-weight: bold;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    transition: all 0.2s ease;
}

a:hover, a:focus {
    text-decoration: none !important;
    color: #0E96E5;
}

img {
    max-width: 100%;
    max-height: 300px;
}

button {
    outline: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: "";
    content: none;
}

q:before, q:after {
    content: "";
    content: none;
}

p {
    color: #999999;
    font-size: 0.98em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.small {
    font-size: 0.7em;
}

.fontzero {
    display: inline-block;
    width: 1px;
    height: 1px;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.htmlchars p {
    color: #757575;
    font-size: 1em;
    font-weight: 300;
}

.htmlchars p:not(:first-of-type), .htmlchars ul {
    margin-bottom: 20px;
}

.htmlchars ul {
    padding-left: 15px;
}

.htmlchars ul>li {
    list-style-type: disc;
    color: #555555;
}

.htmlchars h3, .htmlchars h2, .htmlchars h1 {
    margin: 30px 0 15px;
    display: block;
}

.htmlchars h3 {
    font-size: 1.3em;
}

.btn:hover {
    -o-box-shadow: 0 5px 15px -8px black;
    box-shadow: 0 5px 15px -8px black;
    transform: translateY(-2px);
    transition: all 0.2s ease;
}

.btn.btn-vitalento-action {
    background: #293249;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    padding-right: 15px;
    color: #fff;
}

.btn.btn-vitalento-action .icon-quests {
    fill: #fff;
    width: 15px;
    height: 15px;
}

.btn.btn-vitalento-action.active {
    background: #FFC300;
    color: #161B28;
}

.btn.btn-vitalento-action.active .icon-quests {
    fill: #161B28;
}

.btn.btn-vitalento-action.active .vitalento-white-logo {
    filter: brightness(0) saturate(100%) invert(7%) sepia(23%) saturate(1266%) hue-rotate(185deg) brightness(94%) contrast(91%);
}

.btn.btn-return {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: initial;
}

.btn.btn-return:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-return .icon-quests {
    fill: #fff;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
}

.btn.btn-stepwizard-register {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    z-index: 999;
}

.btn.btn-stepwizard-register:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-stepwizard-register.disabled {
    background: #616A82;
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.btn.btn-stepwizard-register.concluded {
    background: #40D04F;
}

.btn.btn-open-password, .btn.btn-close-password {
    background: transparent;
    position: absolute;
    content: "";
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-open-password:hover, .btn.btn-close-password:hover {
    box-shadow: none;
}

.btn.btn-close-password {
    display: none;
}

.btn.btn-profile {
    padding: 0;
    min-height: 55px;
    min-width: 210px;
}

.btn.btn-add-bank-account {
    font-size: 15px;
    padding: 0;
}

.btn.btn-manage-payment-account {
    font-size: 15px;
    padding: 0;
}

.btn.btn-delete-bank-account .percentage-diff-icon-wrap {
    width: 25px;
    height: 25px;
}

.btn.btn-delete-bank-account .percentage-diff-icon-wrap.positive {
    border-color: #FD4747;
}

.btn.btn-delete-bank-account .percentage-diff-icon-wrap.positive .percentage-diff-icon {
    fill: #FD4747;
    width: 10px;
    height: 10px;
}

.btn.btn-delete-bank-account:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-cta-slide {
    background: #FFC300;
    color: #fff;
    min-width: 207px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
}

.btn.btn-play-game {
    background: #FFC300;
    max-width: 110px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 13px;
    margin-left: 8px;
}

@media (max-width: 1200px) {
    .btn.btn-play-game {
        margin-top: 9px;
        margin-left: 0;
        max-width: none;
    }
}

.btn.btn-play-game:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-back-payment {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
    margin-right: 15px;
}

.btn.btn-back-payment:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-back {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: -125px;
    margin-left: 10%;
}

.btn.btn-back:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-back .icon-small-arrow {
    transform: rotate(180deg);
    fill: #fff;
    width: 8px;
    height: 10px;
    margin-right: 10px;
}

.btn.btn-back-payment .icon-small-arrow {
    transform: rotate(180deg);
    fill: #fff;
    width: 8px;
    height: 10px;
    margin-right: 10px;
}

.btn.btn-back-rooms {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
}

.btn.btn-back-rooms:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-back-rooms .icon-small-arrow {
    transform: rotate(180deg);
    fill: #fff;
    width: 8px;
    height: 10px;
    margin-right: 10px;
}

.btn.btn-deposit {
    text-transform: uppercase;
    max-width: 210px;
    width: 100%;
    margin-top: 30px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 12px;
    height: 55px;
}

.btn.btn-deposit.disabled {
    background: #293249;
    color: #fff;
    cursor: auto;
}

.btn.btn-deposit.disabled:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-deposit.active {
    background: #FFC300;
    color: #161B28;
}

.btn.btn-give-up, .btn.btn-see-rules {
    border: 2px solid #FD4747;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #FD4747;
    padding: 0 20px;
}

.btn.btn-give-up:hover, .btn.btn-see-rules:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-see-rules {
    border: 2px solid #eee;
    color: #eee;
}

.btn.btn-option {
    border-radius: 12px;
    border: 1px solid #FFC300;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFC300;
    height: 55px;
    width: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-option:hover {
    -o-box-shadow: none;
    box-shadow: none;
    transform: translateY(0);
    transition: all 0 ease;
}

.btn.btn-filter-disputes {
    border-radius: 12px;
    border: 1px solid #FFC300;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFC300;
    height: 45px;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.btn.btn-filter-disputes.checked {
    background: #FFC300;
    color: #161B28;
}

.btn.btn-filter-disputes:hover {
    background: #FFC300;
    color: #161B28;
}

.font-main, .font-secondary {
    font-size: 1em;
}

.font-main.text-xxl, .font-secondary.text-xxl {
    font-size: 2em;
}

.font-main.text-xl, .font-secondary.text-xl {
    font-size: 1.875em;
}

.font-main.text-lg, .font-secondary.text-lg {
    font-size: 1.5em;
}

.font-main.text-md, .font-secondary.text-md {
    font-size: 1.25em;
}

.font-main.text-sm, .font-secondary.text-sm {
    font-size: 0.75em;
}

.font-main.text-xs, .font-secondary.text-xs {
    font-size: 0.875em;
}

.font-main {
    font-family: "Rajdhani", sans-serif !important;
}

.font-secondary {
    font-family: "Inter", sans-serif !important;
}

.card.main-form-login {
    background: #161B28;
    border: 2px solid #293249;
    border-radius: 20px;
}

.card.progress-login {
    background: #161B28;
    border: 2px solid #FFC300;
    border-radius: 20px;
    min-width: 450px;
    max-width: 455px;
}

@media (max-width: 480px) {
    .card.progress-login {
        min-width: auto;
        max-width: auto;
    }
}

.card.progress-login .vitalento-logo {
    max-width: 160px;
}

.card.progress-login .welcome-text {
    font-size: 15px;
    font-weight: 700;
    color: #616A82;
}

.card.progress-login .user-name-text {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.card.progress-login .progress {
    max-width: 190px;
    background: #293249;
}

.card.progress-login .progress .progress-bar {
    background-color: #FFC300;
    width: 0%;
    animation: progressAnimation 1s;
}

@keyframes progressAnimation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.card.progress-login .welcome-area .welcome-thanks-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.card.progress-login .welcome-area .welcome-thanks-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.card.card-register-form {
    background: #161B28;
    border: 2px solid #293249;
    border-radius: 20px;
}

@media (max-width: 575px) {
    .card.card-register-form {
        border-left: 0;
        border-right: 0;
    }
}

.card.card-register-terms {
    background: #1D2333;
    border-radius: 12px;
    overflow: hidden;
}

.card.card-register-terms .register-terms-link {
    color: #FFC300;
    padding: 10px 15px;
    background: #293249;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.card.card-register-terms .register-confirm-button-link {
    color: #FFC300;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    background-color: transparent;
    outline: none;
}

.card.card-register-terms .register-terms-link .register-terms-link-text {
    text-decoration: underline;
}

.card.card-register-terms .register-terms-item {
    padding: 10px 15px;
}

.card.card-register-terms .register-terms-item .register-terms-item-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.card.yellow-border {
    border: 1px solid #FFC300;
}

.card.card-bank-account {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}

.card.card-bank-account .widget-box-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.card.card-bank-account .payment-withdrawal-text {
    font-size: 15px;
}

.card.card-bank-account .status-bank-account-text {
    padding-top: 4px;
}

.card.card-bank-account .status-bank-account-text .status-bank-account {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #40D04F;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-bottom: 2px;
}

.card.card-playroom-game {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
    position: relative;
}

.card.card-playroom-game .image-content {
    position: relative;
    display: flex;
}

.card.card-playroom-game .image-content .room-live {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0;
    background: #000;
    border-radius: 39px;
}

.card.card-playroom-game .image-content .room-live::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FD4747;
    margin-right: 5px;
}

.card.card-playroom-game .image-content .room-type {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #FFC300;
}

.card.card-playroom-game .image-content .room-type .room-type-title {
    background: #FFC300;
    border-radius: 10px 10px 0px 0px;
    max-width: 120px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 4px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.card.card-playroom-game .room-content {
    padding: 13px 23px 56px 23px;
}

.card.card-playroom-game .room-content .room-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.card.card-playroom-game .room-content .room-title.text-white {
    color: #fff;
}

.card.card-playroom-game .room-content .room-title .title-ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    flex-shrink: 0;
}

.card.card-playroom-game .room-content .room-title .title-ico.ico-live {
    width: 80px;
    height: 23px;
    background-image: url("./images/icon-live.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translateY(3px);
    color: red;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(7482%) hue-rotate(357deg) brightness(97%) contrast(119%);
}

.card.card-playroom-game .room-content .room-title .inner-title {
    text-transform: uppercase;
}

.card.card-playroom-game .room-content .room-user-nick {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.card.card-playroom-game .room-content .room-user-nick .inner-user-nick {
    font-weight: 700;
    text-decoration: underline;
    margin-left: 8px;
}

.card.card-playroom-game .room-content .room-players-online {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}

.card.card-playroom-game .room-content .room-players-online .inner-user-nick {
    width: 34px;
    height: 24px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-weight: 700;
    background: #616A82;
    margin-right: 8px;
    margin-bottom: 8px;
}

.card.card-playroom-game .room-consoles-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.card.card-playroom-game .room-console-icon {
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.card.card-playroom-game .room-console-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.rooms-filters-container .filter-section-header {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.rooms-filters-container .filter-section-header .filter-section-title {
    cursor: default;
    flex: 0 0 auto;
    order: 1;
    margin: 0;
    margin-right: auto;
}

.rooms-filters-container .filter-section-toggle {
    background: transparent !important;
    border: none !important;
    color: #9aa4bf;
    cursor: pointer;
    padding: 8px 12px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 40px;
    min-height: 40px;
}

.rooms-filters-container .filter-section-toggle:hover {
    color: #fff;
}

.rooms-filters-container .filter-section-toggle .icon-small-arrow {
    transition: transform 0.3s ease;
    display: block;
    width: 12px !important;
    height: 12px !important;
}

.card.card-playroom-game .room-prices {
    position: absolute;
    bottom: 0;
    background: #616A82;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 100%;
}

.card.card-playroom-game .room-prices .price-item {
    margin-right: 12px;
    line-height: 0;
}

.card.card-playroom-game .room-prices .price-item:last-child {
    margin-right: 0;
}

.card.card-deposit-method {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    max-width: 365px;
    width: 100%;
    height: 100px;
    background: #161a27;
}

.card.card-deposit-method .title-card {
    font-size: 18px;
    color: #fff;
    margin-left: 12px;
}

.card.card-deposit-method:first-child {
    margin-right: 15px;
}

@media (max-width: 992px) {
    .card.card-deposit-method:first-child {
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.card.card-deposit-method:hover {
    border: 1px solid #fff;
}

.card.card-pix {
    background: #1D2333;
    border-radius: 12px;
    display: none;
}

.card.card-pix .card-content {
    padding: 30px;
}

.card.card-pix .value-range-info {
    max-width: 400px;
    width: 100%;
    border-radius: 10px;
    background: #293249;
    padding: 0 20px;
}

.card.card-pix .value-deposit-content {
    width: 100%;
}

.card.card-pix .value-deposit-content .toggle-value .toggle-value-item {
    border-radius: 14px;
    border: 2px solid #616A82;
    color: #616A82;
    width: 116px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 0;
    padding-top: 1px;
    cursor: pointer;
}

.card.card-pix .value-deposit-content .toggle-value .toggle-value-item:hover {
    color: #E6E6E6;
    border: 2px solid #E6E6E6;
}

.error.error-message {
    color: #E92020;
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin-top: 3px;
}

.tooltip-custom {
    position: relative;
    cursor: default;
}

.tooltip-custom .tooltip-content {
    display: none;
    position: absolute;
    top: -120px;
    right: -100px;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    background: #616A82;
    z-index: 999;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    color: #fff;
}

@media (max-width: 768px) {
    .tooltip-custom .tooltip-content {
        right: -10px;
    }
}

@media (max-width: 480px) {
    .tooltip-custom .tooltip-content {
        right: 0;
    }
}

.tooltip-custom .tooltip-content::before {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #616A82;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
}

@media (max-width: 768px) {
    .tooltip-custom .tooltip-content::before {
        left: 90%;
    }
}

@media (max-width: 480px) {
    .tooltip-custom .tooltip-content::before {
        left: 85%;
    }
}

.tooltip-custom:hover .tooltip-content {
    display: flex;
}

.tooltip-custom.show {
    display: block;
}

input:-moz-read-only {
    background: #2b3346;
    color: #7282a9;
    border: none !important;
}

input:read-only {
    background: #2b3346;
    color: #7282a9;
    border: none !important;
}

ul.paginator {
    background-color: #1d2333;
    padding: 7px;
    display: inline-block;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
}

ul.paginator li {
    display: inline-block;
    padding: 0 3px;
    margin: 0 3px;
    position: relative;
}

ul.paginator li:after {
    position: absolute;
    content: " ";
    height: 50%;
    width: 2px;
    background-color: #282F41;
    top: 25%;
    right: -3px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
}

ul.paginator li:last-of-type:after {
    display: none;
    margin-right: 0px;
}

ul.paginator li a, ul.paginator li span {
    display: block !important;
    padding: 16px 18px;
    color: #999999;
    font-weight: bold;
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 0.875rem;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
}

ul.paginator li a:hover, ul.paginator li a.active, ul.paginator li span:hover, ul.paginator li span.active {
    background-color: #21283B;
    color: #FFC300 !important;
}

ul.paginator li:first-of-type a {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.swal2-actions {
    width: 100% !important;
    padding: 20px 10px 0 10px !important;
    align-items: center;
}

.swal2-actions button {
    width: auto !important;
    margin: 0 5px;
    min-width: 120px !important;
}

.rounded_12 {
    border-radius: 12px;
}

.circle_12 {
    height: 12px;
    width: 12px;
}


.modal-notify .modal-content {
    background-color: #f0f0f0 !important;
    width: 550px;
    padding: 10px;
}


.modal {
    z-index: 1059 !important;
}

.modal h2 {
    font-size: 2rem !important;
}

.modal .modal-content {
    border-radius: 10px;
}

.modal .modal-body {
    padding: 0;
    max-width: 590px;
    width: 100%;
}

.modal .modal-body .close {
    opacity: 1;
    width: -moz-fit-content;
    width: fit-content;
}

.modal .modal-body .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal .modal-body .close .popup-close-button {
    right: 0;
}

.modal.modal-lg {
    max-width: none;
}

.modal.modal-lg .modal-dialog, .modal.modal-lg .modal-body {
    max-width: 752px;
}

.modal.modal-xl {
    max-width: none;
}

.modal.modal-xl .modal-dialog, .modal.modal-xl .modal-body {
    max-width: 1068px;
}

.modal.modal-games .modal-body {
    border-radius: 7px;
    background: #1D2333;
}

.modal.modal-games .modal-body .modal-inner-body {
    
}

.modal.modal-games .modal-body .modal-inner-body .modal-title {

}

.modal.modal-games .modal-body .modal-inner-body .value-content {
    width: 100%;
}

.modal.modal-games .modal-body .modal-inner-body .value-content .value-item {
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    height: 49px;
    align-items: center;
    margin-bottom: 14px;
}

.modal.modal-games .modal-body .modal-inner-body .value-content .value-item:last-child {
    margin-bottom: 0;
}

.modal.modal-games .modal-body .modal-inner-body .value-content .value-item:hover {
    opacity: 0.8;
}

.modal.modal-games .modal-body .modal-inner-body .value-content .value-item .inner-value {
    height: 100%;
    flex: 0 0 100px;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.modal-games .modal-body .modal-inner-body .value-content .value-item .inner-text {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}

.modal.modal-games .modal-body .modal-inner-body .value-content .value-item .inner-cta {
    flex: 0 0 125px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #FFC300;
}

.modal.modal-playroom .modal-body {
    border-radius: 7px;
    background: #1D2333;
}

.modal.modal-playroom .modal-body .modal-inner-body {
    padding: 40px;
}

.modal.modal-playroom .modal-body .modal-inner-body .modal-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    max-width: 192px;
    margin-bottom: 25px;
}

.modal.modal-playroom .modal-body .modal-inner-body .value-content {
    width: 100%;
}

.modal.modal-playroom .modal-body .modal-inner-body .value-content .value-item {
    display: flex;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    height: 49px;
    align-items: center;
    margin-bottom: 14px;
}

.modal.modal-playroom .modal-body .modal-inner-body .value-content .value-item:last-child {
    margin-bottom: 0;
}

.modal.modal-playroom .modal-body .modal-inner-body .value-content .value-item:hover {
    opacity: 0.8;
}

.modal.modal-playroom .modal-body .modal-inner-body .value-content .value-item .inner-value {
    height: 100%;
    flex: 0 0 100px;
    background: #fff;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.modal-playroom .modal-body .modal-inner-body .value-content .value-item .inner-text {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}

.modal.modal-playroom .modal-body .modal-inner-body .value-content .value-item .inner-cta {
    flex: 0 0 125px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #FFC300;
}

.load-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.load-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.load-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.load-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    to {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.modal-challenger .modal-content,
.modal-challenged .modal-content {
    background: #1D2333;
}

.modal-challenger .modal-content h1, .modal-challenger .modal-content h1.title,
.modal-challenged .modal-content h1,
.modal-challenged .modal-content h1.title {
    font-size: 24px;
}

.modal-challenger .modal-content p.description,
.modal-challenged .modal-content p.description {
    font-size: 13px;
    max-width: 280px;
    line-height: 25px;
    text-align: center;
}

.modal-challenger .modal-content .btn-cancel,
.modal-challenged .modal-content .btn-cancel {
    border: 2px solid #E92020;
}

.modal-challenger .modal-content .btn-modal,
.modal-challenged .modal-content .btn-modal {
    width: 100%;
    max-width: 207px;
    height: 41px;
    font-weight: 700;
    border-radius: 10px;
}

.modal-challenger .modal-content .btn-modal:hover,
.modal-challenged .modal-content .btn-modal:hover {
    color: #fff;
}

.modal-challenger .modal-content .modal-inner-body {
    padding-top: 70px;
    padding-bottom: 20px;
}

.modal-challenged .modal-inner-body {
    padding-bottom: 20px;
}

.modal-challenged .modal-inner-body h1 {
    display: none;
}

.modal-challenged .modal-inner-body h2.title {
    font-size: 24px !important;
    color: #616A82;
    font-weight: 700;
}

.modal-challenged .modal-inner-body .name-player {
    font-size: 19px;
    font-weight: 700;
}

@media (max-width: 524px) {
    .modal-challenged .modal-content .btn-cancel {
        margin-right: 0;
        margin-bottom: 10px !important;
    }
}

.modal-challenged .modal-content .btn-modal {
    margin-right: 10px;
}

@media (max-width: 524px) {
    .modal-challenged .modal-content .btn-modal {
        display: block;
        margin: auto;
    }
}

/* TRIGGERS */
.trigger {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

.trigger p {
    margin-top: 10px;
}

.trigger ul {
    padding-left: 20px;
}

.trigger ul li {
    list-style: disc;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 5px;
}

.trigger_none {
    margin-bottom: 0;
}

.trigger_ajax {
    display: none;
    cursor: pointer;
}

.trigger_success {
    background-color: #00B494;
}

.trigger_info {
    background-color: #0E96E5;
}

.trigger_alert {
    background-color: #FAAD50;
}

.trigger_error {
    background-color: #F45563;
}

.trigger_modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 460px;
    max-width: 80%;
    padding: 20px 20px 0 0;
    cursor: pointer;
    z-index: 99999;
}

.trigger_modal .trigger {
    padding: 20px;
    margin: auto 30px auto auto;
}

.header {
    z-index: 1000;
    background: #FFC300;
}

.header .logo-content {
    min-width: 180px;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .navigation .menu-main-item-link {
    font-size: 16px;
    color: #3A4750;
    text-transform: uppercase;
}

.header .navigation .menu-main-item-link:hover {
    color: #3A4750;
}

.header .header-actions .user-ranking {
    font-size: 23px;
    color: #3A4750;
    text-transform: uppercase;
    font-weight: 700;
}

.header .header-actions .user-progress-ranking {
    width: 190px;
}

.header .header-actions .progress-stat {
    min-width: 190px;
}

.header .header-actions .progress-stat .bar-progress-info {
    color: #3A4750;
}

.header .header-actions .mobilemenu-trigger .burger-icon-bar {
    background: #161B28;
}

.header .cash-balance-content {
    font-size: 17px;
    font-weight: 700;
    background: #161B28;
    border-radius: 12px;
    text-transform: uppercase;
    margin-right: 16px;
    padding: 0 8px;
    height: 30px;
}

@media (min-width: 768px) {
    .header .cash-balance-content {
        padding: 12px;
        margin-right: 26px;
        min-width: 205px;
    }
}

.header .cash-balance-content .text-cash-balance {
    color: #FFC300;
}

.header .cash-balance-content .text-cash-value {
    color: #E6E6E6;
    font-size: 20px;
}

.main-login-header-mobile .vitalento-logo {
    max-width: 150px;
}

.discord-app-big {
    padding-top: 10px;
    margin-left: -38px;
    margin-bottom: 135px;
}

.discord-app-big a {
    height: 48px;
    padding-left: 62px;
    border-radius: 12px;
    font-weight: 700;
    line-height: 100px;
    position: relative;
    transition: all .2s ease-in-out;
}

.discord-app-big img {
    width: 35px;
    transition: all 0.3s ease;
}

.discord-app-big .discord-icon {
    margin-right: 15px;
    margin-bottom: -7px;
}

.discord-app-big img:hover {
    transition: all 0.3s ease;
    filter: invert(55%) sepia(65%) saturate(7159%) hue-rotate(225deg) brightness(100%) contrast(91%);
}

.discord-app {
    padding-top: 10px;
    margin-top: auto;
    margin-bottom: 55px;
}

.discord-app img {
    width: 35px;
    transition: all 0.3s ease;
}

.discord-app img:hover {
    transition: all 0.3s ease;
    filter: invert(55%) sepia(65%) saturate(7159%) hue-rotate(225deg) brightness(100%) contrast(91%);
}

.user-status-content .client-status {
    display: inline-block;
    position: relative;
}

.user-status-content .client-status:hover ul {
    opacity: 1;
    height: auto;
}

.user-status-content .client-status span {
    display: block;
    background: #ffffff;
    color: #1D2333;
    padding: 5px 15px;
    padding-left: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: bold;
}

.user-status-content .client-status ul {
    opacity: 0;
    height: 27px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    z-index: 100;
    padding: 0;
}

.user-status-content .client-status ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px 15px;
    padding-left: 30px;
    text-align: left;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    text-transform: capitalize;
}

.user-status-content .client-status ul li a:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.user-status-content .client-status ul li a:hover, .user-status-content .client-status ul li a:focus {
    background-color: #f6f6f6;
}

.user-status-content .client-status .status {
    position: relative;
    /* CORES */
}

.user-status-content .client-status .status::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 51%;
    left: 10px;
    transform: translateY(-50%);
    background-color: #cccccc;
    border-radius: 50%;
}

.user-status-content .client-status .status.status1::before {
    background-color: red;
}

.user-status-content .client-status .status.status2::before {
    background-color: #25ef18;
}

.user-status-content .client-status .status.status3::before {
    background-color: #e8da2c;
}

.user-status-content .client-status .status.status4::before {
    background-color: #18b3ef;
}

.info-blocking {
    position: fixed;
    bottom: 15px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 15px;
    width: 250px;
}

.navigation-widget .menu {
    margin-top: 30px;
}

.tns-outer {
    position: relative;
}

.tns-outer button[data-action=stop],
.tns-outer button[data-action=start] {
    display: none;
}

.tns-outer .tns-nav {
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tns-outer .tns-nav button {
    width: 30px;
    height: 6px;
    border-radius: 5px;
    display: inline-block;
    outline: 5px solid transparent;
    margin: 0 5px;
    position: relative;
    background: #616A82;
    cursor: pointer;
    transition: all 0.2s;
}

.tns-outer .tns-nav button:hover {
    opacity: 0.8;
}

.tns-outer .tns-nav button.tns-nav-active {
    transform: scale(1.2);
    background: #fff;
}

.main-slide .slide-body {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 130px;
    margin-bottom: 70px;
}

.main-slide .slide-body picture {
    display: flex;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    overflow: hidden;
}

.main-slide .slide-body .slide-content {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(29, 35, 51);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.main-slide .slide-body .slide-content .gradient {
    position: absolute;
    top: -50px;
    left: 0;
    height: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgba(29, 35, 51, 0) 30%, #1D2333 70.6%);
}

.main-slide .slide-body .slide-content .slide-logo {
    margin-bottom: 100px;
    position: absolute;
    max-width: 250px;
    width: 100%;
    bottom: 150px;
}

.main-slide .slide-body .slide-content .slide-title {
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 5px;
}

@media (max-width: 992px) {
    .main-slide .slide-body .slide-content .slide-title {
        font-size: 30px;
    }
}

.main-slide .slide-body .slide-content .slide-subtitle {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .main-slide .slide-body .slide-content .slide-subtitle {
        font-size: 18px;
    }
}

.main-slide .slide-body .slide-content .btn-cta-slide {
    position: absolute;
    z-index: 2;
    bottom: -20px;
}

.main-slide .slide-body .slide-content .line {
    position: absolute;
    bottom: 0;
    content: "";
    width: 94%;
    height: 1px;
    background: #616A82;
}

.progress-effect {
    position: relative;
}

.progress-effect .progress-bar {
    background: transparent !important;
    width: 100% !important;
}

.progress-effect:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFC300;
    height: 100%;
    width: 100%;
    animation-name: loadlogin;
    animation-duration: 2s !important;
}

.progress-effect .seven:after {
    animation-duration: 7s !important;
}

@keyframes loadlogin {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.main-login, .main-recover {
    position: relative;
    min-height: 100vh;
}

.main-login .bg-login, .main-recover .bg-login {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    height: 100%;
    background: #1D2333;
}

.main-login .bg-login .image-bg-login, .main-recover .bg-login .image-bg-login {
    width: 100%;
    max-height: 100%;
}

@media (max-width: 992px) {
    .main-login .bg-login .image-bg-login, .main-recover .bg-login .image-bg-login {
        display: none;
    }
}

.main-login .main-form-login, .main-recover .main-form-login {
    min-width: 450px;
    max-width: 455px;
}

@media (max-width: 480px) {
    .main-login .main-form-login, .main-recover .main-form-login {
        min-width: auto;
        max-width: auto;
    }
}

.main-recover .recover-title {
    font-size: 18px;
}

.main-recover .recover-description {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #fff;
}

.main-register {
    position: relative;
    min-height: 100vh;
}

.main-register .bg-register {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    height: 100%;
    background: #1d2333;
    z-index: -1;
}

.main-register .bg-register .image-bg-register {
    width: 100%;
    opacity: 0.3;
    max-height: 100%;
    overflow: hidden;
}

@media (max-width: 992px) {
    .main-register .bg-register .image-bg-register {
        display: none;
    }
}

.main-register .stepwizard {
    max-width: 500px;
    margin-top: 60px;
}

.main-register .stepwizard .stepwizard-step~.stepwizard-line {
    position: absolute;
    content: "";
    width: 45%;
    height: 2px;
    background: #616A82;
}

.main-register .stepwizard .stepwizard-step~.stepwizard-line.green {
    background: #40D04F;
}

.main-register .stepwizard .stepwizard-step~.stepwizard-line.right {
    right: 52px;
}

.main-register .stepwizard .stepwizard-step~.stepwizard-line.left {
    left: 27px;
}

.main-register .stepwizard .stepwizard-step .step-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding-top: 70px;
}

.main-register .stepwizard-content {
    display: none;
}

.main-register .stepwizard-content .title-step {
    font-size: 20px;
    font-weight: 700;
}

.main-register .stepwizard-content .instructions-step, .main-register .stepwizard-content .description-step {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #fff;
    max-width: 630px;
    line-height: 21px;
}

.main-register .stepwizard-content .description-step {
    font-weight: 700;
    font-size: 17px;
    max-width: 350px;
}

.main-register .stepwizard-content .legal-responsible-text {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.main-register .stepwizard-content .consent-term-content {
    border-radius: 10px;
    background: #1D2333;
    overflow: hidden;
}

.main-register .stepwizard-content .consent-term-content .consent-term-text {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    background: #293249;
    padding: 15px;
    border-bottom: 1px solid #616A82;
}

.main-register .stepwizard-content .consent-term-content .confirm-consent-content {
    padding: 15px;
}

.main-register .stepwizard-content .consent-term-content .confirm-consent-content .confirm-text {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 12px;
}

.main-register .stepwizard-content .tooltip-custom {
    position: relative;
    cursor: default;
}

.main-register .stepwizard-content .tooltip-custom .tooltip-content {
    display: none;
    position: absolute;
    top: -120px;
    right: -100px;
    width: 300px;
    padding: 10px;
    border-radius: 10px;
    background: #616A82;
    z-index: 999;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
}

@media (max-width: 768px) {
    .main-register .stepwizard-content .tooltip-custom .tooltip-content {
        right: -10px;
    }
}

@media (max-width: 480px) {
    .main-register .stepwizard-content .tooltip-custom .tooltip-content {
        right: 0;
    }
}

.main-register .stepwizard-content .tooltip-custom .tooltip-content::before {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #616A82;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
}

@media (max-width: 768px) {
    .main-register .stepwizard-content .tooltip-custom .tooltip-content::before {
        left: 90%;
    }
}

@media (max-width: 480px) {
    .main-register .stepwizard-content .tooltip-custom .tooltip-content::before {
        left: 85%;
    }
}

.main-register .stepwizard-content .tooltip-custom:hover .tooltip-content {
    display: flex;
}

.main-register .stepwizard-content.show {
    display: block;
}

.main-register .main-form-login, .main-register .progress-login {
    min-width: 450px;
    max-width: 455px;
}

@media (max-width: 480px) {
    .main-register .main-form-login, .main-register .progress-login {
        min-width: auto;
        max-width: auto;
    }
}

.main-register .progress-login .welcome-text {
    font-size: 15px;
    font-weight: 700;
    color: #616A82;
}

.main-register .progress-login .user-name-text {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.main-register .progress-login .vitalento-logo {
    max-width: 160px;
}

.main-register .progress-login .progress {
    max-width: 190px;
    background: #293249;
}

.main-register .progress-login .progress .progress-bar {
    background-color: #FFC300;
    width: 0%;
    animation: progressAnimation 1s;
}

@keyframes progressAnimation {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.main-recover .recover-title {
    font-size: 18px;
}

.main-recover .recover-description {
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #fff;
}

.main-confirm-email-content {
    display: flex;
}

.main-confirm-email-content .register-validation-area {
    display: flex;
}

.main-confirm-email-content .code-verification-area {
    display: none;
}

.main-confirm-email-content .code-verification-area .input-content {
    max-width: 300px;
}

.main-confirm-email-content .code-verification-area .input-content .input-code_verification {
    width: 35px;
    border-radius: 8px;
    height: 50px;
    margin-right: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    padding: 0;
}

.main-confirm-email-content .code-verification-area .input-content .input-code_verification:last-child {
    margin-right: 0;
}

.main-confirm-email-content .code-verification-area .button-content {
    max-width: 390px;
}

.main-confirm-email-content .code-verification-area .button-content .btn-vitalento-action {
    height: 60px;
}

.main-confirm-email-content .code-verification-area .button-content .btn-vitalento-action .text-sm {
    font-size: 16px;
}

.progress-content {
    display: none;
}

.chat-widget-speaker-message p {
    color: #fff !important;
}

.chat-widget-conversation, .simplebar-wrapper, .simplebar-mask, .simplebar-offset, .simplebar-content-wrapper, .simplebar-content {
    min-height: 350px;
    height: auto !important;
    overflow: auto !important;
}

.main-slide .outer-container {
    position: relative;
    height: calc(100vh - 190px);
    max-height: 660px;
    margin-bottom: 25px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .main-slide .outer-container {
        height: calc(100vh - 145px);
    }
}

.main-slide .outer-container>picture {
    overflow: hidden;
    width: 100%;
    height: calc(100% - 20px);
    position: relative;
    display: block;
    border-radius: 30px;
}

.main-slide .outer-container>picture img {
    position: absolute;
    min-height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-slide .content-container {
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(0deg, #161B28 22%, #1D2333 100%);
}

.main-slide .content-container .meta-container .gradient_top {
    position: absolute;
    height: 150px;
    display: block;
    width: 100%;
    top: -148px;
    background: rgb(29, 35, 51);
    background: linear-gradient(0deg, rgb(29, 35, 51) 22%, rgba(255, 255, 255, 0) 100%);
}

.main-slide .content-container .meta-container .image-logo {
    position: relative;
    max-width: 265px;
    max-height: 130px;
    margin-top: -150px;
    z-index: 1;
}

.main-slide .content-container .meta-container .slide-title {
    font-size: 2em;
}

.main-slide .content-container .meta-container .slide-subtitle {
    font-size: 1.2em;
}

.main-slide .content-container .gradient_bottom {
    position: relative;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 15px;
}

.main-slide .content-container .gradient_bottom .btn {
    margin-bottom: -20px;
}

.profile-header .profile-header-ranking-wrap {
    width: 352px;
    height: 44px;
    margin: 0 auto;
    position: absolute;
    top: 54px;
    right: 32px;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 1365px) {
    .profile-header .profile-header-ranking-wrap {
        justify-content: center;
    }
}

.profile-header .profile-header-ranking-wrap .ranking-info .ranking-content .user-avatar-ranking-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.profile-header .profile-header-ranking-wrap .ranking-info .ranking-text {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-left: 12px;
}

.profile-header .profile-header-ranking-wrap .ranking-info .ranking-text.noob {
    color: #939393;
}

.profile-header .profile-header-ranking-wrap .ranking-info .ranking-text.casual {
    color: #bc7b1b;
}

.profile-header .profile-header-ranking-wrap .ranking-info .ranking-text.specialist {
    color: #105df2;
}

.profile-header .profile-header-ranking-wrap .ranking-info .ranking-text.expert {
    color: #ffe500;
}

.profile-header .profile-header-cover:hover .profile-header-cover-change-image {
    display: flex;
}

.profile-header .profile-header-cover .profile-header-cover-change-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.19);
    z-index: 1;
}

@media (max-width: 1365px) {
    .profile-header .profile-header-cover .profile-header-cover-change-image {
        align-items: baseline;
    }
}

.profile-header .profile-header-cover .profile-header-cover-change-image .profile-header-info-action {
    min-width: 200px;
}

@media (max-width: 1365px) {
    .profile-header .profile-header-cover .profile-header-cover-change-image .profile-header-info-action {
        margin-top: 25px;
    }
}

.profile-header .profile-header-cover .profile-header-cover-change-image .input-header-cover-change {
    display: none;
}

.profile-header .user-stats .user-stat .user-stat-earned-value {
    color: #40D04F;
    font-size: 22px;
    font-weight: 700;
}

.profile-header .user-stats .user-stat .user-stat-earned-value .small-text {
    font-size: 14px;
}

.profile-header .user-short-description-avatar:hover .user-avatar-change-image {
    display: flex;
}

.profile-header .user-short-description-avatar .user-avatar-change-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.61);
    z-index: 10;
    -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.profile-header .user-short-description-avatar .user-avatar-change-image .input-user-thumb {
    display: none;
}

@media (max-width: 1365px) {
    .main-user-data .sidebar-menu-header {
        height: -moz-fit-content;
        height: fit-content;
        padding-bottom: 24px;
    }
}

@media (max-width: 1365px) {
    .main-user-data .sidebar-menu-header .sidebar-menu-header-text {
        margin-top: 12px;
    }
}

.main-user-data .legal-liability-content .img-legal-liability {
    min-width: 60px;
}

.main-user-data .legal-liability-content .text-legal-liability {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.main-user-data .legal-liability-content .check-terms-content {
    background: #293249;
    border-radius: 10px;
    border-bottom: 1px solid #616A82;
}

.main-user-data .legal-liability-content .check-terms-content .img-check-content {
    min-width: 60px;
}

.main-user-data .legal-liability-content .check-terms-content .img-check-content .check-item {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #40D04F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main-user-data .legal-liability-content .check-terms-content .img-check-content .check-item .icon-badges {
    padding-top: 3px;
    fill: #1D2333;
}

.main-user-data .verification-content .verification-item {
    background: #293249;
    border-radius: 10px;
    border-bottom: 1px solid #616A82;
    padding: 10px 0;
}

.main-user-data .verification-content .verification-item .verification-image {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateX(-50%);
    left: 12px;
    background: #40D04F;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.main-user-data .verification-content .verification-item .verification-image .icon-badges {
    width: 14px;
    padding-top: 4px;
    fill: #1D2333;
}

.main-user-data .verification-content .verification-item .verification-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.main-user-data .verification-content .verification-item .verification-text .verification-link {
    color: #FFC300;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.main-user-data .account-hub-sidebar {
    position: sticky;
    top: 95px;
}

@media (max-width: 1365px) {
    .main-user-data .account-hub-sidebar {
        position: inherit;
    }
}

@media (max-width: 1365px) {
    .main-bank-account .sidebar-menu-header {
        height: -moz-fit-content;
        height: fit-content;
        padding-bottom: 24px;
    }
}

@media (max-width: 1365px) {
    .main-bank-account .sidebar-menu-header .sidebar-menu-header-text {
        margin-top: 12px;
    }
}

.main-ranking-page .widget-box .widget-box-content.padded-for-scroll.small {
    height: -moz-fit-content;
    height: fit-content;
}

.main-ranking-page .progress-arc-summary .progress-arc-summary-info .progress-arc-summary-title {
    font-size: 25px;
}

.main-ranking-page .progress-arc-wrap .progress-arc-info .progress-arc-title {
    color: #fff;
}

.main-ranking-page .win-summary-content .win-summary-text {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.main-ranking-page .win-summary-content .achievement-status-list {
    margin-top: 25px;
}

.main-ranking-page .progress-stat-info .noob {
    color: #939393;
}

.main-ranking-page .progress-stat-info .casual {
    color: #bc7b1b;
}

.main-ranking-page .progress-stat-info .specialist {
    color: #105df2;
}

.main-ranking-page .progress-stat-info .expert {
    color: #ffe500;
}

.main-ranking-page .exp-line .exp-line-timestamp {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-ranking-page .exp-line .exp-line-timestamp.noob {
    color: #939393;
}

.main-ranking-page .exp-line .exp-line-timestamp.casual {
    color: #bc7b1b;
}

.main-ranking-page .exp-line .exp-line-timestamp.specialist {
    color: #105df2;
}

.main-ranking-page .exp-line .exp-line-timestamp.expert {
    color: #ffe500;
}

.main-ranking-page .percentage-diff-icon-wrap.positive {
    border-color: #FFC300;
}

.main-ranking-page .percentage-diff-icon-wrap .percentage-diff-icon {
    fill: #FFC300;
}

.main-ranking-page .section-pager .section-pager-item.active .section-pager-item-text {
    color: #FFC300;
}

.main-ranking-page .section-pager .section-pager-item:hover .section-pager-item-text {
    color: #FFC300;
}

.main-password-account .sidebar-menu-header {
    height: 90px;
    border-radius: 12px;
}

@media (max-width: 1365px) {
    .main-password-account .sidebar-menu-header {
        height: -moz-fit-content;
        height: fit-content;
        padding-bottom: 24px;
    }
}

@media (max-width: 1365px) {
    .main-password-account .sidebar-menu-header .sidebar-menu-header-text {
        margin-top: 12px;
    }
}

.game_mode {
    border-radius: 12px 12px 0 0;
    bottom: 8px;
    left: 160px;
}

@media (max-width: 1365px) {
    .game_mode {
        left: auto;
        right: 20px;
    }
}

.decision-information {
    background-color: #161B28;
    color: #fff;
    padding: 20px;
    border: 1px solid white;
    text-align: center;
}

.decision-information .reason {
    display: inline-block;
    padding: 12px;
    border-radius: 10px;
    background-color: #293249;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.1428571429em;
}

.decision-information .reason .p{
    color: #fff !important;
}


.main-playroom .content-rules-tab-custom .title {
    margin-bottom: 25px;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
}

.main-playroom .content-rules-tab-custom p {
    color: white !important;
    line-height: 25px;
    font-size: 18px;
}

.main-playroom .content-rules-tab-custom iframe {
    width: 100%;
    height: 390px;
}

.main-playroom .content-rules-tab-custom .reason-table {
    margin-bottom: 25px;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
}

.main-playroom .console-navigation .item {
    cursor: pointer;
}

.main-playroom .console-navigation .item .svg_container {
    position: relative;
}

.main-playroom .console-navigation .item .svg_container svg {
    width: auto;
    height: 74px !important;
    fill: #fff;
    filter: drop-shadow(2px 6px 3px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(2px 6px 3px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(2px 6px 3px rgba(0, 0, 0, 0.4));
    -o-filter: drop-shadow(2px 6px 3px rgba(0, 0, 0, 0.4));
}

.main-playroom .console-navigation .item .badge.navigation-text {
    text-transform: uppercase;
}

.main-playroom .console-navigation .item:hover .navigation-text {
    background: #fff;
}

.main-playroom .console-navigation .dropdown-toggle .svg_container svg {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
    -o-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.4));
}

.main-playroom .game-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .main-playroom .game-navigation {
        margin-top: 20px;
    }

    .main-playroom .game-navigation::before {
        content: "";
        width: 36px;
        height: 1px;
        background: #616A82;
        margin-bottom: 20px;
    }

    .main-playroom .game-navigation .navigation-text {
        display: none;
    }
}

.main-playroom .game-navigation .navigation-text {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
    margin-bottom: 17px;
}

@media (max-width: 992px) {
    .main-playroom .game-navigation {
        margin-left: 20px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

.main-playroom .game-navigation .item {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-bottom: 12px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .main-playroom .game-navigation .item {
        margin-bottom: 0;
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }

    .main-playroom .game-navigation .item:last-child {
        margin-right: 0;
    }
}

.main-playroom .game-navigation .item.active {
    border: 3px solid #FFC300;
    position: relative;
}

.main-playroom .game-navigation .item.active::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 14px;
    background: #FFC300;
    -webkit-clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
    clip-path: polygon(50% 0%, 50% 100%, 100% 50%);
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .main-playroom .game-navigation .item.active::after {
        right: auto;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -7px;
        width: 14px;
        height: 10px;
        -webkit-clip-path: polygon(50% 100%, 0 50%, 100% 50%);
        clip-path: polygon(50% 100%, 0 50%, 100% 50%);
    }
}

.main-playroom .game-navigation .item:hover:not(.active) {
    opacity: 0.5;
}

.main-playroom .profile-header {
    overflow: hidden;
}

.main-playroom .profile-header .profile-header-info {
    /*background: url("./images/bottom-right-slide.svg");*/
    background-repeat: no-repeat;
    background-position: calc(100% + 7px) calc(100% + 7px);
}

@media (min-width: 1365px) {
    .main-playroom .profile-header .profile-header-info {
        height: 150px;
    }
}

.main-playroom .profile-header .profile-header-info .user-short-description {
    padding-top: 20px;
}

.main-playroom .profile-header .profile-header-info .profile-header-info-actions {
    top: 44px;
}

.main-playroom .profile-header .profile-header-info .user-short-description-title {
    font-size: 34px;
}

.main-playroom .profile-header .profile-header-info .user-short-description-title .title-ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.main-playroom .profile-header .profile-header-info .user-short-description-title .title-ico.ico-live {
    width: 100px;
    height: 32px;
    background-image: url("./images/icon-live.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translateY(3px);
    color: red;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(7482%) hue-rotate(357deg) brightness(97%) contrast(119%);
}

.main-playroom .profile-header .profile-header-info .user-short-description-text {
    font-size: 20px;
}

@media (max-width: 1365px) {
    .main-playroom .profile-header .profile-header-info .user-short-description-text {
        justify-content: center;
    }
}

.main-playroom .profile-header .profile-header-info .user-short-description-text .user-nickname {
    text-decoration: underline;
}

.main-playroom .profile-header .playroom-value {
    font-weight: 700;
    font-size: 34px;
}

.main-playroom .profile-header .playroom-value-text {
    margin-top: 10px;
    font-size: 20px;
}

.main-playroom .profile-header .profile-header-info-actions {
    align-items: center;
}

@media (min-width: 1365px) {
    .main-playroom .profile-header .profile-header-info-actions {
        align-items: baseline;
    }
}

.main-playroom .profile-header .line {
    position: absolute;
    bottom: 0;
    content: "";
    width: 94%;
    height: 1px;
    background: #616A82;
    left: 50%;
    transform: translateX(-50%);
}

.main-disputes .notification-box-list .notification-box .text-sticker {
    height: 25px;
    width: 60px;
    padding-top: 1px;
}

.main-disputes .notification-box-list .notification-box .name-players {
    font-size: 20px;
}

.main-disputes .notification-box-list .notification-box .players-vs {
    line-height: initial;
}

.main-disputes .notification-box-list .notification-box .text-sticker-description {
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
}

.main-disputes .notification-box-list .notification-box .see-disputes-content .action-request-list .action-request {
    font-size: 16px;
    width: 60px;
}

@media (max-width: 992px) {
    .main-disputes .notification-box-list .notification-box .see-disputes-content {
        width: 100%;
        margin-top: 12px;
    }

    .main-disputes .notification-box-list .notification-box .see-disputes-content .action-request-list {
        width: 100%;
    }

    .main-disputes .notification-box-list .notification-box .see-disputes-content .action-request-list .action-request {
        width: 100%;
    }
}

.main-disputes .no-dispute-content .action-list-item-icon {
    width: 30px;
    height: 30px;
}

.main-disputes .status {
    font-weight: 700;
}

.main-disputes .status.status-opened {
    color: #757AFF;
}

.main-disputes .status.status-answered {
    color: #FFC300;
}

.main-disputes .status.status-concluded {
    color: #40D04F;
}

.main-dispute-details .status-players-area {
    background: #1D2333;
    border-radius: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 270px;
}

.main-dispute-details .status-players-area .status-players {
    position: absolute;
}

.main-dispute-details .status-players-area .status-players.active {
    filter: invert(70%) sepia(62%) saturate(569%) hue-rotate(69deg) brightness(90%) contrast(83%);
}

.main-dispute-details .status-players-area .status-players-left {
    bottom: -30px;
    left: -32px;
}

.main-dispute-details .status-players-area .status-players-right {
    bottom: -30px;
    right: -32px;
}

.main-dispute-details .status-players-area .time-status-players {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.main-dispute-details .status-players-area .time-text {
    font-size: 18px;
}

.main-dispute-details .status-players-area .status-players-content {
    position: relative;
    z-index: 999;
    margin: 0 90px;
    margin-top: 70px;
}

.main-dispute-details .status-players-area .status-players-content .user-name {
    font-size: 20px;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action {
    padding: 12px 25px;
    padding-right: 25px;
    background: #FFC300;
    color: #1D2333;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action img {
    height: 24px;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action .vitalento-white-logo, .main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action .challange-text-give-up {
    display: none;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action .vitalento-normal-logo {
    display: block;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action .challange-text {
    display: inline;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange {
    background: #FD4747;
    color: #fff;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .vitalento-white-logo {
    display: block;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .vitalento-normal-logo, .main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .challange-text {
    display: none;
}

.main-dispute-details .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .challange-text-give-up {
    display: inline;
}

.main-dispute-details .status-players-area .status-players-content #user-status-connection .ready {
    display: none;
}

.main-dispute-details .chat-widget {
    width: 100%;
}

.main-dispute-details .chat-widget .chat-widget-conversation {
    overflow: hidden;
    height: 500px;
}
.main-games .notification-box-list .notification-box .text-sticker {
    height: 25px;
    width: 60px;
    padding-top: 1px;
}

.main-games .notification-box-list .notification-box .name-players {
    font-size: 20px;
}

.main-games .notification-box-list .notification-box .players-vs {
    line-height: initial;
}

.main-games .notification-box-list .notification-box .text-sticker-description {
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 12px;
}

.main-games .notification-box-list .notification-box .see-games-content .action-request-list .action-request {
    font-size: 16px;
    width: 60px;
}

@media (max-width: 992px) {
    .main-games .notification-box-list .notification-box .see-games-content {
        width: 100%;
        margin-top: 12px;
    }

    .main-games .notification-box-list .notification-box .see-games-content .action-request-list {
        width: 100%;
    }

    .main-games .notification-box-list .notification-box .see-games-content .action-request-list .action-request {
        width: 100%;
    }
}

.main-games .no-game-content .action-list-item-icon {
    width: 30px;
    height: 30px;
}

.main-games .status {
    font-weight: 700;
}

.main-games .status.status-opened {
    color: #757AFF;
}

.main-games .status.status-answered {
    color: #FFC300;
}

.main-games .status.status-concluded {
    color: #40D04F;
}

.status-players-area {
    background: #1D2333;
    border-radius: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 270px;
}

.status-players-area .status-players {
    position: absolute;
}

.status-players-area .status-players.active {
    filter: invert(70%) sepia(62%) saturate(569%) hue-rotate(69deg) brightness(90%) contrast(83%);
}

.status-players-area .status-players-left {
    bottom: -30px;
    left: -32px;
}

.status-players-area .status-players-right {
    bottom: -30px;
    right: -32px;
}

.status-players-area .time-status-players {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.status-players-area .time-text {
    font-size: 18px;
}

.status-players-area .status-players-content {
    position: relative;
    z-index: 999;
    margin: 0 90px;
    margin-top: 70px;
}

.status-players-area .status-players-content .user-name {
    font-size: 20px;
}

.status-players-area .status-players-content .buttons-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action {
    padding: 12px 25px;
    padding-right: 25px;
    background: #FFC300;
    color: #1D2333;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action img {
    height: 24px;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action .vitalento-white-logo, .status-players-area .status-players-content .buttons-content .btn-vitalento-action .challange-text-give-up {
    display: none;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action .vitalento-normal-logo {
    display: block;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action .challange-text {
    display: inline;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange {
    background: #FD4747;
    color: #fff;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .vitalento-white-logo {
    display: block;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .vitalento-normal-logo, .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .challange-text {
    display: none;
}

.status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .challange-text-give-up {
    display: inline;
}

.status-players-area .status-players-content #user-status-connection .ready {
    display: none;
}

.status-players-area .rooms-tab-custom .title {
    margin-bottom: 25px;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
}

.status-players-area .rooms-tab-custom p {
    color: white !important;
    line-height: 25px;
    font-size: 18px;
}

.status-players-area .rooms-tab-custom iframe {
    width: 100%;
    height: 390px;
}

.status-players-area .rooms-tab-custom .reason-table {
    margin-bottom: 25px;
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    min-width: 300px;
}

.dispute-button {
    color: #fff;
    text-align: center;
    padding: 8px 2px;
    top: -11px;
    position: relative;
    right: 11px;
}

.dispute-button .reason {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 9999px;
  background-color: #293249;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1428571429em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.3s ease;
  width: auto; /* botão se ajusta ao texto */
}

.dispute-button .reason:hover {
  background-color: #3a4563;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.dispute-button .reason:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.dispute-button .reason svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    margin-top: -6px;
}

.btn-game-details {
    background-color: #FFC300;
    color: #000;
    text-transform: uppercase;
    border: none;
    padding: 5px 11px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-game-details:hover {
    background-color: #e6b000; 
}

.match-content .match-text {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}

.match-content .match-status-list {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  gap: 20px;
}

.match-status {
  text-align: center;
  flex: 1; 
}

.match-status .match-status-progress {
  font-size: 2.5rem;
  font-weight: 700;
}

.match-status .match-status-info {
  margin-top: 14px;
}

.match-status .match-status-info .match-status-title {
  font-size: 0.875rem;
  font-weight: 700;
}

.match-status .match-status-info .match-status-text {
  margin-top: 6px;
  color: #9aa4bf;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.match-status .match-status-image {
  display: block;
  margin: 22px auto 0;
}

.notification-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 5px;
    background: #FF3B30; /* vermelho estilo IG */
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    border-radius: 999px;
    box-shadow: 0 0 0 2px #fff;
    z-index: 10;
    white-space: nowrap;
}

.message-badge-container {
    position: absolute;
    display: inline-block;
    top: 32px;
    padding-left: 84px;
}

/* Estilo do ! */
.message-alert {
    background-color: #dc3545;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    transition: opacity 0.2s ease;
    position: relative;
    z-index: 2;
}

/* Esconde o ! ao hover */
.message-badge-container:hover .message-alert {
    opacity: 0;
    pointer-events: none;
}

/* Balão abrindo para a esquerda */
.badge-tooltip {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #dc3545;
    color: #fff;
    padding: 1px 8px;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 16px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.42, 0, 0.15, 1.08);
    z-index: 3;
}
/* seta no lado direito apontando para o ! */
.badge-tooltip::before {
    content: "";
    position: absolute;
    top: 71%;
    /* left: 50%; */
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background-color: #dc3545;
    z-index: 2;
}

/* Aparece o balão no hover */
.message-badge-container:hover .badge-tooltip {
    opacity: 1;
    pointer-events: auto;
}




.main-finance .section-header {
    align-items: center;
    justify-content: center;
}

.main-finance .section-header .section-title {
    font-size: 16px;
    margin-bottom: 40px;
}

.main-finance .table.table-sales .table-column:last-child {
    width: 220px;
}

.modal-finance .pix-title {
    margin-top: -30px;
}

.modal-finance .pix-title p {
    color: #000000;
    font-weight: 700;
    font-size: 2.5em;
}

.modal-finance .price p {
    color: #28a745;
    font-weight: 700;
    font-size: 1.5em;
}

.modal-finance .payment-footer {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #f5f5f5;
    padding: 15px;
    font-size: 0.75em;
    line-height: 1.2;
}

.modal-finance .payment-footer img {
    width: 330px;
    max-width: 85%;
}

.modal.coupon .form-input input {
    background: transparent;
    border-width: 2px;
    color: #000;
    text-align: center;
    font-size: 1.8em;
}

.modal.coupon .form-input input:focus {
    border-color: #000 !important;
}

.modal.coupon .form-input input.error {
    color: red;
}

.modal.coupon .form-input input.error:focus {
    border-color: red !important;
}

.modal.coupon .form-input .search {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #000;
}

.modal.coupon .form-input .search svg {
    width: 15px;
    height: 15px;
    opacity: 0.3;
    animation: rotating 0.6s linear infinite;
}

.modal.coupon .coupon-applied {
    display: none;
}

.modal.coupon .coupon-applied .row {
    padding: 5px 0;
    border-radius: 10px;
}

.modal.coupon .coupon-applied span {
    line-height: 1.1;
    display: block;
}

.modal.coupon .coupon-applied span>span {
    display: inline-block;
}

.modal.coupon .coupon-error {
    display: none;
}

.modal.coupon .coupon-error .row {
    padding: 5px 0;
    border-radius: 10px;
}

.modal.coupon .coupon-error span {
    line-height: 1.1;
    display: block;
}

.modal.coupon .coupon-error span>span {
    display: inline-block;
}


@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.modal-finance .pix .text {
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    word-break: break-all;
}

.modal-finance .pix .text span.info {
    background: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    margin-top: 10px;
    display: inline-block;
}

.modal-finance .pix .pix-img {
    border-radius: 5px;
    border: 5px solid #e6e6e6;
    width: 255px;
    max-width: 100%;
    margin: 0 auto;
}

.modal-finance .pix .pix-img img {
    width: 100%;
}

.modal-finance .pix .instructions p {
    font-size: 0.8em;
}

.modal-finance .pix .instructions b {
    color: #000000;
    display: block;
    margin-top: 25px;
}

.modal-finance .card-form .card-owner,
.modal-finance .card-form .card-data,
.modal-finance .card-form label {
    font-weight: 400;
    color: #222;
    margin-bottom: 5px;
}

.modal-finance .card-form .card-data #cardNumber {
    background-image: url("../../../payment/flags/nocard.svg");
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 38px;
}

.modal-finance .card-form .card-data #cardNumber.diners {
    background-image: url("../../../payment/flags/diners.png");
}

.modal-finance .card-form .card-data #cardNumber.discover {
    background-image: url("../../../payment/flags/discover.png");
}

.modal-finance .card-form .card-data #cardNumber.elo {
    background-image: url("../../../payment/flags/elo.png");
}

.modal-finance .card-form .card-data #cardNumber.fortbrasil {
    background-image: url("../../../payment/flags/fortbrasil.png");
}

.modal-finance .card-form .card-data #cardNumber.hipercard {
    background-image: url("../../../payment/flags/hipercard.png");
}

.modal-finance .card-form .card-data #cardNumber.hsbc {
    background-image: url("../../../payment/flags/hsbc.png");
}

.modal-finance .card-form .card-data #cardNumber.itau {
    background-image: url("../../../payment/flags/itau.png");
}

.modal-finance .card-form .card-data #cardNumber.jcb {
    background-image: url("../../../payment/flags/jcb.png");
}

.modal-finance .card-form .card-data #cardNumber.mastercard {
    background-image: url("../../../payment/flags/mastercard.png");
}

.modal-finance .card-form .card-data #cardNumber.paypal {
    background-image: url("../../../payment/flags/paypal.png");
}

.modal-finance .card-form .card-data #cardNumber.personalcard {
    background-image: url("../../../payment/flags/personalcard.png");
}

.modal-finance .card-form .card-data #cardNumber.pleno {
    background-image: url("../../../payment/flags/pleno.png");
}

.modal-finance .card-form .card-data #cardNumber.visa {
    background-image: url("../../../payment/flags/visa.png");
}

.modal-finance .card-form .card-owner {
    background: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #a7a2a2;
}

.modal-finance .card-form .card-owner input {
    background: #ffffff !important;
}

.modal-finance .card-form .card-feedback .fas {
    font-size: 3.8em;
    display: block;
    color: #54b3f9;
    margin: 40px 0 25px;
}

.modal-finance .card-form .card-feedback p b {
    font-size: 1.3em;
    color: #54b3fa;
}

.main-payment-method .navigation-payment-choosed {
    display: none;
}

.main-loby .section-banner {
    background: linear-gradient(0deg, rgba(29, 35, 51, 0.7), rgba(29, 35, 51, 0.7)), url("./images/bg-loby.png");
    background-size: cover;
    padding: 0 50px;
    min-height: 226px;
}

.main-loby .section-banner .loby-playroom-type {
    background: #FFC300;
    border-radius: 13px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 170px;
    text-align: center;
}

.main-loby .section-banner .section-banner-title {
    color: #FFC300;
}

.main-loby .section-banner .playroom-price {
    font-size: 34px;
    color: #FFC300;
    font-weight: 700;
    text-align: end;
}

.main-loby .section-banner .playroom-award {
    font-size: 20px;
}

.main-loby .status-players-area {
    background: #1D2333;
    border-radius: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 270px;
}

.main-loby .status-players-area .status-players {
    position: absolute;
}

.main-loby .status-players-area .status-players.active {
    filter: invert(70%) sepia(62%) saturate(569%) hue-rotate(69deg) brightness(90%) contrast(83%);
}

.main-loby .status-players-area .status-players-left {
    bottom: -30px;
    left: -32px;
}

.main-loby .status-players-area .status-players-right {
    bottom: -30px;
    right: -32px;
}

.main-loby .status-players-area .time-status-players {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.main-loby .status-players-area .time-text {
    font-size: 18px;
}

.main-loby .status-players-area .status-players-content {
    position: relative;
    z-index: 999;
    margin: 0 90px;
}

.main-loby .status-players-area .status-players-content .user-name {
    font-size: 20px;
}

.main-loby .status-players-area .status-players-content .buttons-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -70px;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action {
    padding: 12px 25px;
    padding-right: 25px;
    background: #FFC300;
    color: #1D2333;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action img {
    height: 24px;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action .vitalento-white-logo, .main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action .challange-text-give-up {
    display: none;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action .vitalento-normal-logo {
    display: block;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action .challange-text {
    display: inline;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange {
    background: #FD4747;
    color: #fff;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .vitalento-white-logo {
    display: block;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .vitalento-normal-logo, .main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .challange-text {
    display: none;
}

.main-loby .status-players-area .status-players-content .buttons-content .btn-vitalento-action.give-up-challange .challange-text-give-up {
    display: inline;
}

.main-loby .status-players-area .status-players-content #user-status-connection .ready {
    display: none;
}

.main-loby .chat-widget {
    width: 100%;
}

.main-loby .chat-widget .chat-widget-conversation {
    overflow: hidden;
    height: 500px;
}

.main-result .status-players-right, .main-result .status-players-left {
    filter: invert(70%) sepia(62%) saturate(569%) hue-rotate(69deg) brightness(90%) contrast(83%);
}

.main-result .main-button-options .label-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main-result .main-button-options .label-option .option-text {
    max-width: 290px;
    text-align: center;
}

.main-result .main-button-options input[type=radio] {
    display: none;
}

.main-result .main-button-options input[type=radio]:checked+label .btn-option {
    background: #FFC300;
    color: #1D2333;
}

.interactive-input button {
    background: transparent;
    pointer-events: inherit !important;
    outline: none;
}

.interactive-input button:hover svg {
    fill: #FFC300 !important;
    opacity: 1 !important;
}

.result-modal {
    font-size: 130%;
}

.result-modal * {
    font-weight: 400 !important;
}

.result-modal .h3 {
    font-weight: bold !important;
}

.result-modal input {
    border: 2px dashed #cacaca;
    font-size: 80%;
    padding: 10px;
    display: block;
    width: 100%;
}

.result-modal .result-image>div {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #f9f9f9;
    text-align: left;
    padding: 15px;
}

.result-modal .result-image p {
    font-size: 0.8em;
    font-weight: bold !important;
}

.result-modal .result-image span {
    display: block;
    font-size: 0.65em;
    opacity: 0.5;
}

.result-modal .result-image figure {
    position: relative;
    width: 100px;
    height: 80px;
    overflow: hidden;
}

.result-modal .result-image figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
}

.result-modal .result-load {
    display: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #f9f9f9;
    text-align: left;
    padding: 15px;
}

.result-modal .result-load .progress {
    height: 1.5rem;
}

.result-modal .result-load .progress .progress-bar {
    width: 100%;
}

.result-modal .result-load .progress .progress-bar-animated {
    animation-duration: 0.2s;
}

.ajax-photos {
    display: none;
}

.notification-icon {
    position: absolute;
    top: -12px;
    left: 1px;
    background-color: #2596be;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 13px;
    height: 26px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2px;
    border-radius: 4px 4px 8px 8px;
    z-index: 0;
}

.custom-hexagon img,
.custom-hexagon .hexagon-badge {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.custom-hexagon img {
    width: 35px;
}

.custom-hexagon .hexagon-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    padding: 6px;
    background: #1D2333;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.custom-hexagon .hexagon-badge::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #5538b5;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.section-menu-item.console svg {
    width: 40px;
    height: 40px;
    top: 50% !important;
    transform: translate(-50%, -50%);
    margin-left: 0 !important;
}

.section-menu-item.console:hover svg {
    transform: translate(-50%, -100%) !important;
}

.cons-container:not(.active) .form-console,
.cons-container:not(.active) .cons-games {
    display: none;
}

.cons-container .cons-icon svg {
    width: 45px;
    height: auto;
    fill: #fff;
}

.cons-container .cons-toggle {
    width: 90px;
    height: 40px;
}

.cons-container .form-console button,
.cons-container .form-game button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.cons-container .form-console button svg,
.cons-container .form-game button svg {
    fill: #fff;
    width: 16px;
    height: 16px;
}

.cons-container .cons-games .game {
    background: #1D2333;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

@media (max-width: 768px) {
    .cons-container .cons-games .game img {
        max-width: 25px;
        min-width: 25px;
    }
}

.cons-container .cons-games .game-mode {
    border-top: 1px solid #293249;
}

input.switch-console {
    display: none !important;
}

.toggle {
    width: 80px;
    height: 40px;
    position: absolute;
    border: 2px solid #616A82;
    border-radius: 20px;
    transition: border-color 0.6s ease-out;
    box-sizing: border-box;
}

.toggle .toggle-button {
    position: absolute;
    top: 4px;
    width: 28px;
    bottom: 4px;
    left: 4px;
    background-color: #616A82;
    border-radius: 19px;
    cursor: pointer;
    transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
}

.toggle .toggle-text-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 36px;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: rgba(0, 0, 0, 0);
}

.toggle .toggle-text-off {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    line-height: 36px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    color: #616A82;
}

/* Toggle ON */
input.switch-console:checked+.toggle {
    border-color: #FFC300;
    transition: all 0.5s 0.15s ease-out;
}

input.switch-console:checked+.toggle .toggle-button {
    top: 3px;
    width: calc(100% - 8px);
    bottom: 3px;
    right: 3px;
    border-radius: 23px;
    background-color: #FFC300;
    border-color: #FFC300;
    transition: all 0.2s 0.1s, right 0.1s;
}

input.switch-console:checked+.toggle .toggle-text-on {
    color: #1D2333;
    font-weight: bold;
    transition: color 0.3s 0.15s;
}

input.switch-console:checked+.toggle .toggle-text-off {
    color: transparent;
}

.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.d-none {
    display: none;
}
.console-icon-white,
.console-icon-white * {
    fill: white !important;
    stroke: white !important;
    color: white !important;
}
/* Players List Overlay - Nickname Required */
.players-list-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 35, 51, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
    pointer-events: auto;
}

.players-list-overlay-message {
    max-width: 600px;
    width: 90%;
    padding: 24px 32px;
    background-color: #ffffff;
    border: 2px solid #d9deea;
    border-radius: 12px;
    color: #1d2333;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
}

.players-list-overlay-message strong {
    color: #FFC300;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 8px;
}

.players-list-overlay-link {
    color: #4b66f0 !important;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.players-list-overlay-link:hover {
    color: #364cb8 !important;
    text-decoration: underline;
}

.players-list-overlay .alert-link {
    pointer-events: auto;
}

.widget-box.has-players-overlay > *:not(.players-list-overlay) {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 768px) {
    .players-list-overlay-message {
        padding: 20px 24px;
        font-size: 0.9rem;
    }
    
    .players-list-overlay-message strong {
        font-size: 1rem;
    }
}

.players-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.players-list-wrapper .player-row {
    padding: 24px 42px;
}

.players-list-wrapper .player-row:nth-child(odd) {
    background-color: #101a2c;
}

.players-list-wrapper .player-row:nth-child(even) {
    background-color: #1d2333;
}

.j_room-players-list > .alert {
    background: #0c1224;
    border-radius: 12px;
    border: 1px dashed #2f3749;
    color: #9aa4bf;
}

/* Ícone de console pequeno ao lado do username */
.console-icon-small svg {
    width: 18px !important;
    height: 18px !important;
    opacity: 0.9;
}

/* Tooltip/Popover de equipe (listagem de players) */
.team-members-popover .popover-body {
    background: #5d6a84;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    padding: 10px 12px;
    border-radius: 10px;
}
.team-members-popover {
    border: 0;
    background: transparent;
}
.team-members-popover.bs-popover-right .arrow::before,
.team-members-popover.bs-popover-left .arrow::before,
.team-members-popover.bs-popover-top .arrow::before,
.team-members-popover.bs-popover-bottom .arrow::before {
    border-right-color: #5d6a84;
    border-left-color: #5d6a84;
    border-top-color: #5d6a84;
    border-bottom-color: #5d6a84;
}

/* Ícone de equipe com fundo quadrado */
.team-info-icon {
    width: 15px;
    height: 15px;
    background: #5d6a84;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.team-info-icon-svg,
.team-info-icon-svg * {
    fill: #ffffff !important;
    stroke: #ffffff !important;
}
.team-info-icon-svg {
    width: 11px !important;
    height: 12px !important;
    display: block;
}

/* Botão desafiar menor e mais à direita */
.player-challenge-btn {
    font-size: 0.8rem;
    padding: 6px 14px;
}


/* Salas de jogos - cards (vt-room-card) */
.rooms-list-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}
.vt-room-card {
    background: #0c1224;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    border: 1px solid #1b233a;
}
.vt-room-card-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
}
.vt-room-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vt-room-card-live-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff1744;
    color: #ffffff;
    font-size: .75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.vt-room-card-body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vt-room-card-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.vt-room-card-game-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}
.vt-room-card-game-subtitle {
    margin: 2px 0 0;
    font-size: .8rem;
    font-weight: 600;
    color: #8f9bbf;
}
.vt-room-card-players {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #4caf50;
    font-size: 1.1rem;
    font-weight: 700;
}
.vt-room-card-players-icon {
    width: 24px;
    height: 24px;
}
.vt-room-card-mode-highlight {
    margin: 4px 0 0;
    font-size: .95rem;
    font-weight: 800;
    color: #ffc400;
    text-transform: uppercase;
}
.vt-room-card-platform-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}
.vt-room-card-platform-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.vt-room-card-platform-badge svg {
    width: 28px;
    height: 28px;
    display: block;
}
.vt-room-card-platform-badge svg *,
.vt-room-card-platform-badge svg path {
    fill: #ffffff !important;
    stroke: #ffffff !important;
    color: #ffffff !important;
}
.vt-room-card-prices-block {
    margin-top: 12px;
    background: #131a30;
    border-radius: 10px;
    padding: 10px 12px 12px;
}
.vt-room-card-prices-title {
    margin: 0 0 6px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    color: #727da4;
    text-transform: uppercase;
    text-align: center;
}
.vt-room-card-prices-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.vt-room-card-price-item {
    font-size: .8rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.9);
    border-radius: 999px;
    padding: 4px 10px;
}
.vt-room-card-cta {
    margin-top: 14px;
    width: 100%;
    border: none;
    border-radius: 999px;
    background: #ffc400;
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
    padding: 10px 16px;
    text-transform: uppercase;
    letter-spacing: .08em;
    cursor: pointer;
    transition: transform .1s ease, box-shadow .1s ease, background .1s ease;
}
.vt-room-card-cta:hover {
    background: #ffd633;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
    transform: translateY(-1px);
}
.vt-room-card-cta:active {
    transform: translateY(0);
    box-shadow: none;
}
@media (max-width:575.98px) {
    .rooms-list-content {
        grid-template-columns: 1fr;
    }
}

/* botão "Ver mais salas" */
.rooms-load-more-container {
    margin-top: 30px;
    padding: 20px 0;
}
.rooms-load-more-container .btn-load-more {
    background: transparent;
    border: 1px solid #3f485f;
    border-radius: 8px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    padding: 10px 24px;
    min-width: 150px;
    transition: all .3s ease;
}
.rooms-load-more-container .btn-load-more:hover {
    border-color: #9aa4bf;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}
.rooms-load-more-container .btn-load-more:disabled {
    opacity: .5;
    cursor: not-allowed;
    border-color: #2f3749;
    color: #6a7280;
}
.rooms-load-more-container .btn-load-more:disabled:hover {
    background: transparent;
    border-color: #2f3749;
    color: #6a7280;
}
@media (max-width:768px) {
    .rooms-list-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}