/* GLOBAL */
.main-content-header .h1,
.main-content-header .h2,
.main-content-header .h3,
.main-content-header .h4,
.main-content-header h1,
.main-content-header h2,
.main-content-header h3,
.main-content-header h4 {
    color: #262626;
}
.main-content {
    display: initial;
}
.hidden {
    display: none;
}
/* .navbar .nav-item.disabled-nav .nav-link {
    color: rgb(209 209 209);
    cursor: default;
} */
.kmk-btn-primary {
    background: #fa5100 !important;
    color: #fff !important;
    padding: 20px !important;
    box-shadow: -5px 5px 7px rgb(66 66 66 / 32%);
    text-shadow: -50px 0px 0px rgb(66 66 66 / 0%);
}
.kmk-bg-gray {
    background: #d1d1d1 !important;
}
.kmk-text-primary {
    color: #fa5100;
}
.kmk-text-white {
    color: #ffffff;
}
.kmk-icon{
    width: 20px;
    margin: 20px 10px !important
}
.kmk-password-container .kmk-icon{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 10px;
}
.kmk-password-container .kmk-icon:hover{
    background: #f3f3f3;
    border: 2px solid #fa5100;
    border-radius: 20% !important;
}
/* MAIN */
.rounded-10 {
    border-radius: 10px;
}
.navbar {
    position: relative;
    padding: 12px 40px;
}
.navbar button {
    color: #d1d1d1;
}

/* .navbar-brand {
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0;
    margin-left: -53px !important;
    display: block;
    text-align: center;
}
.navbar-brand img {
    max-height: 13.44px;
} */

.navbar-brand {
    margin: 0 !important;
}

.navbar-brand img {
    width: 75%;
}

@media only screen and (max-width: 991px) {
    .navbar-brand-mobile .navbar-brand img {
        width: 50%;
    }
}

.navbar .nav-link,
.navbar .navbar-brand {
    font-weight: 700;
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .d-xs-none {
        display: none;
    }
}

#dropdownMenuButton {
    top: 15px;
    left: 20%;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-weight {
    font-weight: 400;
}
.min-width-130 {
    min-width: 130px;
}
.max-width-320 {
    max-width: 320px;
}
.bottom-3 {
    bottom: 3px;
}
.bottom-5 {
    bottom: 5px;
}
.start-85 {
    left: 85%;
}
.z-index {
    z-index: 1;
}
.card-one {
    display: block;
    min-height: 300px;
    /* background : url("<?= base_url('assets/img/kmk/kmk-card-bg-1.png') ?>");
    background-size: cover;
    background-position: center; */
    background: radial-gradient(circle at top right, #8af2ff, #0072bf);
    border-radius: 10px;
    position: relative;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.card-one .image-container {
    position: absolute;
    right: 0;
    bottom: 0;
}
.card-one .image-container img {
    height: 330px;
}

.card-two {
    display: block;
    position: relative;
    min-height: 330px;
    /* background: linear-gradient(
        63deg,
        rgba(0, 114, 191, 1) 0%,
        rgba(234, 147, 198, 1) 27%,
        rgba(233, 138, 170, 1) 40%,
        rgba(228, 85, 0, 1) 100%
    ); */
    background : url("/assets/img/odcareers-ad-space-360.jpg");
    background-size: cover;
    background-position: top left;
    border-radius: 10px;
    padding: 30px;
}
.card-black {
    display: block;
    position: relative;
    min-height: 330px;
    background-color: #000;
    color: #fff !important;
    border-radius: 10px;
    padding: 30px;
}
@media only screen and (max-width: 991px) {
    .card-black {
        margin: 15px 0;
    }
}

.card-black .title {
    color: #fff;
}
.card-three-one {
    position: relative;
    background: #fff;
    border-radius: 10px;
    min-height: 158px;
}
.card-three-two {
    position: relative;
    background: #aeaeae;
    border-radius: 10px;
    min-height: 158px;
}

.card-three-two strong,
.card-three-two p {
    font-size: 12px;
}

.card-two-title {
    font-size: 18px;
    color: #103363;
}

.text-bluish {
    color: #103363;
}

.white-icon-top-left {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff;
}

.grey-icon-top-right {
    position: absolute;
    right: 5px;
    top: 5px;
}

.white-icon-top-right {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
}

@media only screen and (max-width: 375px) {
    .card-one #od-careers-logo {
        width: 90% !important;
    }
}

@media only screen and (max-width: 991px) {
    .card-two {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1009px) {
    .card-one {
        max-height: 380px;
    }
}

@media only screen and (max-width: 1068px) {
    .card-three-two h2 {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 1211px) {
    .card-two {
        max-height: 300px;
    }
    .card-two-title {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1242px) {
    .card-three-two h2 {
        font-size: 1.75rem;
    }

    .card-three-two strong,
    .card-three-two p {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1657px) {
    .card-two {
        max-height: 330px;
    }
    .card-two-title {
        font-size: 14px;
    }
}

#notification-container {
    background-color: #0e0e0f;
    color: #fff;
}

#notification-container img {
    height: 30px;
}

/* SubView */
.orange-text {
    color: #ec4011;
}

.edit-btn,
.delete-btn {
    background: #e5e4e4;
    display: block;
    padding: 8px 0 0px 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 1439px) {
    .edit-btn,
    .delete-btn {
        width: 44px;
        height: 40px;
        padding: 8px 0 0px 12px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1080px) {
    .edit-btn,
    .delete-btn {
        width: 30px;
        height: 24px;
        padding: 3px 0 0px 6px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .edit-btn,
    .delete-btn {
        width: 40px;
        height: 40px;
        padding: 8px 0 0px 12px;
    }
}

@media screen and (max-width: 450px) {
    .edit-btn,
    .delete-btn {
        width: 40px;
        height: auto;
        padding: 5px 10px;
    }
}

#top-nav {
    display: block;
}

#header {
    column-gap: 1rem;
}
#start_now {
    text-align: right;
}
#btn_buy_now {
    background-color: #de5727;
}
#btn_start_now {
    background-color: #de5727;
}

