﻿/*fonts*/

@font-face {
    font-family: 'Poppins-Regular';
    src: url('assets/fonts/Poppins/Poppins-Regular.eot');
    src: url('assets/fonts/Poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Poppins/Poppins-Regular.otf') format('otf'),
        url('assets/fonts/Poppins/Poppins-Regular.svg#Poppins-Regular') format('svg'),
        url('assets/fonts/Poppins/Poppins-Regular.woff') format('woff'),
        url('assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('assets/fonts/Poppins/Poppins-Medium.eot');
    src: url('assets/fonts/Poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Poppins/Poppins-Medium.otf') format('otf'),
        url('assets/fonts/Poppins/Poppins-Medium.svg#Poppins-Medium') format('svg'),
        url('assets/fonts/Poppins/Poppins-Medium.woff') format('woff'),
        url('assets/fonts/Poppins/Poppins-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('assets/fonts/Montserrat/Montserrat-SemiBold.eot');
    src: url('assets/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('assets/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'),
        url('assets/fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('assets/fonts/Montserrat/Montserrat-Medium.eot');
    src: url('assets/fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('assets/fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
        url('assets/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype'),
        url('assets/fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('assets/fonts/Montserrat/Montserrat-Regular.eot');
    src: url('assets/fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('assets/fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
        url('assets/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
        url('assets/fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*end fonts*/

/*common style*/

/* body {
    background-image: url('../images/bg_gradient.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-family: 'Montserrat-Regular';
}

.posRel {
    position: relative;
}

.title-bar {
    margin-bottom: 24px;
}

.title-bar .back-outline-btn {
    margin-bottom: 5px;
}

.panel-body-wrapper {
    width: calc(100% - 85px);
    margin-left: 85px;
    position: relative;
    padding: 0px 0px 0 25px;
    /* height: calc(100vh - 80px);
    overflow: auto; */
}

.panel-body {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 40px;
}

.input-file-container {
    position: relative;
    text-align: center;
    margin: 0 0;
    border: 2px solid #C554CB;
    padding: 5px 10px;
    border-radius: 6px;
}

input#UploadTextfile:disabled {
    opacity: 0;
}

.form-control {
    color: #000;
    border-radius: 6px;
}

.form-control:disabled {
    background-color: transparent;
    opacity: .4;
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 1px solid #555555;
}

.upload-file {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
}

.upload-file img {
    margin-right: 7px;
}

#file-lable ol {
    margin-bottom: 0 !important;
    margin-left: -30px;
}

#file-upload-block {
    padding: 0 13px;
}

.sb-content label.upload-file {
    font-size: 12px !important;
    font-weight: 100 !important;
    margin-bottom: 0px !important;
}



.upload-btn {
    border: 1px solid #C554CB;
    background: #C554CB;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 14px;
}

.upload-btn:hover,
.upload-btn:focus {
    border: 1px solid #A635AC;
    background: #A635AC;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 14px;
}

.app-btn {
    border: 1px solid #C554CB;
    background: #C554CB;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 15px;
}

.app-btn:hover,
.app-btn:focus {
    border: 1px solid #A635AC;
    background-color: #A635AC;
    color: #fff;
    padding: 7px 20px;
    border-radius: 6px;
    font-size: 15px;
}

.newChat-btn {
    display: none;
}

.newChat_show .newChat-btn {
    display: inline-block;
}

.newChat-btn {
    background-color: transparent;
    border: 1px solid #C554CB;
    color: #C554CB !important;
    padding: 8px 12px !important;
    border-radius: 6px;
    font-size: 14px;
}

.newChat-btn img {
    width: 14px !important;
    margin-right: 5px;
}

.newChat-btn:hover {
    border: 1px solid #A635AC;
    background: #A635AC;
    color: #fff !important;
    padding: 8px 12px !important;
    border-radius: 6px;
    font-size: 14px;
}

.newChat-btn:hover img {
    filter: invert(0) brightness(10);
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-2 {
    margin-right: 0.75rem !important;
}

.min-width-auto {
    min-width: auto !important;
}

.back-outline-btn {
    background-color: transparent;
    border: 1px solid #C554CB;
    color: #C554CB;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
}

.back-outline-btn img {
    width: 7px !important;
    margin-right: 8px;
}

.back-outline-btn:hover {
    border: 1px solid #A635AC;
    background: #A635AC;
    color: #fff;
}

.back-outline-btn:hover img {
    filter: invert(0) brightness(10);
}

.modal-footer .outline-btn {
    height: 38px;
}

#logout .modal-footer {
    justify-content: center;
}

#logout .modal-dialog {
    max-width: 470px;
}

.outline-btn {
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #C554CB;
    color: #C554CB;
    padding: 8px 12px;
    border-radius: 6px;
    height: 38.6px;
}

.generate .outline-btn {
    height: auto;
}

.outline-btn img {
    width: 7px !important;
    margin-right: 8px;
}

.outline-btn:hover {
    border: 1px solid #A635AC;
    background: #A635AC;
    color: #fff;
}

.outline-btn:hover img {
    filter: invert(0) brightness(10);
}

.outline-sm-btn {
    background-color: #fff;
    border: 1px solid #C554CB;
    color: #C554CB;
    padding: 4px 7px;
    border-radius: 6px;
    font-size: 12px;
}

.outline-sm-btn:hover {
    border: 1px solid #A635AC;
    background: #A635AC;
    color: #fff;
}

.outline-sm-btn img {
    width: 14px;
    margin-right: 7px;
}

#selectSource .outline-sm-btn:hover {
    border: 1px solid #A635AC;
    background: #A635AC;
    color: #fff;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-prepend {
    margin-right: 1px;
}

.input-group-prepend span {
    background: #fff;
    color: #000;
    border: 0;
    border-bottom: 1px solid #C554CB !important;
    border-right: 0 !important;
    padding: 10px 16px;
    height: 38px !important;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-text img {
    width: 18px;
    margin: 0;
    /* filter: invert(0) brightness(.4); */
}

.cdk-overlay-container .input-group-prepend span {
    border: 1px solid #bfbfbf !important;
    border-right: 0 !important;
    padding: 10px 16px;
    height: 44px !important;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-group .form-control {
    border: 1px solid #bebebe;
    border-left: 0;
    height: 38px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: -3px;
}

.footer {
    position: fixed;
    height: auto;
    background-color: #12001d;
    text-align: center;
    padding: 3px 24px;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    z-index: 99;
}

.footer p {
    font-size: 11px;
    margin: 0 !important;
}

.promptSend:hover {
    cursor: pointer;
}

.prompts-key a:hover {
    cursor: pointer;
}

.chat_response_loader {
    position: relative;
    display: inline-block;
    margin-left: 40px;
    margin-top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    /* display: block; */
    /* margin: 15px auto;
    position: relative; */
    color: #444;
    box-sizing: border-box;
    animation: animloader 1s linear infinite alternate;
}

@keyframes animloader {
    0% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    33% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }

    66% {
        box-shadow: -38px -6px, -14px 6px, 14px -6px;
    }

    100% {
        box-shadow: -38px 6px, -14px -6px, 14px 6px;
    }
}

.fileName_holder_textarea {
    background-color: #C554CB;
    color: #fff;
    font-size: 12px;
    padding: 6px 15px 4px;
    border-radius: 18px;
    margin-top: 0;
    display: inline-block;
    height: 29px;
    margin-bottom: 0;
    margin-right: 5px;
}

.fileName_holder_textarea img {
    width: 12px;
    margin-right: 4px;
    filter: invert(1) brightness(1);
}

.fileName_holder_textarea a {
    margin: 0 0 0 10px;
}

.fileName_holder_textarea a img {
    width: 9px;
    cursor: pointer;
}

/* .sb-open .navbar-nav {
    margin-right: 470px !important;
} */

.width-100 {
    width: 100%;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

thead {
    background-color: #f5d5ff !important;
}

.mat-mdc-header-cell {
    font-weight: bold !important;
}

.mat-mdc-table .mat-mdc-header-cell:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.mat-mdc-table .mat-mdc-header-cell:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 7px 12px;
    cursor: pointer !important;
}

.dropdown-item label {
    font-size: 12px;
    font-weight: 100;
    padding: 7px 12px;
}

.prompt-input-wrapper .dropdown-item label {
    padding: 0;
    margin: 0;
}

.dropdown-menu .dropdown-item img {
    width: 12px;
    margin-right: 10px;
    filter: invert(1) brightness(0);
}

.dropdown-menu.show {
    display: block;
    border-radius: 6px;
    box-shadow: 0px 6px 16px #00000029;
}

.dropdown-menu.show li {
    list-style-type: none;
    display: block;
    padding-right: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1e2125;
    text-decoration: none;
    background-color: #e9ecef;
}

th {
    font-family: 'Montserrat-Regular';
    color: #000;
    border-bottom: 1px solid #000 !important;
}

.content-wrapper {
    padding-bottom: 40px;
    margin-right: 7px;
}

td .dropdown-toggle::after {
    display: none;
}

.nav-tabs {
    border-bottom: 0;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff9c;
    height: 100vh;
    width: 100vw;
    z-index: 99;
}

.three-body {
    position: relative;
    top: 50%;
    left: 50%;
}

.three-body {
    --uib-size: 35px;
    --uib-speed: 0.8s;
    --uib-color: #5D3FD3;
    position: relative;
    display: inline-block;
    height: var(--uib-size);
    width: var(--uib-size);
    animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
}

.three-body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
}

.three-body__dot:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--uib-color);
    border-radius: 50%;
}

.three-body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}

.three-body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite ease-in-out;
    animation-delay: calc(var(--uib-speed) * -0.3);
}

