
.delete-com {
	float: left;
	padding-left: 20px;
}

.multimedia {
	margin: 0;
	min-height: 1000px;
}

.multimedia .search-box {
	width: calc(100% - 2px);
	background-color: #fdfdfd;
	padding: 4px 0 8px 0;
	margin-left: 1px;
}

.multimedia .search-box .search {
	margin-left: 10px;
}

.multimedia .search-box .icon {
	background: url(../img/search.png);
	background-size: 32px 32px;
	width: 32px;
    height: 32px;
	float: left;
	display: block;
	margin: 4px 0 0 5px;
}

.multimedia .search-box .search input {
	width: 384px;
    height: 30px;
    font-size: 13px;
    padding-left: 10px;
	border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #eee;
}

.multimedia .search-box select {
    margin-left: 11px;
    margin-top: 6px;
    width: 225px;
    height: 32px;
    font-size: 13px;
    padding: 2px;
    color: #3f3f3f;
	border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #eee;
}

.multimedia .dashboard {
	width: 100%;
	*background-color: #D6D6D6;
}

.multimedia .dashboard .side1 {
	width: calc(100% - 270px);
	background-color: #fdfdfd;
	float: left;
}

.multimedia .dashboard .side1 .head {
	background-color: #efefef;
	border: 1px solid #e5e5e5;
	font-size: 13px;
	color: #272727;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
	width: calc(100% - 22px);
}

.multimedia .dashboard .side1 .head img {
	margin: 0 10px -5px -5px;
}

.multimedia .dashboard .side1 .content {
	width: calc(100% - 40px);
	margin: 10px 20px 0 20px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	font-size: 12px;
	position: relative;
}

.multimedia .dashboard .side1 .content .views{
	float: right;
    padding: 18px 0px;
    font-size: 19px;
    color: #666;
}

.multimedia .dashboard .side1 .content .img{
	float: right;
	background: url(../img/youtube.png);
	background-size: 100px 62px;
	width: 100px;
    height: 62px;
}

.multimedia .dashboard .side1 .content .avatar {
	height: 50px;
	display: block;
	width: 209px;
	overflow: hidden;
}

.multimedia .dashboard .side1 .content .avatar .right {
	margin-top: 10px;
    float: left;
    margin-left: 8px;
}
.multimedia .dashboard .side1 .content .avatar .right h3{
	color: #333;
	font-size: 16px;
	font-weight: 500;
	max-width: 220px;
	height: 21px;
	overflow: hidden;
}
.multimedia .dashboard .side1 .content .avatar .right span{
    color: #737373;
	font-size: 12px;
    font-weight: 500;
}

.multimedia .dashboard .side1 .content .avatar img{
	height: 48px;
	width: 48px;
	display: block;
	float: left;
}

.multimedia .dashboard .side1 .video {
	margin: 10px 20px 0 20px;
}

.multimedia .dashboard .side1 .content .text {
    white-space: pre-wrap;
}

.multimedia .dashboard .side1 .content .item {
    float: right;
	margin-right: 5px;
	margin-top: 5px;
	max-width: 69px;
}

.multimedia .dashboard .side1 .content h1 {
	color: #222;
	font-size: 24px;
	font-weight: normal;
	max-width: calc(100% - 140px);
}

