body, html {
    width: 100%;
    height: 100%;
    min-height: -webkit-fill-available;
    height: -webkit-fill-available;
}

 /* Text */

* {
    font-family: 'Poppins', sans-serif !important; 
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

@media (max-width: 1300px) {
    * {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width: 1200px) {
    * {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    * {
        font-size: 12.3px;
    }
}

.event-news-text {
    font-size: 1.27rem;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    color: #353535;
    margin-top: 0.3rem;
}

.event-news-descriptor {
    font-weight: 400;
    font-size: 0.857rem;
    line-height: 1rem;
    text-align: right;
    text-transform: uppercase;
    margin-top: 0.357rem;
    margin-bottom: 0.1rem;
    color: #353535;
}

.session-hover:hover .h3-style, .session-hover:hover .event-news-text, .session-hover:hover .large-news-card-title {
    color: #9FCE66;
}

.news-hover:hover .blog-date, .news-hover:hover .h3-style, .news-hover:hover .event-news-text {
    color: #FF7B00;
}

.minute-to-read-box {
    background: #9FCE66;
    border: 0.930353px solid #9FCE66;
    border-radius: 7px; color: white; width: fit-content;
    padding: 4px 15px; font-weight: 700;
    font-size: 0.744rem;
    text-transform: uppercase;
}

.past-box {
    background: #F9B117;
    border: 0.930353px solid #F9B117;
    border-radius: 7px; 
    color: white; 
    width: fit-content;
    padding: 4px 15px; 
    font-weight: 700;
    font-size: 0.744rem;
    text-transform: uppercase;
}

.live-box {
    background: #D30606;
    border: 0.930353px solid #D30606;
    border-radius: 7px; color: white; width: fit-content;
    padding: 4px 15px; font-weight: 700;
    font-size: 0.744rem;
    text-transform: uppercase;
}

.minutes-to-read-absolute {
    position: absolute;
    left: 10px;
    top: 8px;
}

.menu-left {
    padding: 20px 35px;
    padding-bottom: 20px;
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 250px;
    background: #F7F7F7;
}

.main-wrapper {
    margin-left: 250px;
    overflow-x: hidden;
}

.edit-company-profile-container {
    margin-top: 50px;
    max-width: 700px;
    padding: 100px;
    background-color: #F7F7F7;
}

@media(max-width: 991px) {
    .main-wrapper {
        margin-left: 0px;
    }

    .register-logo {
        width: 210px
    }
}

@media(max-width: 991px) {
    .register-logo {
        width: 250px
    }
    
    .edit-company-profile-container {
        padding: 30px;
    }
}

.main-container {
    padding: 40px 5%;
    max-width: 1300px;
    margin: auto;
}

a.navigation-item {
    font-weight: 900;
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #353535;
}

a.navigation-item:hover, a.company-name:hover {
    color: #9FCE66;
    cursor: pointer;
}

.profile-name { 
    font-weight: 700;
    font-size: 1.714rem;
    line-height: 2.571rem;
    color: #353535;
}

.company-name {
    font-weight: 500;
    font-size: 0.857rem;
    line-height: 140%;
    color: #353535;
}

.profile-name.large {
    font-size: 1.4rem;
    line-height: 2.571rem;
}

.company-name-two {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #353535;
}

.dashboard-box {
    background: #F7F7F7;
    border-radius: 5px;
    min-height: 100%;
}

.h1 {
    font-weight: 900;
    font-size: 4rem;
    line-height: 6.400rem;
    color: #353535;
    margin-bottom: 20px;
}

.h2 {
    font-weight: 900;
    font-size: 2.257rem;
    line-height: 100%;
    color: #353535;
    margin-bottom: 20px;
}

.h3 {
    font-weight: 900;
    font-size: 1.7rem;
    line-height: 100%;
    color: #353535;
    margin-bottom: 20px;
}

.carousel-gpt {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.carousel-item-gpt {
    flex: 0 0 calc(100% / 4);
    transition: transform 0.3s ease-in-out;
}

.session-hover {
    text-decoration: none;
}

.gallery-cell {
    width: 25%; /* half-width */
    height: auto;
    padding-right: 20px;
}

.gallery-cell-6 {
    width: 210px; /* half-width */
    height: auto;
    padding-right: 20px;
}

@media (max-width: 1367px) {
    .gallery-cell-6 {
        width: 190px;
        height: 230px;
        padding-right: 20px;
    }
}

@media (max-width: 1300px) {
    .gallery-cell {
        width: 33%; /* half-width */
        height: auto;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .gallery-cell {
        width: 50%; /* half-width */
        height: auto;
        padding-right: 20px;
    }
}

@media (max-width: 500px) {
    .gallery-cell {
        width: 75%; /* half-width */
        height: auto;
        padding-right: 20px;
    }
}
 
.p, .errorlist.nonfield li {
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.1rem;
}

.company-profile-small {
    font-weight: 300;
    font-size: 0.9rem;
    line-height: 1rem;
}

.rte p, .rte span p, .rte p span, .rte ul li, .rte u, .rte a {
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.4rem;
}

.rte strong {
    font-size: inherit;
    line-height: inherit;
}

.rte .pt-3 {
    padding-top: 0rem !important;
}

.font-inherit {
    font: inherit;
}

.large-news-card-title {
    font-weight: 700;
    font-size: 1.396rem;
    line-height: 1.625rem;
    text-transform: capitalize;
    color: #353535;
}

.large-news-card-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #353535;
}

/* TT Colors */

.dark-blue {
    color: #027392;
}

.light-blue {
    color: #099C9C;
}

.yellow {
    color: #099C9C;
}

.btn {
    font-weight: 900;
    font-size: 0.85714rem;
    transition: .3s;
    min-width: 114px;
    text-transform: uppercase;
}

.btn.btn-primary {
    background-color: #9FCE66;
    border: 2px solid #9FCE66 !important;
    color: white;
}

input.c-tgl:checked {
    background: none;
}

#c-bns button:first-child, #s-bns button:first-child {
    background-color: #9FCE66 !important; 
    border: 2px solid #9FCE66 !important;
    color: white;
    font-size: 14px !important;
    border-radius: 7.29167px;
    border-radius: 0.375rem !important;
}

.cc_div .c-bn {
    border-radius: 0.375rem !important;
}

#c-bns button:first-child:hover {
    background: transparent !important;
    color: #9FCE66 !important;
}

.cc_div {
    font-family: 'Poppins', sans-serif !important;
}

.btn.btn-primary:hover {
    background-color: transparent;
    color: #9FCE66;
}

.btn.btn-yellow {
    background-color: #9FCE66;
    border: 2px solid #9FCE66 !important;
    color: white;
}

.btn.btn-yellow:hover {
    background-color: transparent;
    color: #9FCE66;
}

.btn.btn-light-blue {
    background-color: #9FCE66;
    border: 2px solid #9FCE66 !important;
    color: white;
}

.btn.btn-light-blue:hover {
    color: #9FCE66;
    background-color: transparent;
}

.kpi-text {
    color: #737373;
    font-weight: 500;
    font-size: 1rem;
    line-height: 140%;
    margin-top: 3px;
}

input[type="checkbox"]:not(.event-input) {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-container {
    padding-left: 35px;
    position: relative;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    margin-right: 30px;
}

/* On mouse-over, add a grey background color */
input[type="checkbox"] ~ .checkmark {
    background-color: #FFFFFF;
}

/* When the checkbox is checked, add a blue background */
input[type="checkbox"]:checked ~ .checkmark {
    background-color: #9FCE66;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:hover {
    cursor: pointer;
}

.inner {
    max-width: 1640px;
    margin: auto;
}

.img {
    background-position: 50% 50%;
    background-size: cover;
    text-decoration: none;
}

.img.resource {
    width: 100%;
    height: 160px;
}

.img.entry {
    width: 100%;
    height: 100vh;
}

.input {
    height: 43px;
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 5px 0px 0px 5px;
    color: #353535;
    padding: 0px 20px;
}

.input:focus {
    box-shadow: none;
    border: 1px solid #E6E6E6;
    background: #F9F9F9;
}

.form-label.label {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3rem;
    color: #252B42;
}

.rte.register-login-text {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 140%;
    color: #829AB1;
}

.verticle-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.verticle-center.attendance-logged {
    height: 80vh;
}

@media (max-width: 991px) {
    .verticle-center.attendance-logged {
        height: 50vh;
    }
    
}

.select-cohort-text {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #353535;
}

@media (max-width: 991px) {
    .select-cohort-text {
        font-size: 2rem;
        line-height: 2.3rem;
    }
}

.session-hover:hover .hover-state:not(.large-session-thumbnail), .dashboard-box.perk:hover  {
    transform: translate3D(0,-1px,0) scale(1.03);
    transition: all .4s ease;
    cursor: pointer;
}

.session-hover:hover .hover-state:not(.large-session-thumbnail) .event-news-text {
    color: #353535;
}

.session-hover:hover .hover-state.large-session-thumbnail .event-news-descriptor,  .session-hover:hover .hover-state.large-session-thumbnail .event-news-text {
    color: white;
}

.session-info-display {
    display: none;
}

.rte.session-info-display {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 130.5%;
    align-items: center;
    color: #353535;
}

.session-hover:hover .hover-state:not(.large-session-thumbnail) .session-info-display {
    display: block;
}

.update-title {
    font-weight: 700;
    font-size: 1.714rem;
    line-height: 2rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #353535;
}

.notifications-count {
    position: absolute;
    top: -10px;
    right: -7px;
    background-color: #9FCE66;
    color: white;
    border-radius: 15px;
    padding: 4px 6px;
    font-weight: 800;
    font-size: 0.9rem;
}

.gallery-cell:hover {
    height: 100%;
}

.dashboard-image {
    position: absolute;
    bottom: 0px;
    
}

.dashboard-image.left {
    left: -25px;
}

.dashboard-image.right {
    right: -25px;
}

.dropdown-toggle {
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.2rem;
}

.btn.btn-light-blue.dropdown-toggle:hover {
    color: #9FCE66;
}

.notifications.dropdown-menu.show {
    width: 350px;
    background: #FAFAFA;
    border: 0.2px solid #353535;
    border-radius: 5px;
    min-height: 400px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.notifications.dropdown-menu.show.no-extra-cohorts {
    inset: 15px auto auto -290px !important;
}

.notifications.dropdown-menu.show:not(.no-extra-cohorts) {
    inset: 15px auto auto -200px !important;
}

@media (max-width: 991px) {
    .notifications.dropdown-menu.show.no-extra-cohorts {
        inset: 35px auto auto -350px !important;
    }

    .notifications.dropdown-menu.show:not(.no-extra-cohorts) {
        inset: 35px auto auto -170px !important;
    }
}

.rte.session-info-display * {
    font-size: 0.8rem
}

#cohortDropdown.dropdown-menu.collapse.show {
    right: 0px;
    top: 50px;
}

.event-input:not([type="radio"]) {
    height: 43px;
}

.event-input {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #E6E6E6;
    border-radius: 5px 0px 0px 5px;
    border-top-left-radius: 5px;
    color: #353535;
    padding: 0px 20px;
}

.event-input[type="checkbox"] {
    width: 15px; 
    height: 15px;
    margin: 5px 0px 5px 0px;
    accent-color: #9FCE66;
}

.event-input.registration, input.registration {
    border-radius: 5px;
}

.event-input.left {
    border-top-left-radius: 5px;
}

.event-input.middle {
    border-radius: 0px;
}

.event-search-button {
    background-color: #9FCE66;
    height: 43px;
    width: 43px;
    border-radius: 0px 5px 5px 0px;
    position: relative;
}

.checkbox label {
    font-weight: 400;
}

.event-search-button-icon {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25%;
}

button#event-search-button-id {
    all: unset;
    font-family: unset;
    cursor: unset;
    cursor: pointer;
}

.event-input:focus, .event-input:focus, textarea {
    outline: none;
}

textarea, input {
    width: 100%;
}

.profile-name {
    font-weight: 700;
    font-size: 1.143rem;
    line-height: 1.714rem;
}

.large-session-thumbnail .session-info-wrapper {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.large-session-thumbnail .event-news-descriptor, .large-session-thumbnail .event-news-text {
    color: white;
}

.pickgradient {
    display:inline-block;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.gradiant-image {
    position:relative;
    z-index:-1;
    display:block;
}

label.main-kpi-text {
    font-weight: 900;
    font-size: 1.071rem;
    line-height: 1.571rem;
    color: #353535;
}

input[type="radio"] {
    display: flex;
    flex-direction: column-reverse;
    margin-right: 30px;
    margin-left: 4px;
}

.radio label {
    display: flex;
    flex-direction: row-reverse;
}

.popup {
    background: #FFFFFF;
    border: 0.2px solid #353535;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    margin-right: 3%; 
    margin-bottom: 3%; 
    width: 250px; 
    height:300px;
    padding: 20px;
}

.htmx-request.my-indicator{
    pointer-events: none;
}

textarea {
    padding-top: 10px !important; 
    padding-bottom: 10px !important;
    height: 100px !important;
}

.main-target-progress {
    color: #9FCE66;
    font-weight: 900;
    font-size: 2.857rem;
    line-height: 4.286rem;
}

.main-target-goal {
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #353535;
}

.navbar-toggler {
    border: none;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #9FCE66;
}

.login-logo {
    width: 250px;
    height: auto;
}

@media (max-width: 991px) {
    .login-logo {
        width: 200px;
        height: auto;
    }
}

.progress-bar {
    background: linear-gradient(90deg, #099C9C 0%, #9FCE66 97.85%);
    border-radius: 30px;
}

.progress {
    height: 27px; 
    border-radius: 30px;
}

.company-video {
    min-height: 300px; 
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .company-video {
        min-height: 300px; 
        border-radius: 5px;
    }

    .btn-arrow {
        font-size: 0.9rem;
    }
}

.fieldWrapper {
    margin: 5px 0px;
}

.edit-button {
    color: #737373;
    font-weight: 700;
    font-size: 1em;
    line-height: 115.5%;
}

.add-folder-button {
    color: #737373;
    font-weight: 700;
    font-size: 0.857rem;
    line-height: 140%;
}

.modal-header {
    border-bottom: none !important;
}

.btn-arrow {
    color: #353535;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.arrow {
    transition: 0.3s;
}

.btn-arrow:hover {
    color: #353535 !important;
}

.btn-arrow:hover .arrow {
    transform: translate(5px);
}

.btn-arrow.primary-color-hover:hover {
    color: #9FCE66 !important;
}

.btn.btn-bolt-on {
    color: #353535;
    margin-top: 0px;
    font-weight: 400;
    min-width: 0px;
    text-transform: capitalize;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn.btn-bolt-on:hover, .btn.btn-bolt-on.active {
    border: 1px solid #353535;
    color: #353535 !important;
    border-radius: 0.29px;
}