/*
 Theme Name:   ZP DCPI GP Child
 Theme URI:    https://zinupress.com
 Description:  ZinuPRESS DCPI GeneratePress Child Theme
 Author:       Kelvin Karanja
 Author URI:   https://zinupress.com
 Template:     generatepress
 Version:      1.2.1
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #242c33;
    background-color: #f7f8fa;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #01BD6C;
}

h2, h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #242c33;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #242c33;
	margin-bottom: .5em;
	line-height: 1.5;

}


@font-face {
    font-family: 'Caveat';
    src: url('/wp-content/themes/generatepress_child/fonts/Caveat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* HEADER */

.inside-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* END HEADER */

/* 

@font-face {
    font-family: 'Reenie Beanie';
    src: url('/wp-content/themes/generatepress_child/fonts/Caveat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Reenie Beanie';
    src: url('/wp-content/themes/generatepress_child/fonts/Caveat-Caveat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Reenie Beanie';
    src: url('/wp-content/themes/generatepress_child/fonts/Caveat-Caveat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */


.data-request-notes p {
    font-family: 'Caveat', cursive;
}

a {
    color: #01BD6C;
    text-decoration: none;
}

a:hover {
    color: #2dac88;
}

.primary-cta {
    background-color: #01BD6C;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.primary-cta:hover {
    background-color: #02DE7F;
}

.secondary-cta {
    background-color: #E68738;
}


	button.primary-cta:hover {
    background-color: #02DE7F;
}

button.secondary-cta {
	background-color:#3A494A ;
	color: #F7F8FA;
	font-weight: 600;
	font-size: .9em;
	border-radius: 4px;
	border: 1px solid #E68738;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
/* 	background-color: #E68738; */
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
/* 		background-color:#479AAB; */
/* 	    color: #F7F8FA; */
}

.secondary-cta i {
    margin-right: 8px; /* Space between icon and text */
}

.secondary-cta:hover {
/*     background-color: #3A494A; */
/* 	color:#f2f2f2; */
/* 	background-color:#479AAB;
	    color: #F7F8FA; */
		background-color: #56917A;
	color: #242c33;

}


header {

    color: #f7f8fa;
    padding: 1rem;
}

footer {
    background-color: #242c33;
    color: #f7f8fa;
    padding: 1rem;
}


/* --- Starting Event Front-End --- */

.content-details h1 {
	background-color: #01BD6C;
	color: white;
	text-align: center;
	padding: .5rem 1rem;
	margin: 0;
}

  .registrants-table {
        width: 100%;
        border-collapse: collapse;
    }

    .registrants-table th, .registrants-table td {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .registrants-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .registrants-table th {
        background-color: #4CAF50;
        color: white;
        text-align: left;
        padding-top: 12px;
        padding-bottom: 12px;
    }


    .register-cta {
        margin-top: 20px;
    }
    .register-cta .btn {
        display: inline-block;
        padding: 10px 20px;
        margin-right: 10px;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        background-color: #007bff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    .register-cta .btn-secondary {
        background-color: #6c757d;
    }
    .register-cta .btn .chevron-right {
        margin-left: 5px;
    }
    .register-cta .btn:hover {
        background-color: #0056b3;
    }
    .register-cta .btn-secondary:hover {
        background-color: #5a6268;
    }

.filters {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}
    .filters .form-group {
        display: inline-block;
        margin-right: 10px;
    }
    .filters .form-group label {
        margin-right: 5px;
    }
    .filters .form-group input {
        padding: 5px;
    }
    .filters .form-group button {
        padding: 5px 10px;
    }
    .events-table {
        margin-top: 20px;
    }
    .registrants-table {
        width: 100%;
        border-collapse: collapse;
    }
    .registrants-table th, .registrants-table td {
        border: 1px solid #ddd;
        padding: 8px;
    }
    .registrants-table th {
        background-color: #01BD6C !important ;
        text-align: left;
    }
    .registrants-table th a {
        text-decoration: none;
        color: inherit;
    }
    .registrants-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }
    .registrants-table tr:hover {
        background-color: #f1f1f1;
    }

/* Header */
.site-logo, .site-branding {
	margin-bottom: 0 !important;
}

header {
	padding: 0;
}
.page-summaries, .training-summaries {
	display: flex;
	flex-flow: row nowrap;
justify-content: space-evenly;
	background-color: #242c33;
}

.page-utilities {
		overflow-x: scroll;
	justify-content: space-between;
	padding: 0;
	margin:0;
position: sticky;
top: 0;
z-index: 1;
background: #242c33;
}

.page-title h1 {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px !important;
	color: #242C33;
font-weight: 700;
}

.summary-titles {
	font-weight: 600;
}

.global-summaries p, .training-summaries p {
	margin-bottom: 0;
	line-height: 1.5;
	color: #fff;
}

.training-summaries {
		justify-content: space-between;
	flex-basis: 50%;
}

.summary-wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 5px;
	padding-top: .3em;
}

