<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sw_microblock, .sw_microblock *, .smartwall_photos_box, .smartwall_photos_box *, .sw_poll_block, .sw_poll_block *, .sw_video_form, .sw_video_form *{
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}
.sw_microblock {
	margin-bottom: 20px;
	background-color: #222;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	clear: both;
	margin-top: 15px;
}
.sw_miniblock {
    position: relative;
}
.sw_microblock .img-thumbnail, .AtWho_users .img-thumbnail{
	padding: 0;
    border: none;
    border-radius: 0;
}
.sw_miniblock .sw_miniblock_inner &gt; img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 22;
	vertical-align: middle;
}

.gifplayer-wrapper {
    position: relative;
    display: inline-block;
}
ins.play-gif{
	position: absolute;
	font-family: Arial, sans serif;
	width: 50px;
	height: 50px;
	line-height: 52px;
	text-align: center;
	background: #222;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
	opacity: .9;
	border: 4px solid #fff;
	cursor:pointer;
	text-decoration: none;
}

ins.play-gif:hover{
	opacity:.5;
}

.spinner {
	height:50px;
	width:50px;
	margin:0px auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:6px solid rgba(256,256,256,.15);
	border-right:6px solid rgba(256,256,256,.15);
	border-bottom:6px solid rgba(256,256,256,.15);
	border-top:6px solid rgba(256,256,256,.8);
	border-radius:100%;
}








