﻿.tab-home ul li a {
    padding: 1px 0 5px;
}

button#loginsubmitbtn {
    margin-bottom: 10px;
}

.tab-home ul li {
    width: 25%;
}

.tab-home ul li a {
    padding-top: 7px;
    font-size: 14px;
    font-weight: 500 !important;
}

.tab-home ul li.active a {
    color: white !important;
    background: #a78b4d;
}


.tab-home ul li a img {
    position: relative;
    top: -4px;
}

.tab-home ul li.active a img#normalIcon {
    filter: brightness(0) invert(1);
}

img#normalIcon,
img#clickIcon {
    top: -1px;
}

.tab-home ul li a::after {
    content: '';
    width: 2px;
    background: rgb(230, 212, 172);
    background: linear-gradient(0deg, rgba(230, 212, 172, 1) 0%, rgba(150, 118, 63, 1) 50%, rgba(230, 212, 172, 1) 100%);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.tab-home ul li:last-child a::after {
    display: none;
}

.footer-col-x {
    width: 20%;
}

.header_inbox_count {
    top: 1px;
    right: 25px;
}

/*Popup Announcement*/
#popupAnnouncementModal {}

#popupAnnouncementModal .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
}

#popupAnnouncementModal .modal-dialog {
    position: relative;
    top: 45%;
    transform: translateY(-50%);
    padding: 15px;
}

#popupAnnouncementModal .close-promo {
    background: none;
    border: none;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 2;
    cursor: pointer;
}

#popupAnnouncementModal .carousel-item {
    margin-top: 30px;
}

#popupAnnouncementModal img {
    width: 100%;
}

#popupAnnouncementModal .carousel-control-next,
#popupAnnouncementModal .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

#popupAnnouncementModal .carousel-control-prev {
    left: 0;
}

#popupAnnouncementModal .carousel-control-next {
    right: 0;
}

#popupAnnouncementModal .carousel-control-next-icon,
#popupAnnouncementModal .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

#popupAnnouncementModal .carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e);
}

#popupAnnouncementModal .carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e);
}

#popupAnnouncementModal .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*#popupAnnouncementModal .carousel-item>img {
    width: 1px;
}*/

/*Deposit*/
.depositTabButton {
    padding: 5px 26px;
}

@media (max-device-width: 321px) {
    .tab-home ul li a {
        font-size: 11px;
    }
}

/*Blog*/
.blog_sub_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

/*Promotion*/
#promoContent img {
    width: 100%;
    margin-bottom: 10px;
}