﻿
.verticle-show-all {
    border-left: 3px solid #FF8F6B;
    border-radius: 20px;
}
.modal-smaller-heading {
    color: #6D6D79;
    font-size: 0.9375rem; /* 15px / 16px */
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}
.modal-small-heading {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.delete-user-items-align {
    display: flex;
    gap: 3px;
    align-items: center;
}

.no-result-found-container {
    background-color: #fff;
    width: 100%;
    height: 214px;
    border: 1px solid #C8C8E7;
    border-radius: 10px;
}

.color-teal-blue {
    color: #2CA8C3;
}

.color-user {
    color: #E5704B;
}
.pagination-container {
    height: 80px;
    background-color: white;
}
.user-input-search {
    overflow: hidden;
    color: var(--Text, #030229);
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400 !important;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    padding: 13px 32px 13px 16px;
    height: 44px;
    width: 316px;
    background-image: url(/images/user/Search.svg) !important;
    background-position: 96% 13px;
    background-repeat: no-repeat;
    background-size: 12px;
}
.select-user-dropdown-menu {
    position: absolute !important;
    top: 52px !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
    will-change: auto !important;
}
.patent-items-align {
    display: flex;
    align-items: center;
    gap: 10px;
}
.assigned-patent-align {
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}
.bg-pale-cyan {
    background: #E9F9FC;
}

/*media queries*/
@media(max-width:400px) {
    .user-input-search {
        width: 100%;
    }
}