﻿.srtcreatelinkbuttontext {
    float: right;
}

@media (max-width: 768px) {
    th.headerStyle {
        width: 0px !important; /* Adjust width for checkbox column on mobile */
    }

    th:nth-child(2) {
        width: 25px !important; /* Set width for "Loan #" column on mobile */
    }

    th:nth-child(3) {
        width: 60px !important; /* Set width for "Loan Name" column on mobile */
    }
}


@media (max-width: 768px) {
    th.loanHeaderStyle {
        width: 0px !important; /* Adjust width for checkbox column on mobile */
    }

    th:nth-child(2) {
        width: 25px !important; /* Set width for "Loan #" column on mobile */
    }

    th:nth-child(3) {
        width: 60px !important; /* Set width for "Loan Name" column on mobile */
    }
}



.srtActiveRequestCount {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    width: 48px;
    height: 12px;
    float: right;
    background: #F4F7FD;
    color: #64748B;
    font-weight: bold;
}

.srthrleft {
    color: lightgrey;
    border: 1px solid lightgrey;
}

.srthrtop {
    margin-bottom: 20px;
}

.srthrbottom {
    margin-top: 10px;
}

.srtverticalLine {
    border-left: 1px solid lightgrey;
    margin: 0px 0px 0px 6px;
}


.lightgrey {
    border-color: lightgrey !important;
}

.searchdivpadding {
    padding-top: 27px;
}

.srthr {
    margin: 0px 0px 0px 0px !important;
    border-color: lightgrey !important;
}

.scrollable-div {
    width: 100%;
    height: auto;
    overflow-y: auto;
    margin: 0 auto;
    margin: -25px -15px 0px 0px;
}

@media (max-width: 768px) {
    .scrollable-div {
        height: 345px;
    }
}

@media (min-width: 1024px) {
    .scrollable-div {
        height: 1135px;
    }
}


@media (min-width: 1440px) {
    .scrollable-div {
        height: 853px;
    }
}

.request-dropdown {
    padding: 8px 9px 8px 9px !important;
    margin: 0px !important;
    border-radius: 6px !important;
}

.tooltip1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 300px;
        background-color: #fff;
        color: #555;
        text-align: left;
        border-radius: 5px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 100%;
        opacity: 0;
        transition: opacity 0.3s;
        border: 1px solid #ccc;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
        opacity: 1;
    }

.stage-item {
    padding: 5px 20px;
}

.completed {
    content: '';
    background-image: url('../../Images/title01-check.png');
    background-repeat: no-repeat;
    background-position: 0px;
}

.current {
    color: gray;
    content: '';
    background-image: url('../../Images/title01-Vector.png');
    background-repeat: no-repeat;
    background-position: 0px;
}

.disabled {
    color: gray;
    content: '';
    background-image: url('../../Images/title01-circle-small.png');
    background-position: 0px;
    background-repeat: no-repeat;
}

.tab-content {
    margin-top: 20px;
}

.progress {
    width: 10%;
}

.step {
    margin-bottom: 20px;
}

.completed {
    color: green;
}

.in-progress {
    color: orange;
}

.pending {
    color: grey;
}

.step {
    margin-bottom: 20px;
}

.completed .icon {
    color: green;
}

.in-progress .icon {
    color: orange;
}

.pending .icon {
    color: grey;
}

.stepper {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

    .stepper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        height: 100%;
        width: 2px;
        background-color: #ddd;
    }

.step-icon {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.completed .step-icon {
    border-color: green;
    color: green;
}

.in-progress .step-icon {
    border-color: orange;
    color: orange;
}

.pending .step-icon {
    border-color: grey;
    color: grey;
}

.vr {
    height: 100%;
    width: 1px;
    border-left: 1px solid gray;
}

#verticle-line {
    width: 1px;
    min-height: 300px;
    background: #ddd;
}

.col-md-activity {
    width: 2px !important;
}

.vertical-line {
    position: fixed;
    top: 150px;
    bottom: 80px;
    width: 1px;
    background-color: #ddd;
}

.srtcontainer {
    display: flex;
    width: 100% !important;
    border-top: 1px solid lightgray !important;
}

.Padddingtop {
    padding: 20px;
}

.divider {
    display: flex;
    width: 1px;
    background-color: lightgray;
}


