﻿.mt-12{
    margin-top:3rem;
}

.anchor-sticky {
    position: sticky;
    top: 5rem;
    background: white;
    z-index: 20;
}
@media (min-width:1280px){
    .anchor-sticky {
        top: 12.25rem;
    }
}
.mt-03{
    margin-top:0.3rem;
}
.h-95p{
    height:95%;
}

@media (min-width:1280px) {
    .md-screen\:m-4 {
        margin:1rem;
    }
}

.Modal-content-max-h{
    max-height:22rem;
}