.fixedprofileinfoflex {
    right: 0;
    position: absolute;
    background: #00000069;
    margin-top: 125px;
    margin-bottom: 10px;
    border-radius: 100px 0px 0px 100px;
    display: flex;
    padding: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    border: 1px solid #0000000d;
    border-bottom: 1px solid #0000000d;
    box-shadow: 0px 2px 3px 0px #0000004f;
    min-width: 300px;
    z-index: 1;
}

.ptflex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    margin-left: 10px;
}

.profileimg {
    margin-right: 10px;
}

.profileinfo {
    margin-top: 5px;
}


.dropbtnaaa {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #0000000d;
    border-bottom: 1px solid #00000017;
    box-shadow: 0px 2px 3px 0px #44444438;
    background: #00000024;
    min-width: 150px;
    color: white;
    margin-top: 10px;
}

.dropdownaaa {
  position: relative;
  display: inline-block;
}

.dropdownaaa-content {
    display: none;
    position: absolute;
    background-color: #121212;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    margin-left: 0px;
    border-radius: 0 0 5px 5px;
    border-top: none !important;
    border: 1px solid #ffffff12;
}

.dropdownaaa-content a {
    color: #f7f7f7;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: start;
}

.dropdownaaa-content a:hover {
    background-color: #00000061;
}
.dropdownaaa:hover .dropdownaaa-content {display: block;}

.dropdownaaa:hover .dropbtnaaa {
    background-color: #ffffff2e;
}


.pif2 {
    font-size: 10px;
    font-style: italic;
}


