/*User Managerment navbar*/

.container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

html {
    font-family: 'StateWideSoft-Bold', sans-serif;
}

.search-form {
    color: #555;
    display: flex;
    padding: 2px;
    border: 1px solid currentColor;
    border-radius: 5px;
    margin: 0 0 30px;
}

.search-form input[type="search"] {
    width: 250px;
    background: transparent;
    margin: 0;
    padding: 7px 8px;
    font-size: 14px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
}

.search-form input[type="search"]::placeholder {
    color: #979797;
}

.search-button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    cursor: pointer;
    opacity: 0.7;
}

.search-button[type="submit"]:focus,
input[type="search"]:focus {
    box-shadow: 0 0 3px 0 #1183d6;
    border-color: #1183d6;
    outline: none;
}


/*user Management body*/

.btn-circle.btn-lg,
.btn-group-lg>.btn-circle.btn {
    font-size: 18px;
    line-height: 23px;
    border: none;
}

.text-muted {
    color: #8898aa!important;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    /*padding: 10px;*/
}

.user-table tbody tr .category-select {
    max-width: 150px;
    border-radius: 20px;
}

.heading-row {
    height: 44px;
    background-color: #E5E8EC;
}

.user-table {
    border-collapse: separate;
    border-spacing: 0 20px;
    margin-top: -20 !important;
}

.body-row {
    height: 70px;
}

.card {
    /* Add shadows to create the "card" effect */
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
    transition: 0.3s;
}


/* On mouse-over, add a deeper shadow */

.card:hover {
    /* box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
}


/* Add some padding inside the card container */

.container {
    padding: 2px 16px;
}

.WBb {
    background-color: #393939;
    width: 230px;
    height: 44px;
    border-radius: 10px 10px 0px 0px;
    border: none;
}
