﻿.nav.navbar-nav li {
    width: 120px;
    height: 20px;
}

.navbar.navbar-default.main-nav {
    height: 60px;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    min-width: auto;
}

.nav.navbar-nav.navbar-right li {
    width: 60px;
}

.logo {
    border: 0;
    padding: 10px;
    max-height: 80px;
    max-width: 160px;
}

.external-link-icon {
    position: absolute;
    top: 15px;
    right: 2px;
    width: 12px;
    height: 12px;
}

.nav-shopping-cart {
    height: 60px;
    width: 60px;
    margin-left: auto;
}

.nav-shopping-cart a {
    height: 60px;
}

.nav-shopping-cart a:focus,
.nav-shopping-cart a:hover {
    background-color: inherit !important;
}

.shopping-cart-icon {
    height: 25px;
    width: 25px;
}

.links li {
    height: 60px;
    width: 150px;
}

.nav.navbar-nav.links li a {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    height: 60px;
}

.nav.navbar-nav.links li a:focus,
.nav.navbar-nav.links li a:hover {
    background-color: inherit !important;
}

.organisation-name {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    bottom: 9px;
}

.cartCountNumber {
    position: absolute;
    text-align: center;
    top: 5px;
    right: 8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #c67605;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
}

.quantitySelect {
    border: 1px solid #b1c1cd;
    border-radius: var(--litmos-button-radius-m);
    height: 34px;
    margin-right: 1em !important;
    width: 125px;
    color: black;
}

.quantitySelectDisplay {
    position: absolute;
    top: 0;
    left: 10px;
    pointer-events: none;
    color: black;
}

.userSelectMessage {
    display: none;
}

.registerRadioButton {
    display: block;
    width: 100px;
    cursor: pointer;
}

.attentionIcon {
    background-image: url(../images/icons/attention_sign.svg) !important;
    height: 14px;
    width: 15px;
}

.learnerSelectMessage {
    display: none;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    white-space: normal;
    width: 225px;
}

.show-flex {
    display: flex !important;
}

.hide {
    display: none !important;
}

.program-logo {
    display:block;
}

select.quantitySelect {
    text-indent: 9999px; /* Push the text far off-screen */
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Ensure no text bleed */
}

/* Drop-down options remain fully visible when expanded */
option {
    text-indent: 0; /* Reset for option text */
    color: inherit;
}

.course-description p span{
    background-color: transparent !important;
}

.hamburger {
    display: none;
    width: 30px;
    height: 25px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    float: right;
    margin: 15px;
}
.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 11px; }
.hamburger span:nth-child(3) { top: 22px; }
.navbar.open .hamburger span:nth-child(1) {
    top: 11px;
    transform: rotate(45deg);
}
.navbar.open .hamburger span:nth-child(2) {
    opacity: 0;
}
.navbar.open .hamburger span:nth-child(3) {
    top: 11px;
    transform: rotate(-45deg);
}

/*Content Detail Pages Styles*/
.l-course-donut-big {
  margin-right: 3rem;
  width: 150px;
  height: 150px;
  position: relative;
  padding:5px;
}

.equivalencyPanel .courseItem {
    margin-bottom:2px;
}

.fw-bold{
    font-weight: 700 !important;
    font-size: 1.25rem;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.5;
}

.image-wrapper {
    border: 2px solid #ccc;
    padding: 10px;  
    background-color: #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.image-wrapper img{
    width: 100%;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
    margin: 15px 0px;
}

.custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    border: 1px solid gray;
    border-radius: 8px;
    padding: 7px;
    width: 100%;
    font-size: 16px;
    color: transparent; 
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    pointer-events: none;
    z-index: 2;
}

.quantityDisplay {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    color: black;
    font-weight: 500;
    pointer-events: none;
    z-index: 2;
}

select#quantity option {
    color: black;
}

.progressbar-text {
    color: #262626 !important;
}

.tiles-container {
    background: #fff; 
    color: #262626;
}

.card-body {
    color: #262626;
    background-color: white;
    border: 2px solid #ccc; 
    padding:20px;
}

.sh-image-overlay-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #d0dae1;
    width: 80%;
    opacity: 0.9;
    margin-bottom: 10px;
    color: black;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .navbar-collapse {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .navbar.open .navbar-collapse {
        display: flex;
        background-color: #333;
        width: auto;
        margin-left: -28px;
        padding-bottom: 10px;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .navbar-nav li{
        margin-bottom: 15px;
    }

    .navbar-right {
        display: block;
        width: 100%;
        margin-top: 5px;
        text-align: left;
    }

    .cartCountNumber {
        left: 33px;
        top: -2px;
    }
    
    .nav.navbar-nav.links li a {
        text-align: left;
    }

    .nav-shopping-cart {
        float: left;
    }
}

@media screen and (max-width: 600px) {
    .learnerSelectMessage p {
        display: none;
    }

    .learnerSelectMessage {
         width: inherit;
    }

    .program-logo {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .attentionIcon {
        width: inherit;
    }
}