
.widget .widget-title-square {
    border-bottom: 2px solid var(--article-color) !important;
}

.category-bg {
    border-bottom: 2px solid var(--article-color) !important;
    background-color: var(--article-color) !important;
}

.widget .widget-title-square:before {
    background-color: var(--article-color) !important;
}

.widget .widget-title-square:after {
    background-color: var(--article-color) !important;
}

.word-break {
    word-break: break-word;
}

.help-block {
    color: #DE1443 !important;
}

.pagination .page-item span {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: relative;
    display: block;
    padding: 0 0;
    margin-left: 0;
    line-height: 1.25;
    color: #4D4D4D;
    background-color: transparent;
    border: 0 solid #dee2e6;
}

.excerpt img {
    width: 100% !important;
}

.active-tag {
    background-color: #314A80 !important;
    color: white !important;
}

.article-image {
    object-fit: cover !important;
    aspect-ratio: 16/9;
}

.zoom-icon-container {
    width: 40px;
    height: 40px;
    bottom: 5px;
    position: absolute;
    right: 5px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--primary);
    background-repeat: repeat-x;
}

.zoom-icon-container i {
    color: white;
}

.jq-toast-single {
    font-size: 1.1rem !important;
}

.list-style-none {
    list-style: none !important;
}

.select2-selection {
    height: 44px !important;
    display: flex !important;
    flex: 1;
    align-items: center !important;
}

.select2-selection__arrow {
    height: 95% !important;
}

.chat-msg {
    width: 75%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1rem;
}

.chat-msg h6 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: .875rem;
}

.chat-msg .chat-text {
    background-color: #fff;
    padding: 1rem;
    color: #314A80;
    line-height: 1.3;
    position: relative;
    margin-left: 20px;
    border-radius: 0 .25rem 0.25rem;
}

.chat-msg .chat-text:before {
    content: '';
    pointer-events: none;
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #ffffff transparent transparent;
}

.chat-msg .chat-info {
    font-size: .875rem;
    display: flex;
}

.chat-msg .chat-info .datetime {
    order: 1;
    margin-right: auto;
    opacity: .75;
}

.chat-msg .chat-info .attachment {
    order: 2;
    color: #4277E5;
}

.chat-msg.chat-operator {
    align-items: flex-end;
    margin-left: auto;
}

.chat-msg.chat-operator .chat-text {
    background-color: #4277E5;
    color: #fff;
    margin-right: 20px;
    margin-left: 0;
    border-radius: .25rem 0 .25rem 0.25rem;
}

.chat-msg.chat-operator .chat-text:before {
    left: auto;
    right: -20px;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #4277E5 transparent transparent transparent;
}

.chat-msg.chat-operator .chat-info .datetime {
    order: 2;
    margin-left: auto;
    margin-right: 0;
}

.chat-msg.chat-operator .chat-info .attachment {
    order: 1;
    color: #fff;
}

@media (max-width: 575.98px) {
    .chat-msg {
        max-width: 95%;
    }
}

.pagination .page-item span {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.page-item:first-child .page-link {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.select2-selection__rendered{
    width: 100%;
}
.news-image{
    width: 100% !important;
    max-height: 260px !important;
}
.jq-toast-wrap{
    width: 30vw !important;
}
#st-1 .st-btn[data-network='linkedin'] {
    display: inline-block !important;
}

.breadcrumb-item-no-link{
    cursor: default;
}

.breadcrumb-item-no-link a:hover {
    text-decoration: none;
    cursor: default !important;
}
#st-1{
    z-index: 1 !important;
}
.list-group-item.disabled, .list-group-item:disabled {
     pointer-events: bounding-box !important;
}

.MsoNormal {
    font-family: "Raleway" !important;
}
.highlight {
    background-color: yellow;
}

.primary-tag-custom {
    background-color: #314A80 !important;
    color: white !important;
    transition: background-color linear 0.1s;
    transition: color linear 0.12s;
}

.primary-tag-custom:hover{
    background-color: #edf0f8!important;
    color: #314A80 !important;
}