#start_now_body {
    color: white;
}
input.error {
    background-image: linear-gradient(
            0deg,
            #e91e63 2px,
            rgba(156, 39, 176, 0) 0
        ),
        linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
    border-radius: 0 !important;
}

.main-content-header .card {
    background: #cacaca;
    border: 1px solid #c1c1c1;
}

@media screen and (max-width: 450px) {
    .main-content-header {
        padding: 0 !important;
    }
}

.user_avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
}

.user_greetings {
    display: flex;
    flex-flow: column;
    align-content: center;
}

@media screen and (max-width: 991px) {
    .user_greetings {
        text-align: center;
    }
}

.content-menu ul.content-nav {
    display: inline-block;
    border-radius: 10px;
    border: 1px #ccc solid;
    padding: 8px 0;
    background: #f8f9fa;
    -webkit-box-shadow: -4px 5px 5px 0px rgba(200, 201, 205, 1);
    -moz-box-shadow: -4px 5px 5px 0px rgba(200, 201, 205, 1);
    box-shadow: -4px 5px 5px 0px rgba(200, 201, 205, 1);
    margin-top: -20px;
}

.content-menu ul.content-nav li {
    display: inline;
}

.content-menu ul.content-nav li a {
    padding: 8px 10px;
    border: 1px solid transparent;
    color: #a7a7a7;
}

.content-menu ul.content-nav li a span {
    font-weight: bold;
}

.content-menu ul.content-nav li a.active,
.content-menu ul.content-nav li a:hover {
    color: #fa5100;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e7e8e9;
}

.main-content-wrapper {
    margin: 0 auto !important;
    background: #ffffff;
    padding: 20px 50px;
    width: 95% !important;
    -webkit-box-shadow: -4px 5px 5px 0px rgba(200, 201, 205, 1);
    -moz-box-shadow: -4px 5px 5px 0px rgba(200, 201, 205, 1);
    box-shadow: -4px 5px 5px 0px rgba(200, 201, 205, 1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media only screen and (max-width: 575px) {
    .main-content-wrapper {
        margin: 20px auto !important;
        border-radius: 20px;
    }
}

.main-content-wrapper .block {
    min-height: 200px;
}

#navbarSupportedContent {
    margin: 0 auto;
    max-width: 1440px;
    justify-content: space-between;
}

#navbarSupportedContent .nav-item {
    overflow-wrap: normal;
}

#navbarSupportedContent .nav-link {
    font-weight: 400;
    padding: 0.5rem 0;
    font-size: 14px;
}

#navbarSupportedContent.collapse.show {
    display: flex;
}

@media only screen and (max-width: 991px) {
    #navbarSupportedContent .nav-item {
        overflow-wrap: normal;
    }
}

@media only screen and (max-width: 575px) {
    #top-nav {
        display: flex;
    }

    #navbarSupportedContent {
        display: none;
    }

    .navbar-brand-mobile {
        width: 100%;
    }

    .navbar .sidenav-toggler-inner .sidenav-toggler-line {
        height: 5px !important;
        width: 30px;
    }
}