.multimedia .dashboard .side1 .content h2{
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.multimedia .dashboard .side1 .content hr {
    border: 0;
    height: 1px;
    background-color: #969696;
    margin: 10px 20px 10px 20px;
}

.multimedia .dashboard .side1 .content .comments {
	font-size: 11px;
    color: #909090;
    margin-top: 10px;
    padding-bottom: 7px;
}

.multimedia .dashboard .side1 .content .comments .comment {
	/*width: 738px;*/
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #EDEDED;
}

.multimedia .dashboard .side1 .content .comments .comment .arrow{
	padding-left: 20px;
	*background: url(../img/next-comment.png) no-repeat;
}

.multimedia .dashboard .side1 .content .comments .comment .left {
	float: left;
	width: 55px;
	margin: 7px 0 0 9px;
}

.multimedia .dashboard .side1 .content .comments .pic img {
	width: 53px;
	height: 53px;
	float: left;
}

.multimedia .dashboard .side1 .content .comments .comment .left .avatar img {
	width: 53px;
    height: 53px;
	border: 1px solid #C7C7C7;
}

.multimedia .dashboard .side1 .content .comments .comment .right {
	float: left;
	width: calc(100% - 80px);
	margin: 7px 0 7px 7px;
}

.multimedia .dashboard .side1 .content .comments .comment .right .nick {
	font-weight: bold;
	font-size: 13px;
}

.multimedia .dashboard .side1 .content .comments .comment .right .nick a{
	color: #1CBBFF;
	float: left;
	font-weight: 600;
	font-size: 15px;
}

.multimedia .dashboard .side1 .content .comments .comment .right .date {
	color: #969696;
	font-size: 11px;
	float: left;
	margin-left: 7px;
	margin-top: 3px;
}

.multimedia .dashboard .side1 .content .comments .comment .right .answer {
	color: #2974FF;
	margin-left: 2px;
	cursor: pointer;
	display: table;
}
.multimedia .dashboard .side1 .content .comments .comment .right .answer:hover {
	text-decoration: underline;
}

.multimedia .dashboard .side1 .content .comments .comment .right .text {
	clear:both;
	color: #424242;
	font-size: 11px;
	word-wrap: break-word;
	white-space: pre-wrap;
	margin-bottom: 5px;
}

.multimedia .dashboard .side1 .content .comments .comment .right .text img {
	position: relative;
	vertical-align: middle;
}

.multimedia .dashboard .side1 .content .comments .form {
	padding: 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border:0;
	height: 51px;
}

.multimedia .dashboard .side1 .content .comments .form textarea {
	width: calc(100% - 80px);
	max-width: calc(100% - 80px);
	height: 42px;
	border: 2px solid #E0E0E0;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	max-height: 300px;
	margin: 0px 0px -4px 10px;
}

.multimedia .dashboard .side1 .content .comments .form input[type="submit"] {
	float: right;	
	background-color: #26B300;
	border: 1px solid #e4e4e4;
	color: #fff;
	font-weight: 700;
    font-size: 13px;
	cursor: pointer;
	width: 90px;
	margin-right: 3px;
    height: 32px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.multimedia .dashboard .side1 .content .comments .form input[type="submit"]:hover {
	background-color: #62FF59;
}

.multimedia .dashboard .side1 .content .comments .form .smilies {
	background: #26B300;
    height: 30px;
    width: 38px;
	border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
	margin-right: 5px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .side1 .content .comments .form .smilies:hover {
	background-color: #62FF59;
}

.multimedia .dashboard .side1 .content #question_button {
	background: #26B300;
    height: 30px;
    border: 1px solid #e4e4e4;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    float: right;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .side1 .content #question_button:hover {
	background-color: #62FF59;
}

.multimedia .dashboard .side1 .content .comments .form .smilies .smiley {
	margin: 4px auto;
    background: url(../img/smiley.png) repeat-x;
    width: 21px;
    height: 21px;
}

.multimedia .dashboard .side1 .content .comments .emoticons{
	margin-left: 1px !important;
    margin-top: 1px !important;
    width: 721px;
}

.multimedia .dashboard .media {
	*background: #fdfdfd;
	box-shadow: 0 2px 6px -2px #000;
    padding-top: 8px;
    padding-bottom: 12px;
    float: left;
	width: calc(1/3*100%);
    height: 125px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	position: relative;
	word-break: break-all;
}

.multimedia .dashboard .media .badge {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/badge-new.png);
	width: 57px;
	height: 58px;
}

.multimedia .dashboard .media .top10 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/top-ten.png);
	width: 60px;
	height: 60px;
}

.multimedia .dashboard .media .top100 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/top-hundred.png);
	width: 60px;
	height: 60px;
}

.multimedia .dashboard .media .popular {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/corner-popular.png);
	width: 70px;
	height: 53px;
}

.multimedia .dashboard .media:hover {
	background-color: #fff;
	-webkit-transform:scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:scale(1.03); /* Opera */
    transform:scale(1.03);
	z-index: 1;
}

