:root {
    --cloudy-white: #fafafa;
    --jet-black: #0a0a0a;
    --crimson-red: #df403c;
    --mellow-yellow: #F2C94C;
    --azure-blue: #2D9CF1;
    --main-green: #16a34a;
    --main-green-hover: #22c55e;
    --dark-gunmetal: #242629;
    --graphite: #26292e;
    --deep-steel: #222529;
    --slate-steel: #373942;
    --translucid-dark: #222529a8;
    --more-translucid-dark: #22252977;
    --translucid-light: #80808018;

    --incoming: #c8c2c2;
    --active: #f55d30;
    --completed: #22c55e;
    --cancelled: #131313;

    --custom-pointer: url('../img/cursor/Pointer.png'), pointer;
}


button, a, [onclick], label {
    cursor: var(--custom-pointer) !important;
}



.hover-underline-animation {
    display: inline-block;
    position: relative;
  }
  
  .hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--main-green);
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover::after {
    transform: scaleX(1);
  }
  
  .hover-underline-animation.center::after {
    transform-origin: bottom center;
  }
  
  .hover-underline-animation.center:hover::after {
    transform-origin: bottom center;
  }





.floating-chat-kofi-popup-iframe-mobi{
    z-index: 9999999 !important;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    background: #16171b;
    -webkit-text-size-adjust: unset;
    scroll-padding-top: 70px;
}

img {
    pointer-events: none;
    user-select: none;
}

html {
    height: 100%;
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat.ttf");
}

@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-SemiBold.ttf");
}


input::-ms-reveal,
input::-ms-clear {
    display: none;
}


::-moz-selection {
    /* Code for Firefox */
    color: var(--cloudy-white);
    background: var(--main-green);
}

::selection {
    color: var(--cloudy-white);
    background: var(--main-green);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: rgb(211, 211, 211);
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: var(--deep-steel);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    box-sizing: border-box;
    z-index: 99999;
    border-bottom: 1px solid var(--slate-steel);
}

.pfpdd {
    display: flex;
    border-radius: 100%;
    overflow: hidden;
    min-width: 45px;
    height: 45px;
}

.pfpfpx {
    display: flex;
    border-radius: 100%;
}

.pfpfpx img {
    border-radius: 100%;
    height: 20px !important;
    width: 20px !important;
}

.pfpnp {
    display: flex;
    border-radius: 100%;
}

.pfpn {
    display: flex;
    border-radius: 100%;
}

.pfpnf {
    display: flex;
    border-radius: 100%;
    position: relative;
}

.pfpnf img {
    border-radius: 100%;
    height: 32px !important;
    width: 32px !important;
    -webkit-mask: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), transparent 5.5px, #fff 5px);
    mask: radial-gradient(circle at calc(100% - 5px) calc(100% - 5px), transparent 5.5px, #fff 5px);
}

.nuStatus {
    min-height: 8px;
    min-width: 8px;
    border-radius: 100%;
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.online {
    background-color: var(--main-green);
}

.onlinet {
    color: var(--main-green);
}

.offline {
    background-color: grey;
}

.offlinet {
    color: grey;
}

.fppfp {
    display: flex;
    border-radius: 100%;
}

.fppfp img {
    border-radius: 100%;
    height: 20px;
    width: 20px;
}

.pfppp {
    display: flex;
    border-radius: 100%;
}

.pfppp img {
    border-radius: 100%;
    height: 35px;
    width: 35px;
}


.login-wrapper {
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap:10px;
    border:1px solid var(--slate-steel);
    width: 300px !important;
    padding:20px !important;
}

.login-wrapper h2{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin:0;
    border-bottom:2px dashed var(--slate-steel);
    padding-bottom:10px;
    margin-bottom: 5px;
    text-align: start;
}

::-webkit-scrollbar {
    height: 1rem;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #32363b;
}

::-webkit-scrollbar-track {
    background: var(--deep-steel);
}

::-webkit-scrollbar-thumb:hover {
    background: #3e4349;
}

:root{
    --bg-brightness: rgb(16 12 12 / 40%);
}

body {
    background: linear-gradient(var(--bg-brightness), var(--bg-brightness)),
    url('../img/cubed-bg.jpg');
    background-size: 9vh;
    margin: 64px 0 0 0;
    padding: 0;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 75px;
}

.skeleton {
    z-index: 1;
    background-color: #3e4247;
}


.profileBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
    gap: 12px;
}

.profile {
    overflow: hidden;
}

.profile-link-box {
    justify-content: flex-start;
}

#names {
    text-align: start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 16px;
    padding:0;
    gap:5px;
    cursor:text !important;
}

#names>nobr{
    line-height: 16px;
    font-weight: 550;
}

#gamertag {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 500;
}

.userStatus-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-top:3px;
    cursor: pointer;
}

