.container-detail {
    min-height: 50vh;
}

.article-img-holder {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}

.title-text-link {
    color: #333333;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

.title-text-link :hover {
    color: var(--header-color);
}

.bar-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--header-color);
}

.text-title {
    position: relative;
    color: var(--header-color);
    padding: 2px 0px;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 3px;
    display: inline-block;
    text-transform: uppercase;
}

.icon-box {
    margin-top: -5px;
}

.search-table {
    user-select: none;
}

.ant-input-search {
    width: 200;
    display: "unset";
}

.sr-only {
    display: none;
}

.rdw-editor-main {
    border: 1px solid #d9d9d9;
}

.text-overlay {
    font-size: 14px;
    font-family: 'fcHomeBlod';
    font-weight: 800;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.search-table {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 32px;
    line-height: 1.5 \9;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(130, 194, 38, 0.2);
    -moz-box-shadow: 0px 0px 0px 3px rgba(130, 194, 38, 0.2);
    box-shadow: 0px 0px 0px 3px rgba(130, 194, 38, 0.2);
    -webkit-animation: SearchAttention 1s;
    -webkit-animation-iteration-count: infinite;
    animation: SearchAttention 1s;
    animation-iteration-count: infinite;
}

.search-table:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(74, 161, 243, 0.685);
    box-shadow: 0 0 0 2px rgba(74, 161, 243, 0.685);
}

.main-page p {
    color: #000;
}

.ant-breadcrumb>span:last-child {
    color: #000 !important;
}

.text-new {
    color: red;
    font-weight: bold;
}

.text-new span {
    opacity: 0;
    animation: blinking 1s linear infinite;
}

.forum-detail {
    margin: auto;
    max-width: 800px;
    width: 100%;
}

@keyframes blinking {
    from, 49.9% {
        opacity: 0;
    }
    50%, to {
        opacity: 1;
    }
}

@-webkit-keyframes SearchAttention {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
        -moz-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
        box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
    }
    to {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
        -moz-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
        box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
    }
}

@keyframes SearchAttention {
    from {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
        -moz-box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
        box-shadow: 0px 0px 0px 0px rgba(74, 161, 243, 0.685);
    }
    to {
        -webkit-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
        -moz-box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
        box-shadow: 0px 0px 0px 5px rgba(130, 194, 38, 0);
    }
}