#main-content-content {
    padding-left: 3em;
}

#main-content-sidebar {
    padding: 0 10px;
}

#main-content-sidebar .payment-method {
    border: 1px #ccc solid;
}

#main-content-sidebar button.btn {
    width: 120px;
    right: 5px;
    top: 10px;
    position: absolute;
    font-size: 8px !important;
}

#main-content-sidebar .current-card {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 20px;
    border: 1px solid #ccc !important;
}

#main-content-sidebar .current-card p {
    margin: 0;
    padding: 0 10px;
}

#main-content-sidebar button.btn a {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

#main-content-sidebar .invoice-item a {
    font-weight: bold;
    align-items: center;
    align-content: center;
    display: flex;
}

#main-content-content a {
    font-size: 20px;
    color: #101010;
}

.main-content-wrapper a:hover, 
.main-content a:hover {
    color: #fa5100;
}

.btn-dark {
    background-color: #353539 !important;
}
/*
@media screen and (min-width: 992px) {
    .main-content-header ul.nav li a {
        padding: 8px;
    }
} */

@media screen and (max-width: 1350px) {
    #main-content-sidebar button.btn {
        width: 100%;
        right: 0;
        top: 0;
        position: relative;
        font-size: 8px !important;
    }
}

/* @media screen and (max-width: 991px) {
    .main-content-header ul.content-nav {
        width: 100%;
    }

    .img-fluid,
    .img-thumbnail {
        width: 100%;
    }
} */

@media screen and (max-width: 768px) {
    #main-content-content {
        padding-left: 1em;
        width: 100%;
    }
    #main-content-sidebar {
        width: 100%;
        margin-top: 50px;
    }
}

/* @media screen and (max-width: 545px) {
    .main-content-header ul.nav li a {
        padding: 8px 5px;
    }
} */

/* @media screen and (max-width: 480px) {
    #header {
        display: block !important;
    }
    #btn_buy_now {
        width: 100%;
    }
    .text {
        font-size: small;
    }
    #peer-rank {
        width: 100%;
        align-items: center;
    }
    .nav-wrapper {
        width: 100%;
    }
    .card-img img {
        width: 100%;
    }
    .main-content-header ul.nav li a {
        font-size: 11px;
    }
    #main-content-content {
        padding-left: 1em;
        width: 100%;
    }
    #main-content-sidebar {
        width: 100%;
        margin-top: 50px;
    }
} */

/* Top Social */
#dashboard_top_social {
    display: flex;
    align-items: center;
}

#dashboard_top_social a {
    margin: 0 10px;
}

#dashboard_top_social img {
    width: 30px;
}

@media screen and (max-width: 991px) {
    #dashboard_top_social {
        justify-content: center !important;
    }
}

@media screen and (max-width: 425px) {
    #dashboard_top_social {
        padding: 0;
    }
}

@media screen and (max-width: 375px) {
    #dashboard_top_social a {
        margin: 0 6px;
    }
}

/* My Membership */
#dashboard_my_memberships .block_content .program,
#dashboard_my_memberships .block_content .services {
    display: flex;
    flex-flow: row;
    margin-bottom: 15px;
}

#dashboard_my_memberships .block_content .program_logo {
    width: 90px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    -webkit-box-shadow: 0px 8px 8px 0px rgba(200, 201, 205, 1);
    -moz-box-shadow: 0px 8px 8px 0px rgba(200, 201, 205, 1);
    box-shadow: 0px 8px 8px 0px rgba(200, 201, 205, 1);
}

#dashboard_my_memberships .block_content .program_logo span.alt-color {
    color: #ec4011;
}

#dashboard_my_memberships .block_content .services .program_logo {
    background-color: #112d58;
    color: #767b87;
}

#dashboard_my_memberships
    .block_content
    .services
    .program_logo
    span.alt-color {
    color: #ffffff;
}

#dashboard_my_memberships .block_content .current_course,
#dashboard_my_memberships .block_content .current_access {
    align-items: center;
    display: flex;
}

/* OD Pay */
#dashboard_odpay .odpay_logo {
    width: fit-content;
}

#dashboard_odpay .odpay_logo.z-index-1 {
    left: 42px;
    opacity: 0.5;
    top: 5px;
}

#dashboard_odpay .current-card,
#dashboard_odpay .previous-card {
    display: flex;
    flex-flow: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

#dashboard_odpay .current-card input,
#dashboard_odpay .previous-card input {
    margin: 10px;
}

