.errcontainer {
    font-size: 11px;
    opacity: 1;
    transition: opacity .3s;
}
.err {
    margin: 5px 0;
    color: #e74c3c;
}
.err ul {
    list-style-type: none;
    margin: 0;
    padding-inline-start: 2em;
}
.listGroupItem{
    padding: .30rem .55rem !important;
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    padding: .375rem .875rem !important;
    height: calc(1.5em + .75rem + 2px) !important;
}

.textAmount{
    font-size: 20px !important;
}
.styleAvatar{
    font-size: 10px !important;
    width: 1rem !important;
    height: 1rem !important;
}
.fs11{
    font-size: 11px !important;
}
.width100x100{
    width: 100% !important;
}
.border-dotted-danger {
    border: 1px dotted #bb3434 !important;
}
.border-dotted-info {
    border: 1px dotted #13c0c9 !important;
}
.border-dotted-warning {
    border: 1px dotted #f0ca4d !important;
}
.border-dotted-success {
    border: 1px dotted #17b15c !important;
}
.border-dotted-secondary {
    border: 1px dotted #262f36 !important;
}

.border-dashed-danger {
    border: 1px dashed #bb3434 !important;
}
.border-dashed-info {
    border: 1px dashed #13c0c9 !important;
}
.border-dashed-warning {
    border: 1px dashed #f0ca4d !important;
}
.border-dashed-success {
    border: 1px dashed #17b15c !important;
}
.border-dashed-secondary {
    border: 1px dashed #262f36 !important;
}

.cursor-pointer{
    cursor: pointer;
}


.ekspertizTemiz {
    fill: gainsboro;
}
.ekspertizCizikGocuk {
    fill: orange;
}
.ekspertizBoyali {
    fill: navy;
}
.ekspertizDegisen {
    fill: darkred;
}

.greenFont{
    color: green;
}

.redFont{
    color: red;
}

.search-box{
    width: 300px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.search-box input[type="text"]{
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}
.search-form-result{
    position: absolute;
    z-index: 999;
    top: 109%;
    left: 0;
}
.search-box input[type="text"], .search-form-result{
    width: 100%;
    box-sizing: border-box;
}
/* Formatting result items */
.search-form-result p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
    background: white;
}
.search-form-result p:hover{
    background: #f2f2f2;
}