
.btn-primary{
        border: none;
    }
    .btn-primary:hover{
        opacity: 0.8;
    }
    

.btn-primary {
    border: none;
}
.btn-white{
    background-color: #fff !important;
    color:#373737 !important;
}
.btn-white.text-white{
    color:#373737 !important;
    box-shadow: 2px 3px 0 #dddddd1f;
    transition: all 0.3s ease;
}
.btn-white.text-white:hover{
    box-shadow: 4px 5px 0 #dddddd1f;
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.btn-primary {
    background-color: #3858f6 !important;
    border-color: #3858f6 !important;
    color:#fff !important;
}
.btn-primary.text-white{
    color:#fff !important;
}
.btn {
    font-size: 1rem;
    padding: 0.5rem 1.625rem;
    border-radius: 4px;
}
.text-white {
    color: #fff !important;
}
.pb-1 {
    padding-bottom: 0.25rem!important;
}
.pt-1 {
    padding-top: 0.25rem!important;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
@media screen and (max-width: 768px) {
    .search-dialog {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height:250px
    }
    #algolia-search .search-dialog .ais-search-box input {
        height: 60px;
    }
}
