<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*/////////////// Inline Admin Button ///////////////*/
.adminEditInline {
    transition: all 1s;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    font-size: 18px;
    left: 0;
    opacity: 0.5;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    color: #0066ff !important;
    padding: 1px;
    line-height: 25px;
    background-color: rgba(191, 216, 254, 0.7);
    margin-top: 5px;
    top: 0;
}

    .adminEditInline:before {
        content: "\f303";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

    .adminEditInline:hover {
        opacity: 1;
        border-radius: 50px;
        background-color: #b5d2ff;
        text-shadow: none;
    }

    .adminEditInline *:hover {
        background-color: transparent !important;
        display: block;
        width: 100%;
        height: 100%;
    }

    .adminEditInline * {
        font-size: 25px;
        display: block;
        color: #02ff00 !important;
        text-shadow: black 1px 1px 0px;
        padding: 1px !important;
        width: 100%;
        height: 100%;
    }



.showhideadmin {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #000000;
    left: 10px;
    bottom: 200px;
    border-radius: 50px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 5px black;
    transition: 1s all;
    padding-top: 10px;
}

/*/////////////// Commenting ///////////////*/

.admin_true {
    border: solid 1px #b90d1b;
    box-shadow: 0 0 3px #b90d1b;
}

.commentContainer {
    border-radius: 5px;
    padding: 0 !important;
    padding-right: 50px !important;
    position: relative;
}

.commentSingleContainer {
    transition: all 5s;
    border-radius: 5px;
    position: static;
}

.commentArea {
    background: whitesmoke;
}

.commentTop {
    border-bottom: solid 1px #f1f1f1;
    height: 30px;
    padding: 5px;
}

.commentDate {
    font-size: 10px;
    color: lightgray;
    text-align: left;
}

.commentTools {
    /* text-align:left; */
    color: #c7c7c7;
    border-top: solid 1px #f1f1f1;
    height: 30px;
    padding: 5px !important;
}

.scoreSpan {
    
}

.commentTools {
}

    .commentTools &gt; button {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        padding: 0;
        margin: 0;
        width: 25px;
        height: 25px;
        display: inline-block;
    }

.commentText {
    padding: 5px !important;
}

.commentReply {
    color: #797979;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

    .commentReply:after {
        content: "\f057";
        font-family: "Font Awesome 6 Pro";
        color: red;
        font-size: 20px;
        position: absolute;
        font-weight: 900;
        top: -5px;
        left: -25px;
    }

.captchaHolder {
    position: relative;
}

    .captchaHolder &gt; input:focus + img {
        opacity: 1;
    }

    .captchaHolder &gt; img {
        position: absolute;
        top: 1px;
        left: 16px;
        height: 38px;
        opacity: 0.2;
        transition: 1s all;
    }

.commentUserImage {
    background-size: cover;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #cecece;
    border-radius: 5px;
    right: 5px;
    top: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #757575;
    box-shadow: 0 0 3px #cacaca;
    text-shadow: 0 0 3px #797979;
}

.commentBox {
    background: white;
    box-shadow: 0 0 3px #cacaca;
    border-radius: 5px;
    margin: 5px;
    /* padding: 5px; */
    position: static;
}

.mediumTitle {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center !important;
}

.largeTitle {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.text-box {
    border: solid 1px rgba(142, 170, 77, 0.29);
    padding: 5px;
    min-height: 40px;
    width: 100%;
    margin-bottom: 30px;
}


.button {
    border: solid 1px #b30600;
    padding: 5px;
    min-height: 40px;
    width: 100%;
    margin-bottom: 30px;
    background-color: #d20700;
    color: #ededed;
    transition: 0.3s all;
    padding-left: 20px;
    padding-right: 20px;
}

    .button:hover {
        min-height: 40px;
        width: 100%;
        margin-bottom: 30px;
        background-color: #ffffff;
        /* box-shadow: 0 0 5px #d20700; */
        color: #d20700;
    }

.disabled {
    /* -webkit-filter: blur(2px); */ /* Safari */
    /* filter: blur(1px); */
    opacity: 0.5;
    pointer-events: none;
}
.disabled button{
        color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.height200 {
    height: 200px;
}




/*//////////////////////////////////// signContainer*/
.signContainer {
    background-color: #293135;
    text-align: center;
    line-height: 30px;
    padding-top: 5px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: #ffffff;
    font-size: 12px;
}
    .signContainer p {
padding-bottom:15px;
margin:0;
    }
    .signContainer a {
        color: #f44336;
        transition: all 0.3s;
    }

        .signContainer a:hover {
            color: #ffffff;
        }

    .signContainer img {
        height: 16px;
        display: block;
        margin: auto;
    }


/*//////////////////////////////////// Message Box */

.msgboxgreen {
    position: fixed;
    width: 30%;
    background-color: #84b91c;
    color: black;
    left: 35%;
    top: 5%;
    text-align: center;
    font-size: 20px;
    
    padding: 20px;
    border: solid 4px rgba(255, 255, 255, 0.64);
    box-shadow: 0px 0px 10px #84b91c;
    direction: rtl;
    z-index: 1000001;
}

.msgboxred {
    position: fixed;
    width: 30%;
    background-color: #e00000;
    color: white;
    left: 35%;
    top: 5%;
    text-align: center;
    font-size: 20px;
    
    padding: 20px;
    border: solid 4px rgba(255, 255, 255, 0.64);
    box-shadow: 0px 0px 10px #e00000;
    direction: rtl;
    z-index: 1000001;
}
.captcha-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    border-radius: 5px;
    padding: 2px;
    cursor: pointer;
}
.modal-dialog .close {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 40px;
    color: #f14636;
    opacity: 0.8;
}

</pre></body></html>