.userStatus {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.dropdown>button {
    font-family: Montserrat;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.logout-link:hover {
    background-color: rgba(255, 255, 255, 0);
}


.signup a {
    transition: 200ms;
    background-color: #0be40b;
    color: black;
    padding: 8px;
    margin: 0;
}

.signup a:hover {
    background-color: #00ff00;
}



.login a:hover {
    color: rgb(255, 136, 0);
}

.logout a:hover {
    background-color: #dadada;
    color: black;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transition: 200ms;
}

.searchbar-wrapper {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
}

.search-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 6px;
    font-size: 20px;
    border: 1px solid #31323a;
    color: white;
    transition: border 100ms ease-in-out;
}

.play img {
    width: 24px !important;
    border-radius: 0px !important;
    margin: 0 !important;
    outline: none !important;
    padding: 0;

}

.search-btn img {
    width: 16px;
}


.search-btn:hover {
    border: 1px solid var(--slate-steel);
}


.searchbar {
    width: 0;
    transition: all 150ms ease-in-out;
}

#live_search::placeholder {
    font-size: 16px;
}

.searchbar input {
    opacity: 0;
    border-radius: 0 6px 6px 0;
    height: 32px;
    width: 100%;
    font-family: Montserrat;
    outline: transparent;
    font-size: 14px;
    color: var(--cloudy-white);
    text-indent: 4px;
    border: 1px solid var(--slate-steel);
    transition: all 150ms ease-in-out;
    background: none;
}

.searchbar input:hover {
    background: #2c2d33;
}

#search1 {
    position: absolute;
    backdrop-filter: blur(4px);
    left: 32px;
    color: white;
    width: 250px;
    border-radius: 0px 0px 8px 8px;
}

#searchresult a {
    font-size: 16px;
    color: rgb(226, 226, 226);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 8px;
}

#searchresult {
    position: absolute;
    z-index: 1;
    background-color: var(--deep-steel);
    max-height: 200px;
    width: 300px;
    overflow-y: auto;
    display: none;
    overflow-x: hidden;
    border-radius: 0 0 6px 6px;
    border: 1px solid var(--slate-steel);
    border-top: none;
}

#searchresult table {
    width: 100%;
    border-collapse: collapse;
}

#searchresult td {
    width: 260px;
    border-radius: 2px;
}

#searchresult td>a>img {
    height: 20px;
    width: 20px;
    border-radius: 100%;
}

#searchresult td:hover {
    background-color: var(--graphite);
}


#searchresult::-webkit-scrollbar {
    width: 4px;
    height: 5px;

}

/* Track */
#searchresult::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #33353d;
}

/* Handle */
#searchresult::-webkit-scrollbar-thumb {
    background: #444752;
    border-radius: 6px;
}

/* Handle on hover */
#searchresult::-webkit-scrollbar-thumb:hover {
    background: #4e515e;
}


.search-loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #acacac;
    box-sizing: border-box;
    animation: searchloader 2s linear infinite;
}

@keyframes searchloader {
    0% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    25% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }

    50% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }

    75% {
        box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    100% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
}


.navbar ul,
.navbar li {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}


footer {
    width: 100%;
    background-color: var(--deep-steel);
    border-top: 1px solid var(--slate-steel);
    text-align: center;
    box-sizing: border-box;
    padding: 30px 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 32px;
    height: fit-content;
    margin-top: auto;
}

.copyright {
    font-family: Montserrat;
    color: #565863;
    font-size: 14px;
    font-weight: 500;
}

.copyright a {
    text-decoration: none;
    margin: 0;
    color: #565863;
    transition: color 100ms ease-in-out;
}

.copyright a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #676a77;
}

.footer_links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
}

footer a {
    font-size: 14px !important;
    text-decoration: none;
    color: #565863;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    margin: 10px;
    transition: filter 200ms;
}

footer a:hover {
    filter: brightness(1.2);
}

.footer h1 {
    color: rgb(0, 167, 0) !important;
    font-size: clamp(8px, 2.5vw, 20px) !important;
    font-family: Montserrat;
    margin: 0 !important;
}

footer h2 {
    color: rgb(0, 133, 0) !important;
    font-size: clamp(8px, 2vw, 16px);
    margin: 0 !important;
    padding: 0 !important;
    font-family: Montserrat;
    font-weight: 400;
}

footer ul,
footer li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.sm-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.sm-wrapper a {
    margin: 0px;
}

.sm-wrapper img {
    height: 38px;
    transition: all 150ms ease-in-out;
    pointer-events: all;
}

.sm-wrapper img:hover {
    transform: translateY(-3px);
    filter: brightness(1.2)
}

input[type=number] {
    -moz-appearance: textfield !important;
  }



#notification-dropdown {
    width: 500px;
}

#notification-box {
    width: 500px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.notifications-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notifications-header a {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    background-color: var(--deep-steel);
    border: 1px solid var(--slate-steel);
}

#notification-box h5,
.navf h5 {
    color: gray;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: start;
    padding: 5px;
}

.navf h5 {
    border-bottom: 1px solid var(--slate-steel);
    width: 100%;
    padding-bottom: 8px;
}

.new-notifications {
    color: var(--main-green);
    border-left: 2px solid var(--slate-steel);
    padding-left: 10px;
    margin-left: 10px;
}

.nav-notification {
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 8px;
    text-align: start;
    position: relative;
    gap: 10px;
    color: var(--cloudy-white);
    width: 100%;
    font-family: Montserrat;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 8px;
    transition: background-color 50ms ease-in-out;
}

