main {
    height: 100%;
}

.user-article {
    height: fit-content;
    width: 100vw;
}

table {
    width: 100%;
}

.title {
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
}

.table-container {
    overflow-x: auto;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.dim {
    background: #000;
    opacity: 0.5;
    position: fixed;
    /* important to use fixed, not absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    /* may not be necessary */
}

.box__uploading,
.box__success,
.box__error {
    display: none;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #343a40;
    border-bottom: 16px solid #343a40;
    width: 75px;
    height: 75px;
    margin-left: -38px;
    margin-top: -38px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 999;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
}

.box__input {
    height: 100px;
    padding: 50px;
    text-align: center;

}

.box.is-dragover {
    background-color: #B0E0E6;
}

.box.has-advanced-upload .box__dragndrop {
    display: inline;
}

tr:nth-child(even) {
    background-color: #F0F0F0;
}

tr:not(:first-child):hover {
    background-color: #B0E0E6;
}

.form-control {
    padding-top: 5px;
    padding-bottom: 5px;
}

.container-fluid {
    flex-wrap: nowrap;
    width: 98vw;
}

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

.modal {
    max-width: calc(100% - 80px);
    max-height: calc(100% - 80px);
}

img {
    max-width: 100%;
    max-height: 100%;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.files-content {

    max-width: inherit;
    height: 90%;
    display: grid;
    flex-direction: column;
    justify-content: stretch;
}

.uploaded-files-content {

    display: grid;
    flex-direction: column;
    justify-content: stretch;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
}

.kop-task-list {

    display: grid;
    flex-direction: column;
    justify-content: stretch;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.msg-row {
    display: block;
    grid-template-columns: 70%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.msg {
    display: block;
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    0;
    margin: 5px 0;
    width: auto;
    padding-left: 1%;
    padding-right: 1%;
}

.msg-right {
    border-color: #1D3557;
    background-color: #1D3557;
    color: white;
    text-align: right;
    padding-right: 10px;
    margin-right: 5px;
    justify-content: end;
    justify-items: end;
    max-width: 70%;
    min-width: 30%;
    float: right;
    clear: right;

}

.msg-left {
    display: block;
    text-align: left;
    padding-left: 10px;
    margin-left: 5px;
    max-width: 70%;
    min-width: 30%;
    float: left;
    clear: left;
    padding-right: 5px;
}

.messages .msg-right {
    text-align: right;
}

.messages-container {
    display: block;
    overscroll-behavior-y: contain;
    text-align: left;
    width: 100%;
    overflow-y: scroll;
    border: 2px solid #dedede;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-height: 300px;
    max-height: 500px;
    padding-left: 0px;
}

.send-msg-btn {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 0;
    background-color: #1D3557;
}

.write-msg {
    display: inline-block;
    border: solid 1px black;
    width: 90%;
    0;
    padding-left: 10px;
}

.message-box {
    min-width: 300px;
}

.kop-summmary {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.kop-description {
    display: inline-block;
    font-style: italic;
    color: #1b1ed1;

}

.edit-menu {
    float: right;
    margin: 5px;
}

.sender-text {
    font-size: 10px;
    padding-bottom: 5px;
}

.sender-right {
    float: right;
    clear: right;
    padding-right: 10px;
}

.sender-left {
    float: left;
    clear: left;
    padding-left: 10px;
}

.msg-container {
    padding-bottom: 10px;
}

.kop-summary {
    display: block;
    flex-direction: column;
}

.approve-btn {
    /* margin-bottom: 20px; */
    margin-right: 10px;
}


.notes-kop-container {
    width: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.ad-kops-container {
    padding-right: 1%;
    min-width: 300px;
    max-width: 45rem;
    flex-grow: 1;
    padding-bottom: 20px;
}

.case-notes-container {
    padding-right: 1%;
    min-width: 300px;
    max-width: 45rem;
    flex-grow: 1;
    padding-bottom: 20px;
}

.notes-container {
    padding-left: 1%;
    width: 50%;
    flex-grow: 1;
    padding-bottom: 20px;

}

.notes-card {
    min-width: 300px;
    max-width: 45rem;
    width: 100%;

    flex: 0 1 auto;
}

.type-msg {
    display: flex;
    flex-direction: row;
}

.jumbotron {
    margin-bottom: 0px;
    text-align: center;
}

.list-group {
    overflow-x: auto;
}

.info-card {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.case-top-container {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.error-header {
    display: grid;
    background-color: #e85e6c;
    color: white;
    font-size: 7rem;
}

.success-header {
    display: grid;
    background-color: #47c9a2;
    color: white;
    font-size: 7rem;
}

.modal-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

.center-mod {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    max-width: 100%;
    max-height: 100%;
}

.unread-message {
    position: absolute;
    top: 10px;
    right: -10px;
    padding: 5px 5px;
    border-radius: 50%;
    background: red;
    color: white;
    z-index: 99;
}

.updated-alert {
    float: right;
    padding: 5px 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    background: green;
    color: white;
    z-index: 99;
}


.unread-alert {
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: red;
    color: white;
    z-index: 99;
}

.kop-header {
    background-color: white;
    border-style: hidden;
}

.kop-header-icon {
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.kop-visibility-icon {
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.text-input-kop {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.text-input-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.char-count {
    font-size: 10px;
    margin-top: 5px;
    margin-left: 5px;
}

.message-box-char-count {
    display: block;
    padding-bottom: 15px;
}

.register-form {
    margin: auto;
}

.register {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

@media screen and (max-width: 900px) {
    .sign-container {
        width: calc(100% - 30px);
    }
}

.sign-container {
    max-width: 900px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 15px 16.83px 10.17px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 15px 16.83px 10.17px rgb(0 0 0 / 15%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.signup-content {
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
}

.signup-form {
    flex-grow: 1;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 14px;
}

.signup-img {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 14px;
    text-align: center;
}

.bee-img-fluid {
    width: 300px;
    height: 350px;
}

.new-role-btn {
    padding: .0rem .3rem;
}

.uploaded-by {
    font-size: 15px;
    font-style: italic;
    color: #BEBEBE;
}

/* Solid border */
hr.solid {
    border-top: 3px solid #bbb;
}

.search-bar {
    float: right;
    width: 100%;
    display: inline-flex;
    flex-direction: row;
}

.caseprogress {
    float: center;
    display: inline-flex;
    flex-direction: row;
    margin-left: 2%;
    margin-top: 1%;
}

.admincaseprogress {
    float: center;
    display: inline-flex;
    flex-direction: row;
    margin-top: 1%;
    margin-bottom: 1%;
}

.progress {
    float: center;
    width: 96%;
    display: inline-flex;
    flex-direction: row;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.adminprogress {
    float: center;
    width: 96%;
    display: inline-flex;
    flex-direction: row;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    border-radius: 25px;
}

.filter-search {
    padding-left: 2%;
}

.search-input {
    min-width: 200px;
    max-width: 400px;
    margin-bottom: 5px;
}

.sort-btns {
    display: inline-block;
    flex-direction: row;
    width: 300px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.master-table {
    display: block;
    max-height: 90%;
    max-width: 100%;
    overflow-x: auto;

}

.master-table tbody {
    overflow: auto;
}

.master-table td {
    text-align: center;
}

.master-table tr:nth-child(even) {
    background-color: #F0F0F0;
}

.master-table thead th {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    background-color: rgb(207, 204, 204);
}

.master-table tbody th {

    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    left: 0;
    background-color: rgb(207, 204, 204);
}

.master-table tr:hover {
    background-color: #B0E0E6;
}

.by {
    font-size: 10px;
}

.date {
    font-size: 20px;
    color: grey;
}

.accordian {
    margin-bottom: 20px;
    border: solid 2px;
    border-radius: 5px;
    border-color: #343a40;
    background-color: #343a40;
    max-width: inherit;
}

.accordian-header {
    padding-top: 10px;
    color: white;
    text-align: center;
    font-weight: bold;
    max-width: inherit;
}

.lidd-notes {
    font-size: 10px;
    font-style: italic;
}

.hello-sign-docs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

.hello-sign-docs .file-name {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding-right: 10px;
    color: red;
}

.tooltiptext-hs {
    visibility: hidden;
    width: fit-content;
    height: fit-content;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 6px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
    position: absolute;
    z-index: 99;
    transition: opacity 0.3s;
    font-size: 10px;
    line-height: 5%;
}

.email-input-hs-docs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
}

.additional-emails-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    width: 90%;

}

.messenger-container {
    position: sticky;
    bottom: 35px;
    float: right;
    margin-right: 40px;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    z-index: 999;
}

.chat-placeholder {
    font-size: 30px;
    float: right;
    position: absolute;
    margin-top: 10px;
    right: 0px;
    bottom: 0px;
    background-color: #1D3557;
}

.chat-placeholder:hover {
    background-color: #1D3557;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.chat-placeholder:focus {
    background-color: #1D3557;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.chat-placeholder:active {
    background-color: #1D3557;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.chat {
    /* visibility: hidden; */
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
    border-radius: 5px;
    /* padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px; */
}

.chat-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #1D3557;
    color: white;
    height: 55;
    font-size: 18px;
    padding-left: 5px;

}

.chat-close-btn {
    right: 0px;
    top: 0px;
    position: absolute;
    color: white;
    margin-right: 5px;
}

.msg-right p {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 10px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.msg-left p {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.hs-missing-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: space-between;
    width: 90%;
}

/* Tooltip text */
.kop-description .tooltiptext {
    visibility: hidden;
    font-style: italic;
    display: inline-block;

    width: 200px;
    background-color: #292b2c;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    left: 50%;
    margin-left: 5px;
    border-radius: 6px;
    position: fixed;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.kop-description:hover .tooltiptext {
    visibility: visible;
}

.list-group-horizontal-sm {
    max-width: 85vw;
}

.hs-doc-display {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

/* Added by Marie - WIP */

#kop {
    padding: 15px;
    background-color: rgb(251, 251, 251);
    border-radius: 10px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

#tooltip-icon {
    transform: scale(0.7);
    position: absolute;
    top: -20px;
    right: -20px;
}

#kop-title {
    font-size: 13px;
    margin: 5px;
}


#gui-page {
    margin: 0;
    height: 100%;
    overflow: scroll;
}

#generator-section {
    padding: 2% 4%;
    background-color: white;
}

#generator-section-title {
    font-size: 32px;
    font-weight: lighter;
    color: #517899;
    text-align: center;
    margin-bottom: 1%;
}

.requestaquote-title {
    margin-top: 5%;
}

#requestaquote-producttype {
    margin-bottom: 25px;
}

.generator-items-zone {
    height: 65vh;
    overflow: scroll;
    background-color: #f8f8f8;
    border-radius: 20px;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
    padding: 1%;
}

#stepper {
    background-color: white !important;
}

.ts-zone {
    padding-top: 5%;
}

#gui-stepper {
    background-color: #f8f8f8;
}

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

#button-product-type {
    justify-content: center;
}

.checkbox-text {
    font-size: 12px;
    color: grey;
}

.white-text {
    color: white;
}

#stepper {
    background-color: #f8f8f8;
}

.popup {

    background-color: #FAFAFA;
    background-size: cover;
    position: absolute;
    padding: 2%;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    outline: 0;
    border-radius: 10px;
}

#popup-previous-versions {
    width: 80%;
    height: 50%;
    overflow: scroll;
}

#popup-contact {
    width: 300px;
}

.popup-user-tasks {
    width: 330px;
}

.popup-gui {
    width: 30%;
}

.popup-gui-security {
    width: 60%;
}

.popup-gui-prerequisites {
    width: 330px;
}

.popup-text {
    font-size: 14px;
    color: #5B6364;
}

.requestaquote-select-producttype {
    /* font-size: 16px; */
    font-size: 1.5vw;
}

#requestaquote-generator {
    width: 300px;
    margin: auto;
}

#requestaquote-popup-text {
    margin-bottom: 20px;
}

#requestaquote-contact-button {
    padding: 10px 12px;
}

#requestaquote-button {
    padding-top: 15%;
}

