
.border_st {
    border-radius: 12px;
    border: 1px #907F64 solid;
    background-color: #000;
    background-image: linear-gradient(#1E1514, #000);
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.border_st2 {
    height: 120px;
    width: 120px;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    border: 1px #655E50 solid;
}

.border_st2 > div {
    align-self: flex-end;
    width: 100%;
    height: 35px;
    background-color: #B69E7A;
    color: black;
    font-size: 14px;
    padding-top: 8px;
}

.gc_title {
    color: #907F64;
    font-weight: bold;
    font-size: 18px;
}

table {
    border-collapse: separate;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.carousel-indicators {
    margin-bottom: 0px;
}

.HomeClass1 {
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}
.HomeClass1:hover {
    color: #e3380a;
    cursor: pointer;
}

.HomeClass0 {
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}
.HomeClass0:hover {
    color: #e3380a;
    cursor: pointer;
}

.btn-login button {
    display: inline-block;
    width: 100%;
    height: 22px;
    padding: 5px;
    box-sizing: border-box;
    border: 0;
    background: transparent;
    color: #fff;
    font-family: Arial;
    font-size: 11px;
    line-height: 12px;
    cursor: pointer;
}
.btn-login button:hover { color: #d3dce5; }

.CssHomeFooterMenu a,
.CssHomeFooterMenu a:hover { color: inherit; text-decoration: none; }
a.HomeClass0, a.HomeClass1 { display: block; }

.thb-portal__error {
    margin: 6px 0;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(150, 20, 20, .85);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.thb-portal__panel-empty {
    color: #907f64;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
}
