header {
	padding: 0 !important; 
	background-color: #fff !important; 
}
body{
	background-color: rgba(246, 246, 246, 1);
}
.navbar {
	padding: 0;
}

.navbar-brand {
	padding-top:  9px;
	padding-left: 21px;
}

.nav-item{
	text-align: center;
	margin: 0 22px;
}

.top_a{
	color:rgba(83, 83, 83, 1);
	font-size: 12px;
	font-family: 'SFProDisplay-Light';
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.top_a:hover{
	color:rgba(104, 200, 200, 1);
	text-decoration: none;
	border-bottom: 3px solid rgba(104, 200, 200, 1);
}

.top_a img{
    margin: auto;
}

.project_body{
	margin: 0px 24px;
	padding-top: 20px;
}

.navbar-collapse{
	padding-right: 10px;
}

.navbar-collapse li span{
	margin-bottom: 1px;
}

.search .btn-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.search .btn-link:hover,
.search .btn-link:focus {
	text-decoration: none;
}

.paginationjs .paginationjs-pages {
	float: none;
	display: flex;
	justify-content: center;
}

.paginationjs .paginationjs-pages li,
.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:last-child {
	border: none;
	margin: 0 2px;
	border-radius: 50%;
	overflow: hidden;
}

.paginationjs .paginationjs-pages li,
.paginationjs .paginationjs-pages li > a {
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.paginationjs .paginationjs-pages li.active > a {
	height: 50px;
	background: #343a40;
	color: #fff;
}

.paginationjs .paginationjs-pages li.disabled {
	border: none;
}
.paginationjs .paginationjs-pages li.disabled > a:hover {
	background: #eee;
}

@media only screen and (min-width: 576px) {
	/*.container-fluid{
		background-color: rgba(0, 0, 0, 0) !important;
	}*/
}

/****************************  ****************************/
.new_search{
	position: absolute;
    top: 80px;
    left: 20px;
    width: 179px;
	height: 33px;
	background-color: rgba(246, 246, 246, 1);
	border: 1px solid rgba(151, 151, 151, 0.5);
	border-right: 0px;
}
.new_search:focus {
	outline: none;
}
.new_search::placeholder {
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1px;
	color: rgba(170, 170, 170, 1);
	padding-bottom: 1px;
	opacity: 1; /* Firefox */
}
.new_search_btn{
	position: absolute;
    top: 80px;
    left: 20px;
    width: 24px;
	height: 33px;
	background-color: rgba(246, 246, 246, 1);
	border: 1px solid rgba(151, 151, 151, 0.5);;
	border-left: 0px;
}
.brd
{
    border: 1px solid rgba(151, 151, 151, 0.5);
    /*border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;*/
}

#info
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #2d3667;
    font-size: 16px;
    text-align: center;
    padding: 14px;
    background-color: #f3f9f9;
}

#app-cover
{
    position: absolute;
    top: 80px;
    left: 20px;
    width: 203px;
    height: 33px;
    
}

#select-button
{
    position: relative;
    height: 33px;
    padding: 12px 6px;
    background-color: rgba(246, 246, 246, 1);
    cursor: pointer;
}

#options-view-button
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#selected-value
{
    font-size: 12px;
    line-height: 0.7;
	margin-right: 26px;
	color: rgba(170, 170, 170, 1);
}

.option i
{
    width: 16px;
    height: 16px;
}

.option, .label
{
    color: rgba(151, 151, 151, 1);
    font-size: 12px;
}

#chevrons
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
}

#chevrons i
{
    display: block;
    height: 50%;
    color: #d1dede;
    font-size: 12px;
    text-align: right;
}

#options-view-button:checked + #select-button #chevrons i
{
    color: #2d3667;
}

.options
{
    position: absolute;
    left: 0;
    width: 250px;
}

#options
{
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    width: 203px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 1;
}

#options-view-button:checked ~ #options
{
    border: 1px solid rgba(151, 151, 151, 0.5);
    
}

.option
{
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
    z-index: 2;
}