#tab-content {
    margin-top: 1%;
}

.bold {
    font-weight: bold;
}


.step {
    padding-top: 2%;
}

.ts-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
    color: #517899;
}

.offer-name {
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px;
    color: #0c0d0e;
}

.ts-first-title {
    margin-top: -10px;
}

.ts-subtitles {
    font-weight: bold;
    font-size: 16px;
    color: #517899;
}

.ts-info {
    font-size: 11px;
    color: #517899;
}

.ts-category {
    font-weight: bold;
    font-size: 14px;
    color: #1F3654;
}

.ts-value {
    font-size: 14px;
    color: #1F3654;
}

button {
    border: none;
}

button:focus {
    outline: 0;
}

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

#download-button {
    margin-left: 20px;
}

.icons {
    margin-right: 1%;
    margin-bottom: 1%;
}

.button-group-title {
    font-size: 12px;
    text-align: left;
    color: grey;
}

.input-label {
    font-size: 13px;
    text-align: center;
    color: grey;
}

.contact-input {
    font-size: 13px;
    color: rgb(94, 93, 93);
}

.banking-list-modal-body {
    max-height: 500px;
    overflow: auto;
}

.container-wc {
    position: relative;
    margin-top: 70px;
}

.dashboard {
    display: grid;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    row-gap: 2%;
    color: #457B9D;
}