.nav-notification:hover {
    background-color: rgba(51, 56, 61, 0.452);
}

.nav-notification:first-child {
    margin-top: 10px;
}

.notification-overlay {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: 999;
    position: absolute;
    bottom: -2.5px;
    left: 0;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    gap: 5px;
    background-color: rgba(24, 24, 24, 0.8);
    transition: opacity 200ms ease-in-out;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.5);
}

.notification-overlay svg {
    height: 14px;
    width: 14px;
}

.hidden {
    pointer-events: none;
    opacity: 0;
}

.shown {
    pointer-events: all;
    opacity: 1;
}


.notifications-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid var(--slate-steel);
}

.notification-content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.notification-thumbnail {
    position: relative;
    height: 50px;
    width: 50px;
}

.timeAgo {
    font-size: 12px;
    font-weight: 500;
    background-color: var(--azure-blue);
    padding: 2px 5px;
    border-radius: 10px;
    position: absolute;
    white-space: nowrap;
    bottom: -8px;
    left: 0px;
}

.tnt-img {
    height: 50px;
    border-radius: 4px;
}

.sender-pfp {
    border-radius: 100%;
    height: 20px;
    position: absolute;
    right: -2px;
    top: -2px;
    overflow: hidden;
}

.sender-pfp img {
    height: 100%;
}

.friend-request-pfp {
    position: relative;
    height: 50px;
    border-radius: 100%;
}

.friend-request-pfp img {
    height: 100%;
}

.notification-informations{
    width: 100%;
}

.notification-informations * {
    font-size: 15px;
}

.ncheckin {
    justify-content: space-between;
}

.notification-informations a {
    font-weight: 600;
    width: fit-content;
    padding:0;
    color: var(--main-green);
    text-decoration: none;
    display: inline !important;
}

.notification-informations a:hover {
    color: var(--main-green-hover);
}

.nc-c {
    display: flex;
    gap: 10px;
    align-items: center;
}

.statuses-updt {
    display: flex;
    gap: 8px;
    align-items: center;
}

.statuses-updt span img {
    height: 13px;
}

.statuses-updt span {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
}

.statuses-separator {
    width: 2px;
    height: 14px;
    border-radius: 1px;
    background-color: var(--slate-steel);
}

.separating-line {
    height: 50px;
    width: 2px;
    background-color: var(--slate-steel);
    display: block;
}

.notification-decision {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-around;
    height: 50px;
}

.notification-decision button {
    background: none;
    font-family: Montserrat;
    color: var(--cloudy-white);
    border: none;
    text-align: start;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 0;
    transition: color 100ms ease-in-out;
}

.notification-decision button:nth-child(odd) svg {
    height: 12px;
    width: auto;
}

.notification-decision button:nth-child(even) svg {
    height: 13px;
    width: auto;
}

.notification-decision button:nth-child(odd):hover {
    color: var(--main-green);
}

.notification-decision button:nth-child(odd):hover svg {
    stroke: var(--main-green);
}

.notification-decision button:nth-child(even):hover {
    color: var(--crimson-red);
}

.notification-decision button:nth-child(even):hover svg {
    stroke: var(--crimson-red);
}

.newNotifblob {
    min-height: 8px;
    min-width: 8px;
    border-radius: 100%;
    animation: newNotifBlob 500ms linear alternate infinite;
}

@keyframes newNotifBlob {
    0% {
        background-color: var(--main-green);
    }

    100% {
        background-color: var(--main-green-hover);
    }
}


.bell {
    padding: 0;
}

.notifButtons {
    display: flex;
    gap: 8px;
}

.ntfcsBtn {
    cursor: pointer;
    padding: 0;
}

.ntfcsBtn>img {
    height: 28px;
    filter: grayscale(.5);
    transition: filter 100ms ease-in-out;
    pointer-events: all;
}

.ntfcsBtn>img:hover {
    filter: grayscale(0);
}

.reviewBtn {
    cursor: pointer;
    padding: 0;
}

.reviewBtn>img {
    height: 28px;
    filter: brightness(.7);
    pointer-events: all;
    transition: filter 100ms ease-in-out;
}

.reviewBtn>img:hover {
    filter: brightness(1);
}

.rf {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative !important;
    left: unset !important;
    bottom: unset !important;
}

.rf img {
    height: 28px !important;
    width: 28px !important;
}

.status {
    border-radius: 8px;
    border: none;
    font-size: 14px;
    padding: 10px;
    font-family: Montserrat;
    font-weight: 600;
    cursor: pointer;
    height: 38px;

}

.acpt:hover {
    background-color: #41d740;
}

.dcln:hover {
    background-color: #d74040;
}

.ft {
    background-color: grey;
}

.rqStatusAll {
    display: flex;
    gap: 5px;
}

.acptdRq {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: var(--main-green) !important;
}

.status-content {
    display: inline-block;
    max-width: 100px;
}

.rjctdRq {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: var(--crimson-red) !important;
}

