@import "https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";

.tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f1f1f1;
  }
  .tabs-header button {
    background-color: #e0e0e0;
    border: none;
    border-radius: 50%;
    /* width: 32px; */
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .tabs-header button:hover {
    background-color: #d6d6d6;
  }
  .tabs-header .tab-btn {
    margin: 0 5px;
    padding: 5px 15px;
    border: none;
    background-color: #e0e0e0;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
  }
  .tabs-header .tab-btn.active {
    background-color: #007bff;
    color: #fff;
  }
  .tab-content {
    padding: 20px;
    display: none;
  }
  .tab-content.active {
    display: block;
  }



body{
    font-family: "Space Mono", monospace !important;
    overflow-x: hidden;
}
.navbar{
    background-color: #f3f5f9;
}
.container {
    max-width: 1680px;
}
img.img-fluid.header_logo {
    width: 30%;
    margin: 10px 0px;
}
header {
    border-bottom: 1px solid lightgrey;
  
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    width: 100% !important;
    text-align: justify;
    font-size: 14px;
    padding: 4px 20px;
    font-weight: 600;
}
h6.fulldiv_h6 {
    font-size: 18px;
    font-weight: 700;}
 
.sidenav {
    height: 100%;
    /* width: 300px; */
    position: fixed;
    /* z-index: 1; */
    /* top: 15%; */
    left: 0;
    background-color: #f3f5f9;
    overflow: auto;
    padding-top: 0px;
    /* border-right: 1px solid #ddd; */
    overflow-x: hidden;
}
div#v-pills-tab {
    padding-top: 160px;
}
.sidecontent {
    /* text-align: center; */
    right: 0%;
    /* top: 15%; */
    position: absolute;
    margin-bottom: 60px;
    border-left: 1px solid #ddd;
    
}
div#tabContent {
    padding-top: 100px;
    padding-bottom: 50px;
}
.headnav {
    border-bottom: 1px solid lightgray;
    /* margin-bottom: 20px; */
    text-align: center;
    /* display: ruby-text !important; */
}
.service_button {
    background: #0d6efd !important;
    border: 2px solid #1c3424 !important;
    margin-top: 0px !important;
    padding: 6px 22px !important;
    border: none !important;
    color: white;
    font-weight: bold;
    /* margin-left: 20px; */
    border-radius: 20px;
}
.buttondiv123 button.service_button {
    padding: 10px 22px !important;
}
/* .container.headermenu {
    border-bottom: 1px solid lightgray;
    padding-bottom: 42px;
} */

.button_div {
    text-align: end;
    padding-right: 0px;
}
.col-lg-3.sidenav button.nav-link.active {
    background: none;
    color: #0d6efd !important;
    font-weight: bold !important;
    font-size: 14px;
    width: 100% !important;
}
.sidenav button.nav-link {
    color: black;
}

.headermenu {
    margin-top: 0px;
    /* margin-bottom: 30px; */
}
.row.communityrow {
    background: #0d6efd;
    color: white;
    padding: 8px 0px;
    width: auto;
    text-align: center;
}
.communityrow h6 {
    margin-bottom: 0px;
}
.tab-content.document_content {
    margin-left: 100px;
}


.button_div {
    text-align: end;
    gap: 40px;
    justify-content: end;
    float: right;
    padding-top: 26px;
}
.shopify_connnector img {
    width: 28%;
}
span.shopify_connnector {
    /* margin-left: 7%; */
}
.sabmenu1{
    margin-left: 20px;
    color: #000000 !important;
    font-weight: 100 !important;
}
.sabmenu2{
    margin-left: 40px;
    color: #686868 !important;
    font-weight: 100 !important;
}
h4.fulldiv_h4 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
h2.fulldiv_h2 {
    font-weight: bold;
}
p.fulldiv_P {
    margin-bottom: 30px;
}
img.shopify_images {
    width: 90%;
    margin-bottom: 40px;
    height: auto;
    border: 4px solid  #714b67;
    border-radius: 10px;
}
.odoosuport {
    text-align: end;
}
.odoosuport p {
    font-weight: 700;
    color: #1974f7;
    text-decoration: underline;
}
/* .button_div.buttondiv123 {
    text-align: start;
} */
.video_btn {
    text-align: end;
}
.video_button {
    background: #f33c3c !important;
    border: 2px solid #1c3424 !important;
    margin-top: 0px !important;
    padding: 6px 22px !important;
    border: none !important;
    color: white !important;
    font-weight: bold;
    /* margin-left: 20px; */
    border-radius: 20px;
}
.video_button a {
    color: white !important;
    text-decoration: none;
    font-size: 16px;
}


@media only screen and (max-width: 1024px) {

    .tab-content.document_content {
        margin-left: 30px !important;
    }
    .sabmenu1 {
        margin-left: 10px !important;
    }
    .sabmenu2 {
        margin-left: 30px !important;
    }
    .service_button {
        padding: 6px 10px !important;
        margin-left: 0px !important;
    }
    .button_div {
        padding-top: 0px !important;
    }
    .headermenu {
        padding-top: 10px;
        margin-bottom: 80px !important;
    }
    .shopify_connnector img {
        width: 100% !important;
    }
    .buttondiv123 button.service_button {
        padding: 5px 10px !important;
    }
}



@media only screen and (max-width: 767px) {
.sidenav {
    position: relative !important;
}
.shopify_connnector img {
    width: 100% !important;
}
.service_button {
    padding: 6px 8px !important;
    margin-left: 18px !important;
}
.odoosuport p {
    font-size: 14px !important;
    margin-top: 20px !important;
    text-align: start !important;
    padding-left: 10px !important;
}
span.shopify_connnector {
    margin-left: 0px !important;
}
.tab-content.document_content {
    margin-left: 6px !important;
}
span.shopify_connnector {
    margin-left: 0px !important;
}
.button_div {
    padding-top: 16px !important;
    text-align: start !important;
}
.confllict_div.align-items-start {
    padding-right: 0;
}
.headermenu {
    padding-top: 50px;
    margin-bottom: 30px !important;
}
.buttondiv123 button.service_button {
    padding: 8px 8px !important;
}
.odoosuport {
    text-align: center !important;
}
.sidecontent {
    padding-right: 0px;
}
.video_button a {
    color: white !important;
    text-decoration: none;
    font-size: 12px !important;
}
.video_button {
    background: #f33c3c !important;
    border: 2px solid #1c3424 !important;
    margin-top: 0px !important;
    padding: 2px 16px !important;
    border: none !important;
    color: white !important;
    font-weight: bold;
    /* margin-left: 20px; */
    border-radius: 20px;
}
.header_buttons{
    text-align: center !important;
}
.mapping_img{
    display: none !important;
}
img.img-fluid.header_logo {
    width: 50% !important;
     margin: 2px 0px !important; 
}
header {
    position: static !important;
}
.header_buttons a {
    font-size: 12px !important;
}
div#v-pills-tab {
    padding-top: 0px;
}
.sidecontent {
    /* top: 15%; */
    position: relative !important;
}
div#tabContent {
    padding-top: 30px !important;
    padding-bottom: 50px;
}
.footer_button{
    text-align: center !important;
}
}