.opt {
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 2% 2%;
    width: auto;
    height: 100%;
    border: #A8DADC solid 1px;
    border-radius: 20px;
    background-color: white;
}

.bg-grid {
    display: grid;
    margin-bottom: 10%;
    width: 100%;
}

@media (max-width: 950px) {
    .bg-grid {
        grid-template-columns: 1fr;
        row-gap: 5%;
    }
}

@media (min-width: 950px) {
    .bg-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 2%;
    }

    .container {
        font-size: 30px;
    }

    .exp {
        font-size: 15px;
    }

    .money {
        padding-top: 1%;
        font-size: 50px;
    }

    .money-sml {
        font-size: 20px;
    }

    .left {
        float: left;
        grid-template-rows: 10rem 10rem 10rem 10rem;
    }

    .right {
        float: right;
        /* grid-template-rows: 3.5rem 3.5rem 20rem 20rem; */

    }
}

.email-b {
    font-size: 2vw;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.files-wc {
    background-color: white;
}

.opt-min {
    height: fit-content;
}

.pay-history:hover {
    text-decoration: underline;
}

.lmt {
    overflow-y: auto;
    height: 500px;
}

.payment-table tbody th {

    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    background-color: #A8DADC;
}

.payment-table tbody {
    overflow-y: auto;
}

.payment-table {
    color: #457B9D;
    display: block;
    max-height: 90%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.payment-mb {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

table {
    width: 100%;
}

tbody {
    width: 100%;
}

.complete-todo {
    color: #28a745;
}

.expired-todo {
    color: red;
}

.pay-btn {
    margin-top: 10px;
}

.item-bin {
    align-items: center;
}

.rhs-container {
    width: 100%;
    max-width: 45rem;
    min-width: 300px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content;
    row-gap: 0 2%;
}

.mobile-friendly-stepper {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: auto !important;
}

.kop-grid-item {
    height: 100% !important;
}

.width-resize-text-box {
    width: 90% !important;
}

.mc {
    height: min(90vh, fit-content);
    text-align: center;
    padding-bottom: 50px;
    align-items: center;
}

.ads-img {
    height: auto;
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 20px;
}

.ct {
    padding-top: 20px;
    padding-bottom: 20px;
}

.reg {
    border-radius: 1rem;
    margin-bottom: 2%;
    margin-top: 2%;
    background-color: #1d3557;
    border-color: #1d3557;
}

.reg-no-hover {
    border-radius: 1rem;
    margin-bottom: 2%;
    margin-top: 2%;
    background-color: #1d3557;
    border-color: #1d3557;
}

.reg:hover {
    background-color: #1d3557;
    border-color: #1d3557;
    box-shadow: 0 10px 10px rgb(0 0 0 / 0.5);
}

.reg-login {
    border-radius: 1rem;
    margin-bottom: 2%;
}

.grey-hs-icon {
    color: lightgray !important;
}

.red-hs-icon {
    color: red !important;
}

.green-hs-icon {
    color: #34bc9b !important;
}

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

.inline-grid {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: inherit;
}

.text-form-kop-approved {
    color: #34bc9b !important;
}

.kop-status-approved {
    color: #34bc9b !important;
}

.loan-grid-item {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    border-radius: 20px !important;
    border-width: thin;
    border-style: solid;
    border-color: #e8e8ff !important;
}


.loan-text-item {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.summary-grid-item {
    border-radius: 20px !important;
    width: 100%;
    padding: 20px;
    background-color: #f6f6f9 !important;
    color: #1D3557 !important;
}

.codat-col-scheme {
    background-color: #f6f6f9 !important;
    color: #1D3557 !important;
}

.summary-subgrid-item {
    border-radius: 20px !important;
    width: 100%;
    padding: 8px;
}

.grid-item {
    border-radius: 20px !important;
    width: 100%;
    min-height: fit-content;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.sidebar {
    max-width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.superset-dash {
    min-height: 100vh;
}

.dashboard {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pending-tasks {
    height: 200px;
    overflow-y: auto;
}

.apply-text {
    font-size: 15px;
    font-weight: bold;
    color: #457B9D;
}

.pending-todo-list {
    font-size: 1.6vh;
}

.title-text-bl {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.ads-img-right {
    height: auto;
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-left: 0;
    margin-right: 2%;
}

.ads-img-left {
    display: none;
}

.company-title {
    font-size: min(5vw, 30px);
    margin-bottom: 0;
    color: #1D3557;
}

.company-body-txt {
    font-size: min(5vw, 15px);
    margin-bottom: 0;
    color: #1D3557;
}

.company-subtitle {
    font-size: calc(18px + 2.1vw);
    color: #25436e;
    margin-bottom: 0;
}

.kpi-title {
    font-size: calc(10px + 0.7vw);
    font-weight: bold;
    color: #37678f;
    margin-bottom: 0;
}

.box-description-ch {
    font-size: 1.5vh;
    padding-left: 5%;
    padding-right: 5%;
}

.limit-grid-height {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.loan-hover:hover {
    cursor: pointer;
    box-shadow: 0 10px 10px rgb(0 0 0 / 0.5);
    /* background: whitesmoke !important; */
}

.company-hover {
    padding: 20px;
    background-color: #f6f6f9 !important;
    color: #1D3557 !important;
    border-radius: 20px !important;
}

.company-hover:hover {
    cursor: pointer;
    box-shadow: 0 10px 10px rgb(0 0 0 / 0.5);
    background-color: #f6f6f9 !important;
    color: #1D3557 !important;
}

.no-loan-hover {
    cursor: pointer;
    /* background: whitesmoke; */
    width: 90%;
}

.no-click-hover {
    cursor: not-allowed;
    color: #34bc9b !important;
}

.icon-btn-pg {
    border-radius: 20px;
    background-color: #1D3557 !important;
    color: white !important;
    width: 80%;
}

.icon-btn-pg:hover {
    cursor: pointer;
    /* box-shadow: 0 10px 10px rgb(0 0 0 / 0.5); */
}

.blk-col {
    background-color: #1D3557 !important;
    color: white !important;
}

.blk-col-connect {
    background-color: #1D3557 !important;
    color: white !important;
    font-size: 5rem !important;
    border-radius: 25% !important;
    font-family: "Axiforma", sans-serif !important;
}

.MuiStepIcon-active {
    color: #1D3557 !important;
}

.stepper-cont {
    background-color: white !important;
}

.user-tasks {
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    background-color: white !important;
}

.pt-container {
    padding-top: 5%;
    padding-bottom: 5%;
}

.card-content-ut {
    height: max(90vh, fit-content);
}

.ext-height {
    height: fit-content;
    min-height: 70vh;
}

.content-container-codat {
    height: fit-content;
    min-height: 55vh;
}

@media (min-width: 600px) {
    .pt-container {
        padding-top: 5%;
        padding-bottom: 5%;
        background: linear-gradient(to right, #f6f6f9 50%, white 50%) !important;
        border-radius: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
        height: max(90vh, fit-content)
    }

    .user-tasks {
        padding-top: min(70px, 15%);
        padding-bottom: min(70px, 15%);
        padding-left: min(20px, 10%);
        padding-right: min(20px, 10%);
        background-color: #fffff9;
    }

    .content-container-codat {
        height: fit-content;
        min-height: 55vh;
    }

    .ext-height {
        height: fit-content;
        min-height: 40vh;
    }

    .ads-img-left {
        height: auto;
        width: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: left;
        margin-left: 0;
        margin-right: 2%;
    }
}

.task-title-pg {
    font-size: min(max(3vw, 20px), 30px);
    font-weight: bold;
    color: #1D3557;
}

.task-desc-pg {
    font-size: min(max(2vw, 15px), 15px);
    color: #5f6374;
}

.task-icon-pg {
    font-size: max(10vw, 100px);
    color: #1D3557;
    padding: 20px;
}

.task-btn-text {
    color: white;
}

.failure {
    color: #e85e6c !important;
    font-size: max(8vw, 80px);
}

.task-title-pg-complete {
    font-size: min(max(3vw, 20px), 30px);
    font-weight: bold;
    color: #34bc9b !important;
}

.task-desc-pg-complete {
    font-size: min(max(2vw, 15px), 15px);
    color: #34bc9b !important;
}

.task-icon-pg-complete {
    font-size: max(10vw, 100px);
    color: #34bc9b;
    padding-top: 10px;
    padding-bottom: 10px;
}

.underline {
    text-decoration: underline;
}

#drawer-content {
    width: min(90vw, 350px);
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#chat-icon-div {
    padding-top: 18px;
    background-color: #1D3557;
    ;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

#notification {
    position: relative;
    color: white;
    font-size: 10px;
    font-weight: 900;
    background-color: red;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.notification-position {
    bottom: 20px;
    right: 15px;
}

.message-external-box {
    background-color: #e4e4e4;
    border-radius: 0px 15px 15px 0px;
    padding: 7px;
    padding-left: 10px;
}

.message-external {
    color: rgb(54, 54, 54);
    font-size: 13px;
    text-align: left;
}

.message-sender-external {
    font-size: 10px;
    text-align: left;
}

.message-internal-box {
    background-color: #457B9D;
    border-radius: 15px 0px 0px 15px;
    padding: 7px;
    padding-left: 10px;
}

.message-internal {
    color: white;
    font-size: 13px;
    text-align: left;
}

#read {
    font-size: 9px;
    text-align: right;
    color: white
}

.send-message-box {
    width: min(90vw, 350px);
    bottom: 0px;
    position: fixed;
    padding: 5px;
    border-top: 1px solid rgb(204, 203, 203);
    height: 9vh;
    background-color: white;
}

.send-message-icons {
    font-size: 1rem;
}

#text-area {
    height: 5vh;
    width: 80%;
    overflow-y: auto;
    display: inline-flex;
}

#send-icon {
    display: inline-flex;
}

#messages {
    height: 77vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.no-text-transform {
    text-transform: none;
}

#offline-icon {
    color: red;
}

.green-icon {
    color: green;
}

.gui-tooltip-icon {
    font-size: 1em;
    margin-left: 5px;
}

.upload-pending-icon {
    color: #1D3557;
    font-weight: bold;
}

.user-input-box {
    width: 90%;
}

.react-tasks-modal {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background-color: white;
    padding: 20px;
}

.verif-mount {
    width: 80%;
    padding-top: 20%;
}

@media (max-width: 600px) {
    .react-tasks-modal {
        width: 95%;
        top: 30%;
    }

    .verif-mount {
        padding-top: 20px;
    }
}

.leave-channel-icon {
    color: white;
    font-size: 0.7em;
}

#channel-in-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1D3557;
    padding: 7px;
    border-radius: 15px;
}

.align-left {
    text-align: left;
}

.fit-content {
    width: fit-content !important;
    height: fit-content !important;
}

.tab {
    margin-left: 20px;
}

.veriff-submit {
    background-color: #1D3557 !important;
}

.veriff-description {
    color: #1D3557 !important;
}

#channels {
    height: 94vh;
    overflow-y: scroll;
}

.messages-end {
    padding-bottom: 0px !important;
}

@media (max-width: 600px) {
    .messages-end {
        padding-bottom: 60px !important;
    }

    .send-message-box {
        width: 100vw;
    }
}

.icon-add-more-user {
    font-size: 15px;
    color: #1D3557;
}

.icon-delete-user {
    font-size: 20px;
}

.role-tooltip-icon {
    font-size: 1em;
    margin-left: 15px;
}

.add-users-title {
    font-weight: bold;
}

#update-users-button {
    position: fixed;
    top: 85%;
    left: 2%;
}

.update-users-icon {
    color: white;
}

#users-icon-div {
    padding-top: 11px;
    background-color: #1D3557;
    ;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

#previousVersionsPopUpIcon {
    color: black;
    font-size: 0.7em;
}

.validation-icon {
    font-size: 1.5em;
    margin-left: 10px;
    color: #91dae4;
}

.popup-info {
    min-width: 300px;
    max-width: fit-content;
    margin-right: 100px;
}

#upload-spinner {
    margin-top: 13px;
    margin-bottom: 6px;
    color: #1D3557;
}

.payment-part-assigned-calc {
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 20px;
    color: #FF6666;
}

.payment-full-assigned-calc {
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 20px;
    color: #1DD090;
}

.payment-assignment-title {
    padding-top: 0px;
}

.payment-assignment-container {
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #e9ecef;
    margin: 10px;
}

.payment-assignment-select {
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.1;
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.payment-assignment-instruction {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}