.fw-600 {
    font-weight: 600;
}
.text-muted {
    color: rgba(33, 37, 41, 0.5)!important;
}
.fs-7 {
    font-size: 14px;
}
.link {
    color: #8A0505;
    text-decoration: none;
}
.link:hover {
    color: #FF80BF;
}
.button-1 {
    padding: 12px 6px;
    border-radius: 12px;
    background: #8A0505;
    color: #FFF;
    font-size: 18px;
    border: none;
    font-weight: 500;
}
.button-2 {
    padding: 0px 6px;
    border-radius: 6px;
    background: #6bba62;
    color: #FFF;
    font-size: 12px;
    height: 22px;
    border: none;
}
.button-1:hover {
    opacity: 0.8;
}
.button-1:disabled {
    opacity: 0.5;
}
.button-1-sm {
    padding: 6px 6px;
    border-radius: 6px;
    font-size: 16px;
}
.button-g {
    padding: 12px 6px;
    border-radius: 12px;
    font-size: 18px;
    border: none;
    font-weight: 500;

    background: #FFF;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
}
.button-g:hover {
    opacity: 0.8;
}
.button-f {
    padding: 12px 6px;
    border-radius: 12px;
    font-size: 18px;
    border: none;
    font-weight: 500;
    color: #FFF;
    background: #1877F2;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
}
.button-f:hover {
   opacity: 0.8;
}

.color-1:hover {
    color: #8A0505;
 }
 
 .w100px {
    width: 100px;
 }
 .w120px {
    width: 120px;
 }
 .w140px {
    width: 140px;
 }
 .w160px {
    width: 160px;
 }
 .fs-8 {
    font-size: 13px;
 }