.three-body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}

.three-body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite calc(var(--uib-speed) * -0.15) ease-in-out;
}

.three-body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 var(--uib-speed) infinite ease-in-out;
}

.dropdown-toggle:focus {
    border: 1px solid #eee;
    box-shadow: none;
}

.text-center {
    text-align: center !important;
    justify-content: center;
}

.dropdown-item:hover {
    cursor: pointer;
}

#DeleteFilesDocument .modal-body,
#DeleteCollectionDocument .modal-body,
#DeleteCollectionFileDocument .modal-body {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.btn {
    min-width: 85px;
}

.fs-11,
.fs11 {
    font-size: 11px;
}

.cdk-overlay-container {
    z-index: 1300 !important;
}

.cdk-overlay-pane {
    z-index: 1299 !important;
}

.modal-dialog.modal-sm {
    width: 35%;
    max-width: 35%;
}



@keyframes spin78236 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wobble1 {

    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}

@keyframes wobble2 {

    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}

#pdfloader {
    display: none;
    width: 40px;
    height: 30px;
    margin-top: 3px;
    margin-left: 10px;
    background-color: transparent;
    /* animation: progressAnimation 2s linear infinite; */
}

.pdfsvg {
    width: 40px;
    height: 40px;
}

.pdfbg {
    fill: none;
    stroke-width: 4px;
    stroke: #242424;
}

