
/*search box css start here*/
.search-sec{
    background: #f1f1f1;
    padding: 2rem;
}

.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}

.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}

.certificate_image_preview {
    margin: 15px;
}

.ld-cvss-certificate-img canvas {
    width: 100%;
    height: 100%;
}

.ld-cvss_row {
    width: 100%;
}

.ld-cvss_search-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.ld-cvss-username {
    width: 65%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.ld-cvss-certificate_type {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 33%;
}

.ld-cvss-certificate_name {
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (max-width: 768px) {

    .ld-cvss_search-col {
        display: block;
    }

    .ld-cvss-username {
        width: 100%;
    }

    .ld-cvss-certificate_type {
        width: 100%;
    }

}

.select2-container {
    display: block;
    width: 100% !important;
}

.ldcvss-disabled-btn{
    cursor: not-allowed !important;
    /*pointer-events: none;*/
}