.option img
{
    position: absolute;
    left: 14px;
    padding: 0;
    display: none;
}

#options-view-button:checked ~ #options .option img
{
    display: block;
    padding: 12px 0;
}

.label
{
    display: none;
    padding: 0;
    margin-left: 36px;
}

#options-view-button:checked ~ #options .label
{
    display: block;
    padding: 12px 0px;    
}

.s-c
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
}

.s-c.top
{
    top: 0;
}

.s-c.bottom
{
    bottom: 0;
}

input[type="radio"]
{
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 50%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.s-c:hover ~ i
{
    color: #fff;
    opacity: 0;
}

.s-c:hover
{
    height: 100%;
    z-index: 1;
}

.s-c.bottom:hover + i
{
    bottom: -25px;
    animation: moveup 0.3s ease 0.1s forwards;
}

.s-c.top:hover ~ i
{
    top: -25px;
    animation: movedown 0.3s ease 0.1s forwards;
}

@keyframes moveup
{
    0%{ bottom: -25px; opacity: 0;}
    100%{ bottom: 0; opacity: 1;}
}

@keyframes movedown
{
    0%{ top: -25px; opacity: 0;}
    100%{ top: 0; opacity: 1;}
}

.label
{
    transition: 0.3s ease all;
}

.opt-val
{
    position: absolute;
    left: 14px;
    width: 217px;
    height: 21px;
    opacity: 0;
    background-color: #fff;
    transform: scale(0);
}

.option input[type="radio"]:checked ~ .opt-val
{
    opacity: 1;
    transform: scale(1);
}

.option input[type="radio"]:checked ~ i
{
    top: 0;
    bottom: auto;
    opacity: 1;
    animation: unset;
}

.option input[type="radio"]:checked ~ i, .option input[type="radio"]:checked ~ .label
{
    color:#fff;
}

.option input[type="radio"]:checked ~ .label:before
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.option input[type="radio"]:checked ~ .label:before
{
    background-color: rgba(104, 200, 200, 1);
   
}

#option-bg
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    transition: 0.3s ease all;
    z-index: 1;
    display: none;
}

#options-view-button:checked ~ #options #option-bg
{
    display: block;
}

.option:hover ~ #option-bg
{
    top: 0;
   
    
}

#ytd-url {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 10px 14px;
	margin: 20px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-color: #143240;
	border-radius: 4px;
	box-shadow: 0 10px 20px -5px rgba(20, 50, 64, 0.76);
}

.project_btn_right{
	float: right;
	display: inline-flex;
    height: 33px;
}

.project_btn_right .sort_block{
	margin: 0 5px;
	border: 0px;
	background-color:rgba(246, 246, 246, 1);
}

.project_btn_right .sort_list{
	margin: 0 5px;
	border: 0px;
	background-color:rgba(246, 246, 246, 1);
}

.create_project_btn{
	background-color: rgba(104, 200, 200, 1);
	color: #fff;
	border-radius: 3px;
	height: 33px;
	width: 146px;
	border: 0px;
	display: grid;
    grid-template-columns: 1fr 3fr;

	margin: 0 10px;
}

.create_project_btn .span_a{
	font-size: 24px;
	font-weight: 100;
	line-height: 30px;
}

.create_project_btn .span_b{
	font-family: 'SF Pro Display';
	font-size: 12px;
	font-weight: 500;
	line-height: 33px; 
}

.thumbnail_img_div{
	width: 241px;
	height: 222px;
	overflow: hidden;
}

.thumbnail_img{
	width: 241px;
	height: 222px;
	object-fit: cover;
	border: 1px solid rgba(225, 225, 225, 1);
	border-bottom: 0px;
	border-radius: 3px 3px 0px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	filter: none; 
	transition: all .5s;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.layer_div{
	height: 50px;
	background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.8));
	padding: 15px 10px;
	position: relative;
    bottom: 50px;
}
.layer_div .sstype{
	border: 1px solid #fff;
    color: #fff;
	width: max-content;
	padding: 2px;
	font-size: 0.8em;
    font-family: "SFProDisplay-Medium";
}

