:root {
    --main-danger-page: #dc9750;
    --main-primary-page: #00aae7;
    --main-warning-page: #dc9750;
    --main-secondary-page: #dc9750;
    --main-soft-secondary-page: #efefef;
    --main-orange-page: #ff6905;
    --main-bordo-page: #a20055;
    --bs-danger: #dc9750;
    --bs-danger-rgb: 1, 85, 59;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: #95a5a6 !important;
}

.bg-success {
    background-color: #76a519 !important;
}

.bg-info {
    background-color: #00aae7 !important;
}

.bg-warning {
    background-color: #dc9750 !important;
}

.bg-danger {
    background-color: #dc9750 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-light {
    background-color: #ccd6dd !important;
}

.bg-dark {
    background-color: #7b8a8b !important;
}

.bg-body {
    background-color: #000000 !important;
}

.strong-bg {
    background-color: #f1f1f1;
}

.light-bg {
    background-color: #fafafa;
}

.warning-bg {
    background-color: #f4c000;
}

body {
    background-color: #000000;
    color: #ffffff;
}

.sh-text-decoration-none {
    text-decoration: none;
}

.border-left-danger {
    /* border-left:20px solid #dc9750; */
    border-left: 1rem solid var(--main-danger-page);
}

.vertical {
    border-left: 20px solid #dc9750;
    height: 9em;
    margin-right: 10px;
}

.vertical-danger {
    border-left: 26px solid var(--main-danger-page);
    margin-right: 10px;
    height: 7rem;
}

.vertical-danger-single {
    border-left: 0.7rem solid var(--main-danger-page);
    margin-right: 1.5rem;
    height: 3.5rem;
}

.vertical-right-danger {
    border-right: 26px solid var(--main-danger-page);
    margin-right: 10px;
    height: 6.5rem;
}

.vertical-warning {
    border-left: 26px solid var(--main-warning-page);
    margin-right: 10px;
    height: 7rem;
}

.sh-hero {
    background-image: url(../images/equine/hero1.jpg);
    background-size: cover;
    min-height: 450px;
    /* background-color: grey; */
}

.sh-hero-header {
    color: white;
    font-size: 2.5em;
}

.sh-catalogue {
    background: url(../images/steelhub_catalogue.jpg);
    background-size: cover;
    background-position: center top;
    /* background-color: grey; */
}

.sh-hero p {
    color: white;
    font-size: 0.85em;
}

.sh-form-card {
    background-color: #efefef;
    padding: 15px 20px;
}

.btn {
    font-weight: 300;
    font-size: 0.8em;
}

.sh-btn.secondary {
    background-color: #707070;
    color: white;
}

.sh-btn.secondary:hover {
    background-color: #5a5959;
    color: white;
}

.sh-btn.danger {
    background-color: var(--main-danger-page);
    color: white;
}

.sh-bg-white {
    background-color: white;
}

.sh-header {
    color: #dc9750;
    font-size: 3.5em;
}

.sh-danger-bg {
    background-color: var(--main-danger-page);
}

.sh-warning-bg {
    background-color: var(--main-warning-page);
}

.sh-primary-bg {
    background-color: var(--main-primary-page);
}

.sh-soft-secondary-bg {
    background-color: var(--main-soft-secondary-page);
}

.sh-orange-bg {
    background-color: var(--main-orange-page) !important;
}

.sh-bordo-bg {
    background-color: var(--main-bordo-page) !important;
}

.sh-danger-text {
    color: var(--main-danger-page) !important;
}

.sh-warning-text {
    color: var(--main-warning-page) !important;
}

.sh-primary-text {
    color: var(--main-primary-page) !important;
}

.sh-rounded-10 {
    border-radius: 10% !important;
}

.sh-rounded-50 {
    border-radius: 50% !important;
    height: 100% !important;
    width: 100% !important;
}

.sh-texts-buttons {
    font-size: 1.2rem;
    font-weight: 300;
}

.sh-subfunctions-text {
    font-size: 1.3rem;
    font-weight: 300;
}

.sh-soft-shadow {
    box-shadow: 0.3rem 0.2rem 5px rgba(100, 100, 100, 0.1);
}

.sh-borders-benefit {
    border: 0.1rem solid var(--main-danger-page);
    border-radius: 0.5rem;
}

.sh-skill-box-image {
    border-radius: 0.5rem;
}

.sh-skill-box-text {
    background-color: var(--main-danger-page);
    margin: 1rem 0;
    padding: 3rem;
}

.sh-border-warning {
    border: 1px solid var(--main-danger-page) !important;
}

/* Font weight */
.sh-fw-100 {
    font-weight: 100;
}

.sh-fw-300 {
    font-weight: 300 !important;
}

.sh-fw-400 {
    font-weight: 400 !important;
}

.sh-fw-700 {
    font-weight: 700 !important;
}

/* Font size */
.sh-0-5rem {
    font-size: 0.5rem;
}

.sh-0-7rem {
    font-size: 0.7rem;
}

.sh-0-9rem {
    font-size: 0.9rem;
}

.sh-1rem {
    font-size: 1rem;
}

.sh-1-1rem {
    font-size: 1.1rem;
}

.sh-1-2rem {
    font-size: 1.2rem;
}

.sh-1-3rem {
    font-size: 1.3rem;
}

.sh-1-4rem {
    font-size: 1.4rem;
}

.sh-1-5rem {
    font-size: 1.5rem;
}

.sh-1-6rem {
    font-size: 1.6rem;
}

.sh-1-7rem {
    font-size: 1.7rem;
}

