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

:root {
    --whatsapp: #25d366;
    --messenger: #0084ff;
    --facebook: #3b5998;
    --twitter: #1da1f2;
    --instagram: #c13584;
    --youtube: #ff0000;
    --linkedin: #0077b5;
}

::selection {
    background: #09A9E9;
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb {
    background: #939393;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
    background: #6f6f6f;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

body:has(.account-section) {
    background-color: #1b1b1b;
}

body.main-body {
    overflow: hidden !important;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.fancybox-container {
    z-index: 9999999999999999999999999999;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.upper {
    text-transform: uppercase !important;
}

.lower {
    text-transform: lowercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.pointer {
    cursor: pointer !important;
}

a:Hover {
    text-decoration: none;
}

.page-margin-75 {
    margin: 75px 0 !important;
}

.page-margin-50 {
    margin: 50px 0 !important;
}

.page-margin-25 {
    margin: 25px 0 !important;
}

.min-height-500 {
    min-height: 500px !important;
}

.min-height-750 {
    min-height: 750px !important;
}

.pb-375 {
    padding-bottom: 375px !important;
}

.pb-175 {
    padding-bottom: 175px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.socials a {
    transition: 400ms !important
}

.facebook:hover {
    color: var(--facebook) !important
}

.twitter:hover {
    color: var(--twitter) !important
}

.instagram:hover {
    color: var(--instagram) !important
}

.youtube:hover {
    color: var(--youtube) !important
}

.linkedin:hover {
    color: var(--linkedin) !important
}


/************** Header **************/

.desktop-header {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 35px;
}

.header-menu-items {
    display: flex;
}

.header-menu-col {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.heder-logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: left;
}

.header-menu-items li {
    list-style: none;
    margin: 0 45px;
}

.header-menu-items li a {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    height: 30px !important;
    position: relative;
    display: block;
    white-space: nowrap;
}

li.dropbtn.lang-drop {
    list-style: none;
}

ul.dropdown-content.lang-ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

li.dropbtn.lang-drop a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #e93232;
    margin-bottom: 4px;
    border-radius: 13px;
    width: 40px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: 400ms;
}

li.dropbtn.lang-drop a.other-langs:hover {
    color: #ffffff;
    background: #FFB800;
    transition: 400ms;
}

ul.normal-menu.lang-ul {
    padding-left: 20px;
    display: block;
    position: absolute;
    right: 75px;
    top: 0px !important;
    transition: 400ms;
}

a.other-langs {
    display: none !important;
}

.lang-ul:hover {
    top: 30px !important;
    display: block !important;
}

.lang-ul:hover a.other-langs {
    display: block !important;
}

.fixed-bar .desktop-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #00000070;
    padding: 10px 0;
    height: 90px;
    display: block;
    box-shadow: 0px 6px 20px -4px #0000007a;
    z-index: 99999999999;
}

.fixed-bar .desktop-header img {
    height: 75px;
}

.desktop-header {
    transition: 400ms;
}

.user-icon {
    height: 40px;
    width: 40px;
    background-size: cover !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-icon span {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.user-menu ul {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0;
    background: rgb(80 80 80 / 24%);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    overflow: hidden;
    min-width: 160px;
    right: 0;
    transition: 400ms;
}

;

li.user-link:not(:last-child) {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent;
}

.user-menu {
    cursor: pointer;
    position: absolute;
    right: 0;
}

li.user-link a {
    font-size: 14px;
    display: flex;
    align-items: center;
}

li.user-link {
    display: flex;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: left;
    color: #ffffff;
    padding: 7px 15px;
    cursor: pointer;
    user-select: none;
    text-align: end;
    transition: 400ms;
}

li.user-menu .user-icon {
    pointer-events: none;
    background-position: center;
}

.user-links {
    opacity: 0;
    pointer-events: none;
    padding-top: 20px;
    transition: 400ms;
}

.user-menu:hover .user-links {
    opacity: 1;
    pointer-events: all;
    z-index: 99;
}

li.dropbtn.menu-li:not(.user-menu) {
    padding-top: 5px;
}


/**** Header End *****/


/**** Main Section *****/

.main-section {
    background: #1B1B1B;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%
    }

    100% {
        border-radius: 40% 60%
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}


/* .main-section::before, */


/* .logo .blob {
    content: "";
    width: 36vmax;
    height: 36vmax;
    position: absolute;
    left: -60vmin;
    top: -24vmin;
    background: #FFB800;
    animation: morph 15s linear infinite alternate, spin 30s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none
} */

.main-section::after,
.main-section::before {
    content: "";
    width: 36vmax;
    height: 36vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 30s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none
}

.main-section::after {
    background: hwb(43 0% 0%);
}

.main-section::before {
    background: #E93232;
}

.main-section::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    bottom: -10vmin;
    top: auto;
    animation: morph 10s linear infinite alternate, spin 30s linear infinite reverse;
    transform-origin: 55% 55%;
}


/**** Main Section End *****/

.hero--secondary {
    --mask: radial-gradient(circle at var(--x, 70%) var(--y, 50%), black 25%, transparent 0);
    background: linear-gradient(45deg, #40e0d0, #9932cc, #ff1493, orange);
    color: rgb(9, 14, 23);
    -webkit-mask-image: var(--mask);
    mask-image: var(--mask);
}

span.logo {
    font-size: 75px;
    color: #fff;
}

span.logo.hero--secondary {
    color: #000;
    position: absolute;
    left: 15px;
    right: 0;
    /* margin: 0 auto; */
}

.header-menu-items ul {
    margin: 0;
    display: flex;
    min-width: 160px;
    right: 0;
}

.login-box form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login-box {
    z-index: 9;
    display: flex;
    position: relative;
    background: #fff;
    /* height: 350px; */
    width: 400px;
    justify-content: center;
    border-radius: 15px;
    background: rgb(129 129 129 / 24%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    padding: 25px;
}

.login-box input {
    height: 45px;
    padding: 0 10px;
    margin: 15px 0;
    width: 84%;
    background: none;
    border: none;
    color: #fff;
    outline: none !important;
    border-radius: 9px;
    transition: 400ms;
}

.login-box input::placeholder {
    color: #fffffff5;
}

.login-box h3 {
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-box span {
    font-size: 12px;
    color: #cdcdcd;
    margin-bottom: 15px;
}

.login-box button {
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 700;
    color: #e93232;
    text-align: end;
}

a.login-with-btn {
    background: rgb(129 129 129 / 24%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    transition: 400ms;
}

a.login-with-btn img {
    height: 24px;
    filter: brightness(0) invert(1);
    margin-right: 15px;
}

.owl-carousel .owl-item img {
    width: unset;
}

.login-input-box,
.forgot-input-box,
.register-input-box,
a.login-with-btn,
.with-email {
    margin: 5px 0;
}

.login-input-box,
.forgot-input-box,
.register-input-box,
.login-password,
.with-email {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    position: relative;
    padding: 0 10px;
    background: rgb(129 129 129 / 24%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    height: 45px;
}

.with-email img {
    height: 25px;
    filter: invert(1);
}

.login-input-box img,
.forgot-input-box img,
.register-input-box img,
.login-password img {
    height: 20px;
    filter: invert(1);
}

a.back-button img {
    width: 15px;
    height: 15px;
    filter: invert(1);
}

a.back-button {
    width: 30px;
    height: 30px;
    background: #e93232;
    border-radius: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

button.submit-b {
    width: 100%;
    height: 45px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffb800 !important;
    margin-top: 5px !important;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 700;
    transition: 400ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

button.submit-b:hover {
    letter-spacing: 2px;
}

a.forgot-password {
    text-align: end;
    padding: 7px 4px;
    letter-spacing: 0;
    font-size: 13px;
    color: #e93232;
    font-weight: 800;
}

.with-email button {
    position: absolute;
    right: 15px;
    pointer-events: all !important;
}

.with-email button img {
    height: 18px;
    /*display: none; */
    opacity: 0;
    z-index: -99;
    display: block;
    transition-delay: 300ms;
}

.with-email input:focus+button img {
    display: block;
    opacity: 1;
    z-index: 9;
    transition-delay: 0 !important;
}

.or {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    flex-direction: row;
    margin: 10px 0;
    display: none;
}

.or .line {
    background: #8f8f8f;
    width: 40%;
    height: 1px;
}

.or span {
    margin: 0 !important;
    color: #8f8f8f;
}

.with-email.has-focused-input~.login-with-btn,
.with-email:has(input:focus)~.login-with-btn {
    opacity: .5;
    pointer-events: none;
}

footer.home {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

footer.home ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.home ul li a,
.home ul li span {
    margin: 0 10px;
    color: #a5a5a5 !important;
    font-size: 13px;
}

.home ul li:first-child {
    padding-left: 0 !important;
}

.home ul li:first-child * {
    margin: 0 10px 0 0 !important;
}

footer li:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    background: #7a7a7a;
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    border-radius: 100%;
}

footer li {
    position: relative;
    padding-left: 9px;
}

.home ul li a {
    transition: 400ms;
}

.home ul li a:hover {
    color: #ffffff !important;
    transition: 400ms;
}


/*** mode-switch ****/

.mode-switch {
    position: absolute;
    right: -50px;
    top: -50px;
    width: 120px;
    height: 120px;
    z-index: 9;
}

.mode-switch button {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: none;
    border: none;
    position: absolute;
    right: 0;
}


/*** mode-switch ****/

.light .dark-switch {
    display: block;
}

.dark .dark-switch,
body:not(.light) .dark-switch {
    display: none;
}

.light .light-switch {
    display: none;
}

.dark .light-switch {
    display: block;
}

.light .main-section,
.light .account-section {
    background: #dddddd;
}

.light .desktop-header .header-menu-col a {
    color: #000000;
}

.light .main-section::before {
    background: #FFB800;
}

.light .main-section::after {
    background: #E93232;
}

.light .login-box span {
    color: #ffffff;
}

.heder-logo .f-light {
    display: none;
}

.light .f-light,
.dark .f-dark {
    display: block;
}

.light .f-dark,
.dark .f-light {
    display: none;
}


/*** Account-Page ***/

.album-images+footer,
section.account-section+footer {
    position: relative !important;
    background: #1B1B1B;
    height: 5vh !important;
}

/* 21.02.2023 
section.account-section {
    min-height: 95vh !important;
    height: unset !important;
} */

section.account-section .row::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

section.account-section .row::-webkit-scrollbar-thumb {
    background: #939393;
    border-radius: 50px;
}

section.account-section .row::-webkit-scrollbar-thumb:hover,
section.account-section .row::-webkit-scrollbar-thumb:active {
    background: #6f6f6f;
}

.row.packages .package-single-card {
    margin-bottom: 45px;
}

/* .row.packages .package-single-card:nth-child(-n+3) {
    margin-bottom: 45px;
} */

section.account-section .row.packages {
    width: 100%;
    /* height: 66vh; */
    overflow: auto;
    padding-top: 25px;
}

section.account-section .row {
    width: 100%;
}

.account-section {
    background: #1B1B1B;
    width: 100%;
    min-height: calc(100% - 5vh);
    /* height: 100vh;  21.02.2023  */
    position: relative;
    display: flex;
    align-items: start;
    padding-top: 200px;
}

.aside-content h4 {
    background: #FFB800;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

.aside-content {
    background: #393939;
    border-radius: 10px;
    position: sticky;
    top: 25px;
}

.aside-content ul {
    padding: 0 15px;
    list-style: none;
}

.aside-content ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff10;
}

.aside-content ul li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: .7;
    transition: 400ms;
}

.aside-content ul li a.active,
.aside-content ul li a:hover {
    opacity: 1;
    transition: 400ms;
}

.aside-content ul li:last-child {
    border-bottom: none;
    padding-bottom: 25px;
}

span.account-type {
    padding: 5px 10px;
    color: #fff;
    background: #fc3c3c;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
}

.top-left h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 2;
}

.dashboard-item {
    background: #393939;
    margin-bottom: 15px;
    border-radius: 10px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    transition: 400ms;
}

.dashboard-item .icon i {
    font-size: 30px;
    color: #939393;
}

.dashboard-item .icon {
    width: 60px;
    height: 60px;
    /* background: #343434; */
    background: #00000040;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.dashboard-item:hover {
    background: #ffb800;
    transition: 400ms;
}

a.dashboard-item:hover i,
a.dashboard-item:hover span {
    color: #fff !important;
    transition: 400ms;
}

a.dashboard-item i,
a.dashboard-item span {
    transition: 400ms;
}

.dashboard-item .item-content {
    display: flex;
    flex-direction: column;
    margin-left: 15px
}

.item-content span:first-child {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
}

.item-content span:last-child {
    font-size: 14px;
    color: #A0A0A0;
    line-height: 18px;
}

.col-md-3.has-dashboard-item,
.col-md-3:has(.dashboard-item) {
    padding-left: 15px;
    padding-right: 0;
}

.content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.top-right a {
    width: 50px;
    height: 50px;
    background: #FC3C3C;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    transition: width 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21), border-radius 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.top-right a i {
    width: 50px;
    transform: rotate(0deg);
    text-align: center;
    transition: transform 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.top-right a span {
    width: 0;
    opacity: 0;
    text-align: center;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.top-right a:hover {
    width: 250px;
    border-radius: 5px;
    transition: width 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.top-right a:hover span {
    width: 200px;
    opacity: 1;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.top-right a:hover i {
    transform: rotate(-270deg);
    transition: 600ms;
    transition: transform 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.notification-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
    background: #2A2A2A;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.notification-item span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    width: 100%;
}

.notification-item span:nth-child(2) {
    text-align: end;
    width: 20%;
}

.notification-item span:nth-child(1) {
    width: 80%;
}

.notification-item a {
    color: #FC3C3C;
    font-weight: 600;
    letter-spacing: 0;
}

.brace.big {
    margin: 50px 0;
    height: 1px;
    width: 100%;
}

.brace.medium {
    margin: 25px 0;
    height: 1px;
    width: 100%;
}

.brace.small {
    margin: 15px 0;
    height: 1px;
    width: 100%;
}

.notification-more a {
    color: #fc3c3ca8;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    transition: 400ms;
}

.notification-more a:hover {
    color: #fc3c3c;
    transition: 400ms;
}

.notification-more a i {
    margin-left: 5px;
    font-size: 10px;
    transition: 400ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.notification-more a:hover i {
    margin-left: 7px;
    transition: 400ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

/*  21.02.2023 
.content-side .content-main {
    max-height: 57vh;
    height: 100%;
    overflow-y: auto;
} */

.content-side .content-main {
    min-height: 61.8vh;
}

.content-side .content-main::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.content-side .content-main::-webkit-scrollbar-thumb {
    background: #939393;
    border-radius: 50px;
}

.content-side .content-main::-webkit-scrollbar-thumb:hover,
.content-side .content-main::-webkit-scrollbar-thumb:active {
    background: #6f6f6f;
}


/*** Account-Page ***/


/*** Create-Album-Page ***/

section.account-section .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-album-content h3,
.create-album-content h4 {
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}

.create-album-content h4 {
    color: rgb(255 255 255 / 75%) !important;
}

.create-album-content h4 b {
    color: rgb(255 255 255) !important;
}

.update-album-content h3 {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 22px;
}

.form-group {
    display: flex;
}

.create-album-content form,
.update-album-content form {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.create-album-content .form-item {
    margin: 50px 0;
}

.update-album-content .form-item {
    margin: 15px 0;
}

label.tagify-label {
    margin: 10px 0;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 0px;
}

.create-album-content form .album-update-input,
.update-album-content form .album-update-input {
    text-align: start !important;
    height: unset !important;
    min-height: 45px !important;
}

.create-album-content form input[name="album_title"],
.create-album-content form .album-update-input,
.update-album-content form input[name="album_title"],
.update-album-content form .album-update-input {
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff40;
    width: 100%;
    text-align: center;
    height: 45px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF70;
    padding-bottom: 15px;
    outline: none;
    transition: 400ms;
}

.update-album-content form .tagify__input::before {
    color: #FFFFFF70 !important;
}

.update-album-content form input[name="album_title"],
.update-album-content form .album-update-input {
    padding-bottom: 0 !important;
}

.create-album-content form input[name="album_title"]:focus,
.create-album-content form input[name="album_title"]:focus::placeholder,
.create-album-content form .album-update-input:focus,
.create-album-content form .album-update-input:focus::placeholder,
.update-album-content form input[name="album_title"]:focus,
.update-album-content form input[name="album_title"]:focus::placeholder,
.update-album-content form .album-update-input:focus,
.update-album-content form .album-update-input:focus::placeholder {
    color: #FFFFFF !important;
    outline: none;
    transition: 400ms;
}

.create-album-content .item,
.update-album-content .item {
    display: flex;
    align-items: center;
}

.create-album-content .item select,
.update-album-content .item select {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.create-album-content .item label,
.update-album-content .item label {
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF70;
    margin: 0;
    padding: 0;
}

.create-album-content {
    width: 50%;
}

.create-album-content .form-item,
.update-album-content .form-item {
    width: 100%;
}

.create-album-content .form-group,
.update-album-content .form-group {
    justify-content: space-between;
    width: 100%;
    margin: 35px 0 50px 0;
}

.create-album-content button[type="submit"],
.update-album-content button[type="submit"] {
    font-size: 15px;
    line-height: 20px;
    color: #FFB800;
    background: none;
    border: none;
    letter-spacing: 1px;
}

.create-album-content button[type="submit"] i,
.update-album-content button[type="submit"] i {
    margin-left: 10px;
    font-size: 13px;
}


/*** Create-Album-Page ***/


/*** Update-Album-Page ***/

.update-album-content {
    position: relative;
    width: 75%;
}

label.package-radio .package {
    border: 1px solid #545454;
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

label.package-radio {
    transition: 400ms;
}

input.package-radio.checked+label.package-radio .package {
    border-color: #ffb800;
}

label.package-radio .package h4.title {
    font-size: 18px !important;
    color: #fff;
    font-weight: 900;
}

label.package-radio .package * {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

label.package-radio .package .property-item {
    justify-content: space-between;
    width: 100%;
    display: flex;
}

label.package-radio .package .property-item:first-child span {
    font-size: 13px;
}

label.package-radio .package .property-item:not(:first-child) span:first-child {
    color: rgba(255, 255, 255, 0.384);
}

.property-item.border-0 {
    margin-bottom: 5px;
}

.album-update-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
}

.album-update-buttons #delete-album {
    background: #fc3c3c;
    border: none;
    outline: none;
    width: 125px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    letter-spacing: 0px;
    border: 1px solid #fc3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-update-buttons #delete-album:hover {
    background: #fc3c3c00;
    color: rgb(252, 60, 60);
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-update-buttons button[type="submit"] {
    background: #ffb800;
    border: none;
    outline: none;
    width: 125px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    letter-spacing: 0px;
    border: 1px solid #ffb800;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-update-buttons button[type="submit"]:hover {
    background: #ffb80000;
    border: 1px solid #ffb800;
    color: #ffb800;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

input.package-radio[disabled="disabled"]+label.package-radio .package {
    cursor: no-drop;
}

input.package-radio[disabled="disabled"]+label.package-radio .package.clicked {
    animation: wiggle 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 0 !important;
    border-color: red;
}

@keyframes wiggle {

    0%,
    7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-1deg);
    }

    20% {
        transform: rotateZ(1deg);
    }

    25% {
        transform: rotateZ(-1deg);
    }

    30% {
        transform: rotateZ(1deg);
    }

    35% {
        transform: rotateZ(-1deg);
    }

    40%,
    100% {
        transform: rotateZ(0);
    }
}

.row.packages-update {
    margin: 15px 0 0 0;
}

span.tagify__input:before {
    display: none;
}

span.tagify__input {
    padding-left: 0;
}


/* .tagify__tag.tagify--noAnim .tagify__tag__removeBtn {
    display: none;
}

.tagify__tag.tagify--noAnim {
    pointer-events: none !important;
} */

.album-update-section {
    height: unset;
    min-height: 96.1vh;
}

.album-update-section+footer {
    height: unset;
    position: relative;
    background: #1b1b1b;
}

a.cover-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border-radius: 10px;
    z-index: 10;
    display: block;
}

a.prev {
    border: none;
    position: absolute;
    left: 0;
    top: -25px;
    color: #fff !important;
    background: #fc3c3c !important;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.prev:active {
    transform: scale(.95)
}


/*** Update-Album-Page ***/


/*** Packages-Page ***/

.select-package-content {
    width: 100%;
}

.package .text * {
    text-align: center;
    color: #fff;
    width: 100%;
}

.package .text span {
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 15px;
    display: block;
}

.package .text h3.title {
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: #FFFFFF;
}

.select-package-content .property-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
}

.select-package-content .property-item:not(:last-child) {
    border-bottom: 1px solid #4646469e
}

.select-package-content .property-item span:first-child {
    color: #939393;
    font-weight: 400;
    font-size: 14px;
}

.select-package-content .property-item span:last-child {
    color: #fff;
}

.select-package-content .package-single-price {
    /* .select-package-content .property-item:last-child span:last-child { */
    background: #2e841e;
    padding: 5px 15px;
    border-radius: 5px 5px 5px 0;
    position: absolute;
    top: -15px;
    left: -10px;
    z-index: 99;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.select-package-content .package-single-price:after {
    /* .select-package-content .property-item:last-child span:last-child:after { */
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -6px;
    transform: rotate(45deg);
    z-index: -99999;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2e841e;
}

.select-package-content .package {
    /* height: 365px; */
    background: #2B2B2B;
    border-radius: 10px;
    padding: 20px;
    /* padding-top: 50px; */
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.select-package-content .package .icon {
    width: 100px;
    height: 100px;
    background: #2A2A2A;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: calc(50% - 50px);
    top: -50px;
    z-index: 9;
}

.select-package-content .package a {
    background: #2A2A2A;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    width: 180px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    bottom: -20px;
    left: calc(50% - 90px);
    z-index: 9;
}

.select-package-content .package a i {
    margin-left: 10px
}

.select-package-content .properties {
    padding: 0 15px;
}

.select-package-content h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.select-package-content .package:after,
.select-package-content .package a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #ffb80000;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 600ms;
}

.select-package-content .package:hover:after {
    border: 2px solid #ffb800;
    transition: 600ms;
}

.select-package-content .package a:hover {
    background: #ffb800;
    box-shadow: 0px 0px 20px #ffb80040;
    color: #000000;
    transition: 600ms;
}


/*** Packages-Page ***/


/*** payment-Page ***/

.select-package-content .package:hover {
    box-shadow: 0px 0px 20px #ffb80040;
    transition: 600ms;
}

section.account-section.payment-section+footer {
    position: relative;
    background: #1B1B1B;
}

section.account-section.payment-section {
    height: unset;
    padding-bottom: 100px;
}

.ucd-cerceve {
    background: white !important;
}

section.account-section.payment-section .create-album-content {
    padding: 0 !important;
}


/*** payment-Page ***/


/*** Albums-Page ***/

.album-items .album-item {
    display: flex;
    width: 100%;
    height: 150px;
    background: #393939;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 15px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-items .album-item:hover {
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.album-items .album-item .icon-col {
    flex: 0 0 13.5%;
    max-width: 13.5%;
}

.album-items .album-item .icon {
    width: 100px !important;
    height: 100px;
    background: #FC3C3C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
}

.album-items .album-button a {
    width: 100%;
    height: 40px;
    background: #2B2B2B;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-items .album-button a:hover {
    background: #fc3c3c;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.album-items .album-button a i {
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-items .album-button a:hover i {
    transform: rotate(65deg);
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-items .album-properties h4 a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.album-items .album-properties .properties .property-item {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    margin-right: 15px
}


/*** Albums-Page ***/


/*** Covered-album-Page ***/

.covered-album-items .album-item {
    height: 350px;
    width: 100%;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.covered-album-items .album-button a {
    position: absolute;
    width: 260px;
    height: 40px;
    bottom: -20px;
    left: calc(50% - 130px);
    background: #2B2B2B;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    z-index: 9;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.covered-album-items .album-button a:hover {
    background: #fc3c3c;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.covered-album-items .album-button a i {
    margin-right: 10px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.covered-album-items .album-button a:hover i {
    transform: rotate(65deg);
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.covered-album-items .album-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.covered-album-items .album-title a:hover {
    color: #ffb800;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-history-items .album-title {
    height: 195px !important;
}

span.tag {
    background: rgb(193 193 193 / 50%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 5px;
    font-weight: 400;
    font-size: 11.5px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 4px 8px;
    margin-right: 10px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    line-height: 30px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.tagify__tag>div::before {
    box-shadow: 0 0 0 var(--tag-inset-shadow-size) #FFB800 inset !important;
}

tag.tagify__tag {
    /* padding: 5px 10px !important; */
    background: #fc3c3c !important;
    border-radius: 5px !important;
}

.tagify__tag>div>* {
    color: #000000;
    font-size: 14px !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

.tagify__tag>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tagify__tag__removeBtn:hover+div::before {
    box-shadow: 0 0 0 var(--tag-inset-shadow-size) #fc3c3c inset !important;
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
    --tag-bg-inset: unset !important;
    --tag-bg: unset !important;
}

.tagify__tag__removeBtn:hover+div>span {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 300 !important;
}

.tagify__tag__removeBtn:hover {
    background: red !important;
}


/* .tagify__tag__removeBtn:hover+div::before {
    box-shadow: unset !important;
    transition: box-shadow .2s;
} */


/* .content-main.covered-album-items .album-item:hover tag {
    background: rgb(0 0 0 / 51%);
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
} */

.content-main.covered-album-items .album-item:hover {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%) !; */
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.covered-album-items .album-item:before {
    content: "";
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(3600deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    transition: 600ms;
}

.covered-album-items .album-item:hover:before {
    opacity: 1;
    transition: 600ms;
}

.covered-album-items .album-item {
    padding: 25px 35px;
    position: relative;
}

.covered-album-items .album-title {
    height: 225px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}

.covered-album-items .album-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #ffb70000;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.covered-album-items .album-item:hover:after {
    border: 2px solid #ffb800;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.content-main.covered-album-items .row {
    margin-left: 0;
    /* justify-content: space-between; */
    column-gap: 15px;
}

.content-main.covered-album-items .col-md-4 {
    padding: 0;
    flex: 0 0 32.117%;
    max-width: 32.117%;
    margin-bottom: 50px;
}


/*** Covered-album-Page ***/


/*** About-Page ***/

section.about-top {
    background: url(../images/top-bg.png);
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 200px;
}

section.about-top h6 {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
}

section.about-top h1 {
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 40px 0px;
}

section.about-top span {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.78);
}

section.about-top .buttons {
    display: flex;
    height: 150px;
    align-items: center;
}

section.about-top .buttons a {
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFB800;
    margin-right: 15px;
    letter-spacing: 1px;
    transition: 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

section.about-top .buttons a:hover {
    letter-spacing: 3px;
    transition: 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

section.about-top .buttons a:last-child {
    background: #FFB800;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

section.about-top .scroll {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

section.about-top .scroll span {
    margin-left: 15px;
    font-weight: 300;
    font-size: 18px !important;
    letter-spacing: 0.225em;
    color: #fff !important;
}

.about-top .col-md-8 img {
    transform: translate(150px, -175px);
}

section.about-boxes {
    margin: 75px 0;
}

section.about-boxes .container {
    padding: 0 100px;
}

section.about-boxes .item {
    width: 100%;
    height: 165px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

section.about-boxes .item .icon i {
    width: 77px;
    height: 77px;
    background: #FFB800;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-size: 28px;
}

.about-boxes h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
}

.about-boxes p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    letter-spacing: 0;
}

.about-boxes .icon {
    padding: 0 15px;
}

.about-boxes .content {
    padding-right: 10px;
}

section.about-blobs a {
    height: 60px;
    width: 255px;
    border: 1px solid #FFB800;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 17px;
    color: #FFB800;
    letter-spacing: 0;
    transition: 400ms;
}

section.about-blobs a:hover {
    background: #FFB800;
    color: #FFFFFF;
    letter-spacing: 2;
    transition: 400ms;
}

section.about-blobs a i {
    margin-right: 15px;
}

section.about-blobs h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 56px;
    color: #000000;
    letter-spacing: 0;
}

section.about-blobs p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    letter-spacing: 0;
    margin: 35px 0 50px 0;
}

section.about-blobs .row {
    height: 760px;
    align-items: center;
}

section.about-blobs .row:nth-child(odd) {
    justify-content: flex-end;
}

section.about-blobs .row:nth-child(even) {
    justify-content: flex-start;
}

section.about-blobs .row:nth-child(odd) .blob {
    order: 0;
    transform: translate(-200px, 0px);
}

section.about-blobs .row:nth-child(even) .blob {
    order: 2;
    transform: translate(200px, 0px);
}

section.about-blobs .blob {
    /* border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; */
    width: 70vmin;
    height: 70vmin;
    background: #FFD361;
    background-image: linear-gradient(101.48deg, #FFB800 16.4%, #FFD361 84.31%);
    box-shadow: -10vmin 10vmin 0 rgba(255, 255, 255, 0.07);
    animation: morph 20s linear infinite alternate;
}

section.about-blobs .blob:after {
    content: "";
    /* border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%; */
    width: 60vmin;
    height: 60vmin;
    /* background: #FFD361; */
    background-image: url(../images/blob-bg-1.webp);
    animation: morph-in 20s linear infinite alternate;
    background-position: center;
    display: block;
    /* transform: translate(200px, 0px); */
}

section.about-blobs .row:nth-child(3) .blob:after {
    background-image: url(../images/blob-bg-3.webp) !important;
}

section.about-blobs .row:nth-child(4) .blob:after {
    background-image: url(../images/blob-bg-4.webp) !important;
}

.about-blobs .row:nth-child(odd) .blob:after {
    transform: translate(100px, 0px);
}

.about-blobs .row:nth-child(even) .blob:after {
    transform: translate(-100px, 0px);
}

.about-blobs .row:nth-child(2) .blob:after {
    background-image: url(../images/blob-bg-2.webp) !important;
    transform: translate(-100px, 0px);
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }

    100% {
        border-radius: 40% 60%;
    }
}

@keyframes morph-in {
    0% {
        border-radius: 70% 30%;
    }

    50% {
        border-radius: 40% 60%;
    }

    100% {
        border-radius: 70% 30%;
    }
}


/*** About-Page ***/


/*** Pricing-Page ***/

.pricing-top {
    background: url(../images/top-bg1.png);
    height: 550px;
    background-size: contain;
    background-repeat: no-repeat;
}

ul#pills-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: red;
    border-radius: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative;
    margin: 50px 0 150px 0 !important;
}

ul#pills-tab button {
    border: none;
    width: 135px;
    height: 43px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 9;
}

button.active {
    background: #FFB80000 !important;
    color: #fff;
}

button:not(.active) {
    background: #ffb70000;
    color: #000;
}

ul#pills-tab:after {
    content: "";
    background: #FFB800 !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    height: 42px;
    border-radius: 30px;
    z-index: 0;
    top: calc(50% - 21px);
    left: 10px;
    transition: 400ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

ul#pills-tab.has-active-button:after,
ul#pills-tab:has(li:nth-child(2) button.active):after {
    left: 50%;
    transition: 400ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

section.pricing .items .item {
    width: 387px;
    height: unset;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin: 60px 20px 75px 0;
    position: relative;
    padding: 50px;
}

section.pricing .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.pricing .items .item i {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background: #FFB800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    position: absolute;
    left: calc(50% - 65px);
    top: -65px;
}

section.pricing {
    text-align: center;
    margin-top: -250px;
}

section.pricing .pricing-top-text {
    max-width: 515px;
}

section.pricing .pricing-top-text h1 {
    font-weight: 500;
    font-size: 45px;
    color: #ffffff;
    letter-spacing: 0;
}

section.pricing .pricing-top-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0;
}

section.pricing .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.pricing .item-text h3 {
    font-weight: 500;
    font-size: 25px;
    color: #000000;
    letter-spacing: 0;
}

section.pricing .item-text {
    padding-top: 40px;
}

section.pricing .item-text p {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #8A8A8A;
    letter-spacing: 0;
}

section.pricing .item-properties .property {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

section.pricing .item-properties .property:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
}

section.pricing .item-properties .property span:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #797979;
}

section.pricing .item-properties .property span:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #484848;
}

section.pricing .item-button a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 90px);
    bottom: -30px;
    transition: 400ms
}

section.pricing .item-button a:hover {
    color: #ffffff;
    background: #ffb800;
    transition: 400ms
}

section.comments {
    text-align: center;
    margin-top: 250px;
    margin-bottom: 100px;
    padding-top: 200px;
    height: 736px;
    background: url(../images/comment-bg.svg);
    background-repeat: no-repeat;
}

.comments-top-text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 75px;
}

section.comments .comments-top-text p {
    max-width: 515px;
}

section.comments .comments-top-text h1 {
    font-weight: 500;
    font-size: 45px;
    color: #000000;
    letter-spacing: 0;
}

section.comments .comments-top-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #6A6A6A;
    letter-spacing: 0;
}

.comments-slider .box {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFB800;
    border-radius: 20px;
    padding: 60px 50px 40px 50px;
    position: relative;
}

.comments-slider .box .icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #FFB800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}

.comments-slider .item.slider-item {
    padding-top: 40px;
}

.comments-slider .box-person {
    position: absolute;
    left: 30px;
    top: -40px;
    display: flex;
}

.comments-slider .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #464646;
    text-align: start;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}

.comments-slider span.person {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000000;
    letter-spacing: 0;
    margin-left: 15px;
    margin-top: 5px;
}

.comments-slider .owl-dots {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.comments-slider .owl-dots button span {
    display: block;
    margin: 15px 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #D9D9D9;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.comments-slider .owl-dots button.active span {
    width: 35px;
    background: #FFB800;
    border-radius: 5px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}


/*** Pricing-Page ***/


/*** Contact-Page ***/

section.contact-page .contact {
    width: 100%;
    margin-top: 25px;
}

section.contact-page .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.contact-page {
    text-align: center;
    margin-top: -350px;
}

.contact-page-top-text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

section.contact-page .contact-page-top-text {
    max-width: 515px;
}

section.contact-page .contact-page-top-text h1 {
    font-weight: 500;
    font-size: 45px;
    color: #ffffff;
    letter-spacing: 0;
}

section.contact-page .contact-page-top-text p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0;
}

section.pricing .dealer-form .input-item,
section.contact-page .input-item {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: start;
    padding: 15px;
    background: #fff0;
    background: rgb(255 255 255 / 24%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    /* color: #fff; */
}

section.pricing .dealer-form .input-item label,
section.contact-page .input-item label {
    position: relative;
    z-index: 9;
    pointer-events: none;
    font-weight: 700;
    transition: 400ms;
}

section.pricing .dealer-form .input-item input,
section.contact-page .input-item input {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    border: 0 !important;
    outline: none !important;
    padding-left: 15px;
    font-weight: 600;
    letter-spacing: 0;
    background: none;
}

section.pricing .dealer-form .input-item.has-textarea,
section.pricing .dealer-form .input-item:has(textarea),
section.contact-page .input-item.has-textarea,
section.contact-page .input-item:has(textarea) {
    height: 150px;
}

section.pricing .dealer-form .input-item textarea,
section.contact-page .input-item textarea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    border: 0 !important;
    outline: none !important;
    padding-left: 15px;
}

section.pricing .dealer-form .input-item.has-filled-input label,
section.pricing .dealer-form .input-item.has-filled-textarea label,
section.pricing .dealer-form .input-item.has-focused-input label,
section.pricing .dealer-form .input-item.has-focused-textarea label,
section.pricing .dealer-form .input-item:has(input.filled) label,
section.pricing .dealer-form .input-item:has(textarea.filled) label,
section.pricing .dealer-form .input-item:has(input:focus) label,
section.pricing .dealer-form .input-item:has(textarea:focus) label,
section.contact-page .input-item.has-filled-input label,
section.contact-page .input-item.has-filled-textarea label,
section.contact-page .input-item.has-focused-input label,
section.contact-page .input-item.has-focused-textarea label,
section.contact-page .input-item:has(input.filled) label,
section.contact-page .input-item:has(textarea.filled) label,
section.contact-page .input-item:has(input:focus) label,
section.contact-page .input-item:has(textarea:focus) label {
    font-size: 12px;
    font-weight: 500;
    color: #6a6a6a;
    letter-spacing: 0;
    transform: translate(0px, -15px) !important;
    transition: 400ms;
}

section.pricing .dealer-form,
section.contact-page .contact-form {
    padding: 15px;
    background: #fff0;
    background: rgb(255 255 255 / 24%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
}

section.contact-page .contact-items .item a {
    font-size: 35px;
    font-weight: 600;
    color: white;
}

.form-button button {
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: 400ms;
    width: 100%;
    height: 40px;
    background: #fc3c3c;
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21)
}

.form-button button:hover {
    box-shadow: 0 4px 30px rgb(0 0 0 / 30%);
    transform: scale(1.005);
    letter-spacing: 2px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21)
}


/*** Contact-Page ***/


/*** ads-footer ***/

.ads-footer {
    background: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.ads-footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 233px;
}

.ads-footer .footer-logo img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    object-position: left;
}

.ads-footer .footer-buttons img {
    height: 65px;
}

.ads-footer .footer-buttons a {
    margin-left: 15px;
}

.ads-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    padding-top: 25px;
}

.ads-footer .footer-right {
    display: flex;
    align-items: center;
}

.ads-footer .footer-links a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    letter-spacing: 0;
    margin-right: 15px;
    position: relative;
    transition: 400ms;
}

.ads-footer a:hover {
    color: #ffffff !important;
    transition: 400ms;
}

.ads-footer span.copyright {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #000000;
    margin-right: 25px;
}

.ads-footer .footer-right .socials a {
    font-size: 20px;
    color: #000000;
    margin-left: 15px;
}


/*** ads-footer ***/


/*** profile-settings ***/

.profile-settings .input-item {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: start;
    padding: 15px;
    background: #fff0;
    background: rgb(80 80 80 / 24%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    /* color: #fff; */
}

.profile-settings .input-item label {
    position: relative;
    z-index: 9;
    pointer-events: none;
    transition: 400ms;
}

img.user-settings-avatar {
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
    filter: brightness(0.7);
    cursor: no-drop;
}

.profile-settings .input-item input:-webkit-autofill,
.profile-settings .input-item input:-webkit-autofill:hover,
.profile-settings .input-item input:-webkit-autofill:focus,
.profile-settings .input-item input {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    border: 0 !important;
    outline: none !important;
    padding-left: 15px;
    font-weight: 600;
    letter-spacing: 0;
    background: none;
    color: #fff;
    -webkit-box-shadow: none;
}

.profile-settings .input-item:has(input:read-only),
.profile-settings .input-item.has-read-only {
    opacity: 0.4;
    background: black;
    pointer-events: none;
}

.profile-settings .input-item.has-read-only *,
.profile-settings .input-item:has(input:read-only) * {
    cursor: no-drop !important;
    pointer-events: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
    -webkit-text-fill-color: #ffb800;
    background: none !important;
}

.profile-settings .input-item.has-textarea,
.profile-settings .input-item:has(textarea) {
    height: 150px;
}

.input-item.has-password-input,
.input-item:has(input[type="password"]) {
    margin: 0 !important;
}

.profile-settings .input-item textarea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    border: 0 !important;
    outline: none !important;
    padding-left: 15px;
}

.profile-settings .input-item label {
    color: #ffffff70;
    transition: 400ms;
}

.profile-settings .input-item.has-filled-input label,
.profile-settings .input-item.has-filled-textarea label,
.profile-settings .input-item.has-focused-input label,
.profile-settings .input-item.has-focused-textarea label,
.profile-settings .input-item:has(input.filled) label,
.profile-settings .input-item:has(textarea.filled) label,
.profile-settings .input-item:has(input:focus) label,
.profile-settings .input-item:has(textarea:focus) label {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff70;
    letter-spacing: 0;
    transform: translate(0px, -15px) !important;
    transition: 400ms;
}

.input-item:after {
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ffb80000;
    left: 0;
    top: 0;
    border-radius: 10px;
    pointer-events: none;
    transition: 400ms;
}

.input-item.has-focused-input:after,
.input-item:has(input:focus):after {
    border: 1px solid #ffb800;
    transition: 400ms;
}

.profile-settings .line {
    background: #282828;
}

.profile-settings button,
.profile-settings a {
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition: 400ms;
    width: 100%;
    height: 40px;
    background: #fc3c3c;
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    border: 1px solid #fc3c3c;
    transition: 600ms
}

.profile-settings button:disabled,
.profile-settings button:hover,
.profile-settings a:hover {
    box-shadow: 0 4px 30px rgb(0 0 0 / 30%);
    background: #fc3c3c00;
    color: #fc3c3c;
    border: 1px solid #fc3c3c;
    transition: 600ms
}

.profile-settings a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 35px;
    font-size: 14px;
}

.filepond.avatar-upload {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.avatar-input-item .filepond--drop-label {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #ffffffd0 !important;
    letter-spacing: 0 !important;
    cursor: pointer !important;
}

.avatar-input-item .filepond--label-action {
    -webkit-text-decoration-color: #babdc0;
    text-decoration-color: #babdc0;
    cursor: pointer !important;
}

.avatar-input-item .filepond--panel-root {
    background-size: cover !important;
    background-position: center !important;
    background: rgb(80 80 80 / 24%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    cursor: pointer !important;
    transition: 400ms;
}

.avatar-input-item *:not(.filepond--panel-root) {
    background: none !important;
}

.avatar-input-item .filepond--root {
    width: 100%;
    margin: 0 auto;
    cursor: pointer !important;
}

.avatar-input-item .filepond--image-preview-overlay-success {
    mix-blend-mode: normal;
    color: rgb(255 184 0) !important;
}


/*** profile-settings ***/


/*** album ***/

section.album {
    width: 100%;
    height: 100vh;
    padding-bottom: 10vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(360deg, #1B1B1B 15.02%, rgba(27, 27, 27, 0.53) 60.78%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/default-1.jpg), #D9D9D9;
}

section.album .album-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

section.album .album-top .buttons {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.album .album-top .buttons .album-button {
    /* width: 182px;
    height: 41px; */
    padding: 8px 20px;
    background: #2A2A2A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 5px 7.5px;
    cursor: pointer;
    color: #ffffff;
}

section.album .album-top .buttons .album-button i {
    margin-right: 15px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}


/* section.album .album-top .buttons a:hover i {
    transform: rotate(90deg);
}

section.album .album-top .buttons a.private-access-button:hover i {
    transform: scale(1.2);
} */

section.album .album-top .buttons a#download-all:hover i {
    transform: unset !important;
}

section.album .album-title {
    margin: 25px 0;
}

section.album .album-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 56px;
    text-align: center;
}

section.album .users {
    display: flex;
    align-items: center;
    margin: 0 25px;
}

section.album .user-icons {
    display: flex;
}

section.album .user-icons .icon,
.users-count ul li .icon,
.image-tools .icon {
    width: 40px;
    height: 40px;
    background: #595959;
    background-size: cover !important;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    transition: 400ms;
    cursor: pointer;
}

section.album .user-icons .icon span,
.image-tools .icon span {
    opacity: 0;
    transition: 400ms;
}

section.album .user-icons .icon:hover span,
.image-tools .icon:hover span {
    opacity: 1;
    transition: 400ms;
}

section.album .album-spesifictions .download button {
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

section.album .album-spesifictions {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 8;
}


/*
section.album .album-spesifictions .download {
    margin-right: 30px;
} */

section.album .day-remaining b {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

section.album .user-icons .icon:nth-child(1) {
    background: #2A2A2A;
    background: linear-gradient(360deg, #00000055 0%, #00000055 100%), url(../images/as.jpg);
}

section.album .user-icons .icon:nth-child(2) {
    background: #353535;
    background: linear-gradient(360deg, #00000055 0%, #00000055 100%), url(../images/sb.jpg), #353535;
    transform: translateX(-15px)
}

section.album .user-icons .icon:nth-child(3) {
    background: #484848;
    background: linear-gradient(360deg, #00000055 0%, #00000055 100%), url(../images/ga.jpg), #484848;
    transform: translateX(-30px)
}

section.album .user-icons .icon:nth-child(4) {
    background: #595959;
    background: linear-gradient(360deg, #00000055 0%, #00000055 100%), url(../images/ys.jpg), #595959;
    transform: translateX(-45px)
}

section.album .user-icons .icon:nth-child(5) {
    background: #353535;
    /* background: linear-gradient(360deg, #00000055 0%, #00000055 100%), url(../images/ys.jpg), #595959; */
    transform: translateX(-60px)
}

section.album .user-icons .icon:nth-child(5) span {
    opacity: 1;
}

section.album .user-icons:hover .icon {
    transform: translateX(-45px);
    transition: 400ms;
}

section.album .users-count {
    transform: translateX(-30px);
}

.users-count ul {
    list-style: none;
    padding: 0;
    background: rgb(80 80 80 / 24%);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    overflow: hidden;
    transition: 400ms;
}

.users-count ul li {
    display: flex;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #ffffff;
    padding: 5px 15px 5px 5px;
    cursor: pointer;
    user-select: none;
    text-align: end;
    transition: 400ms;
}

.users-count ul li:not(:last-child) {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

.users-count ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.users-count ul li .icon {
    margin-right: 15px;
}

.users-count ul li .hidden-user {
    white-space: nowrap;
}

.users-count .hidden-users {
    opacity: 0;
    pointer-events: none;
    padding-top: 20px;
    position: absolute;
    right: 0;
    transition: 400ms;
}

.users-count:hover .hidden-users {
    opacity: 1;
    pointer-events: all;
}

section.album-images {
    background: #1B1B1B;
}

.album-image-uploads * {
    cursor: pointer !important;
}

.album-image-uploads .filepond--drop-label.filepond--drop-label label {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-image-uploads:hover .filepond--drop-label.filepond--drop-label label {
    letter-spacing: 2px;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-image-uploads .filepond--item {
    width: calc((100% / 7) - 0.5em);
}

.album-image-uploads .filepond--file-action-button.filepond--file-action-button {
    background: #f44336;
    color: #fff;
}

.album-image-uploads .filepond--image-preview-overlay-success {
    mix-blend-mode: normal;
    color: #28a745 !important;
}

.album-image-uploads .filepond--panel-center.filepond--panel-root,
.album-image-uploads .filepond--panel-bottom.filepond--panel-root,
.album-image-uploads .filepond--panel-top.filepond--panel-root {
    background: none !important;
}

.filepond--list-scroller {
    max-height: 165px;
    height: 100%;
    /* overflow-y: auto !important; */
}

div#image-upload-input {
    max-height: 250px;
    /* overflow: hidden; */
    margin-bottom: 0;
}

.album-image-uploads {
    display: block;
    position: relative;
    transform: translateY(-275px) scaleY(0);
    background: #00000040;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    cursor: pointer !important;
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
    transform-origin: top;
    transform: translateY(-33vh) scaleY(1);
    /* transform: translateY(-275px) scaleY(1); */
}

.album-image-uploads label {
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
    opacity: 1;
}

.album-image-uploads.active label {
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
    opacity: 1;
}

.album-image-uploads.active {
    transform: translateY(-275px) scaleY(1);
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-cards {
    transform: translateY(-350px);
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
}

.album-image-uploads+.album-cards {
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
    transform: translateY(-30vh);
    /* transform: translateY(-250px); */
}


/* .album-image-uploads.active+.album-cards {
    transition: 600ms cubic-bezier(0.54, 0.68, 0.43, 1.21);
    transform: translateY(-250px);
} */

.album-image {
    margin-bottom: 20px;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transform: translate3d(0, 0, 0);
    width: 100%;
}

.album-image video,
.album-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* opacity: 0.3;
    height: 200px !important;
    object-fit: cover; */
}

.album-image video.loaded,
.album-image img.loaded {
    opacity: 1;
}

.album-cards {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    transform: translateY(-250px);
}

.image-tools {
    position: absolute;
    right: 5px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: #fff;
    opacity: 0;
    padding: 5px;
    pointer-events: none;
    background: rgb(80 80 80 / 40%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    transition: 400ms;
}

.album-image:hover .image-tools {
    z-index: 99;
    opacity: 1;
    pointer-events: all;
}

.image-tools button {
    border: none;
}

.image-tools .tool-item {
    margin: 0 5px;
    color: #fff;
}

.image-tools .fas.fa-shield-alt {
    margin: 0 5px 0 0px;
}

.image-tools .icon {
    width: 25px;
    height: 25px;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    background-color: #0000004d;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
}

.tool-item.menu {
    margin: 0 15px;
    display: flex;
    align-items: center;
    padding: 2px;
    cursor: pointer;
}

.menu-items ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    transition: 400ms;
}

.menu-items ul li {
    display: flex;
    width: 100%;
    height: 33px;
    align-items: center;
    justify-content: left;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
    text-align: end;
    margin-top: 1px;
    border-radius: 24px;
    padding: 5px;
    background: #2a2a2a75;
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    transition: 400ms;
}

.menu-items ul li:hover {
    background: rgba(0, 0, 0, 0.5) !important;
}

.menu-items ul li a {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 5px;
}

.menu-items ul li a i {
    margin: 0 5px;
}

.menu-items {
    opacity: 0;
    pointer-events: none;
    padding-top: 25px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    transition: 400ms;
}

.tool-item.menu:hover .menu-items {
    opacity: 1;
    padding-top: 35px;
    pointer-events: all;
}

.album-image a[data-fancybox="gallery"] {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 13px;
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: 400ms;
    width: 27px;
    height: 27px;
    border: none;
    border-radius: 100%;
    background: rgb(0 0 0 / 40%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 25%);
    backdrop-filter: blur(9.7px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-image:hover a[data-fancybox="gallery"] {
    opacity: 1;
    pointer-events: all;
    z-index: 9;
    transition: 400ms;
}

.album-image a[data-fancybox="gallery"] i {
    z-index: 99;
    display: block;
    position: relative;
}


/* .select {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid #ffff;
    border-radius: 100%;
    background: rgb(140 140 140 / 40%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    z-index: 9;
} */

.select {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    z-index: 9;
}

.album-images.has-selected-image .album-image:not(.selected) img,
.album-images:has(.selected) .album-image:not(.selected) img {
    filter: brightness(.5) grayscale(.8);
}


/* .album-image.selected .select {
    border-radius: 50px;
    background: rgb(58 58 58 / 40%);
    width: unset;
    height: 25px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-color: #ffffff00 !important;
    opacity: 1;
    pointer-events: all;
} */

.album-image.selected .select span {
    border-radius: 50px;
    background: rgb(58 58 58 / 60%);
    width: unset;
    height: 25px;
    position: absolute;
    padding: 3px 10px;
    left: 5px;
    top: 5px;
    /* display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; */
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-color: #ffffff00 !important;
    opacity: 1;
    pointer-events: all;
}

.album-image.selected:not([confirmed]) .select:After {
    content: "onaylanmamış";
    display: flex;
    align-items: center;
    padding: 3px 10px;
    position: absolute;
    background: rgb(255 0 0 / 60%);
    border: none;
    width: unset;
    height: 25px;
    left: 5px;
    top: 35px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    z-index: 9;
}

.album-image.selected .select,
.album-image:hover .select {
    opacity: 1;
    pointer-events: all;
}


/*** album ***/


/*** no-authorization-screen ***/

section.no-authorization {
    width: 100%;
    height: 100vh;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    position: absolute;
    z-index: 999999;
    background: rgba(53, 53, 53, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

section.no-authorization .box {
    width: 754px;
    height: 618px;
    left: 583px;
    top: 477px;
    background: #1b1b1bb3;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 164px;
    text-align: center;
}

section.no-authorization i.fas.fa-exclamation-circle {
    font-size: 85px;
    line-height: 98px;
    text-align: center;
    color: #979797;
}

section.no-authorization .box h2 {
    margin: 50px 0 35px 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
}

section.no-authorization .authorization-buttons {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.no-authorization .authorization-buttons a {
    height: 40px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 0 15px;
    padding: 5px 25px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #1B1B1B;
}

section.no-authorization .authorization-buttons a i {
    margin-right: 10px;
}


/*** no-authorization-screen ***/

.liked button.tool-item.like i {
    animation-name: example;
    animation-duration: 1s;
}

button.tool-item.like i {
    transition: 400ms;
}

button.tool-item.like:hover i {
    color: #FFB800;
}

.liked button.tool-item.like i {
    color: #FFB800;
}

.liked .like:hover i {
    transform: scaleY(-1) translate(0, -3px);
}

@keyframes example {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-20deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/**** image-report *****/

.report {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    display: flex;
    background: #fff;
    justify-content: center;
    border-radius: 10px;
    background: rgb(129 129 129 / 24%);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    padding: 15px;
    z-index: 99;
}

.report .input-item {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: start;
    padding: 15px;
    background: rgb(80 80 80 / 24%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    background: #fff0;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(9.7px);
    /* color: #fff; */
}

.report .input-item label {
    position: relative;
    z-index: 9;
    pointer-events: none;
    color: #fff;
    font-weight: 600;
    transition: 400ms;
}

.report .input-item input {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    border: 0 !important;
    outline: none !important;
    padding-left: 15px;
    font-weight: 600;
    letter-spacing: 0;
    background: none;
}

.report .input-item.has-textarea,
.report .input-item:has(textarea) {
    height: calc(100% - 45px) !important;
}

.report form {
    width: 100%;
}

.report .input-item textarea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 20px);
    border: 0 !important;
    outline: none !important;
    padding-left: 15px;
    /* top: 20px; */
    font-size: 15px;
    color: #fff;
    background: none !important;
}

.report .input-item.has-filled-input label,
.report .input-item.has-filled-textarea label,
.report .input-item.has-focused-input label,
.report .input-item.has-focused-textarea label,
.report .input-item:has(input.filled) label,
.report .input-item:has(textarea.filled) label,
.report .input-item:has(input:focus) label,
.report .input-item:has(textarea:focus) label {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    height: 20px;
    transform: translate(0px, -15px) !important;
    transition: 400ms;
}

.report button[type="submit"] {
    background: #fc3c3c;
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

button.close-report {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    border: none;
    background: red;
    border-radius: 100%;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/**** image-report-end *****/


/**** operation-bar *****/

section.operations-bar {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    transition: 400ms
}

body.has-selected section.operations-bar,
body:has(.selected) section.operations-bar {
    opacity: 1;
    pointer-events: all;
    transition: 400ms
}

.bar-bg {
    height: 100px;
    background: #2A2A2A;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.operation-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.operation-buttons a {
    position: relative;
    padding: 10px 25px;
    margin-right: 15px;
    background: #1B1B1B;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    transition: 400ms;
}

.operation-buttons a:hover,
.operation-buttons a.active {
    background: #fc3c3c;
}

.operation-buttons a i {
    margin-right: 10px;
}


/**** operation-bar-end *****/

.profile-settings button:disabled {
    font-size: 14px;
    font-weight: 500;
}


/* .album-image:not([confirmed]) .select {
    background: #ff00007a;
    border: none;
} */

form#album_image_upload {
    max-height: 285px;
    overflow: auto;
}

.dropzone .dz-preview .dz-image {
    border-radius: 10px;
}

.album-image[type="video"] {
    display: flex;
}

.album-image[type="video"] .select {
    height: calc(100% - 75px);
    left: 0;
    top: 0;
}

span.selected-counter-badge {
    position: absolute;
    min-width: 15px;
    height: 15px;
    background: #fc3c3c;
    border-radius: 15px;
    right: -5px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 0 4px;
    line-height: 1;
}

section.album .album-spesifictions>div {
    padding: 0 10px;
    position: relative;
}

section.album .album-spesifictions>div:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 1px;
    background: #ffffff61;
}

input.package-radio {
    position: absolute;
    opacity: 0;
}


/** Custom swal ***/

.swal2-popup {
    background: rgb(0 0 0 / 48%) !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
    backdrop-filter: blur(9.7px) !important;
    -webkit-backdrop-filter: blur(9.7px) !important;
}

h2.swal2-title {
    color: #fff !important;
}

button.swal2-confirm.swal2-styled {
    background: #fc3c3c !important;
}


/** Custom swal ***/


/** Theme Modal ***/

#phoneModal .modal-content,
#privateNumbers .modal-content {
    background: rgb(0 0 0 / 48%) !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
    backdrop-filter: blur(9.7px) !important;
    -webkit-backdrop-filter: blur(9.7px) !important;
}

#privateNumbers button[type="submit"],
#phoneModal button[type="submit"] {
    background: #fc3c3c !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    width: calc(25% - 10px);
    border-radius: 5px;
    padding: 0;
}

#privateNumbers input,
#phoneModal input[name="phone"],
.swal2-content input {
    background: rgb(129 129 129 / 24%);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    height: 40px;
    border: none !important;
    width: calc(75% - 10px);
    padding-left: 10px;
    outline: none !important;
    caret-color: #fff
}

.swal2-content input {
    width: 100% !important;
}

#phoneModal input[name="phone"]::placeholder,
.phone_update_form input[name="phone"],
.swal2-content input {
    color: #fff;
}

#privateNumbers .modal-title,
#phoneModal .modal-title {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

#privateNumbers form,
#phoneModal form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px
}

#privateNumbers button[type="cancel"] {
    position: absolute;
    right: -1px;
    top: -1px;
    background: #fc3c3c;
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 0 10px;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    padding-left: 1px;
    border: none;
}

form.add_private_number input.phone-input,
form.add_private_number input.phone-input::placeholder {
    color: #fff;
}

.modal-body small {
    color: #fff;
}


/** Theme Modal ***/


/** Share box ***/

.share i {
    cursor: pointer;
}

.share .share-content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    z-index: -9;
    padding-top: 15px;
    /* left: 0; */
    transition: 400ms;
    transform: translate(0px, 165px);
}

.share:hover .share-content {
    opacity: 1;
    z-index: 9;
    pointer-events: all !important;
}

div#social-links ul {
    padding: 10px 0;
    list-style: none;
    display: flex;
    margin: 0;
}

div#social-links ul li:not(:last-child) {
    margin-right: 15px;
}

div#social-links ul li {
    font-size: 24px;
}

div#social-links ul li a span {
    transition: 400ms;
}

div#social-links ul li a:hover span {
    color: #fff !important;
    transition: 400ms;
}

div#social-links ul li span.fab.fa-facebook-square {
    color: #1877f2;
}

div#social-links ul li span.fab.fa-twitter {
    color: #1da1f2;
}

div#social-links ul li span.fab.fa-whatsapp {
    color: #25d366;
}

div#social-links ul li span.fab.fa-linkedin {
    color: #0077b5;
}

div#social-links ul li span.fab.fa-telegram {
    color: #0088cc;
}

div#social-links ul li span.fab.fa-reddit {
    color: #ff4500;
}

.link-box {
    display: flex;
    align-items: center;
    letter-spacing: 0;
}

span#album-link {
    width: 200px;
    height: 30px;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;
    border: 1px solid #FFB80059;
    padding-left: 7px;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    border-right: 0;
    font-size: 12px;
}

span#album-link::-webkit-scrollbar {
    display: none;
}

.share-box {
    background: rgb(8 8 8 / 59%);
    border-radius: 9px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9.7px);
    -webkit-backdrop-filter: blur(9.7px);
    padding: 15px;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share-link {
    margin-bottom: 15px;
}

.link-box button {
    height: 30px;
    width: 30px;
    overflow: auto;
    border: 1px solid #FFB80059;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background: #ffb80059;
    transition: 400ms;
}

.link-box button i {
    margin: 0 !important;
}

.link-box button:hover {
    background: #ffb80087;
    transition: 400ms;
}

#album-link+button i.fa-check {
    display: none !important;
}

#album-link.copied+button i.fa-check {
    display: block !important;
}

#album-link.copied+button i.fa-link {
    display: none !important;
}

#album-link.copied+button {
    background-color: #28a745;
    border-color: #28a745;
}


/** Share box ***/


/** SMS code box ***/

input#swal_phone {
    width: 75% !important;
    height: 50px !important;
}

.sms-code {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0.75em 0;
}

.sms-code input {
    width: 50px !important;
    height: 50px !important;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px !important;
    font-weight: 500;
    padding: 0 !important;
    background: rgb(163 163 163 / 24%);
}

.sms-code input:focus {
    background: rgb(163 163 163 / 40%);
}

.swal2-content {
    padding: 0 !important;
}

.swal2-html-container .modal-title {
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
}

.swal2-container .swal2-actions {
    margin: 0 !important
}

.swal2-container input::-webkit-outer-spin-button,
.swal2-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.swal2-container input[type=number] {
    -moz-appearance: textfield;
}


/** SMS code box ***/

.uploading-progress {
    width: 100%;
    height: 15px;
    background: rgb(80 80 80 / 24%);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    position: relative;
    display: flex;
    /* overflow: hidden; */
}

span.completed {
    position: relative;
    left: 0;
    height: 100%;
    background: #28a745;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 2000ms;
}

.completed b {
    left: 0;
    background: #28a745;
}

span.failed b,
span.completed b {
    position: absolute;
    transform: translate(2px, 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 17px;
    min-width: 17px;
    width: unset;
    padding: 0px 4px;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #1b1b1b;
}

span.failed {
    position: relative;
    left: 0;
    height: 100%;
    background: #dc3545;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 2000ms;
}

.failed b {
    right: 0;
    background: #dc3545;
}

.filepond--root .filepond--drop-label {
    min-height: 4.75em;
    height: 4.75em !important;
    /* overflow: hidden !important; */
    position: relative;
}

span.all {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 15px;
}

filepond--list {
    overflow: auto !important;
}


/************************************ pie-chart

.progress-pie-chart {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1b1b1b;
    position: relative;
    margin: 50px auto 0;
    position: fixed;
    right: 0;
    bottom: 0;
}

.progress-pie-chart.gt-50 {
    background-color: #FFB800;
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    clip: rect(0, 100px, 100px, 50px);
}

.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    clip: rect(0, 50px, 100px, 0);
    background: #FFB800;
    transform: rotate(0deg);
    transition: 2000ms;
}

.gt-50 .ppc-progress {
    clip: rect(0, 50px, 100px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 100px, 100px, 50px);
    background: #1b1b1b;
    transition: 2000ms;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 86.9565217392px / 2);
    top: calc(50% - 86.9565217392px / 2);
    width: 86.9565217392px;
    height: 86.9565217392px;
    background: #1b1b1b;
    text-align: center;
    display: table;
}

.ppc-percents span {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFB800;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}


**************************************/

.image-lazy {
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, to right, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite linear;
    /*min-height: 100px;*/
    border-radius: 10px;
}

.image-lazy.media-loaded {
    background: rgba(130, 130, 130, 0.2) !important;
    animation: none !important;
}

@keyframes wave-lines {
    0% {
        background-position: -800px 0;
    }

    100% {
        background-position: 800px 0;
    }
}

.image-lazy.has-loaded,
.image-lazy:has(.loaded) {
    background: none !important;
    background-size: unset !important;
    animation: none !important;
    min-height: unset !important;
}

.dropzone.loading::after {
    width: 25px;
    height: 25px;

}

.dropzone.loading::after,
.bar-bg a.loading::after,
a#download-all.loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid #ffffffa8;
    border-top-color: transparent;
    animation: loading 2s linear infinite;
}

.dropzone.loading::after,
.bar-bg a.loading::after {
    position: unset;
}

.dropzone.loading,
.bar-bg a.loading.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.dropzone.loading span,
.bar-bg a.loading i,
.bar-bg a.loading span {
    display: none;
}

.dropzone.loading span,
a#download-all.loading i,
a#download-all.loading span {
    opacity: 0;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

:root {
    counter-reset: masonry;
}

.masonry {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 0;
}

.masonry-item {
    border-radius: 5px;
}

.masonry-item {
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.masonry-item,
.masonry-item img {
    position: relative;
}

.masonry-item:after {
    font-weight: bold;
    background-color: rgba(0, 0, 0, .5);
    content: counter(masonry);
    counter-increment: masonry;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .1s ease-in;
}

.masonry-item:hover:after {
    font-size: 30px;
    background-color: rgba(0, 0, 0, .75);
}

.customer-item span.title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-left: 15px;
}

.customer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    background: #2B2B2B;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.customer-item img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 10px;
}

.customer-buttons a {
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    margin-right: 10px;
    background: #393939;
    transition: 400ms;
}

.customer-buttons span {
    margin-left: 8px;
}

.customer-buttons a:first-child:hover {
    background: #ffb800;
}

.customer-buttons a:last-child:hover {
    background: #fc3c3c;
}

a.add-new-customer {
    padding: 9px 10px;
    background: #ffb80000;
    border: 1px solid #ffb800ab;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 200px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    transition: 400ms;
}

a.add-new-customer i {
    margin-right: 10px;
    font-size: 13px;
}

a.add-new-customer:hover {
    background: #ffb800;
    transition: 400ms
}

a.alert.saklio-alert {
    width: 100%;
    height: 50px;
    background: #fc3c3c00;
    border: 1px solid #fc3c3ca1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    transition: 400ms;
}

a.alert.saklio-alert:hover {
    background: #fc3c3c !important;
    border: 1px solid #fc3c3c;
    color: #ffffff;
    transition: 400ms;
}

a.alert.saklio-alert i {
    margin-right: 10px;
    font-size: 14px;
}


a.album-item.new-album-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262626;
    font-size: 15px;
    flex-direction: column;
    color: #fff;
    font-weight: 500;
}

a.album-item.new-album-btn i {
    margin-bottom: 15px;
    font-size: 25px;
}

section.account-section.page-section .page-title {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
}

section.account-section.page-section .page-title {
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    text-align: center;
    margin-bottom: 25px
}

section.account-section.page-section .page-content {
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
}

section.account-section.page-section img {
    border-radius: 15px;
}

.notification-item .title b {
    font-weight: 900;
}

.user-name {
    display: flex;
    align-items: end;
}

.user-name h6 {
    line-height: 50px;
    color: #ffffff73 !important;
    margin-left: 15px;
}

.album-item .user-icon {
    position: absolute;
    right: 35px;
    top: 25px;
    height: 35px;
    width: 35px;
    z-index: 99;
}

.album-item .user-icon span {
    font-size: 12px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 10px !important;
}

.dropzone .dz-preview.dz-image-preview {
    background: unset !important;
}

.dropzone {
    min-height: 75px !important;
    border: none !important;
    background: unset !important;
    padding: 0 !important;
    /* border-radius: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dz-default.dz-message span {
    color: #fff;
    font-size: 14px !important;
}

.dropzone .dz-preview {
    margin: 10px !important;
}

.form-groups .col-md-12,
.form-groups,
.form-groups .col-md-6 {
    padding-right: 0 !important;
}

jdiv.wrap__wu8MJ._orientationRight__jxJpa._show__ZcUNm.__jivoMobileButton {
    z-index: 9;
}

div#fancybox-2 {
    z-index: 99999999999;
}

.album-history-bottom a.clear-history {
    color: #FC3C3C;
    font-weight: 600;
    letter-spacing: 0;
}

a.remove-single-history {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--red);
    z-index: 99999;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    font-size: 16px;
    /* opacity: 0; */
    /* pointer-events: none; */
    /* transition: 400ms; */
}

/* .album-item:hover a.remove-single-history {
    opacity: 1;
    pointer-events: all;
    transition: 400ms;
} */

.album-image a[data-fancybox="gallery"] i.fa-play {
    margin-left: 2px;
    font-size: 10px;
}

a#qrDownload svg {
    max-width: 225px;
    max-height: 225px;
}