.new {
    position: absolute;
    top: -10px;
    font-size: 12px;
    background-color: var(--cloudy-white);
    color: black;
    border-radius: 8px;
    padding: 2px 4px 2px 4px;
    font-weight: 600;
}


.notification {
    position: fixed;
    top: 64px;
    right: 20px;
    border-radius: 3px 4px;
    box-sizing: border-box;
    padding: 8px 12px;
    display: flex;
    gap: 8px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--graphite);
    color: var(--cloudy-white);
    pointer-events: none;
    z-index: 9999999;
    opacity: 0;
    animation: dissolving 4s;
    filter: drop-shadow(5px 1px 2px rgb(0 0 0 / 0.2));
}

.notification img {
    height: 16px;
    width: 16px;
    margin: 0 0px 0 2px;
}

.notification svg{
    width: 13px;
    height: auto;
}

.n-info {
    border-left: 2px solid var(--azure-blue);
}

.n-success {
    border-left: 2px solid var(--main-green);
}

.n-error {
    border-left: 2px solid var(--crimson-red);
}

@media only screen and (max-width: 497px) {
    .notification {
        right: 0 !important;
        left: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        top: 44px !important;
    }
}



@keyframes dissolving {
    0% {
        opacity: 0%;

    }

    5% {
        transform: translateY(20px);
    }

    10% {
        opacity: 100%;

    }

    80% {
        opacity: 100%;
    }

    85% {
        transform: translateY(20px);
        opacity: 100%;
    }

    99% {
        transform: translateY(0px);
    }

    100% {
        opacity: 0%;

    }
}

.pwdAcc {
    display: flex;
}

.pwdAcc input {
    height: 42px;
    width: 280px;
    margin-top: 10px;
    border: none;
    padding: 0;
    border-radius: 10px;
    background-color: rgb(194, 196, 197);
    outline: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    color: rgb(0, 0, 0);
    text-indent: 8px;
    font-family: Montserrat;
    font-weight: bold;
    transition: background-color 200ms;
}

.pwdAcc input:hover,
.pwdAcc input:focus {
    background-color: #b0b2b4;
    transition: background-color 200ms;
}

.pwdAcc img {
    width: 42px;
    border-radius: 10px 0 0 10px;
    margin-top: 10px;
}

.login-content {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    margin-top: 24px;
}

.login-content form {
    display: block;
}

.login-form {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
}






.login-input-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 44px;
    position: relative;
    border: 1px solid var(--slate-steel);
    border-radius: 8px;
    background: #00000024;
    transition: border 150ms ease-in-out;
}

.username-input-wrapper {
    margin-bottom: 12px;
}

.login-input-wrapper input {
    height: 100%;
    background: none;
    border: none;
    outline: none;
    text-indent: 8px;
    font-family: Montserrat;
    color: rgb(211, 211, 211);
    font-weight: 600;
    border-radius: 0 7px 7px 0;
    width: 100%;
    font-size: 15px;
    padding: 0;
    transition: background-color 150ms ease-in-out;
}

.login-input-wrapper input::placeholder{
    font-weight: 500;
}

.login-input-wrapper:first-child {
    margin-bottom: 12px;
}

.login-input-wrapper:hover {
    border-color: #464955;
}

.login-input-wrapper:focus-within {
    border-color: #515461;
}

.login-input-wrapper input:focus {
    border-color: #515461;
}

.login-input-wrapper:focus-within img {
    filter: brightness(.75);
}




.input-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 44px;
    border-right: 1px solid var(--slate-steel);
    transition: border 150ms ease-in-out;
}

.login-input-wrapper:hover .input-img {
    border-color: #464955;
}

.login-input-wrapper:focus-within .input-img {
    border-color: #757575;
}



.input-img img,
.input-img img {
    border-radius: 6px 0 0 6px;
    height: 18px;
    width: 18px;
    filter: brightness(.4);
    transition: filter 150ms ease-in-out;
}







#linkBtn {
    background-color: var(--main-green);
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 40px;
    font-family: Montserrat;
    border-radius: 6px;
    cursor: var(--custom-pointer);
    color: var(--cloudy-white);
    transition: all 150ms ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#login-btn:hover {
    background-color: var(--main-green-hover);
}

#linkBtn img {
    width: 18px;
    margin-left: 8px;
}

#linkBtn:hover {
    background-color: var(--main-green-hover);
}

#linkBtn:active {
    transform: scale(.98);
}

.username-box,
.pwd-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    border-radius: 10px;
}

.username-box img,
.pwd-box img {
    width: 44px;
    border-radius: 6px 0 0 6px;
}

.switchBtn {
    font-family: Montserrat;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    height: 40px;
    background-color: var(--main-green);
    font-size: 18px;
    gap: 5px;
    color: var(--cloudy-white);
    transition: all 150ms ease-in-out;
}

.switchBtn img {
    width: 20px;
}

.switchBtn:hover {
    background-color: var(--main-green-hover);
}

#unlinkBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    border-radius: 8px;
    background: none;
    margin-top: 8px;
    color: var(--cloudy-white);
    border: none;
    gap: 5px;
    padding: 4px 8px 4px 8px;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    margin-left: auto;
}

