/* html {
    background-color: rgba(0, 255, 255, 1);
    border: 1px solid red;
}

body {
    background-color: rgba(255, 0, 255, 1);
    border: 1px solid red;
} */

html, body {
    width: 100vw;
    margin: 0px;
    padding: 0px;
}

/* Splash Screen */
.main-splash-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.splash-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    text-align: center;
}

.splash-screen img {
    max-width: 50vw;
    max-height: 50vh;
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

.footer-text {
    position: absolute;
    bottom: 20px;
    width: 100vw;
    text-align: center;
    font-size: 14px;
    color: #666;
}


/* Client Top Header */
.client-top-bar {
    height: 60px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #f8f9fa;
}

.client-top-bar .admin-logo {
    display: flex;
    align-items: center;
    max-height: 60px;
}
.client-top-bar .admin-logo .logo-icon {
    max-height: 60px;
    object-fit: contain;
    margin: auto;
}


/* Loading screen */
.step-loader-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.step-loader-main .loader {
    width: 100vw;
    margin: 0px;
    padding: 0px;
    top: 35vh;
    position: absolute;
}
.step-loader-main .loader .row.justify-content-center .card{
    min-width:200px;
}
.step-loader-main .loader .row.justify-content-center .card .card-body {
    padding-left: 0px;
    padding-right: 0px;
}
.step-loader-main .loader .row.justify-content-center .card .card-body .loader-desc {
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}
.step-loader-main .loader .row.justify-content-center .card .card-body .loader-desc {
 margin-bottom: 10px;
}
.step-loader-main .loader .row.justify-content-center .card .card-body .progress { height: 2rem !important; top: 40px;bottom: 0px;left: 0px;right: 0px;margin: auto; width: 100%; }
.step-loader-main .loader .row.justify-content-center .card .card-body .loader-desc {margin-bottom: 10px !important; text-align: center; font-size: 18px !important; font-variant: normal; }

@media (max-width: 768px) {
    .step-loader-main .loader .row.justify-content-center .card{
        max-width: 85vw;
        min-width:85vw;
    }
}




/* General */

/* Responsive styling for mobile screens */

table.datatable_cdr, table.prv_addrs_class {
    width: 100%;
}
@media (max-width: 768px) {
    table.datatable_cdr, table.prv_addrs_class {
        border-bottom: none;
    }
    table.datatable_cdr td, table.prv_addrs_class td {
        padding: 0px !important;
    }
    .datatable_cdr thead, .prv_addrs_class thead {
        display: none;
    }
    .datatable_cdr tbody tr {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 60px 5px 5px;
        border-bottom: 1px solid #ddd;
    }
    .prv_addrs_class tbody tr {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 105px 5px 5px;
        border-bottom: 1px solid #ddd;
    }
    .datatable_cdr tbody td, .prv_addrs_class tbody td {
        align-items: center;
        border: none !important;
        justify-content: flex-start;
        position: relative;
        margin: 0px 10px 0px 0px;
    }
    .datatable_cdr tbody td:nth-child(-n+2)::after, .prv_addrs_class tbody td:nth-child(-n+2)::after {
        content: ",";
        position: absolute;
    }
    .datatable_cdr tbody td:last-child {
        max-width: 45px;
        margin-left: auto;
        flex: 0 0 auto;
        justify-content: flex-end;
        margin-right: -55px;
    }
    .datatable_cdr tbody td:last-child button {
        margin-left: auto;
    }
    .prv_addrs_class tbody td:last-child {
        max-width: 90px;
        margin-left: auto;
        flex: 0 0 auto;
        justify-content: flex-end;
        margin-right: -100px;
    }
    .prv_addrs_class tbody td:last-child button {
        margin-left: auto;
    }
}




.column-layout {
    box-sizing: border-box;
    color: rgb(87, 89, 98);
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto; /* Adjust height for content */
    line-height: 24px;
    margin: 0 auto; /* Center alignment */
    max-width: 1140px;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0 15px; /* Add padding for smaller screens */
    text-align: left;
    text-size-adjust: 100%;
    unicode-bidi: isolate;
    width: 100%; /* Full width by default */
}

/* Responsive for tablets */
@media (max-width: 1024px) {
    .column-layout {
        font-size: 13px;
        line-height: 22px;
        padding: 0 10px; /* Reduce padding */
        max-width: 90%; /* Reduce container width */
    }
}

/* Responsive for mobile devices */
@media (max-width: 768px) {
    .column-layout {
        font-size: 12px;
        line-height: 20px;
        padding: 0 5px; /* Further reduce padding */
        max-width: 100%; /* Full width for small devices */
    }
}


.card {
    border-radius: 0 !important;
}

.card-header {
    padding:20px;
    padding-bottom:12px;
}

.modal-dialog {
 margin-left: auto;
 margin-right: auto;
}


.column-layout.starting-div .container {
    margin: 0px;
    padding: 0px;
    border: none;
}
 

@media (max-width: 768px) {
    .column-layout.starting-div .container {
        width: 100%;
    }
    .client-top-bar .admin-logo {
        justify-content: center;
        width: 100vw;
    }

    .client-profile {
        display: none;
    }

    .main-content {
        padding: 0px;
    }

    .modal-dialog {
        max-width: 100vw;
        margin-left: 0px;
        margin-right: 0px;
    }
    .main-content .card:first-child {
        margin-top: 0px;
    }
} 


.creditorBox {
    padding: 0px;
    border: 1px solid #cecece99;
    margin-bottom: 0px;
}
.creditorBox:last-child {
    margin-bottom: 10px;
}

.creditorBox .checkbox {
    padding: 10px;
}

.creditorBox .inputHolder {
    padding: 10px;
}


.car-registration {
    background-color: #ffcc00 !important;
    color: #000000 !important;
    font-family: 'Arial Black', Arial, sans-serif !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border: 2px solid #000000 !important;
}
.car-registration::placeholder {
    color: #000000; /* Placeholder color */
    font-style: italic; /* Placeholder style */
    font-size: 14px !important;
}



/* Styled text */
.information-box {
    padding: 20px; /* Space inside the box */
    border-radius: 10px; /* Rounded corners */
    width: fit-content; /* Adjusts to content size */
    margin: 20px auto; /* Center the box */
}
.light-blue-box {
    background-color: rgb(202, 236, 247); /* Light blue background */
    color: rgb(49, 49, 49); /* Text color */
}
.light-red-box {
    background-color: rgb(248, 204, 204); /* Light blue background */
    color: rgb(49, 49, 49); /* Text color */
}
.light-green-box {
    background-color: rgb(216, 248, 210); /* Light blue background */
    color: rgb(49, 49, 49); /* Text color */
}
.light-yellow-box {
    background-color: rgb(247, 243, 207); /* Light blue background */
    color: rgb(49, 49, 49); /* Text color */
}
.light-grey-box {
    background-color: rgb(237, 237, 237); /* Light blue background */
    color: rgb(49, 49, 49); /* Text color */
}
/* ----------- */
blockquote {
    font-style: italic; /* Italicize the text */
    color: #555; /* Grey text color */
    border-left: 4px solid ;
    border-color:#969696; /* Grey border on the left */
    background-color: #f9f9f9; /* Light grey background */
    padding: 10px 20px; /* Space inside the blockquote */
    margin: 20px 0; /* Space around the blockquote */
    border-radius: 5px; /* Optional: rounded corners */
    line-height: 1.6; /* Improve readability */
}
blockquote.blockquote-blue {
    border-color:#00aaff; /* Blue border on the left */
}
blockquote.blockquote-red {
    border-color:#ff0000; /* Red border on the left */
}
blockquote.blockquote-green {
    border-color:#22ac13; /* Green border on the left */
}
blockquote.blockquote-yellow {
    border-color:#efef16; /* Yellow border on the left */
}

ol, ul {
    counter-reset: list-counter; /* Reset custom counter */
    padding-left: 20px; /* Indent the list */
    margin: 20px 10px; /* Add spacing around the list */
}

ol li, ul li {
    margin-bottom: 10px; /* Add space between list items */
    font-size: 1rem; /* Adjust font size */
    color: #333; /* Text color */
}

/* Styling the definition list container */
dl {
    margin: 20px 0;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Styling the definition terms */
dt {
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
    margin-top: 10px;
}

/* Styling the definition descriptions */
dd {
    margin: 5px 0 10px 20px; /* Adds space and indentation for descriptions */
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
}

/* General table styling */
table {
    width: 100%;
    border-collapse: collapse; /* Removes double borders */
    margin: 20px 0;
    font-size: 1rem;
    text-align: left;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

/* Styling the table headers */
table th {
    background-color: #e3e3e3; /* Green header background */
    padding: 10px;
    border: 1px solid #ddd;
    text-transform: uppercase; /* Makes headers all caps */
}

/* Styling the table rows */
table td {
    padding: 10px;
    border: 1px solid #ddd;
    color: #333; /* Text color */
}

/* Zebra striping for table rows */
table tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Hover effect for table rows */
table tr:hover {
    background-color: #e6f7ff; /* Light blue */
}

/* Responsive table */
@media (max-width: 600px) {
    table {
        font-size: 0.9rem; /* Slightly smaller font size */
    }
    table th, table td {
        padding: 8px;
    }
}
/* General form styling */
form {
    max-width: 100%;
}

/* Styling form labels */
form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

/* Styling text inputs and textarea */
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea,
form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    box-sizing: border-box;
}

/* Focus state for inputs */
form input:focus,
form textarea:focus,
form select:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 3px rgba(76, 175, 80, 0.5);
}

/* Styling textarea */
form textarea {
    resize: vertical; /* Allow vertical resizing */
    height: 100px;
}

/* Styling buttons */
form input[type="submit"],
form input[type="reset"] {
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    background-color: #4CAF50;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

/* Button hover effect */
form input[type="submit"]:hover,
form input[type="reset"]:hover {
    background-color: #45a049;
}

/* Styling checkboxes and radio buttons */
form input[type="checkbox"],
form input[type="radio"] {
    margin-right: 10px;
}

/* Inline label for checkboxes and radio buttons */
form .inline-label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Error message styling */
form .error {
    color: #d32f2f;
    font-size: 0.9rem;
    margin-top: -10px;
    margin-bottom: 10px;
}

/* Responsive form */
@media (max-width: 600px) {
    form button,
    form input[type="submit"],
    form input[type="reset"] {
        width: 100%;
    }
}



/* General styling for <pre> */
pre {
    background-color: #f4f4f4; /* Light gray background */
    color: #333; /* Dark text color */
    font-family: "Courier New", Courier, monospace; /* Monospaced font for consistency */
    font-size: 1rem; /* Adjust font size as needed */
    line-height: 1.5; /* Improve readability */
    padding: 15px; /* Add padding for spacing */
    border: 1px solid #ddd; /* Add a border */
    border-radius: 4px; /* Slightly round corners */
    overflow-x: auto; /* Enable horizontal scrolling for long lines */
    margin: 20px 0; /* Add spacing above and below */
}

/* Highlighted lines (optional) */
pre .highlight {
    background-color: #ffffcc; /* Light yellow background for highlighted lines */
    display: block;
    padding: 0 5px;
    margin: -5px 0; /* Align with the rest of the lines */
}

/* Custom scrollbar for horizontal scrolling (optional) */
pre::-webkit-scrollbar {
    height: 8px;
}
pre::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 4px;
}
pre::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}
/* General footer styling */
footer {
    padding: 0px !important;
    margin: 0px;
    max-width: 100vw;
}



