﻿.w-25px {
    width: 25px;
}

.h-25px {
    height: 25px;
}

.option_other {
    font-weight: bold;
    color: #9a1c1c;
    padding-top: 1rem;
    border-top: 1px solid #808080;
}

.list-group-item.active {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}


    .affix ~ .container_top {
        position: relative;
        top: 50px;
    }