/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

label.error {
    color: red;
}

.list-inline-item h6 {
    padding-top: 5px;
    padding-left: 5px;
}

.fa-user {
    font-size: 16px;
    padding-right: 10px;
}

.image-profile {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-bottom: 4px;
}

    .image-profile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.form-label {
    float: left;
}

#uploadImage {
    background: #f3f3f3;
    padding: 7px;
    border-radius: 25px;
    position: absolute;
    font-size: 9px;
    left: 150px;
    top: 11px;
    cursor: pointer;
}

.closed {
    background: #f3f3f3;
    padding: 7px;
    border-radius: 25px;
    position: absolute;
    font-size: 9px;
    margin-top: 80px;
    left: 150px;
    top: 90px;
}

.closes {
    background: #f9f9f9;
    padding: 7px;
    border-radius: 25px;
    position: absolute;
    font-size: 16px;
    margin-top: 80px;
    left: 335px;
    bottom: 190px;
    color: red;
}

.less-darker {
    background: rgba(0, 0, 0, 0.1);
}

.transparent {
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(2px);
}

.modal-header, .modal-body {
    position: relative;
    z-index: 100 !important;
    color: #f4f4f4;
}

.tc-b {
    color: #000;
}

/*.image {
    width: 200px;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background-size: 100%, 100%;
}*/

.profile-pic-div {
    height: 200px;
    width: 200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.upload {
    height: 40px;
    width: 100%;
    position: absolute;
}

.image-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px;
}

#cancel-btn {
    cursor: pointer;
}

#dropdown {
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 7px;
    color: #444;
}

    #dropdown options {
        border-radius: 7px;
    }

legend {
    font-size: 14px;
}

#def {
    padding-left: 3px;
}

.inputWithIcon input[type=email], input[type=text], input[type=password], input[type=number] {
    padding-left: 40px;
}

.inputWithIcon {
    position: relative;
}

#default-btn {
    display: none;
    visibility: hidden;
}

.inputWithIcon .icon {
    float: left;
    position: absolute;
    left: 5px;
    top: 27px;
    padding: 10px 8px;
    color: #aaa;
}

.facebook {
    margin-bottom: 12px;
}

#dialog {
    display: inline-block;
}

#survey-img img {
    z-index: 100 !important;
    height: 200px;
    object-fit: cover;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    background: #f4f4f4;
    box-shadow: -10px 10px 10px rgba(0,0,0,0.3);
    transition: 4s;
}

/* Close Modal */
.policies h4,
.policies h3 {
    text-align: left;
    font-size: 14px;
    padding-top: 17px;
}

.signUp {
    display: none;
}

.resetPass {
    display: none;
}

.resetPassButton {
    display: none;
}

.resetPassSignIn {
    display: none;
}

.hide-for-now {
    display: none;
}

.hide-for-now2 {
    display: none;
}

.hide-now {
    display: block;
}

.policies h3 {
    padding: 0;
    margin-top: -10px;
}

.hide-for-now4 {
    display: none;
}

.modal-footer p {
    margin-left: auto;
    margin-right: auto;
}

    .modal-footer p:hover {
        text-decoration: underline;
        cursor: pointer;
        color: red;
    }

.google {
    width: 100%;
    border-radius: 5px;
}

.policies h3 span, h4 span {
    color: red;
    cursor: pointer;
}

.close-modal {
    cursor: pointer;
    color: red;
    font-size: 18px;
}

.sign-in {
    width: 100%;
    border-radius: 60px;
}

.fixed-btn {
    position: fixed;
    border-radius: 30px;
    padding: 20px;
    /*bottom: 258px;*/
    bottom: 100px;
    z-index: 100 !important;
    right: 0px;
    display: block;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-name: divMasterEffect;
    animation-duration: 2s;
    animation-timing-function: ease;
}

.delete {
    background: #f4f4f4;
    padding: 5px;
    color: red;
    position: absolute;
    right: 20px;
    border-radius: 20px;
    cursor: pointer;
}

#dropdownMenuButton1 {
    color: #f4f4f4;
    margin-left: 5px;
}

.contain {
    position: relative;
    max-width: 450px;
    margin: 10px;
    padding: 15px;
    display: flex;
}

    .contain .imgBox {
        width: 80px;
    }

        .contain .imgBox img {
            width: 100%;
            flex: 0 0 150px;
            border-radius: 50px;
        }

    .contain .content {
        margin-left: 20px;
        color: #f4f4f4;
        position: relative;
        z-index: 2;
    }

.content h2 {
    font-size: 17px;
    font-weight: bold;
}

