.status_box{background: var(--bg_white); border-radius: 5px;}
.status_box > div:first-child{display: table; table-layout: fixed; width: 100%; display: none;}
.status_box > div:first-child > div{display: table-cell; vertical-align: middle; cursor: pointer;}
.status_box > div:first-child > div.active{background: var(--bg_silvercalm);}
.status_box > div:first-child > div > div{display: table; padding: 15px 0px;}
.status_box > div:first-child > div > div > div{display: table-cell; vertical-align: middle;}
.status_box > div:first-child > div > div > div:first-child > div{width: 20px; height: 20px;}
.status_box > div:first-child > div > div > div:nth-child(2){padding-left: 10px; font-size: 17px; font-family: 'bold';}
.status_box > div:nth-child(2){border-top: 1px solid var(--bg_line);}
.status_box.sb_dashboard > div:first-child{display: table;}
.status_box.sb_dashboard > div:nth-child(2){display: none;}
.status_box .sts_status{}
.status_box .sts_status > div:first-child{padding: 10px 25px 11px 25px;}
.status_box .sts_status > div:first-child > div{width: 100%; outline: none; font-size: 17px; padding: 7px 0px;}
.status_box .sts_status > div:nth-child(2){border-top: 1px solid var(--bg_line);}
.status_box .sts_status > div:nth-child(2) > div.options{padding: 10px 15px 15px 15px; height: 36px;}
.status_box .sts_status > div:nth-child(2) > div.options > div{display: inline-block; width: 100%;}
.status_box .sts_status .so_select{display: table; table-layout: fixed; float: left; padding: 6px 10px; cursor: pointer; transition: all 0.2s ease;}
.status_box .sts_status .so_select:hover{color: var(--text_silver);}
.status_box .sts_status .so_select > div{display: table-cell; vertical-align: middle;}
.status_box .sts_status .so_select > div:first-child{width: 25px;}
.status_box .sts_status .so_select > div:first-child > div{padding-bottom: 100%;}
.status_box .sts_status .so_select > div:nth-child(2){padding-left: 7px;}
.status_box .sts_status .so_button{float: right;}
.status_box .sts_poetry{padding: 15px 20px; display: none;}
.status_box .sts_poetry textarea{font-size: 17px; min-height: 150px; font-family: 'novel';}
.status_box .sts_poetry .sp_theme{margin-top: 15px; width: 100%; white-space: nowrap; padding-top: 3px; overflow: hidden;}
.status_box .sts_poetry .sp_theme{scrollbar-color: #d8d8d8 transparent; scrollbar-width: thin;}
.status_box .sts_poetry .sp_theme:hover{overflow: auto;}
.status_box .sts_poetry .sp_theme > div{width: 30px; height: 30px; border-radius: 5px; cursor: pointer; display: inline-block;}
.status_box .sts_poetry .sp_theme > div:not(:last-child){margin-right: 10px;}
.status_box .sts_poetry .sp_theme > div.active{box-shadow: 0px 0px 0px 2px var(--bg_blue);}
.status_box .sts_poetry .sp_option{display: inline-block; width: 100%; margin-top: 15px;}

.status_box div.attach > div.image{white-space: nowrap; background: var(--bg_silvercalm); overflow: auto;}
.status_box div.attach > div.image > div{display: inline-block; width: 100px; height: 100px; position: relative; border-radius: 5px; background-color: var(--bg_silver); background-size: cover; margin: 15px 10px;}
.status_box div.attach > div.image > div > div{position: absolute; top: -10px; right: -10px; width: 25px; height: 25px; background: var(--bg_black); border-radius: 50%;}
.status_box div.attach > div.image > div > div > div{width: 10px; height: 10px; margin-top: 7px;}
.status_box div.attach > div.work{display: inline-block; width: 100%; background: var(--bg_silvercalm);}
.status_box div.attach > div.work > div{padding: 15px 25px; display: grid; box-sizing: border-box; grid-template-columns: 30px 1fr; grid-gap: 10px;}
.status_box div.attach > div.work > div > div{width: 100%;}
.status_box div.attach > div.work > div > div:first-child{width: 25px;}
.status_box div.attach > div.work > div > div:first-child > div{padding-bottom: 150%; border-radius: 3px; background-color: var(--bg_silver); position: relative;}
.status_box div.attach > div.work > div > div:first-child > div > div{position: absolute; top: -8px; right: -8px; width: 18px; height: 18px; background: var(--bg_black); border-radius: 50%;}
.status_box div.attach > div.work > div > div:first-child > div > div > div{width: 6px; height: 6px; margin-top: 6px;}
.status_box div.attach > div.work > div > div:nth-child(2) > div:first-child{font-weight: bold;}
.status_box div.attach > div.work > div > div:nth-child(2) > div:nth-child(2){color: var(--text_silver); font-size: 11px;}

.status_search_work{min-height: 250px; padding: 15px;}

/*********************************STATUS CARD******************************/

.status_video > div{height: 286px; position: relative;}
.status_video > div > div:first-child{width: 50px; height: 50px; position: absolute; top: 20px; left: 20px; border-radius: 50%;}
.status_video > div > div:first-child > div{width: 20px; height: 20px; margin-top: 14px; margin-left: 17px;}
.status_video:hover > div > div:first-child{box-shadow: 0px 0px 0px 5px white;}
.status_video > div > div:last-child{background-image: linear-gradient(to bottom, transparent, var(--bg_black)); position: absolute; bottom: 0px; left: 0px; width: 100%;}
.status_video > div > div:last-child > div{padding: 50px 20px 20px 20px;}
.status_photo{height: 510px;}

.status_article > div:first-child{height: 300px; position: relative;}
.status_article > div:first-child > div{position: absolute; bottom: 0px; left: 0px; width: 100%; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.80), transparent);}
.status_article > div:first-child > div > div{padding: 70px 20px 20px 20px; line-height: 33px; font-size: 17px; font-weight: bold; color: var(--text_white);}
.status_article > div:last-child{padding: 20px 20px 21px 20px; color: #8e8e8e;}

.status_listicle > div:first-child{background-color: var(--bg_silvercalm); height: 200px; position: relative;}
.status_listicle > div:first-child > div{bottom: 20px; right: 20px; padding: 5px 15px 4px 15px; height: 20px; background: rgba(0, 0, 0, 0.25); color: var(--text_white); position: absolute; border-radius: 5px;}
.status_listicle > div:first-child > div > div{width: 17px; height: 17px; margin-right: 10px; float: left;}
.status_listicle > div:last-child{padding: 15px 20px 0px 20px; color: var(--text_black);}

.status_work{margin: 10px; padding: 10px; border: 1px solid var(--bg_line); border-radius: 5px; background: var(--bg_silvercalm);}
.status_work .swBody{display: grid; grid-template-columns: 45px 1fr; grid-gap: 15px;}
.status_work .swBody > div{width: 100%;}
.status_work .swBody > div:first-child > div{padding-bottom: 150%; border-radius: 5px; background-color: var(--bg_silver);}
.status_work .swBody > div:nth-child(2) > div:first-child > span{font-size: 9px; color: var(--text_white); padding: 2px 5px; border-radius: 3px;}
.status_work .swBody > div:nth-child(2) > div:nth-child(2){margin-top: 3px; font-size: 15px; font-weight: bold;}
.status_work .swBody > div:nth-child(2) > div:nth-child(3){font-size: 11px; color: var(--text_silver);}

.status_poetry{padding: 15px 20px 17px 20px;}
.status_poetry > div:first-child{font-size: 20px; font-weight: bold;}
.status_poetry > div:nth-child(2){margin-top: 10px; font-family: 'novel';}

.status_slider{height: 400px; background: var(--bg_black); position: relative;}
.status_slider > div:first-child{display: table; table-layout: fixed; width: 100%;}
.status_slider > div:first-child > div{height: 400px; text-align: center; display: table-cell; vertical-align: middle; width: 545px;}
.status_slider > div:first-child > div > img{max-width: 100%; max-height: 100%; display: none;}
.status_slider > div:first-child > div > img.show{display: block;}
.status_slider > div:nth-child(2){width: 100%; height: 100%; position: absolute; top: 0px; z-index: 5;}
.status_slider > div:nth-child(2) > div{width: 100%; height: 40px; position: absolute; top: 180px;}
.status_slider > div:nth-child(2) > div > div{width: 40px; height: 40px; background: var(--bg_white); border-radius: 50%; opacity: 0; cursor: pointer; position: absolute;}
.status_slider:hover > div:nth-child(2) > div > div:not(:nth-child(2)){opacity: 1;}
.status_slider:hover > div:nth-child(2) > div > div:nth-child(2){opacity: 0.2;}
.status_slider:hover > div:nth-child(2) > div > div.disabled{opacity: 0.2;}
.status_slider > div:nth-child(2) > div > div:hover{box-shadow: 0px 0px 0px 3px var(--bg_blue);}
.status_slider > div:nth-child(2) > div > div:first-child{left: 25px;}
.status_slider > div:nth-child(2) > div > div:nth-child(2){left: 0px; right: 0px;}
.status_slider > div:nth-child(2) > div > div:nth-child(2):hover{opacity: 1;}
.status_slider > div:nth-child(2) > div > div:last-child{right: 25px;}
.status_slider > div:nth-child(2) > div > div > div{width: 20px; height: 20px; position: relative; top: 9px;}
.status_slider > div:nth-child(3){position: absolute; top: 15px; right: 15px; background: var(--bg_blue); color: var(--text_white); padding: 5px 10px; font-size: 11px; border-radius: 4px;}