#wrapper {
    overflow: hidden;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-container {
    padding-left: 7rem;
    padding-right: 7rem;
}

.main-padding-bottom {
    padding-bottom: 4rem;
}

.main-padding-top {
    padding-top: 6rem;
}

.vertical-align-list {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#mainNav .dropdown-menu.dropdown-menu-normal.shadow {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15) !important;
    border: none;
}

.notification-header {
    padding: 0.8em 1em !important;
    border-bottom: 1px solid #e0dede;
    margin-bottom: 0;
}

.nav-logo {
    font-size: 20px;
}

#mainNav li a {
    font-weight: 400;
    padding: 0.5em 1em !important;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    color: #000000;
    font-family: "Helvetica";
}

.color-red {
    color: red;
}

#mainNav .register-btn {
    background: #f2f2f2;
    border-radius: 40px;
}

#mainNav.apod-home .container-fluid:first-child {
    z-index: 999;
    position: relative;
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: all 0.3s ease; /* Transition effect when sliding down (and up) */
    .col-auto {
        padding-bottom: 0px;
    }
}

#mainNav .container-fluid:nth-child(2) {
    top: 10%; /* Stay on top */
    width: 100%; /* Full width */
    transition: all 0.3s ease; /* Transition effect when sliding down (and up) */
    .col-auto {
        padding-bottom: 0px;
    }
}

.search-bar {
    flex-grow: 1;
    flex-shrink: 1;
    transition: all 1s ease-out;
}

#mainNav.apod-home.navbar-shrink .container-fluid:first-child {
    position: fixed;
    top: -25%;
}

#mainNav.navbar-shrink .container-fluid:nth-child(2) {
    position:fixed;
    top: 0;
    background: #FFF;
    li a {
        color: #000000 !important;
    }
}


#mainNav .second-profile-row {
    position: fixed;
    right: -35%; /* Stay on top */
    transition: right 1s ease; /* Transition effect when sliding down (and up) */
    .col-auto {
        padding: 12px;
    }
}

#mainNav.navbar-shrink .second-profile-row {
    right: 3%;
}

.nav-pills .nav-link {
    transition: all 0.3s;
    border-bottom: solid 3.5px transparent;
}
.categories.dropdown-menu {
    height: 300px !important;
}

.nav-pills .nav-link:hover, .nav-pills .nav-link[aria-expanded="true"] {
    color: #5dbcd2;
    border-bottom: 3.5px solid #5dbcd2;
    border-radius: 0;
}

.category-item img {
    width: 5.5em;
    height: 7.5em;
    object-fit: contain;
}

#mainNav.navbar-shrink .register-btn {
    background: white !important;
    color: #000000 !important;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link.register-btn {
    color: #000000 !important;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: white !important;
}

#mainNav.navbar-shrink .container-fluid:nth-child(2) .navbar-nav .nav-item .nav-link {
    color: #000000 !important;
}

.create-design-float-btn {
    position: fixed;
    right: 70px;
    bottom: 30px;
    z-index: 999;
}

.grey-filter {
    filter: invert(62%) sepia(8%) saturate(209%) hue-rotate(295deg)
        brightness(91%) contrast(86%);
}

@media screen and (max-width: 767px) {
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
        color: #000000 !important;
        font-size: 14px !important;
    }

    .mobile-scroll-vertical {
        overflow-y: scroll;
    }
}

#mainNav.navbar-shrink :not(.container-fluid:nth-child(2)) .navbar-nav .nav-item .nav-link:not(.active):hover {
    color: #000000 !important;
}

#mainNav .navbar-nav .nav-item .nav-link:not(.active):hover,
#mainNav .navbar-nav .nav-item .nav-link.active:hover {
    color: #000000 !important;
}

.navbar {
    min-height: 64px;
    padding: 0.5rem 1rem;
}

.navbar-shrink .nav-bar-more {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg)
        brightness(103%) contrast(103%);
}

/* Nav panel active */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #5dbcd2;
}

.bg-gradient #mainNav li a,
.bg-gradient #mainNav button,
.bg-gradient li a,
.bg-gradient button {
    color: black;
}

.btn-stive {
    background: #ffffff;
    border-radius: 50px;
    line-height: 25px;
    color: #000000;
    padding: 10px 30px;
    min-width: 200px;
}
.color-dark-grey {
    color: #564f4f;
}
.btn-stive-color {
    background: #00c8ce;
    border-radius: 50px;
    line-height: 25px;
    color: white;
}

.btn-medium-light-stive {
    background: #59d9d4;
    color: white;
}

