/*  ************************************************
        My Additional css 00CE8F
    ************************************************/
    html {
        scroll-behavior: smooth;
      }
    .lineal-stroke {
        stroke: black !important;
    }
      
    .text-pic-green .lineal-fill {
        fill: #00CE8F !important;
      }
    .text-pic-blue .lineal-fill  {
    fill: #0079E3 !important;
    }
    .text-pic-orange .lineal-fill  {
    fill: #FF815F !important;
    }
    .text-pic-yellow .lineal-fill  {
    fill: #FFC41D !important;
    }
    .text-pic-pink .lineal-fill  {
    fill: #FEE8E2 !important;
    }
    .text-pic-dark .lineal-fill  {
    fill: #242A30 !important;
    }
    .select2-selection {
        height: 50px !important;
        display: flex;
        align-items: center;
        padding: 10px !important;
        border-radius: 5px !important;
    }

    .r_copy-container {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .r_copy-button {
        cursor: pointer;
        padding: 5px 10px;
        border: none;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
    }
    .r_copy-button:hover {
        background-color: #0056b3;
    }