.sw_miniblock .smartwall_editor {
    overflow: auto;
    margin: 0;
    background-image: none;
    font-size: 14px;
    display: block;
    width: calc(100% - 120px);
    background-color: #222;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    resize: none!important;
    border: none;
    box-shadow: none;
    padding: 16px 6px 16px 55px;
    line-height: 1.628571;
    height: 55px;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sw_microblock_inner.sw_opened .smartwall_editor {height: 75px;padding-right: 20px;width: 100%;white-space: normal;}
.sw_microblock .sw_fake_btns {
    position: absolute;
    top: 15px;
    right: 16px;
    margin: 0;
    -webkit-transform: scaleY(1) scaleX(1) translateY(0);
    -moz-transform: scaleY(1) scaleX(1) translateY(0);
    -ms-transform: scaleY(1) scaleX(1) translateY(0);
    -o-transform: scaleY(1) scaleX(1) translateY(0);
    transform: scaleY(1) scaleX(1) translateY(0);
    opacity: 1;
}
.sw_microblock_inner.sw_opened .sw_fake_btns {display:none}
.sw_microblock .sw_fake_btn, .sw_footer .wvf_btn{
    margin-left: 8px;
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity:0.7;
	-o-opacity:0.7;
	-webkit-opacity:0.7;
	opacity:0.7;
	cursor:pointer
}
.sw_microblock .sw_fake_btn:hover, .sw_footer .wvf_btn:hover{
	-moz-opacity:1;
	-ms-opacity:1;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	opacity:1;
}

.sw_microblock .sw_footer{
    padding: 5px;
    display: none;
}
.sw_microblock .sw_footer .sw_footer_inner {
    margin: 0;
    padding: 4px 1px;
	position: relative;
}
.sw_microblock .sw_footer .sw_footer_inner:before {
    display: table;
    content: " ";
}
.sw_microblock .sw_footer .sw_footer_inner:after {
	display: table;
    content: " ";
	clear: both
}
.sw_microblock .sw_footer .sw_footer_bottom {
    border-top: 1px solid #f4f4f4;
    padding: 11px 8px 7px;
    overflow: hidden;
}
.sw_footer .sw_text_length {
    color: #999;
    font-size: 13px;
    margin: 12px 7px 7px 6px;
    font-weight: 700;
    float: left;
}
.sw_footer .wvf_btn{float: left;margin: 0 10px;}

.sw_footer .wvf_access{
    float: left;
	margin: 4px;
}
.sw_footer label.wvf_access{margin: 5px 6px;padding: 4px;}
.sw_footer label.wvf_access input{margin: 1px 2px 0 0;}
.sw_footer .wvf_sendBtn{float: right;}
.sw_footer .wvf_sendBtn button, .sw_button_add{
	margin: 0;
	text-transform: none;
	-webkit-appearance: button;
	outline: 0!important;
	background-image: none;
	white-space: nowrap;
	-ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	display: inline-block;
	position: relative;
    user-select: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    padding: 0 16px;
    border-radius: 4px;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
	color: #ffffff !important;
    background-color: #a84849;
    border-color: #a84849;
	line-height: 35px;
    min-width: 100px;
	-moz-opacity:0.9;
	-ms-opacity:0.9;
	filter:alpha(opacity=90);
	-khtml-opacity:0.9;
	-o-opacity:0.9;
	-webkit-opacity:0.9;
	opacity:0.9;
}
.sw_footer .wvf_sendBtn button:hover{
	-moz-opacity:1;
	-ms-opacity:1;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	opacity:1;
}
.sw_footer .wvf_sendBtn button.is_load_proccess{
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity:0.7;
	-o-opacity:0.7;
	-webkit-opacity:0.7;
	opacity:0.7;
}

.smartwall_editor.medium-editor-placeholder-relative:after, .smartwall_editor.medium-editor-placeholder:after {
    content: attr(data-placeholder)!important;
    white-space: pre;
    padding: inherit;
    margin: inherit;
    font-style: normal;
	letter-spacing: 2px;
}

.atwho-view ul li.AtWho_users{
    padding: 8px 10px;
	line-height:normal
}
.atwho-view ul li.AtWho_users img{
    width: 16px;
    border-radius: 50%;
    vertical-align: bottom;
}
.AtWho_user{
	border: 1px dotted #ccc;
    padding: 0 4px 1px 3px;
}

.smartwall_photos_box{width:500px;height:400px;margin:15px}
.modal-content .smartwall_photos_box {
    width: 100%;
    height: auto;
    margin: 0;
}
.smartwall_photos_item{border: 1px solid #ddd;font-size: 14px;}
.smartwall_photos_item h3{
    margin: 0;
    padding: 6px 10px;
    background: #eee;
    border-bottom: 1px solid #e4e4e4;
	font-size: 20px;
}
#smartwall_add_photo, #smartwall_add_audio{
    border: 1px dashed #ddd;
    background: #fafafa;
    text-align: center;
	width: 320px;
    float: left;
}
.modal-content #smartwall_add_photo{}
#smartwall_add_photo .photo_to_smartwall, #smartwall_add_audio .photo_to_smartwall{padding: 10px;}
#smartwall_add_photo .photo_to_smartwall &gt; img, #smartwall_add_audio .photo_to_smartwall &gt; img{vertical-align: sub;}
#smartwall_add_photo .hide_drop_area_smartwall{}

.smartwall_photos{
    padding: 8px;
    display: flex;
    flex-flow: row wrap;
}
.is_swab{
    justify-content: flex-end;
}
.smartwall_photos .sw_photo_box{
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 4px;
    margin: 3px;
	position:relative
}
.smartwall_photos .sw_photo_box img{cursor:pointer}
.smartwall_photos .sw_photo_box img:hover{
	-moz-opacity:0.7;
	-ms-opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity:0.7;
	-o-opacity:0.7;
	-webkit-opacity:0.7;
	opacity:0.7;
}
.sw_checked{
	display:none;
	background: rgba(76, 175, 80, 0.38);
	position: absolute;
	top: 4px;
	bottom: 18px;
	left: 4px;
	right: 4px;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 64px;
	height: 64px;
	cursor:pointer
}
.sw_select .sw_checked{
	display: block;
}
.smartwall_photos .sw_photo_box a{
    font-size: 14px;
    color: red;
    text-align: center;
    margin-bottom: -2px;
	cursor: pointer;
}
.smartwall_photos .sw_photo_box a.swp_hide {
    color: orange;
    margin-top: 3px;
}
.smartwall_photos .sw_photo_box a.swp_hide:hover{color: #d68b02}
.sw_selected_photo{
    background: #2196F3;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 3px;
    position: sticky;
    bottom: 0;
    left: 100%;
    cursor: pointer;
    margin-top: 5px;
    font-size: 14px;
}

.swmr_photos{
	display:none;
	padding: 0 10px;
	margin-bottom: 5px;
}
.swmr_photos span{
    position: relative;
    display: inline-block;
    margin-right: 4px;
}
.swmr_photos span a {
    position: absolute;
    top: 4px;
    right: 4px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    padding: 3px 5px 3px 6px;
    font-size: 14px;
    cursor: pointer;
}
.swmr_photos span a:hover{background-color: rgba(0, 0, 0, 0.9);}
.swmr_photos span img{
	width: 64px;
    height: 64px;
}

.swmr_video{
    padding: 0 8px;
    margin-bottom: 8px;
    overflow: hidden;
    display: none;
}
.swmr_video .sw_pre_video{
	width: 100px;
	height: 80px;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}
.swmr_video .sw_pre_video a:after{
	content:"\25ba";
	position:absolute;
	left: 36px;
	top: 25px;
	color: #fff;
	font-size: 16px;
	background: rgba(255, 0, 0, 0.74);
	padding: 4px 7px 4px 9px;
	border-radius: 5px;
}
.swmr_video .sw_pre_video a:hover:after{background:red}
.swmr_video .sw_pre_video img{
	position: absolute;
    top: -10px;
    left: -10px;
    max-width: 150%;
}
.swmr_video .sw_pre_video span{
	position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 2px;
    font-size:0;
    cursor:default;
}
.swmr_video .sw_pre_video:hover span{font-size:14px;background: rgba(255, 0, 0, 0.76);}

.sw_poll_block{
	clear: both;
	background: #eee;
	margin-top: 5px;
	padding: 10px 10px 5px;
	width: 280px;
	float: right;
	position: relative;
	display:none;
	position: absolute;
	right: 0;
	z-index: 10;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.26);
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.sw_poll_block:before{
    content: " ";
    position: absolute;
    top: -9px;
    left: 23px;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: transparent transparent #eee;
    }
.sw_poll_block .polls_question_box{
    margin-bottom: 5px;
    line-height: 17px;
    display: flex;
}
.sw_poll_block .polls_question_box input{
    width: 231px !important;
    padding: 7px;
    min-height: auto !important;
    height: 31px;
    line-height: normal !important;
    vertical-align: baseline;
    border: 1px solid #ccc;
}
.sw_poll_block .polls_question_box span{
    color: #fff;
    background: darkgrey;
    display: inline-block;
    padding: 0 9px;
    margin-left: -5px;
    cursor: pointer;
    font-size: 21px;
    height: 31px;
    line-height: 31px;
}
.sw_poll_block .polls_question_box span img{
    width: 16px;
    vertical-align: baseline;
}
.sw_poll_block .polls_question_box span:hover{background:red}
.sw_poll_block .polls_question_box span.pf_add{
}
.sw_poll_block .polls_question_box span.pf_add:hover{background:green}
.sw_poll_block #polls_question{
	padding: 10px;
	width: 260px;
	display: block;
	margin-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	resize: none;
	height: 52px;
	border: 1px solid #ccc;
}
.sw_poll_block .polls_question_box input:focus,.sw_poll_block #polls_question:focus{outline:none}
.sw_poll_block a.sw_button_add{
    padding: 0;
    width: 45%;
    text-align:center;
    text-decoration: none;
}
.sw_poll_block a.sw_button_add.is_mini{width: 115px}
.sw_poll_block a.sw_button_add:hover{
    color: #fff;
}
.sw_poll_block a.pb_delete{
    padding: 0;
    width: 45%;
    margin-left: 5px;
    text-align:center;
    background: #ff6f6f;
    border-color: #e86a6a;
    display:none;
    float: right;
}
.sw_or_text{
    text-align: center;
    margin: 8px 0 0;
    color: #666666;
    clear: both;
}
#sw_btn_addPoll, #sw_btn_addAudio{position:relative}
.sw_circle{
    width: 8px;
    height: 8px;
    background: red;
    display: none;
    position: absolute;
    top: -2px;
    right: -2px;
    border-radius: 50%;
}
#sw_btn_addAudio .sw_circle{top: -10px;right: 18px;}
.swmr_gifs{
    border-top: 1px dashed #ddd;
	position:relative;
    display: none;
}
.swmr_gifs #sw_search_gif{
    width: 100%;
    padding: 15px;
    border: none;
    outline: none;
}
.swmr_gifs .sw_gif_parser{display: none;max-height:400px;min-height:300px;overflow-y:scroll}
.swmr_gifs .sw_gif_parser_loader{display: none;position: absolute;top: 35px;bottom: 0;right: 0;left: 0;z-index: 1;background: #fff;justify-content: center;align-items: center;}
.swmr_gifs .sw_gif_parser_loader.sw_loader_mini{
	height: 38px;
    top: auto;
    bottom: 0px;
}
.swmr_gifs .sw_gif_parser_loader.sw_loader_mini img{height:24px}
.sw_img_load{text-align:center}
.sw_no_gifs{
	height: 200px;
    line-height: 40px;
    font-size: 30px;
    padding: 50px 50px 0;
    color: #777;
}
.swmr_gifs .sw_gif_parser img{cursor:pointer}

.swmr_gifs_append{
	padding: 0 8px;
    margin-bottom: 8px;
    overflow: hidden;
    display: none;
}
.sw_pre_gif{
	width: 100px;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}
.sw_pre_gif .sw_gif_file{
	min-height: 80px;
    width: 100px;
}
.sw_pre_gif span{
	position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    padding: 4px 8px;
	cursor:pointer;
	display:none
}
.sw_pre_gif:hover span{display:block}

.sw_pre_gif ins.play-gif {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 15px;
    top: 18px!important;
    left: 30%!important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

div[contenteditable="false"]{
	background: #fafafa !important;
    cursor: not-allowed;
}

.sw_smiles_box{
	display: none;
    text-align: center;
    padding: 10px;
}
.sw_smiles_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.sw_smiles_box ul li{
    display: inline-block;
    line-height: 0;
    cursor: pointer;
}
.sw_smiles_box ul li:hover{
    background: #f1f1f1;
	border-radius:2px
}
.sw_smiles_box ul li img{
    line-height: 0;
    max-width: none;
    width: auto;
    padding: 3px;
}
.smartwall_editor .sw_smile, .swli_text .sw_smile{vertical-align: sub;padding: 0 5px;}

.swmr_coloreds {display: none;padding: 12px;}
.swmr_coloreds_item {
    display: inline-block;
    height: 36px;
    width: 36px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background-size: cover;
    cursor: pointer
}
.swmr_coloreds_item.colored_active{border-color: #2196F3;}
.sw_miniblock_inner.colored {
	min-height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px 3px 0 0;
	background-repeat: no-repeat!important;
    background-size: cover!important;
	margin-bottom: 10px;
}
.sw_miniblock .sw_miniblock_inner.colored &gt; img {
    display: none;
}
.sw_miniblock .sw_miniblock_inner.colored .smartwall_editor {
    height: auto;
    max-height: 370px !important;
    position: absolute;
    background: transparent !important;
    padding: 20px 50px;
    text-align: center;
    font-size: 25px;
}
.sw_miniblock .sw_miniblock_inner.colored .smartwall_editor p {line-height: 26px;color: inherit;}
.sw_miniblock .sw_miniblock_inner.colored .smartwall_editor blockquote {
	background: none;
    color: inherit;
    border-color: rgb(255 152 0 / 64%);
}
.sw_miniblock .sw_miniblock_inner.colored .smartwall_editor:after {
    color: inherit;
    opacity: 0.6;
	left: 50%;
    transform: translate(-50%, 0);
}

.sw_poll_swither{
    margin-bottom: 5px;
}
.sw_poll_swither:before{content:''}
.sw_poll_text{}
.sw_poll_photo{display:none;text-align: center;font-size: 14px;}
.sw_poll_swither .swps_body {
  width: 56px;
  height: 26px;
  background: white;
  border: 1px solid #dadde1;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  cursor:pointer
}
.sw_poll_swither .swps_switch {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  border: 1px solid #ccd0d6;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  -moz-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -moz-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -o-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  z-index: 1;
}
.sw_poll_swither .swps_track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
}
.sw_poll_swither .swps_bgd {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 55px;
  -moz-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -o-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: left 250ms cubic-bezier(0.34, 1.61, 0.7, 1), right 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  background: #439fd8 url("/templates/default/controllers/smartwall/img/tgl_check.png") center center no-repeat;
}
.sw_poll_swither .swps_bgd-negative {
  right: auto;
  left: -45px;
  background: white url("/templates/default/controllers/smartwall/img/tgl_x.png") center center no-repeat;
}
.sw_poll_swither:hover .swps_switch {
  border-color: #b5bbc3;
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.sw_poll_swither:active .swps_switch {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.sw_poll_swither .swps_body &gt; .swps_switch {
  left: 30px;
}
.sw_poll_swither .swps_body .swps_bgd {
  right: -45px;
}
.sw_poll_swither .swps_body .swps_bgd.swps_bgd-negative {
  right: auto;
  left: -10px;
}
.sw_poll_swither .swps_body.swps_on &gt; .swps_switch {
  left: 0;
}
.sw_poll_swither .swps_body.swps_on .swps_bgd {
  right: -12px;
}
.sw_poll_swither .swps_body.swps_on .swps_bgd.swps_bgd-negative {
  right: auto;
  left: -36px;
}
.swps_text{
    display: inline-block;
    height: 26px;
    line-height: 20px;
    vertical-align: bottom;
    color: #168fda;
    cursor:pointer;
    font-size: 14px;
}

.sw_poll_photo1{}
.sw_poll_vs{
    background: #fff;
    display: inline-block;
    margin: -10px 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    border: 1px solid #ccc;
    z-index: 1;
    position: relative;
}
.sw_poll_photo2{
    margin-bottom: 10px;
}
.sw_poll_photo a{
	height: 50px;
    line-height: 50px;
    border: 1px dashed #ccc;
	display:block;
	text-decoration: none;
	background-size: cover !important;
	text-shadow: 0px 1px 2px #fff;
	position:relative
}
.sw_poll_photo a span{
    position: absolute;
    right: 1px;
    bottom: 1px;
    background: rgb(255 0 0 / 80%);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.sw_poll_photo a span:hover{background:red}

.audio-player,
.audio-player div,
.audio-player .sw_audio_artsong,
.audio-player .sw_audio_artist,
.audio-player .sw_audio_song,
.audio-player a,
.audio-player span,
.audio-player button {
    outline: none;
}
.is_swab div.audio-player {
    position: relative;
    width: 100%;
    height: 50px;
	-moz-opacity:0.9;
	-ms-opacity:0.9;
	filter:alpha(opacity=90);
	-khtml-opacity:0.9;
	-o-opacity:0.9;
	-webkit-opacity:0.9;
	opacity:0.9;
}
.is_swab div.audio-player:hover{
	-moz-opacity:1;
	-ms-opacity:1;
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-o-opacity:1;
	-webkit-opacity:1;
	opacity:1;
}
div.audio-player .mejs__container, div.audio-player .mejs__controls:not([style*="display: none"]){background:none}
div.audio-player .mejs__playpause-button{background: #5181b8;border-radius: 50%;height: 32px;}
div.audio-player .mejs__playpause-button button{top: 7px;left: 16px;margin: 0;padding: 0;}
div.audio-player .mejs__time-rail .mejs__time-slider{top: 20px;}
div.audio-player .mejs__time-total {background: rgb(0 0 0 / 12%);}
div.audio-player .mejs__time-rail .mejs__time-slider,
div.audio-player .mejs__time-buffering,
div.audio-player .mejs__time-current,
div.audio-player .mejs__time-loaded,
div.audio-player .mejs__time-marker,
div.audio-player .mejs__time-total
{height:2px}
div.audio-player .mejs__time-current, div.audio-player .mejs__time-handle-content {background: #5181b8;}
div.audio-player .mejs__currenttime-container{
    position: absolute;
    right: 98px;
    padding-top: 15px;
    color: #888;
    height: 28px;
}
div.audio-player .mejs__time-handle, div.audio-player .mejs__time-handle-content{border:none;width: 6px;height: 6px;left: 0;top: -1px;}
div.audio-player .mejs__time-float {border: 1px solid #dcdcdc;}
div.audio-player .mejs__duration-container{
    color: #fff;
}
div.audio-player .sw_audio_artsong{
    position: absolute;
    font-size: 14px;
    left: 54px;
    top: 5px;
    width: calc(100% - 200px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
div.audio-player .sw_audio_artist{
    font-weight: bold;
    color: #5181b8;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
div.audio-player .sw_audio_song{
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
div.audio-player .sw_audio_song:before {
    display: inline-block;
    content: "\00a0\2014\00a0";
}
div.audio-player:hover .sw_audio_select:before{content: "\2713";background: #cedece;color: #fff;width: 19px;height: 19px;display: block;border-radius: 50%;margin: 2px 0 0 2px;text-align: center;}
.sw_audio_select{
    position: absolute;
    left: -22px;
    top: 5px;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    cursor: pointer;
}
.sw_audio_select.sw_select:before, div.audio-player:hover .sw_audio_select.sw_select:before{content: "\2713";background: green;color: #fff;width: 19px;height: 19px;display: block;border-radius: 50%;margin: 2px 0 0 2px;text-align: center;}
.is_swab div.audio-player{width: calc(100% - 24px);}
.is_swab .smartwall_no_photos{width: 100%}

#smartwall_add_photo_link{
	width: 163px;
    float: left;
    border: 1px dashed #ddd;
    background: #fafafa;
    text-align: center;
}
.modal-content #smartwall_add_photo_link{
    width: 30%;
}
#smartwall_add_photo_link a{
	display: block;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
}

.sw_video_form{
	width: 400px;
	height: 350px;
	padding: 10px;
	font-size: 14px;
}
.modal-content .sw_video_form{
    width: 100%;
    height: auto;
    padding: 0;
}
.sw_video_input{}
.sw_video_input label{
    display: block;
}
.sw_video_input input{
    width: calc(100% - 85px);
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    outline: none;
    vertical-align: bottom;
    font-size: 12px;
}
.sw_video_input a, .video_attach_btn{
    background: #4CAF50;
    border: 1px solid #3e8c41;
    color: #fff;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    width: 80px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
    outline: none;
}
.sw_video_input a:hover, .video_attach_btn:hover{
	background: #45a249;
	border: 1px solid #3c843f;
	color: #fff;
	text-decoration: none;
}
.sw_video_result{
    margin-top: 10px;
}
.modal-content .sw_video_result{text-align: center;}
.video_attach_btn{
	margin-top: 5px;
    display: block;
    width: 100%;
}
.swvf_error{
	border: 1px solid #bd5959;
    padding: 5px;
    text-align: center;
    background: #ffecec;
    border-radius: 2px;
}
.sw_video_input a.vf_search_pross{
	background: #ccc;
    border: 1px solid #999;
    color: #444;
}
#smartwall_add_audio{width: 100%;float: none;}
#smartwall_add_photo .qq-upload-list:empty, #smartwall_add_audio .qq-upload-list:empty{display: none;}
.sw_selected_photo.is_sw_hide_audio{left: 0;background: #FF9800;}

.captcha_data{width:300px;height:100px;margin:10px}
.swmr_links{display:none}
.sw_link_box{
	display: block;
    width: calc(100% - 20px);
    height: 260px;
    border: 1px solid #ddd;
    margin: 10px;
}
.sw_link_box .swlb_img{
	height: 200px;
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position:relative;
	border-bottom: 1px solid #ddd;
}
.sw_link_box .swlb_delete, .sw_link_box .swlb_url{position: absolute;right: 5px;top: 5px;background: rgb(0 0 0 / 72%);color: #fff;text-decoration: none;width: 32px;height: 32px;text-align: center;line-height: 32px;border-radius: 3px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sw_link_box .swlb_url{
    bottom: 5px;
    left: 5px;
    top: auto;
    right: auto;
    width: auto;
    max-width: 80%;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
}
.sw_link_box .swlb_title{
    padding: 10px;
    display: block;
    text-decoration: none;
}
.sw_link_box .swlb_title h3{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.sw_link_box .swlb_title p{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smartwall_editor ul{
	list-style-type: disc;
    margin: 10px 0;
    padding-left: 45px;
}

html.min-vh-100 .swmr_photos span a{padding:6px 4px 6px 4px	}

@media screen and (max-width: 580px) {
	.nyroModalLink .smartwall_photos_box {
		width: 400px;
		height: 300px;
		margin: 10px 20px 10px 10px;
	}
	.modal-content #smartwall_add_photo .photo_to_smartwall, .modal-content #smartwall_add_photo_link a{font-size: 13px;}
}

@media screen and (max-width: 480px) {
    .sw_poll_block{ left: 0 !important; }
	.sw_poll_block:before {left: 112px}
	#body section article {z-index: 4;}
	.nyroModalLink .smartwall_photos_box {
		width: 300px;
		height: 280px;
	}
	#smartwall_add_photo .photo_to_smartwall {font-size: 13px;}
	div.audio-player .sw_audio_artsong{width: calc(100% - 115px)}
	.modal-content #smartwall_add_photo {width: 50%;}
	.modal-content #smartwall_add_photo_link {width: 50%;}
}

@media screen and (max-width: 440px) {
	.nyroModalLink .smartwall_photos_box {
		width: 280px;
		height: 280px;
	}
	#smartwall_add_photo .photo_to_smartwall {white-space: nowrap;}
	.smartwall_photos_box .sw_selected_photo {
		position: sticky;
		left: 100%;
	}
	.sw_video_form{width: 380px;}
	.sw_video_result iframe{width: 100%;}
}
@media screen and (max-width: 400px) {
	.sw_video_form{width: 350px;}
}
@media screen and (max-width: 376px) {
	.sw_video_form{width: 320px;height: 335px;}
	.sw_video_input input{font-size:11px}
}
@media screen and (max-width: 321px) {
	.sw_video_form{width: 290px;}
}

@media (min-width: 576px) {
/* 	.modal-content #smartwall_add_photo {width: 290px;}
	.modal-content #smartwall_add_photo_link {width: 161px;} */
	.modal-content #smartwall_add_photo {width: calc(100% - 30%);}
	.modal-content #smartwall_add_photo_link {width: 30%;}
	.modal-content #smartwall_add_photo .photo_to_smartwall, .modal-content #smartwall_add_photo_link a{font-size: 13px;}
}
</pre></body></html>