.dashboard-container {
    width: 900px;
}

.dashboard-container small {
    font-size: 75%;
}

.db-hori-card-list {
    flex-wrap: nowrap;
    overflow: -webkit-paged-x;
    overscroll-behavior-x: contain;
}

.db-hori-card {
    flex-shrink: 0;
    transition-property: transform, -webkit-transform;
    position: relative;
    height: 300px;
    min-width: 275px;
    border: 1px solid #e8e5e5;
}

.db-hori-card .pending-mask {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.db-hori-card .pending-mask .pending-mask-text {
    padding: 6px 0;
    text-align: center;
    top: 40%;
    right: -9%;
    width: 120%;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(16deg);
    color: white;
    background: linear-gradient(to right, #f18d11, #f5af19);
}

.db-hori-card-container {
    padding: 10px 17px;
}

.db-hori-card .action {
    text-align: right;
    width: 100%;
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.db-hori-card .action i {
    font-size: 25px !important;
}

.db-hori-card .action .notification {
    background: #fa3e3e;
    font-size: 10px;
    right: -5px;
    top: -3px;
    position: absolute;
    border-radius: 50%;
    padding: 6px;
}


.db-hori-card .card-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e5e5;
}

.db-hori-card-tutor {
    position: relative;
    padding: 10px 17px;
    min-width: 275px;
    border: 1px solid #e8e5e5;
}

.db-hori-card-tutor .action {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.db-hori-card-tutor .action i {
    font-size: 25px !important;
}

.db-hori-card-tutor .action .notification {
    background: #fa3e3e;
    font-size: 10px;
    right: -5px;
    top: -3px;
    position: absolute;
    border-radius: 50%;
    padding: 6px;
}


.db-hori-card-tutor .card-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e5e5;
    font-weight: bold;
}

.db-progress-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    column-gap: 40px;
}

.db-progress-item {
    border: 1px solid #F3F3F3;
    border-radius: 5px;
}

.db-progress-item-img {
    object-fit: cover;
    height: 80px;
    width: 30%;
}

.db-success-item {
    background: url("/static/assets/img/default/background_success.png") no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #F3F3F3;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
}

.db-success-item .background2 {
    height: 100%;
    background-color: rgba(255, 212, 0, 0.5);
}

.db-success-item .user-avatar {
    border-radius: 10px;
}

.db-table {
    padding: 10px;
    border: 1px solid #e8e5e5;
}

.db-table table td {
    padding: 12px 8px !important;
}

.focus-item {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15)
}

.focus-item:hover {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .15), 0 0 0 1px #15cbff;
}

.banner {
    background: url("/static/assets/img/default/banner.jpg") no-repeat fixed;
    background-size: contain;
    background-position-y: -60px;
}

.banner .container {
    padding-right: 30%;
}

.publish-today {
    border-radius: 15px;
    box-shadow: 0 0 20px #cccccc;
}

.publish-today .image img {
    width: 200px;
    object-fit: cover;
}

.publish-today .no-img img {
    min-width: 200px;
    width: calc(100vh - 600px);
}

.publish-today-content .image {
    text-align: center;
}

.publish-today-content .cta {
    position: relative;
    text-align: center;
}

.tuts-list .tuts-item {
    border: 1px solid gray;
    width: 70px;
    height: 50px;
    padding: 14px;
}

.energy {
    min-width: 80px;
    width: fit-content;
    text-align: center;
    align-items: end;
    justify-content: center;
    display: flex;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #35D9D1;
    font-weight: 600;
}


.focus-arrow {
    position: absolute;
    width: 270px;
    height: 10px;
    left: 50%;
    top: 25px;
    z-index: -1;
}

.focus-arrow:before,
.focus-arrow::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 5.5H0v-1h6v-4L15 5 6 9.5z' fill='%23B6B9C0'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
}

.focus-arrow:before {
    left: 0;
    animation: arrow-moving-left 1s ease infinite;
}

.focus-arrow:after {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.5h6v1H9v4L0 5 9 .5v4z' fill='%23B6B9C0'/%3E%3C/svg%3E");
    animation: arrow-moving-right 1s ease infinite;
}

.focus-arrow:first-of-type {
    transform: translateX(-50%) rotate(-25deg);
}

.focus-arrow:nth-of-type(2) {
    transform: rotate(-90deg);
    top: 26px;
    width: 135px;
    left: 43.5%;
}

.focus-arrow:nth-of-type(3) {
    transform: translateX(-50%) rotate(25deg);
}

@keyframes arrow-moving-right {
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes arrow-moving-left {
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}