.cursor-pointer{
    cursor: pointer;
}

.mt-8{
    margin-top: 8px;
}

.mt-14{
    margin-top: 14px;
}

.mt-5{
    margin-top: 5px;
}

.mt--15{
    margin-top: -15px;
}

.mb-8{
    margin-bottom: 8px;
}

.mb-15{
    margin-bottom: 15px;
}

.mb-35{
    margin-bottom: 35px;
}

.a-custom{
    text-decoration: none;
}

.color-gary{
    color: gray;
}

.text-align-left{
    text-align: left;
}

.z-index-1{
    z-index: 1;
}

.z-index-2{
    z-index: 2;
}

.z-index-3{
    z-index: 3;
}

.custom-gray{
    background-color: rgb(244,244,244);
}

.bran-color{
    background-color: rgb(244,217,202);
}

.text-align-right{
    text-align: right;
}

.text-justify-center{
    display: flex;
    justify-content: center;
}

.color-red{
    color: red;
}

.size-content{
    min-height: calc(100vh - 316px);
}

.text-bold{
    font-weight: bold;
}

.font-size-16{
    font-size: 16pt
}

.font-size-26{
    font-size: 26pt;
}

.font-weight-6{
    font-weight: 600
}

.mix-blend-mode-multiply{
    mix-blend-mode: multiply;
}
