/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn.btn-primary,
    .btn.btn-outline-primary:hover {
        color: #FFFFFF;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    /*background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

    .team-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: #FFFFFF;
        transition: .5s;
        z-index: -1;
    }

    .team-item:hover::after {
        height: 100%;
        background: var(--primary);
    }

    .team-item .team-social {
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .75);
        overflow: hidden;
        opacity: 0;
        transition: .5s;
    }

    .team-item:hover .team-social {
        height: 100%;
        opacity: 1;
    }


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        width: 40px;
        height: 40px;
        background: var(--primary);
    }

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

    .btn.btn-primary,
    .btn.btn-outline-primary:hover {
        color: #FFFFFF;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

        #header-carousel .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}
.course {
    min-height: 88vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}

/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

    .team-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: #FFFFFF;
        transition: .5s;
        z-index: -1;
    }

    .team-item:hover::after {
        height: 100%;
        background: var(--primary);
    }

    .team-item .team-social {
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, .75);
        overflow: hidden;
        opacity: 0;
        transition: .5s;
    }

    .team-item:hover .team-social {
        height: 100%;
        opacity: 1;
    }


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        width: 40px;
        height: 40px;
        background: var(--primary);
    }

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

.container {
    position: relative;
}

.dropdownOpts {
    position: absolute;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
    z-index: 9999;
}

.dropdown-option {
    padding: 10px;
    cursor: pointer;
}

    .dropdown-option:hover {
        background-color: #f2f2f2;
    }

