.cursor-pointer {
    cursor: pointer;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-270 {
    margin-bottom: 270px;
}

.mb-450 {
    margin-bottom: 450px;
}

.p-0 {
    padding: 0 !important;
}

.p-20 {
    padding: 20px;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-16 {
    padding-top: 16px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-24 {
    padding-left: 24px;
}

.inline-img {
    max-height: 18px;
}

@media only screen and (max-width: 600px) {
    .s-pt-20{
        padding-top: 20px !important;
    }
}

.float-right {
    float: right;
}

.text-black {
    color: rgba(0,0,0,0.87);
}

.dark-grey-text {
    color: rgba(0, 0, 0, 0.87) !important;
}

.light-grey-text {
    color: rgba(0, 0, 0, 0.5) !important;
}

.smaller-text {
    font-size: 1.25rem;
}

.purple-text {
    color: #6a1b9a;
}

.number-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: #6a1b9a;
    color: white;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
}

.number-icon-small-text {
    font-size: 18px;
    padding-top: 10px;
}

.collapse-content-toggle-trigger {
    position: absolute;
    left: 47%;
    bottom: -20px;
}

.collapse-content {
    max-height: 400px;
    overflow-y: hidden;
}

.content-scroll-x {
    overflow-x: scroll;
}

.background-white {
    background-color: #ffffff;
}

.vertical-align-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.vertical-align-inner {
    display: inline-block;
    vertical-align: middle;
    background: yellow;
    padding: 3px 5px;
}

.partial-border-bottom {
    position:relative;
}

.partial-border-bottom:after {
    content: '';
    width: 30%;
    height: 2px;
    background: #4a148c;
    position: absolute;
    left: 35%;
    bottom: -12px;
}
