@font-face {
    font-family: "Cairo";
    src: url('../fonts/Cairo-Regular.ttf') format('truetype');
}

body,
span,
p,
label,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
    font-family: "Cairo", sans-serif;
}


/* START registration style */

.split-container {
    height: 100vh !important;
    margin: 0;
    background: #f5f5f5;
    display: flex;
    height: 100%;
}

.left-panel {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    flex-direction: column;
    text-align: center;
}

.left-panel img {
    width: 400px;
    margin-bottom: 20px;
}

.right-panel {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #F7931E 3%, #FEC876 71%);
    color: white;
    flex-direction: column;
}

.form-container {
    background: transparent;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 500px;
    text-align: right
}

.form-container input {
    text-align: right;
    height: 48px;
}

.form-container h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 72px;
}

.form-container label {
    color: #000000;
    font-size: 16px
}

.form-container h2 span {
    color: #4D4D4D;
    font-size: 36px;
    font-weight: bold;
}

.form-control {
    border-radius: 10px;
    padding-right: 15px;
}

.pm-btn {
    border-radius: 10px !important;
    width: 321px !important;
    background: #4D4D4D;
    height: 78px;
}

.pm-btn {
    border-radius: 10px !important;
    width: 338px !important;
    background: #F99318;
    height: 59px;
    border: none;
}

.sc-btn {
    border-radius: 10px !important;
    width: 192px !important;
    background: #fff;
}

.btn-container-custom {
    gap: 27px;
    margin-top: 44px;
}


/* END registration style */


/* START login style */


/* END login style */


/* START SCROLL COLOR */


/* Target WebKit-based browsers */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track background */
}

::-webkit-scrollbar-thumb {
    background: #F7931E;
    /* Scrollbar color */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #cc5200;
    /* Hover color */
}


/* END SCROLL COLOR */


/* START nav */

.custom-navbar {
    direction: rtl;
    border-bottom: 1px solid #4D4D4D;
    padding-bottom: 0px !important;
    margin-bottom: 8px;
}

.custom-navbar .logo {
    width: 80px;
}

.custom-navbar .bell {
    width: 34px;
    margin-left: 31px;
}

.custom-navbar .user {
    width: 56px;
}

.custom-navbar a,
.custom-navbar a:hover,
.custom-navbar a:active,
.custom-navbar a:visited {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
}

.custom-navbar .active {
    border-bottom: 4px solid #F7931E;
    padding-bottom: 20px;
    ;
}


/* END nav */


/* START Main Video Container style */

.main-video-container {
    position: relative;
    height: 300px;
}

.main-video-img {
    object-fit: cover;
    height: 100%;
}

.play-container {
    width: 124px;
    background: rgba(77, 77, 77, 0.65);
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-container img {
    width: 103px;
}

.main-video-title {
    width: 758px;
    height: 99px;
    background: linear-gradient(to right, rgba(183, 183, 183, 0.69) 74%, rgba(77, 77, 77, 0.69) 100%);
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    right: 13px;
    bottom: 0;
}

.main-video-title h5 {
    font-size: 28px;
    font-weight: semibold;
    color: #fff;
}


/* END Main Video Container style */


/* START MAIN TABS ICONS */

.menu-icon {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.menu-icon div {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 9px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    width: 168px;
    font-size: 12px;
    font-weight: semibold;
}

.menu-icon div img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(80%);
}

.menu-icon div:hover {
    background: #f7f7f7;
}

.menu-icon-active {
    background: #F7931E;
    border: 0 !important;
    color: #fff !important;
}

.menu-icon-active:hover {
    background: #f68e14 !important;
}

.menu-icon-active img {
    filter: brightness(0) invert(1) !important;
}


/* END MAIN TABS ICONS */


/* START BRANDS */

.see-all {
    font-size: 12px;
    font-weight: semibold;
    color: #4D4D4D;
    cursor: pointer;
}

.brand-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    width: 145px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.brand-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.brand-card-active {
    border: 2px solid #f8992d;
}


/* END BRANDS */


/* START CARS  */

.car-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    height: 293px;
    cursor: pointer;
}

.car-card .car-img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    max-width: 100%;
    height: 194px !important;
    object-fit: cover;
    border-bottom: 2px solid #F7931E;
}

.car-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.car-card-details {
    display: flex;
    direction: rtl;
    justify-content: space-between;
    padding: 0 20px;
}

.car-card-title-right,
.car-card-title-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.car-card-title-left a {
    cursor: pointer;
}

.car-card-title-right {
    margin-top: 18px;
}

.car-card-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.car-card-icons img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(80%);
}

.car-card-title-right h6 {
    color: #F7931E;
    font-size: 20px;
    font-weight: bold;
}

.car-card-title-right p {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: semibold;
}