.summary-title{
	text-align: right;
	flex-basis: 50%;
}

.summary-value{
	text-align:left;
	font-weight: bold;
	flex-basis: 50%;
}

p.summary-value{
	margin-bottom:0;
}

.katikati{
	display: flex;
	justify-content: center;
}

.training-header h1 {
	font-size: 1.8rem;
}

/* START OF SINGLE TRAINING PAGE */
#single-training {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 100vw;
	max-width: 100vw;
	min-width: 100vw;
}

.vertigo {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 1rem;
	border-right: 8px solid #01BD6c;
	padding: 5px 10px;
	flex-basis: 100px;
}

.training-track {
	vertical-align: center;
	font-size: 1.2rem;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 600;
	height: 100%;
	justify-self: left;
	align-self: center;
}

/* END OF SINGLE TRAINING */
.inside-header {
	 padding :  10px;
}


/* START  of COMPLETED TRAININGS */

    .events-table th, .events-table td {
        white-space: nowrap;
        word-break: keep-all;
        font-weight:600;
    }
    .form-group {
        margin-bottom: 10px;
    }
    .form-group label {
        display: block;
        margin-bottom: 5px;
    }
    .training-summaries {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .training-summaries p {
        flex: 1 1 50%;
        box-sizing: border-box;
        padding: 5px;
    }
    .filters {
        display: none;
        margin-top: 20px;
    }
    .toggle-filters {
        cursor: pointer;
        color: blue;
        text-decoration: underline;
        margin-top: 20px;
        display: inline-block;
        background: #01BD6C;
        padding: 15px 30px;
        border-radius: 10px;
    }
    span.toggle-filters {
        text-decoration: unset;
        color: #fff;
        font-size: 1.2rem;
    }
    .toggle-filters:hover {
        background-color: #fff;
        border: 1px solid black;
        color: #01BD6C;
    }
    .global-summaries {
        display: flex;
        justify-content: left;
        gap: 5px;
        flex-flow: column nowrap;
    }
    .summary-toggles {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .summary-toggles div {
        flex: 1;
        text-align: center;
        cursor: pointer;
        background: #01BD6C;
        color: #fff;
        padding: 10px;
        border-radius: 5px;
        margin: 5px;
    }
    .summary-toggles div:hover {
        background: #019c5a;
    }

    .events-table tr.active {
        background-color: #d9fdd3;
    }
    
    

    .fixed-view-event {
        display: flex;
      /*  margin-bottom: 20px; */
        padding: 0;
        
        color: white;
        text-decoration: none;
        border-radius: 50%;
        cursor: pointer;
        position : fixed;
        bottom: 10px !important;
        right:20px;
        
    }
    
     .fixed-view-event i{
    background-color:white;
    }
    
    .generate-back-to-top {
    right :80px !important ;
    
    bottom :10px;
    
    
    height:48px;
    width:48px;
    
    }
   
    .fixed-view-event a {
       
        text-decoration: none;
        font-size: 3rem;
        color: #019c5a83;
        
    }
    .fixed-view-event a:hover {
        text-decoration: none;
    }
     
   
  
	
  .events-table th,
  .events-table td {
    white-space: nowrap;
    word-break: keep-all;
  }

  .events-table th {
/*     position: sticky; */
/*     top: -5px; */
    background-color: #fff;
/*     z-index: 1; */
  }

  .form-group {
    margin-bottom: 10px;
  }

  .form-group label {
    display: block;
    margin-bottom: 5px;
  }

  .training-summaries {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .training-summaries p {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 5px;
  }

  .filters {
    display: none;
    margin-top: 20px;
  }

  .toggle-filters {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
    background: #01bd6c;
    padding: 15px 30px;
    border-radius: 10px;
    text-transform : uppercase  ;
  }

  span.toggle-filters {
    text-decoration: unset;
    color: #fff;
    font-size: 1.2rem;
  }

  .toggle-filters:hover {
    background-color: #fff;
    border: 1px solid black;
    color: #01bd6c;
  }

  .global-summaries {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-flow: row nowrap;
  }

  .summary-toggles {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

  .summary-toggles div {
    flex: 1;
    text-align: center;
    cursor: pointer;
    background: #01bd6c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
  }

  .summary-toggles div:hover {
    background: #019c5a;
  }

  .page-utilities {
    position: sticky;
    top: 60px;
    background: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #ddd;
	  width: 100vw;
  }

  .events-table tr.active {
    background-color: #d9fdd3;
  }

  .summary-value {
    padding-right: 1rem;
  }

  .track-summaries {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
	  background-color: bisque;
  }

  .summary-item {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    text-align: center;
  }

  .summary-highlight {
    font-size: 1.6em;
    font-weight: 700;
    color: #01bd6c;
  }

	.events-table {
    width: 100%;
		max-width: 100vw;
    overflow-x: scroll;
}

.events-table table {
/*     width: 100%; */
    border-collapse: unset;
    table-layout: unset;
}

.events-table th {
/*     position: sticky; */
/*     top: 65px; */
    background-color: #fff;
/*     z-index: 20001; */
}

.events-table th,
.events-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.events-table th:nth-child(1),
.events-table td:nth-child(1) {
    min-width: 130px;
}

.events-table th:nth-child(2),
.events-table td:nth-child(2) {
    min-width: 110px;
}

@media (max-width: 768px) {
    .track-summaries {
        display: none;
        flex-flow: row wrap;
        justify-content: space-around;
        font-size: 14px;
    }

    .summary-titles {
        font-weight: 600;
        font-size: 14px;
    }
	
	#notes {
		display:none;
	}
}
	
	
	.toggle-track-summaries, .toggle-filters {
    text-transform: uppercase ;
    }
	 
	
   
#training-details h3 {
text-transform: capitalize;
}

.selected-dates {
	font-weight: 700;
}
/* END  of COMPLETED TRAININGS */

/* CONTENT MANAGER NOTES */



/* END OF CONTENT MANAGER NOTES */

.menu-icon i {
/* 	color:#01BD6C; */
	color: #F7F8FA;
	margin-right: 10px;
}
#leaders-trained-list .section-content {
    display: none;
    margin-top: 10px;
    padding: 10px;
    max-width: 100%;
    max-height: 70vh;
    overflow-x: scroll;
    overflow-y: scroll;
    background-color: transparent;
}

.lts-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #F2F2F2;
    margin: .5em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.lts-table th,
.lts-table td {
    padding: 7px;
    text-align: left;
    position: relative;
}

.lts-table th {
    text-transform: uppercase;
    border-bottom: 1px solid #01BD6C;
    height: 50px; /* Adjust height as needed */
}

.lts-table td {
    border-bottom: 1px solid #ddd;
}

.lts-table th:first-child,
.lts-table td:first-child {
    border-right: 4px double #01BD6C;
}

.lts-table th:first-child::before,
.lts-table td:first-child::before {
    background-color: transparent;
}

.lts-table a {
    color: #56917A;
    text-decoration: none;
}

.lts-table a:hover {
    text-decoration: underline;
}

.lts-table tr:last-child th,
.lts-table tr:last-child td {
    margin-bottom: 1em;
}

/* Custom scrollbar styles */
#leaders-trained-list .section-content::-webkit-scrollbar {
    width: 12px;
}

