@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;500;600;700;800&display=swap');

body {
    color           : #dee2e6 !important;
    background      : repeat url(./images/background/background_2x.jpg);
    position        : relative;
    background-color: transparent;
    font-family     : 'Nunito Sans', sans-serif;
    margin          : 0;
}


header {
    padding: 1rem;
}


#offcanvasNavbar {
    width: 100%;
}

#offcanvasNavbar .navbar-nav .nav-item {
    padding       : 1rem;
    line-height   : 1.2;
    font-size     : 16px;
    font-weight   : lighter;
    text-transform: uppercase;
    text-align    : center;
}

#offcanvasNavbar .navbar-nav .nav-item a {
    color: rgba(0, 0, 0, 0.6);
}

#offcanvasNavbar .btn-close {
    position: absolute;
    right   : 0;
    padding : 15px;
}

.console-dropdown-menu{
    background-color: transparent;
}
.page {
    position  : relative;
    min-height: 100vh;
}

.footer {
    position: absolute;
    bottom  : 0;
    width   : 100%;
    height  : 2.5rem;
}

footer {
    background-color: #fff;
    color           : rgba(0, 0, 0, 0.6);
    position        : static;
    bottom          : 0;
    min-height      : 99px;
    padding         : 1.5rem;
}

footer .footer-middle i {
    color       : #33c0cd;
    margin-right: 3px;
}

footer a {
    color: rgba(0, 0, 0, 0.6);
}

.pb-10 {
    padding-bottom: 10rem;
}

a {
    text-decoration: none;
    color          : #002c44;
}

a:hover {
    color    : #6fccdc;
    transform: translateY(-2%);
}

.btn:hover {
    transform: translateY(-2%);
}

.navbar-toggle-btn {
    border: none;
}

.sidebar-container {
    margin    : 10% 0 5% 0;
    text-align: right;
    font-size : 1.3rem;
}

.content-container {
    position: relative;
}

.nav-link {
    color: #dee2e6 !important
}

.active {
    color: #6fccdc !important
}

.nav-link:hover {
    color: #6fccdc !important
}

.user {
    margin-bottom: 30px;
}

.user-mobile {
    padding: 0;
    display: none;
}

.logo {
    max-width: 150px;
}

ul {
    list-style: none;
}

.resource-icon {
    margin-right: 10px;
}


.form-control {
    border-radius: 0
}

.btn-icon {
    max-width   : 30px;
    margin-right: 10px;
}

.btn-box {
    cursor: pointer;
}

.btn-submit {
    color: #dee2e6;
}

.button {
    /* color          : #fff; */
    color          : #dee2e6;
    text-decoration: none;
    cursor         : pointer;
}

.button:hover {
    color          : #6fccdc;
    text-decoration: none;
    cursor         : pointer;
}

.social-icon {
    min-width: 30px;
}



.btn:hover {
    color: #6fccdc;
}

a:hover {
    color: #6fccdc;
}

.center-form {
    max-width    : 500px;
    margin       : 0;
    position     : absolute;
    top          : 50%;
    -ms-transform: translateY(-50%);
    transform    : translateY(-50%);
}

