
body, html {
	background-color: #fff !important;
}

.checkboxlabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkboxlabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #f15825;
}
.checkboxlabel input:checked ~ .checkmark {
  background-color: #f15825;
}
.pre_loved-wr .checkboxlabel input:checked ~ .checkmark {
  background-color: #f15825;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkboxlabel input:checked ~ .checkmark:after {
  display: block;
}
.checkboxlabel .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.center_wr {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.left{  
    float: left;
}
.right{
    float: right;
}
section.forgot_form,
section.login_form,section.dashbord-welcom-wrp{
    padding-top: 30px;
}
.ds-form-wr {
    width: 600px;
    text-align: center;
    margin: 15px auto 60px;
    padding: 42px 40px;
    box-shadow: 1px 1px 7px 2px #ccc;
}
#top .form-field input[type="text"], 
#top .form-field input[type="password"], 
#top .form-field input[type="email"] {
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    padding: 15px 25px;
    color: #333;
    outline: none;
    box-shadow: none;
    margin-bottom: 0px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 0;
}
.form-field.from-submit input {
    color: #fff;
    padding: 15px 29px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    background-color: #f15725;
    border-radius: 5px;
}
.form-field.from-submit input:focus{
	outline: none !important
}
.form-field.from-submit input:hover{
 background-color: #11bbbe;
}
.forgotlinkwr a {
    color: #f15725;
}
.forgotlinkwr a:hover{
	 color: #11bbbe;
}
.form-field {
    margin: 30px 0;
    text-align: left;
}
.from-submit{
	text-align: center;
}
.form-field label {
    font-weight: 100 !important;
    font-size: 16px !important;
}
.formtitle h2 {
    font-size: 32px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0px 0px 50px 0px;
}
.dashbord-welcom-wrp h1{
    color: #58595B;
    font-weight: 700;
    font-size: 42px;
    line-height: 57px;
    margin: 30px 0 10px;
    text-align: center;
    letter-spacing: 1.5px;
}
.dashbord-welcom-wrp p{
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    color: #424242;
}
.dashbord-submenu {
    margin: 50px auto;
    padding: 20px 0;
}
.submenu-tabs {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 22.8%;
    background: #fff;
    border: 2px solid #EE6845;
    border-radius: 28px;
    padding: 13px 0; 
    margin-left: 26px;
    transition: 0.5s;
    color: #EE6845;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.submenu-tabs:first-child{
    margin-left: 0;
}
.submenu-tabs:hover{
    background: #EE6845;
    color: #fff;
    text-decoration: none;
}
.detail-table{
    padding: 20px 0;
}
.detail-table table {
  border-collapse: collapse;
  width: 100%;
}

.detail-table td, .detail-table th {
  text-align: left;
  padding: 15px;
  line-height: 26px;
  border: none;
  border: none !important;
}

.detail-table th{
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
}
.detail-table td{
    font-weight: 500;
    font-size: 16px;
}
.detail-table tr{
    transition: 0.3s;
    color: #100B0B;
}
.detail-table tr:nth-child(even) {
  background-color: rgba(238,104,69,0.08);
}
.detail-table tr:nth-child(odd) {
  background-color: rgba(238,104,69,0.14);
}
.detail-table tr:hover{
  background-color: rgba(238,104,69,1);
  color: #fff;

}
.detail-table tr:first-child:hover{
    background: #fff;
    color:  #100B0B;
}
.icon-fill{
    fill: #EE6845;
    transition: 0.1s;
}
.detail-table tr:hover .icon-fill{
    fill:#fff;
}
.error-msg {
    color: red;
    margin-top: 2px;
}
.pform_wrp {
    width: 82%;
    margin: 0 auto;
    padding: 20px 0 40px;
}
.formtitle {
    margin-bottom: 25px;
}
.pform_wrp h5 {
    font-size: 24px;
    font-family: inherit;
    font-weight: 700;
    line-height: 30px;
    margin: 0px;
}
/*registration form css */
.personal_info .form-field{
    width: 48%;
}
.full_form .form-field{
    width: 100%;
}