#leaders-trained-list .section-content::-webkit-scrollbar-thumb {
    background-color: #56917A;
    border-radius: 6px;
}

#leaders-trained-list .section-content::-webkit-scrollbar-track {
    background-color: #D2D3D5;
}

/* END OF LEADERS TRAINED TABLE */

/* Word file icon */
.fa.fa-file-word-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #1E90FF; /* Dodger Blue */
}

/* PDF file icon */
i.fa-file-pdf-o {
    color: #FF4500; /* Orange Red */
}

/* Excel file icon */
i.fa-file-excel-o {
    color: #32CD32; /* Lime Green */
}


/* LEADERS TRAINED PAGE */

    #lts-list-page .leaders-trained-page {
        padding: 0;
		    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
		margin-left:0;
		margin-right:0;
    }

    #lts-list-page .training-event {
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 8px;
        background-color: #f9f9f9;
    }

    #lts-list-page .training-event h2 {
        margin: 0;
        font-size: 1.2em;
    }



#lts-list-page .lts-list {
    margin-top: 15px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
}

#lts-list-page .event-link {
    margin-top: 10px;
}

#lts-list-page .export-button-container {
    margin-bottom: 20px;
}

div#lts-list-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

div.lts-training {
    margin: 0;
}

.lts-list {
    height: fit-content;
    max-height: 90vw;
    background-color: #D2D3D5;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow-x: scroll;
    overflow-y: scroll;
	    width: 100%;
    max-width: 100%;
}

.lts-list {
    flex-grow: 1;
	overflow-x: scroll;
}

.lts-table td {
    white-space: nowrap;
}

div.lts-training {
	display: flex;
	flex-flow: column wrap;
	margin: 20px 0;
	padding-bottom: 10px;
	background-color:lightgray;
}

#lts-list-page div.event-link {
	margin: 20px;
	text-align: center;

}

.event-link a:hover {
	background: #f7f7f7;
	color: red;
}

.dcpi-color-code {
	width: 100%;
	height:100%
}

div.dcpi-color{
	width: 300px;
	height: 300px;
	
	min-width: 300px;
	min-height: 300px;
}

/* ---filter states */
.lts-filter h5:hover {
	background-color: #71BF98;
	color: #3A494A;
}

.lts-filter.open h5 {
	background-color: #58C6A2;
	color: #3A494A;
}

/* END OF LEADERS TRAINED PAGE */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

#site-navigation {
	margin: 0 10px;
}
.site-content {
	display: flex;
	width: 100%;
}

.inside-header {
	 padding :  0 10px;
}
#lts-data {
	overflow-x: scroll;
}
@media (max-width: 768px) {
.center-on-mobile {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}
	.left-on-mobile {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0;
	gap:10px;
}
	.right-on-mobile {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0;
	gap:10px;
}
#lts-list-page {
	width: 100%;
	display: flex;
	flex-direction: column !important;
}

}