.project-page:hover .thumbnail_img{
	-ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.project-page:hover .thumbnail_body .title p{
	color: #000;
}

.project-page:hover .p-top{
	color: #000;
}

.thumbnail_body{
	padding: 8px 12px;
	background-color: #fff;
	height: 128px;
	border: 1px solid rgba(225, 225, 225, 1);
	border-top: 0px;
	border-radius: 0px 0px 3px 3px;
	position: relative;
}

.thumbnail_body .title p{
	text-overflow: ellipsis;
    width: 180px;
    overflow: hidden;
	white-space: nowrap;
	font-family: 'SFProDisplay-Medium';
	font-size: 15px;
	color: rgba(83, 83, 83, 1);
	margin: 0 !important;
}

.thumbnail_body .title img{
	float: right;
	margin-top: -27px;
	cursor: pointer;
}

.thumbnail_option{
	position: absolute;
	width: 217px;
	bottom: 7px;
}

.thumbnail_option img{
	cursor: pointer;
}

.thumbnail_option_btn{
	text-align: center;
	width: 100%;
	font-size: 12px;
	margin: 10px 0;
	cursor: pointer;
}

.thumbnail_option_btn a{
	color: #000;
}

.thumbnail_option_btn:hover{
	background-color: #fff;
}

.thumbnail_edit_btn:hover{
	content: url('../assets/img/btn/icn_edit_hover.png');
}

.thumbnail_analytics_btn:hover{
	content: url('../assets/img/btn/icn_analytics_hover.png');
}

.thumbnail_share_btn:hover{
	content: url('../assets/img/btn/icn_share_hover.png');
}

.thumbnail_del_btn:hover{
	content: url('../assets/img/btn/icn_delete_hover.png');
}


.thumbnail_body .p-top{
	font-family: 'SFProDisplay-Light';
	font-size: 12px;
	color: rgba(83, 83, 83, 1);
}

.empty_div{
	padding-top:213px;
	text-align: center;
}

.empty_div p{
	font-size: 16px;
	font-weight: 300;
	color: rgba(127, 127, 127, 1);
	margin-top: 27px;
	margin-bottom: 26px;
}

.empty_div button{
	height: 38px;
	width: 164px;
	color: #fff;
	background-color: rgba(104, 200, 200, 1);
	border-radius: 3px;
	border: 0px;
	font-family: 'SF Pro Display';
	font-size: 12px;
	font-weight: 500;
}

/*************************** *******************************/

.side_bar_div{
	position: absolute;
	top: 61px;
	width: 88px;
	height: calc(100vh - 61px);
	background-color: rgba(104, 200, 200, 1);
	overflow: auto;
    display: none;
}

.side_bar_div ul{
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	display: none;;
}

.side_bar_div ul li a{
	height: 68px;
	margin: 10px;
    font-size: 12px;
    font-family: 'SFProDisplay-Light';
    text-align: center;
    display: grid;
	grid-template-columns: 1fr;
	color: #535353 !important;
	cursor: pointer;
}

.side_bar_div ul span{
	line-height: 1;
}

.side_bar_div ul li img{
	margin: auto;
}

.side_bar_div ul li a:hover{
	background-color: rgba(168, 223, 223, 1);
}

.side_bar_div ul li a:visited, .side_bar_div ul li a:active {
	color: #535353;
}

.pricing_body{
	position: absolute;
	padding-left: 32px;
	top: 61px;
	left: 89px;
	
}

.help_body{
	position: absolute;
	top: 61px;
	left: 88px;
}

.help_title_div{
	height: 329px;
	width: calc(100vw - 103px);
	background-color: #fff;
	padding-top: 111px;
	text-align: center;
	background-image: url('../assets/img/help_title.png');
}

.help_title_div .help_title{
	font-family: 'SFProDisplay-Bold';
	font-size: 40px;
	color: #000000;
	text-align: center;
}

.help_title_div .search_input{
	height: 56px;
	width: 647px;
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0px 2px 4px 0px #000000;
	border: 0px;
	font-size: 14px;
	padding: 0 22.5px;
}

.help_body .question_div{
	padding: 17px 0 0 56px;
	display: grid;
	grid-template-columns: 583px 583px;
}

.question_div .question_block{
	height: 195px;
	width: auto;
	margin-bottom: 6.86px;
	margin-right: 23.06px;
	background-color: #fff;
	padding: 15px 30px;

}

.question_block .title{
	font-family: 'SFProDisplay-Bold';
	font-size: 16px;
	color: #535353;
	line-height: 27px;
	margin-bottom: 0.5rem;
}

.question_block .question{
	font-family: 'SFProDisplay-Light';
	font-size: 16px;
	color: #535353;
	line-height: 27px;
}

.question_block a{
	margin-bottom: 0.3rem;
}

.ans_div{
	grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
}

.help_body .email_div{
	height: 403px;
	width: 1092px;
	background-color: #ffffff;
	border-radius: 3px;
	margin: 17px 0 2rem 56px;
	padding: 31px 34px;
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.help_body .email_div .title{
	font-family: 'SF Pro Display';
	font-size: 40px;
	font-weight: 300;
	color: #535353;
	grid-column-start: 1;
	grid-column-end: 3;
	margin-bottom: 0.5rem;
}

.help_body .email_div button{
	height: 45px;
	width: 233px;
	background-color: #68c8c8;
	border-radius: 8px;
	border: 0;
	font-family: 'SF Pro Display';
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.on_demand_pack_block{
	height: 315px;
	width: 520px;
	background-color: #fff;
	margin-right: 30px;
	text-align: center;
	color: rgba(83, 83, 83, 1);
	font-family: 'SF Pro Display';
	font-size: 14px;
	font-weight: 500;
	padding-top: 39px;
	line-height: 14px;
}

.on_demand_pack_block button{
	height: 39px;
	width: 346px;
	background-color: rgba(104, 200, 200, 1);
	border-radius: 3px;
	color:#fff;
	border: 0;
}

.plan_block{
	display: grid;
    grid-template-columns: 1fr 1fr;
}

.subscription_block{
	height: 315px;
	width: 520px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: rgba(83, 83, 83, 1);
	font-family: 'SFProDisplay-Medium';
	line-height: 14px;
}

.subscription_block div{
	background-color: #000;
    color: #fff;
    font-size: 12px;
	padding: 7px;
	margin-bottom: 14px;
}

.pricing_item_list{
	margin-top: 36px;
	max-width: 1070px;
	display: grid;
	grid-template-columns: 191px 1fr 1fr;
}

.pricing_item_list .title{
	font-family: 'SFProDisplay-Bold';
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 10.9px;
}

.pricing_item_list .item{
	font-family: 'SFProDisplay-Light';
	font-size: 14px;
	line-height: 36px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(83,83,83,0.1);
}

.pricing_item_list .item span{
	font-size: 24px;
	color:#68c8c8;
}

.pricing_item_list .row_b{
	padding-right: 31px;
	text-align: center;
}

.pricing_item_list .row_c{
	text-align: center;
}

.premium_module_div{
	margin-top: 49.1px;
}

.premium_module_div .title{
	font-family: 'SFProDisplay-Light';
	font-size: 53px;
	color: #535353;
	margin-bottom: 1px;
}

.premium_module_div .subtitle{
	font-family: 'SFProDisplay-Light';
	font-size: 18px;
	color: #535353;
}

.module_block{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 2rem;
}

.module_block .module{
	height: 341px;
	width: 368px;
	background-color: #fff;
	margin: 11px 11px 0 0;
}

.module_block .module .module_img{
	font-family: 'SFProDisplay-Bold';
	font-size: 24px;
	color: #535353;
	text-align: center;
}

.module_block .module .title{
	font-family: 'SFProDisplay-Bold';
	font-size: 24px;
	color: #535353;
	text-align: center;
	margin-bottom: 0;
}

.module_block .module .desc{
	font-family: 'SFProDisplay-Light';
	font-size: 15px;
	line-height: 15px;
	color: #535353;
	text-align: center;
	min-height: 48px;
	width: 266px;
	margin: auto;
}

.module_block .module .view_more{
	height: 39px;
	width: 206px;
	background-color: #68c8c8;
	border-radius: 3px;
	border: 0;
	margin-left: 81px;
	font-family: 'SFProDisplay-Medium';
	font-size: 14px;
	color: #ffffff;
}

.monthly_btn{
	margin: -2.75px;
	height: 35px;
	width: 161px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(151, 151, 151, 1);
	border-radius: 3px 0px 3px 0px;
	color: rgba(83, 83, 83, 1);
	font-family: 'SFProDisplay-Medium';
	font-size: 14px;
}

.annual_btn{
	margin: -2.75px;
	height: 35px;
	width: 161px;
	background-color: rgba(104, 200, 200, 1);
	border: 1px solid rgba(151, 151, 151, 1);
	border-radius: 0px 3px 0px 3px;
	color:#fff;
	font-family: 'SFProDisplay-Medium';
	font-size: 14px;
}

.subscription_block .subscrip_btn{
	height: 39px;
	width: 346px;
	background-color: rgba(104, 200, 200, 1);
	border-radius: 3px;
	color:#fff;
	border: 0;
}

.profile_body{
	position: absolute;
	top: 61px;
	left: 89px;
	padding: 1rem;
	width: calc(80vw - 89px);
}

.plan_div{
	display: grid;
	grid-template-columns: 1.5fr 1fr;
}
.plan_info_block{
	width: 100%;
	max-height: 80vh;
    padding: 22px;
    background-color: #fff;
    overflow: auto;
}

.plan_info_block input{
	width: 100%;
	margin-bottom: 0.5rem;
}

.plan_info_block hr{
	border-top: 1px solid;
    margin: 1rem 0px;
}

.plan_info_block button{
	height: 45px;
	width: 233px;
	background-color: #68c8c8;
	border-radius: 8px;
	color: #fff;
	border: 0;
	margin-top: 1rem;
	float: right;
}

.complete_payment{
	height: 50px !important;
	width: 233px;
	background-color: rgba(0,0,0,0) !important;
	background-image: url(https://www.paypalobjects.com/zh_XC/i/btn/btn_subscribeCC_LG.gif);
	border-radius: 8px;
	color: #fff;
	border: 0;
	margin-top: 1rem;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
}

.print_bill{
	background-color: #68c8c8;
    border-radius: 8px;
    color: #fff;
	border: 0;
	width: 35px;
    height: 35px;
    font-size: 15px;
}

.sub_account_div{
	display: grid;
	grid-template-columns: 1fr 1.5fr;
}

.sub_info_list{
	display: grid;
	grid-template-columns: 3fr 2fr;
	margin-bottom: 0.5rem;
}

.Paid{
	font-size: 12px;
    border: 3px solid rgba(104, 200, 200, 1);
    width: fit-content;
    padding: 2px 20px;
    border-radius: 5px;
    margin-top: 0.5rem !important;
    font-weight: bold;
    color: rgba(104, 200, 200, 1);
}

.Expired{
	font-size: 12px;
    border: 3px solid orange;
    width: fit-content;
    padding: 2px 20px;
    border-radius: 5px;
    margin-top: 0.5rem !important;
    font-weight: bold;
    color: orange;
}

.Deleted{
	font-size: 12px;
    border: 3px solid red;
    width: fit-content;
    padding: 2px 20px;
    border-radius: 5px;
    margin-top: 0.5rem !important;
    font-weight: bold;
    color: red;
}

.sub_info p {
	margin: 0;
}

.pricing_title{
	font-family: 'SFProDisplay-Light';
	font-size: 40px;
	color: rgba(83, 83, 83, 1);
}

.pricing_sub_title{
	font-family: 'SFProDisplay-Light';
	font-size: 18px;
	color: rgba(83, 83, 83, 1);
	margin-bottom: 14px;
}

.pricing_block{
	height: 484px;
	width: 238px;
	margin-left: 18px;
	margin-top: 22px;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(225, 225, 225, 1);
	border-radius: 3px;
	position:relative;
}

.pricing_block_title{
	height: 89px;
	padding-top: 22px;
	text-align: center;
	font-family: 'SFProDisplay-Medium';
	font-size: 18px;
	color: rgba(83, 83, 83, 1);
	margin: 0px;
}

.pricing_block_title span{
	font-size: 12px;
}

.pricing_block_item{
	height: 54px;
	width: 238px;
	background-color: #ebebeb;
	font-family: 'SFProDisplay-Medium';
	font-size: 12px;
	color: #535353;
	text-align: center;
	line-height: 54px;
	margin-bottom: 7px;
	position:relative;
}
.pricing_block_item i{
	width: 10px;
}

.pricing_block button{
	height: 38px;
	width: 158px;
	background-color: #68c8c8;
	border-radius: 3px;
	border: 0px;
	font-family: 'SFProDisplay-Light';
	font-size: 12px;
	color: #ffffff;
	position: absolute;
	margin: auto;
	bottom: 11px;
	left: 40px;
}
/************************ ***************************/
.side_menu_div{
	position: absolute;
	top: 63px;
	right: 0;
	width: 332px;
	height: calc(100vh - 63px);
	background-color: rgba(246, 246, 246,0.9);
	padding: 15px;
	display: none;
	z-index: 1;
	font-family: 'SF Pro Display';
	font-size: 12px;
	font-weight: 300;
	overflow: auto;
}

.close_side_menu{
	position: absolute;
    top: 63px;
	right: 332px;
	display: none;
    background-color: rgba(246, 246, 246,0.9);
    z-index: 1;
    border: 0;
    color: #282828;
    height: 50px;
    width: 25px;
    border-radius: 0 0 0 5px;
}
.side_menu_div input,.side_menu_div textarea{
	background-color : #ededed; 
}

.side_menu_div .title{
	font-family: 'SFProDisplay-Bold';
	font-size: 16px;
	color: #282828;
	margin-bottom: 0;
}
.side_menu_div label{
    font-family: 'SFProDisplay-Bold';
}

.project_status{
	height: 23px;
	width: 52px;
	line-height: 23px;
	font-family: 'SFProDisplay-Medium';
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
}

.project_status:hover{
	text-decoration: none;
}

.tag_media_title{
    font-size: 28px;
}

.tag_icon_hint{
    position: absolute;
    bottom: 1rem;
    left: 3rem;
}

.tag_add{
    height: 45px;
    width: 233px;
    background-color: #68c8c8;
    border-radius: 8px;
    color: #fff;
    border: 0;
  
    float: right;
}
/************************ ***************************/

.tag_type #select-button span{
	color:#282828;
}

.log_list{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.log_list p{
	margin-bottom: 0.5rem;
	font-size: 14px;
    color: #777;

}

.log_list button{
	height: 21px;
    width: 42px;
    line-height: 1;
    padding: 1px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    background-color: #777;
    color: #fff;
}

.log_list hr{
	border-top: 1px solid rgba(0,0,0,.1);
    grid-column-start: 1;
    grid-column-end: 7;
	width: 100%;
	margin: 0px;
	margin-bottom: 0.5rem;
}

/******************** footer css ********************/
.footer_left_font{
	font-family: 'SF Pro Display';
	font-size: 12px;
	font-weight: 600;
	color: #979797;
}

.footer_right_font{
	float: right;
	font-family: 'SFProDisplay-Medium';
	font-size: 12px;
	color: #979797;
}

@media (max-width: 950px) {
	.create_project_btn{
		width: 33px;
		grid-template-columns: 1fr;
	}
	.create_project_btn .span_b{
		display: none;
	}
}

.error_msg{
	display: none;
	color:red;
}