.freight-container {
    /*background:red;*/
    position:relative;
}

.point {
    position:relative!important;

    right:0!important;
}

.bullet {
    /*color:red!important;*/
    position:relative;
    padding:0 0 0 20px;
}

.bullet::before {
    content:"";
    position:absolute;
    width:12px;
    height:12px;
    background:#95c11f;
    left:0;
    top:8px;
    border-radius:20px;
    border:3px solid #fff;
    z-index:10;
}

.bullet::after {
    content:"";
    position:absolute;
    width:18px;
    height:18px;
    background:#95c11f;
    left:-3px;
    top:5px;
    border-radius:20px;
}

.point::before {
    position: absolute !important;
    /* width: 2px; */
    content: "" !important;
    height: 48px !important;
    width: 1px !important;
    border-style: dotted !important;
    border-width: 0 0 0 5px !important;
    border-color: #95c11f !important;
    top: 25px;
    left: 4px;
}


svg.w-5.h-5 {
    width: 25px !important;
    height: 25px !important;
}

.avatar-name {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    font-size: 2rem !important;
}

.bg-green-miliv {
    background-color: #95c11f !important;
}

.bg-red-miliv {
    background-color: #e1524b !important;
}

.color-green-miliv {
    color: #95c11f !important;
}

.pdf-icon {
    font-size: 40px !important;
}

.text-align-right {
    text-align: right !important;
    transition: all .2s ease-out;
}

.text-align-right:focus {
    text-align: left !important;
}

.btn-primary, .btn.bg-gradient-primary {
    box-shadow: 0 2px 2px 0 rgba(33, 33, 99, 0.1), 0 3px 1px -2px rgba(33, 33, 33, 0.18), 0 1px 5px 0 rgba(33, 33, 33, 0.15) !important;
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
    box-shadow: 0 8px 14px -8px rgba(0, 0, 0, 0.3), 0 3px 18px 0 rgba(333, 333, 333, 0.1), 0 7px 8px -4px rgba(333, 333, 333, 0.18) !important;
}

.fc-h-event {
    background-color: #95c11f !important;
    border: 1px solid #95c11f !important;
}

.photo-calendar {
    max-width: 65px;
    border-radius: 25px;
    margin-right: 20px;
}