#dashboard_odpay .current-card img,
#dashboard_odpay .previous-card img {
    width: 40px;
    margin: 0 15px;
}

#dashboard_odpay .current-card p,
#dashboard_odpay .previous-card p {
    display: block;
    width: 68%;
    margin: 0;
}

/* #dashboard_odpay .card {
    -webkit-box-shadow: 2px 3px 3px 0px rgb(200, 201, 205);
    -moz-box-shadow: 2px 3px 3px 0px rgb(200, 201, 205);
    box-shadow: 2px 3px 3px 0px rgb(200, 201, 205);
} */

/* dashboard video */
#dashboard_video .card {
    /* -webkit-box-shadow: 2px 3px 3px 0px rgb(200, 201, 205); */
    /* -moz-box-shadow: 2px 3px 3px 0px rgb(200, 201, 205); */
    /*  box-shadow: -4px 8px 8px 0px rgba(200, 201, 205, 1); */
    /* box-shadow: 2px 3px 3px 0px rgb(200, 201, 205); */
    /* border-radius: 20px; */
}

/* Catch-all for .card */
.card {
    -webkit-box-shadow: 2px 3px 3px 0px rgb(200, 201, 205) !important;
    -moz-box-shadow: 2px 3px 3px 0px rgb(200, 201, 205) !important;
    box-shadow: 2px 3px 3px 0px rgb(200, 201, 205) !important;
}

/* dashboard ad space */
#dashboard_ad_space {
    min-height: 450px;
}

#dashboard_ad_space.card-two {
    max-height: 100%;
    height: 100%;
    padding: 30px 30px 0;
}

@media screen and (max-width: 575px) {
    #dashboard_odpay {
        margin-top: 20px !important;
    }

    #dashboard_ad_space.card-two {
        padding: 30px;
    }
}

#dashboard_ad_space .block_header {
    min-height: 50px;
}

#dashboard_ad_space .block_content {
    position: absolute;
    bottom: 0;
}

#dashboard_ad_space .btn {
    margin-bottom: 0;
}

/* dashboard notifications */
#dashboard_notifications .info p {
    border-bottom: 2px solid #eae9e8;
    padding-bottom: 10px;
}

#dashboard_notifications .info p i {
    font-size: 12px;
}

#dashboard_notifications .info p span.time {
    margin-left: 5px;
}

.has_been_read {
    color: #ffffff;
}

/* My Plan */
#dashboard_my_plan {
    min-height: 450px;
}

#dashboard_my_plan .overlay {
    background: rgba(0, 0, 0, 0.7);
    padding: 200px 30px 10px;
    color: #ffffff;
    border-radius: 20px;
    min-height: 450px;
}

#dashboard_my_plan .btn {
    margin-bottom: 0;
    color: #ffffff;
}

/* support */
#dashboard_ad_space h4,
#dashboard_ad_space p,
#dashboard_ad_space a {
    color: #2f2e2e;
}

#dashboard_content_social {
    min-height: auto;
}

@media screen and (max-width: 991px) {
    #dashboard_content_social .row {
        flex-flow: row;
    }

    #dashboard_content_social .row > * {
        flex-shrink: 1;
    }
}

/* downloads */
#dashboard_content_downloads .download-wrapper {
    background-color: #edeff3;
    border-radius: 10px;
}

#editor-modal .modal-dialog .modal-content .modal-header {
    background: radial-gradient(circle at top right, #fff, #000) !important;
}

#editor-modal .modal-dialog .modal-content .modal-header .modal-title {
    color: #fff !important;
}

#editor-modal .modal-dialog .modal-content .modal-header .btn-close {
    background-color: #ec4011;
}

.no-content {
    /* background: no-repeat url(../img/myp_nothing_to_see_background.png) center; */
    /* background-size: cover; */
}

/* column fixes */
/* #dashboard_ad_space, #dashboard_content_downloads {
    bottom: 0;
    position: absolute;
    width: 95%;
    min-height: auto;
} */

#dashboard_content_downloads {
    bottom: 0;
    position: absolute;
    width: 95%;
    min-height: auto;
}

#dashboard_content_downloads .block_content .row {
    --bs-gutter-x: 0.2rem;
}

@media screen and (max-width: 991px) {
    #dashboard_ad_space, #dashboard_content_downloads {
        position: static;
        width: 100%;
    }

    #dashboard_my_info {
        margin-top: 50px;
    }
}

@media screen and (max-width: 425px) {
    #dashboard_ad_space {
        min-height: 350px;
    }
}
