/*Bootstraps include*/
.block-editor #editor .tabbed-content .nav {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.block-editor #editor .tabbed-content .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce) {
    .block-editor #editor .tabbed-content .nav-link {
    transition: none;
     }
}
.nav-link:hover, .nav-link:focus {
    color: #0a58ca;
}
.block-editor #editor .tabbed-content .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.block-editor #editor .tabbed-content .nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.block-editor #editor .tabbed-content .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.block-editor #editor .tabbed-content .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.block-editor #editor .tabbed-content .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.block-editor #editor .tabbed-content .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.block-editor #editor .tabbed-content .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.block-editor #editor .tabbed-content .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem;
}
.block-editor #editor .tabbed-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.block-editor #editor .tabbed-content .nav-fill>.nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.block-editor #editor .tabbed-content .nav-justified>.nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.block-editor #editor .tabbed-content .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
    width: 100%}
.block-editor #editor .tabbed-content .tab-content>.tab-pane {
    display: none;
}
.block-editor #editor .tabbed-content .tab-content>.active {
    display: block;
}







/*Backend -- Edited Styles*/
.block-editor #editor .tabbed-content{
     padding: 35px 0;
    border:1px dashed gray;
    padding-left:10px !important;
    padding-right:10px !important;
}
.block-editor #editor .tabbed-content ul.nav{
     justify-content: space-around;
     background: #e4e4e4;
     flex-wrap: nowrap;
     margin-bottom: 50px;
     list-style: none;
     padding-left: 0;
     width: 100%;
     overflow: hidden;
}
.block-editor #editor .tabbed-content ul li{
     font-weight: 600;
     width:100%;
     text-align: center;
     height: 100%;
}
.block-editor #editor .tabbed-content ul li a{
     color: rgba(79,79,79,1);
     border-bottom: 2px solid rgb(0 0 0 / 10%);
     padding: 0.35em;
     width:100%;
     height: 100%;
     display: block;
     outline: none;
     background: #e4e4e4;

}
.block-editor #editor .tabbed-content ul li a:active{
     color: rgb(29, 29, 29);
     border-color: rgba(237, 24, 84, 1);
}
.block-editor #editor .tabbed-content ul li a.active{
     color: rgb(29, 29, 29);
     border-color: rgba(237, 24, 84, 1);
}
.block-editor #editor .tabbed-content .tab-pane{
     justify-content: center;
     align-items: flex-start;
     flex-wrap: wrap;
}
.block-editor #editor .tabbed-content .tab-pane.active{
     display: flex !important;
     flex-wrap: nowrap;
}
.block-editor #editor .tabbed-content .tab-pane .half{
     padding: 0 3em;
     width: 50%;
}
.block-editor #editor .block-editor #editor .js .tmce-active .wp-editor-area{
     color:#000;
}
.block-editor #editor .block-editor #editor .tabbed-content a{
     outline: none;
}
.block-editor #editor .block-editor #editor .tabbed-content a:hover{
     text-decoration: none;
}
@media(max-width: 991px){
     .block-editor #editor .tabbed-content .tab-pane .half {
         padding: 0 5px;
         width: 50%;
     }
}

@media(max-width: 767px){
     .block-editor #editor .tabbed-content .tab-pane .half {
         padding: 0 5px;
         width: 50%;
     }
     .block-editor #editor .tabbed-content .tab-pane.active {
         display: flex !important;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
     .block-editor #editor .tabbed-content .tab-pane .half {
          padding: 10px 5px;
     }
     .block-editor #editor .tabbed-content ul.nav{
          flex-wrap: wrap;
          background: transparent;
     }
     .block-editor #editor .tabbed-content ul li{
          margin-bottom: 10px;
     }
     .block-editor #editor .tabbed-content ul li a{
          background: #e4e4e4;
     }
}








/*Backend & Front End -- Edited Styles*/
.tabbed-content{
     padding: 35px 0;
}
.tabbed-content ul.nav{
     justify-content: space-around;
     background: #e4e4e4;
     flex-wrap: nowrap;
     margin-bottom: 50px;
     list-style: none;
     padding-left: 0;
}
.tabbed-content ul li{
     font-weight: 600;
     width:100%;
     text-align: center;
}
.tabbed-content ul li a{
     color: rgba(79,79,79,1);
     border-bottom: 2px solid rgb(0 0 0 / 10%);
     padding: 0.35em;
     width:100%;
     height: 100%;
     display: block;
     outline: none;
}
.tabbed-content ul li a:active{
     color: rgb(29, 29, 29);
     border-color: rgba(237, 24, 84, 1);
}
.tabbed-content ul li a.active{
     color: rgb(29, 29, 29);
     border-color: rgba(237, 24, 84, 1);
}
.tabbed-content .tab-pane{
     justify-content: center;
     align-items: flex-start;
     flex-wrap: wrap;
}
.tabbed-content .tab-pane.active{
     display: flex !important;
}
.tabbed-content .tab-pane .half{
     padding: 0 3em;
     width: 50%;
}
.block-editor #editor .js .tmce-active .wp-editor-area{
     color:#000;
}
.block-editor #editor .tabbed-content a{
     outline: none;
}
.block-editor #editor .tabbed-content a:hover{
     text-decoration: none;
}
@media(max-width: 991px){
     .tabbed-content .tab-pane .half {
         padding: 0 5px;
         width: 50%;
     }
}

@media(max-width: 767px){
     .tabbed-content .tab-pane .half {
         padding: 0 5px;
         width: 50%;
     }
     .tabbed-content .tab-pane.active {
         display: flex !important;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }
     .tabbed-content .tab-pane .half {
          padding: 10px 5px;
     }
     .tabbed-content ul.nav{
          flex-wrap: wrap;
          background: transparent;
     }
     .tabbed-content ul li{
          margin-bottom: 10px;
     }
     .tabbed-content ul li a{
          background: #e4e4e4;
     }
}






/*Bootstraps on backend*/


