@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", serif !important;
    font-weight: 400;
    font-style: normal;
}
h1,h2,h3,h4,h5{
    font-family: 'Poppins', serif;
}
.btn{
    border-radius: 0;
}
.nav-pills .nav-link {
    color: #00bcd1;
    border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #00bcd1;
    border-radius: 0;
}
.btn-outline-primary{
    border-color: #00bcd1;
    color: #00bcd1;
}
.btn-outline-primary:hover{
    background-color: #00bcd1;
    border-color: #00bcd1;
}
.bg-black{
    background-color: rgba(29,35,39,0.9) !important;
}
.bg-blue{
    background-color: #3065b5;
}
.text-blue{
    color: #3065b5;
}
.bg-primary, .btn-primary{
    background-color: #00bcd1 !important;
    border: #00bcd1;
}
.text-blue-second{
    color: #00bcd1;
}

.bg-warning, .btn-warning{
    background-color: rgb(255 176 26 /1);
}

#trp-floater-ls.trp-top-right{
    right: 20px;
}
#trp-floater-ls{
    height: 45px;
}

.trp-language-wrap.trp-language-wrap-top a{
    padding: 5px !important;

}
#trp-floater-ls-current-language a{
    padding: 10px !important;
}
.tab-scroll {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow-x: auto;
}


@media only screen and (max-width: 480px) {
    #trp-floater-ls.trp-top-right{
        right: 25%;
    }
    .offcanvas-custom{
        padding-left: 30px;
        padding-top: 50px;
        max-width: 85%;
        z-index: 99999999;
    }
    .offcanvas-custom .btn-close{
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 20px
    }
}