@font-face
{
    font-family: 'Nunito';
    src: url('/assets/fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    /* Adjust based on your specific font file */
    font-style: normal;
}

@font-face
{
    font-family: 'IBM Plex Sans';
    src: url('/assets/fonts/IBMPlexSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face
{
    font-family: 'IBM Plex Sans';
    src: url('/assets/fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face
{
    font-family: 'IBM Plex Sans';
    src: url('/assets/fonts/IBMPlexSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face
{
    font-family: 'IBM Plex Sans';
    src: url('/assets/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.swal2-container
{
    z-index: 10000 !important;
    /* Adjust this value as needed */
}

.masg-notifications
{
    max-height: 200px;
}

.file-upload-progress
{
    margin-bottom: -5px;
    z-index: 1;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: transparent;
}

.multi-select
{
    height: 200px;
}

.course-details-container .nav-pills .nav-link.active
{
    background-color: #fff;
    color: #000;
}

.course-details-container h4,
h6
{
    color: #fff;
}

.course-details-container .nav-pills
{
    margin-bottom: 120px;

}

.course-details-container .nav-link
{
    border-radius: 0px;
}

.course-details-container .nav-pills .nav-link
{
    border-bottom: 1px solid #4C5259;
}

.course-details-container .nav-pills .nav-link.active:hover
{
    background-color: #fff;
    color: #00a2ba;
}

.course-details-container .nav-pills .nav-link:hover
{
    color: #f4f4f4;
    background-color: #00a2ba;
}

#datatable tbody tr:hover
{
    background-color: #f5f5f5;
    /* Change this color to whatever you prefer */
    cursor: pointer;
}

#datatable tbody td
{
    word-wrap: break-word;
    white-space: normal;
}

.wrapper
{
    position: relative;
    width: 300px;
    height: 150px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signature-pad
{
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 150px;
    background-color: white;
    border: 1px dotted gray;
}

.lms-course-content
{
    margin-top: 70px;
}

.lms-course-content .content
{
    height: calc(100vh - 120px);
}

.lms-course-modules
{
    background-color: #2F343A;
    color: #ffffff;
    --bs-gutter-x: 0;
}

.step-icon
{
    /* background-color: red; */
    background-color: #FFF;
    color: #909090 !important;
    font-weight: 100;
}

.twitter-bs-wizard .nav-item .nav-link .done
{
    color: #FFF !important;
}

.twitter-bs-wizard .nav-item .nav-link.active .step-icon
{
    /* background-color: red !important; */
    /* background-color: blue !important; */
    /* margin: 20px; */
    background-color: #00a2ba;
    margin-right: 10px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.nonClickableDiv {
    pointer-events: none;
    /* Additional styles if needed */
    background-color: #fbfaff;
}