.page-heading-box {
    margin        : 2rem 0;
    padding-left  : 40%;
    background    : linear-gradient(101deg, #ffffff26, #ffffff80);
    padding-top   : 13px;
    padding-bottom: 13px;
}

.page-heading-box p {
    font-weight: 900;
    font-size  : 1rem;
}

.page-title {
    top           : 20px;
    text-transform: uppercase;
    color         : #6fccdc;
    font-weight   : 600;
}

.page-content {

    margin-top: 14%;
    font-size : 0.8rem;
}

.lg-icon {
    margin-bottom: 10px;
    max-width    : 79px;
}

.sm-icon {
    margin-right: 5px;
}

.navbar-nav .nav-item {
    margin-left: 1em;
}

.navbar-nav a {
    color: #FFF;
}

.nav-item:hover {
    color: #6fccdc;
}

.lg-icon:hover {
    color: #6fccdc;
}

.iframe {
    background-color: #fff;
    color           : #002c44;
    padding         : 20px;
    overflow        : scroll;
}

/** Supoort Center*/
.section a::before {
    content     : url(../images/icons/accordion_close.svg);
    margin-right: 10px;
}

.section a {
    font-size: 1.5rem;
    color    : #33c0cd !important;
}

.section .card,
.card-header {
    border: 0;
}

.app-card{
    background-color: transparent;
    border: none;
    padding: 1rem 0;
}

.app-card a {
    color: #fff;
    text-decoration: none;
}

.app-card a:hover{
    color: #6fccdc;
}

/** 
** from old accorde
** 
**/


.err-msg {
    font-size: small;
    color    : #bb4d4d !important;
}


.m-b-10 {
    margin-bottom: 10px;
}

.menu-items .card-header {
    background-color: white !important;
    border-bottom   : none !important;
}

.menu-items .card {
    border: none !important;
}

.root-card-False .card-header button[aria-expanded="true"]::before {
    content     : url(../images/icons/chevron-down-solid.svg);
    margin-right: 10px;
}

.root-card-False .card-header button[aria-expanded="false"]::before {
    content     : url(../images/icons/chevron-right-solid.svg);
    margin-right: 10px;
}

.card-header button[class*="root-btn-True"][aria-expanded="true"]:before {
    content     : url(../images/icons/accordion_open.svg);
    margin-right: 10px;
}

.card-header button[class*="root-btn-True"][aria-expanded="false"]::before {
    content     : url(../images/icons/accordion_close.svg);
    margin-right: 10px;
}

.card button,
a {
    color     : #6fccdc;
    transition: all .2s;
}

.card .root-btn-True {
    font-size  : 20px;
    font-weight: 800;
    transition : all .2s;
}

.card .root-btn-True:hover {
    transform: translateY(-2%);
}

.card .card-header {
    background: transparent !important;
}

.bg-none {
    background: transparent !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

.line_option_box {
    margin-right: 10px;
}

.navbar-nav i {
    margin-right: 10px;
    margin-left : 10px;
}

/**** ACCORDE ****/
.heading__foreground {
    position : absolute;
    width    : 100%;
    right    : 0;
    top      : 2rem;
    max-width: 41.5rem;
}

.heading__overlay {
    position: absolute;
    overflow: hidden;
    right   : 0;
    top     : 0;
    width   : 100%;
}

.heading__overlay--background {
    width            : 100%;
    height           : 100%;
    width            : 100%;
    left             : 0;
    top              : 0;
    position         : absolute;
    overflow         : hidden;
    -webkit-transform: skew(15deg) translateX(4rem);
    transform        : skew(15deg) translateX(4rem);
    pointer-events   : none;
}

.heading__overlay--background:after {
    background             : white;
    background             : linear-gradient(133deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter        : blur(32px);
    -webkit-box-shadow     : 15px 15px 50px rgb(255 255 255 / 4%);
    box-shadow             : 15px 15px 50px rgb(255 255 255 / 4%);
    content                : '';
    display                : block;
    width                  : 100%;
    height                 : 100%;
    position               : absolute;
    top                    : 0;
    left                   : 0;
}

.heading__overlay--text {
    position             : relative;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column;
    -webkit-box-align    : start;
    -ms-flex-align       : start;
    align-items          : flex-start;
    -webkit-box-pack     : center;
    -ms-flex-pack        : center;
    justify-content      : center;
    padding              : 2rem 1.6rem;
    padding-bottom       : 1rem;
    padding-left         : 8rem;
}

.heading__overlay--wrapper {
    line-height: 1;
}

.heading__overlay--title {
    color      : #FFF;
    font-weight: 900;
    font-size  : 1rem;
    margin     : 0;
    line-height: 1;
}

.heading__overlay--headline {
    font-size     : 2rem;
    font-weight   : 900;
    color         : #FFF;
    text-transform: uppercase;
    display       : -webkit-box;
    display       : -ms-flexbox;
    display       : flex;
    -ms-flex-wrap : nowrap;
    flex-wrap     : nowrap;
    margin        : 0;
    padding       : 0;
    border        : 0;
}

.heading__overlay--paragraph {
    font-size  : 1rem;
    font-weight: 100;
    color      : #FFF;
    margin-top : 1em;
    line-height: 1.2;
}

.heading__overlay--headline.heading__overlay--headline__sky {
    color  : #33C0CD;
    margin : 0;
    padding: 0;
    border : 0;
}

.modal-dialog{
    color: black;
}



/************ BreaK Points ***********/

/* Style SM */
@media (max-width: 576px) {
    body {
        background: center fixed repeat url(./images/background/background.jpg);
    }

    #navbar-top {
        display: none;
    }

    footer {
        font-size : 13px;
        min-height: 60px;
    }

    .logo {
        max-width: 100px;
    }

    .user {
        display: none;
    }

    .user-mobile {
        display: block;
    }

    #side-navbar .nav-item-name {
        display: none;
    }

    #side-navbar .navbar-nav {
        display        : flex;
        flex-direction : row;
        justify-content: right;
    }

    .navbar-nav {
        text-align: left;
    }

    .page-content {
        margin-top: 40%;
    }

    .page-heading-box {
        padding-left: 40%;
        clip-path   : polygon(10% 0, 100% 0, 100% 100%, 20% 100%);
    }

    .iframe {
        margin-left: 10px;
    }

    .arrow-steps .step {
        font-size   : 10px;
        padding-left: 18px;
    }

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        border-top   : 17px solid transparent;
        border-bottom: 17px solid transparent;
    }

}