.btn-light-stive {
    background: #56d0d8;
    color: white;
}

.btn-light-stive:hover {
    background: #56d0d8;
    color: white;
    filter: brightness(90%);
}

.btn-stive-color:hover {
    filter: brightness(90%);
}

.btn-extra-light-stive {
    background: #d5f5f4;
    color: #56d0d8;
}

.btn-pointer {
    cursor: pointer;
}

.btn-grey {
    background: #f3f3f4;
    min-width: 0;
    padding: 10px 30px;
}

.btn-round-square {
    border-radius: 20px;
    padding: 20px 20px;
    min-width: unset;
}

.btn-subscription {
    background-color: #1593a4;
    border-color: #1593a4;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 15px;
    border: 0px solid grey;
    border-radius: 40px;
    transition: all 0.9s ease 0s;
}

.template-slide-show .swiper-container {
    min-height: 300px;
}

.normal-slide-show .swiper-container {
    min-height: 310px;
}

.template-slide-show .swiper-slide {
    width: auto !important;
}

.categories-slide-show .swiper-slide {
    width: auto !important;
}

.special-container {
    position: relative;
    min-height: 180px;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.h1,
h1 {
    font-size: 2.125rem;
    color: #000000;
}

.h2,
h2 {
    font-size: 1.875rem;
    color: #000000;
}

.h3,
h3 {
    font-size: 1.5rem;
    color: #000000;
}

p {
    font-family: "Arial Rounded MT";
    font-size: 18px;
}

.color-stive {
    color: #56d0d8;
}

.template-container {
    border-radius: 0.5rem;
}

.overflow-hidden-text-1-line {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.template-artist h6 a {
    font-family: Helvetica;
    font-size: 13.6861px;
    line-height: 16px;
    color: #564f50;
}

.template-artist p a {
    font-family: Arial Rounded MT;
    font-style: normal;
    font-weight: normal;
    font-size: 11.5805px;
    line-height: 13px;
    /* identical to box height */
    color: #3f4243;
}

.template-artist h6 a:hover,
.template-artist p a:hover {
    text-decoration: none;
}

.w-md-100 {
    width: 100%;
    height: auto;
}

.footer-bg {
    background-color: #14171a;
}

.artists-menu img {
    height: auto;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.slick-prev,
.slick-next {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    width: 50px;
    height: 50px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: white;
}

.slick-prev:before {
    color: black;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    font-size: 30px;
}

.slick-next:before {
    color: black;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 30px;
}

.small-stive-badge {
    font-family: Helvetica;
    font-size: 16px;
    line-height: 20px;
    color: #56d0d8;
    border: 1px solid #56d0d8;
    padding: 10px;
    border-radius: 50px;
}

.round-img {
    border-radius: 50% !important;
}

.view-all-link a,
.view-all-link a:hover {
    text-decoration: none;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 16px;
    color: #56d0d8;
}

.dropdown-item-no-active {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item-no-active:hover {
    text-decoration: none !important;
}

.template-preview {
    transform: translate(0, 120%);
}

.template-share {
    transform: translate(0, 240%);
}

.template-flag {
    transform: translate(0, 360%);
}

.template-bookmark {
    transform: translate(0, 480%);
}

.template-fb {
    transform: translate(-126%, 167%);
}
.template-copy {
    transform: translate(-126%, 284%);
}

.profile-subheader .nav-tabs {
    padding: 0;
}

.profile-subheader .nav-tabs .nav-link.active {
    color: #59d9d4 !important;
    border: unset;
    border-bottom: 4px solid #59d9d4 !important;
    border-radius: 0;
}

.stive-nav .nav-link.active img {
    filter: invert(76%) sepia(30%) saturate(4582%) hue-rotate(127deg)
        brightness(96%) contrast(101%);
}

.user-profile-cardbox h3 {
    font-family: Helvetica;
    font-size: 24px;
    line-height: 28px;
    color: #564f4f;
}

.top-right-setting {
    top: 15px;
    right: 80px;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 50%;
}

.top-right-hire-btn {
    position: absolute !important;
    top: 15px;
    right: 80px;
    padding: 10px 20px;
}

.top-right-btn {
    position: absolute !important;
    top: 15px;
    right: 220px;
    padding: 10px 20px;
    letter-spacing: 1px;
    line-height: 15px;
}

.follow-btn {
    background-color: #e6e6e6;
    color: #999999;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 40px;
}

.followed-btn {
    background-color: white;
    color: black;
    font-size: 18px;
    font-weight: bolder;
    border: 1px solid #999999;
    border-radius: 40px;
}

.grey-bg-color {
    background-color: #f9f8f8 !important;
}

.user-profile-cardbox .top-right-setting {
    right: 30px;
}

.top-right-hire {
    cursor: pointer;
    top: 15px;
    right: 70px;
    padding: 8px;
    background: #f2f2f2;
    border-radius: 50%;
}

.top-right-share {
    cursor: pointer;
    top: 15px;
    right: 30px;
    padding: 10px;
    background: #f2f2f2;
    border-radius: 50%;
}

.bold-red {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 19px;
    color: #ed7875;
}

.ic-upload-reminder {
    background: rgba(255, 95, 95, 0.1);
    border: 1px solid #ed7875;
    border-radius: 1rem;

    font-family: Arial Rounded MT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    padding: 22px 30px;
    color: #000000;
}

.image-selector {
    height: 500px;
    overflow-y: scroll;
}

.image-selector li {
    display: inline-block;
}

.image-selector input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.image-selector label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.image-selector label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.image-selector label img {
    height: 250px;
    width: 100%;
    transition-duration: 0.2s;
    object-fit: contain;
    transform-origin: 50% 50%;
}

.image-selector :checked + label {
    border-color: #ddd;
}

.image-selector :checked + label:before {
    content: "✓";
    background-color: grey;
    transform: scale(1);
}

.image-selector :checked + label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

@media (min-width: 1440px) {
    .col-xxl-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 1024px) {
    .h1,
    h1 {
        font-size: 1.8rem;
    }

    .main-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 768px) {
    .w-md-100 {
        width: auto;
        height: 50%;
    }
}

@media (max-width: 767px) {
    .create-design-float-btn {
        position: fixed;
        right: 0;
        bottom: 30px;
        width: 100%;
        z-index: 999;
        text-align: center !important;
    }

    .btn-stive {
        font-size: 0.8rem;
        padding: 8px 10px;
    }

    .btn-round-square {
        font-size: 0.8rem;
        border-radius: 50px;
        padding: 8px 10px;
    }

    .main-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .h1,
    h1 {
        font-size: 2.125rem;
    }

    p {
        font-size: 16px;
    }
    .small-stive-badge {
        font-size: 14px;
    }
}

.download-guideline,
.license-agreement {
    color: #49c8d0 !important;
    text-decoration: underline !important;
    font-family: Arial Rounded MT;
    font-style: normal;
    font-weight: normal;
}

.photo-library .nav-link.dropdown-item.edit-photo,
.photo-library .nav-link.dropdown-item.edit-gif {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    width: max-content;
    cursor: pointer;
    padding: 10px 5px;
}

.photo-library .photo:hover .edit-photo,
.photo-library .photo:hover .edit-gif {
    display: block;
}

#gif .description p {
    font-size: 16px;
    font-family: "Helvetica";
    color: #564f50;
}

.nav-link.dropdown-item.edit-photo:hover,
.nav-link.dropdown-item.edit-gif:hover {
    background-color: transparent !important;
}

.download-guideline:hover .license-agreement:hover {
    cursor: pointer;
}

/* Editor */
.right-side-tools {
    border-left: 1px solid grey;
}

.photo.collection .image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #c6c2c2;
    border-bottom: 0;
}

.photo.collection .description {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #c6c2c2;
    /* border-top: 0; */
    margin-bottom: 20px;
}

.photo.collection .description p {
    color: #564f4f;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 10px;
    overflow-wrap: break-word;
}

.photo.collection .description .created-at {
    font-size: 0.9rem;
    color: rgb(196, 189, 191);
}

/* custom dropdown bootstrap */
.btn-template {
    background-color: #fff;
    border: 1px solid #a6a8ab;
    border-radius: 8px;
    width: 227px;
    text-align: left;
    padding: 0.375rem 0.95rem !important;
    position: relative;
}

.btn-template:hover {
    filter: brightness(100%) !important;
}

.dropdown-template {
    display: block;
    width: 100%;
    padding: 0.25rem 1.1rem;
    clear: both;
    font-family: 'Arial Rounded MT';
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-template:hover {
    color: unset;
    text-decoration: none;
}

.is-selected {
    background: #cceef2;
}

.crown-img{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    overflow: inherit;
    background: white;
    padding: 6px;
    object-fit: fill;
    border-radius: 50%;
    border: 1px solid #59d9d4;
}

.section-1 .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    top: 4px !important;
}

.custom-arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    border-radius: 1px;
    position: absolute;
    right: 12px;
    top: 9px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
