@charset "UTF-8";

@import "_auth.css";

@import "_header.css";

@import "_side.css";

@import "_dashboard.css";

@import "_forms.css";


/* latimea */
body::-webkit-scrollbar {
  width: 10px;
}

/* fundalul barii */
body::-webkit-scrollbar-track {
  background: #fff;
}

/* bara */
body::-webkit-scrollbar-thumb {
  background: #1E1E2D;
  border-radius: 5px;
}

/* bara on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #009EF7;
}

.make-it-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
}

h1,h2,h3,h4,h5,h6,p,a{
    color:#333333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -moz-appearance:textfield; 
    -webkit-appearance: none;
    margin: 0;
}


button#detalii-istoric-client {
    background: transparent;
    border: 0;
    padding: 0;
}

button#detalii-istoric-client .apeleaza-icon-sarcini-table {    
    width: 32px;
    height: 32px;
}

span.file-name {
    font-weight: 500;
    margin: 0 20px;
}
.modal .document-preview-container {
    padding-top: 10px;
    margin-top: 20px;
}
.document-preview {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.dashboard-incasari-table-footer{
    font-weight: bold !important;
    border-top: 1px solid !important;
}

img.apeleaza-icon-sarcini-table {
    width: 25px;
    height: 25px;
}

img.apeleaza-icon-sarcini-table:hover {
    transform: scale(1.1);
}

.custom-category-table tbody tr:hover{
    border-bottom:1px solid #dbdada;
}
.custom-category-table tbody td{
    padding: 5px 0 0 10px;
}

.custom-category-table tbody tr:hover .custom_icon svg{
    filter:opacity(1);
}

.custom-category-table tbody tr{
    border-bottom:1px solid #fff;
}

.custom_icon svg{
    filter:opacity(0.65);
}

.custom_icon .bi-pencil-square:hover{
    fill:#20164E;
}
.custom_icon .bi-trash:hover{
    fill:#F1416C;
}

#total_count{
    padding: 10px;
    border: 1px solid #5e627845;
    border-radius: 5px;
    font-size: 20px;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #9899ac;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
}
/* .aside-dark .menu .menu-item:hover .menu-link .menu-title {
    color: #009EF7 !important;
    font-size: 15px;
    font-weight: 500;
} */
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: #000000;
    color: #ffffff;
}
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active):hover .menu-title,
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active):hover .menu-title{
    color: #000;
}
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #17f4ff;
}
.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #17f4ff;
}
.aside-dark .menu .menu-item .menu-link.active .menu-title {
    color: #17f4ff !important;
    font-size: 14px;
    font-weight: 400;
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffffff54;
}


#customer_company,#customer_details{ 
    padding-left: 0;
    list-style: none;
}

.icons-bg{
    background-color: #f6f6f6;
}
.icons-bg svg{
    fill: #000;
}

.icons-bg.see:hover{
    background-color:#1E1E2D;
}
.icons-bg.see:hover svg{
    fill:#fff;
    width: 20px;
    height: 20px;
}
.icons-bg.edit:hover{
    background-color: #5cb4e8;
}
.icons-bg.edit:hover svg{
    fill:#fff;
    width: 20px;
    height: 20px;
}
.icons-bg.delete:hover{
    background-color: #ff4545;
}
.icons-bg.delete:hover svg{
    fill:#fff;
    width: 20px;
    height: 20px;
}

.vezi-label{
    font-weight: 500;
    font-size: 13px;
    margin: 0;
}
.vezi-sublabel{
    font-weight: 600;
    font-size: 15px;
}

.settings_btn .col-xl-3{
    transition: all 0.3s;
}

.settings_btn .col-xl-3:hover{
    transform: translateY(-10px) scale(1.05);
    transition: all 0.3s;
}

.select2-results__message{
    text-align: center;
}

.select2-dropdown--below{
    z-index: 1000 !important;
}

.custom-modal{
    max-width: 90vw !important;
}

.pac-container{
    z-index: 9999 !important;
}

.big-inputs{
    height: 100px;
    font-size: 50px;
    text-align: center;
    color: #1E1E2D !important;
}

.route_modal{
    max-width: 100%;
    width: 90%;
}

.modal-raspuns {
    font-weight: 500;
    font-size: 15px;
}

.modal-label {
    font-weight: 600;
}

.short-obs{
    white-space: nowrap;
    max-width: 730px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
  .route_modal {
    width: 99%;
    margin: auto;
  }
  .routes-table{
      width: 600px;
  }
}
@media only screen and (max-width: 768px) {
    .append-modal-check {
        width: 100%;
    }
}


tr.table-warning {
    border-bottom-width: 1px!important;
    border-bottom-style: solid!important;
    border-bottom-color: #fff!important;
}

.pulse-primary .svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ff003e;
}
.pulse.pulse-primary .pulse-ring {
    border-color: #ff003e;
}
.notification-list{
    position: absolute;
    right: 87px;
    top: 10px;
    background: red;
    height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 20px;
    color: white;
    font-size: 8px;
    font-weight: bold;
    line-height: 14px;
}

#tasks_table td{
    padding-left: 10px;
}