#unlinkBtn {
    background-color: #313338;
}

#unlinkBtn:hover {
    background-color: #41444b;
}


#unlinkBtn img {
    width: 16px;
}

.error_handlers {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    color: var(--crimson-red);
}

.error_handlers p {
    margin: 0;
}

.refresh-wrapper {
    display: flex;
    padding: 2px 5px 5px 5px;
    justify-content: flex-end;
}

#refresh-btn {
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    padding: 6px;
    font-size: 13px;
    font-weight: 400;
    gap: 5px;
    cursor: pointer;
    transition: color 150ms ease-in-out;
    font-weight: 500;
    color: #fafafa;
}

#refresh-btn:disabled {
    color: grey;
}

#refresh-btn:disabled {
    color: grey;
    cursor: not-allowed;
}

#refresh-btn:disabled img {
    filter: invert(.5);
}

#refresh-btn img {
    width: 12px !important;
    transition: transform 150ms ease-in-out;
}

#refresh-btn:hover {
    background-color: transparent;
}

#refresh-btn:hover img {
    transform: rotate(14deg);
}

#refresh-btn:disabled:hover img {
    transform: rotate(0deg);
}

@keyframes rotate {
    from {
        transform: rotate(-14deg);
    }

    to {
        transform: rotate(-1440deg);
    }
}

.rotate-animation {
    animation: rotate 1s ease-in-out infinite;
    /* Animacja trwa 1 sekundę, powtarza się w sposób ciągły */
}


.notifications_tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid #2c2e36;
    margin-bottom: 10px;
}

.notifications_tabs button {
    font-size: 16px;
    cursor: pointer;
}

#plho_req_tab {
    background-color: rgb(54, 56, 66);
}

#plho_req_tab,
#f_req_tab {
    width: 100%;
    height: 30px;
    color: var(--cloudy-white);
    font-weight: 500;
    font-size: 14px;
}

.htab:hover {
    background-color: rgba(54, 56, 66, 0.425) !important;
}


.friend_requests-wrapper {
    display: none;
}

.num_of_req {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--cloudy-white);
    margin-left: 4px;
    width: 19px;
    height: 19px;
    font-weight: 500;
    font-family: Montserrat;
    font-size: 15px;
    animation: newNotifBlob 500ms linear alternate infinite;
    border-radius: 100%;
}

.num_of_req.p {
    position: absolute;
    left: 180px;
    top: 5px;
}

.num_of_req.f {
    position: absolute;
    right: 45px;
    top: 4px;
}


.logo {
    color: var(--cloudy-white);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    height: 40px;
}

header ul {
    position: relative;
    display: flex;
    gap: 10px;
    padding-left: 8px;
}

header ul li a {
    transition: background-color 100ms ease-in-out;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: start;
    cursor: pointer;
    gap: 5px;
    font-size: 14px;
    background: none;
    font-family: Montserrat;
    border: none;
    color: var(--cloudy-white);
    font-weight: 400;
    padding: 8px 10px 8px 8px;
    text-decoration: none;
}

header ul li {
    list-style: none;
}

header ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#signupLink::before {
    background: none;
}

#signupLink {
    background-color: var(--main-green);
    padding: 8px 20px 8px 20px;
    font-weight: 500;
    border-radius: 6px;
    color: var(--cloudy-white);
}

#signupLink:hover {
    background-color: var(--main-green-hover);
}

.search .icon img {
    height: 24px;
}


.dropdown-menu {
    position: absolute;
    right: -8px;
    top: 60px;
    padding:10px;
    min-width: 200px;
    background-color: var(--translucid-dark);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    border: 1px solid var(--slate-steel);
    opacity: 0;
    transform: scale(.95);
    transition: opacity 150ms cubic-bezier(0.5, 0, 0.5, 1), transform 150ms cubic-bezier(0.5, 0, 0.5, 1);
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 16px 28px -12px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 16px 28px -12px rgba(0, 0, 0, .5);
    box-shadow: 0px 16px 28px -12px rgba(0, 0, 0, .5);
    pointer-events: none;
    text-align: center;
}

.profile hr {
    border: none;
    height: 1px;
    background-color: #2c2e36;
    width: 100%;
    margin: 0px;
    margin:8px 0;
}

#invitesNum {
    background-color: var(--main-green-hover);
    position: absolute;
    height: 12px;
    width: 12px;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    right: 9px;
    top: 8px;
}

.notifications {
    min-width: 43px;
}

#notificationsBtn {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
}

#notificationsBtn img,
#friendsDropdownButton img {
    height: 22px !important;
    width: 22px !important;
}

#notificationsBtn:hover {
    background-color: #313338;
}

#userDropdownBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    height: fit-content;
    height: 40px;
    border: transparent;
    background-color: transparent;
    width: 40px;
    cursor: pointer;
    transition: border 300ms ease-in-out;
}

#userDropdownBtn:hover {
    border: 2px solid #3c3e44;
}

#userDropdownBtn:focus {
    border: 2px solid #4e525a;
    padding: 1px;
}

#userDropdownBtn img {
    height: 36px;
    border-radius: 100%;
}