.car-card-title-left a {
    color: #4D4D4D;
    font-weight: semibold;
}


/* END CARS  */


/* START BLOGS */

.blog-card {
    display: flex;
    direction: rtl;
    align-items: center;
    border: 1px solid #4D4D4D;
    border-radius: 20px;
    padding: 20px 44px;
    gap: 42px;
    cursor: pointer;
}

.blog-card-details {
    text-align: right;
}

.blog-card-details {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.blog-card-details .blog-card-title {
    font-size: 16px;
    font-weight: semibold;
    color: #4D4D4D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-details .blog-card-text {
    font-size: 12px;
    font-weight: semibold;
    color: #313030;
}

.blog-card-details .blog-card-date {
    font-size: 12px;
    font-weight: semibold;
    color: #000000;
}

.blog-card .blog-card-img {
    width: 102px;
}

.blog-card .more-btn {
    /* display: flex; */
    background-color: #F7931E;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    justify-self: end
    /* justify-content: center;
    align-items: center; */
}

.blog-card-link {
    display: flex;
    width: 100%;
    justify-content: flex-end
}


/* END BLOGS */


/* START EXPIRE DOCUMENT */

.document-card {
    display: flex;
    border-radius: 10px;
    border: 1px solid #4D4D4D;
    justify-content: space-between;
    height: 150px;
    flex-direction: column;
}

.top-part {
    display: flex;
    justify-content: space-between;
}

.success-border {
    border-right: 23px solid #4DB298;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.warning-border {
    border-right: 23px solid #F7931E;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.danger-border {
    border-right: 23px solid #D32F2F;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.document-card-img {
    width: 28px;
    height: 39px;
}

.right-part {
    display: flex;
    gap: 16px;
    padding-top: 19px;
    padding-right: 16px;
}

.right-part .document-card-title-container {
    display: flex;
    flex-direction: column;
}

.bottom-part {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 9px;
    gap: 10px;
}

.document-card-icon {
    padding-top: 29px;
    padding-left: 52px;
    display: flex;
    gap: 10px;
}

.document-card-icon img {
    width: 21px;
    height: 21px;
}

.document-card-title {
    font-size: 14px;
    font-weight: semibold;
    color: #000000;
}

.document-card-date {
    font-size: 12px;
    font-weight: semibold;
    color: #4D4D4D;
}

.document-card-subject {
    font-size: 12px;
    font-weight: semibold;
    color: #4D4D4D;
}

.document-card-icon span {
    font-size: 12px;
    font-weight: semibold;
}

.btn-primary-custom {
    display: flex;
    background-color: #F7931E;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


/* END EXPIRE DOCUMENT */


/* START QUESTIONS PAGE  */

.flex-center-custom {
    display: flex;
    justify-content: center;
}

.question-card {
    background: #FFC37A;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 137px;
    width: 977px;
    max-height: 137px;
    max-width: 977px;
    padding: 12px;
    gap: 20px !important;
}

.question-card span {
    font-size: 18px;
    font-weight: bold;
}

.question-card .question-img {
    width: 200px;
}

.question-card .question-img img {
    width: 100%;
    object-fit: contain;
}

.question-progress {
    display: flex;
    align-items: center;
    gap: 18px;
}

.question-progress .progress {
    width: 590px;
    max-width: 590px;
}

.question-progress .progress .bg-warning {
    background-color: #FCCD93 !important;
}

.question-progress span {
    font-size: 16px;
    font-weight: bold;
    color: #FFC37A;
}

.answer-option {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    height: 65px;
}

.answer-option span {
    font-size: 16px;
}

.answer-option.active {
    border-color: #20c997;
    background-color: #e6fff8;
}

.answer-option.wrong {
    border-color: #D32F2F;
    background-color: #ffefef;
}

.question-actions {
    display: flex;
    justify-content: center;
    gap: 21px;
}

.btn-1,
.btn-2,
.btn-3 {
    width: 132px;
    height: 53px;
    border-radius: 10px;
    border: none;
}

.btn-1 {
    background-color: #F99318;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.btn-2 {
    border: 1px solid #F99318;
    background-color: #fff;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold;
}

.btn-3 {
    background-color: #4D4D4D;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


/* START RESULT PAGE */

.result-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 800px;
    height: 486px;
    gap: 20px;
    background: #F2F2F2;
    border-radius: 20px;
}

.star1,
.star2,
.star3,
.star4 {
    position: absolute;
}

.star1 {
    left: 20px;
}

.star2 {
    right: 20px;
}

.star3 {
    top: 20px;
    left: 100px;
}

.star4 {
    bottom: 20px;
    right: 100px;
}

.result-label-1 {
    font-size: 16px;
    font-weight: semibold;
    color: #000;
}

.result-label-2 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.result-label-3 {
    font-size: 12px;
    font-weight: bold;
    color: #20c997;
}

.result-label-4 {
    font-size: 18px;
    font-weight: bold;
}

.points-container {
    width: 163px;
    height: 163px;
    background: #FCCD93;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.points-container span {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.try-again-btn {
    text-align: center;
    color: #fff;
    background: #F99318;
    width: 338px;
    height: 59px;
    border: none;
    border-radius: 10px;
}


/* END RESULT PAGE */


/* START RADIO STYLE */

.custom-radio {
    width: 24px;
    height: 24px;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.custom-radio:checked {
    border-color: #4CB59D;
    background-color: #4CB59D;
}

.custom-radio:checked::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 5px;
    left: 5px;
}

.answer-option {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.answer-option.active {
    border-color: #4CB59D;
    background-color: #eafaf1;
}

.answer-option.wrong {
    border-color: #D32F2F;
    background-color: #ffefef;
}


/* END RADIO STYLE */


/* END QUESTIONS PAGE  */


/* START VIDEOS SECTION  */

.video-card {
    height: 185px !important;
    border-radius: 15px;
    position: relative;
    margin-bottom: 20px;
}

.video-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.video-card-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-card-title {
    margin-right: 6px;
}

.video-date {
    padding-top: 5px;
}

.video-card-title,
.video-date {
    font-size: 12px;
    font-weight: semibold;
}


/* END VIDEOS SECTION  */


/*START CAR BROWSER PAGE  */

.years-container {
    display: flex;
    gap: 27px;
    align-items: center;
    justify-content: center;
}

.year-card {
    width: 98px;
    height: 38px;
    border-radius: 16px;
    background-color: #F8F8FA;
    border: 1px solid #ADACAF;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.years-container .active {
    background-color: #1D1F20;
    color: #fff;
}


/*END CAR BROWSER PAGE  */


/* START PAGINATION */

.pagination-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.item {
    border: 1px solid #F7931E;
    border-radius: 10px;
    width: 45px;
    height: 41px;
    color: #4D4D4D;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pagination-container .active {
    background-color: #F7931E;
    color: #fff;
}


/* END PAGINATION */


/* START CAR DETAILS */

.card-img-container {
    /* max-width: 605px !important; */
    height: 540px !important;
    border: 1px solid #000000;
    border-radius: 10px;
}

.carousel-image {
    background-size: cover;
    /* أو أي ارتفاع يناسبك */
    object-fit: contain;
    border-radius: 10px;
    /* لو حابب corners ناعمة */
}


/* .carousel__slide {
    object-fit: contain;
    height: 540px;
} */

.card-info-container-label {
    font-size: 18px;
    font-weight: bold;
    color: #4D4D4D;
    margin-bottom: 12px;
    margin-top: 12px;
}

.card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-info-item {
    display: flex;
    gap: 12px;
}

.card-info-item-label {
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    width: 25%;
}

.card-info-item-value {
    font-size: 16px;
    font-weight: medium;
    color: #4D4D4D;
}


/* END CAR DETAILS */


/* START BLOGS */

.web-blog-card {
    height: 350px !important;
    border-radius: 10px;
    border: 1px solid #4D4D4D;
    cursor: pointer;
}

.web-blog-img {
    height: 213px !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    object-fit: cover;
    width: 100%;
}

.web-blog-card-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.web-blog-card-title {
    font-size: 16px;
    font-weight: semibold;
    color: #4D4D4D;
}

.web-blog-card-icons {
    display: flex;
    justify-content: space-between;
}

.web-blog-card-link {
    align-self: center;
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
    cursor: pointer;
}

.web-blog-card-date {
    font-size: 14px;
    font-weight: semibold;
    color: #AEAEAE;
}


/* END BLOGS */


/* START BLOG DETAILS */

.blog-info .main-blog-img {
    height: 295px !important;
    width: 100% !important;
    object-fit: cover;
}

.blog-info .blog-title-date {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 30px;
}

.blog-info .blog-title {
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
}

.blog-date-container {
    display: flex;
    gap: 7px;
    align-items: center;
}

.blog-info .blog-date {
    font-size: 16px;
    font-weight: bold;
    color: #A9ACAF;
}

.blog-content {
    margin-bottom: 30px;
}

.blog-content p {
    font-size: 16px;
    font-weight: medium;
    color: #4D4D4D;
}

.blog-content .blog-section-img {
    height: 295px !important;
    width: 100% !important;
    object-fit: cover;
}

.blog-most-read-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: medium;
    color: #4D4D4D;
}

.blog-most-read {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.blog-most-read-card {
    display: flex;
    height: 126px !important;
    border: 1px solid #4D4D4D;
    border-radius: 10px;
    cursor: pointer;
}

.blog-most-read-img {
    width: 132px !important;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-most-read-details {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.blog-most-read-date {
    position: absolute;
    left: 8px;
    bottom: 10px;
    font-size: 12px;
    font-weight: medium;
    color: #4D4D4D;
}

.blog-most-read-details .blog-most-read-title {
    margin-bottom: 0px !important;
    padding-right: 10px;
}


/* END BLOG DETAILS */


/* START DOCUMENTS */

.no-documents-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #F99318;
    border-radius: 20px;
    height: 300px;
    width: 336px;
}

.no-documents {
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
}


/* END DOCUMENTS */

.video-card-main {
    height: 425px !important;
}

.video-card-main video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.video-card-title-main {
    font-size: 20px;
    font-weight: bold;
    color: #4D4D4D;
}

.comments-container {
    background: #F2F2F2;
    height: 102px;
    border-radius: 10px;
    position: relative;
    padding: 10px;
}

.comments-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.comments-container textarea,
.comments-container textarea:focus,
.comments-container textarea:focus-visible {
    width: 100%;
    height: 100%;
    border: none !important;
    background: #F2F2F2;
}

.comments-btn {
    background: #F7931E;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.comments-btn-back {
    bottom: 10px;
    left: 132px;
    background: none;
    color: #4d4d4d;
    font-size: 15px;
}

.main-comment {
    margin-bottom: 15px;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px;
}

.comment-user-name {
    color: #000000;
    font-size: 16px;
    font-weight: samibold;
}

.comment-user-date {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: semibold;
    margin-right: 3px;
}

.comment-text {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: semibold;
}


/* START MY PROFILE PAGE */

.profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
}

.main-profile-img {
    width: 264px;
    height: 264px;
    border-radius: 50%;
}

.profile-name {
    font-size: 20px;
    font-weight: semibold;
    color: #000000;
}

.statistics-container {
    background: #F8F9FD;
    border: 1px solid #4D4D4D;
    padding: 20px;
    display: flex;
    gap: 49px;
}

.statistic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.statistic-number,
.statistic-label,
.logout-container span {
    font-size: 16px;
    font-weight: semibold;
    color: #4D4D4D;
}

.logout-container {
    display: flex;
    gap: 10px;
    cursor: pointer;
}


/* END MY PROFILE PAGE */


/* START NOTIFICATION DROPDOWN */

.custom-notifications-dropdown {
    text-align: right;
}

.custom-notifications-dropdown .border-bottom {
    text-align: center;
}


/* END NOTIFICATION DROPDOWN */

.profile-active {
    border: 2px solid #fbb03b;
    border-radius: 50%;
}

.invalid-border {
    border: 1px solid #dc3545 !important;
}

.invalid-feedback {
    float: right;
    text-align: right;
    display: block !important;
    margin-top: 4px;
    margin-bottom: 10px;
}

.card-info-header {
    border-bottom: 2px solid #4d4d4d;
    padding-bottom: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-info-header span {
    font-size: 18px;
    font-weight: 600;
}

.card-info-header .card-info-header-label-engine {
    color: #f79019 !important;
}

textarea:focus {
    outline: none;
    /* Removes the default browser outline */
    border-color: transparent;
    /* Optional: make border transparent */
    box-shadow: none;
    /* Removes any shadow that may appear */
}

.no-comments {
    text-align: center;
    background: #f2f2f2;
    font-size: 16px;
    color: #4d4d4d;
    padding: 12px;
    border-radius: 10px;
}

.heart-unfilled,
.heart-filled {
    cursor: pointer;
}

.heart-unfilled,
.eye-custom {
    font-size: 22px;
    color: #4d4d4d;
}

.heart-filled {
    font-size: 22px;
    color: #D32F2F;
}

.notification-dropdown {
    position: relative;
}

.unread_notifications_count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
}

.notifications-scroll {
    max-height: 500px;
    overflow-y: auto;
    min-width: 250px;
}

.document-card-actions {
    display: flex;
    gap: 10px;
    font-size: 18px;
}

.document-card-actions .fa-pen-to-square {
    color: #fbb03b;
    cursor: pointer;
}

.document-card-actions .fa-trash {
    color: #dc3545;
    cursor: pointer;
}

.document-card-icon .fa-triangle-exclamation {
    color: #d32f2f;
    font-size: 20px;
}

.document-card-icon .fa-circle-exclamation {
    color: #f7931e;
    font-size: 20px;
}

.document-card-icon .fa-circle-check {
    color: #4db298;
    font-size: 20px;
}

.video-card-icon {
    color: #4d4d4d;
    font-size: 16px;
}

.statistic-item .fa-solid,
.logout-container .fa-solid {
    color: #4d4d4d;
    font-size: 30px;
}