.hidden {
    display: none;
}

.clsp-wrapper {
    align-content: stretch;
    align-items: center;
    display: flex;
    width: 100%;
    height: 90px;
    position: relative;
}

.clsp-container {
    opacity: 0;
    width: 80%;
    z-index: 999;
    transition-delay: 200ms;
    transition-duration: 200ms;
    transition-timing-function: ease;
}

.clsp-container-icon-search {
    text-align: center;
    width: 20%;
}

.clsp-container-icon-search:hover {
    cursor: pointer;
}

.clsp-container .clsp-i-search {
    color: black;
    outline: 0;
    border-width: 0 0 1px;
    border-color: black;
    padding: 5px;
    width: 100%;
}

.clsp-form-search {
    position: relative;
}

.clsp-container .clsp-i-search:focus {
    border-color: black;
}

.clsp-container-icon-search i {
    color: black;
    font-size: 20px;
    width: 50px;
    height: 50px;
}

.clsp-search-result {
    position: relative;
}

.clsp-wrapper.classic .clsp-search-result {
    background-color: white;
    border: 1px solid #E2E2E2;
    color: black;
    font-size: 15px;
    overflow-y: scroll;
    width: 100%;
    height: 400px;
    position: absolute;
    text-align: left;
    visibility: hidden;
    z-index: 99;
}

.clsp-i-close,
.clsp-i-open {
    color: black;
    height: 30px;
    position: absolute;
    top: 5%;
    right: 1px;
    text-align: center;
    visibility: hidden;
    width: 30px;
    z-index: 99;
}

.clsp-i-close i {
    color: black;
    display: block;
    font-size: 20px;
    line-height: 38px;
}

.clsp-i-close:hover {
    cursor: pointer;
}

.clsp-i-search {
    padding: 5px;
}

mark {
    color: black;
    font-weight: bold;
}

p.message {
    background: #004563;
    color: #00ccff;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 5px;
}

.clsp-cat-title {
    background: #E8E8E8;
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

.clsp-title {
    padding: 1px 5px;
}

.clsp-title a {
    color: #565656;
}

.clsp-title img {
    width: 80px;
    height: 80px;
}

/* Display Modern show result below of search form */
.clsp-wrapper.modern .clsp-container-icon-search {
    text-align: right;
    width: 5%;
}

.clsp-wrapper.modern .clsp-container .clsp-i-search {
    width: 100% !important;
}

.clsp-wrapper.modern .clsp-container {
    width: 95%;
}

.clsp-search-result.mordern .message {
    background-color: unset;
    color: black;
}

.clsp-search-result.mordern {
    height: auto !important;
}

.clsp-search-result.mordern .clsp-cat-title {
    background: unset;
    color: #00ccff;
    font-weight: 500;
    margin-top: 25px;
}

.clsp-search-result.mordern .clsp-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 5px;
    background-color: #E8E8E8;
}

.clsp-search-result.mordern .clsp-item:nth-child(odd) {
    background-color: #F5F5F5 !important;
}

.clsp-search-result.mordern .clsp-item .clsp-image {
    width: 20%;
    text-align: center;
}

.clsp-search-result.mordern .clsp-item .clsp-image img {
    border-radius: 50%;
    width: 96px;
}

.clsp-search-result.mordern .clsp-item .clsp-item-desc {
    width: 80%;
}

.clsp-search-result.mordern .clsp-item .clsp-item-desc .clsp-title {
    padding: 0;
    margin-bottom: 30px;
}

.clsp-search-result.mordern .clsp-item .clsp-item-desc .clsp-desc {
    color: black;
    font-size: 15px;
    ;
}

.clsp-search-result.mordern .cats-element {
    color: black;
    margin-bottom: 10px;
    font-size: 13px;
    background-color: #DBDBD7;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 15px;
}

.clsp-search-result.mordern .cats-element .cats-title {
    margin-right: 5px;
}

.clsp-search-result.mordern .cats-element .cats-number {
    border-radius: 50%;
    background-color: #00ccff;
    color: white;
    height: 20px;
    font-size: 15px;
    width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.clsp-wrapper.modern .clsp-i-close,
.clsp-wrapper.modern .clsp-i-open {
    top: -20%;
}

/* for the section users of mordern form in the search page */
.clsp-user-team-list-element {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 5px;
    margin-bottom: 2px;
}

.clsp-user-team-list-element .user-col-lg-2{ width: 20%; }
.clsp-user-team-list-element .user-col-lg-10{ width: 80%; }

.clsp-user-team-list-element .clsp-user-image{ text-align: center;}
.clsp-user-team-list-element .clsp-user-image img{ border-radius: 50%; width: 96px;}

.clsp-user-team-list-element .clsp-user-center { color: black; padding-right: 20px;}
.clsp-user-team-list-element .clsp-user-center .clsp-user-title {
    margin-bottom: 5px;
}

.clsp-user-team-list-element .clsp-user-center .clsp-user-email-phone{
    margin-bottom: 5px;
}

.clsp-search-result.mordern { margin-bottom: 50px;}
.clsp-search-result.mordern .clsp-item { margin-bottom: 2px; }

@media only screen and (max-width: 400px) {
    .clsp-user-team-list-element .user-col-lg-12{ width: 100%;}
    .clsp-user-team-list-element { flex-direction: column; }

    .clsp-search-result.mordern .clsp-item { flex-direction: column; align-items: center;}
    
}

@media only screen and (max-width: 800px) {
    .clsp-user-team-list-element .user-col-lg-12{ width: 100%;}
    .clsp-user-team-list-element { flex-direction: column; }

    .clsp-search-result.mordern .clsp-item { flex-direction: column; align-items: center;}
}