@media (min-width: 769px) {
.left-on-desktop {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0;
	gap:10px;
}
	.right-on-desktop {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0;
	gap:10px;
}
.center-on-desktop {
	display: flex;
	justify-content: space-evenly;
	margin: 10px 0;
	gap:10px;
}
}

/* END OF SITE HEADER STYLES */

/* FILTERS-STYLES */

button.filter-reset-button {
	background-color:#D2D3D5;
}

/* END OF FILTERS-STYLES */


/* START TRAINEES REGISTERS PAGE */

#lts-register-page .container {
    display: flex;
}

#lts-register-page .sidebar {
    width: 300px;
    /* Adjust width as needed */
    flex-shrink: 0;
}

#lts-register-page .content {
    flex-grow: 1;
    padding: 20px;
    /* Optional padding */
}

#lts-register-page #lts-list-page {
    width: 100%;
    display: flex;
    flex-direction: row;
}

#lts-register-page .lst-sidebar {
    width: 270px;
    position: sticky;
    top: 60px;
    min-width: 270px;
    height: calc(100vh - 60px);
    padding: 20px;
    background-color: #242C33;
    border-right: 1px solid #ddd;
    overflow-y: scroll;
}

#lts-register-page .filters-wrapper {
    display: flex;
    flex-flow: column wrap;
    gap: 20px;
}

#lts-register-page th.expand {
    cursor: pointer;
    text-align: center;
    background-color: #01bd6c;
    padding: 10px;
}

#lts-register-page td.expand {
    background-color: #3A494A;
    color: #f2f2f2;
}

#lts-register-page #content-area {
    /* margin-left: 270px; */
    padding: 0 10px;
    width: 100%;
}

#lts-register-page .hidden-always {
    display: none !important;
}

#lts-register-page #lts-accordion {
    width: 100%;
    border-collapse: collapse;
}

#lts-register-page #lts-accordion th,
#lts-register-page #lts-accordion td {
    border: 1px solid #ddd;
    padding: 8px;
    white-space: nowrap;
    /* width: 90px; */
}

#lts-register-page #lts-accordion thead {
    background-color: #01Bd6C;
    text-align: left;
}

#lts-register-page #lts-accordion tr.top-level a {
    /* background-color: #01Bd6C; */
    color: #252B32;
    font-weight: 700;
    text-decoration: underline;
}

#lts-register-page th.expand {
    width: 20px !important;
    height: 24px;
    min-width: 24px !important;
    max-width: 24px !important;
}

#lts-register-page tr.above-top-level th {
    background-color: #3A494A;
    color: #f2f2f2;
}

#lts-register-page tr.top-level {
    background-color: #58C6A2;
    font-weight: 600;
}

#lts-register-page #lts-accordion .lts-table {
    width: 100%;
    border-collapse: collapse;
}

#lts-register-page #lts-accordion .lts-table th,
#lts-register-page #lts-accordion .lts-table td {
    border: 1px solid #ddd;
    padding: 8px;
    white-space: nowrap;
}

#lts-register-page .sub-level {
    background-color: #f9f9f9;
}

#lts-register-page .expand {
    cursor: pointer;
    text-align: center;
    background-color: #eee;
    padding: 10px;
}

#lts-register-page .lts-table-list {
    display: none;
}

#lts-register-page .lts-table-list.visible {
    display: table;
}

#lts-register-page .lts-table {
    max-width: 100%;
    overflow-x: scroll;
}

#lts-register-page .lts-table th {
    background-color: #fff;
}

#lts-register-page .lts-filter h5 {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    background-color: #56917A;
    color: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#lts-register-page .lts-filter h5::after {
    content: "▼";
    font-size: 12px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

#lts-register-page .lts-filter.open h5::after {
    transform: rotate(-180deg);
}

#lts-register-page .lts-filters-inner {
    display: none;
    padding: 10px;
    border-top: 1px solid #ddd;
}

#lts-register-page .lts-filter.open .lts-filters-inner {
    display: block;
}

#lts-register-page .lts-filters-inner input,
#lts-register-page .lts-filters-inner select {
    padding: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#lts-register-page .lts-filter-row {
    display: flex;
    justify-content: flex-start;
}

#lts-register-page .lts-filter.open {
    margin-bottom: 20px;
    background-color: #e8e8e8;
    /* padding: 10px; */
    border-radius: 4px;
}

#lts-register-page button.reset-all {
    margin: 10px auto;
    border-radius: 4px;
    background-color: #444;
    color: #f2f2f2;
}

/* Hide the sidebar on mobile by default */
#lts-register-page .hide-on-mobile {
    display: none;
}

/* Show the sidebar on larger screens */
@media (min-width: 768px) {
    #lts-register-page .hide-on-mobile {
        display: block;
    }
}

