/* here you can put your own css to customize and override the theme */

.header .sortable {
    background-color: white;
}


#tree-list-demo {
    min-height: 700px;
}

#treeviewdx {
    max-height: 700px;
}


#TechTable > thead > tr > th,
#TechTable > tbody > tr > th,
#TechTable > tfoot > tr > th,
#TechTable > thead > tr > td,
#TechTable > tbody > tr > td,
#TechTable > tfoot > tr > td {
    width: 200px !important;
}

#ItemCatg_chosen {
    width: -moz-available !important;
    margin-bottom: 8px !important;
}

.col-md-custom-3 {
    margin-left: 10%;
}

.NewitemTagbtn {
    margin-left: 16px;
}

#formitemTag .control-label {
    text-align: left;
}

.itemTaginput {
    margin-left: 41px;
}

.itemTagrow {
    margin-top: 12px;
}

#Itemtag_chosen {
    width: 200px !important;
    margin-top: 8px !important;
}

#ItemtagCatg_chosen {
    width: 300px !important;
    margin-top: 8px !important;
    margin-left: -12px !important;
}


#Itemtagsertype_chosen {
    margin-top: 8px !important;
    margin-left: -12px !important;
}

#loadModal .modal-content {
    margin-top: 50px !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    border: none !important;
}

#loadModal {
    background-color: none !important;
    border: none !important;
}


#UserModal .row {
    margin-top: 25px !important;
}

#usermodalselect_chosen {
    width: 270px !important;
}

.userimg {
    border: 1px solid gray;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}


.rolecheckbox {
    filter: invert(100%) hue-rotate(218deg) brightness(214%);
}

.dx-scheduler-group-header-content {
    font-size: x-large !important;
}

#dropzone-external {
    width: 250px;
    height: 250px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

    #dropzone-external > * {
        pointer-events: none;
    }

    #dropzone-external.dropzone-active {
        border-style: solid;
    }

.widget-container > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.dx-overlay-wrapper {
    z-index: 10050 !important;
}

.column {
    display: inline-block;
    width: 20.33%;
    padding: 5px;
}

/* Clear floats after image containers */
.roww::after {
    content: "";
    clear: both;
    display: table;
}


.img-wraps {
    position: relative;
    display: inline-block;
    font-size: 0;
}

    .img-wraps .closes {
        position: absolute;
        top: 0px;
        right: 1px;
        z-index: 100;
        background-color: #FFF;
        padding: 4px 3px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        font-size: 22px;
        line-height: 0px;
        border-radius: 50%;
    }

    .img-wraps:hover .closes {
        opacity: 1;
    }


.dot {
    height: 20px;
    width: 20px;
    background-color: #cb6bb2;
    border-radius: 50%;
    display: inline-block;
}

.dotLoc {
    height: 20px;
    width: 20px;
    background-color: #56ca85;
    border-radius: 50%;
    display: inline-block;
}

.dotCatg {
    height: 20px;
    width: 20px;
    background-color: #c3b717;
    border-radius: 50%;
    display: inline-block;
}


#UserModal .dx-item-content {
    font-size: 15px;
}

.columnReport {
    display: inline-block;
    width: initial;
    margin-left: 14px;
}

.schrpt {
    margin-bottom: 12px;
}

#gridContainerReport {
    height: 620px;
    width: 100%;
}


#itemInfo .itemNotes {
    padding-top: 8px;
    text-align: justify;
    padding-left: 12px;
}

.dark #itemInfo .itemNotes {
    color: rgb(181, 181, 181);
}

#itemInfo {
    border: 1px solid gray;
    margin-top: 12px;
}

#scroll,
#list {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 240px;
}

.item {
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 10px;
}

#scheduler {
    margin-left: 270px;
}

.avatar {
    width: 155px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 125px;
}

.name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .name h2 {
        color: #fff;
        text-align: left;
        padding: 0 0 5px 175px;
        margin: 0;
    }

.dx-scheduler-date-table-other-month.dx-scheduler-date-table-cell {
    opacity: 1;
    color: rgba(0, 0, 0, 0.3);
}

.dx-scheduler-group-header,
.dx-scheduler-date-table-cell {
    position: relative;
}

    .dx-scheduler-date-table-cell .dx-template-wrapper {
        position: absolute;
        height: 100%;
        width: 100%;
        padding-right: 6px;
    }

.dx-datagrid .dx-error-row .dx-error-message a {
    display: none !important;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: inline-block !important;
}

#MenuSearch {
    color: #fff !important;
}

#formitemTag .form-group {
    margin-bottom: 0px;
}

#formitemTag .form-body {
    margin-left: 17px;
}

.fancybox-opened .fancybox-title {
    visibility: hidden !important;
}

