/*
Theme Name: Color Culture
Description: Our product excellence, production know-how and seamless fulfillment get you from idea to runway.
Version: 1.0
Author: Akash
Tags: html5, clean, basic
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
}

.widgetbox {
    min-height: 680px;
}

.usericon {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 50px;
	padding: 0 0 0px 0;
}

.userphoto {
	float: left;
	width: 100%;
	position: relative;
}

.userpic {
	margin: auto;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 3px;
}

.editpic {
	position: relative;
	right: 0;
	font-size: 13px;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: -0.2px;
	color: #000;
}



.username {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}

.dashboardmenu_wrap {
	min-height: 680px;
}

.userarea {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.dashmenu li {
	float: left;
	width: 100%;
	margin: 0 0 15px 0px;
	list-style: none;
}

.dashmenu li a {
	float: left;
	width: 100%;
	background-color: #eee;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
	padding: 14px 15px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Plus Jakarta Sans';
}

.dashmenu li.active a {
	background-color: #1680fb;
	color: #fff !important;
	border-radius: 5px;
}

.dashmenu li a:hover {
	background-color: #1680fb;
	color: #fff !important;
	border-radius: 5px;
}

.page-id-16 {
	background-color: #f5f5f5;
}
.page-id-18 {
	background-color: #f5f5f5;
}
.page-id-20 {
	background-color: #f5f5f5;
}

.formwrapper .form-control {
	font-size: 0.85rem;
}
.formwrapper .form-control:active, .formwrapper .form-control:focus {
    box-shadow: none;
}

#card-element {
	border: 1px solid #ccc;
	padding: 15px 10px;
	border-radius: 5px;
}

.btn {
	font-size: 0.80rem;
}

.btn.btn-sm {
	font-size: 0.80rem;
}
.tstatus h5 {
	color: #000;
}
.taxformfilecontainer {
	display: none;
}
.taxformsample {
    font-size: 13px;
}

.theme--dark a.btn {
    color: #ffffff;
}

.theme--dark a.btn.btn-sm {
	padding: 5px 15px;
	font-size: 12px;
	font-weight: 600;
}

.resetpass_wrap {display: flex; align-items: center; justify-content: center; padding: 20px; }
.resetpass_in { width: 100%; max-width: 400px; }

.form-control.passwordresetem {
	font-size: 14px;
}

.accordion-button:focus{
    outline: none;
    box-shadow: none;
}