.content h3 {
    font-size: 14px;
    color: #969696;
    margin-top: -3px;
    font-weight: 500;
    cursor: pointer;
}

.content p, span {
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
}

.mobile-sign-in {
    color: #007bff !important;
}

.float-left {
    float: left;
}

.float-right {
    float: left;
}

.content-image-paragraph {
    height: auto;
    max-width: 300px;
    padding: 30px 5px 5px 5px;
}

.thumbnail-sm {
    width: 120px !important;
    height: 80px;
    object-fit: fill;
}

.thumbnail-category {
    width: 350px !important;
    height: 200px;
    object-fit: fill;
}

.thumbnail-carousel {
    width: 100%;
    height: 341px;
    object-fit: fill;
}

.thumbnail-carousel-extra {
    width: 278px;
    height: 167px;
    object-fit: fill;
}

.mobile-width {
    max-width: 350px !important;
}

#likeArticleButton:hover {
    color: #fff !important;
}

.fa-thumbs-up {
    font-size: 17px;
}

.fa-thumbs-down {
    font-size: 17px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

header {
    width: inherit;
    height: 150px;
    position: sticky;
    z-index: 20;
    top: 0px;
    margin-bottom: 50px;
    background: white;
}

.img-logo {
    margin-left: 16px !important;
}

.mean-container span {
    background: #162d5f !important; 
}

#forgotPasswordLink, #showHidden, #AllowNotify, #showHidden1 {
    background: white !important;
}

#portalUserName-mobile, #portalUserEmail-mobile {
    color: #969696 !important;
}

span.mb-2 {
    background: white !important;
}

.mean-bar {
    background: #FAFAFA !important;
    width: inherit !important;
    position: sticky !important;
    z-index: 20 !important;
    top: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: #737373 solid 2px !important;
}

#commentCount {
    background-color: white !important;
}

.slider-area3 .slider-sidebar .sidebar-layer p a {
    font-weight: bold !important;
}

.slider-area3 .owl-slider .slider-content .slider-layer p a {
    font-weight: bold !important;
}

.news-area2 .int-news .int-slider .int-item .int-lg .int-layer p a {
    font-weight: bold !important;
}

@media(min-width: 700px) {
    hr {
        display: none;
    }
}

@media(max-width: 500px) {
    .comment-img2 {
        height: 35px !important;
        width: 35px !important;
    }
}

@media(max-width: 767px) {
    header {
        width: inherit;
        height: 0px;
        position: sticky;
        z-index: 20;
        top: 0px;
        margin-bottom: 0px;
        background: white;
    }

    .flex-group {
        max-width: 31% !important;
    }

    .thumbnail-carousel {
        height: 215px;
        object-fit: cover;
    }

    .mobile-width {
        height: 215px !important;
        max-width: 450px !important;
    }

    .contain {
        position: relative;
        max-width: 450px;
        margin: 0px;
        padding: 0px;
        display: flex;
    }

    .content-image-paragraph {
        max-width: 120px;
    }

    .contain .imgBox {
        width: 100px;
    }

        .contain .imgBox img {
            width: 100%;
            flex: 0 0 150px;
            border-radius: 50px;
        }

    #survey-img img {
        display: block;
    }

    .fixed-btn {
        position: fixed;
        border-radius: 30px;
        padding: 10px;
        bottom: 50px;
        z-index: 2 !important;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        animation-name: divMasterEffect;
        animation-duration: 2s;
        animation-timing-function: ease;
    }

    #survey-img img {
        z-index: 100 !important;
        height: 200px;
        object-fit: cover;
        padding: 10px;
        border-radius: 20px;
        cursor: pointer;
        background: #f4f4f4;
        box-shadow: -10px 10px 10px rgba(0,0,0,0.3);
        transition: 4s;
    }
}

/* Start: React Button */
/*
 * Basic button style
 */
