    /* MAIN */

    .primary-color {
        color: #DB3545;
    }

    .primary-color-background {
        background-color: #DB3545;
        color: white;
    }

    .secondary-color {
        color: #999999;
    }   

    .secondary-color-background {
        background-color: #999999;
        color: white;
    }

    .thirdly-color {
        color: #ce1818;
    }
    
    .thirdly-color-background {
        background-color: #ce1818;
        color: white;
    } 

    @media (max-width: 991px) {
        .hide-on-small { display: none; }
    } 

    .title-item {
        font-size: 30px;
        font-weight: bold;
    }

    body {
        background-color: #ddd;        
    }

    .background-white {
        background-color: white;
    }

    .background-light-gray {
        background-color: #ededed;
    }

    .w3-animate-right-out {
        position:relative;
        animation:animaterightout 0.4s
    }
    
    @keyframes animaterightout{
        from{
            right:0;opacity:1
        } to{
            right:-300px;opacity:0; display: none;
        }
    }

    .red-warn {
        color: #F05A5A;
    }

    .green-warn {
        color: #A5DC86;
    }

    .gray-warn {
        color: #87ADBD;
    }

    .blue-warn {
        color: #55b4d3;
    }

    .background-red-warn {
        background-color: #F05A5A;
    }

    .background-blue-warn {
        background-color: #55b4d3;
    }

    .background-gray-warn {
        background-color: #87ADBD;
    }

    .background-green-warn {
        background-color: #A5DC86;
    }

    a:link {
        text-decoration: none;
        color: #999999;
    }

    a:hover {
        color: #DB3545;
    } 

    @media (max-width: 1366px) {
        .spacer-md {display: none;}
        .smaller-font{
            font-size: 12px;
        }
    }

    @media (max-width: 991px) {
        .list-button-title { display: none; }
        .smaller-font{
            font-size: 15px;
        }
    }

    .card-time-sisadv {
        min-height: 7rem;
        max-height: 7rem;
    }

    .card-time-sisadv-lawyer {
        min-height: 7rem;
        max-height: 7rem;
    }

    @media (min-width: 768px) {
        .text-min-show {
            display: none;
        }
    }

    .not-hide-card {
        display: inline-block;
    }

    .hide-on-min-card {
        display: inline-block;
    }

    .show-on-min-card {
        display: none;
    }

    @media (max-width: 768px) {
        .card-time-sisadv {
            min-height: 4rem;
            max-height: 4rem;
        }

        .card-time-sisadv-lawyer {
            min-height: 5.2rem;
            max-height: 5.2rem;
        }

        .card-title {
            display: inline;
        }

        .card-body {
            padding: 0px;
            margin: 0px;
        }

        .min-picture-hide {
            display: none;
        }

        .spacer-sm {
            display: none;
        }

        .tooltip-inner {
            display: none;
        }

        .bs-tooltip-end {
            display: none;
        }

        .bs-tooltip-auto {
            display: none;
        }

        .hide-on-min-card {
            display: none;
        }

        .show-on-min-card {
            display: initial;
        }
    }

    .spacer-small {
        height: 0px;
    }

    @media (max-width: 768px) {
        .spacer-small {
            height: 270px;
        }
    }

    .tooltip-inner {
        background-color: white;
        color: black;
        border-style: solid;
        border-color: black;
        border-width: 1px;
        opacity: 1 !important;
    }

    .bs-tooltip-end .tooltip-arrow::before,
    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
        border-right-color: black;
    }

    .bs-tooltip-end .tooltip-arrow::before,
    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
        border-left-color: black;
    }

    .bs-tooltip-end .tooltip-arrow::before,
    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
        border-top-color: black;
    }

    .bs-tooltip-end .tooltip-arrow::before,
    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
        border-bottom-color: black;
    }

    .fixed-table-line {
        white-space: nowrap;
    }

    .dot-warning {
        height: 8px;
        width: 8px;        
        border-radius: 50%;
        display: inline-block;
        position: relative;
        bottom: 1rem;
        right: 0.2rem;
    }

    .bell-shake {
        animation:bellshake 4s infinite
    }
    
    @keyframes bellshake {
        0% { transform: rotate(0); }
        84% { transform: rotate(0); }
        86% { transform: rotate(5deg); }
        88% { transform: rotate(-5deg); }
        90% { transform: rotate(4deg); }
        92% { transform: rotate(-4deg); }
        94% { transform: rotate(2deg); }
        96% { transform: rotate(-2deg); }
        98% { transform: rotate(1deg); }
        100% { transform: rotate(0); }
    }

    .toast-header {
        text-align: left;
    }

    .nav-link:hover {
        color: #DB3545;
    }

    .echart-graphic {
        width: 100%;
        height:400px;
    }

    .graphic-title{
        font-weight: bold;
        color: #555;
    }

    @media (min-width: 768px) {
        .toast { width: 100%; }
    }

    .toast {
        text-align: justify;
        font-size: 14px;
    }

    .graphic-color-primary {
        color: #DB3545;
    }

    .graphic-color-secondary {
        color: #ce1818;
    }

    .graphic-color-green {
        color: #6FAD69;
    }

    .graphic-color-gray {
        color: #999999;
    }

    .graphic-color-red {
        color: #F05A5A;
    }

    .graphic-color-yellow {
        color: #DDC115;
    }
    
    /* LOADING */

    .special-loading {
    --speed-of-animation: 0.9s;
    --gap: 6px;
    --first-color: #DB3545;
    --second-color: #DB3545;
    --third-color: #DB3545;
    --fourth-color: #DB3545;
    --fifth-color: #DB3545;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    gap: 12px;
    height: 100px;
   }
   
   .special-loading span {
    width: 8px;
    height: 80px;
    background: var(--first-color);
    animation: scale var(--speed-of-animation) ease-in-out infinite;
   }
   
   .special-loading span:nth-child(2) {
    background: var(--second-color);
    animation-delay: -0.8s;
   }
   
   .special-loading span:nth-child(3) {
    background: var(--third-color);
    animation-delay: -0.7s;
   }
   
   .special-loading span:nth-child(4) {
    background: var(--fourth-color);
    animation-delay: -0.6s;
   }
   
   .special-loading span:nth-child(5) {
    background: var(--fifth-color);
    animation-delay: -0.5s;
   }
   
   @keyframes scale {
    0%, 40%, 100% {
     transform: scaleY(0.05);
    }
   
    20% {
     transform: scaleY(1);
    }
   }

   /* INPUT FORMS */

   .input-sisadv {
    color: #555;
    font-size: 15px;
   }

   .input-container {
    position: relative;
    margin-top: 1.7rem ;
    margin-bottom: 1rem ;
    width: 98%;
  }
  
  .input-container input[class="input-sisadv"],
  .input-container select[class="input-sisadv"],
  .input-container textarea[class="input-sisadv"] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 5px 0;
    background-color: transparent;
    outline: none;
    resize: none;
  }
  
  .input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  
  .input-container input[class="input-sisadv"]:focus ~ .label,
  .input-container input[class="input-sisadv"]:valid ~ .label,
  .input-container input[class="input-sisadv"]:disabled ~ .label,
  .input-container select[class="input-sisadv"]:focus ~ .label,
  .input-container select[class="input-sisadv"]:valid ~ .label,
  .input-container select[class="input-sisadv"]:disabled ~ .label,
  .input-container textarea[class="input-sisadv"]:focus ~ .label,
  .input-container textarea[class="input-sisadv"]:valid ~ .label,
  .input-container textarea[class="input-sisadv"]:disabled ~ .label {
    top: -20px;
    font-size: 16px;
    color: #DB3545;
  }
  
  .input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #DB3545;
    transform: scaleX(0);
    transition: all 0.3s ease;
  }

  .input-container .underline-textarea {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #DB3545;
    transform: scaleX(0);
    transition: all 0.3s ease;
  }
  
  .input-container input[class="input-sisadv"]:focus ~ .underline,
  .input-container input[class="input-sisadv"]:valid ~ .underline,
  .input-container input[class="input-sisadv"]:disabled ~ .underline,
  .input-container select[class="input-sisadv"]:focus ~ .underline,
  .input-container select[class="input-sisadv"]:valid ~ .underline,
  .input-container select[class="input-sisadv"]:disabled ~ .underline,
  .input-container textarea[class="input-sisadv"]:focus ~ .underline-textarea,
  .input-container textarea[class="input-sisadv"]:valid ~ .underline-textarea,
  .input-container textarea[class="input-sisadv"]:disabled ~ .underline-textarea {
    transform: scaleX(1);
  }

  .icon-password {
    position: absolute;
    right: 0.5rem;
    bottom: 0.2rem;
    font-size: 25px;
   }