.tab-pane img {
  max-width: 50%;
  height: auto;
  align-items: center;
}

.nav-tabs .nav-item {
  margin-bottom: 0; 
  justify-content: center;
}

.nav-tabs .nav-link {
  color: #ffffff; 
  background-color: #39B1DD;  
  padding: 10px 20px; 
  margin :5px 5px 5px 5px;
  font-size: 13px; 
  font-weight: 600px;
  transition: background-color 0.3s ease; 
}

.nav-tabs .nav-link.active {
  background-color: #04409D; 
  color: #fff; 
}

.nav-tabs .nav-link:hover {
  background-color: hsl(80, 100%, 28%); 
  color: #ffffff; 
}

.tab-content {
  padding: 20px;
  align-items: center;
  border-top: none; 
}

.tab-pane {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tab-pane.active {
  display: block; 
}

.nav-tabs.sub-option > .nav-item > .nav-link {
background-color: #f0f0f0; 
color: #000000; 
}


.nav-tabs.sub-option > .nav-item > .nav-link.active {
background-color: #ddd; 
color: #000000; 
}

.tab-content.sub-option> .tab-pane {
background-color: #f0f0f0; 
color: #000000;
padding: 50px 50px 50px 50px;
}
.tab-pane img {
  display: inline-block;
  margin: 10px; 
  border-radius: 50%; 
}
#consoletype {
text-align: center; 
}

.image-container {
/* 	display: inline-block; */
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
text-align: center; 
margin: 0 10px;
cursor: pointer;
  border: 1px solid lightgray;
  padding: 25px 25px;
  border-radius: 10px;
transition: all 0.3s ease-in-out;
}
.image-container:hover, .image-container.selected {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.image-container img {
width: 100px; 
border-radius: 50%;

.image-container p {
margin-top: 5px; 
}
}
.color-picker-container {
text-align: center;
}


.nav-tabs.color-option > .nav-item > .nav-link {
background-color: #f0f0f0; 
color: #000000; 
}


.nav-tabs.color-option > .nav-item > .nav-link.active {
background-color: #ddd; 
color: #000000; 
}

.tab-content.color-option> .tab-pane {
background-color: #f0f0f0; 
color: #000000;
padding: 50px 50px 50px 50px;
}
.tab-pane img {
  display: inline-block;
  margin: 10px; 
  border-radius: 50%;}

  .color-picker-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 50px;
}

.color-picker-container div {
    text-align: center;
}

.color-picker-container input {
    width: 175px;
    height: 50px;
    border: 1px;
    border-color: #191919;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.color-picker-container h3 {
    font-size: 15px;
    font-family: Quicksand;
    margin: 5px 0 0 0;
}

#tab1 svg,
#tab2 svg{
max-width: 90%;
margin: 50px auto;

}

.nav_bar ul li a {
text-decoration: none;
text-transform: uppercase;
color: #ffffff; 
background-color: #39B1DD;  
padding: 12px 24px; 
margin :10px 10px 10px 10px;
font-size: 16px; 
font-weight: 600px;
transition: background-color 0.3s ease; 
display: block;
}    
.tabs div{ 
  
}
.hidden{
display:none;
}
#level2 li a{
background-color: #f0f0f0;
color: #000000;
}
#level2 li a.active{  
  background-color: #ddd;
  color: #000000;
}

.l2tabs{  
/*     background-color: #f0f0f0; */
  color: #000000;
  padding: 50px 50px 50px 50px;
}
/* Build a boat Start */
.elementor-803 .elementor-element.elementor-element-365afac .nav_bar ul li a {
  background-color: #39B1DD;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
}
.nav_bar ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #39B1DD;
  padding: 12px 40px;
  margin: 0px 0px 10px 10px;
  font-size: 16px;
  font-weight: 600px;
  transition: background-color 0.3s ease;
  display: block;
}

.elementor-803 .elementor-element.elementor-element-365afac .nav_bar ul li a:hover {
  background-color: #045cb4;
}
#toptabs ul li a.active, ul#level1 li a.active {
  background-color: #046bd2 !important;
}
ul#level2 li a {
  padding: 25px  25px;
  background: rgba(40, 44, 42, 0.05);
  color: #74777b;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  margin: 0px;
  border-top: 5px solid transparent;
  min-width: 200px;
  text-align: center;
}

ul#level2 {
  margin-top: 60px;
