<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">code, kbd, pre, samp{unicode-bidi:unset!important}.fm_login{margin:15px 0;text-align:center}.rb_fm_pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
    text-align: left;
    direction: ltr;
    background: #ebebeb;
    border: 1px solid #dadfe1;
    border-left: 5px solid #dadfe1;
    position: relative;
    unicode-bidi: unset !important;
}.rb_fm_pre code{background:transparent;unicode-bidi:unset!important}.rb_fm_ifram{position:relative;height:0;padding-bottom:51.25%;margin:20px auto;width:90%}.rb_fm_ifram iframe{position:absolute;width:100%;height:100%;top:0;left:0}.fm_input_attachment{display:grid;grid-template-columns:auto auto auto;gap:10px}.rb_fm_img{display:block;margin:0 auto;margin-top:10px}.fm_content blockquote{padding:15px!important;background-color:hsla(0, 0%, 52%, .1);background:hsla(0, 0%, 52%, .1)}.fm_page_number{margin:20px 0;text-align:center;display:flex;justify-content:center}.fm_page_number a, .fm_page_number span.pagination_current{position:relative;padding:6px 16px!important;margin-left:-1px!important;line-height:1.42857143;color:#337ab7!important;text-decoration:none;background-color:#fff;border:1px solid #ddd!important}span.pagination_more{display:flex;padding:4px}.fm_page_number span.pagination_current{z-index:2;color:#fff!important;cursor:default;background-color:#337ab7!important;border-color:#337ab7!important}.fm_page_number a:focus, .fm_page_number a:hover, .fm_page_number span.pagination_current:focus, .fm_page_number span.pagination_current:hover{color:#23527c;background-color:#eee;border-color:#ddd;text-decoration:none!important}.fm_link_reg{margin-top:20px}.tb_forum{width:100%}@media(max-width:600px){.tb_forum td{display:block;width:100%}}input[type="checkbox"], input[type="radio"]{width:18px;height:18px;margin-inline:5px}.fm_attach{border-top:1px solid #e6edf0;margin-top:16px;padding-top:15px}.fm_attach_list{padding-top:18px;gap:5px}.fm_attach_item{width:160px;text-align:center;border:1px solid #e6edf0;border-radius:20px;display:flex;flex-direction:column;gap:15px;padding:5px;align-items:center;justify-content:space-between}.fm_attach_item img{max-width:160px;max-height:160px;object-fit:cover}.fm_emoji{width:25px!important;height:25px!important;display:inline-block!important;float:none!important;margin:0 3px!important;border:0!important}.fr-view img.fm_emoji{display:inline-block;float:none;vertical-align:top;margin:0 2px;width:25px!important;height:25px!important}/*-------attachment----------*/ .rb_attach_btn{position:relative;overflow:hidden;display:inline-block;border:0;background:none;display:flex}.rb_attach_btn input{position:absolute;top:0;right:0;margin:0;opacity:0;-ms-filter:'alpha(opacity=0)';font-size:200px;direction:ltr;cursor:pointer}.queue{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 0 0}.rb_attach_btn input{height:100%}.rb_attach_span{width:100%;border:4px dashed rgba(34, 41, 47, .175)}.rb_attach_span p{display:flex;width:100%;margin:15px 0;padding:0;text-align:center;line-height:36px;color:rgba(130, 134, 139, 1);flex-direction:column;justify-content:center;align-items:center}.rb_attach_list_file{margin:20px 0;display:flex;flex-direction:column;gap:10px}.rb_attach_item{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;border:1px solid gainsboro;padding:4px 10px;border-radius:10px;flex-direction:row-reverse}.rb_attach_item .rb_attach_file_name{flex:1;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;direction:ltr}.rb_attach_item .rb_attach_file_size{margin-left:10px}.rb_attach_item .attaach_btn_del{margin-left:10px}.rb_attach_select{display:flex;margin:20px auto;justify-content:center;width:100%;flex-direction:column}.rb_attach_item button{margin-left:10px}.rb_attach_error{color:red;margin-top:10px}.rb_btn{padding:8px 60px;display:inline-block;background:#5bc0de;border-radius:25px;color:#FFF}

.fr-view pre{height:auto;max-height: max-content;}

.fm-quote-container
{
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
	max-height: none;
}
.fm-quote-content
{
	max-height: 200px;
	overflow:hidden;
	transition: max-height 0.5s ease;
}
.fm-quote-content.fm-quote-show {
	max-height: none;
}
.fm-fade-out
{
	display: block;
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	background:linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}
svg.rb_chevron_down,svg.rb_chevron_up {
    width: 18px;
    height: 18px;
}
.btn_more_quote:hover svg{
    fill:#FFF;
	color: #FFF;
}
.dark .fm-fade-out{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(81 85 96));
}
.dark .rb_fm_pre{
    color: #cecece;
    background: #2c2c2c;
    border: 1px solid #474747;
    border-left: 5px solid #474747;
    scrollbar-color: #282828 #4d4d4d;
}
.dark textarea {
    color:#FFF;
}
.rb_poll_up .rb_poll_proccessbar_text 
{
    font-size: 15px;
}
.fm_btn_primary {
    margin: 10px;
    padding: 10px 20px;
    border-radius: 5px;
}
</pre></body></html>