/* Custom style */
body {
    background-color: rgb(236, 236, 236);
    /* margin-top:50px; */
}
.navbar {
    margin-bottom: 1rem;
}
table * {
    white-space: nowrap;
}
table#tbl-custominv * {
    white-space: wrap;
}
.table > tbody > tr > td {
    vertical-align: middle;
}

/* .table > tbody > tr > td,
.table > thead > tr > th {
  border: 0 !important
} */

#newtbody td {
    border-bottom: none;
}
.circle {
    background: #ff5151;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
}
.circle-bg {
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
}

.info-notice {
    background-color: #ff5151;
    color: white;
}

/* select option {
    background-color: yellow !important;
    color: red !important;
  } */

option:checked {
    color: #ff5151;
    background-color: #ffeeee;
    font-weight: bold;
}
option:hover {
    background-color: #d4b83a;
}

h3 {
    padding-left: 10px;
}

hr.cut-lines {
    width: 40%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#invoice-pdf {
    background-color: #f2f2f2;
}
/* Main Invoice Detail Container */
#mypage {
    height: 930px;
    position: relative;
}
/* Invoice container End */

.inv-color {
    color: #ff5151;
    font-weight: bold;
}

.detail-item span {
    color: rgb(32, 32, 32);
}

.company #tag-line {
    margin-top: -10px;
}
.company .client {
    margin-top: 10px;
}

/* Iban Section styles */

#iban #iban-col1 {
    background-color: #ff5151;
}
#iban #iban-col3 {
    background-color: #404040;
}

/* Iban Section styles end */

/* Totals section Styles */
.row #grand-total {
    background-color: #ff5151;
}
/* Totals section Styles end */

/* Invoice Footer Styles */
#invoice-footer {
    /* height: 80px; */
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
}

#footer-split {
    height: 3px;
    color: #404040;
}

#invoice-footer #invoice-end {
    margin-top: -10px;
    color: #404040;
}

/* For footer Icons */

#invoice-footer .fa {
    color: #ff5151;
}

/* For footer Icons End */

/* Invoice Footer Styles End */

/* .img-logo{
    width:30px;
    height: 30px;
  } */

/* Floating Print Button Style */

* {
    padding: 0;
    margin: 0;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #0c9;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1;
}
.float-back {
    bottom: 110px;
}

.my-float {
    margin-top: 18px;
}

@media print {
    .fa-print {
        display: none;
    }
    a#btn-print {
        display: none;
    }
}

/* FLoating Button Style End */

.cat label {
    background-color: transparent;
}
.cat input:checked + label {
    background-color: rgb(247, 90, 27);
}

