/* =====================
    SEARCH ITEMS 
========================*/

.search-page {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.12) !important;
    border: none !important;
}

h2.search:after {
    content: '';
    background-image: url(../images/components/headers/arrow-circle.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    display: inline-block;
    background-size: contain;
    width: 140px;
    height: 82px;
    position: absolute;
    top: 11px;
}

.count-search {
    color: #848484;
}

.search-items .search-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding-left: 120px;
    margin-bottom: 25px;
}

.search-items .search-item.special {
    border: 4px solid var(--orange);
    margin-top: 40px;
}

.search-items .search-item.special .sp {
    display: inline-block !important;
    position: absolute;
    right: -4px;
    top: -9%;
    padding: 8px 15px;
    border-radius: 10px;
}

.search-items .search-item span.logo {
    left: 22px;
    width: 80px;
}

.search-items .search-item span.logo>img {
    border-radius: 9px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 17%);
    overflow: hidden;
}

.search-items .search-item .informations {
    margin-right: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #525252;
}

.search-items .search-item .informations i {
    font-size: 21px;
}

.search-items .search-item .informations .detail {
    margin-top: 15px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    /* identical to box height */
    color: #0B3B5F;
}

.box-wrapper {
    margin-bottom: 80px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.box-wrapper .box-header,
.box-wrapper .box-footer {
    padding: 20px 15px;
    font-weight: 600;
    font-size: 15px;
}

.box-wrapper .box-header {
    border-bottom: 2px solid rgba(245, 101, 47, 0.1);
}

.box-wrapper .box-footer {
    padding: 20px 15px;
    border-top: 2px solid rgba(245, 101, 47, 0.1);
}

.box-wrapper .item {
    border-bottom: 2px solid rgba(245, 101, 47, 0.1);
    padding: 9px 20px;
}

.box-wrapper .item input[type="checkbox"] {
    top: 24px;
    left: 15px;
}

.box-wrapper .item label {
    color: #525252;
    display: inline-block;
    padding-left: 32px;
    font-size: 14px;
}

.box-wrapper .item label img {
    border: 2px solid #CFCFCF;
    border-radius: 6px;
    width: 44px;
}

.box-wrapper .item label i {
    color: #A6A6A6;
    background-color: #F2F2F2;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    margin-top: 6px;
    top: 4px;
    position: relative;
}

.box-wrapper .item label i.active {
    color: var(--orange);
    background-color: #FFE3D3;
}

.scroll-block {
    max-height: 350px;
    overflow-y: auto;
}