#EditPreviewFiles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dz-preview {
    border: 2px solid #ddd;
    padding: 7px;
    border-radius: 10px;
    background: #f9f9f9;
    width: auto;
}

.srtlabelmargin {
    margin: 20px 0px 0px 0px;
    color: #4B5768;
    font-weight: bold;
}

.srthrright {
    border-bottom: 1px solid lightgrey;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.625em 0;
}

.padding-10 {
    padding: 10px;
}

#RequestTrackerImportForm {
    padding: 0px !important;
    border-top: 0px;
    border-color: #ddd !important;
}

.panel {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.Dragdroppadding {
    padding: 5px;
    font-size: 13px;
}


#CreatePreviewFiles {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.srtCreateBorder {
    border: lightgrey 1px solid;
    padding: 20px 0px 0px 0px;
    border-radius: 10px;
    float: left;
}

@media (max-width: 768px) {
    .srtCreateBorder {
        border: lightgrey 1px solid;
        padding: 20px 10px 10px 10px;
        border-radius: 10px;
        float: left;
    }
}

@media (max-width: 992px) {
    .srtCreateBorder {
        border: lightgrey 1px solid;
        padding: 20px 0px 0px 0px;
        border-radius: 10px;
        float: left;
    }
}

@media (max-width: 1200px) {
    .srtCreateBorder {
        border: lightgrey 1px solid;
        padding: 20px 0px 0px 0px;
        border-radius: 10px;
        float: left;
    }
}

@media (max-width: 1400px) {
    .srtCreateBorder {
        border: lightgrey 1px solid;
        padding: 20px 0px 0px 0px;
        border-radius: 10px;
        float: left;
    }
}

.srtcreatebtnuploaddocuments {
    color: #fff;
    background-color: #327AB7;
    border-color: #ccc;
    padding: 8px 12px 8px 12px;
    border-radius: 6px;
    height: 40px;
    width: 172px;
}


#CreateDocumentsUploadList {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

    #CreateDocumentsUploadList .dz-preview {
        border: 2px solid #ddd;
        padding: 7px;
        border-radius: 10px;
        background: #f9f9f9;
        width: auto;
    }

.UploadFileButton {
    background-color: #1e9ed6 !important;
    color: white !important;
}

#UploadFileButton {
    background-color: #1e9ed6 !important;
    color: white !important;
    text-transform: none !important;
}

#RequestTrackerImportForm {
    padding: 0px !important;
    border-top: 0px;
    border-color: #ddd !important;
}

.dropzone {
    min-height: 0px !important;
    padding: 0px !important;
}

    .dropzone .dz-message {
        padding: 30px 8px 30px !important;
        margin: 0em 0 !important;
        font-size: small !important;
        text-align: left !important;
    }

.panel {
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.Dragdroppadding {
    padding: 5px;
    font-size: 13px;
}

.trackericon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 21px 0px;
    gap: 10px;
}

.trackercontent {
    font-size: 1em;
    line-height: 1.625;
    font-weight: bold;
}

#Gotit {
    background-color: #337ab7 !important;
    color: white !important;
}

.ui-widget-header {
    border: 1px solid #FFFFFF !important;
    background: #FFFFFF !important;
    color: #333333 !important;
    font-weight: bold !important;
}

.ui-dialog-titlebar-close {
    background-image: url('../../Images/title01-close-icon.png');
    background-size: contain !important;
    background-color: #fff !important;
}

.topleft {
    top: 25px;
    left: 25px;
    float: inline-start;
}

.topsubmit {
    top: 18px;
    right: 15px;
    float: right;
}

#CreateDocumentsInitialScreen {
    margin-bottom: 30px !important;
    background-color: #f4f7fd;
    border-bottom: 1px solid #ddd !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
}

@media (max-width: 767px) {
    #srt_loan_dropdown + .select2-container--default .select2-selection--single {
        height: 60px !important;
    }
}

#CreateUploadFileButton {
    border-radius: 8px;
    background-color: #1e9ed6;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: none;
    padding: 11px 1em;
    margin: 0 0 0.8125em;
    text-decoration: none;
}

.current {
    color: gray;
    content: '';
    background-image: url('../../Images/title01-Vector.png');
    background-repeat: no-repeat;
    background-position: 0px;
}

