.fade-in {
    animation: fadeIn 0.5s;
    opacity: 1;
}
@font-face {
    font-family: "Montserrat-Arabic";
    src: url("../fonts/Arabic/Montserrat-Arabic-Medium.ttf");
}
* {
    font-family: "Montserrat-Arabic" !important;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.canvs-container {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
@media only screen and (max-width: 767px) {
    .noti-counter {
        top: 5px !important;
        right: 75px !important;
    }
    .canvs-container {
        flex-direction: column !important;
    }
}
/* gallary uploader */

.upload-card-body img {
    width: 100%;
    object-fit: cover;
}
.upload-card-body img:hover {
    opacity: 0.7;
    filter: grayscale(1);
    scale: 1.2;
}
.upload-card {
    vertical-align: middle;
    width: 120px;
    height: 120px;
    margin: 5px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 0.125rem 0.25rem rgb(0 22 255 / 31%) !important;
}

.upload-card-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
}

.upload-card-body {
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.upload-card-body .icon {
    margin: 0px;
    cursor: pointer !important;

}

.upload-card-body:hover .icon,
.upload-card-body:hover {
    color: var(--bs-primary);
}

.upload-card-content .upload-input {
    display: none !important;
}

.delete-icon {
    position: absolute;
    bottom: -5px;
    left: 37px;
    background-color: #fff;
    padding: 3px;
    color: #b61b1b;
    border-radius: 3px;
    font-size: 18px;
    cursor: pointer;
}

/* catalog page */

.catalog-card {
    margin-bottom: 20px;
}

.catalog-card .card-img {
    max-width: 150px;
    max-height: 150px;
    aspect-ratio: 1;
    object-fit: cover;

    box-shadow: 0 0.125rem 0.25rem rgba(15, 16, 17, 0.31) !important;
}
.catalog-var-container {
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 22 255 / 31%) !important;
    overflow: hidden;
    width: 75px;

    display: inline-block;
}
.catalog-card .catalog-var-container h6 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.catalog-card .catalog-var-image {
    width: 75px;

    aspect-ratio: 1;
}
.catalog-card .edit-cat-img {
    position: absolute;
    top: 10px;
    right: 10px;
}
.catalog-card .cat-type {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #696cff;
    padding: 1px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: white;
    border-radius: 10px;
}
.catalog-card .delete-cat-img {
    position: absolute;
    top: 10px;
    right: -10px;
}
.catalog-card .add-cat-img {
    position: absolute;
    top: 10px;
    left: 10px;
}

/* box css */

.box .bx-package {
    font-size: 80px;
    padding: 0;
    position: relative;
}
.box .box-options {
    position: absolute;
    top: 10px;
    right: 10px;
}

.avatar-xxl {
    width: 12rem;
    height: 12rem;
    cursor: default;
}
.avatar-xxl img {
    height: 100% !important;
    object-fit: cover;
}

.x-edit-label {
    cursor: help;
}

.x-edit-label:hover {
    color: #696cff;
}
.edit-product-img {
    position: absolute;
    top: 7px;
    right: 7px;
}
.ui-sortable {
    cursor: move;
}
.ui-sortable-disabled {
    cursor: auto;
}
.dt-buttons {
    margin: 10px auto;
    display: flex;
}
.change-var {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
    margin: 5px;
    cursor: move;
}

.change-var img {
    width: 75px !important;
    height: 75px !important;
    aspect-ratio: 1;
}
.variaton-contaner {
    display: inline-block;
    cursor: pointer;
}
.variaton-contaner img {
    width: 50px;
}
.variaton-contaner:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(15, 16, 17, 0.31) !important;
    border-radius: 5px;
}
.delete-item {
    display: flex;
    align-self: start;
}
.delete-item:hover {
    color: red;
}
.bootstrap-select {
    border: 1px solid #d9dee3 !important;
}
.fill-option {
    text-align: center;
    width: fit-content;
    margin: auto;
    border: 1px solid #d9dee3 !important;
    border-radius: 7px;
    padding: 0px 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

/*  */

.dropdown-menu-notification {
    left: auto !important;
    right: 0;
}
.bg-unread {
    background-color: #d6d5f1 !important;
}

.noti-counter {
    top: -5px;
    right: 21px;
}
.display-none {
    display: none !important;
}

.notification-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
}
.notification-user-container {
    height: 478px;
    overflow-y: auto;
    padding-bottom: 1rem;
}
.read-all-notification {
    margin: 10px;
    text-align: left;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.no-notifications-text {
    text-align: center;
    margin: 1rem;
    font-weight: 700;
}
.notification {
    width: 350px;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.notification-item {
    display: flex;
    flex-direction: column;
}
.notification-item-timestamp {
    text-align: left;
    font-size: 12px !important;
    margin-top: 15px;
    font-weight: 900;
    margin-right: 15px;
    margin-left: 0.5rem;
    margin-bottom: 15px;
}

.ul-notifications-container::-webkit-scrollbar {
    width: thin;
}

/* Track */
.ul-notifications-container::-webkit-scrollbar-track {
    background: #c2d2e4;
}

/* Handle */
.ul-notifications-container::-webkit-scrollbar-thumb {
    background: #0a4c95;
}
.ul-notifications-container {
    scrollbar-color: #0a4c95 #c2d2e4;
    scrollbar-width: thin;
}
.page-item.active .page-link {
    z-index: 0 !important;
}
.link-input {
    width: 87%;
    font-size: 14px;
    margin-right: 1rem;
}
.left-zero {
    top: 25% !important;
}
.col-lg-5-5 {
    width: 49% !important;
}
.last-training-created-at {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
.floating-container {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin: 35px 25px;
    z-index: 1;
}

.floating-container:hover {
    height: 300px;
}

.floating-container:hover .floating-button {
    box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
    transform: translatey(5px);
    transition: all 0.3s;
}

.floating-container .floating-button {
    position: absolute;
    width: 65px;
    height: 65px;
    background: var(--secondary-button-color);
    bottom: 0;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    line-height: 65px;
    text-align: center;
    font-size: 23px;
    z-index: 100;
    box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.no-attempts {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    font-size: 21px;
}
.center-row {
    justify-content: space-between;
    align-items: center;
}

.width-fit-content {
    width: fit-content;
}

.font-bold {
    font-weight: bold;
}

.project-item {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-left: 6rem;
    word-break: break-word;
    overflow-wrap: break-word;
}
.project-item .name {
    font-size: 1.15rem;
    font-weight: 600;
    width: 75%;
}
.project-item .reason {
    width: 75%;
}

.project-item .reason span {
    font-size: 14px;
    font-weight: 600;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;
}
input.clearSelect2,
input.Submit {
    margin-top: 15px;
    width: 99px;
    display: inline-block;
}
.clearSelect2 {
    background: red;
}
.progControlSelect2 {
    width: 350px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    border-radius: 0;
}
.purple {
    color: #980798;
}
.select2-container--default .select2-selection--single {
    padding: 5px 0;
    border: 1px solid #d9dee3 !important;
    border-radius: 0 !important;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: auto !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 6px !important;
}
