html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.at-font-size-x-small {
    font-size: x-small;
}

.at-font-size-medium {
    font-size: medium;
}

.at-text-white {
    background-color: white;
}

.at-width-20 {
    width: 20px;
}

.consultant-group-div:hover {
    background-color: darkgray !important;
}

.unberbar-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
}

.popover-header {
    background-color: #17A2B8;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
}

.popover-body {
    font-size: 12px;
}

input[type='radio']:after {
    width: 20px;
    height: 20px;
    border-radius: 24px;
    top: -3px;
    left: -3px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

input[type='radio']:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 24px;
    top: -3px;
    left: -3px;
    position: relative;
    background-color: #5555FF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}

input[type='radio'] + label {
    /* Default Style*/
}

input[type='radio']:hover {
    background-color: lightblue;
}

.field-validation-error {
    border-radius: 5px;
    color: white !important;
    background-color: darkred;
    font-size: x-small;
    padding: 5px !important;
    margin-bottom: 50px !important;
}

.field-validation-error::before {
    font-family: FontAwesome;
    content: "\f06a\20";

}

.drop-zone {
    background-color: lightgray;
    height: 250px;
}

.drop-zone:hover {
    background-color: rosybrown;
}

.alert-thin {
    margin-bottom: 1px;
    height: 33px;
    line-height: 33px;
    padding: 0px 15px;
}