/* Mobile filter button styles */
#lts-register-page .mobile-filters-wrapper {
    text-align: center;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

#lts-register-page #toggle-filters-btn {
    display: inline-block;
    padding: 10px 15px;
    background-color: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#lts-register-page .show-on-mobile {
    display: inline-block !important;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* z-index: 1000; */
    padding: 20px;
    overflow-y: auto;
    color: #fff;
}

#lts-register-page .show-on-mobile .lst-sidebar {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}

#lts-register-page #toggle-filters-btn.active {
    background-color: #005177;
}

#lts-register-page .filter-title h2 {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

#lts-register-page button.filter-reset-button {
    background-color: #D2D3D5;
    color: #252b32;
    padding: 1px 5px;
    align-self: center;
}

#lts-register-page .lts-filters-inners button {
    padding: 1px 5px;
    background-color: #3A494A;
    border-radius: 4px;
    color: #F2F2F2;
}
/* END TRAINEES REGISTERS PAGE */

.lts-filter.active .lts-filters-inner{
	background: #4EAAC1;
/* 	display: block; */
}


.lts-filter.active h5.open{
	background: #479AAB;
}

#active-filters-summary-top {
	display:flex;
	justify-content: space-between;
}

h1.lists-page-title {
	margin-bottom:0 !important;
}

p.lists-page-subtitle{
	font-weight:600;
	text-align: center;
}

.light-txt {
	font-weight:400;
}

.lts-active-filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#lts-list-summary-top {
display: flex;
  justify-content: space-evenly;
  padding-left: 10px;
  padding-right: 10px;
  gap: 20px;
}

.centered-summary {
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
	align-items: center;
}
@media (min-width: 768px) {
#content-area {
  /* margin-left: 270px; */
  padding: 0 10px;
  width: calc(100vw - 270px);
	max-width:calc(100vw - 270px);
}
}

#lts-list-summary {
	display: flex;
	flex-direction: row;
	gap: 20ps;
}

th#expand-all {
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
	font-weight: 700;
	cursor: nwse-resize;
}

.page-top-summaries {
	display: flex;
	flex-flow: column wrap;
}


/* New Leaders Trained Exporters */
@media only screen and (max-width: 768px) {
  #content-wrapper {
    flex-direction: column;
  }
}


@media only screen and (min-width: 768px) {
    #trainings-summary {
        width: 270px;
        position: sticky;
        top: 60px;
        min-width: 270px;
        height: calc(100vh - 60px);
        padding: 20px;
        background-color: #242C33;
        border-right: 1px solid #ddd;
        overflow-y: scroll;
    }

    #content-wrapper {
        display: flex;
        flex-direction: row;
    }

    #lts-data-wrapper {
        width: calc(100vw - 270px);
        max-width: calc(100vw - 270px);
    }
  }

.trainee-table {
    width: 100%;
    border-collapse: collapse;
}

.trainee-table th, .trainee-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.trainee-table th {
    background-color: #f4f4f4;
    text-align: left;
}




/* FOR PRESENTATION */

.site-footer, #fiters-sidebar, #wpadminbar, #primary-menu {
    /* display: none !important; */
}

#fiters-sidebar {
    color: #fff;
}

#content-area {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

