.cm-d-block {
    display: block;
}

.cm-d-none {
    display: none;
}

.cm-align-center {
    text-align: center;
}

.cm-align-right {
    text-align: right;
}

.cm-font-italic {
    font-style: italic;
}

.cm-font-semibold {
    font-weight: 600;
}

.cm-font-bold {
    font-weight: 800;
}

.cm-font-small {
    font-size: 12px;
}

.cm-color-light {
    color: #50575e;
}

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

.cm-background-light {
    background-color: #f0f0f0;
}

.cm-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.cm-mt-0 {
    margin-top: 0px !important;
}

.cm-mt-5 {
    margin-top: 5px !important;
}

.cm-mt-15 {
    margin-top: 15px !important;
}

.cm-mt-30 {
    margin-top: 30px !important;
}

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

.cm-mb-5 {
    margin-bottom: 5px !important;
}

.cm-mb-15 {
    margin-bottom: 15px !important;
}

.cm-mb-30 {
    margin-bottom: 30px !important;
}

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

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

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

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

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

.cm-pb-5 {
    padding-bottom: 5px !important;
}

.cm-pb-15 {
    padding-bottom: 15px !important;
}

.cm-pb-30 {
    padding-bottom: 30px !important;
}

.cm-py-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.cm-py-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.cm-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.cm-px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.cm-px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.cm-notice {
    border-left: 5px solid #f0f0f0;
    position: relative;
}

.cm-notice .cm-notice-message,
.cm-notice .cm-notice-location {
    border-bottom: 1px solid #f0f0f0;
    padding-left: 45px !important;
}

.cm-notice:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: 14px;
    position: absolute;
    top: 20px;
    width: 20px;
}

.cm-error {
    border-left-color: #ff1414;
}

.cm-error:before {
    background-image: url(../img/cm-error-icon.svg);
}