.h-md-1px {
    height:1px!important
}
.h-md-2px {
    height:2px!important
}
.h-md-3px {
    height:3px!important
}
.h-md-4px {
    height:4px!important
}
.h-md-5px {
    height:5px!important
}
.h-md-6px {
    height:6px!important
}
.h-md-7px {
    height:7px!important
}
.h-md-8px {
    height:8px!important
}
.h-md-9px {
    height:9px!important
}
.h-md-10px {
    height:10px!important
}
.h-md-15px {
    height:15px!important
}
.h-md-20px {
    height:20px!important
}
.h-md-25px {
    height:25px!important
}
.h-md-30px {
    height:30px!important
}
.h-md-35px {
    height:35px!important
}
.h-md-40px {
    height:40px!important
}
.h-md-45px {
    height:45px!important
}
.h-md-50px {
    height:50px!important
}
.h-md-55px {
    height:55px!important
}
.h-md-60px {
    height:60px!important
}
.h-md-65px {
    height:65px!important
}
.h-md-70px {
    height:70px!important
}
.h-md-75px {
    height:75px!important
}
.h-md-80px {
    height:80px!important
}
.h-md-85px {
    height:85px!important
}
.h-md-90px {
    height:90px!important
}
.h-md-95px {
    height:95px!important
}
.h-md-100px {
    height:100px!important
}
.h-md-125px {
    height:125px!important
}
.h-md-150px {
    height:150px!important
}
.h-md-175px {
    height:175px!important
}

.p-2 {
    padding: .5rem !important;
}

.text-gray-600 {
    color: #7e8299 !important;
}

.fw-bold {
    font-weight: 500 !important;
}
.fs-6 {
    font-size: 1.075rem !important;
}
.pt-1 {
    padding-top: .25rem !important;
}
.mx-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
}

.flex-stack {
    justify-content: space-between;
    align-items: center;
}
.py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.flex-md-row {
    flex-direction: row !important;
}
.d-flex {
    display: flex !important;
}