﻿*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
}

.form-control {
    border-radius: 6px !important;
}

.SumoSelect > .CaptionCont {
    border-radius: 6px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 6px !important;
}

.mt-25 {
    margin-top: 25px;
}

.mb-15 {
    margin-bottom: 15px;
}

.innerPageSet .box-body {
    padding: 6px;
}

hr {
    margin: 10px 0 !important;
}

#revisedPanel h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}

.table a svg {
    vertical-align: -8px;
}

.subfreestatusActive {
    border: dashed thin #0ca678;
    padding: 5px 17px;
    background: #fff;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    color: #0ca678;
}

.alert {
    margin-bottom: 0px;
    padding: 6px 17px 3px 15px;
    font-weight: bold;
}
