@media (min-width: 300px) {
    .bg-auth {
        background: url("../../assets/img/assets/gallery/bg-auth360.png");
        width: 100%;
        min-height: 100vh;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 576px) {
    .bg-auth {
        background: url("../../assets/img/assets/gallery/bg-auth576.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .bg-auth {
        background: url("../../assets/img/assets/gallery/bg-auth768.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 20px;
    }
    .activate-body.clain {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .bg-auth {
        background: url("../../assets/img/assets/gallery/bg-auth-992.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 40px;
    }
    .activate-body.clain {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .bg-auth {
        background: url("../../assets/img/assets/gallery/bg-auth1200.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 80px;
    }
    .activate-body.clain {
        width: 40%;
    }
}

@media (min-width: 1400px) {
    .bg-auth {
        background: url("../../assets/img/assets/gallery/bg-auth.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 300px) {
    .bg-container {
        border-radius: 35px;
        background: linear-gradient(218deg, rgba(200, 200, 200, 0.60) 0%, #FFF 46%, rgba(153, 153, 153, 0.80) 100%);
        min-height: calc(100vh - 120px);
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        padding: 15px 20px 30px 20px;
    }
}

@media (min-width: 576px) {
    .bg-container {
        padding: 40px 60px;
    }
}

@media (min-width: 768px) {
    .bg-container {
        width: 85%;
        margin: auto;
        padding: 40px 80px;
    }
}

@media (min-width: 992px) {
    .bg-container {
        width: 70%;
        margin: auto;
        min-height: calc(100vh - 140px);
        padding: 40px 100px;
    }
}

@media (min-width: 1200px) {
    .bg-container {
        width: 55%;
        margin: auto;
        min-height: calc(100vh - 200px);
        padding: 40px 100px;
    }
}

@media (min-width: 1400px) {
    .bg-container {
        width: 45%;
        margin: auto;
        min-height: calc(100vh - 180px);
    }
}

@media (min-width: 300px) {
    .logo-auth {
        position: relative;
        height: 130px;
        width: 130px;
        /*background: grey;*/
    }
}

@media (min-width: 576px) {
    .logo-auth {
        height: 190px;
        width: 160px;
    }
}

@media (min-width: 768px) {
    .logo-auth {
        height: 200px;
        width: 210px;
    }
}

@media (min-width: 992px) {
    .logo-auth {
        height: 210px;
        width: 230px;
    }
}

@media (min-width: 300px) {
    .heading-wrap {
        margin: 25px 0px;
    }
}

@media (min-width: 576px) {
    .heading-wrap {
        margin: 20px 0px;
    }
}

@media (min-width: 992px) {
    .heading-wrap {
        margin: 25px 0px;
    }
}

@media (min-width: 300px) {
    .heading-auth {
        color: #333;
        font-family: Lato;
        font-size: 23px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
}

@media (min-width: 576px) {
    .heading-auth {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .heading-auth {
        font-size: 30px;
    }
}

@media (min-width: 300px) {
    .error-wrapper {
        margin-top: 100px;
    }
}

@media (min-width: 768px) {
    .error-wrapper {
        margin-top: 15px;
        padding: 75px;
    }
}

@media (min-width: 992px) {
    .error-wrapper {
        margin-top: 12px;
        padding: 20px 200px;
    }
}

@media (min-width: 1200px) {
    .error-wrapper {
        margin-top: 12px;
        padding: 20px 300px;
    }
}

@media (min-width: 1400px) {
    .error-wrapper {
        margin-top: 12px;
        padding: 20px 400px;
    }
}

@media (min-width: 300px) {
    .subscribe-wrapper {
        border-radius: 0px;
        background: #2D2D2D;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .subscribe-wrapper {
        border-radius: 0px;
        background: #2D2D2D;
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .subscribe-wrapper {
        border-radius: 10px;
        background: #2D2D2D;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .footer-response {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        align-content: start;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .footer-response {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        align-content: center;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .footer-logo-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: start;
        align-content: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .footer-power {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    .newsletter {
        width: 290px;
    }
}

@media (min-width: 1200px) {
    .newsletter {
        width: 370px;
    }
}

@media (min-width: 1400px) {
    .newsletter {
        width: 435px;
    }
}

@media (min-width: 992px) {
    .form-wrapper-sub {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .button-sub {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .btn-sub {
        height: 35px;
        padding: 0px 5px 3px 5px;
    }
}

@media (min-width: 1200px) {
    .btn-sub {
        height: 40px;
        padding: 0px 15px 3px 15px;
    }
}

@media (min-width: 1400px) {
    .btn-sub {
        height: 40px;
        padding: 0px 25px 3px 25px;
    }
}

@media (min-width: 992px) {
    .footer-main {
        /*padding: 20px 15px 0px 15px;*/
        max-width: 1000px;
        max-width: 960px;
        margin-left: auto;
        /*background: lime;*/
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .footer-main {
        /*padding: 20px 0px 0px 0px;*/
        max-width: 1200px;
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .footer-main {
        /*padding: 20px 0px 0px 0px;*/
        max-width: 1200px;
        max-width: 1140px;
        max-width: 1320px;
    }
}

@media (min-width: 300px) {
    .navbar-logo {
        /*background: lime;*/
        position: relative;
        height: 50px;
        width: 59px;
        margin-top: 4px;
        margin-left: 4px;
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-logo {
        display: none;
    }
}

@media (min-width: 768px) {
    .sitemap-wrap {
        padding: 0px 20px;
        /*background: lime;*/
        margin: 0px 0px 20px 0px;
        width: 170px;
    }
}

@media (min-width: 768px) {
    .list-footer {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        align-content: start;
        justify-content: start;
    }
}

@media (min-width: 300px) {
    .navbar-main {
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 100%, rgba(0, 0, 0, 0.00) 100%);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        height: 64px;
        flex-shrink: 0;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
        position: sticky;
        top: 0;
        z-index: 10;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
    }
}

@media (min-width: 300px) {
    .form-wrapper-navbar {
        position: relative;
        border-radius: 15px;
        background: rgba(224, 216, 216, 0.5);
        height: 40px;
        width: 160px;
        margin-left: 10px;
    }
}

@media (min-width: 576px) {
    .form-wrapper-navbar {
        width: 200px;
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .form-wrapper-navbar {
        width: 230px;
        margin-left: 30px;
    }
}

@media (min-width: 992px) {
    .form-wrapper-navbar {
        width: 400px;
        margin-left: 50px;
    }
}

@media (min-width: 1200px) {
    .form-wrapper-navbar {
        width: 420px;
        margin-left: 65px;
    }
}

@media (min-width: 1400px) {
    .form-wrapper-navbar {
        width: 450px;
        margin-left: 70px;
    }
}

@media (min-width: 300px) {
    .navbar-profile {
        /*background: lime;*/
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: start;
        text-decoration: none;
        margin-right: 10px;
        /*height: 50px;*/
        /*width: 86px;*/
        /*position: relative;*/
    }
}

@media (min-width: 992px) {
    .navbar-profile {
        margin-right: 39px;
    }
}

@media (min-width: 300px) {
    .navbar-dropdown {
        /*height: 127px !important;*/
        /*height: 0px;*/
        /*padding-top: 5px;*/
        background: #f9f9f9;
        width: 120px;
        position: absolute;
        top: 64px;
        right: 12px;
        z-index: 100;
        border-radius: 0px 0px 5px 5px;
        overflow: hidden;
        /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
        /*transition: height 0.3s ease-out;*/
    }
}

@media (min-width: 992px) {
    .navbar-dropdown {
        /*height: 120px !important;*/
        right: 30px;
    }
}

@media (min-width: 300px) {
    .form-wrapper-navbar.nav-dash {
        width: 130px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .form-wrapper-navbar.nav-dash {
        width: 350px;
        margin-left: 25px;
    }
}

@media (min-width: 300px) {
    .sidemenu-main {
        /*min-height: calc(25vh - 64px);*/
        min-height: calc(50vh - 64px);
        width: 0px;
        /*width: 200px;*/
        position: absolute;
        left: 0;
        top: 65px;
        z-index: 1;
        overflow: hidden;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 992px) {
    .sidemenu-main {
        /*max-width: 25%;*/
        /*width: 60px;*/
        /*width: 23%;*/
        position: relative;
        left: unset;
        top: unset;
        z-index: unset;
        overflow: hidden;
        background: #FFF;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 300px) {
    .navbar-dashboard {
        height: 64px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 100%, rgba(0, 0, 0, 0.00) 100%);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        position: sticky;
        top: 0px;
        z-index: 10;
    }
}

@media (min-width: 992px) {
    .navbar-dashboard {
        height: 64px;
        /*background: linear-gradient(180deg, rgba(255, 255, 255, .5) 100%, rgba(0, 0, 0, 0.00) 79%);*/
        /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 65.05%, rgba(0, 0, 0, 0.00) 100%);*/
        /*backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);*/
        /*backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);*/
        background: transparent;
        box-shadow: unset;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        position: sticky;
        /*top: 0px;*/
        right: 0px;
        z-index: 10;
        /*width: 75%;*/
        /*opacity: .3;*/
    }
}

@media (min-width: 300px) {
    .bar-trigger {
        /*background: lime;*/
        display: block;
        margin-left: 12px;
    }
}

@media (min-width: 992px) {
    .bar-trigger {
        display: none;
    }
}

@media (min-width: 300px) {
    .close-sidemenu {
        /*background: lime;*/
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        z-index: 1;
        display: block;
    }
}

@media (min-width: 992px) {
    .close-sidemenu {
        display: none;
    }
}

@media (min-width: 300px) {
    .close-sidemenu.side-dash {
        display: none;
        /*background: lime;*/
    }
}

@media (min-width: 992px) {
    .close-sidemenu.side-dash {
        display: block;
    }
}

@media (min-width: 300px) {
    .main-dashboard {
        background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(101deg, #005C9F 0%, #48049F 100%);
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
        min-height: 10em;
        margin: 15px 15px 40px 15px;
        padding: 20px 20px;
    }
}

@media (min-width: 992px) {
    .main-dashboard {
        background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(101deg, #005C9F 0%, #48049F 100%);
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
        min-height: 10em;
        margin: 15px 15px 40px 15px;
        padding: 30px 40px;
    }
}

@media (min-width: 992px) {
    .main-dashboard {
        background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(101deg, #005C9F 0%, #48049F 100%);
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
        min-height: 10em;
        margin: 60px 30px 20px 30px;
    }
}

@media (min-width: 300px) {
    .trigger-sidemenu {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
    }
}

@media (min-width: 300px) {
    .trigger-sidemenu {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
    }
}

@media (min-width: 992px) {
    .trigger-sidemenu {
        background: transparent;
        width: 60px;
        height: 100%;
        display: block;
        position: absolute;
        z-index: 100;
        /*overflow: hidden;*/
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem-accordion {
        color: #AEAEAE;
        font-family: Lato;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
        /*background: lime;*/
        display: flex;
        flex-direction: row;
        padding: 12px 10px 12px 8px;
        margin-bottom: 5px;
        transition: .3s ease-out;
        position: relative;
        align-items: center;
        align-content: center;
        justify-content: start;
    }
}

@media (min-width: 992px) {
    .list-sidemenuitem-accordion {
        /*background: lime;*/
        padding-left: 17px;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem {
        /*background: lime;*/
        display: block;
        text-decoration: none;
        padding: 10px 10px;
        margin-bottom: 5px;
        color: #333;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-content: center;
        justify-content: start;
        transition: .3s ease-out;
    }
}

@media (min-width: 992px) {
    .list-sidemenuitem {
        /*background: lime;*/
        /*margin-left: 10px;*/
    }
}

@media (min-width: 300px) {
    .main-content {
        /*position: relative;*/
        /*margin-top: 64px;*/
        /*min-height: 130vh;*/
        /*background: lime;*/
        /*z-index: 200;*/
        /*display: flex;*/
        /*flex: 1 !important;*/
    }
}

@media (min-width: 576px) {
    .main-content {
        /*min-height: 168vh;*/
    }
}

@media (min-width: 768px) {
    .main-content {
        /*min-height: 185vh;*/
    }
}

@media (min-width: 992px) {
    .main-content {
        position: unset;
        /*margin-top: 64px;*/
        min-height: calc(100vh - 64px);
        /*background: lime;*/
        /*z-index: 200;*/
        display: flex;
        flex-direction: row;
        align-items: start;
        align-content: start;
        justify-content: start;
        min-height: 100vh;
    }
}

@media (min-width: 300px) {
    .dashboard-content {
        /*flex-grow: 1;*/
        /*padding: 20px;*/
        /*height: 128px;*/
        width: 100%;
        /*background-color: red;*/
        /*position: absolute;*/
        /*top: 0px;*/
        /*left: 0px;*/
        /*min-height: 100%;*/
        /*margin-top: -26em;*/
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem i {
        color: #86B6FF;
        margin-right: 10px;
        font-size: 20px;
        /*background: lime;*/
        width: 18px;
    }
}

@media (min-width: 992px) {
    .list-sidemenuitem i {
        margin-right: 17px;
        /*background: lime;*/
        width: 25px;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .dashboard-content {
        /*flex-grow: 1;*/
        /*padding: 20px;*/
        /*height: 202px;*/
        /*width: 85%;*/
        /*background-color: red;*/
        position: unset;
        top: unset;
        left: unset;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem-accordion:hover {
        background: #86B6FF;
        transition: .3s ease-in;
        color: #fff;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem-accordion::after {
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        top: 8px;
        right: 10px;
        color: #333;
        font-size: 14px;
        border-radius: 50%;
        border: 2px solid #333;
        width: 22px;
        height: 22px;
        padding: 2px 0px 0px 5px;
        transition: .3s ease-out;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem:hover {
        background: #86B6FF;
        transition: .3s ease-in;
        color: #fff;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem.active {
        background: #86B6FF;
        color: #fff;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem.active i {
        color: #fff;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem-accordion:hover::after {
        color: #fff;
        border: 2px solid #fff;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem-accordion.active {
        color: #fff;
        background: #86B6FF;
        margin-bottom: 1px;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem-accordion.active::after {
        color: #fff;
        border: 2px solid #fff;
        transform: rotate(90deg);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .list-sidemenuitem-accordion i {
        margin-right: 20px;
    }
}

@media (min-width: 300px) {
    .list-sidemenuitem-accordion i {
        font-size: 18px;
        color: #86B6FF;
        /*margin-right: 10px;*/
        /*background: lime;*/
        width: 26px;
    }
}

@media (min-width: 300px) {
    .link-accordion-item {
        background: #eee;
        display: flex;
        margin-bottom: 0px;
        padding: 11px 10px 11px 30px;
        text-decoration: none;
        color: #555;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-left: 5px solid #86B6FF;
        transition: .3s ease-out;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: start;
    }
}

@media (min-width: 992px) {
    .link-accordion-item {
        padding: 11px 10px 11px 18px;
    }
}

@media (min-width: 300px) {
    .link-accordion-item i {
        transform: rotate(-45deg);
        margin-right: 10px;
        color: #86B6FF;
    }
}

@media (min-width: 992px) {
    .link-accordion-item i {
        margin-right: 30px;
    }
}

@media (min-width: 300px) {
    .icon-sideweb {
        display: none;
    }
}

@media (min-width: 992px) {
    .icon-sideweb {
        position: relative;
        height: 50px;
        width: 50px;
        display: flex;
        margin: 5px 0px 0px 5px;
    }
}

@media (min-width: 300px) {
    .form-wrapper-container {
        position: relative;
        /*background: lime;*/
        height: 70px;
        margin-bottom: 20px;
    }
}

@media (min-width: 300px) {
    .footer-main {
        /*min-height: 442px;*/
        /*flex-shrink: 0;*/
        width: 100%;
        padding: 20px 0px 0px 0px;
        position: relative;
        /*background: yellow;*/
    }
}

@media (min-width: 300px) {
    .main-foooter {
        background: #f5f5f5;
        /*margin-top: 28em;*/
        /*position: fixed;*/
        /*display: block;*/
        /*height: 20em;*/
        /*bottom: 0;*/
        /*width: 100%;*/
        min-height: 10em;
    }
}

@media (min-width: 300px) {
    .title-black30-lato {
        color: #333;
        font-family: Lato;
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .title-black30-lato {
        font-size: 30px;
    }
}

@media (min-width: 300px) {
    .title-black25-lato {
        color: #333;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .title-black25-lato {
        font-size: 25px;
    }
}

@media (min-width: 300px) {
    .profile-container {
        display: flex;
        flex-direction: column-reverse;
        /*align-items: center;*/
        align-content: center;
        justify-content: start;
        width: 100%;
        min-height: 10em;
        /*background: red;*/
        border-bottom: 2px solid #bbb;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .profile-container {
        display: flex;
        flex-direction: row;
        /*align-items: center;*/
        /*align-content: center;*/
        /*justify-content: start;*/
        width: 100%;
        min-height: 10em;
        /*background: red;*/
    }
}

@media (min-width: 300px) {
    .upload-pic {
        color: #AEAEAE;
        text-align: center;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border-radius: 10px;
        border: 1px solid #C4C4C4;
        background: #FFF;
        text-decoration: none;
        padding: 10px 10px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10;
    }
}

@media (min-width: 768px) {
    .upload-pic {
        font-size: 18px;
    }
}

@media (min-width: 300px) {
    .container-profile {
        border-radius: 20px;
        background: #eaebee;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
        height: 35em;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
}

@media (min-width: 576px) {
    .container-profile {
        height: 400px;
    }
}

@media (min-width: 576px) {
    .container-profile {
        height: 54em;
    }
}

@media (min-width: 768px) {
    .container-profile {
        height: 73em;
    }
}

@media (min-width: 992px) {
    .container-profile {
        height: 30em;
    }
}

@media (min-width: 1200px) {
    .container-profile {
        height: 28em;
    }
}

@media (min-width: 300px) {
    .upload-pic i {
        font-size: 16px;
        margin-left: 8px;
    }
}

@media (min-width: 768px) {
    .upload-pic i {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .left-pane {
        width: 70%;
        margin: 10px 130px 10px 10px;
    }
}

@media (min-width: 1200px) {
    .left-pane {
        /*margin: 10px 180px 10px 10px;*/
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .left-pane {
        /*margin: 10px 180px 10px 10px;*/
        width: 100%;
    }
}

@media (min-width: 300px) {
    .right-pane {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .right-pane {
        width: 60%;
        /*margin: 10px 10px 10px 200px;*/
    }
}

@media (min-width: 1200px) {
    .right-pane {
        /*margin: 10px 10px 10px 240px;*/
        width: 55%;
    }
}

@media (min-width: 1400px) {
    .right-pane {
        /*margin: 10px 10px 10px 240px;*/
        width: 48%;
    }
}

@media (min-width: 300px) {
    .btn-form-wrapper button {
        min-width: 100px;
    }
}

@media (min-width: 300px) {
    .btn-form-wrapper {
        margin-top: 5em;
        text-align: right;
    }
}

@media (min-width: 300px) {
    .model-popup {
        background: #fff;
        border-radius: 10px;
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        min-height: 5em;
        padding: 25px 15px 10px 15px;
    }
}

@media (min-width: 992px) {
    .model-popup {
        width: 40%;
        min-height: 5em;
        padding: 25px 25px 0px 25px;
    }
}

@media (min-width: 1200px) {
    .model-popup {
        width: 35%;
    }
}

@media (min-width: 1400px) {
    .model-popup {
        width: 30%;
    }
}

@media (min-width: 300px) {
    .upload-img-container {
        border: 1px solid #333;
        width: 100%;
        height: 15em;
        position: relative;
        margin-bottom: 25px;
        padding: 15px 10px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        background: #e9eaed;
    }
}

@media (min-width: 576px) {
    .upload-img-container {
        height: 18em;
    }
}

@media (min-width: 768px) {
    .upload-img-container {
        height: 27em;
    }
}

@media (min-width: 992px) {
    .upload-img-container {
        height: 13em;
        width: 18em;
    }
}

@media (min-width: 300px) {
    .box-dash {
        border-radius: 10px;
        border: 1px solid #bbb;
        height: 10em;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .box-dash {
        min-width: 48%;
    }
}

@media (min-width: 992px) {
    .box-dash {
        min-width: 22%;
    }
}

@media (min-width: 1200px) {
    .box-dash {
        min-width: 23%;
    }
}

@media (min-width: 1400px) {
    .box-dash {
        min-width: 24%;
    }
}

@media (min-width: 768px) {
    .flex-dash {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        align-content: stretch;
        justify-content: space-between;
    }
}

@media (min-width: 300px) {
    .card-banner {
        /*background: lime;*/
        /*display: flex;*/
        /*flex-direction: row;*/
        /*flex-wrap: nowrap;*/
        /*align-items: center;*/
        /*align-content: center;*/
        /*justify-content: start;*/
        /*overflow: hidden;*/
        /*width: 100%;*/
    }
}

@media (min-width: 300px) {}

@media (min-width: 768px) {}

@media (min-width: 300px) {
    .card-main {
        /*overflow: hidden;*/
        position: relative;
        /*max-width: 129px;*/
        width: 100%;
        height: 370px;
        margin-right: 15px;
        flex-shrink: 0;
        background: #bbb;
        border-radius: 8px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .card-main {
        padding: 0;
        overflow: hidden;
        position: relative;
        max-width: unset;
        /*width: 130px;*/
        height: 400px;
        /*margin-right: 10px;*/
        flex-shrink: 0;
        background: #bbb;
        border-radius: 8px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin-bottom: 5px;
    }
}

@media (min-width: 300px) {
    .title-banner {
        color: #001422;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        /*padding: 0;*/
        /*margin: 0;*/
    }
}

@media (min-width: 992px) {
    .title-banner {
        color: #001422;
        text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 300px) {
    .title-banner-sub {
        color: #001422;
        font-family: Montserrat;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        /*padding: 0;*/
        /*margin: 0;*/
    }
}

@media (min-width: 992px) {
    .title-banner-sub {
        color: #001422;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        /*padding: 0;*/
        /*margin: 0;*/
    }
}

@media (min-width: 300px) {
    .card-name {
        color: #000;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .card-name {
        color: #000;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 768px) {}

@media (min-width: 300px) {
    #icon-navuser {
        display: block;
    }
}

@media (min-width: 992px) {
    #icon-navuser {
        display: none;
    }
}

@media (min-width: 300px) {
    .nav-user {
        height: 60px;
        /*border-radius: 8px;*/
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        position: sticky;
        top: 0;
        z-index: 100;
        /*margin-bottom: 20px;*/
        padding: 2px 10px 0px 35px;
    }
}

@media (min-width: 992px) {
    .nav-user {
        padding: 2px 10px 0px 20px;
    }
}

@media (min-width: 300px) {
    .form-search-nav {
        height: 45px;
        border-radius: 20px 20px 20px 20px;
        background: rgba(236, 236, 236, 0.70);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
        position: relative;
        display: flex;
        width: 9em;
    }
}

@media (min-width: 576px) {
    .form-search-nav {
        width: 20em;
    }
}

@media (min-width: 992px) {
    .form-search-nav {
        width: 25em;
    }
}

@media (min-width: 300px) {
    .navhide {
        position: absolute;
        left: 0px;
        width: 100%;
        min-height: 10em;
        bottom: -10em;
        z-index: 20;
        background: #fff;
    }
}

@media (min-width: 992px) {
    .navhide {
        position: unset;
        left: 0px;
        width: unset;
        min-height: unset;
        bottom: 0px;
        z-index: 0;
    }
}

@media (min-width: 300px) {
    .navhide .list-menu-nav {
        display: unset;
    }
}

@media (min-width: 992px) {
    .navhide .list-menu-nav {
        display: inline-flex;
    }
}

@media (min-width: 300px) {
    .navhide .list-menu-nav li:first-child a {
        border-top: 1px solid #bbb;
    }
}

@media (min-width: 300px) {
    .navhide .list-menu-nav li a:last-child {
        /*border-bottom: 1px solid #bbb;*/
    }
}

@media (min-width: 300px) {
    .navhide .list-menu-nav li a::first-child {
        /*background: #bbb;*/
        margin-bottom: 10px;
        border-bottom: 1px solid #bbb;
    }
}

@media (min-width: 992px) {
    .navhide .list-menu-nav li a {
        background: #fff;
        margin-bottom: 0px;
        /*border-right: 1px solid #bbb;*/
        border-bottom: none;
        border-top: none;
        border: none;
        transition: .3s ease-out;
    }
}

@media (min-width: 992px) {
    .navhide .list-menu-nav li a:hover {
        background: #bbb;
        transition: .3s ease-in;
        border-radius: 10px;
        color: #f2f2f2;
    }
}

@media (min-width: 992px) {
    .navhide .list-menu-nav li a.active {
        transition: .3s ease-in;
        background: #bbb;
        border-radius: 8px;
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navhide .list-menu-nav li:first-child a {
        border: none;
    }
}

@media (min-width: 300px) {
    #hidenav {
        display: none;
    }
}

@media (min-width: 992px) {
    #hidenav {
        display: block;
    }
}

@media (min-width: 300px) {
    .list-menu-nav li a:hover {
        background: #bbb;
        color: #f2f2f2;
    }
}

@media (min-width: 300px) {
    .banner-content h1 {
        font-size: 26px;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 576px) {
    .banner-content h1 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .banner-content h1 {
        font-size: 50px;
        font-weight: 800;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 300px) {
    .main-banner {
        min-height: calc(45vh - 60px);
        background: #bbb;
        position: relative;
    }
}

@media (min-width: 576px) {
    .main-banner {
        min-height: calc(50vh - 60px);
    }
}

@media (min-width: 768px) {
    .main-banner {
        min-height: calc(55vh - 60px);
    }
}

@media (min-width: 992px) {
    .main-banner {
        min-height: calc(100vh - 60px);
    }
}

@media (min-width: 992px) {
    .banner-content h2 {
        font-size: 35px;
    }
}

@media (min-width: 576px) {
    .banner-content h2 {
        font-size: 28px;
    }
}

@media (min-width: 300px) {
    .banner-content h2 {
        color: #fff;
        padding: 0;
        margin: 0;
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .banner-content h2 {
        font-size: 35px;
    }
}

@media (min-width: 300px) {
    .list-menu-nav li a.active {
        background: #bbb;
        color: #f2f2f2;
    }
}

@media (min-width: 300px) {
    .genre-header {
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .genre-header {
        color: #FFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 300px) {
    .title-white24-monserrat {
        color: #FFF;
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}

@media (min-width: 300px) {
    .genre-desc {
        color: #FFF;
        text-align: justify;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    .genre-desc {
        color: #FFF;
        text-align: justify;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

@media (min-width: 300px) {
    .link-white20-monserrat {
        color: #FFF;
        text-align: center;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
        line-height: normal;
    }
}

@media (min-width: 300px) {
    .banner-genre {
        border-radius: 15px;
        background: #001422;
        min-height: 10em;
        padding: 20px;
        margin-top: 20px;
        position: relative;
        /*background-image: url("../../assets/img/assets/gallery/lots-led-lightning.png");*/
        /*background-position: top left;*/
        /*background-repeat: no-repeat;*/
        /*background-size: cover;*/
    }
}

@media (min-width: 768px) {
    .banner-genre {
        padding: 40px;
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .banner-genre {
        padding: 100px 25px 70px 55px;
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    .slider-width {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .space-top {
        margin-top: 40px;
    }
}

@media (min-width: 300px) {
    .carousel-custom2-track {
        display: flex;
        gap: 10px;
        transition: transform 0.5s ease-in-out;
    }
}

@media (min-width: 992px) {
    .carousel-custom2-track {
        display: flex;
        gap: 15px;
        transition: transform 0.5s ease-in-out;
    }
}

@media (min-width: 992px) {
    .banner-genre::after {
        width: 60%;
    }
}

@media (min-width: 300px) {
    .carousel-custom4-button {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        /*background: rgba(0, 0, 0, 0.5);*/
        color: #333;
        border: none;
        cursor: pointer;
        /*padding: 10px;*/
        /*border-radius: 50%;*/
    }
}

@media (min-width: 992px) {
    .carousel-custom4-button {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        /*background: rgba(0, 0, 0, 0.5);*/
        color: #333;
        border: none;
        cursor: pointer;
        /*padding: 10px;*/
        /*border-radius: 50%;*/
    }
}

@media (min-width: 300px) {
    .carousel-custom-button {
        position: absolute;
        top: 47%;
        transform: translateY(-50%);
        /*background: rgba(0, 0, 0, 0.5);*/
        color: white;
        border: none;
        cursor: pointer;
        /*padding: 10px;*/
        z-index: 11;
        border-radius: 50%;
        user-select: none;
        font-size: 18px;
        display: none;
    }
}

@media (min-width: 992px) {
    .carousel-custom-button {
        position: absolute;
        top: 47%;
        transform: translateY(-50%);
        /*background: rgba(0, 0, 0, 0.5);*/
        color: white;
        border: none;
        cursor: pointer;
        /*padding: 10px;*/
        z-index: 11;
        border-radius: 50%;
        user-select: none;
        font-size: 18px;
        display: block;
    }
}

@media (min-width: 300px) {
    .viewmore {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
        width: 65px;
    }
}

@media (min-width: 992px) {
    .viewmore {
        color: #000;
        text-align: center;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: block;
        width: 65px;
    }
}

@media (min-width: 300px) {
    .carousel-custom4 {
        position: relative;
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .carousel-custom4 {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media (min-width: 300px) {
    .list-option li a h1,
    .list-option li a.active h1 {
        position: absolute;
        bottom: 15px;
        left: 25px;
        color: #FFF;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        padding: 0;
        margin: 0;
        transition: .3s ease-out;
        /*background: lime;*/
        height: 35px;
    }
}

@media (min-width: 576px) {
    .list-option li a h1 {
        font-size: 25px;
    }
}

@media (min-width: 300px) {
    .title-black50-lato {
        color: #2E2E2E;
        font-family: Lato;
        font-size: 22px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
}

@media (min-width: 576px) {
    .title-black50-lato {
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .title-black50-lato {
        font-size: 30px;
        /*background: lime;*/
    }
}

@media (min-width: 300px) {
    .title-black20-lato {
        color: #1B1B1B;
        font-family: Lato;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

@media (min-width: 576px) {
    .title-black20-lato {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .title-black20-lato {
        font-size: 20px;
    }
}

@media (min-width: 300px) {
    .profession-content {
        min-height: 10em;
        /*background: lime;*/
        padding: 20px 15px 0px 15px;
    }
}

@media (min-width: 992px) {
    .profession-content {
        padding: 50px 0px 100px 0px;
        display: grid;
        grid-template-columns: 2fr 3fr;
        grid-column-gap: 20px;
    }
}

@media (min-width: 300px) {
    .list-option li a {
        display: block;
        width: 100%;
        height: 15em;
        position: relative;
        border-radius: 20px;
        margin-bottom: 10px;
    }
}

@media (min-width: 576px) {
    .list-option li a {
        height: 18em;
    }
}

@media (min-width: 768px) {
    .list-option li a {
        height: 15em;
    }
}

@media (min-width: 992px) {
    .list-option li a {
        height: 12em;
    }
}

@media (min-width: 1200px) {
    .list-option li a {
        height: 14em;
    }
}

@media (min-width: 1400px) {
    .list-option li a {
        height: 13em;
    }
}

@media (min-width: 300px) {
    .list-option {
        list-style-type: none;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .list-option {
        display: flex;
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .list-option {
        display: flex;
        flex-direction: row;
        gap: 15px;
    }
}

@media (min-width: 768px) {
    .list-option li {
        width: 49%;
    }
}

@media (min-width: 992px) {
    .list-option li {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .list-option li {
        width: 38%;
    }
}

@media (min-width: 1400px) {
    .list-option li {
        width: 39%;
    }
}

@media (min-width: 300px) {
    .carousel-custom2-button,
    .carousel-custom3-button {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        /*background: rgba(0, 0, 0, 0.5);*/
        color: #333;
        border: none;
        cursor: pointer;
        /*padding: 10px;*/
        z-index: 99;
        border-radius: 50%;
        user-select: none;
        font-size: 25px;
        display: block;
    }
    .carousel-custom10-button,
    .carousel-custom11-button,
    .carousel-custom12-button {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        /*background: rgba(0, 0, 0, 0.5);*/
        color: #333;
        border: none;
        cursor: pointer;
        /*padding: 10px;*/
        z-index: 99;
        border-radius: 50%;
        user-select: none;
        font-size: 25px;
        display: block;
    }
}

@media (min-width: 300px) {
    .banner-genre::after {
        /*border-radius: 15px;*/
        /*background: #001422;*/
        /*min-height: 10em;*/
        /*padding: 20px;*/
        /*margin-top: 20px;*/
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        background-image: url("../../assets/img/assets/gallery/lots-led-lightning.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        z-index: 0;
        border-radius: 15px;
        float: left;
    }
}

@media (min-width: 992px) {
    .footer-disclaim {
        border-top: 1px solid #bbb;
    }
}

@media (min-width: 992px) {
    .carousel-custom2-button,
    .carousel-custom3-button {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        /*background: rgba(0, 0, 0, 0.5);*/
        color: #333;
        border: none;
        cursor: pointer;
        /*padding: 10px;*/
        z-index: 11;
        border-radius: 50%;
        user-select: none;
        font-size: 25px;
        display: none;
    }
}