.custom-field > img {
    vertical-align: middle;
    height: 30px;
    width: 21px;
}

.custom-field {
    margin-top: -5px;
}

    .custom-field > div {
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
        font-size: 14px;
        margin-left: 5px;
    }

.custom-item > img {
    height: 48px;
    width: 38px;
    margin-right: 10px;
}

.custom-item > div {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    font-size: 15px;
}

#data-grid-demo {
    min-height: 700px;
}


.rptimg,
.rptname {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.rptimg {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px;
    border: 1px solid lightgray;
    background-color: #fff;
}

.required:after {
    content: " *";
    color: #d93025;
}

#togglePassword {
    cursor: pointer;
}



#SchedulegridContainerReport .dx-datagrid-header-panel .dx-toolbar {
    margin: 0;
    padding-right: 20px;
    background-color: transparent;
}

#SchedulegridContainerReport .dx-datagrid-header-panel .dx-toolbar-items-container {
    height: 70px;
}


#SchedulegridContainerReport .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:last-child {
    padding-right: 10px;
}

#SchedulegridContainerReport .dx-datagrid-header-panel .dx-button {
    margin: auto 0;
}

#gridContainerReport .toolbarButton, #dashboardStatusGrid .toolbarButton {
    color: #959595;
}

.Dashboardtables {
    display: flex;
}

    .Dashboardtables .column:first-child {
        width: 50%;
        padding-right: 15px;
    }

    .Dashboardtables .column:last-child {
        width: 50%;
        padding-left: 15px;
    }

.long-title h3 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.master-detail-caption {
    padding: 0 0 5px 10px;
    font-size: 14px;
    font-weight: bold;
}


#dashboardStatusGrid .dx-datagrid-header-panel {
    padding: 0;
    background-color: rgba(85, 149, 222, 0.6);
}

    #dashboardStatusGrid .dx-datagrid-header-panel .dx-toolbar {
        margin: 0;
        padding-right: 20px;
        background-color: transparent;
    }

    #dashboardStatusGrid .dx-datagrid-header-panel .dx-toolbar-items-container {
        height: 70px;
    }

    #dashboardStatusGrid .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:not(:first-child) {
        background-color: rgba(103, 171, 255, 0.6);
    }

    #dashboardStatusGrid .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:last-child {
        padding-right: 10px;
    }



#dashboardStatusGrid .informer {
    height: 70px;
    width: 130px;
    text-align: center;
    color: #fff;
}

#dashboardStatusGrid .count {
    padding-top: 15px;
    line-height: 27px;
    font-size: 28px;
    margin: 0;
}

@media screen and (max-width: 500px) {
    #dashboardStatusGrid .dx-datagrid-header-panel .dx-toolbar-items-container {
        height: 100px;
    }

    #dashboardStatusGrid .informer {
        margin-top: -50px;
    }

    #dashboardStatusGrid .toolbarButton {
        margin-top: 50px;
    }
}


.btn-markstatus {
    text-decoration: none !important;
    color: #fff !important;
}


#emailform .control-label {
    text-align: left;
}

.btn-emailsend, .btn-emailsend:hover, .btn-emailsend:focus, .btn-emailsend:active {
    background: #0b57d0;
    border: #0b57d0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    font-size: 16px;
}

.hiderow {
   display: none;
}

