﻿.custom-search-meta {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 50px;
}

.custom-form-select {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    padding: 13px 20px;
    background: #f5f5fb;
    color: #323232;
    border-radius: 2px;
    margin-bottom: 30px;
    box-shadow: none !important;
}

.custom-search-detail {
    margin-top: 25px;
}

.custom-blog-info {
    background: #fff;
    padding: 10px 35px 0px 35px; 
    z-index: 1;
    position: relative;
    border: 1px solid #f1f1f1;
}

.blog-header {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #f1f1f1;
}

.blog-bold {
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.search-result-title {
    font-weight: 500;
}

.search-result-body {
    color: #3764eb;
}

.search-result-body-issue {
    color: #8BBF0B;
}

.widget-profile-custom {
    background: #FFF;
    padding: 30px 28px;
    border: 1px solid #f1f1f1;
}

.span-custom {
    line-height: 20px;
    text-transform: uppercase;
    color: #323232;
    font-weight: 600;
    font-size: 14px;
}

.span-custom-value {
    line-height: 20px;
    color: #666;
    font-size: 14px;
    margin: 11px 0 8px;
    text-transform: capitalize;
    color: #3764eb;
}