#top .personal_info .form-field input[type="date"],
#top .personal_info .form-field input[type="text"], 
#top .personal_info .form-field input[type="password"], 
#top .personal_info .form-field input[type="email"] {
    height: auto;
    padding: 9px 12px;
    border-radius: 0;
}
.personal_info .form-field input[type="date"]{
    background-color: #f7f7f7 !important;
    outline: none !important;
    border: 1px solid #ccc !important;
    margin-bottom: 5px !important;
}
.personal_info .form-field input[type="date"]:focus{
    outline: none !important;
}
.pform_wrp .form-field label{
    font-weight: bold !important;
    display: block;
    margin: 5px 0;
}
.pform_wrp .form-field select {
    margin-bottom: 5px !important;
}
.pform_wrp .from-submit input {
    border-radius: 40px !important;
    font-weight: bold;
    font-size: 20px;
    padding: 18px 40px;
}
.pform_wrp .form-field {
    margin: 0px 0px 30px;
    text-align: left;
}
.pform_wrp .from-submit {
    text-align: left;
}
.member_ship p {
    text-align: left;
    padding-bottom: 0px;
    margin: 0;
}
.pre_loved-wr {
    max-width: 50%;
    margin: 0 auto;
}
.pform_wrp .pre_loved-wr label {
    margin: 0 7px 12px 7px;
}
.pform_wrp .pre_loved-wr .checkboxlabel {
    display: inline-block;
}
.preferred_lang label{
	margin-right: 15px;
}
input#mybike {
    margin-right: 5px;
}
.date_field input {
    width: 100%;
}
.member_ship {
    margin-bottom: 30px;
    text-align: left;
}
.final_accept, .northpoint-bike, .tradein-bike {
    margin-bottom: 30px;
}
.submit_btn.form-field.from-submit {
    text-align: center;
    margin-top: 20px;
}
.bike_model, .bike_size, .store_name {
    background-color: #f7f7f7 !important;
    outline: none !important;
    border: 1px solid #ccc !important;
}
.full_form textarea {
    background-color: #f7f7f7 !important;
    color: #000;
}
.personal_info.form-field h5, .add-battery-info h5 {
    margin-bottom: 30px;
}
.inneraddmore a {
    border-radius: 30px !important;
    font-weight: bold;
    font-size: 17px;
    padding: 15px 24px;
    color: #fff;
    background-color: #f15725;
    display: inline-block;
}
.inneraddmore a:hover{
    text-decoration: none;
    background-color: #11bbbe;
}
.inneraddmore {
    margin-bottom: 40px;
}
.reg-loader {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999;
}
.reg-loader img {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 64px;
    top: 50%;
    transform: translateY(-50%);
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert {
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.wb-logout-btn {
    position: fixed;
    right: 0;
    z-index: 99999;
    top: 30%;
    padding: 10px 15px 10px 25px;
    background-color: #ff6565;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: all ease-out .5s;
}
.stay-connect-wr h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
#top .stay-connect-wr label {
    font-size: 16px;
}
.pform_wrp .bike_information {
    margin-top: 60px;
}
.pform_wrp .final_accept h5, .pform_wrp .preferred_lang h5 {
    margin-bottom: 20px;
}
.preferred_lang .checkboxlabel {
    display: inline-block;
    vertical-align: middle;
}
.reg-appendhtml {
    display: none;
}
.reg-appendhtml-row-wr {
    padding: 50px 25px 18px;
    border: 1px solid #f15825;
    margin-top: 40px;
    position: relative;
}
.full_form textarea {
    resize: none;
}
.removeaddmoreitems, .removeaddmorebetteries {
    position: absolute;
    top: -1px;
    right: -31px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    text-align: center;
    background-color: #f05825;
    color: #fff;
    line-height: 30px;
}
.action-linkcls {
    display: inline-block;
    font-size: 20px;
    margin: 0 4px;
    color: #f05725;
}
.detail-table tr:hover a {
    color: #fff;
}
.filterregis-wr {
    padding: 20px 0;
    border-bottom: 1px solid #f05825;
}

.filter-form {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 8px;
    width: 18.5%;
}
.filter-form:first-child {
    margin: 0;
}
#top .filter-form input[type="text"], #top .filter-form input[type="date"] {
    padding: 10px 12px;
    background-color: #F8F8F8;
    border: none;
    border: 1px solid #D3D9DD;
    font-weight: 700;
    color: #4D6877;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0;
}
.filter-form input[type="submit"] {
    padding: 11px 25px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #f05825;
    background-color: #f05825;
    cursor: pointer;
    font-weight: bold;
}
#top .filterregis-inner form {
    margin: 0;
}
.notfoundReg-wr {
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    border-top: 4px solid #EE6845;
    margin-bottom: 20px;
    color: #58595b;
}
.pagination-wr {
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.page-number.active {
    background-color: #11bbbe;
}
.page-number {
    display: inline-block;
    padding: 7px 14px;
    font-size: 16px;
    text-decoration: none;
    background-color: #f05825;
    color: #fff;
    margin: 0 5px;
    font-weight: bold;
}
.cn-brdr-btn {
    text-decoration: none;
    text-transform: capitalize;
    padding: 9px;
    display: inline-block;
    margin: 0 8px;
    background-color: #11bbbe;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.displayNone {
    display: none !important;
}
.submenu-tabs.menu-active {
    background-color: #ee6745;
    color: #fff;
}
.registration-revesionwr, .rpdviewdata-wr {
	width: 86%;
}
.rpdviewdata-wr {
    background: #fff;
    padding: 40px;
    border: 0.5px solid rgba(211,217,221,0.95);
    margin: 0 auto 20px;
}
.rpdviewdatainer-wr > h3 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.viewrow-wr {
    padding: 0 5px;
    border-bottom: 1px dotted #ccc;
}
.viewtitle, .viewvelue {
    display: inline-block;
    width: 48%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
}
.regpedegodatatable {
    padding: 20px;
}
.viewrow-wr:last-child {
    border-bottom: none;
}
.bikesrnumberview {
    padding: 10px 0;
    margin: 20px 0 0;
}
.registration-revesionwr {
    margin: 0 auto;
}
.reg-revisiontitle {
    font-size: 25px;
    letter-spacing: 1.5px;
    color: #58595B;
    line-height: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(211,217,221,0.95);
}

.view-revision-data .viewtitle, .view-revision-data .viewvelue, .view-revision-data .viewhistory, .viewstatus {
    display: inline-block;
    width: 25%;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
}
.view-revision-data .rpdviewdata-wr {
	width: 100%;
}
.view-revision-data .detail-table tr:hover {
    background-color: transparent;
    color: #444;
}
.detail-table tr td:last-child {
    color: #ee6745;
    font-weight: 600;
}
.psnwlogin {
    margin-top: 40px;
}
#header_main_alternate {
	display: none;
}

