/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.wrap-heading {
    width: 80%
}

.text-dark-teal {
    color: #225B62 !important
}

.bg-dark-teal {
    background: #225B62 !important
}

.br-20 {
    border-radius: 20px;
}

.nav-link {
    color: black !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
}
.nav-item {
    color: #225B62 !important;
}

.nav-item.active .nav-link:hover {
    font-weight: 600 !important
}
.nav-item::before,
.nav-link::before {
    background-color: #225B62 !important;
    height: 0.18rem !important
}

.bg-warm {
    background: #FFF8F3;
}

.bg-custom-light {
    background-color: #F2F2F2;
}

.text-custom-dark {
    color: #505050;
}

.text-custom-muted {
    /*color: #6b6b6b;*/
    color: #000;
}

.modal-body .event-tblpopup-head {
    background-color: #225B62;
    color: #Fff;
}

.modal-header {
    padding: 0rem 4rem;
}

.popup-close-btn {
    background-color: #225B62 !important;
    color: #fff;
    min-width: 200px;
    border: 1px solid lightgray;
}

.modal-content {
    text-align: left;
}

.btn-primary {
    border-radius: 8px;
}

.community-section {
    background-image: url('/ja-jp/local/biz/cloud-platform/microsoft-fabric-greenwave/Images/MS-Frabric_background-bottom-image.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 70%;
    padding: 5rem 0 12rem 0;
    min-height: 500px;
}

.resource-link {
    color: #225B62 !important;
    font-weight: 600
}

.tech-community-title {
    font-weight: 600
}

.pre-wrap {
    white-space: pre-wrap;
}

.use-case-link {
    margin: unset !important;
    text-decoration:underline !important;
    font-weight: 600 !important;
}

.base-bold {
    font-weight: 600
}

.partner-logo {
    background-color: #ffffff;
    padding: 16px 20px;
    border-radius: 0;
    max-height: 85px;
    width: 100%;
    object-fit: contain;
}
.iframe-videos {
    position: relative;
    z-index: 0;
    padding-top: 56.46%;
    margin: 1rem 0;
}
.iframe-videos iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}
   
@media (forced-colors: active) {
    .partner-logo {
        forced-color-adjust: none;
        background-color: #ffffff;
    }
}


@media(max-width:560px) {
    .iframe-videos {
        padding-top: 64.46%;
        margin: 1rem 0;
    }
}