.WrappedColumnClass {
    white-space: normal;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    #taskchecklistmodel {
        width: 80vw;
        margin: 30px auto;
        height: auto;
        max-width: 972px;
    }
}

    @media print {
     html {
        overflow: visible !important;
    }
    body {
        visibility: hidden;
    }

    #section-to-print {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    @page {
        size: a3;
        margin: .25in .25in .25in .50in;
    }

    table { page-break-inside:auto }
    tr    { page-break-inside:auto; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }

    #section-to-print table, #section-to-print table > thead, #section-to-print th, #section-to-print td {
        border: 2px solid #5e5c5c !important;
        font-size: 15px !important;
    }

    #section-to-print textarea, #section-to-print input {
        border: 1px solid #5e5c5c;
    }

    #section-to-print th {
        font-weight: 600 !important;
    }

    #section-to-print textarea, #section-to-print input, #section-to-print label {
        font-size: 15px ;
    }

    #section-to-print .rowaudit {
        margin-top: 2% !important;
    }

    #signatureaudit {
        margin-top: 15% !important;
    }

        #signatureaudit hr {
            width: 300px !important;
        }

    #section-to-print .islock_sw {
        display: none;
    }

    #section-to-print .hiderow {
           display: block;
        }

   #section-to-print .remarks_audit {
       height: 313px !important;
    }
    /*#section-to-print .dx-texteditor-container {
        border: 1px solid #5e5c5c;
    }*/

   .col-md-1,.col-md-2,.col-md-3,.col-md-4,
  .col-md-5,.col-md-6,.col-md-7,.col-md-8, 
  .col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8%;
  }
  .col-md-2 {
    width: 16%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33%;
  }
  .col-md-5 {
    width: 42%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58%;
  }
  .col-md-8 {
    width: 66%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83%;
  }
  .col-md-11 {
    width: 92%;
  }
  .col-md-12 {
    width: 100%;
  }


}



  .checkbox-wrapper-29 {
   
    font-size: 1rem;
  }

  .checkbox-wrapper-29 *,
  .checkbox-wrapper-29 *::after,
  .checkbox-wrapper-29 *::before {
    box-sizing: border-box;
  }

  .checkbox-wrapper-29 input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }

  .checkbox-wrapper-29 .checkbox__label {
    width: 1rem;
  }

  .checkbox-wrapper-29 .checkbox__label:before {
    content: ' ';
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: calc(1rem * 0.125);
    left: 0;
    background: #fff;  
  }

  .checkbox-wrapper-29 .checkbox__label:after {
    content: ' ';
    display: block;
    height: 16px;
    width: 16px;
    border: calc(1rem * .14) solid #000;
    transition: 200ms;
    position: absolute;
    top: calc(var(--size) * 0.125);
    left: 0;
    background: #fff;  
  }

  .checkbox-wrapper-29 .checkbox__label:after {
    transition: 100ms ease-in-out;
  }

  .checkbox-wrapper-29 .checkbox__input:checked ~ .checkbox__label:after {
    border-top-style: none; 
    border-right-style: none;
    -ms-transform: rotate(-45deg); /* IE9 */
    transform: rotate(-45deg);
    height: calc(1rem * .5);
    border-color: green;
  }

  .checkbox-wrapper-29 .checkbox {
    position: relative;
    display: flex;
    cursor: pointer;
    /* Mobile Safari: */
    -webkit-tap-highlight-color: rgba(0,0,0,0);   
  }

  .checkbox-wrapper-29 .checkbox__label:after:hover,
  .checkbox-wrapper-29 .checkbox__label:after:active {
     border-color: green; 
  }

  .checkbox-wrapper-29 .checkbox__label {
    margin-right: calc(1rem * 0.45);
  }

.button-62 {
  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-62:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.button-62:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.dx-scheduler-container {
    height: 100% !important;
}

.showtime-preview > div:first-child {
  font-size: 12px;
  white-space: normal;
}

.showtime-preview > div:not(:first-child) {
  font-size: 11px;
  white-space: normal;
}

.red {
   color: red;

}

.green {
   color: green;

}


.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
    background-color: #63a0d4 !important;
}

.subjecta {
   color: red;
}

.dx-fileuploader-file-container {
  width: auto !important;
  float: inline-start !important;
}

.btn-editbtn {
margin-right: 3px !important;
  font-weight: 500 !important;
  border-radius: 3px !important;
  outline: 0 !important;
  box-shadow: 0 1px 1px rgba(90,90,90,.1);
  color: #fff !important;
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  display: inline-block !important;
  padding: 5px 10px !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  width: auto !important;
  height: auto !important;

}

.btn-searchbtn {
margin-right: 3px !important;
  font-weight: 500 !important;
  border-radius: 3px !important;
  outline: 0 !important;
  box-shadow: 0 1px 1px rgba(90,90,90,.1);
  color: #fff !important;
  background-color: #3f51b5 !important;
  border-color: #3f51b5 !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  display: inline-block !important;
   padding: 5px 10px !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  width: auto !important;
  height: auto !important;

}

.btn-trashbtn {
margin-right: 3px !important;
  font-weight: 500 !important;
  border-radius: 3px !important;
  outline: 0 !important;
  box-shadow: 0 1px 1px rgba(90,90,90,.1);
  color: #fff !important;
  background-color: #f44336 !important;
  border-color: #f44336 !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  display: inline-block !important;
  padding: 5px 10px !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  width: auto !important;
  height: auto !important;

}

.dx-button-has-text .dx-icon {
    font-size: 14px !important;

}

.textarea {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 1px 6px;
}


.textarea {
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 40px;
  line-height: 20px;
}

.textarea[contenteditable]:empty::before {
  content: "Placeholder still possible";
  color: gray;
}

.dxc-series rect {
  cursor: pointer;
}

