@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
.button__custom {
    background-color: transparent;
    padding: 10px 20px;
    border: 2px solid #4b5563;
    border-radius: 5px;
    color: #4b5563;
    cursor: pointer;
    outline: 0;
    position: relative;
    font-weight: 500;
}
.button__custom:hover {
    opacity: 0.8;
    transform: translateY(-0.5px);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.button__custom-create,
.button__custom-create-form {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    border: none;
    color: white;
}
.button__custom-create:before {
    content: "\f067";
    font-weight: 700;
}

.button__custom-edit,
.button__custom-edit-form {
    color: white;
    background-color: #ffae42;
    border: none;
}
.button__custom-edit:before {
    content: "\f044";
    font-weight: 500;
}

.button__custom-delete,
.button__custom-delete-form {
    color: white;
    background-color: #f44160;
    border: none;
}
.button__custom-delete:before {
    content: "\f00d";
    font-weight: 700;
}


.button__custom-search {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
    border: none;
    color: white;
}
.button__custom-search:before {
    content: "\f002";
    font-weight: 500;
}

.button__custom-reset {
    --tw-bg-opacity: 1;
    background-color: rgba(145, 145, 145, var(--tw-bg-opacity));
    border: none;
    color: white;
}
.button__custom-reset:before {
    content: "\f0e2";
    font-weight: 500;
}

.button__custom-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(145, 145, 145, var(--tw-bg-opacity));
    border: none;
    color: white;
}

.button__custom-create:before,
.button__custom-edit:before,
.button__custom-delete:before,
.button__custom-search:before,
.button__custom-reset:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}