@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css");
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}



:root {
    --main-color: #ce31b5;
}
body {
    margin: 0;
    background: #dadada;
}
a {
    color: #f0ad4e;
    font-weight: 600;
}
a:hover, a:focus {
    color: #e68136 !important;
}




.sidebar .header {
    background: unset;
}

.header {
    background: linear-gradient(360deg, #dadada, rgb(130 77 243 / 65%)) , url(https://cdn.discordapp.com/attachments/915826332263407646/955890446406676540/unknown.png) no-repeat center;
    background-size: cover;
    margin: 0;
}
.topbar {
    background: rgb(0,0,0,0.2);
    padding: 15px 0;
    backdrop-filter: blur(2px);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.topbar .container {
    display: flex;
}
.topbar .profile {
    margin-left: auto;
    display: flex;
    position: relative;
}
.topbar .profile:after {
    content: "";
    background: url(https://cdn.discordapp.com/attachments/915826332263407646/956975016287826010/image-removebg-preview.png);
    background-size: cover !important;
    background-position: center !important;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 100;
    transform: rotate(-6deg) scaleX(-1);
}
.topbar .profile h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: auto 10px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}
.topbar .profile img {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    margin: auto 0;
}
.topbar .socials span {
    font-size: 26px;
    color: #fff;
    margin: auto 5px;
}
.socials {
    display: flex;
    gap: 10px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}
.header-content {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 80px;
}
.header-content .logo {
    width: unset;
    margin: 0 25px;
}
.header-content .logo img {
    height: 250px;
    transition: 0.2s;
}
.header-content .side {
    margin: auto 0;
    display: flex;
    transition: 0.2s;
}
.header-content .side .mdi {
    color: #fff;
    font-size: 46px;
    margin: auto 0;
}
.header-content .side .info {
    margin: auto 0;
}
.header-content .side .info .big {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;    
}
.header-content .side .info .small {
    color: #777;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;    
}
.header-content .discord-status .info {
    text-align: right;
    margin-right: 10px;
}
.header-content .mc-status .info {
    text-align: left;
    margin-left: 10px;
}
.header-content .discord-status:hover {
    transform: translateX(-5px);   
}
.header-content .mc-status:hover {
    transform: translateX(5px);    
}
.header-content .logo img:hover {
    transform: scale(0.9);
    filter: grayscale(0.4);
}
.body-content {
    margin-top: -45px;
}
.module-profile {
    background: var(--main-color);
    border-radius: 8px;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.module-profile .profile {
    display: flex;
    padding: 10px 15px;
    border-bottom: 2px solid rgb(255,255,255,0.1);
    position: relative;
    user-select: none;
}
.module-profile .profile img {
    width: 42px;
    border-radius: 8px;
}
.module-profile .profile .info {
    margin: auto 0 auto 15px;
}
.module-profile .profile .info .big {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.module-profile .profile .info .small {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    opacity: 0.8;
}
.module-profile h3 {
    font-size: 14px;
    font-weight: bold;
    color: rgb(0,0,0,0.4);
    display: block;
    text-align: center;
    margin: 15px 0;
}
.navbar-nav,.navbar-nav > li {
    float: unset;
    text-align: center;
}
.navbar-collapse {
    margin: 0;
    padding: 0;
}
.navbar-default {
    background: unset;
    border: 0;
}
.navbar-nav > li {
    background: rgb(0,0,0,0.05);
    border-radius: 16px;
    margin-bottom: 10px;
    transition: 0.2s;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
}
.navbar-nav > li.active,.navbar-nav > li:hover {
    background: rgb(0,0,0,0.1);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    text-decoration: unset;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: var(--main-color);
    background: unset;
}
.navbar-nav > li.open {
    background: #fff;
}
.seek-welcome {
    background: #fff;
    border-radius: 8px;
    display: flow-root;
    margin-bottom: 15px;
}
.seek-welcome h1 {
    text-align: center;
    margin: 32px 0;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #696969;
}
.seek-welcome h1:after {
    content: "";
    width: 60px;
    height: 2px;
    position: absolute;
    background: #cccccc;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.navbar-nav > li > .dropdown-menu {
    position: relative;
    float: unset;
    background: unset;
    border: 0;
    background: #efefef;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.navbar-nav > .dropdown-menu > li > a {
    display: block;
    padding: 6px 0px;
    font-weight: bold;
    color: #676767;
    white-space: nowrap;
    font-size: 14px;
}
.payments-module {
    display: flex;
}
.payments-module .mdi {
    font-size: 24px;
    color: #585858;
}
.module .payments {
    margin: auto 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex: 1;
}
.module .payments img {
    width: 24px;
    border-radius: 4px;
}
.module .seekdonator .avatar {
    width: 70px;
    height: 120px;
    overflow: hidden;
    margin-top: -10px;
    margin-left: 10px
}
.module .seekdonator .avatar img {
    width: 70px;
    max-width: 70px!important;
}
.panel-body.seekdonator {
    padding: 0;   
} 
.module .seekdonator {
    display: flex;
}
.module .seekdonator .info {
    float: unset;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    flex: 1; 
}
.module .seekdonator .info .ign {
    margin: 0;
    color: #373737;
    font-weight: bold;
    font-size: 15px;
}
.module .seekdonator .info .amount {
    font-size: 10px;
    color: #000000;
}
.module .donation-goal {
    display: flex;
    flex-direction: column;
}
.module .donation-goal .image {
    margin: auto 0;
}
.module .donation-goal .goal-details {
    margin-left: 20px;
}
.module .donation-goal .goal-desc,.module .donation-goal .goal-achieved  {
    text-align: left;
}
.module .donation-goal .goal-achieved {
    font-weight: bold;
    color: #969696;
    font-size: 11px;
}
.welcome-widgets {
    display: flex;
    margin: 0px 20px;
}
.welcome-widgets .panel {
    display: none;
}
.welcome-widgets .module--topdonator,.welcome-widgets .module--goal {
    display: block;
    flex: 1;
    margin: 10px 5px;
    background: #eaeaea;
}
@media (max-width: 992px){
    .welcome-widgets {
        flex-direction: column;
    }
}
.panel {
    border-radius: 12px;
}
.sidebar .module--topdonator,.sidebar .module--goal {
    display: none;
}
.basket-dropdown {
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    width: 350px;
    margin: 0 auto;
    top: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    transform: scaleY(0.8);
}
.open .basket-dropdown {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.basket-options {
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid rgb(0,0,0,0.1);
}
.basket-options .logout {
    margin-left: auto;
}
.dropdown-menu {
    top: unset;
}
.item {
    display: flex;
    background: #eaeaea;
    padding: 8px 10px;
    border-radius: 4px;
    margin: 8px 0;
}
.item .remove {
    margin: auto 0;
    margin-left: auto;
}
.checkout {
    padding-top: 8px;
    border-top: 1px solid rgb(0,0,0,0.1);
}
.basket-dropdown .checkout .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.basket-empty {
    text-align: center;
    margin: 15px;
}
.profile .avatar {
    position: relative;
}
.basket-size {
    background: #e8d866;
    border-radius: 8px;
    font-size: 11px;
    width: fit-content;
    padding: 2px 8px;
    font-weight: bold;
    text-align: center;
    color: #544d1c;
    position: absolute;
    top: -8px;
    right: -10px;
}
@media (max-width: 992px){
    .discord-status {
        display: none!important;
    }
    .header-content {
        flex-direction: column;
        text-align: center;
        margin-bottom: 55px;
    }
    .header-content .side {
        margin: 0 auto;
    }
    .header-content .side .mdi {
        display: none;
    }
    .header-content .mc-status .info {
        text-align: center;
    }
    .header-content .side .info .small {
        color: #fff;
        font-size: 10px;
    }
    .header-content .mc-status:hover {
    transform: translateY(-5px);    
    }
    .navbar-nav {
    margin: 10px 15px;
    }
}
.panel-announcement {
    background: var(--main-color);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 20px;
    color: rgb(0 0 0 / 56%);
    font-weight: bold;
}
.footer img {
	width: 35px;
	filter: grayscale(1);
	transition: 2s;
}
.footer img:hover {
	filter: grayscale(0);
}
.footer {
    margin: 0;
    padding: 0;
}
div.footer {
	display: flex;
    margin: 30px 20px;
	font-family: sans-serif;
}

div.footer .right {
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
div.footer .left {
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
div.footer p {
	margin: 0px;
}
div.footer p.main {
	font-size: 14px;
}
div.footer p.sub {
	font-size: 10px;
    color: #505050;
}
.category .packages-image .package .info .text {
    float: unset;
    width: 100%;
    height: unset;
    text-align: center;
}
.category .packages-image .package .info .button {
    float: unset;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
}
.category .packages-image .package .info {
    margin: 5px auto 0px auto;
}
.category .packages-image .package .info .btn-info {
    background: #51c55d;
    border: transparent;
    width: fit-content;
    padding: 8px 35px;
    border-radius: 4px;
    margin: auto;
}
.category .packages-image .package .info .text .name {
    font-size: 14px;
}
.panel {
    margin-bottom: 15px; 
}
.panel .header {
    background: unset;
}
.pie-wrapper {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    bottom: -4px;
    right: -11px;
    height: 1em;
    width: 1em;
    float: left;
    font-size: 36px;
}
.pie-wrapper:nth-child(3n + 1) {
    clear: both;
}
.pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
}
.pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 0.1em solid #f1c232;
    border-radius: 50%;
    clip: rect(0, 0.5em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0;
}
.pie-wrapper .label {
    background: 0 0;
    border-radius: 50%;
    color: var(--main-color);
    cursor: default;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    height: 26px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}
.pie-wrapper .label .smaller {
    font-size: 0.45em;
    padding-bottom: 20px;
    vertical-align: super;
}
.pie-wrapper.progress-5 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-5 .pie .left-side {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}
.pie-wrapper.progress-5 .pie .right-side {
    display: none;
}
.pie-wrapper.progress-10 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-10 .pie .left-side {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}
.pie-wrapper.progress-10 .pie .right-side {
    display: none;
}
.pie-wrapper.progress-20 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-20 .pie .left-side {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}
.pie-wrapper.progress-20 .pie .right-side {
    display: none;
}
.pie-wrapper.progress-30 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-30 .pie .left-side {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}
.pie-wrapper.progress-30 .pie .right-side {
    display: none;
}
.pie-wrapper.progress-40 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-40 .pie .left-side {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}
.pie-wrapper.progress-40 .pie .right-side {
    display: none;
}
.pie-wrapper.progress-50 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-50 .pie .left-side {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pie-wrapper.progress-50 .pie .right-side {
    display: none;
}
.pie-wrapper.progress-60 .pie {
    clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-60 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-60 .pie .left-side {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg);
}
.pie-wrapper.progress-60 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pie-wrapper.progress-70 .pie {
    clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-70 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-70 .pie .left-side {
    -webkit-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    transform: rotate(252deg);
}
.pie-wrapper.progress-70 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pie-wrapper.progress-80 .pie {
    clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-80 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-80 .pie .left-side {
    -webkit-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg);
}
.pie-wrapper.progress-80 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pie-wrapper.progress-90 .pie {
    clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-90 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-90 .pie .left-side {
    -webkit-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    transform: rotate(324deg);
}
.pie-wrapper.progress-90 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pie-wrapper.progress-95 .pie {
    clip: rect(auto, auto, auto, auto);
}
.pie-wrapper.progress-95 .pie .half-circle {
    border-color: var(--main-color);
}
.pie-wrapper.progress-95 .pie .left-side {
    -webkit-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg);
}
.pie-wrapper.progress-95 .pie .right-side {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.donation-goal .image {
    position: relative;
}
.content .panel-default .panel-heading {
    font-size: 28px;
    padding: 25px 30px;
    border-radius: 8px 8px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-weight: bold;
}
.sidebar .textbox:after {
    content: "";
    display: block;
    pointer-events: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    background: url(https://i.imgur.com/DQ6CN32.png) no-repeat center/100% auto;
    width: 277px;
    height: 30px;
    border-radius: 0;
    margin: 20px auto;
    border: none;
}
.textbox {
    margin-bottom: 50px;
}
.content .homepage p {
    position: relative;
} 
.content .homepage p:before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    top: 10px;
    height: 4px;
    width: 15px;
    border-radius: 0 5px 5px 0;
    background: rgba(145,145,145,.2);
}
.content .homepage p.red:before {
    background: rgb(204 52 52);
} 
.content .homepage {
    padding: 30px;
}
.donation-goal img {
    height: 80px;
}
.salePackages {
    display: flex;
    text-align: center;
}
.salePackage {
    background: #e4e4e4;
    padding: 10px 8px;
    margin: 10px;
    border-radius: 4px;
    flex: 1;
}
.salePackage img {
    width: 140px
}
.salePackage h3 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
    margin: 4px;
}
.salePackage .original-price {
    text-decoration: line-through;
    color: #bd2a2a;
    font-weight: bold;
    font-size: 10px;
}
.salePackage .price {
    font-weight: bold;
    color: #848484;
    margin-bottom: 5px;
}
.sales-description {
    padding: 0;
    color: #c04433;
    border-radius: 5px;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
}
.welcome-back {
    color: #777;
    margin-top: 10px;
    font-weight: 700;
}
@media (min-width: 768px) {
    #saleModal .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }
}
#saleModal .modal-header {
    border: 0;
    padding: 30px;
    padding-bottom: 0px;
}
#saleModal .close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 45px;
}

.no-thanks {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 230px;
    margin: 0 auto;
    background: var(--main-color);
    color: #fff;
    height: 46px;
    line-height: 47px;
    border-radius: 30px;
    bottom: -10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,.15);
    box-shadow: 0 -2px 10px rgba(0,0,0,.15)
}
.no-thanks:hover {
    background: #ffe599;
}
#saleModal .modal-body {
    padding-bottom: 40px;
}
@media (max-width: 768px) {
    .salePackages {
        flex-direction: column;
    }
}























a {
    text-decoration: none !important;
    transition: 0.3s all !important;
}
a:hover, a:focus {
    color: #99823c !important;
}

.panel-announcement {
    width: 100%;
    display: block;
}
a.panel-announcement span {
    transition: 0.3s all !important;
}
a.panel-announcement:hover span {
    letter-spacing: 0.5px;
    color: rgb(0 0 0/56%);
}

.panel-body.seekdonator {
    position: relative;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px !important;
}
.btn-info {
    color: #99823c;
    background-color: #ffd966;
    border-color: #ffd966;
}
.btn-success:hover {
    color: #fff !important;
}
.btn {
    font-weight: 800 !important;
    text-transform: uppercase;
    padding: 10px !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    letter-spacing: 2px !important;
    background-color: #ffd966;
    border-color: #ffd966;
}
.nav .dropdown-menu > li > a {
    padding: 15px;
}










.progress {
    overflow: hidden;
    height: 35px;
    margin-bottom: 20px;
    background-color: #dadada;
}
.progress-bar {
    background: linear-gradient(45deg, #ffa166, #ffd966);
    color: #705f2d;
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    padding: 8px 0px;
    box-shadow: inset 0 -1px 10px rgb(0 0 0 / 15%);
}




.content .homepage p {
    margin-bottom: 35px;
}
.content .homepage p:before {
    height: 5px !important;
    background: rgb(218 218 218) !important;
    width: 20px !important;
}
.module .seekdonator .avatar img {
    position: relative;
}
.module .seekdonator:before {
    content: "";
    background: url(https://cdn.discordapp.com/attachments/967514618304028732/971797218241708132/unknown.png);
    background-size: cover !important;
    background-position: center !important;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: -20px;
    left: 4px;
    z-index: 100;
    transform: scaleX(-1);
}






.modal-header {
    color: #99823c !important;
    background-color: #ffd966 !important;
    border-color: #ffd966 !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 30px;
}
h4.modal-title {
    font-weight: 600;
}
.modal-header .close {
    margin-top: 0px;
}
.modal-footer {
    font-size: 16px;
    padding: 15px 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
    font-weight: bold;
    background: rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1);
}
.modal-content {
    background: #f1f1f1;
    border: none;
}





#Checkout .panel-heading {
    padding: 30px;
    font-size: 18px;
}
.checkout .packages table tbody .buttons {
    min-width: 135px;
}
#Checkout .form-control {
    height: 42px !important;
}






.seek-welcome h1:after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    background: rgba(0,0,0,0.15);
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.profile.basket-parent {
    text-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
}
.profile .basket-dropdown {
    box-shadow: 0px 4px 11px rgb(0 0 0 / 20%);
}









.navbar-nav > li > .dropdown-menu {
    background: transparent !important;
}
.nav .dropdown-menu > li > a {
    padding: 15px;
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 20%);
}
.navbar-nav > li.open > .dropdown-menu {
    display: grid !important;
    text-align: center;
    grid-template-columns: repeat(2,1fr);
    box-shadow: none;
    gap: 15px;
    margin-top: 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #e5c35c !important;
    border-radius: 8px;
    padding: 25px;
    color: #fff !important;
}
.navbar-nav > li.open {
    background: transparent !important;
}
.nav .dropdown-menu > li > a:hover {
    color: #fff !important;
    transform: translateY(-5px);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: #9d2189 !important;
}

.btn-info {
        color: #fff6d9;
    background-color: #ea66ff;
    border-color: #ea66ff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        letter-spacing: 2px !important;
    background-color: #d254e6;
    color: white !important;
    border-color: #d254e6;
}


.modal-header {
        color: #ffffff !important;
    background-color: #f066ff !important;
    border-color: #f066ff !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 20px 30px;
}

.basket-size {
        background: #a366e8;
    border-radius: 8px;
    font-size: 11px;
    width: fit-content;
    padding: 2px 8px;
    font-weight: bold;
    text-align: center;
    color: #f2cfff;
    position: absolute;
    top: -8px;
    right: -10px;
}

.topbar .profile:after {
    content: "";
    background: url(https://i.ibb.co/gtwTNVt/block-glass-png.png);
    background-size: cover !important;
    background-position: center !important;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -1px;
    border-radius: 3px;
    right: -7px;
    z-index: 100;
    /* transform: rotate(-6deg) scaleX(-1); */
    
}


.welcome-back {
    color: #e0e0e0;
}

.sales-description {
    color: #ffffff;
}

a:hover, a:focus {
    color: #ffffff !important;
}

.progress-bar.bar {
    background: linear-gradient(45deg, #ff66fa, #d266ff);
}

.topbar .profile:after {
    transform: unset !important;
}