.site-header {
    margin: 0;
}

.full-height-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 125px);
}

.full-height-wrapper .center-block-info {
    width: 100%;
    margin-bottom: 150px;
    height: -webkit-fill-available;
}

.card-create-new {
    box-shadow: 0 6px 12px 0 #02191C40;
    background: linear-gradient(0deg, #02191C, #02191C),
    linear-gradient(180deg, rgba(140, 255, 117, 0) 0%, rgba(140, 255, 117, 0) 100%);
    position: absolute;
    bottom: 20px;
    right: 24px;
    left: 24px;
}

.create-new-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--text-white);
    padding-left: 16px;
}

/*========================= BUTTONS =========================*/

.sm-btn {
    height: 40px;
    border-radius: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sm-btn.sm-btn-green,
.sm-btn.sm-btn-green:active {
    background: linear-gradient(270deg, #DFFF51 0%, #8BFF75 100%);
    box-shadow: 0 1px 2px 0 var(--shadow-color);
}
.sm-btn.sm-btn-green:disabled {
    opacity: 0.4;
    background: linear-gradient(270deg, var(--color-green2) 0%, var(--color-green1) 100%);
}

.sm-btn > .icon-after {
    margin-left: 4px;
}

.sm-btn > .icon-before {
    margin-right: 8px;
}

.sm-btn.sm-btn-black,
.sm-btn.sm-btn-black:active {
    background: var(--text-dark);
    color: var(--color-green1);
}
.sm-btn.sm-btn-black:disabled {
    opacity: 0.4;
}

/*========================= BUTTONS END =========================*/

/*========================= USER SUBSCRIPTION BLOCK =========================*/

.profiling-feature-title-header {
    display: flex;
    margin-bottom: 24px;
}

.profiling-feature-title-wrapper {
    display: block;
    margin-bottom: 24px;
}

.profiling-feature-title-wrapper .profiling-feature-title-header {
    margin-bottom: 16px;
    align-items: flex-end;
}

.profiling-feature-title-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    opacity: 0.6;
}

.profiling-feature-title-icon {
    margin-right: 8px;
}

.profiling-feature-title-icon-sm {
    margin-right: 6px;
    margin-bottom: 2px;
}

.back-icon {
    margin-right: 16px;
}

/*========================= USER SUBSCRIPTION BLOCK END =========================*/


/*========================= CENTER BLOCK =========================*/

.center-block-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.site-content-title-center-block {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: var(--text-dark);
}

.center-block-image {
    margin: 40px 0 24px;
}

.center-block-description {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #02191C99;
    margin: 8px 0 16px;
}

/*========================= CENTER BLOCK END=========================*/

/*========================= MOBILE NAVBAR  =========================*/

.mobile-navbar {
    position: initial;
}

.mobile-navbar  .navbar-toggler {
    border: none;
}

.mobile-navbar  .navbar-toggler:focus {
    /*display: none;*/
    border: none;
    box-shadow: none;
}

.mobile-navbar  .navbar-toggler .toggler-icon {
    display: none;
}

.mobile-navbar  .navbar-toggler.collapsed .toggler-icon{
    display: inline-block;
}

.mobile-navbar  .navbar-toggler .close-icon {
    display: inline-block;
}

.mobile-navbar  .navbar-toggler.collapsed .close-icon{
    display: none;
}

.mobile-navbar .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
}

.mobile-navbar .nav-link {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;
}

.mobile-navbar .navbar-collapse {
    width: 100vw;
    position: absolute;
    right: 0;
    left: 0;
    top: 72px;
    bottom: 0;
    background: white;
    z-index: 2;
    padding-top: 56px;
}

.navbar-nav {
    transform: translateY(0px) translateX(0px);
    transition: height 0.5s, transform 400ms;
    height: calc(100vh - 128px);
}
/*========================= MOBILE NAVBAR END =========================*/