.disabled {
    color: gray;
    content: '';
    background-image: url('../../Images/title01-circle-small.png');
    background-position: 0px;
    background-repeat: no-repeat;
}

.completedstage {
    background-repeat: no-repeat;
    background-position: 0px;
    margin-top: -5px;
}

.currentstage {
    background-repeat: no-repeat;
    background-position: 0px;
}

.disabledstage {
    background-repeat: no-repeat;
    background-position: 0px;
}

#btCreateRequest {
    border-radius: 8px;
    background-color: #1e9ed6;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    padding: 11px 1em;
    text-decoration: none;
    margin-top: 12px;
    margin-right: 15px;
}

.request-dropdown-width {
    width: 220px;
}

.bottomhrsrt {
    margin-top: 12px;
}

.strPipe {
    padding: 6px;
}

.strPipe1 {
    position: absolute;
    padding-left: 20px;
}

.srtloanstext {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    font-weight: bold;
}

.highlight {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    gap: 44px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #EFF1F4;
}

.highlightColor {
    background: #F4F7FD;
}

.srtnewalert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px 5px;
    gap: 8px;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1.5px solid #C0C7D2;
    border-radius: 6px;
}

.ui-progressbar-segment {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #D97706;
    font-size: 14px;
}

.stahedetails {
    width: 267px;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.centered-content {
    text-align: center;
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
    font-weight: bold;
}

a {
    border-bottom: none;
}

#lnkUploadDocuments {
    border-radius: 8px;
    background-color: #1e9ed6;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: none;
    padding: 11px 1em;
    margin: 0 0 0.8125em;
    text-decoration: none;
}
/*-------------------------*/
#progressbar-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

#progressbar {
    position: relative;
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-top: 20px;
}

@media (max-width: 600px) {
    .progress-bar {
        height: 20px;
        line-height: 20px;
    }
}

.stage-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}

    .stage-list li {
        margin-right: 35px;
    }

@media (max-width: 600px) {
    .stage-list {
        flex-direction: column;
    }

        .stage-list li {
            margin-right: 0;
            margin-bottom: 10px;
        }
}

.progressbarstage-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

progressbarstage-item .name {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

.pipe-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #F4F7FD;
}

.custom-popover {
    position: absolute;
    background: #fff;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    display: none;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 300px;
    width: auto;
}

    .custom-popover::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

.popover-content {
    padding: 0px 14px 0px 0px !important;
}

    .popover-content .close {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.noloansfound {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
}

.tooltiptext1 ul {
    margin-bottom: unset;
}

.srt-badge {
    right: 30px;
    top: 15px;
    border: 1.59094px solid white;
    font-size: 17.9342px;
    position: absolute;
    background-color: red;
}

#EditUploadFileButton {
    border-radius: 0;
    background-color: #1e9ed6;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: none;
    padding: 11px 1em;
    margin: 0 0 0.8125em;
    text-decoration: none;
    border-radius: 8px;
}

.mt-30 {
    margin-top: 30px;
    font-size: 27px;
}

#CurentRequestStageName {
    background-color: #fde67580;
    color: #D97753;
    padding: 6px 6px 6px 6px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    margin-left: 10px;
    /*  position: absolute;
    top: 5px;*/
}

.mt-20 {
    margin-top: 20px;
}

#backtoDashboard {
    border-radius: 8px;
    background-color: #1e9ed6;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Gotham A", "Gotham B", "Arial", "sans-serif";
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    text-transform: none;
    padding: 11px 1em;
    margin: 3px 0 0.8125em;
    text-decoration: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.pl-10 {
    padding-left: 10px !important;
}

.ml-10 {
    margin-left: 10px;
}

.fl-right {
    float: right;
}

.srtcreaterequesthr {
    border-color: lightgrey !important;
}

.srtborderbottom {
    color: inherit !important;
}

.bold-loan-number {
    font-weight: bold;
}

.AcknowledgementSectionContent {
    display: inline-flex;
}

.error {
    color: #c18510 !important;
}

#createclose-confirm-dialog {
    margin-top: .5em;
}

#createSubmit-confirm-dialog {
    margin-top: .5em;
}

.icon-container {
    position: relative;
    display: inline-block;
}

    .icon-container img {
        width: 50px;
        height: auto;
    }

.thumbs-up {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: auto;
}

.ui-dialog .ui-widget-content {
    border: none;
}

