.csp-d-flex{
    display: flex;
}
.csp-flex-wrap {
    flex-wrap: wrap;
}
.csp-flex-col{
    flex-direction: column;
}
.csp-m-x-auto{
    margin-left: auto;
    margin-right: auto;
}
.csp-m-t-auto{
    margin-top: auto;
}
.csp-h-screen{
    min-height: 100vh;
}
.csp-primary-text {
    color: #14a3ae !important;
}
.csp-position-relative{
    position: relative;
}
.csp-position-absolute{
    position: absolute;
}
.csp-efficiency-daterange {
    top: 30px;
    right: 30px;
}
.text-center {
    text-align: center
}
.csp-rounded {
    border-radius: 5px !important;
}
.csp-rounded-10 {
    border-radius: 10px !important;
}
.csp-gap {
    gap: 23px;
}
.csp-p-l {
    padding-left: 61px;
}
.csp-border {
    border: 1px solid #000;
}