.reactBtn {
    box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
    border-radius: 3px;
    border: 1px solid;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
/*
 * Counter button style
 */
.reactBtn-counter {
    margin-right: 39px;
}

    .reactBtn-counter:after,
    .reactBtn-counter:hover:after {
        text-shadow: none;
    }

    .reactBtn-counter:after {
        border-radius: 3px;
        border: 1px solid #d3d3d3;
        background-color: #eee;
        padding: 0 8px;
        color: #777;
        content: attr(data-count);
        left: 100%;
        margin-left: 8px;
        margin-right: -13px;
        position: absolute;
        top: -1px;
    }

    .reactBtn-counter:before {
        transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
        background-color: #eee;
        border: 1px solid #d3d3d3;
        border-right: 0;
        border-top: 0;
        content: '';
        position: absolute;
        right: -13px;
        top: 5px;
        height: 6px;
        width: 6px;
        z-index: 1;
        zoom: 1;
    }
/*
 * Custom styles
 */
.reactBtn {
    background-color: #dbdbdb;
    border-color: #bbb;
    color: #666;
}

    .reactBtn:hover,
    .reactBtn.active {
        text-shadow: 0 1px 0 #b12f27;
        background-color: #f64136;
        border-color: #b12f27;
    }

    .reactBtn:active {
        box-shadow: 0 0 5px 3px rgba(0,0,0,0.2) inset;
    }

    .reactBtn span {
        color: #f64136;
    }

    .reactBtn:hover, .reactBtn:hover span,
    .reactBtn.active, .reactBtn.active span {
        color: #eeeeee;
    }

    .reactBtn:active span {
        color: #b12f27;
        text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    }
/* End: React Button */

/* Start: React Comment Button */
/* Basic button style */
.reactCmntBtn {
    cursor: pointer;
    background-color: white;
    border: none !important;
    box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
    border-radius: 3px;
    border: 1px solid;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    position: relative;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

    .reactCmntBtn:hover,
    .reactCmntBtn.active {
        text-shadow: 0 1px 0 #b12f27;
        border-color: #b12f27;
    }

    .reactCmntBtn:active {
        box-shadow: 0 0 5px 3px rgba(0,0,0,0.2) inset;
    }

    .reactCmntBtn span {
        color: #f64136;
    }

    .reactCmntBtn:hover, .reactBtn:hover span,
    .reactCmntBtn.active, .reactBtn.active span {
        color: #eeeeee;
    }

    .reactCmntBtn:active span {
        color: #b12f27;
        text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    }
/* Counter button style */
.reactCmntBtn-counter {
    margin-right: 39px;
}

    .reactCmntBtn-counter:after,
    .reactCmntBtn-counter:hover:after {
        text-shadow: none;
    }

    .reactCmntBtn-counter:after {
        border-radius: 3px;
        border: 1px solid #d3d3d3;
        background-color: #eee;
        padding: 0 8px;
        color: #777;
        content: attr(data-count);
        left: 100%;
        margin-left: 8px;
        margin-right: -13px;
        position: absolute;
        top: -1px;
    }

    .reactCmntBtn-counter:before {
        transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
        background-color: #eee;
        border: 1px solid #d3d3d3;
        border-right: 0;
        border-top: 0;
        content: '';
        position: absolute;
        right: -13px;
        top: 5px;
        height: 6px;
        width: 6px;
        z-index: 1;
        zoom: 1;
    }
/* End: React Comment Button */

.comment-img2 {
    width: 65px;
    height: 65px;
    border-radius: 20px;
    margin-bottom: 4px;
}

.loadMoreButton {
    width:100%;
    font-size: 14px;
    color: #fff;
    background: #d32f2f;
    border: none;
    padding: 10px 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
}

@keyframes divMasterEffect {
    from {
        transform: skewX(-53deg) translateX(500px);
    }

    to {
        transform: skew(0deg);
    }
}

#liveStreamingFloat {
    /*display: inline-block;*/

    animation-delay: 1s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: divMasterEffect;
    animation-timing-function: ease;
    border: 1px solid rgb(211, 47, 47);
    /*border-radius: 30px;*/
    /*bottom: 535px;*/
    box-shadow: -10px 10px 10px rgba(0,0,0,0.3);
    display: block;
    /*min-height: 177px;
    min-width: 302px;*/
    /*max-width: 345px;*/
    /*padding: 20px;*/
    position: fixed;
    right: 10px;
    top: 97px;
    z-index: 100 !important;
}

.marquee {
    overflow: hidden;
    position: relative;
}

    .marquee p {
        margin: 0;
        white-space: nowrap;
        width: 100%;
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 2s linear infinite;
        -webkit-animation: scroll-left 2s linear infinite;
        animation: scroll-left 20s linear infinite;
    }

.window-close-button {
    background: #f4f4f4;
    /*border-radius: 20px;*/
    color: rgb(211, 47, 47);
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 0px;
}

.window-title {
    color: white;
    max-height: 25px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    position: absolute;
    left: 5px;
}

.window-title-bar {
    background-color: rgb(211, 47, 47);
    height: 25px;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.adTag {
    font-size: 12px;
    color: #fff !important;
    background: #d32f2f;
    padding: 4px 12px 3px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-right: 20px;
}

@media(max-width: 1200px) {
    .extra-menu {
        display: none;        
    }
}

@media(min-width: 1200px) {
    .other-extra-menu {
        display: none;
    }
}