/* Training Page Transfer */
#single-training {
    padding: 20px;
    max-width: 100vw;
  }

  .training-header,
  .toggleable-section,
  .training-doc,
  .training-tracks {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .toggleable-section {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ccc;
  }

  .training-header {
    background-color: #f0f8ff;
    text-align: center;
    border-radius: 5px !important;
  }

  .training-header h1 {
    margin: 0;
  }

  .location-info {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
  }

  .location-info div {
    margin: 0 10px;
  }

  .training-tracks {
    background-color: #e6ffe6;
  }

  .track-title-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #;
    padding: 10px;
    border-radius: 5px;
  }


  .track-title-container img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .track-title {
    margin: 0;
    font-size: 1.2rem;
  }

  .track-chevron {
    margin-left: auto;
    font-size: 1.2rem;
  }

  .track-details {
    display: none;
    margin-top: 10px;
  }

  .track-details img {
    max-width: 100%;
    border-radius: 10px;
    display: block;
    margin: 10px auto;
  }

  .toggleable-section h3 {
    cursor: pointer;
    margin: 0;
    background-color: #56917A;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #F2F2F2;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans" Sans-Serif;
    text-transform: uppercase;
  }

  .toggleable-section h3 i {
    margin-right: 10px;
    font-size: 2rem;
    width: 2rem;
    max-width: 2rem;
  }

  .toggleable-section .section-content {
    display: none;
    margin-top: 10px;
    max-width: 912px;
    overflow-x: scroll;
    padding: 10px;
  }

  .toggleable-section {
    
    background-color: #f2f2f2;
  }

  .leaders-trained {
    background-color: #D2D3D5;
    padding-left: 0;
    border-radius: 5px;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

  .training-total {
    display: block;
    font-size: 3rem;
    color: #01BD6c;
    font-weight: 600;
    vertical-align: bottom;
    line-height: 1;
  }

  .training-sum {
    display: flex;
    flex-flow: row nowrap !important;
    gap: 0px;
    align-items: top;
    justify-content: center;
  }

  .center-txt {
    text-align: center;
  }

  div.l-term {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-flow: column wrap !important;
    align-content: top;
  }

  .l-term-spans {
    display: flex;
    line-height: 1;
    margin: 0;
    padding: 0;
    flex-flow: column wrap !important;
    align-items: center;
  }

  .vertigo {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    border-right: 8px solid #01BD6c;
    padding: 5px 10px;
  }

  .training-track {
    vertical-align: center;
    font-size: 1.2rem;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    height: 100%;
    justify-self: left;
    align-self: center;
  }

  #trainer-submissions .section-content {
    overflow-x: scroll !important;
  }

  .back-button {
    display: flex;
    margin-bottom: 0;
    padding: 0;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: 7px;
  }

  .back-button:hover {
    background-color: transparent;
  }

  .back-button i {
    text-decoration: none;
    font-size: 3em;
    color: #019c5a;
    background: #fff;
    border-radius: 50%;
  }

  .dowloads-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: .5rem;
    background-color: #f8fbf8;
    border-radius: 5px;
    width: 100%;
  }

  .documents-details {
    margin: .5rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    padding: 8px;
    background-color: lightgray;
    border-radius: 5px;
    align-items: center;
  }

  .document-icon {
    align-self: center;
  }

  .document-icon i {
    font-size: 2rem;
    border: 1px solid gray;
    padding: .5rem;
    border-radius: 5px;
    margin: .5rem;
  }

  i.fa-file-pdf-o {
    color: red;
  }

  .doc-name {
    margin: .5rem;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    flex-flow: column wrap;
    justify-items: right;
    padding: 5px;
  }

  .doc-name a {
    color: #0e4514;
    font-weight: 600;
  }

  .bee-are p {
    text-align: margin;
    font-size: 1rem;
    font-weight: 600;
  }

  .fixed-view-event {
    display: none;
  }

  .photo-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .photo-modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
  }

  .photo-modal .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .photo-modal .close:hover,
  .photo-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  #training-details .section-content {
    display: block !important;
  }

  #leaders-trained-list h3 {
    cursor: pointer;
    margin: 0;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #F7F8FA;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans", Sans-Serif;
    text-transform: uppercase;
  }

  /* 
#leaders-trained-list .section-content {
    display: none;
    margin-top: 10px;
    padding: 10px;
    max-width: 100%;
    overflow-x: scroll;
    background-color: #b7f7e8bd;
    max-height: 70vh;
    overflow-y: scroll;
} */


  #notes {
    position: relative;
    width: 300px;
    min-height: 100px;
    margin: 25px auto;
    padding: 10px 10px 10px 10px;
background: #F0C25B url(https://staging.tumainilife.center/wp-content/uploads/2024/06/DCPI-Social-Media-Display-04.png) no-repeat;    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px #000;
    -webkit-transform: rotate(-2.5deg);
    -moz-transform: rotate(-2.5deg);
    -o-transform: rotate(-2.5deg);
  }

  #notes div {
    -webkit-transform: rotate(-2.5deg);
    -moz-transform: rotate(-2.5deg);
    -o-transform: rotate(-2.5deg);
  }

  #notes .kiln {
    background-image: url(https://staging.tumainilife.center/wp-content/uploads/2024/06/DCPI-Social-Media-Display-04.png);
  }

  #notes p {
    text-align: left;
  font: normal normal normal 26px/39px 'Caveat', Helvetica, Arial, sans-serif;
  color: #252B32;
  text-shadow: white 1px 1px 0px;
  overflow: hidden;
  }

  #notes ::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 115px;
    top: -15px;
    width: 75px;
    height: 25px;
    z-index: 2;
    background-color: rgba(243, 245, 228, 0.5);
    border: 2px solid lightgray;
    -webkit-box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    box-shadow: 2px 2px 2px #000;
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
   
  }

  #notes div::before {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
  }

  #training-details-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  }

  #data-request-notes{
    
    flex-basis: 50%;
;
  }

  #leaders-trained-section .section-content, #training-photos .section-content  {
    display: block ;
  }

/* END OF SINGLE TRAINING PAGE */
 
 .hidden, #export-trainees, #export-registrants, #trainer-submissions {
	display:none;
} 

.bolded {
	font-weight: bold;
}

/* COMPLETED EVENTS */
    #completed-events-container .fixed-view-event a {

        display: none;
        padding: 0;
        color: white;
        text-decoration: none;
        border-radius: 50%;
        background-color: transparent;
        border: none;
        transition: transform 0.5s, background-color 0.5s;
        max-width: fit-content;
        max-height: fit-content;
        aspect-ratio: 1/1;

    }

    #completed-events-container .fixed-view-event a.flip {
        transform: rotateY(360deg);
        background-color: transparent;
        color: orange;
        border-radius: 50%;
    }

    #completed-events-container .fixed-view-event i {
        color: #019c5a83;
        background-color: transparent;
    }