/* after live */
a.cm-status {
    display: inline-block;
    padding: 3px 7px;
    font-size: 14px;
    color: #fff;
    background-color: #ee6745;
    border-radius: 5px;
    text-decoration: none;
}
.detail-table tr:hover .cm-status {
    background-color: #fff;
    color: #333;
}
a.cm-status:hover {
    text-decoration: none;
}
.adbtn-action-wr a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 29px;
    text-decoration: none;
    margin: 0 10px;
    background-color: #ee6745;
    color: #fff;
    border-radius: 5px;
}
.admin-action-wr {
    text-align: right;
}
.adbtn-action-wr a:focus {
    box-shadow: none;
}
.adbtn-actionwr a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 29px;
    text-decoration: none;
    background-color: #fdeae4;
    color: #ee6745;
    border: 1px solid #ee6745;
    border-radius: 5px;
    pointer-events: none;
}
/* Export css */
h6.fttitle-cls {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.fttitle-cls {
    margin-bottom: 8px;
}
.dealerexportbtn {
    color: #fff;
    background-color: #f05825;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: bottom;
}
.dealerexportbtn:hover {
    text-decoration: none;
}
/*send email css*/
.sendemaiagainwr {
    text-align: right;
}
.sendemaiagainwr a {
    display: inline-block;
    color: #fff;
    background-color: #ee6745;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
}
.sendemaiagainwr a:hover, .sendemaiagainwr a:active {
    text-decoration: none;
}

/* Dealer page info css  */
#top .dnp-select-field select {
    background-color: #f7f7f7;
    padding: 12px;
}
.dnp-video-field, .dnp-image-field {
    display: none;
}
#top #dealerinfo-form .form-field input[type="text"] {
    height: auto;
    padding: 9px 12px;
    border-radius: 0;
}
.dnp-section-fropm {
    padding: 20px;
    border: 1px solid #ccc;
}
.dnp-form-wr h4 {
    margin: 20px 0;
    font-size: 22px;
}
.editaccess-wr {
    text-align: center;
    margin: 20px;
    padding: 20px;
    font-size: 23px;
    line-height: 27px;
    border-top: 6px solid #ee6745;
    box-shadow: 2px 0 4px 1px #ccc;
}
.submenu-tabs {
    width: 17.8%;
}
.current-imgshowr {
    display: none;
}
.reg-appendhtml-row-wr.reg-appendhtml-battery {
    padding: 32px 25px 0;
}
/*Task 8 css*/
input.warrantymaincls  {
    width: auto;
}
.rg-headfour-tag {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
/*Inventory Css*/
.inventory_accordion_blk {
    background-color: #fff;
    padding: 100px 0 50px;
}
.inventory_heading_list {
    background-color: #00b7ba;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.inventory_heading_list li {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    line-height: 24px;
    padding: 18px 0;
    position: relative;
    padding-left: 20px;
    margin: 0;
}
.inventory_accordion_blk > .container {
    padding: 0;
}
.inventory_heading_list li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.inventory_heading_list li:nth-child(1) {
    width: 30%;
    padding-left: 80px;
}
.inventory_heading_list li:nth-child(1):before {
	display: none;
}
.inventory_heading_list li:nth-child(2) {
    width: 31%;
    text-align: left;
}
.inventory_heading_list li:nth-child(3) {
    width: 15%;
}
.inventory_heading_list li:nth-child(4) {
    width: 22%;
}
.inventory_content_inner_wr{
    border: 1px solid #f1f1f1;
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 40px 30px 32px;
    transition: 0.5s all ease;
}
.product_title_wr {
	position: relative;
	cursor: pointer;
}
.product_title_wr h3 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    padding-left: 26px;
    position: relative;
}
.product_title_wr h3:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 28px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #00b7ba;
}
.product_title_wr span {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.5s all ease;
}
.product_title_wr.active span {
    transform: translateY(-50%) rotate(0);
}
.product_title_wr.active span svg path {
    stroke: #00b7ba !important;
}
.inventory_content_inner_wr.active .product_variant_title_wr {
    display: block;
}
.product_variant_title span svg,.product_variant_sub_title span svg {
    width: 12px;
    height: 10px;
}
.product_variant_title,.product_variant_sub_title {
    position: relative;
    cursor: pointer;
}
.product_variant_title span, .product_variant_sub_title span {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    border: solid 1px #eee;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}
.product_variant_title_wr:nth-child(2) {
    margin-top: 32px;
}
.product_variant_title_wr {
    display: none;
    padding: 20px 28px 20px 26px;
    border: 1px solid #f1f1f1;
    margin-top: 18px;
    position: relative;
}
.product_variant_title_wr h3 {
    font-size: 15px;
    line-height: 25px;
    color: #00b7ba;
    margin: 0;
}
.product_variant_details_wr {
    border: 1px solid #f1f1f1;
    margin-top: 22px;
    display: none;
}
.product_variant_details .product_variant_detail {
    float: left;
    position: relative;
    padding: 15px 0 15px 20px;
    min-height: 78px;
    border-left: 1px solid #f1f1f1;
}
.product_variant_details .product_variant_detail:nth-child(1){
	width: 30%;
	border-left: 0px;
}
.product_variant_details .product_variant_detail:nth-child(2){
	width: 33%;
}
.product_variant_details .product_variant_detail:nth-child(3){
	width: 15%;
}
.product_variant_details .product_variant_detail:nth-child(4){
	width: 22%;
}
.product_variant_detail p {
    font-size: 14px;
    line-height: 24px;
    color: #7e7e7e;
    margin: 0;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.product_variant_details_wr .product_variant_details:first-child {
    border-top: 0px;
}

.product_variant_details {
    border-top: 1px solid #f1f1f1;
}
.product_variant_title.active span,.product_variant_sub_title.active span {
    transform: translateY(-50%) rotate(180deg);
    background-color: #00b7ba;
}
.product_variant_title.active span svg,.product_variant_sub_title.active span svg {
    fill: #fff;
}
.product_variant_title_wr.active .product_variant_details_wr {
    display: block;
}
#top .last_update_detail p {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
/*April 28*/
.product_variant_details_wr .product_variant_inner_details {
    display: none;
}
.product_variant_details_outer_wr {
    padding: 0 15px;
}
.product_variant_sub_title {
    padding: 10px 15px;
}
.product_variant_details_wr .product_variant_inner_details{
    margin: 10px 15px;
    border: 1px solid #d3d9dd;
}
.product_variant_sub_title span {
    right: 20px;
}
.product_variant_details_wr.active .product_variant_inner_details {
    display: block;
}
.product_variant_title_wr.active .product_variant_inner_details.showTable {
    border: 0px;
    margin: 0px;
    display: block;
}
.inventory_content_inner_wr .view_all_btn,
.inventory_content_blk > .view_all_inventory,
.inventory_content_blk > .close_all_inventory {
    float: right;
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    display: none;
}
.inventory_content_inner_wr .view_all_btn a,
.inventory_content_blk > .view_all_inventory a,
.inventory_content_blk > .close_all_inventory a {
    color: #000;
    transition: 0.5s;
    text-decoration: none;
}
.inventory_content_inner_wr .view_all_btn a:hover,
.inventory_content_blk > .view_all_inventory a:hover,
.inventory_content_blk > .close_all_inventory a:hover {
    text-decoration: none;
    color: #00b7ba;
}
.inventory_content_inner_wr.active .view_all_btn {
    display: block;
}
.inventory_content_blk > .view_all_inventory{
    display: block;
}
/*Task 8 css*/
input.warrantymaincls  {
    width: auto;
}
.rg-headfour-tag {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}

/* File upload task Css */

.view-pdf-recipts a {
  display: inline-block;
  padding: 11px 18px;
  background-color: #f15725;
  color: #fff;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.pdf-choose-file-wr .form-field .pdf-recipts , .edit-pdf-choose-file-wr .pdf-recipts{
    opacity: 0;
    padding: 18px 24px;
    display: block;
    width: 100%;
    cursor: pointer;
}
span.pdf-choose-file-txt, span.edit-pdf-choose-file-txt {
    position: absolute;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    padding: 15px 24px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
span.pdf-choose-button , span.edit-pdf-choose-button{
    display: inline-block;
    position: relative;
    transition: 0.5s;
    margin-bottom: 20px;
    border-radius: 30px !important;
    background-color: #f15725;
}
span.pdf-choose-button :hover, span.edit-pdf-choose-button:hover{
    background-color: #11bbbe;
}
.detail-table tr:hover a.pdfhover-colr {
  color: #000;
}