span.liczba-wiado-folder {
    vertical-align: super;
    position: absolute;
    font-size: 11px;
    text-align: center;
    margin: 65px -33px;
    background: linear-gradient(0.3turn, #0b0b0b, #131313, #131313) !important;
    border: 1px solid #ffffff0f;
    z-index: 9999;
    padding: 10px 10px;
    border-radius: 50px;
    line-height: 18px;
    color: #ffffff;
    text-shadow: 0px 0px 8px #000000;
}

.welcomeblock {
    display: flex;
    /* font-size: 17px; */
}


.mrr5px {
    margin-right: 5px;
}

.socialbuttonsfls {
    /* background: #00000052; */
    font-weight: 600;
    padding: 6px 8px;
    /* border-radius: 4px; */
    /* border: 1px solid #1a1b1da3; */
    font-size: 27px;
}


.socialfb:hover {
	cursor:pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0fa9d5, #0072ff);
}


.socialinsta:hover {
	cursor:pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#833ab4,#fd1d1d,#fcb045 );
}


.socialwhats:hover {
	cursor:pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0c850b, #38d704, #4bff00);
}

.socialyt:hover {
	cursor:pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( to right, #e52d27,#b31217 );
}


svg#facebook {
    width: 27px;
}


.searchbar {
    display: flex;
    align-items: center;
}

.btforflexnsasa12 {
    background: #0a0a0a;
    color: white;
    padding: 6px 15px;
    border-radius: 3px;
    border: 1px solid #1f1f1f;
    margin-left: 10px;
}
.flstartbuttons {
    display: flex;
    align-items: center;
}



.info-blockchanin {
    display: none; /* Hidden by default */
    position: absolute;
    margin-top: 30px;
    padding: 20px;
    background: linear-gradient(130deg, #0c0e0ee0 28%, #0d0f10 40%, #0000008c 54%);
    border: 1px solid #181818;
    width: 700px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0px #000000b8;
    border-top: 1px solid #30303052;
    border-bottom: 1px solid #30303029;
    z-index: 1;

   
}



.blockchanin { display: flex;       /* Add flexbox */
    flex-wrap: wrap;     /* Allow wrapping to the next row */
    gap: 2%;             /* Space between blocks */
}


.info-blockchanin .blockspa {
    width: 49%;
    box-sizing: border-box;
    background-color: #171717;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-align: start;
    color: white;
	    display: flex;
    justify-content: space-between;
}

.containerbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 30px; */
    /* width: 100%; */
}

.button-wrapper {
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background: #1a1a1a;
    color: white !important;
    border-radius: 4px;
    border: 1px solid #282727;
    transition: background 0.3s, transform 0.3s; /* Smooth transition for background and scale */
    display: inline-flex;
    align-items: center; /* Center the icon and text */
}

.button-wrapper i {
    margin-left: 8px; /* Space between text and icon */
}

.button-wrapper:hover {
    background: #333; /* Slightly lighter background on hover */
    transform: scale(1.05); /* Slightly scale up the button */
}

.elmprice {
    color: #32c50d;
}


.textshopdesc {
    width: 50%;
}


.login {
    padding: 10px;
    background: #090b0b;
    border-radius: 4px;
    color: white;
    font-weight: 800;
    border: 1px solid #222222;
    margin-bottom: 10px;
    min-width: 200px;
}


.register {
    padding: 10px;
    background: #090b0b;
    border-radius: 4px;
    color: white;
    font-weight: 800;
    border: 1px solid #222222;
    margin-bottom: 10px;
    min-width: 200px;
}



span.welcome {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
}	




/* Button Styles */
.login {
    padding: 10px;
    background: #090b0b;
    border-radius: 4px;
    color: white;
    font-weight: 800;
    border: 1px solid #222222;
    margin-bottom: 10px;
    min-width: 200px;
    cursor: pointer;
}

/* The Custom Modal (hidden by default) */
.custom-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Custom Modal Content */
.custom-modal-content {
    background-color: #050707;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #101010;
    width: 27%;
    box-shadow: 0 0 14px black;
    border-radius: 4px;
    right: 300px;
    position: absolute;
}

/* The Custom Close Button */
.custom-close {
    color: #aaa;
    float: right;
    font-size: 34px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: -20px;
    right: -5px;
    background: #181717;
    padding: 10px;
}

.custom-close:hover,
.custom-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.textandclose {
    display: flex;
    justify-content: space-between;
}

.cutommdltxt {
    /* width: 93%; */
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.button-wrapperlogin {
    text-align: center;
    padding: 5px 10px;
    width: fit-content;
    font-size: 13px;
    cursor: pointer;
    background: #1a1a1a;
    color: white !important;
    border-radius: 4px;
    border: 1px solid #282727;
    transition: background 0.3s, transform 0.3s;
    display: inline-flex;
    align-items: center;
}


.inflexcontbox {
    display: flex;
    align-items: flex-start;
}










.login-form {
    max-width: 400px;
    margin: 0px auto;
    padding: 20px;
    /* background-color: #1e1e1e; */
    /* border-radius: 8px; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
}

.login-header {
    background-color: #333333;
    /* color: #ffffff; */
    /* text-align: center; */
    /* padding: 10px; */
    border-bottom: 1px solid #2c2a2a;
    /* font-size: 18px; */
    margin-bottom: 10px;
    /* border-radius: 6px 6px 0 0; */
}

.login-body {
    /* display: block; */
    /* flex-direction: column; */
    /* text-align: start; */
}

.login-body input[type="text"],
.login-body input[type="password"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 0;
    background-color: #262626;
    border: 1px solid #444444;
    border-radius: 4px;
    color: #ffffff;
}

.login-body input[type="submit"] {
    width: 95%;
    /* padding: 12px; */
    /* background-color: #333333; */
    /* border: none; */
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    float: inline-start;
    margin-top: 10px;
}

.login-body input[type="submit"]:hover {
    background-color: #555555;
}


.scontenttxt {
    font-size: 10.5px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    padding: 9px;
    font-variant: unicase;
    font-style: italic;
}

span.promocode20 {
    font-family: sans-serif;
    padding: 0px;
    margin-bottom: 10px;
    font-style: italic;
    background: transparent url(https://upload.wtfcs.ro/images/69606467032231032627.gif);
    color: gold;
    font-size: 20px;
}










		