
body {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin: 0;
    word-break: break-word;
}

a:hover{
    color: #f68d2e;
}
a {
    color: #1479a6;
}

h1.mchp-basicbanner-title.white {
    color: white;
}

input#smart-search-input {
    height: 30px;
    width: 100%;
}
.search-container {
    padding: 20px;
}
.smart-search-mchp-main-div .spinner-hide {
    display: none;
}
.smart-search-mchp-main-div .spinner {
    border: 8px solid rgba(0,0,0,0.1);
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    display: block !important;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 99999;
}
/* @keyframes spin {
    .smart-search-mchp-main-div 0% {
        transform: rotate(0deg);
   }
    .smart-search-mchp-main-div 100% {
        transform: rotate(360deg);
   }
} */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* .smart-search-mchp-main-div {
 animation: spin 2s linear infinite;
} */

.mchp-basicbanner {
    background-color: #4b4d49;
    background-size: cover;
    width: 100%;
    color: white;
   
    background-position: right;
    background-repeat: no-repeat;
    background-image: linear-gradient(270deg, rgba(28, 53, 94, 0) 0, rgba(28, 53, 94, 0.505208) 50.52%, rgba(28, 53, 94, 0.505208) 50.53%, #1c355e 100%), var(--background);
}
.max-width-container {
    max-width: 1270px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.basicbanner_container {
    display: flex;
    padding-top: 45px;
    padding-bottom: 45px;
    justify-content: space-evenly;
}
.mchp-colorstripe-container {
    margin-top: 5px;
}
 .colorstripe-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . .";
    grid-template-rows: 1fr;
    gap: 0 3px;
}
.orange-bar {
    background-color: #f68d2e;
}
.blue-bar {
    background-color: #41b6e6;
}
.green-bar {
    background-color: #6cc24a;
}

.smart-search-mchp-main-div .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.smart-search-mchp-main-div .datadiv {
    position: relative;
    z-index: 0;
    padding: 20px;
}
.mchp-smart-search {
    position: relative;
    z-index: 0;
    padding: 40px;
   
}
.mchp-smart-search .data-heading-title {
    font-size: 18px;
    font-weight: 700;
}
.mchp-smart-search a {
    font-weight: 500;
    line-height: 18px;
}
.mchp-smart-search .devhelp-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mchp-smart-search .devhelp-collection .each-product-data.each-dev-data {
    width: 22%;
}
.mchp-smart-search div#all-ds, .mchp-smart-search #all-appnotes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.mchp-smart-search .each-doc {
    display: flex;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px;
    width: 30%;
}
.mchp-smart-search .ds-appnotes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mchp-smart-search .smart-search-elem {
    margin-top: 20px;
}
.mchp-smart-search div#all-video-results {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
}
.mchp-smart-search .video-secttion-title, .mchp-smart-search .charts-section-title, .mchp-smart-search .product-data-title {
    margin-bottom: 10px;
}
.mchp-smart-search .seperator {
    border: 1px solid;
}
.mchp-smart-search .charts-data {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.mchp-smart-search .each-video-card {
    border: 1px solid;
    display: flex;
    text-align: center;
}
.mchp-smart-search .each-video-card .title {
    font-size: 12px;
}
.mchp-smart-search .each-blog-data {
    border: 1px solid;
    border-radius: 4px;
    padding: 10px;
    width: 40%;
}
.mchp-smart-search .blog-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    max-width: 400px;
    font-size: 12px;
}
.mchp-smart-search div#all-blogs-results {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}
.mchp-smart-search .product-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    max-width: 400px;
    font-size: 12px;
}
.mchp-smart-search .bold-label {
    font-size: 14px;
    font-weight: 700;
}
.mchp-smart-search .each-chart:hover {
    background: white;
    color: #1c355e;
}
.mchp-smart-search .each-chart {
    width: 23%;
    border: 1px solid;
    padding: 5px;
    border-radius: 4px;
    background: #1c355e;
}
.mchp-smart-search .each-chart a.chart-card {
    color: white;
    font-size: 12px;
}
.mchp-smart-search .each-chart a:hover {
    background: white;
    color: #1c355e;
}
.mchp-smart-search .products-card-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.mchp-smart-search .products-card-collection a {
    font-weight: 700;
    line-height: 18px;
}
.mchp-smart-search .each-product-data {
    border: 1px solid;
    width: 48%;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mchp-smart-search .each-product-data .product-title {
    font-size: 14px;
}
.mchp-smart-search .result-page {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mchp-smart-search .product-header-details {
    display: flex;
}
.mchp-smart-search .video-data .each-video-card {
    width: 16%;
}
.mchp-smart-search .video-data .image-container {
    position: relative;
}
.mchp-smart-search .video-data .image-container img {
    width: 100%;
    height: auto;
}
.mchp-smart-search .video-data .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}