.dropdown {
    position: relative;
    z-index: 1;
}



.activeSignUp {
    background-color: var(--main-green-hover) !important;
}

.dropdown.active>.link+.dropdown-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.dropdown-profile-options {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.dropdown-profile-options form {
    width: 100%;
    margin:0;
}

.dropdown-profile-options button>img,
.dropdown-profile-options a>img {
    height: 14px;
}

.dropdown-profile-options button,
.dropdown-profile-options a {
    transition: background-color 100ms ease-in-out;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: start;
    cursor: pointer;
    gap: 5px;
    font-size: 14px;
    background: none;
    font-family: Montserrat;
    border: none;
    color: var(--cloudy-white);
    font-weight: 400;
    padding: 8px 10px 8px 8px;
    border-radius: 6px;
    overflow:hidden;
}

.link_acc {
    padding: 0px 10px 3px 6px !important;
    height: 40px;
    width: 100%;
}

.switchacc {
    display: flex;
    flex-direction: column;
    line-height: 15px;
}


.dropdown-profile-options button a::before {
    background: none;
}

.dropdown-profile-options button:hover,
.dropdown-profile-options a:hover {
    background-color: var(--translucid-light);
}

.switch-to {
    font-size: 12px;
    font-weight: 500;
    color: rgb(111, 112, 129);
}


.link_acc a {
    font-size: 16px;
}



.menuToggle {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
}


.menuToggle input[type="checkbox"] {
    -webkit-appearance: none;
    display: none;
    visibility: hidden;
}

.mt-bar {
    display: block;
    position: relative;
    cursor: pointer;
    width: 36px;
    height: 28px;
}

.mt-bar span {
    position: absolute;
    width: 36px;
    height: 5px;
    background: #f1faee;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
}

.mt-bar span.top-nb {
    top: 0;
}

.mt-bar span.middle {
    top: 11.5px;
}

.mt-bar span.bottom {
    bottom: 0;
}

.menuToggle input[type]:checked~span.top-nb {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 33px;
    left: 11px;
}

.menuToggle input[type]:checked~span.bottom {
    transform: rotate(-45deg);
    transform-origin: top left;
    width: 33px;
    bottom: -.5px;
    left: 7px;
    box-shadow: 0 0 10px #495057;
}

.menuToggle input[type]:checked~span.middle {
    transform: translateX(-20px);
    opacity: 0;
}

.mobile-navbar-elements{
    display: none;
}

#hidden-mobile-profile-dropdown{
    display:none;
    width: 100%;
    flex-direction: column;
}

#hidden-mobile-profile-dropdown li{
    background-color: #59595918;
}

#hidden-mobile-profile-dropdown li:hover{
    background-color: var(--translucid-light);
}

header .navigation .menu hr{
    display: none;
}

#logout-li{
    display: none;
}

@media only screen and (max-width: 840px) {
    .menuToggle {
        position: absolute;
        display: flex;
        cursor: pointer;
        right: 12px;
    }

    .menu a{
        width: 100%;
        justify-content: flex-start;
    }

    #logout-li{
        display:flex;
    }

    header .navigation {
        position: absolute;
        right: -300px;
        visibility: hidden;
        top: 64px;
        box-sizing: border-box;
        transition: right 300ms cubic-bezier(0.23, 1, 0.320, 1), background-color;
        gap:10px;
    }

    header.open .navigation {
        margin-top: 0;
        right: 0px;
        visibility: visible;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: var(--graphite);
        width: 300px;
        height: 100vh;
        padding: 0;
        border-top: 1px solid var(--slate-steel);
    }

    .searchbar-wrapper{
        margin:10px 10px 0 10px;
    }

    #mobile-profile-dropdown{
        display: flex;
        gap:10px;
        align-items: center;
        position: relative;
        cursor: pointer;
    }

    #names{
        cursor: pointer !important;
    }

    #profile-chevron{
        position: absolute;
        right:10px;
        transition:transform 200ms ease-in-out;
    }

    .mobile-navbar-elements{
        display: flex;
    }

    header .navigation .menu{
        flex-direction: column;
        width: 100%;
        gap:0;
        padding:0;
    }

    header .navigation .menu hr{
        margin:0;
        display: block;
        border:none;
        background-color:var(--translucid-light);
        width: 100%;
        height: 1px;
    }

    header .navigation .menu li{
        width: 100%;
        padding:10px;
        box-sizing: border-box;
    }

    header .navigation .menu li:hover{
        background-color: var(--translucid-light);
    }

    header .navigation .menu::before{
        content: '';
        display: block;
        background-color: var(--translucid-light);
        width: 100%;
        height: 1px;
    }

    .nav-line{
        display: none;
    }
    
    .shadow-line::after{
        display: none !important;
    }

    header ul {
        gap: 16px;
    }

    .navbarl {
        padding: 4px 4px 4px 7px !important;
    }

    .userProfLI,
    .friendLI,
    .belLi {
        display: none;
    }

    .profileBox {
        padding: 0 5px 8px 8px;
    }
}

.userProfLI {
    margin-left: 5px;
}