/* Trainee Registration Form */
div#registration-form-container {
	width: 100%;
/* 	display: flex;
	flex-flow: row nowrap; */
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

input#chk-reload-form {
	width: unset !important;
	max-width: unset !important;
	min-width: unset !important;
	font-size: 10px;
}

.trf-group.form-check {
	padding: 20px 10px;
}

#registration-form-container .trf-title {
	display: flex;
	flex-direction: row nowrap;
	justify-content: space-between;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	align-items: center;
}
div#trf-close > button#trf-toggle {
	/* background: red; */
	border-radius: 50%;
	padding: 3px;
	margin-right:10px;
	width: 36px;
	height: 36px;
	font-size: large;
	font-weight: bold;
}

.trf-title  {
	Width: 100%;
	padding: 5px;
	color: #ffffff;
	background-color: var(--contrast-2);
	/* 	background-color: #242c33; */
}

div.trf-subtitled{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-basis: 100%;
}

div.trainee-registration.form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 600px;
	padding: 0px !important;
		border-radius:10px;

	min-width: 600px;
	background: #6f796f2e;
	margin-left: auto;
  margin-right: auto;
}

#registration-form-container .trf-title h3 {
	cursor: pointer;
	margin: 0;
	background-color: #242c33;
	padding: 10px;
	border-radius: unset;
	display: block;
	color: #F2F2F2;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

div#registration-form-container .trainee-registration form{
	width: 720px;
	padding: 10px;
	min-width: 600px;
}
form#trainee-registration-form input, form#trainee-registration-form select {
	width: 230px;
	max-width: 230px;
	min-width: 230px;
}


#trainee-registration-form .form-group {
	display: flex;
	flex-direction: column;
}

#trainee-registration-form .form-group.form-check {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

section#single-training{
	width:980px;
	max-width: 980px;
	min-width: fit-content;
}

span.trf-info {
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	div#registration-form-container {
	width: 300px;
	padding: 10px;
	min-width: unset;
}
	div.trainee-registration.form {
	width: 320px;
	min-width: 300px;
			max-width: 320px;

}
	
	div.trainee-registration-form {
		width: 300x !important;
		max-width: 320px;
		min-width: 280px;
	}
	
div#registration-form-container .trainee-registration form {
	width: 320px;
	padding: 10px;
	min-width: 300px;
			display: flex;
    flex-direction: column;
    align-items: center;
}
	
	section#single-training {
	width: 100vw;
	max-width: 100vw;
	min-width: 100vw;
}
}

@media (min-width: 769px){
	
	div.trf-group {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	gap: 20px;
		width:100%;
		
}

}

/* ADD NEW TRAINING  */

/* General styling for the container */
.container.new-training {
    max-width: 900px;
    margin: 0 auto;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Styling the form */
.new-training-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Styling for form labels and inputs */
.new-training-form label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    width: 100%;
}

.new-training-form input,
.new-training-form select,
.new-training-form textarea {
    margin-top: 5px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

/* Multi-column layout for inputs */
.new-training-form label {
    flex: 1 1 calc(50% - 20px);
    min-width: 200px;
}

/* Styling for checkboxes and multi-select dropdowns */
.new-training-form input[type="checkbox"],
.new-training-form select[multiple] {
    width: 50%;
    margin-right: 5px;
}

/* Style for the buttons */
/* .new-training-form button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
 */
.new-training-form button:hover {
    background-color: #218838;
}

/* Styling for file inputs */
.new-training-form input[type="file"] {
    padding: 5px;
}

/* Error messages styling */
.errors {
    background-color: #ffe6e6;
    border: 1px solid #ff0000;
    color: #ff0000;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .new-training-form label {
        flex: 1 1 100%;
    }
}


form#trainee-registration-form input#chk-acceptance {
	width: 32px;
	min-width: 32px;
	max-width: 32px;
}

/* New Training Form */
form#new-training-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 600px;
	padding: 0px !important;
	border-radius: 10px;
	min-width: 600px;
	background: #6f796f2e;
	margin-left: auto;
	margin-right: auto;
}

#leaders-trained-list tbody tr.selected {background: #019C5A;
text-shadow: none;
color: black;
    background-color: #56917A !important;
	color: #fff;
}

/* MAIN MENU - ICON-NAV */

@media (min-width: 768px) {
div#primary-menu > ul#menu-site-menu > li.icon-nav a {
	  display: flex;
  flex-flow: row nowrap;
  align-items: center;
/* 	row-gap: 5px; */
	font-size: 14px;
/* 	font-weight: 600; */
}
	
			div#primary-menu > ul#menu-site-menu > li.icon-nav a:active{
		background: #019C5A;
text-shadow: none;
color: black;
	}
	
	div#primary-menu > ul#menu-site-menu > li.icon-nav a:hover{
		background: #019C5A;
