.mol-inline-search {
    @apply bg-gray-50 rounded-full ;

    form {
        @apply flex justify-between outline-none;
    }

    .atm-form-input {

        .form-input {
            @apply border-none;
            @apply w-full rounded-full ;
            @apply bg-gray-50
        }

        .atm-form-label {
            @apply left-4;
            @apply text-gray-300;
        }
    }

    .atm-button {
        @apply rounded-none;
        @apply text-center m-0 p-0;
        background: transparent;

        .button-content-wrapper{
            @apply w-12;
        }
        .button-content{
            @apply w-full h-full;
        }

        .atm-icon {
            @apply text-black w-full;

            &::after{
                content: none;
            }
        }
    }
}