.navbarl {
    padding: 6px 15px 6px 15px;
}

#friendsDropdownButton {
    height: 43px;
    width: 43px;
    cursor: pointer;
    border-radius: 100%;
}

#friendsDropdownButton:hover {
    background-color: #313338;
}

.friendS-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.friendS-box.navf {
    gap: 10px;
    margin-top: 0px;
}

.friendS-box a {
    text-decoration: none;
}

.friendS-box form {
    width: unset;
}


.friend-box,
.friend-box-rq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #383a42;
    border-radius: 6px;
    gap: 6px;
    box-sizing: border-box;
    padding: 5px;
    height: 56px;
    min-width: 250px;
    transition: background-color 100ms ease-in-out;
    position: relative;
}


.friend-box.navf {
    background: none;
    height: 45px;
}

.friend-box-rq {
    justify-content: space-between;
}

.friend-box.navf:hover {
    background-color: #383a4263;
}

.friend-box.navf>img {
    border-radius: 100%;
    height: 35px;
    width: 35px;
    outline: 1px solid #4e505c;
}

.friend-box button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.friend-box button>img {
    height: 14px;
    filter: brightness(.8);
    transition: filter 100ms ease-in-out;
    width: 14px;
}

.friend-box button>img:hover {
    filter: brightness(1);
}

.friendInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
    height: 50px;
    font-family: Montserrat;
}

.friendName {
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.friendName a {
    cursor: pointer;
    color: white;
    font-weight: 500;
}

.friendsSince {
    font-size: 11px;
    color: rgb(196, 196, 196);
    display: flex;
    flex-direction: column;
    line-height: 10px;
}

.friendsSince span {
    font-size: 10px;
}

.friend-box button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.friend-box button>img {
    height: 14px;
    filter: brightness(.8);
    transition: filter 100ms ease-in-out;
    width: 14px;
}

.friend-box button>img:hover {
    filter: brightness(1);
}

.rf {
    font-family: Montserrat;
    font-size: 14px;
}



.friendOptions {
    position: absolute;
    right: 8px;
    top: 3px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(.6);
    transition: filter 100ms ease-in-out;
    cursor: pointer;
}

.friendOptions img {
    width: 15px;
}

.friendOptions:hover {
    filter: brightness(1);
}

.friendOptions:hover .options-dropdown,
.options-dropdown:hover {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
}

.friendOptions:hover {
    z-index: 1;
}


.options-dropdown {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-5px);
    background-color: #4b4e58;
    transition: all 150ms ease-in-out;
    color: white;
    font-family: Montserrat;
    font-size: 12px;
    width: 166px;
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    right: -4px;
    top: 16px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(39, 39, 39);
    -moz-box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 1);
    box-shadow: 0px 0px 12px 0px rgba(39, 39, 39, 1);
}

.options-dropdown ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: list-item;
}

.options-dropdown li {
    box-sizing: border-box;
    padding: 3px;
    cursor: pointer;
    font-size: 12px;
}

.options-dropdown li:hover {
    background-color: #5a5e69;
}

.options-dropdown li>button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-family: Montserrat;
    font-size: 12px;
    text-indent: 4px;
}

.options-dropdown li>button>img {
    height: 12px;
}

.options-dropdown li select {
    width: 100%;
    background: none;
    border: none;
    font-size: 12px;
}

.options-dropdown select {
    width: 120px;
    background: rgb(54, 55, 63);
    color: white;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
}

.options-dropdown select option {
    margin: 40px;
    font-family: Montserrat;
    font-weight: 500;
    background: rgb(54, 55, 63);
    color: #fff;
    height: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.invTeam-wrapper {
    display: flex;
    align-items: center;
}

.invTeam-wrapper img {
    height: 12px;
    filter: brightness(.8);
}

.search_results_empty {
    display: none;
    width: 100%;
    height: 56px;
    background-color: #383a42;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 6px;
    font-family: Montserrat;
    color: rgb(150, 150, 150);
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
}

.search_results_empty.navf {
    font-size: 12px;
    height: 36px;
}

.no_friend_requests {
    display: flex;
}

.search-field>input[type="text"] {
    outline: none;
    background: var(--translucid-dark);
    border-radius: 4px;
    height: 25px;
    border: 1px solid var(--slate-steel);
    color: var(--cloudy-white);
    text-indent: 6px;
    font-family: Montserrat;
    margin-top: 5px;
}

.search-field {
    position: relative;
}

.search-field.navf {
    width: 100%;
}

.search-field.navf>input {
    width: 97%;
}

.search-field.navf img {
    height: 12px;
    position: absolute;
    right: 8px;
    top: 13px;
    filter: brightness(.7);
}

.dropdown-menu.friends {
    padding: 10px;
    display: flex;
    max-height: 560px;
    min-width: 250px;
    flex-direction: column;
}

.no_friends {
    width: 100%;
    height: 36px;
    background-color: #383a42;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 6px;
    font-family: Montserrat;
    color: rgb(150, 150, 150);
    font-weight: 500;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yf {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgb(230, 230, 230);
    font-family: Montserrat;
    font-weight: 500;
    gap: 5px;
    flex-wrap: wrap;
}

.yf>img {
    height: 20px;
    width: 20px;
}

.yf.navf {
    font-size: 16px;
    margin-bottom: 5px;
}

.yf.navf img {
    width: 16px;
}

.yf.navf:not(:first-child) {
    margin-top: 8px;
}

.yourFriendsWrapper {
    display: flex;
}

#gtfm {
    font-weight: 400;
    color: rgb(204, 204, 204);
    text-align: end;
    margin-left: 5px;
    font-size: 12px;
    transition: color 100ms ease-in-out;
}

#gtfm:hover {
    color: var(--cloudy-white);
}