text-shadow: none;
color: black;
	}
	
		div#primary-menu > ul#menu-site-menu > li.icon-nav a:active{
		background: #019C5A;
text-shadow: none;
color: black;
	}


div#primary-menu > ul#menu-site-menu > li.icon-nav > a i::before {
	font-size: 24px;
	padding-right: 5px;
}
	
	div#primary-menu > ul#menu-site-menu > li.icon-nav {
	border-right: 1px groove #9ca29bb2;
/* 	padding-right: 5px; */
}
	
	div#primary-menu{
/* 			background-image: linear-gradient(
		rgb(48, 48, 48) 13%,
		rgb(30, 30, 30) 40%,
		#0c0d11 86%
	); */
	color: rgba(255, 255, 255, 0.6);
	text-shadow: 0 -2px 0 black;
	}

div#primary-menu > ul#menu-site-menu {

	border-left:1px groove #9ca29bb2;

}
	div#primary-menu > ul#menu-site-menu > li.icon-nav span.gp-icon {
		display: flex;
	}
}

/* NEW TRAINING FORM */
@media (min-width: 768px) {
	
/* style.css | https://dev.tumainicenter.africa/wp-content/themes/zp-dcpi-gp/style.css?ver=1739231023 */

.container.new-training {
  /* max-width: 900px; */
  /* margin: 0 auto; */
  /* margin: 2 auto; */
  /* margin: 20 auto; */
  /* margin: 20p auto; */
  /* padding: 20px; */
  max-width: 920px;
  margin: 20px auto;
}

.trf-title {
  /* border-top-left-radius: 1; */
  /* border-top-left-radius: 10; */
  /* border-top-left-radius: 10p; */
  /* border-top-right-radius: 1; */
  /* border-top-right-radius: 10; */
  /* border-top-right-radius: 10p; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

form#new-training-form {
  /* width: 600px; */
  /* width: 1; */
  /* width: 10; */
  /* width: 100; */
  /* padding: 0px !important; */
  /* border-radius: 10px; */
  /* max-width: 7; */
  /* max-width: 72; */
  /* max-width: 720; */
  /* max-width: 720p; */
  width: 100%;
  padding: 20px !important;
  border-radius: 0px;
  max-width: 720px;
}

.form-group {
  /* width: 1; */
  /* width: 10; */
  /* width: 100; */
  width: 100%;
}
div.new-training h1 {
  /* color: #01BD6C; */
  color: #F2F2F2;
  text-align: center;
}

}

@media (max-width: 768px) {
	
/* style.css | https://dev.tumainicenter.africa/wp-content/themes/zp-dcpi-gp/style.css?ver=1739231023 */

.container.new-training {
	width: 100vw;
	/* margin: 0 auto; */
	background-color: #f9f9f9;
	border: 0;
	border-radius: 0;
	padding: 0px;
	box-shadow: unset;
}
div.new-training h1 {
  /* color: #01BD6C; */
  color: #F2F2F2;
  text-align: center;
}
	
	form#new-training-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 10px !important;
	border-radius: 10px;
	min-width: 100%;
	background: #6f796f2e;
	margin-left: auto;
	margin-right: auto;
}
	
}

/* TOOLTIPS */
.tooltip {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2px;
  position: relative;
}
.tooltip:hover {
  cursor: help;
}
.tooltip-spacing {
  height: 20px;
  margin: 8px;
  position: relative;
  width: 20px;
}
.tooltip-bg1 {
  background-color: #000;
  border-radius: 10px;
  content: " ";
  display: flex;
  height: 20px;
  position: absolute;
  top: 0;
  width: 20px;
}
.tooltip-bg2 {
  background-color: #fff;
  border-radius: 8px;
  content: " ";
  display: flex;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 16px;
}
.tooltip-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 20px;
}
.info {
  color: #64686b;
}
.popup-bg {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16))
    drop-shadow(0 3px 6px rgba(0, 0, 0, 0.23));
  position: absolute;
  top: -126px;
}
.popup-outline {
  position: absolute;
  top: -126px;
}
.popup-text {
  border-radius: 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  left: 8px;
  opacity: 5;
  padding: 12px 16px;
  position: absolute;
  top: -117px;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 292px;
}
.tooltip:hover ~ .popup-text {
  display: block;
}
.popup-bg {
  opacity: 0;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-outline-left {
  stroke-dasharray: 0 426px;
  stroke-dashoffset: 1px;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-outline-right {
  stroke-dasharray: 352px 352px;
  stroke-dashoffset: -352px;
  transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:hover ~ .popup-text {
  opacity: 1;
}
.tooltip:hover ~ .popup-bg {
  opacity: 1;
  transition: opacity 240ms 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:hover ~ .popup-outline .popup-outline-left {
  stroke-dasharray: 426px 426px;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:hover ~ .popup-outline .popup-outline-right {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* END OF TOOLTIPS */

.top-down {
	display: block
}

#ct_training {
	display: flex;
	flex-flow: row nowrap;
	min-width: unset !important;
	max-width: 50% !important;
}