div.label{
    display: inline-block;
    margin-bottom: 0.5rem;
}

label.excl, div.label{
    font-weight: bold;
}

.custom-file-label{
    color: #777777;
    letter-spacing: normal;
    /*color: #990022;*/
}
.gallery{
    min-height:200px;
    width:100%;
}
.alert{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.captcha{
    cursor: pointer;
}

.subtitle{
    font-style: italic;
    font-size: 1.3rem;
}

.steps{
    color: #64a19d;
}

.custom-verify-code {
    display: inline-block;
    width: 50%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.csv_example_open{
    cursor: pointer;
}

.box_image_example{
    height:250px;
    width:300px;
    overflow:hidden;
}

.popup_content {
    margin: 10px;
    padding: 10px 20px;
    max-width: 70%;
    /*border: 2px solid #444;*/
    border-radius: 13px;
    background: white;
}

.tooltip.show p,
.tooltip-inner{
    text-align:left;
}

#result-div{
    padding-bottom: 5rem;
    display: none;
}

.tooltip-inner {
    min-width: 500px;
    /*max-width: 100% !important;*/
}