.ui-dialog .ui-dialog-titlebar {
    border-bottom: 1px solid lightgrey !important;
}

#CloseConform {
    border-radius: 8px;
    border: 1px solid #20adea;
    color: #20adea;
    background-color: white;
    text-transform: none;
    height: 40px;
}

#CloseOk {
    border-radius: 8px;
    height: 40px;
}

#SubmitCancel {
    border-radius: 8px;
    border: 1px solid #20adea;
    color: #20adea;
    background-color: white;
    text-transform: none;
    height: 40px;
}

#SubmitConform {
    border-radius: 8px;
    height: 40px;
    text-transform: none;
}

#GotoDashboard {
    border-radius: 8px;
    text-transform: none;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0 !important;
}

.create-tm {
    margin-top: .5em;
    font-size: 20px;
    font-weight: bold;
}

.create-rm {
    margin-top: 0.5em;
    font-size: 18px;
    font-weight: bold;
}

#SubmitCreateRequestForm {
    border-radius: 8px;
    text-transform: none;
}

@media (max-width: 767px) {
    .text-right {
        text-align: left !important;
    }
}

.dz-preview {
    background: none !important;
}

#CreateRequestId {
    color: #1e9ed6;
    font-weight: 500;
    text-decoration: underline;
}

#CreateRequestId {
    color: #1e9ed6;
    font-weight: 200;
}

#CreateRequestId {
    color: #1e9ed6;
    font-weight: 200;
}

.create-etm {
    margin-top: .5em;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.create-erm {
    margin-top: 0.5em;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.required {
    color: red;
}

@media (max-width: 768px) {
    [aria-describedby="Create-upload-file-dialog"] {
        width: 95% !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="Edit-upload-file-dialog"] {
        width: 95% !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="createclose-confirm-dialog"] {
        width: 90% !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="createSubmit-success-dialog"] {
        width: 95% !important;
        left: 10px !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="createSubmit-confirm-dialog"] {
        width: 95% !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="createSubmit-erroroccurredalert-dialog"] {
        width: 95% !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="createSubmit-erroroccurred-dialog"] {
        width: 95% !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="Edit-requesttimeout-dialog"] {
        width: 95% !important;
    }
}

@media (max-width: 768px) {
    [aria-describedby="Edit-request-erroroccurred-dialog"] {
        width: 95% !important;
    }
}

#CreateDocumentsUploadList .dz-filename {
    margin: 0px 0px 0px -28px;
}

@media (max-width: 768px) {
    #CreateDocumentsUploadList .dz-filename {
        margin: 0px;
    }
}

#Edit-upload-documents-list .filedetails {
    margin: 0px 30px 0px -42px;
}

@media (max-width: 768px) {
    #Edit-upload-documents-list .filedetails {
        margin: 0px;
    }
}

.backtoDashboardbutton {
    float: right;
}

@media (max-width: 768px) {
    .backtoDashboardbutton {
        float: left;
    }
}

@media (max-width: 768px) {
    #CurentRequestStageName {
        display: table-cell;
        position: relative;
        top: auto;
    }
}

#srt_loan_dropdown + .select2-container {
    width: 100% !important;
}

#lblsrt_Request_Types {
    opacity: 0.5;
}

#srt_Request_Types + .select2-container {
    opacity: 0.5;
}

#srt_loan_dropdown + .select2-container .select2-selection__rendered {
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}

#erroroccurredalert {
    color: #1e9ed6 !important;
}

#erroroccurred {
    color: #1e9ed6 !important;
}

@media (max-width: 600px) {
    .ui-progressbar-segment {
        font-size: 10px;
        justify-content: center;
        align-items: center;
    }

    .popover-content {
        font-size: 10px;
    }
}


@media (max-width: 767.98px) {
    .mt-30 {
        margin-top: 10px;
    }

    .backtoDashboardbutton {
        margin-top: 10px;
    }
}

#Close-confirm {
    cursor: pointer;
}

.ActivityCss {
    font-size: 20px !important;
    font-weight: bold;
    color: #323A46;
}

.ActivitylableCss {
    color: #64748B;
}

.ActivityreqTypeCss {
    font-size: 30px;
    color: #323A46;
    font-weight: bold;
}

.ActivityreqCss {
    color: #323A46;
    font-weight: bold;
}