/* General styling for <address> */
address {
    font-style: normal; /* Use normal style (not italic) unless preferred */
    color: #555; /* Subtle text color */
    font-size: 1rem; /* Adjust font size */
    line-height: 1.5; /* Improve readability */
    margin: 20px 0; /* Add spacing above and below */
    padding: 10px 15px; /* Add padding */
    background-color: #f9f9f9; /* Light background color */
    border-left: 4px solid #4CAF50; /* Distinct colored left border */
    border-radius: 4px; /* Slightly rounded corners */
}

/* Styling links within <address> */
address a {
    color: #4CAF50; /* Green link color */
    text-decoration: none; /* Remove underline */
    font-weight: bold;
}

address a:hover {
    text-decoration: underline; /* Add underline on hover */
}

/* Responsive adjustments */
@media (max-width: 600px) {
    address {
        font-size: 0.9rem; /* Slightly smaller font for small screens */
        padding: 8px 12px;
    }
}

/* Warning message */
.warning-popup-message {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.warning-popup-message .upload img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    flex-shrink: 0;
}

.warning-popup-message .upload span {
    flex-grow: 1;
    display: block;
}

.warning-popup-message b {
    color: red;
    overflow: hidden;
    display: block;
    word-wrap: break-word;
}
  


/* FORM IO */
/* ----------------------------------------- */
/* Form Builder */
/* Checkboxes */
.formio-component-checkbox, .formio-component-selectboxes, .formio-component-radio {
    margin: 0px;
    padding: 0px;
}
.formio-component-checkbox label,
.formio-component-selectboxes label,
.formio-component-radio label {
    display: block;
}
.formio-component-checkbox,
.formio-component-selectboxes .form-radio.radio, 
.formio-component-radio .form-radio.radio {
    margin: 0px;
    padding: 0px;
}
.formio-component-checkbox .form-check,
.formio-component-selectboxes .form-radio.radio .form-check, 
.formio-component-radio .form-radio.radio .form-check {
    /* margin-bottom: 20px; */
    padding: 10px 10px 13px 10px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    min-height: 3rem;
}
.formio-component-checkbox .form-check .form-check-label .form-check-input,
.formio-component-selectboxes .form-check .form-check-label .form-check-input,
.formio-component-radio .form-check .form-check-label .form-check-input
 {
    width: 20px;
    height: 20px;
    margin-left: -25px;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid #6c757d;
    transition: all 0.3s ease-in-out;
}