.pdfmeter-1 {
    stroke-dasharray: 30;
    stroke: #C554CB;
    animation: pdfprogress-1 3s linear infinite;
    animation-delay: 0;
}

[class^="pdfmeter-"] {
    fill: none;
    stroke-width: 4px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

@keyframes pdfprogress-1 {
    from {
        stroke-dashoffset: 360;
    }

    t0 {
        stroke-dashoffset: 0;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.sidebar_close .sidebar-wrapper {
    display: none;
}

.sidebar_close .panel-body-wrapper {
    width: calc(100% - 0px);
    margin-left: 0;
}

.sidebar_close .panel-body-wrapper.sb-open {
    width: calc(100% - 460px) !important;
    margin-left: 0;
}

.sb-open .navbar-nav {
    margin-right: 460px;
}

.modal-body .form-group {
    margin-bottom: 30px;
}

::placeholder {
    color: #000;
}

.blinkingButton {
    border: 0px solid #C554CB;
}

@keyframes blink {

    0%,
    50%,
    100% {
        background-color: #C554CB;
    }

    25% {
        background-color: #fff;
    }

    75% {
        background-color: #fff;
    }
}

.blinkingButton {
    background-color: #C554CB;
    color: white;
    animation: blink 1s linear 3s;
}

.newChat_hide .newChat-btn {
    display: none;
}

.naira_img {
    width: 40px;
    display: none;
}

legend {
    margin-top: 0 !important;
}

.mat-expansion-indicator {
    margin-top: -5px;
}

.table {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
        0px 8px 10px 1px rgba(0, 0, 0, 0.14),
        0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.messages .table thead,
.messages table thead {
    background-color: #f5d5ff !important;
}

.messages th {
    color: #000;
}

table thead th {
    vertical-align: middle;
    font-weight: 100;
}

table thead th:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

table thead th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

table th {
    padding: 0 16px 0 16px;
}

table tr td {
    height: 52px;
    border-bottom-color: #0000001f;
    border-style: solid;
    border-bottom-width: 1px;
    padding: 0 16px 0 16px;
}

.messages .table thead .messages table thead {
    background-color: #f5d5ff !important;
}

.messages th {
    color: #000;
}

.messages table tr td {
    vertical-align: top;
}

.upload-file {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #C554CB;
}

.editable-container {
    white-space: pre-wrap;
    /* Preserve whitespace and line breaks */
}

.editable {
    display: inline;
    padding: 3px;
    border: 1px solid #8a8a8a;
    /* Optional: Border to indicate editable area */
    border-radius: 4px;
    background-color: #f9f9f9;
    /* Optional: Background color */
    outline: none;
    /* Remove default focus outline */
}

.editable:focus {
    outline: none;
    /* Ensure no outline on focus */
}

del {
    background-color: #ffe0e0;
    text-decoration: line-through;
}

ins {
    background-color: #e0ffe0;
    /* font-weight: bold; */
}

.d-table-cell-2 span {
    display: inline-block;
}

.pl-1 {
    padding-left: 15px;
}

.pl-11 {
    padding-left: 20px;
}

.pl-111 {
    padding-left: 25px;
}

.pl-1111 {
    padding-left: 28px;
}

.pl-11111 {
    padding-left: 31px;
}

.pl-111111 {
    padding-left: 34px;
}

.pl-1111111 {
    padding-left: 37px;
}

.pl-11111111 {
    padding-left: 40px;
}

.pl-1111111111 {
    padding-left: 43px;
}

.pl-1111111111 {
    padding-left: 45px;
}

.text-bold {
    font-weight: bold;
}

del,
ins {
    pointer-events: none;
    /* Prevent interactions */
}

del,
ins {
    pointer-events: none;
    /* Prevent interactions */
}

.yellowhighlight {
    background-color: #f2ef32;
}


.info-container {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.info-icon {
    font-size: 16px;
    color: #007bff;
    cursor: pointer;
}

.tooltip_new {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
    font-size: 12px;
}

.info-container:hover .tooltip_new,
.info-container:focus-within .tooltip_new {
    display: block !important;
}

.ml-2 {
    margin-left: 1rem;
}

.back-outline-btn img.icon-width-14 {
    width: 14px !important;
}

.outline-btn img.icon-width-14 {
    width: 14px !important;
}

input[type="file"]:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Optional: add a transition effect for smooth fading */
input[type="file"] {
    transition: opacity 0.3s ease;
}

.dropdown-menu.show .li-flex {
    display: flex !important;
    align-items: center;
}

.dropdown-menu .li-flex label {
    padding: 0 15px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 600px;
}

.sb_cons {
    display: inline-flex;
    position: absolute;
    margin-left: -6px;
    margin-top: -3px;
}

.sb_cons .loader {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: conic-gradient(#C554CB 0%, #C554CB 0%, #f3f3f3 0%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: auto;
    left: auto;
}

.sb_cons .loader::after {
    content: '';
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    position: absolute;
}

.sb_cons #progress {
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    top: 13px;
    /* left: 6px; */
    z-index: 99;
    width: 48px;
    text-align: center;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #C6C6C6;
    border-radius: 2px;
    z-index: 999;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input~.checkmark {
    background-color: #C554CB;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked~.checkmark {
    background-color: #C554CB;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* radio button */

.radio-button-container {
    color: rgba(0, 0, 0, 0.75);
    display: block;
    position: relative;
    padding-left: 29px;
    line-height: 20px;
    margin-bottom: 12px;
    margin-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-button-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input~.checkmark {
    border-color: rgba(0, 0, 0, 0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked~.checkmark {
    background-color: rgba(0, 0, 0, 0);
    border-color: #C554CB;
}


/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-button-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12.5px;
    border-radius: 50%;
    background: #C554CB;
}

.ml-3 {
    margin-left: 3rem !important;
}

.mat-calendar-table-header th {
    color: #fff !important;
    padding: 5px !important;
}

.mat-calendar-table-header tr:nth-child(2) {
    display: none;
}

.title-bar-maintain .btn {
    font-size: 12px;
}

.d-table-cell-2 img,
.extracted-img {
    width: auto;
    max-width: 100%;
}

.modal-mid-md .modal-dialog {
    max-width: 540px;
}

.mat-accordion .mat-expansion-panel:not(.mat-expanded),
.mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing) {
    border-radius: 6px !important;
}

.max-width-480 .modal-dialog {
    max-width: 480px !important;
}

.btn-close {
    background-color: #f1f1f1;
    background-size: 10px;
}

.modal-content {
    border-radius: 16px;
}

.modal-header .btn-close {
    background-color: #f1f1f1 !important;
}

.form-select {
    background-image: url('../images/icon/down-arrow.svg') !important;
}

.mat-calendar-body-disabled {
    cursor: default !important;
}

.backArrowIcon {
    padding: 4px;
    margin-right: 10px;
    filter: invert(0) brightness(0);
    width: 18px;
    cursor: pointer;
}

.d-none {
    display: none;
}

.bg-transparent {
    background-color: transparent;
}

.mt-5px {
    margin-top: 5px;
}

.mt-10px {
    margin-top: 10px;
}

.pt-10px {
    padding-top: 10px;
}

.pb-15px {
    padding-bottom: 15px;
}

.width-full {
    width: 100%;
}

.max-width-600px {
    max-width: 600px;
}

.ws-pre-wrap {
    white-space: pre-wrap;
}

.mb-10px {
    margin-bottom: 10px;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-20px {
    margin-bottom: 20px;
}

.ml-5px {
    margin-left: 5px;
}

.ml-15px {
    margin-left: 15px;
}

.mr-10px {
    margin-right: 10px;
}

.mr-15px {
    margin-right: 15px;
}

.m-10px {
    margin: 10px;
}

.d-block {
    display: block;
}

.width-35-per {
    width: 35%;
}

.disp-none {
    display: none;
}

.mat-expanded .mat-expansion-indicator {
    margin-top: 7px;
}

.section.learning-asset-essentials,
.section.learning-effectiveness,
.section.learning-efficiency {
    margin: 0;
    padding: 0;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    padding: 0 15px;
}

.card-header-curation {
    background-color: #f5d5ff;
    padding: 10px;
    margin-bottom: 0;
}

.content-block {
    border-bottom: 1px solid #212529;
}

@media only screen and (max-width: 1368px) {
    .journey_name_wrapper {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
    }

    .back-outline-btn {
        padding: 8px 8px;
        border-radius: 6px;
        font-size: 12px;
    }

    .outline-btn {
        padding: 8px 8px;
        border-radius: 6px;
        font-size: 12px;
    }
}