#Requestpagination {
    float: right !important;
}

    #Requestpagination .pagination {
        display: inline !important;
        margin: 0px !important;
    }

@media (max-width: 768px) {
    #Requestpagination {
        float: left !important;
    }
}

#showpages {
    margin-top: 20px !important;
}

@media (max-width: 768px) {
    #showpages {
        float: left !important;
        margin-top: 0px !important;
    }
}

.disabledescription {
    background-color: #eee !important;
}

#Edit-requesttimeout-dialog .close {
    border-radius: 8px;
    background-color: #1e9ed6 !important;
}

#Edit-request-erroroccurred-dialog .close {
    border-radius: 8px;
    background-color: #1e9ed6 !important;
}

#errorMessagesContainer {
    position: relative;
}

.custom-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: red !important;
}

.custom-error-close-btn {
    position: absolute;
    top: 20%;
    right: 2.2%;
    color: #a94442 !important;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#failedmessage {
    color: red !important;
    margin-left: 10px;
}

#errorMessagesList li {
    color: red;
    list-style-type: disc;
    margin-left: 55px;
}

.custom-close-btn {
    background-color: #f2dede !important;
    opacity: 1;
}

#errorMessagesContainer.fade {
    opacity: 1 !important;
}

.custom-close-btn::before {
    background-color: #f2dede !important;
}


.RequestTrackerGridHeader {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

    .RequestTrackerGridHeader .col {
        flex: 1;
        padding: 5px;
        box-sizing: border-box;
    }

@media (max-width: 768px) {
    .RequestTrackerGridHeader {
        flex-direction: column;
    }

        .RequestTrackerGridHeader .col {
            flex: none;
            width: 100% !important;
            padding: 5px 0 !important;
            text-align: left !important;
        }
}

#RequestTrackerGridRows .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    #RequestTrackerGridRows .row .col {
        flex: 1;
        padding: 5px;
        box-sizing: border-box;
        text-align: left;
    }

.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltiptext1 {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 100%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

.tooltip1 img {
    margin: 0px 0px 2px 15px;
}

@media screen and (max-width: 768px) {
    .tooltiptext1 {
        margin-left: -18px;
    }

    .tooltip1 img {
        margin: 0px !important;
    }
}

@media (max-width: 768px) {
    #statusttext {
        display: block;
        white-space: normal;
        overflow-wrap: break-word;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #RequestTrackerGridRows .row {
        flex-direction: column;
        padding: 5px 0;
    }

        #RequestTrackerGridRows .row .col {
            flex: none;
            width: 100% !important;
            text-align: left !important;
            padding: 5px 0;
        }
}

/*@media (max-width: 768px) {
    .tooltiptext1 {
        width: auto;
        max-width: 90%;
        white-space: normal;
        left: 0;
        transform: none;
    }
}*/

@media (max-width: 768px) {
    .loan-info {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

        .loan-info img {
            display: block;
            margin-top: 5px;
            max-width: 100%;
            height: auto;
        }

    #currentLoanNumber,
    #currentLoanName,
    #currentcrmName {
        display: block;
        margin-top: 5px;
    }
}

.consentCheckbox {
    -webkit-transform: scale(1.4) !important;
}

/* Tooltip container */
.tooltip-container {
    position: relative;
    display: inline-block;
}


.tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    color: #555;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 125%;
    left: 50%;
    white-space: nowrap;
    transition: opacity 0.3s;
    border: 1px solid #ccc;
}


.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    visibility: hidden;
    background-color: #fff;
    color: #555;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    /*white-space: nowrap;*/
    width: 230px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.custom-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #4B5768 transparent transparent transparent;
}

@media (max-width: 768px) {
    .custom-tooltip {
        font-size: 14px;
        padding: 10px;
        white-space: normal;
        /*width: 90%;*/
        max-width: 250px;
        bottom: 125%;
        left: 510%;
        transform: translateX(-50%);
        border: 1px solid #ccc;
    }

        .custom-tooltip::after {
            left: 18%;
        }
}

#unavailableRequest {
    text-align: center !important;
    font-weight: bold !important;
    margin-top: 40px !important;
}

.stage-icon {
    width: 20px;
    height: 20px;
}

.wrap-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.status {
    margin-bottom: 10px;
}