.formio-component-radio .form-check .form-check-label .form-check-input {
    margin-top: 0px;
}

.formio-component-datetime input, 
.formio-component-textfield input, 
.formio-component-textarea textarea , 
.formio-component-day input, 
.formio-component-day select, 
.formio-component-time input, 
.formio-component-email input, 
.formio-component-url input, 
.formio-component-phoneNumber input, 
.formio-component-currency input, 
.formio-component-tags input  {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    box-sizing: border-box;
}
.formio-component-tags input  {
    width: 100% !important;
}
/* .formio-component-textarea textarea {
    min-height: 200px;
} */
.formio-component-day .formio-select-autocomplete-input {
    display: none;
}
.time_interval .form-group input[type=radio] {
    opacity: 0;
}

.formio-component-addresslookup input, .formio-component-addresslookup button {
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 1rem;
    color: #333;
    box-sizing: border-box;
}


.formio-component-survey {
    overflow-x: scroll;
}

@media (max-width: 600px) {
    .formio-component-htmlelement span.formio-component-htmlelement {
        padding: 0px !important;
        margin: 0px;
    }
}


.entireform .purp-box {
    padding: 2%;
    border-radius: 8px;
    background: rgb(0, 47, 135);
    margin-bottom: 10px;
  }
  .entireform .upload img {
    color: white;
    vertical-align: middle;
    width: 30px;
    margin-right: 1%;
    float: left;
    margin-bottom: 1%;
  }
  .entireform .purp-box b {
    color: white;
  }
  .entireform .upload img {
    margin-right: 5px;
    margin-left: 2%;
  }
  .entireform .upload {
    display: block !important;
    align-items: center !important;
  } 

  @media only screen and (max-width: 600px) {
        .entireform .upload {
            display: block !important;
            align-items: center !important;
        }
        .entireform .upload img {
            margin-top: 15px;
            margin-right: 15px;
        }
    }



/* ----------- */

table.iconListTable {
    border: none  !important;
   }
table.iconListTable tr td {
    background-color: #ffffff00 !important;
    border: none  !important;
}
table.iconListTable tr:hover {
    background-color: #ffffff00 !important;
    border: none  !important;
}

table.iconListTable tr td:hover {
    background-color: #ffffff00 !important;
    border: none  !important;
}
table.informationTable {
    padding: 10px;
    border: none  !important;
   }
table.informationTable tr td {
    background-color: #ffffff00 !important;
    border: none  !important;
}
table.informationTable tr:hover {
    background-color: #ffffff00 !important;
    border: none  !important;
}

    /* Document Type - Open Banking popup */
    ul.open-banking-nav  {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }
    ul.open-banking-nav li {
        list-style: none;
    }
    .tab-pane#manually_upload {
        padding-top: 18px;
    }
