/*
Theme Name: Lawyers Law Asia
Theme URI: https://law.asia
Author: LawAsia
Author URI: https://law.asia
Description: Custom theme for lawyers.law.asia
Version: 1.0
*/

@keyframes bg-animation {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

@-webkit-keyframes bg-animation {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

@-moz-keyframes bg-animation {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

@-ms-keyframes bg-animation {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

@-o-keyframes bg-animation {
    0% {
        background-position: left;
    }

    100% {
        background-position: right;
    }
}

input[type=text], input[type=url], input[type=tel], input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

a {
 color: inherit;
 text-decoration: none;
}
a:hover {
 color: inherit;
 text-decoration: none;
}

#wpadminbar {
    font-family: inherit !important;
}

.sample-profile-arrow-right {
    transform: translateY(0.1rem);
    margin-left: 0.3rem;
    display: inline-block;
}
.sample-profile-arrow-left {
    transform: translateY(0.1rem);
    margin-right: 0.3rem;
    display: inline-block;
}

.ai-btn {
    width: 320px;
    background-image: linear-gradient(45deg, #c612fe, #4192d9, #7abaf2, #6049d1, #1241fe, #12f7fe, #c612fe, #c612fe, #4192d9, #7abaf2, #6049d1, #1241fe, #12f7fe, #c612fe, #c612fe, #4192d9, #7abaf2, #6049d1, #1241fe, #12f7fe, #c612fe, #c612fe, #4192d9, #7abaf2, #6049d1, #1241fe, #12f7fe, #c612fe);
    padding: 7px;
    border-radius: 0;
    box-shadow: rgb(20 20 20 / 50%) 3px 3px 6px 0px inset, rgb(148 148 148 / 50%) -3px -3px 6px 1px inset;
    /* margin-bottom: 17.5px; */
    background-size: 1000%;
    animation: bg-animation 15s infinite linear;
    -webkit-animation: bg-animation 15s infinite linear;
    -moz-animation: bg-animation 15s infinite linear;
    -ms-animation: bg-animation 15s infinite linear;
    -o-animation: bg-animation 15s infinite linear;
}

.ai-btn button {
    width: 100%;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .3s;
    padding: 5px 10px !important;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    color: #3490bf !important;
}

.ai-btn button:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://cdn.law.asia/wp-content/uploads/2024/09/ai-symbol-colored-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0;
    margin-right: 10px;
}

.ai-btn button:after {
    content: "new";
    font-size: .5rem;
    color: red;
    display: block;
    margin-top: -15px;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px;
    border: 1px solid red;
    text-transform: uppercase;
    border-radius: 3px;
}