.loads-ring {
    display: none;
    position: relative;
    width: 20px;
    margin-left: 5px;
    height: 20px;
}

.loads-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(111, 112, 129);
    border-radius: 50%;
    animation: loads-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(111, 112, 129) transparent transparent transparent;
}

.loads-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.loads-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.loads-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loads-ring {
    0% {
        transform: rotate(0deg);
    }

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


.session-expired {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--mellow-yellow);
    background: var(--graphite);
    border: 1px solid var(--slate-steel);
    border-radius: 6px;
    font-size: 14px;
    text-align: start;
    padding: 5px;
    word-break: break-word;
    white-space: normal;
}

.session-expired img {
    height: 20px;
}



@media only screen and (min-width: 840px) {
    .navbarl {
        padding: 18px 0px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 400;
        letter-spacing: .5px;
    }

    header ul li a {
        font-size: 15px;
    }

    .searchbar input {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    #signupLink {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    header ul {
        gap: 20px;
    }

    .activeLink {
        border-bottom: 3px solid #575a69;
    }

    .activeLink:hover {
        border-bottom: 3px solid #575a69;
    }
}


.ntfcs-lds-ring {
    display: block;
    width: 14px;
    height: 14px;
}

.ntfcs-lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    ;
    margin: 0px;

    border: 1px solid #919191;
    border-radius: 50%;

    animation: ntfcs-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--cloudy-white) transparent transparent transparent;
}

.ntfcs-lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.ntfcs-lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.ntfcs-lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes ntfcs-lds-ring {
    0% {
        transform: rotate(0deg);
    }

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

.dev-environment {
    color: var(--mellow-yellow);
    border-radius: 4px;
    border: 1px dashed var(--mellow-yellow);
    font-weight: 550;
    display: flex;
    padding: 8px 10px;
    line-height: 18px;
    font-size:16px;
    background: repeating-linear-gradient( -45deg, rgba(242, 201, 76, .75), rgba(242, 201, 76, .75) 12px, rgba(0, 0, 0, .75) 5px, rgba(0, 0, 0, .75) 25px );
    text-shadow: rgb(0, 0, 0) 1px 0px 10px;
}


.popup-window {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 400px;
    padding: 24px !important;
}

.popup-window h2 {
    margin: 0;
    text-align: start;
    font-size: 24px;
    border-bottom: 2px dashed var(--slate-steel);
    padding-bottom: 8px;
    color: var(--cloudy-white);
}

.popup-window p {
    margin: 0;
    text-align: start;
    font-size: 16px;
    font-weight: 400;
}

.popup-window b {
    font-weight: 700;
    color: var(--main-green);
}

.popupButtons-wrapper {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    border-top: 2px dashed var(--slate-steel);
    padding-top: 12px;
}

.popup-button {
    padding: 10px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    gap: 5px;
    font-family: Montserrat;
    color: var(--cloudy-white);
    transition: filter 100ms ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.popup-button img {
    height: 16px;
}

.popup-button:hover:not(:disabled) {
    filter: brightness(1.1);
}

.popup-button.go-back {
    border: 1px solid var(--slate-steel);
    background: none !important;
}

.popup-button.go-back:hover {
    background-color: #292d3170 !important;
    ;
}

.popup-button.create-now {
    background-color: var(--main-green);
}







.menu {
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    padding:4px;
}
.menu a {
    text-decoration: none;
    position: relative;
}
.nav-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--main-green);
    width: 0;
    transition: all 0.3s ease-in-out;
}

.shadow-line::after{
    content:'';
    display:block;
    position: absolute;
    background-color:var(--main-green);
    opacity:.25;
    width:100%;
    height:3px;
    bottom:-4px;
}

#signupLink.shadow-line::after{
    bottom:-14px;
    left:0;
}








@media screen and (max-width: 600px) {
    footer{
        padding:10px;
        gap:16px;
        padding-bottom: 70px;
    }
    footer ul {
        display: block;
    }

    footer ul li a{
        font-size:12px !important;
        margin:8px;
    }

    .footer_links {
        justify-content: flex-start;
    }


    header{
        height: 50px;
        padding-left:10px;
        padding-right: 10px;
    }

    header .logo img{
        height: 30px;
    }

    .mt-bar{
        width: 35px;
        height: 23px;
    }

    .mt-bar span{
        height: 3px;
        width: 35px;
    }

    .mt-bar span.middle{
        top:10px;
    }
    
    header .navigation{
        top:49px;
    }

    body{
        margin-top:49px;
    }

}