.sh-2rem {
    font-size: 2rem;
}

.sh-2-4rem {
    font-size: 2.4rem;
}

.sh-2-7rem {
    font-size: 2.7rem;
}

.sh-2-9rem {
    font-size: 2.9rem;
}

.sh-calltoaction p {
    color: white;
    font-size: 0.85em;
}

.sh-calltoaction-header {
    color: white;
    font-size: 4.2em;
}

.sh-anotherhero {
    background-image: url(../images/equine/hero2.jpg);
    background-size: cover;
    min-height: 450px;
}

.sh-thankyou {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/new-home/calltoaction/fromtheheart.jpg);
    backdrop-filter: brightness(60%) !important;
}

/* .sh-thankyou::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: brightness(60%) !important;
} */

.vertical {
    border-left: 20px solid #dc9750;
    height: 9em;
    margin-right: 10px;
}

.sh-btn.learnbydoing {
    border: none;
    top: 1rem;
    right: 1rem;
}

.sh-border-none {
    border: none;
}

.sh-border-secondary {
    border: 1px solid var(--main-secondary-page);
}

.sh-absolute-img {
    border-radius: 15px;
    top: -61px;
    left: 10px;
    width: 170px !important;
}

.sh-absolute-catalogue-img {
    border-radius: 7px;
    bottom: -27px;
    left: 20px;
    width: 110px !important;
}

.sh-testimonial {
    background-image: url(../images/new-home/testimonial/testimonial_bg.jpg);
    background-size: cover;
    /* background-color: grey; */
}

.sh-login {
    background-image: url(../images/loginbg.jpg);
    background-size: cover;
    /* background-color: grey; */
}

.sh-testimonial-img {
    filter: brightness(80%);
}

.sh-setup-account {
    background-image: url(../images/new-home/setupaccount/setupaccount_bg.jpg);
    background-size: cover;
    /* background-color: grey; */
}

.btn {
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
}

.sh-button {
    background-color: #dc9750;
    color: #000000;
}

.sh-button:hover {
    background-color: #368a97;
    color: white;
}

.sh-button-light {
    background-color: #f4c000;
    color: white;
}

.sh-button-light:hover {
    background-color: #d6a907;
    color: white;
}

.lead {
    font-size: 1.3em !important;
    font-weight: 500;
}

.sh-circled {
    color: white;
    background-color: #dc9750;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.text-main-color {
    color: #dc9750 !important;
}

.text-black {
    color: #000000 !important;
}

.sh-line {
    border-left: 1px solid #dc9750;
    height: 3em;
    margin-left: 58.5%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sh-text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sh-social-media {
    list-style-type: none;
    color: #a39e9f;
    float: right;
}

.sh-social-media li {
    float: left;
    width: 36px;
    height: 36px;
    border: solid 1px #f4c000;
    border-radius: 50%;
    margin-left: 0.5rem;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
}

.sh-social-media li i {
    line-height: 32px;
}

.sh-knowledge-area-pill {
    min-width: 40%;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0 0.75rem;
    line-height: 30px;
    font-size: 0.75rem;
    color: white;
    text-transform: uppercase;
    border-radius: 50rem;
}

.sh-knowledge-area-ribbon {
    height: 60px;
    font-size: 0.875rem;
    color: white;
    text-transform: uppercase;
    padding-top: 14px;
}

.sh-course-card {
    background-color: var(--main-soft-secondary-page);
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
}

.sh-course-card-info {
    padding: 0.5rem 0.5rem;
}

.sh-course-card-info-description {
    min-height: 67px;
    max-height: 67px;
}

.sh-course-card p {
    margin: 0;
}

.sh-license-pill {
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0 0.75rem;
    line-height: 28px;
    color: white;
}

.sh-license-pill-unlicensed {
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0 0.5rem;
    line-height: 24px;
    color: white;
}

.sh-course-content {
    margin-top: 80px;
    position: relative;
}

.sh-course-details {
    text-align: center;
}

.sh-course-details div {
    border-left: solid 1px #dc9750;
}

.sh-course-details div:first-child {
    border-left: none;
}

.sh-course-detail-publisher {
    width: 35%;
    position: absolute;
    bottom: 6%;
    right: 4%;
    border-radius: 1rem;
    background: white;
    height: 20%;
    padding: 0.75rem;
}

.sh-course-sidebar {
    padding: 0px;
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.2);
    border: 0.1rem solid rgba(100, 100, 100, 0.1);
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
    max-width: 400px;
}

.faqs .accordion-item {
    border: none;
}

.faqs .accordion-button {
    background-color: #ffffff !important;
    box-shadow: none !important;
    border-bottom: solid 1px var(--main-danger-page) !important;
}

.faqs .accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc9750'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

footer {
    background-color: #000000;
}

.sh-module-item,
.sh-module-item:hover {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #000000;
    color: #ffffff;
    border: solid 1px var(--main-danger-page);
    border-radius: 0.5rem;
}

#catTypeAccordion .accordion-item {
    background-color: #000000;
    color: #ffffff;
    border: solid 1px var(--main-danger-page);
    border-radius: 0.5rem;
    overflow: hidden;
}

#catTypeAccordion .accordion-button {
    background-color: #000000 !important;
    color: #ffffff;
    box-shadow: none !important;
    transition: none;
    padding: 10px;
}

#catTypeAccordion .accordion-button:not(.collapsed) {
    border-bottom: solid 1px var(--main-danger-page);
}

#catTypeAccordion .accordion-button::after,
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc9750'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