/* Style for MD */
@media (min-width: 577px) and (max-width: 768px) {
    body {
        background: center fixed repeat url(./images/background/background.jpg);
    }

    .page-content {
        margin-top: 40%;
    }

    footer {
        font-size: 15px;
    }

    .logo {
        max-width: 120px;
    }

    /* .user {
        display: none;
    }
     */
    #side-navbar .nav-item-name {
        display: none;
    }

    #side-navbar .navbar-nav {
        display        : flex;
        flex-direction : row;
        justify-content: right;
    }

    .navbar-nav {
        text-align: left;
    }

    .page-heading-box {
        padding-left: 38%;
        clip-path   : polygon(20% 0, 100% 0, 100% 100%, 25% 100%);
    }

    .page-content {
        padding-right: 3%;
        padding-left : 3%;
    }

    .arrow-steps .step {
        font-size   : 10px;
        padding-left: 18px;
    }

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        border-top   : 17px solid transparent;
        border-bottom: 17px solid transparent;
    }

}

/* Style for LG */
@media (min-width: 769px) and (max-width: 992px) {
    body {
        background: center fixed repeat url(./images/background/background.jpg);
    }

    .logo {
        max-width: 130px;
    }

    .sidebar-container {
        font-size: 1.1rem;
    }

    .page-heading-box {
        padding-left: 38%;
        clip-path   : polygon(30% 0, 100% 0, 100% 100%, 35% 100%);
    }

    .page-content {
        margin-top   : 35%;
        padding-right: 7%;
    }

}

/* Style for XL */
@media (min-width: 993px) and (max-width: 1200px) {
    body {
        background: center fixed repeat url(./images/background/background.jpg);
    }

    .page-heading-box {
        padding-left: 45%;
        clip-path   : polygon(35% 0, 100% 0, 100% 100%, 42% 100%);
    }

    .sidebar-container {
        font-size: 1.1rem;
    }

    .page-content {
        margin-top   : 25%;
        padding-right: 5%;
    }
}

/* Style for XXL */
@media(min-width: 1200px) and (max-width: 1400px) {
    body {
        background: center fixed repeat url(./images/background/background.jpg);
    }

    .page-heading-box {
        padding-left: 43%;
        clip-path   : polygon(35% 0, 100% 0, 100% 100%, 42% 100%);
    }

    .sidebar-container {
        font-size: 1.1rem;
    }

    .page-content {
        margin-top   : 20%;
        padding-right: 8%;
    }
}

/* Style for XXL */
@media(min-width: 1400px) {
    .background-layer {
        clip-path: polygon(0 0, 55% 0, 80% 90%, 75% 100%, 0% 100%);
    }

    .page-heading-box {
        padding-left: 45%;
        clip-path   : polygon(35% 0, 100% 0, 100% 100%, 40% 100%);
    }

    .page-content {
        /* margin-top: 20%; */
        padding-right: 8%;
        font-size    : 1rem;
    }
}


@media(min-width: 1600px) {

    .background-layer {
        clip-path: polygon(0 0, 55% 0, 80% 90%, 75% 100%, 0% 100%);
    }

    .page-heading-box {
        padding-left: 45%;
        clip-path   : polygon(35% 0, 100% 0, 100% 100%, 40% 100%);
    }

    .page-content {
        padding-right: 10%;
    }
}