[dir="rtl"] .form-check-inline.form-check-rtl{
    margin-right: 0.75rem !important;
    margin-left: 0rem !important;
}

[dir="rtl"] .form-check-rtl .form-check-input{
    margin-right: 0.3125rem !important;
    margin-left: 0rem !important;
}
[dir="rtl"] {font-size: 105%;}

[dir="rtl"] .select2-results__options{
    font-size: 14px;
}
[dir="rtl"] .dropdown-menu{
    min-width: fit-content !important;
}
h6{
    color: #6774df !important;font-weight: bold !important;
}
.dir-ltr{
    direction: ltr !important;
}

.form-group-full-number .input-group-prepend{
    margin:0;
}
.form-group-full-number .input-group-prepend .input-group-text{
    border-right: 0;
    border-left: 0;
    padding: 0 2px;
}
.form-group-full-number .form-control:first-child{
    border-left: 0;
}
.form-group-full-number .form-control:last-child{
    border-right: 0;
}
.form-group-full-number .form-control:not(:first-child):not(:last-child){
    border-right: 0;
    border-left: 0;
}
.form-group-full-number .form-control{
    box-shadow:none;
}

.timeline {
    /*width: 85%;*/
    /*max-width: 700px;*/
    /*margin-left: auto;*/
    margin-bottom: 0 !important;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    padding: 0px 32px 16px 0;
    border-right: 2px solid #e3e3e3;
    font-size: 19px;
}

.timeline-item {
    display: flex;
    gap: 12px;
}
.timeline-item + * {
    margin-top: 12px;
}
.timeline-item + .extra-space {
    margin-top: 24px;
}

.timeline-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: -52px;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 0 6px #fff;
    margin-top: 6px;
}
.timeline-item-icon.faded-icon.active {
    border:2px solid #4e950770;
    color: #4e9507;
}
.timeline-item-icon.faded-icon {
    background-color: #f4f6f8;
    color: #7b7b7b;
}
.timeline-item-icon.filled-icon {
    background-color: #3d3d3d;
    color: #fff;
}
.timeline-item-description{
    margin-top: 5px;
}
.timeline-item-description span{
    padding-top: 5px;
}

.timeline-hr{
    width: 805px;
    margin-right: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.timeline-date{
    font-size: 16px;
    color: #079566;
    margin-bottom: -5px;
    /*margin-top: 1px;*/
}
.timeline-ago{
    font-size: 12px;
    color: #555;
}

.timeline-title{
    color: #1237a4;
}
.opacity-50{
    opacity: 0.5;
}

#modalStatusVictime .modal-body{
    overflow-x: scroll;
}
#modalStatusVictime .modal-body .scroll{
    width: 1070px;
}
/*
*/
/*
@media (min-width: 576px){
    [dir="rtl"] .modal-dialog {
        max-width: 800px;
    }    
}
*/