/* Unique namespace: tcard- */
.tcard-body{height:100%;margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background:#f4f7fb; color:#0f172a}
.tcard-wrap{max-width:1100px;margin:32px auto;padding:16px}
.tcard-wrap h1{font-size:20px;margin:0 0 18px}


.tcard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}
.tcard-card{background:#ffffff; border-radius:12px; padding:16px; box-shadow:0 6px 18px rgba(16,24,40,0.06); position:relative; overflow:hidden}


.tcard-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.tcard-title{display:flex;gap:12px;align-items:center}
.tcard-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;font-weight:600}
.tcard-title h3{margin:0;font-size:15px}
.tcard-title small{display:block;color:#6b7280;font-size:12px}


.tcard-count{font-size:28px;font-weight:700}
.tcard-meta{color:#6b7280;font-size:13px}


.tcard-task-list{margin-top:12px;max-height:220px;overflow:auto}
.tcard-task{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px}
.tcard-task + .tcard-task{margin-top:8px}
.tcard-dot{width:10px;height:10px;border-radius:50%}
.tcard-task .tcard-name{flex:1}
.tcard-task .tcard-time{font-size:12px;color:#6b7280}


.tcard-accent-today .tcard-badge{background:linear-gradient(135deg,#f97316 0%,#fb923c 100%);color:white}
.tcard-accent-week .tcard-badge{background:linear-gradient(135deg,#06b6d4 0%,#2563eb 100%);color:white}
.tcard-accent-month .tcard-badge{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%);color:white}


@media (max-width:420px){.tcard-count{font-size:22px}}
.tcard-card:hover{transform:translateY(-4px);transition:transform .18s ease}

.tcard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  gap: 18px;
}

.tcard-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  cursor: pointer;
}
.tcard-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.tcard-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tcard-title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.tcard-badge {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.3);
}

.tcard-count {
  font-size: 28px;
  font-weight: 800;
  color: #1f2937;
}

/* Meta */
.tcard-meta {
  color: #6b7280;
  font-size: 13px;
}

/* Accent styles */
.tcard-accent-today .tcard-badge {
  background: linear-gradient(135deg,#f97316,#fb923c);
}
.tcard-accent-week .tcard-badge {
  background: linear-gradient(135deg,#06b6d4,#2563eb);
}
.tcard-accent-month .tcard-badge {
  background: linear-gradient(135deg,#a78bfa,#7c3aed);
}

.task-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin: 20px 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.task-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
   background: #eee; /* light grey to medium grey */
    border-bottom: 1px solid #ccc; /* slightly lighter grey border */
}

.task-title {
font-size: 22px;
  font-weight: 600;
  margin: 0;
  color: #333;
  font-weight: 400 !important;
}

.task-close-btn {
    background: transparent;
    border: none;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease;
}
.task-close-btn:hover {
    color: #ff4d4f;
}

.task-card-body {
    padding: 15px;
}
.dashboard-filter-card {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

.dashboard-filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
}

.dashboard-filter-title {
  font-size: 18px;
  font-weight: 500 !important;
  color: #333;
  margin: 0;
}

.dashboard-filter-toggle {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.dashboard-filter-content {
  padding: 20px;
}

.dashboard-filter-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.dashboard-filter-group {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}

.dashboard-filter-label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}

.dashboard-filter-actions {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.dashboard-btn-apply,
.dashboard-btn-reset {
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dashboard-btn-apply {
  background: #3b82f6;
  color: #fff;
  border: none;
}

.dashboard-btn-apply:hover {
  background: #2563eb;
}

.dashboard-btn-reset {
  background: #fee2e2;       /* light red background */
  border: 1px solid #fca5a5; /* red border */
  color: #b91c1c;            /* dark red text */
}

.dashboard-btn-reset:hover {
  background: #fecaca;
}

.dashboard-filter-shadow {
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Collapsed state */
.dashboard-filter-card.collapsed .dashboard-filter-content {
  display: none;
}

.dashboard-filter-card.collapsed .dashboard-filter-toggle {
  transform: rotate(-90deg);
}
.tcard-accent-work .tcard-badge {
    background: linear-gradient(135deg,#facc15,#f59e0b); /* yellow/orange */
}

.tcard-accent-hold .tcard-badge {
    background: linear-gradient(135deg,#ef4444,#b91c1c); /* red/dark red */
}

.tcard-accent-warranty .tcard-badge {
    background: linear-gradient(135deg, #f87171, #b91c1c); /* red gradient */
    color: white;
}

.tcard-grid {
  display: grid; /* must have this */
  gap: 16px;
}

.tcard-grid-3 {
  display: grid; /* also needed */
  grid-template-columns: repeat(4, minmax(200px, 1fr));
}

@media (max-width: 768px) {
  .tcard-grid-3 {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}

@media (max-width: 480px) {
  .tcard-grid-3 {
    grid-template-columns: 1fr;
  }
}

/* loader.component.css */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(6px);
}

.ring-loader {
  width: 70px;
  height: 70px;
  border: 5px solid rgba(63, 135, 166, 0.2);
  border-top: 5px solid #3f87a6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