.form-cover {
    background-color: rgb(219, 218, 218);
}
.parent {
    height: 200px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.child {
    width: 100%;
    height: auto;
}

/* styling of toaster */
.toast {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

/* styles for Invoice Payment */
.gray-bg {
    background-color: rgb(235, 235, 235);
}
/* styles for Invoice Payment end*/
/* Styles for SidebarNav */
/* .nav-sidebar > .nav-item a {
  background-color: rgb(255, 81, 81);  
  
} */

.user-panel .fa-user {
    color: rgb(56, 55, 109);
}

.layout-fixed .main-sidebar {
    /* background-image: linear-gradient(#7440ec, #6d91ec); */

    background-image: linear-gradient(#2b1e41 40%, #c53a41 90%);

    /* background-image: linear-gradient( 0deg,  rgba(0,119,182,1) 3.6%, #4747A1 87.6% ); */
}
nav > .nav-sidebar > .nav-item {
    background-color: rgba(99, 82, 92, 0.45);
    /* background-image: linear-gradient(red, yellow); */
}

/* Styles for SidebarNav End */

/* Styles for Datatables Search */
div.dataTables_wrapper div.dataTables_filter input {
    width: 250px !important;
}
/* Styles for Datatables Search End */

/* Jobs and Job Lines Styles */
div.jlable {
    /* display: none; */
    font-size: 18px;
    padding-left: 10px;
}
div.jitem {
    background-color: rgb(233, 236, 247);
    font-size: 16px;
    padding-left: 10px;
}

div.job-item-val {
    background-color: rgb(233, 236, 247);
    font-size: 16px;
    margin-bottom: 10px;
}
div.job-item-val-notes {
    background-color: rgb(233, 236, 247);
    font-size: 16px;
    margin-bottom: 10px;
    height: 100px;
}
/* Jobs and Job Lines Styles End */

/* Styles for Dashboard */
.make-scroll {
    padding: 5px;
    background-color: #ece9e9;
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Styles for Dashboard end */

/* For Select in Select2 */

/* For Select in Select2 end */

.custom-row {
    background-color: #ece9e9;
}

.part-scroll {
    /* padding:5px; */
    /* background-color: #ece9e9; */
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.quote-scroll {
    /* padding:5px; */
    /* background-color: #ece9e9; */
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pg-header {
    height: 150px;
    background-color: #0c9;
}

.pull-top {
    margin-top: -70px;
}

.fld-display {
    font-size: 18px;
    font-weight: bold;
    color: #3b3b3b;
    background-color: #f3f3f3;
}
.fld-label {
    color: #888888;
    font-weight: 700;
}

.fld-light-gray {
    background-color: #ece9e9;
}

.lbl-gray {
    background-color: #e7e4e4;
}

.floating-close {
    background-color: orange;
    color: white;
    /* height: 40px; */
    /* width: 40px; */
    bottom: 70px;
    right: 70px;
    border-radius: 40px;

    position: absolute;
}
.floating-close a {
    color: white;
    padding: 30px 30px 50px 20px;
}
.floating-close a:hover {
    color: white;
}

.pg-header,
.inv-footer,
.info-header,
.modal-header {
    background-image: linear-gradient(to left, #2b1e41 40%, #c53a41 90%);

    color: white;
}

.grad-text {
    background-image: linear-gradient(to left, #2b1e41 40%, #c53a41 90%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

/* Radio buttons style */

.custom-radio {
    display: inline-block;
    margin-right: 10px;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio label {
    padding: 5px 10px;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #8f969e;
    color: #8f969e;
    border-radius: 3px;
}

.custom-radio input[type="radio"]:checked + label {
    /* background-color: #007bff;*/
    color: #fff;
    background-image: linear-gradient(to left, #2b1e41 40%, #c53a41 90%);
    border: 1px solid #ffffff;
    /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
}

/* Radio buttons style ended */

/* Radio Check boxes style */

.custom-checkbox {
    display: inline-block;
    margin-right: 10px;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    padding: 5px 10px;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #8f969e;
    color: #8f969e;
    border-radius: 3px;
}

.custom-checkbox input[type="checkbox"]:checked + label {
    /* background-color: #007bff;*/
    color: #fff;
    background-image: linear-gradient(to left, #2b1e41 40%, #c53a41 90%);
    border: 1px solid #ffffff;
    /* -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
}

/* custom checkboxes style end; */

/* Control the apearance of Device Models and Brands and parts */

.sq-box {
    border: 2px solid rgba(187, 187, 187, 0.3);
    border-radius: 10px;
}

.sq-box:hover {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(245, 18, 18, 0.2); /* Adjust the values as needed */
    transition: box-shadow 0.3s ease;
}

#splitter {
    text-align: center; /* Center its contents horizontally */
    width: 100%; /* Adjust as needed */
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
#splitter hr {
    width: 10%; /* Set width to 10% */
    height: 3px;
    color: red;
    border-radius: 5px;
    margin: 0 auto;
}

.img-part {
    margin: auto;
}

.part-card {
    border: 2px solid rgba(187, 187, 187, 0.3);
    border-radius: 10px;
}
.part-card:hover {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(245, 18, 18, 0.2); /* Adjust the values as needed */
    transition: box-shadow 0.3s ease;
}

.unselected {
    background-color: rgb(247, 242, 243);
    color: rgb(58, 58, 58);
    border-radius: 3px;
}
.selected-issue {
    background-color: red;
    color: white;
}

.item-label {
    font-weight: 700;
    background-color: #e7e4e4;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

.item-val {
    background-image: linear-gradient(to left, #2b1e41 40%, #c53a41 90%);
    padding: 5px 10px 5px 10px;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}
.not-found {
    color: #c53a41;
    font-weight: 500;
    text-align: center;
}

.light-green-row {
    background-color: rgb(215, 240, 224);
}

.notification-button {
    position: relative;
}

.notification-badge {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 14px;
    opacity: 0.9; /* Adjust opacity as needed */
    width: 25px; /* Adjust width and height to make it a complete circle */
    height: 25px;
    text-align: center;
    line-height: 15px; /* Center the number vertically */
}

.rounded-span-item {
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    background-color: #c53a41;
    color: white;
    cursor: pointer;
}

.info-wrapper {
    height: 400px;
}

.count-div {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.div-counter {
    background-color: rgb(222, 226, 223);
    padding: 25px 20px;
    border-radius: 5px;
    font-size: 24px;
}

/* //styles for embeded pdf */
.pdf-embed {
    width: 100%;
    height: 80vh; /* Use viewport height for responsive design */
}

.background-gray {
    background: #a5d4b1 !important;
}

/* Media query for smaller devices */
@media (max-width: 768px) {
    .pdf-embed {
        height: 60vh; /* Adjust height for smaller screens */
    }
}

.bg-brand-icon {
    background-color: rgb(238, 113, 113);
}
.bg-brand {
    background-color: #f8eaea;
}

.inventory-container {
    padding: 15px 10px;
}

@media (max-width: 768px) {
    .inventory-container {
        padding: 0;
        padding-top: 20px;
    }
}

.inventory-icon,
.data-counter {
    color: rgba(252, 252, 252, 0.4);
    font-size: 50px;
}

.bbot {
    border-bottom: 3px solid rgba(227, 81, 81, 0.5) !important;
    background-color: rgb(239, 239, 239) !important;
}

.info-holder {
    height: 80px;
}

@media (max-width: 768px) {
    .info-holder {
        height: 60px;
    }
}

.customer-h6 {
    font-weight: bold;
    color: rgb(197, 58, 65);
}

@media (min-width: 992px) {
    .customer-btn {
        text-align: right;
    }

    .card-right {
        text-align: right;
    }

    .card-buttons {
        text-align: right;
    }
}

@media (max-width: 576px) {
    .customer-btn {
        text-align: center;
        padding-top: 10px;
    }

    .customer-row2 {
        border-bottom: 2px solid rgba(197, 58, 65, 0.5);
        padding-bottom: 5px;
    }

    .card-buttons {
        text-align: center;
        padding-top: 10px;
    }

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

    .last-row-border {
        border-bottom: 2px solid rgba(197, 58, 65, 0.5);
        padding-bottom: 5px;
    }
}

.h6-bold {
    font-weight: bold;
    color: #c53a41;
}

.status-column {
    min-height: 100vh; /* Full height of the viewport */
    border: 1px solid #ddd; /* Optional: for visual clarity */
    padding: 10px;
    overflow-y: auto; /* Allow scrolling within columns */
    position: relative; /* Required for absolute positioning inside */
}

/* //for handling of card right column to adjust different view ports */

.grid-right,
.grid-right-actions {
    text-align: right;
    margin-top: 30px;
}
.grid-right-content {
    line-height: 25pt;
}

@media (max-width: 576px) {
    .grid-right {
        text-align: left;
    }

    .grid-right-content {
        padding-bottom: 10px;
        border-bottom: 2px solid rgba(197, 58, 65, 0.5);
        margin-bottom: 10px;
    }

    .grid-right-actions {
        text-align: center;
        margin-top: 10px;
    }
}

.custom-icon {
    cursor: pointer;
}

#searchToggle {
    font-size: 15px;
}

.inv-actions {
    text-align: right;
}

@media (max-width: 576px) {
    .inv-actions {
        text-align: center;
    }
    .inv-action-caption {
        display: none;
    }

    .inv-total {
        border-bottom: 3px solid rgba(197, 58, 65, 0.5);
        padding-bottom: 8px;
    }
}

.estimation-window {
    padding: 5px;
    background-color: #efecec;
    height: 235px;
    overflow-y: auto;
    overflow-x: hidden;
}

.booked {
    padding: 0px;
    background-color: transparent;
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.booked-device {
    border-bottom: 2px solid rgba(197, 58, 65, 0.5);
    padding-bottom: 5px;
}

.custom-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; /* Ensure it stays on top of other elements */
}

.loader-circle {
    width: 3rem;
    height: 3rem;
    border: 5px solid #ffffff;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.gray-border-on-bottom {
    /* border-bottom: 2px solid rgba(197, 58, 65, 0.5);
    margin-bottom: 5px; */
}

.grid-md-right {
    text-align: right;
}

.active-part {
    padding: 10px 20px;
    background-color: rgb(246, 219, 215);
    border-radius: 5px;
}
