.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

.cursor-pointer {
    cursor: pointer;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.font-bold {
    font-weight: 600;
}

.font-small {
    font-size: small;
}

.font-x-small {
    font-size: x-small;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.link-no-decoration {
    text-decoration: none;
}

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

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

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-1rem {
    margin: 1rem !important;
}

.margin-bottom-1rem {
    margin-bottom: 1rem !important;
}

.margin-right-1rem {
    margin-right: 1rem !important;
}

.margin-top-1rem {
    margin-top: 1rem !important;
}

.padding-bottom-1rem {
    padding-bottom: 1rem !important;
}

.padding-top-1rem {
    padding-top: 1rem !important;
}

.text-blue {
    color: #1caee5;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-gray {
    color: #A1A1A1;
}

.text-navy {
    color: #0C354E;
}