.multimedia .dashboard .media .duration {
    background: url(../img/media-img-before.png) repeat;
    position: absolute;
    float: left;
    margin-top: -2px;
    margin-left: 90px;
    height: 17px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

.multimedia .dashboard .media .pull-left {
	margin-left: 8px;
	margin-right: 5px;
}

.multimedia .dashboard .media .pull-left img {
	width: 117px;
	height: 77px;
	margin-top: 1px;
}

.multimedia .dashboard .media-body {
	overflow: hidden;
}

.multimedia .dashboard .media-body h2 a{
	display: block;
	max-height: 50px;
	overflow: hidden;
}

.multimedia .dashboard .media-body a{
	font-size: 12px;
	font-weight: bold;
	margin-top: -3px;
	padding: 0 5px;
	color: #404040;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .media-body a:hover{
	color: #00B300;
}

.multimedia .dashboard .media-body p{
	font-size: 11px;
	height: 14px;
	overflow: hidden;
}

.multimedia .dashboard .info {
	font-size: 11px;
	color: #848282;
	margin-left: 8px;
	padding: 0 5px;
	clear: both;
	display: block;
	max-height: 47px;
	overflow: hidden;
}

.multimedia .dashboard .info a{
	color: #404040;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.multimedia .dashboard .info a:hover{
	color: #00B300;
}
	
.multimedia .dashboard .info img{
	width: 22px;
	height: 22px;
}


.multimedia .dashboard .side2 {
	width: 270px;
    float: right;
	background-color: #fdfdfd;
    margin-bottom: 10px;
    *border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.multimedia .dashboard .side2 .head {
	background-color: #efefef;
	border-bottom: 1px solid #e5e5e5;
	font-size: 11px;
	border: 1px solid #e5e5e5;
	line-height: 17px;
	color: #272727;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.multimedia .dashboard .side2 .media{
	background-color: #262626;
	margin-bottom: 1px;
	width: 100%;
}

.multimedia .dashboard .side2 .media:hover{
	background-color: #171717;
}

.multimedia .dashboard .side2 .media .media-body a{
	color: #E8E8E8;
}

.multimedia .dashboard .side2 .media .media-body p{
	color: #A3A3A3;
}

.multimedia .dashboard .side2 .content {
	padding: 10px;
	margin-bottom: 10px;
}

.multimedia .dashboard .side2 .content a{
	color: #3a6eff;
	font-size: 14px;
}

.multimedia .dashboard .side2 .content a:hover{
	text-decoration: underline;
}
    
.multimedia .dashboard .side1 .content .thumb {
	margin-top: -17px;
	right: 56px;
}

.multimedia .modify {
	font-weight: bold;
	background-color: #fdfdfd;
	padding: 30px;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

.multimedia .modify p {
	padding: 10px 0 10px 0;
}

.multimedia .modify textarea {
	margin: 0 208px 0 0;
	display: block;
    max-height: 600px;
    max-width: 810px;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.multimedia .modify textarea:focus {
	border-color: #D33E00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 74, 0, 0.79);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 74, 0, 0.79);
}

.multimedia .modify input[type="text"] {
	width: 343px;
    padding: 8px 6px 8px 6px;
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.multimedia .modify input[type="text"]:focus {
	border-color: #D33E00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 74, 0, 0.79);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 74, 0, 0.79);
}

.multimedia .modify select {
    width: 300px;
    height: 32px;
    font-size: 13px;
    padding: 4px;
    color: #3f3f3f;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px #eee;
}

.multimedia .modify select:focus {
	border-color: #D33E00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 74, 0, 0.79);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 74, 0, 0.79);
}

.multimedia .modify input[type="submit"].btn {
	float: left;
    width: 190px;
}

.multimedia .modify #question_button {
	color: #ffffff;
    background-color: #49A34C;
    margin-top: -10px;
    line-height: 28px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.multimedia .modify #question_button:hover {
	background-color: #3C853E
}

.multimedia .modify p {
	color: #1C1C1C;
	font-size: 13px;
}

.multimedia .modify p.title {
	margin-top: 20px;
}

.multimedia .modify p.reg-button {
	margin-top: 20px;
}

.multimedia .modify form .captcha {
	margin-left: 220px;
}

#content .side-button-gallery {
	background: #4a4a4a url(https://www.iconninja.com/files/458/644/1011/business-chart-graph-statistics-icon.png);
	background-size: 100%;
	top: 250px;
}

.multimedia .search-box .btn {
	height: 22px;
	margin: 0 0 2px 5px;
}

iframe {
	width: 100%;
}

@media( max-width:1100px ) {
	.responsive .multimedia .search-box .search input{
		width: calc(60% - 50px);
	}
	.responsive .multimedia .search-box select.video-category {
		width: calc(40% - 50px);
	}
	.responsive .multimedia .search-box select.video-sort {
		margin-left: 47px;
		width: calc(50% - 45px);
	}
	.responsive .multimedia .search-box .btn {
		margin-left: 10px;
		font-size: 13px;
		width: calc(50% - 64px);
	}
}

@media( max-width:900px ) {
	.responsive .multimedia .dashboard .random {
		height: 174px;
		overflow: hidden;
	}
	.responsive .multimedia .dashboard .side1 .media {
		width: 50%;
	}
}

@media( max-width:720px ) {
	.responsive .multimedia .dashboard .side2 {
		display: none;
	}
	.responsive .multimedia .dashboard .side1 {
		width: 100%;
	}
	.responsive #wrapper .side-button-gallery {
		display: block;
	}
}












body.dark .multimedia .search-box {
	background-color: rgb(25, 26, 27);
}

body.dark .multimedia .search-box .search input {
	border-color: #575757;
	box-shadow: rgb(29, 31, 32) 0 1px 2px inset;
}

body.dark .multimedia .search-box select {
	color: rgb(209, 206, 199);
	border-color: #575757;

	box-shadow: rgb(29, 31, 32) 0 1px 2px inset;
}

body.dark .multimedia .search-box input, body.dark .multimedia .search-box textarea, body.dark .multimedia .search-box select, body.dark .multimedia .search-box button {
	background-color: #181a1b;
	border-color: #575757;
	color: #e8e6e3;
}

body.dark .multimedia .dashboard .side1 {
	background-color: rgb(25, 26, 27);
}

body.dark .multimedia .dashboard .side1 .head {
	background-color: rgb(76, 76, 76);
	border-color: #575757;
	color: rgb(218, 215, 210);
}

body.dark .multimedia .dashboard .media {
	color: #b1b1b1;
}

body.dark .multimedia .dashboard .info a {
	color: rgb(209, 206, 199);
}

body.dark .multimedia .dashboard .media:hover {
	background-color: rgb(24, 26, 27);
}

body.dark .multimedia .dashboard .media-body a {
	color: rgb(209, 206, 199);
}

body.dark .multimedia .dashboard .info {
	color: rgb(186, 181, 171);
}

body.dark .multimedia .dashboard .side2 {
	background-color: rgb(25, 26, 27);
	border-bottom-color: rgb(56, 56, 56);
}

body.dark .multimedia .dashboard .side2 .head {
	background-color: rgb(29, 31, 32);
	border-color: #575757;
	color: rgb(218, 215, 210);
}

body.dark .multimedia .dashboard .side2 .content a {
	color: rgb(0 101 205);
}

body.dark .multimedia .dashboard .side1 .content {
	background-color: rgb(24, 26, 27);
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
	color: grey;
}

body.dark .multimedia .dashboard .side1 .content h1 {
	color: rgb(220, 217, 212);
}

body.dark .multimedia .dashboard .side1 .content {
	background-color: rgb(24, 26, 27);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

body.dark .multimedia .dashboard .side1 .content .avatar .right h3 {
	color: rgb(214, 211, 205);
}

body.dark .multimedia .dashboard .side1 .content .avatar .right span {
	color: rgb(191, 186, 176);
}

body.dark .multimedia .dashboard .side1 .content h2 {
	color: rgb(232, 230, 227);
}

body.dark .multimedia .dashboard .side1 .content hr {
	border-top-color: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	background-color: rgb(54, 57, 60);
}

body.dark .multimedia .dashboard .side1 .content .text {
	color: #e8e6e3;
}

body.dark .multimedia .dashboard .side1 .content .comments .form textarea {
	border-top-color: rgb(57, 57, 57);
	border-right-color: rgb(57, 57, 57);
	border-bottom-color: rgb(57, 57, 57);
	border-left-color: rgb(57, 57, 57);
	background-color: #181a1b;
	color: #cacaca;
}

body.dark .multimedia .dashboard .side1 .content .comments .comment {
	border-bottom-color: rgb(55, 55, 55);
}

body.dark .multimedia .dashboard .side1 .content {
	background-color: rgb(24, 26, 27);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

body.dark .multimedia .dashboard .side1 .content .comments .form #question_button {
	border: 1px solid gray;
	background: #166500;
	color: #ccc;
}
body.dark .multimedia .dashboard .side1 .content .comments .form .smilies {
	border: 1px solid gray;
	background: #166500;
	color: #ccc;
}
body.dark .multimedia .dashboard .side1 .content .comments .form input[type=submit] {
	border: 1px solid gray;
	background: #166500;
	color: #e8e8e8;
}

body.dark .multimedia .dashboard .side1 .content .comments .comment .right .text {
	color: rgb(208, 205, 198);
}

body.dark .multimedia .modify {
	background-color: rgb(25, 26, 27);
}

body.dark .multimedia .modify input[type="text"] {
	color: rgb(201, 197, 190);
	border-top-color: rgb(90, 90, 90);
	border-right-color: rgb(90, 90, 90);
	border-bottom-color: rgb(90, 90, 90);
	border-left-color: rgb(90, 90, 90);
	box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset;
	background-color: #181a1b;
}

body.dark .multimedia .modify p {
	color: rgb(222, 220, 215);
}

body.dark .multimedia .modify textarea {
	color: rgb(201, 197, 190);
	border-top-color: rgb(61, 61, 61);
	border-right-color: rgb(61, 61, 61);
	border-bottom-color: rgb(61, 61, 61);
	border-left-color: rgb(61, 61, 61);
	box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px inset;
	background-color: #181a1b;
}

body.dark .multimedia .modify select {
	color: rgb(209, 206, 199);
	border-top-color: rgb(61, 61, 61);
	border-right-color: rgb(61, 61, 61);
	border-bottom-color: rgb(61, 61, 61);
	border-left-color: rgb(61, 61, 61);
	box-shadow: rgb(29, 31, 32) 0px 1px 2px inset;
	background-color: #181a1b;
}