.name .custom-img {
    margin: initial;
    max-width: none;
}

.stagename-container {
    display: flex;
    align-items: normal;
}

@media (min-width: 1024px) {
    .stagenamespan-container {
        display: ruby !important;
    }
}

.text-container {
    overflow: hidden;
}

    .text-container.truncated span {
        display: inline-block;
        white-space: nowrap;
        width: 200ch;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-container.expanded span {
        width: auto;
        white-space: normal;
    }

.additionalInfo {
    font-weight: bold;
    color: #323A46;
}

.read-more {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.headercolumn {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-weight: bold;
}

    .headercolumn .col {
        flex: 1;
        padding: 10px;
        box-sizing: border-box;
        background-color: rgba(238, 245, 251, 0.5);
        border-bottom: 1px solid lightgrey;
        margin-top: 10px;
    }

@media (max-width: 768px) {
    .headercolumn {
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px;
    }

        .headercolumn .col {
            flex: none;
            width: 100% !important;
            padding: 5px 0 !important;
            text-align: left !important;
        }
}

#loanDataContainer {
    max-height: 300px;
    margin-right: -15px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    #loanDataContainer {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

#loanDataContainer .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    #loanDataContainer .row .col {
        flex: 1;
        padding: 5px;
        box-sizing: border-box;
        text-align: left;
    }

@media (max-width: 768px) {
    #loanDataContainer .row {
        flex-direction: column;
        padding: 5px 0;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

        #loanDataContainer .row .col {
            flex: none;
            width: 100% !important;
            text-align: left !important;
            padding: 5px 0;
        }
}


/*multi select drop down css*/
.selection-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #003E52;
    pointer-events: none;
}

.dropdown-checkbox-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 580px;
    border: 1px solid #ccc;
    z-index: 1;
}

#searchInput {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.checkbox-list {
    max-height: 200px;
    overflow-y: auto;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    padding: 5px;
    cursor: pointer;
}

    .custom-checkbox input[type="checkbox"] {
        margin-right: 10px;
        height: 20px;
        width: 20px;
        margin-top: 0px;
    }

.text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.primary-text {
    font-weight: bold;
    color: #003E52;
}

.secondary-text {
    font-weight: normal;
    color: #666;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .dropdown-checkbox-button {
        width: 100% !important;
        font-size: 0.9em !important;
        height: 50px !important;
    }
}

@media (max-width: 768px) {
    .dropdown-checkbox-content {
        min-width: 100% !important;
        position: static !important;
    }
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltipwrapper {
    visibility: hidden;
    width: 250px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 20%;
    margin-left: -255px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-wrapper:hover .tooltipwrapper {
    visibility: visible;
    opacity: 1;
}

.tooltipwrapper::after {
    content: '';
    position: absolute;
    top: 12%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}

@media (max-width: 768px) {
    .tooltipwrapper {
        width: 280px;
        margin-left: -181px;
        padding: 8px;
        top: 112%;
    }

        .tooltipwrapper::after {
            content: '';
            position: absolute;
            left: 66%;
            top: -5%;
            bottom: 100%;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #000 transparent;
        }
}

#NumberofLoansSelected {
    font-weight: bold;
}

#SelectedRequestType {
    font-weight: bold;
}

#RequestserrorMessagesContainer {
    position: relative;
    background-color: #FEF2F2;
}

    #RequestserrorMessagesContainer.fade {
        opacity: 1 !important;
    }

    #RequestserrorMessagesContainer .alert-danger {
        color: inherit !important; 
        background-color: inherit !important; 
        border-color: transparent !important; 
        border: none !important; 
    }

#RequestAlertMessagesContainer {
    position: relative;
    background-color: #F7F7FE;
    margin-bottom: 12px !important;
}

    #RequestAlertMessagesContainer.fade {
        opacity: 1 !important;
    }

    #RequestAlertMessagesContainer .alert-danger {
        color: inherit !important; 
        background-color: inherit !important; 
        border-color: transparent !important; 
        border: none !important; 
    }
#Requestsfailedmessage {
    color: #EF4444;
}
#RequestsAlertmessage {
    color: #6366F1;
}
.custom-button-style {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    float: right;
    color: red !important;
    background-color: #FEF2F2 !important;
    border-color: red !important;
    text-transform: none;
    transform: translate(20px, -30px) !important;
}