﻿.anto {min-height:230px !important}
.tooltip-inner {
    /*box-shadow: 0px 0px 4px black;*/
    opacity: 1 !important;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    /*color: #055160;
    background-color: #cff4fc;
    border-color: #f5c2c7;*/
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #f5c2c7 !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #f5c2c7 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #f5c2c7 !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #f5c2c7 !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #f8d7da !important;
}
textarea.form-control {
    font-weight: bold;
}
.inputError{border:1px solid #842029 !important; }
.w-100x{width:100px !important}