.custom-mt-xs {
    margin-top: 15px;
}

.custom-mt-s {
    margin-top: 30px;
}

.custom-mt-m {
    margin-top: 45px;
}

.custom-mt-l {
    margin-top: 60px;
}

.custom-pt-l {
    padding-top: 60px;
}

.custom-pb-xl {
    padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
    /* .custom-mt-xs {
        margin-top: 15px;
    } */

    .custom-mt-s {
        margin-top: 15px;
    }

    .custom-mt-m {
        margin-top: 30px;
    }

    .custom-mt-l {
        margin-top: 45px;
    }

    .custom-pt-l {
        padding-top: 45px;
    }

    .custom-pb-xl {
        padding-bottom: 60px;
    }
}

.custom-list li {
    margin-bottom: 10px;
}

.custom-btn,
#allrecords .custom-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background-color: #fe6a00;
    color: #ffffff;
}

/* uc-tasks*/
.uc-tasks .t650 .t650__inner-col {
    height: 100%;
}

.uc-tasks .t650 .t650__text {
    padding-bottom: 20px;
}

.uc-tasks .t650 .t650__btn-container {
    position: static;
}