display:flex;
flex-wrap: nowrap;
}

ul#level2 li {
  border: 1px solid rgba(40,44,42,0.1);
}

#level2 li a.active {
  background-color: white !important;
  border-top-color: #046bd2;
  color: #046bd2 !important;
}
.l2tabs {
  display: flex;
  justify-content: center;
}
.image-container{
border-radius: 0px !important;
min-width: 185px;
}
.image-container p {
  margin-bottom: 0px;
  margin-top: 15px;
}
/* Build a boat End */

.ul-left ul {
  margin-left: 25px;
}

/* Print Button styles */
#captureImagebtn {
  background-color: #39b1dd;
  border-radius: 0;
  padding: 16px 40px;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 600;
  text-transform: uppercase;
}

/* Change button color on hover */
#captureImagebtn:hover {
  background-color: #04409D; 

}
#captureImagebtn {
display: block;
margin-top: 20px;
margin-left:500px;  
}
#toptabs ul {
  justify-content: start;
  margin:2px 2px 2px 2px;
  width:20%;
}
#toptabs ul li a {
  margin: 10px 0px 0px;
}
.nav_bar ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0px;
margin-left: 0px;
justify-content: start;
}

.color-radio {
  display: none;
}
.color-radio + label {
  display: inline-block;
  width: 55px;
  height: 50px;
  border-radius: 0%;
  border: 1px solid grey;
  cursor: pointer;
}
.color-radio:checked + label {
  border-color: #000;
}
.color-label {
  margin-top: 5px;
  text-align: center;
}

h3, .entry-content h3 {
  font-size: 10px;
   font-weight:600;
  font-family: 'Quicksand';
  line-height: 14px;
  text-align:center;
}
.l2tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.tabs div {
  padding: 20px 10px 20px 10px;
}
.nav_bar ul{
display: grid;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
div#btab1 {
  margin-left: 200px;
  margin-top: -285px;
}
div#btab2 {
 margin-left: 200px;
  margin-top: -285px;
}
div#btab3 {
 margin-left: 200px;
  margin-top: -285px;

}
#tab1 svg, #tab2 svg {
  max-width: 90%;
  margin:auto;
 
}
.ninja_footable td {
  font-family: 'Quicksand';
}
div#tabssec {
  width: 80%;
}
div#toptabs {
  display: flex;
  align-items: start;
}
.img_form {
    display: flex;
    align-items: center;
}

.sent_email_msg{
	display:flex;
	flex-direction:column;
	align-items:center;
	margin:75px auto;
}

/*Mobile Build your Boat*/
@media (max-width:550px){
div#tabssec {
  width: 100%;
}
#toptabs ul {
  justify-content: start;
  margin: 2px 2px 2px 2px;
  width: 100%;
}
div#toptabs {
  display: block;
}
.image-container {
  width: 44%;
  margin: 0px;
  min-width: unset;
}
.l2tabs {
  margin: 40px 0px;
  padding: unset !important;
  flex-wrap: wrap;
  gap: 20px;
justify-content: center;
}
#toptabs ul{
  justify-content: center;
}

.printbutton {
  display: flex;
  justify-content: center;
}	
.tabs.nav_bar{
padding: 0 !important;
}
.nav_bar ul{
display: grid;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
justify-content: space-around;
}
div#btab1 {
  margin: 0px;!important
}
div#btab2 {
 margin: 0px;!important
}
div#btab3 {
 margin: 0px;!important

}
#tab1 svg, #tab2 svg {
  max-width: 90%;
  margin: 50px auto;
  margin-left: 0px;
  margin-top: 5px;
}
ul#level2 {
  margin-top: 40px;
  display: grid;
  flex-wrap: nowrap;
}
div#deck-color-tab div {
  width: 33%;
  text-align: center;
}
div#bottom-color-tab div {
  width: 33%;
  text-align: center;
}
div#side-color-tab div {
  width: 33%;
  text-align: center;
}
div#console-color-tab div {
  width: 33%;
  text-align: center;
}
div#webbing-color-tab div {
  width: 33%;
  text-align: center;
}

h3, .entry-content h3 {
  font-size: 14px;
   font-weight:400px;
  font-family: 'Poppins';
  line-height: 15px;
  text-align:center;
}
#captureImagebtn {
display: block;
margin-top: 20px;
margin-left:0px;  
}
}