 .ff{
                font-family: 'poppins','kanit-extralight','roboto',sans-serif !important;
                letter-spacing: 2px;
                font-weight: 400;
            }
            .timeline-image img{
                height: inherit !important;
                object-fit: cover;
            }
            .timeline-image{
                padding: 0 !important
            }
            a{
                color: #198754;
            }
            a:hover{
                color: #19c754;
            }
            .bg-primary{
                background: #198754 !important;
            }
            .text-primary{
                color: #19f754 !important;

            }
            .btn-primary{
               background: #19a754;
               border-color: #19a754; 
            }
            .btn-primary:hover{
               background: #19c754aa; 
               border-color: #198754; 
            }
            .btn-primary:active{
               background: #19f754 !important; 
               border-color: #19f754 !important;
               color: black !important; 
               margin-top: 2px;
            }
            .btn-primary:focus{
               background: #19f75488 !important; 
               border:2px dotted #19f754 !important;
               box-shadow: none !important;
            }
            .form-control:focus{
                box-shadow: none !important;
                border-color: #198754;
            }
            .nav-link:hover{
                color: #19f754 !important;
            }
            ::selection{
                color: #eeffee;
                background-color: #198765;
            }
            .scroll-bar::-webkit-scrollbar{
                width: 14px !important;
                height: 14px !important;
            }
            .scroll-bar::-webkit-scrollbar:hover{
                width: 14px;
                height: 14px;
                box-shadow: inset 7px 0px 4px rgba(0, 0, 0, 0.2);
            }
            .scroll-bar::-webkit-scrollbar-track{
                background-color: transparent;
                margin: 2px;
                width: 10px !important;
                height: 10px !important;
            }
            .scroll-bar::-webkit-scrollbar-thumb{
                background-color: #456;
                border-radius: 3px;
            }
            .scroll-bar::-webkit-scrollbar-thumb:hover{
                background-color: #678;
            }
            .scroll-bar::-webkit-scrollbar-thumb:active{
                background-color: #567;
                box-shadow: inset 7px 0px 4px rgba(0, 0, 0, 0.2);
            }
            @import url('/css/fonts/poppins.css');
            body{
                overflow-x: hidden !important;
            }
                .hover-list-item{
        border-left:4px solid black !important;
    }
    .hover-list-item:hover{
        border-left:4px solid #198754 !important;
    }
    .hover-list-item:active{
        margin-top: 2px;
    }
    .hover-list-item:focus{
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    }
    .card-hover:hover{
        animation: pulse 1s;
        color: #198765;
        border-color: #198765 !important;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
        cursor: pointer;
      }
      .square{
        height: 150px !important;
        width: 150px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pointer{
        cursor: pointer;
    }
    .click:active{
        margin-top: 10px;
    }
    .hover-1{
        transition: all 100ms;
    }
    .hover-1:hover{
        transform: scale(1.05) translateY(10px) !important;
    }
    .hover-1:hover .btn-hover{
        animation: wobble 1s !important;
    }
    .hover-1 .btn-hover:hover{
        animation: tada 1s !important;
    }
    .delay-01{
        animation-delay: 0.3s;
    }
    .delay-02{
        animation-delay: 0.6s;
    }
    .delay-03{
        animation-delay: 0.9s;
    }
    .delay-04{
        animation-delay: 1.2s;
    }
    .delay-05{
        animation-delay: 1.5s;
    }