    /* MAIN */

    .primary-color {
        color: var(--primaryColor1);
    }

    /* ON HOVER PRIMARY #C48C40*/

    .primary-color-background {
        background-color: var(--primaryColor1);
        color: white;
    }

    .secondary-color {
        color: var(--primaryColor11);
    }   

    .secondary-color-background {
        background-color: var(--primaryColor11);
        color: white;
    }

    .thirdly-color {
        color: var(--primaryColor3);
    }
    
    .thirdly-color-background {
        background-color: var(--primaryColor3);
        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;
    }

    .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-red-warn:hover {
        color: #F05A5A;
        background-color: white;
    }

    .background-blue-warn {
        background-color: #55b4d3;
    }

    .background-gray-warn {
        background-color: #87ADBD;
    }

    .background-green-warn {
        background-color: #A5DC86;
    }

    .background-green-warn:hover {
        color: #A5DC86;
        background-color: white;
    }

    a:link {
        text-decoration: none;
        color: var(--primaryColor1);
    }

    a:hover {
        color: var(--primaryColor11);
    }

    @media (max-width: 991px) {
        .list-button-title { display: none; }
    }

    @media (max-width: 1366px) {
        .spacer-md {display: none;}
    }

    @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-collfy {
            min-height: 4rem;
            max-height: 4rem;
        }

        .card-time-collfy-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: inline;
        }
    }

    .tooltip-inner {
        background-color: white;
        color: var(--primaryColor1);
        border-style: solid;
        border-color: var(--primaryColor1);
        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: var(--primaryColor1);
    }

    .bs-tooltip-end .tooltip-arrow::before,
    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
        border-left-color: var(--primaryColor1);
    }

    .bs-tooltip-end .tooltip-arrow::before,
    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
        border-top-color: var(--primaryColor1);
    }

    .bs-tooltip-end .tooltip-arrow::before,
    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
        border-bottom-color: var(--primaryColor1);
    }

    .fixed-table-line {
        white-space: nowrap;
    }    

    .suppress-big-text {
        white-space: nowrap;          
        overflow: hidden;
        text-overflow: ellipsis;
        width: 1600px;
    }

    @media (max-width: 1366px) {
        .suppress-big-text {
            width: 1050px;
        }
    }

    @media (max-width: 991px) {
        .suppress-big-text {
            width: 760px;
        }
    }

    @media (max-width: 768px) {
        .suppress-big-text {
            width: 540px;
        }
    }

    @media (max-width: 480px) {
        .suppress-big-text {
            width: 250px;
        }
    }

    .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: var(--primaryColor1);
    }

    .echart-graphic {
        width:100%; 
        height:200px;               
    }

    .echart-graphic-requests {
        width:100%; 
        height:350px;               
    }

    .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: var(--primaryColor1);
    }

    .graphic-color-secondary {
        color: var(--primaryColor3);
    }

    .graphic-color-green {
        color: #6FAD69;
    }

    .graphic-color-gray {
        color: var(--primaryColor11);
    }

    .graphic-color-red {
        color: #F05A5A;
    }

    .graphic-color-yellow {
        color: #DDC115;
    }
    
    /* LOADING */

    .special-loading {
    --speed-of-animation: 0.9s;
    --gap: 6px;
    --first-color: var(--primaryColor1);
    --second-color: var(--primaryColor1);
    --third-color: var(--primaryColor1);
    --fourth-color: var(--primaryColor1);
    --fifth-color: var(--primaryColor1);
    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-collfy {
    color: #555;
    font-size: 15px;
   }

   .input-collfy:disabled{
    color: var(--primaryColor11);
   }

   .input-container {
    position: relative;
    margin-top: 1.7rem ;
    margin-bottom: 1rem ;
    width: 98%;
  }
  
  .input-container input[class="input-collfy"],
  .input-container select[class="input-collfy"],
  .input-container textarea[class="input-collfy"] {
    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-collfy"]:focus ~ .label,
  .input-container input[class="input-collfy"]:valid ~ .label,
  .input-container input[class="input-collfy"]:disabled ~ .label,
  .input-container select[class="input-collfy"]:focus ~ .label,
  .input-container select[class="input-collfy"]:valid ~ .label,
  .input-container select[class="input-collfy"]:disabled ~ .label,
  .input-container textarea[class="input-collfy"]:focus ~ .label,
  .input-container textarea[class="input-collfy"]:valid ~ .label,
  .input-container textarea[class="input-collfy"]:disabled ~ .label {
    top: -20px;
    font-size: 16px;
    color: var(--primaryColor1);
  }
  
  .input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primaryColor1);
    transform: scaleX(0);
    transition: all 0.3s ease;
  }

  .input-container .underline-textarea {
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primaryColor1);
    transform: scaleX(0);
    transition: all 0.3s ease;    
  }
  
  .input-container input[class="input-collfy"]:focus ~ .underline,
  .input-container input[class="input-collfy"]:valid ~ .underline,
  .input-container input[class="input-collfy"]:disabled ~ .underline,
  .input-container select[class="input-collfy"]:focus ~ .underline,
  .input-container select[class="input-collfy"]:valid ~ .underline,
  .input-container select[class="input-collfy"]:disabled ~ .underline,
  .input-container textarea[class="input-collfy"]:focus ~ .underline-textarea,
  .input-container textarea[class="input-collfy"]:valid ~ .underline-textarea,
  .input-container textarea[class="input-collfy"]:disabled ~ .underline-textarea {
    transform: scaleX(1);
  }

  .input-container img {
    position: absolute;
    right: 0px;
    bottom: 2px;
  }

  .icon-input {
    position: absolute;
    right: 0.5rem;
    bottom: 0.2rem;
    font-size: 25px;
    color: var(--primaryColor1);
    cursor: pointer;
   }

   .icon-input:hover {
        color: var(--primaryColor11);
    }

   .verify-card {
    width: 90%;
    cursor: auto;
    color: white;
   }

   .icon-file-proof-type {
    font-size: 80px;
    position: relative;
    bottom: 20px;
   }

    .background-green-badge {
        background-color: #A5DC86 !important;
        border-width: 5px !important;
        border-color: white;
    }

    .background-green-badge:hover {
        color: #A5DC86 !important;
        background-color: white !important;
        border-color: #A5DC86 !important;
    }

    .background-red-badge {
        background-color: #F05A5A !important;
        border-width: 5px !important;
        border-color: white;
    }

    .background-red-badge:hover {
        color: #F05A5A !important;
        background-color: white !important;
        border-color: #F05A5A !important;
    }

    .systems_title {
        font-size: 27px !important;
    }
    
    @media (max-width: 480px) {
        .systems_title {
            font-size: 18px !important;
        }
    }

    .pix-label {
        font-size: 12px;
    }

    .pix-text {
        font-size: 15px;
    }

    .btn-info {
        background-color: var(--primaryColor1);
        position: relative;
        overflow: hidden;
        transition: .5s;
        color: white;
        z-index: 1;
       }
    
       .btn-outline-info {
        position: relative;
        overflow: hidden;
        transition: .5s;
        z-index: 1;
       }
    
      .btn-info::before, .btn-info::after,
      .btn-outline-info::before, .btn-outline-info::after {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 50%;
        z-index: -1;
        background-color: var(--primaryColor4);
        transition: 1s ease;
       }
       
       .btn-info::before,
       .btn-outline-info::before {
        top: -3em;
        left: -3em;
       }
       
       .btn-info::after,
       .btn-outline-info::after {
        left: calc(100% + 2em);
        top: calc(100% + 2em);
       }
    
       .btn-sm::before {
        top: -2em !important;
        left: -2em !important;
       }
    
       .btn-sm::after {
        left: calc(100% + 2em) !important;
        top: calc(100% + 2em) !important;
       }
       
       .btn-info:hover::before, .btn-info:hover::after,
       .btn-outline-info:hover::before, .btn-outline-info:hover::after {
        height: 410px;
        width: 600px;
       }
       
       .btn-info:hover,
       .btn-outline-info:hover {
        color: white;
       }
       
       .btn-info:active,
       .btn-outline-info:active {
        filter: brightness(.8);
       }

       #offcanvasLogin {
        max-width: 90%;
       }

       .nav-link.active {        
        color: var(--secondaryColor1) !important;
       }

       #offcanvasLogin {
        z-index: 10000000;
       }

       .x-button {
        cursor: pointer;
        font-size: 35px;
        color: var(--secondaryColor1)
       }

       .x-button:hover {
        color: var(--primaryColor1D) !important;
       }