.Martbutton {
    background-color: #4CAF50;
    border-radius: 15px;
    border: none;
    color: white !important;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.martbuttonPrimary {
    background-color: #F3BD00;
    border-radius: 15px;
    border: none;
    color: white !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding-bottom: 7px;
    padding-top: 7px;
}

.martbuttonDark {
    background-color: #0C2B4B;
    border-radius: 15px;
    border: none;
    color: white !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    padding-bottom: 7px;
    padding-top: 7px;
}

.button {
    background-color: #0C2B4B;
    border-radius: 15px;
    border: none;
    color: white !important;
    outline: 0;
    padding: 10px 32px;
    font-size: 16px;
    cursor: pointer;
    /* Important part */
    position: relative;
    transition: padding-right .3s ease-out;
}

    .button.loading {
        background-color: #0C2B4B;
        padding-right: 40px;
    }

        .button.loading:after {
            content: "";
            position: absolute;
            border-radius: 100%;
            right: 6px;
            top: 50%;
            width: 0px;
            height: 0px;
            margin-top: -2px;
            border: 2px solid rgba(255,255,255,0.5);
            border-left-color: #FFF;
            border-top-color: #FFF;
            animation: spin .6s infinite linear, grow .3s forwards ease-out;
        }

.h_list {
    list-style-type: disclosure-closed;
    /*font-size:20px;*/
}

    .h_list li {
        font-size: 20px;
    }

@keyframes spin {
    to {
        transform: rotate(359deg);
    }
}

@keyframes grow {
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}

.profile-widget {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 25px;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
}

.profile-img {
    cursor: pointer;
    height: 80px;
    margin: 0 auto;
    /*position: relative;*/
    width: 80px;
}

.avatar img {
    /*background-color: #aaa;*/
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 38px;
    position: relative;
    white-space: nowrap;
}

.profile-img .avatar img {
    font-size: 24px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    width: 80px;
}

.avatar img {
    border-radius: 50%;
    vertical-align: middle;
}

.hoverable :hover {
    transform: scale(1.15) !important;
    border: 1px solid #F5C726 !important;
    color: #000 !important;
    cursor: pointer;
}

.zoom :hover {
    transform: none !important;
    border: none !important;
}

.Oops {
    font-style: oblique;
    font-family: 'FontAwesome', UI-SERIF, sans-serif;
    font-size: 100px;
    font-weight: 900;
}

.NotFound {
    font-weight: bolder;
    text-align: center;
    color: black;
    font-size: 20px;
}

.WriteUp {
    text-align: -webkit-center;
    font-size: 12px;
}

.btn-custom {
    background: #0a2540;
    color: #fff;
    border-color: #0a223c;
    border-radius: 10px;
    width: 126px;
    margin: 25px;
}

.Privacy-Header {
    font-family: 'FontAwesome', UI-SERIF, sans-serif;
}

.Privacy-Body {
    color: black;
    border-color: #0a2540;
}

.privacy-main {
    margin: revert;
    font-weight: 700;
}

.header-numbers {
    width: 2.33333% !important;
    font-weight: 700;
    align-self: flex-end;
    font-size: 18px;
    color: #0a223c;
}

.cursor {
    cursor: pointer;
}

.courseDropdown-option {
    cursor: pointer;
    padding: 10px;
}

    .courseDropdown-option:hover {
        background-color: #f2f2f2;
    }

.degreeDropdown-option {
    cursor: pointer;
    padding: 10px;
}

    .degreeDropdown-option:hover {
        background-color: #f2f2f2;
    }

.schoolDropdown-option {
    cursor: pointer;
    padding: 10px;
}

    .schoolDropdown-option:hover {
        background-color: #f2f2f2;
    }

.headDiv {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col2h4 {
    font-size: 13px !important;
}

.black {
    color: black !important;
}

.font_style {
    display: flex !important;
    color: white !important;
}

.font_div {
    margin-left: 10% !important;
    font-size: 13px !important;
}

.Hr {
    opacity: 1.25 !important;
}

.ref {
    margin-left: 0% !important;
}

    .ref li {
        margin-left: 5% !important;
    }

@media (min-width: 2000px) {
    .profileCol {
        width: 36% !important;
        margin-left: 20% !important;
        margin-top: -20px !important;
    }

    .imgpro {
        height: 168px !important;
        margin-left: 24% !important;
    }

    .greenbord {
        width: 19% !important;
        margin-left: 9% !important;
        margin-top: -17px;
    }

    .bord {
        margin-top: 15px !important;
        margin-left: 3% !important;
    }
}

@media (min-width: 1280px) {
    .imgpro {
        height: 168px !important;
        margin-left: 27% !important;
    }
}

@media (min-width: 1024px) {
    .profileCol {
        width: 46% !important;
        margin-left: 37% !important;
        margin-top: -20px !important;
    }

    .imgpro {
        height: 168px !important;
        margin-left: 18.5% !important;
    }

    .bord {
        margin-top: 15px !important;
        margin-left: 5% !important;
    }

    .font_div {
        font-size: 18px !important;
    }

    .col2h4 {
        font-size: 22px !important;
    }

    .col2h2 {
        font-size: 27px !important;
        height: 48px !important;
    }

    .headerlist {
        margin-top: 1% !important;
    }

    .greenbord {
        width: 25% !important;
        margin-left: 17% !important;
        margin-top: -17px;
    }
}



.my-class {
    background-color: #e9ecef !important;
}

.template-background {
    background: #092139;
}

.yellow-background {
    background: #F3BD00;
}

.educational-history {
    font-size: 25px;
    font-weight: 600;
    color: #092139;
    text-align: center;
}

.educational-first-history {
    font-size: 15px;
    margin-left: 20px;
    color: #37380b;
}

.educational-second-history {
    margin: 10px;
    color: #37380b;
    font-size: 20px;
    font-weight: bolder;
}

@media (min-width: 1200px) {
    .educational-second-content {
        text-align: center;
        color: black;
    }
}

@media (min-width: 1200px) {
    .educational-third-content {
        margin-left: 15px;
        color: black;
    }
}

.educational-second-content-sm {
    margin-left: 0px;
    color: black;
}

.educational-second-content-sm-certs {
    text-align: initial;
}

.creativity-skills {
    color: black;
    text-align: center;
}


.img-overflow-sm {
    margin-left: 20px;
    border-radius: 100%;
    height: 164px;
}

.name-style {
    font-size: 20px;
    margin: 15px;
    font-weight: bolder;
}

.font-awesome-display {
    display: inline-flex;
}

.educational-hobbies-content-sm {
    margin-left: 0px;
    color: black;
    padding: 22px;
}

@media (min-width: 1200px) {
    .educational-hobbies-content {
        margin-left: 122px;
        color: black;
        padding: 22px;
    }
}

.yellow-banner-overflow-sm {
    margin-left: 0px;
    display: inline-table;
    width: 100%;
}

@media (min-width: 1200px) {
    .yellow-banner-overflow {
        width: 104%;
        margin-left: -26px;
    }
}

@media (min-width: 1000px) {
    .img-overflow {
        margin-left: 15px;
        border-radius: 100%;
        height: 164px;
        max-width: 150%;
    }
}

@media (width: 1024px) {
    .img-overflow-specifica {
        margin-left: 0px;
        height: 164px;
        max-width: 150%;
    }
}

@media (width: 1280px) {
    .img-overflow-specifica-hub {
        margin-left: 0px;
        border-radius: 100%;
        height: 164px;
        max-width: 150%;
    }
}

@media (width: 540px) {
    .img-overflow-specifica-hub-540 {
        margin-left: 60px;
        border-radius: 100%;
        height: 164px;
        max-width: 150%;
    }
}

@media (width: 912px) {
    .img-overflow-specifica-hub-912 {
        margin-left: 0px;
        border-radius: 100%;
        height: 164px;
        max-width: 150%;
    }
}

@media (width: 820px) and (width: 768px) {
    .img-overflow-specifica-hub-820 {
        margin-left: 120px;
        border-radius: 100%;
        height: 164px;
        max-width: 150%;
    }
}

@media (min-width: 1200px) {
    .page-padding {
        padding-top: 100px;
    }
}

@media (min-width: 1200px) {
    .page {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .contact-margin {
        text-align: initial;
    }
}

@media (min-width: 1200px) {
    .workExperiences-margin {
        margin-left: 20px;
    }
}

@media (width: 1024px) {
    .workExperiences-margin-on-1024 {
        margin-left: 30px;
    }
}

.align-left-on-all-screens {
    text-align: initial;
}

@media (min-width: 1200px) {
    .align-left-on-big-screen {
        text-align: initial;
    }
}

@media (min-width: 1200px) {
    .align-summary-on-big-screen {
        text-align: initial;
        display: table-cell;
    }
}

.padding-font-awesome-all-screens {
    padding-left: 10px;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .padding-font-awesome {
        padding-left: 100px;
    }
}

@media (max-width:375px) {
    .row-width {
        width: 51% !important;
    }
}

@media (max-width: 375px) {
    .text-centerm {
        text-align: center !important;
    }
}

@media (max-width: 375px) {
    .headerRed {
        margin-left: -25px;
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .headRed {
        font-size: 12px;
    }
}

.before-circle {
    background-color: #ddd;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.experience-list::before {
    background: #ddd;
    bottom: 0;
    content: "";
    left: 8px;
    position: absolute;
    top: 8px;
    width: 2px;
}

.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    top: 4px;
    width: 10px;
    list-style-type: none;
}

.experience-content {
    margin-top: -15px;
    margin-left: 20px;
}

.experience-user {
    display: flex;
}

.experience-box {
    position: relative;
}

.experience-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .experience-list > li {
        position: relative;
    }

        .experience-list > li:last-child .experience-content {
            margin-bottom: 0;
        }

.experience-user .avatar {
    height: 32px;
    line-height: 32px;
    margin: 0;
    width: 32px;
}

.experience-list > li .experience-user {
    background: #fff;
    height: 10px;
    left: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 10px;
}

.experience-list > li .experience-content {
    background-color: #fff;
    margin: 0 0 20px 40px;
    padding: 0;
    position: relative;
}

    .experience-list > li .experience-content .timeline-content {
        color: black;
    }

        .experience-list > li .experience-content .timeline-content a.name {
            color: black;
            font-weight: bold;
        }

.experience-list > li .time {
    color: black;
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.CvDetail-style {
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.Fs-Details {
    font-size: 20px;
    margin-left: 5px;
}

.skilList {
    font-size: 11px;
    font-size: 13px;
    font-family: Verdana,serif;
    line-height: 1.35;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .skillsTextHolder {
        margin-left: 30px;
    }
}

@media (width: 1024px) {
    .skillsTextHolder {
        margin-left: 30px;
    }
}

.dark-blue {
    color: #0C2B4B;
}

.inforList li {
    padding: 10px 10px;
    display: inline-block;
    padding-left: 0;
}

.blue-background-change {
    color: #0C2B4B;
    margin-left: 33px;
    margin-top: 17px;
}

.create-reminder {
    color: #092139;
    font-size: 20px;
    font-weight: 900;
}

.reminder-padding {
    padding-bottom: 30px;
}

.responsive-table-style {
    width: 95%;
    text-align: center;
}

@media (max-width: 820px) {
    .publishBtn {
        font-size: 12px;
    }
}

@media (width: 280px) {
    .publishBtn {
        font-size: 12px;
    }
}

.EditPublishReminder {
    font-size: 15px;
    font-weight: 700;
    color: #0C2B4B;
    margin-top: 35px;
}

@media (min-width: 1200px) {
    .EditPublishReminderOnBigScreen {
        font-size: 20px;
        font-weight: 700;
        color: #0C2B4B;
    }
}

@media (min-width: 1200px) {
    .ImagePublishOnBigScreen {
        margin-left: 0px;
    }
}

.ImagePublish {
    margin-left: 70px;
}

.select2-selection__choice {
    background-color: #0C2B4B !important;
    color: white;
    min-height: 30px;
}

.select2-selection__choice__remove {
    min-height: 28px;
}

@media (width: 1024px) {
    .text-align-1024 {
        margin-left: 15px;
    }
}

@media (width: 1200px) {
    .text-align-1024 {
        margin-left: 0px;
    }
}

.text-align-1024 {
    margin-left: 15px;
}

.ContactContents {
    margin-left: 10px;
    padding: 5px;
}

@media (width: 1024px) {
    .ContactContents {
        margin-left: 10px;
        padding: 5px;
    }
}

@media (min-width: 1200px) {
    .ContactContents {
        margin-left: -70px;
        padding: 5px;
    }
}

.ContactFontAwesomes {
    margin-left: 10px;
}

.martbuttonPrimary:hover, .primaryBGColor:hover {
    background-color: #dba725 !important;
}

a.darkBGColor:hover, button.darkBGColor:hover {
    background-color: #425a72 !important;
    color: #fff !important;
}

.nav-link {
    color: #ffc107;
}

    .nav-link:active {
        color: #495057 !important;
    }

.nav .nav-link:hover {
    color: #495057 !important;
}

.pagination .active {
    background-color: #ffc107 !important;
}

.active > .page-link, .page-link.active {
    background-color: #ffc107 !important;
    border-color: #ccc !important;
    color: #fff !important;
}

.my-9 {
    margin: 140px auto 70px auto !important;
}



/* Tee styles */

.greencard {
    height: 28px;
    width: 258px;
    margin-left: 200px;
    margin-bottom: -14;
    background-color: lightgreen;
}

.sec {
    margin-top: -70px
}

.line-1 {
    color: white;
    border-bottom: 3px solid white;
}

.ban {
    box-sizing: border-box;
    text-align: justify;
    margin-right: 40px;
    font-size: 1.2rem;
    color: black;
}

/*.pixbox {
    background-color: #c68c53;
    border-radius: 10px 10px 50px 50px;
    width: 40%;
    height: 270px;
    margin-top: -20px;
    z-index: 100;
    position: relative;
}*/

.pixbox {
    background-color: #c68c53;
    border-radius: 10px 10px 50px 50px;
    width: 35%;
    margin-top: -20px;
    z-index: 2;
}

.line-2 {
    color: black;
    width: 95%;
    border-bottom: 5px solid black;
    background-color: black;
    opacity: 1;
}

h3 {
    font-weight: 700;
}

.topspan {
    background-color: white;
    color: white;
    height: 16px;
    width: 16px;
    border-radius: 100%;
}

.span-2 {
    background-color: black;
    color: black;
    height: 30px;
    width: 30px;
    border-radius: 100%;
}

.first-1 {
    border-radius: 0px 100px 0px 0px;
    margin-top: 0px;
    z-index: 0;
    margin-right: 10px;
    margin-left: 10px;
}

.headD {
    z-index: -1;
}

.first-2 {
    border-radius: 0px 0px 0px 0px;
    margin-top: 0px;
    z-index: 1;
    margin-left: 10px;
}

.first-3 {
    border: solid white;
    background-color: red;
    margin-top: 0px;
    border-radius: 100px 0px 0px 0px;
}

.first {
    z-index: -1;
    margin-top: -26px;
    background-color: black;
}

/*.left-bars {
    margin-top: 130px;
    color: white;
    background-color: #c68c53;
    align-self: center;
    margin-left: -70px;
    padding: 8px;
    border-radius: 0px 5px 5px 0px;
    margin-right: -25px;
}*/

/*.left-bars h4 {
    margin-left: 50px;
    font-weight: 700;
    font-size: 1.5rem !important;
    margin-top: 8px;
}*/

.down {
    margin-top: 20px;
}

.icons {
    color: white;
    margin-left: 2%;
    font-size: 30px !important;
}

.barrs {
    margin-top: 30%;
    background: #c68c53;
    margin-left: -12px;
    margin-right: -11px;
    font-size: 1.5rem;
    padding: 8px;
}

.middle {
    background-color: #f2f2f2;
    border-radius: 0px 100px 0px 0px;
    margin-top: 50px;
}

.middle-text {
    margin-top: -20px;
}

.middle-heading {
    margin-top: 30%;
    background: #c68c53;
    margin-left: -12px;
    margin-right: -11px;
    font-size: 1.5rem;
    padding: 8px;
}

.middle-heading-2 {
    margin-top: 10%;
    background: #c68c53;
    margin-left: -40px;
    margin-right: -20px;
    font-size: 1.5rem;
    padding: 8px;
}

.name-box {
    z-index: 1;
}

.img-card {
    margin-top: 40px;
    height: 280px;
    width: 250px;
}

/*@media (min-width: 320px) {
    .middle {
        background-color: #f2f2f2;
        border-radius: 0px 100px 0px 0px;
        margin-top: 20px;
    }
    .pixbox {
        background-color: #c68c53;
        border-radius: 10px 10px 50px 50px;
        width: 50%;
        height: 250px;
        margin-top: -10px;
        z-index: 100;
        position: relative;
    }
    .img-card {
        margin-top: 60px;
        height: 300px;
        width: 300px;
    }
    .name-box {
        z-index: 1;
        width: auto;
    }
}*/

/*@media (min-width: 768px) {
    .middle {
        background-color: #f2f2f2;
        border-radius: 0px 100px 0px 0px;
        margin-top: 50px;
    }
    .pixbox {
        background-color: #c68c53;
        border-radius: 10px 10px 50px 50px;
        width: 20%;
        height: 240px;
        margin-top: -10px;
        z-index: 100;
        position: relative;
    }
    .img-card {
        margin-top: 60px;
        height: 300px;
        width: 300px;
    }
}*/

/*@media (min-width: 1200px) {
    .middle {
        background-color: #f2f2f2;
        border-radius: 0px 100px 0px 0px;
        margin-top: 50px;
    }
}*/

.rounded-top-left-1 {
    border-top-left-radius: 1rem;
}

.rounded-top-right-1 {
    border-top-right-radius: 3rem;
}

.rounded-bottom-left-1 {
    border-bottom-left-radius: 1rem;
}

.rounded-bottom-right-1 {
    border-bottom-right-radius: 1rem;
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {   
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.action-icon {
    color: #777;
    font-size: 18px;
    display: inline-block;
}

.action-circle .material-icons {
    color: #ccc;
    font-size: 18px;
    vertical-align: -3px;
}

.action-circle.completed {
    background: #35BA67;
    border: 1px solid #2fa65c;
}

.action-circle.completed .material-icons {
    color: #fff;
}

.action-circle.large {
    height: 24px;
    width: 24px;
}

.action-circle.large .material-icons {
    font-size: 16px;
    vertical-align: -4px;
}

.table .dropdown-menu {
    font-size: 13px;
    min-width: 120px;
    padding: 0;
}

.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete {
    color: #666;
}

.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle {
    border: 1px solid #666;
}

.task-wrapper .mark-all-tasks .mark-all-btn#mark-all-incomplete .action-circle .material-icons {
    color: #666;
}

.table .dropdown-menu .dropdown-item {
        padding: 5px 10px;
}

.dropdown-action .dropdown-toggle::after {
    display: none;
}


/*------------------------------
    ELIPSE DROPDOWN
*/


#loader-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loader {
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 64px;
    margin: 100px auto 0;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

    .loader-ellips__dot:nth-child(1),
    .loader-ellips__dot:nth-child(2) {
        left: 0;
    }

    .loader-ellips__dot:nth-child(3) {
        left: 1.5em;
    }

    .loader-ellips__dot:nth-child(4) {
        left: 3em;
    }

    .loader-ellips__dot:nth-child(1) {
        animation-name: reveal;
    }

    .loader-ellips__dot:nth-child(2),
    .loader-ellips__dot:nth-child(3) {
        animation-name: slide;
    }

    .loader-ellips__dot:nth-child(4) {
        animation-name: reveal;
        animation-direction: reverse;
    }

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    background: #404040;
}   

.loader-ellips__dot:nth-child(2) {
    background: #00c5fb;
}

.loader-ellips__dot:nth-child(3) {
    background: #404040;
}

.loader-ellips__dot:nth-child(4) {
    background: #404040;
}
.link-email-btn {
    background-color: #0C2B4B;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #757575;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0px;
}
#CvDataTable {
    color: #0C2B4B; /* Change the text color to red */
}

    #CvDataTable th,
    #CvDataTable td {
        color: #0C2B4B; /* Change the text color to blue */
    }
.unpaid-custom-badge {
    background-color: #e9adad !important;
    display: flex;
    justify-content: center;
    color: red !important;
    margin-top: 10px !important;
}

.paid-custom-badge {
    background-color: #bee5be !important;
    display: flex;
    justify-content: center;
    color: green !important;
    margin-top: 10px !important;
    padding: 0px !important;
}

.previewBtn {
    padding: 5px;
    border-radius: 20px;
    background-color: #0C2B4B;
    color: #fff;
}

.editBtn {
    background-color: #F3BD00;
    color: #0C2B4B;
    border-radius: 20px;
}

.customText {
    font-size: small;
    font-weight: 600;
}

.customAlignment {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.custom-small-screen {
    text-align: left;
    display: block;
}

@media (min-width: 1024px) {
    .custom-small-screen-on-big-screen {
        display: block;
        text-align: unset;
    }
}

.download-button {
    display: table;
}

@media (min-width: 1024px) {
    .download-button-on-big-screen {
        display: block;
    }
}

.img-custom {
    width: 65%;
    height: 100%;
    margin-left: 20px;
}

@media (min-width: 1024px) {
    .img-custom-on-big-screen {
        width: 100%;
        height: 95%;
        margin-left: 0px;
    }
}

.img-cover-custom {
    margin-top: -115px;
    margin-left: 170px;
    flex-shrink: unset !important;
}

@media (min-width: 1024px) {
    .img-cover-custom-on-big-screen {
        margin-top: 0px;
        margin-left: 0px;
    }
}

.change-button {
    background-color: #dba725;
    border-color: #dba725;
    color: #fff;
    margin-left: -13px;
    cursor: pointer;
    padding-top: 1px;
    padding-left: 2px
}

.select2 select2-container {
    width: 100% !important;
}

.select2-container--default {
    width: 100% !important;
}

