body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(247, 247, 247, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: 100vh;
    padding: 20px;
}
#paymentsUserName::placeholder {
    color: #555;
    opacity: 1; /* přepíše defaultní nižší opacity u placeholderů */
}

#searchUserInput::placeholder {
    color: #555;
    opacity: 1 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    width: 100%;
    border-radius: 0;
    border-bottom: solid 1px #0D92F4 !important;
    color: #0D92F4 !important;
    background-color: transparent !important;
}

#searchUserInputContacts::placeholder{
    color: #555;
    opacity: 1; /* přepíše defaultní nižší opacity u placeholderů */
}

#searchAllUserInputContacts::placeholder{
    color: #555;
    opacity: 1; /* přepíše defaultní nižší opacity u placeholderů */
}
#searchCallInput::placeholder{
    color: #555;
    opacity: 1; /* přepíše defaultní nižší opacity u placeholderů */
}
#searchAllUserInput::placeholder{
color: #555;
    opacity: 1; /* přepíše defaultní nižší opacity u placeholderů */
}

#verify-modal {
    position: absolute;
    left: 50%;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    color: #000000;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1rem;
    z-index: 55555;
    position: fixed;
    width: 525px;
    height: 440px;
    background-color: rgb(255 255 255);
    align-items: center;
    justify-content: center;
    z-index: 55555;
    padding: 20px 0;
}

@media (max-width: 768px) {
    #verify-modal {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    #verify-modal .popup-header h5 {
        font-size: 1.2rem; /* menší nadpis */
    }

    #verify-modal .content p,
    #verify-modal .content a,
    #verify-modal .content span {
        font-size: 0.9rem; /* menší texty pro lepší čitelnost */
    }

    #verify-modal .flex.waiting i {
        font-size: 35px; /* menší spiner */
    }
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(0, 0, 0, 0.1); /* světle šedý kruh */
    border-top: 6px solid #0D92F4; /* barva kruhu */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.resend-link-verify {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    text-decoration: underline;
    align-items: center;
    justify-content: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Volitelně pro centrování textu pod spinnerem */
.waiting {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#overlay-img-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5555;
}

#verify-modal .modal-content {
    background-color: white;
    padding: 2rem;
    border-radius: 1rem;
    color: #000000;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
}

@media (min-width: 1300px) {
    body {
        background: linear-gradient(180deg, #0D92F4, #ffffff, #ffffff) !important;
        background-repeat: no-repeat !important;
    }
}

@media (min-width: 1600px) and (max-width: 1600px) {
    .container {
        border-radius: 0 !important;
        height: 100%;
        overflow: hidden;
        min-width: 1600px !important;
        max-height: 100% !important;
    }
}

@media (max-width: 1600px) {
    body {
        padding: 0 !important;
    }

    .window {
        margin: auto !important;
    }

    .chat-icons {
        border-radius: 0 !important;
    }
}

@media (max-width: 1300px) {
    body {
        border-radius: 0;
        padding: 0 !important;
        background-color: white !important;
    }

    .chat-icons {
        border-radius: 0 0 0 0 !important;
    }

    .window {
        border-radius: 0 0 0 0 !important;
    }

    .container {
        border-radius: 0 !important;
        width: 100% !important;
        max-height: 100% !important;
    }
}

@media (min-width: 1025px) {
    .transactions-list {
        display: flex;
        flex-direction: column;
        gap: 7px;
        flex-grow: 1;
        padding: 0 15px !important;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 0;
    }
}

/*@media (max-height: 795px) {*/
/*    .panels {*/
/* max-height: 400px !important;*/
/*    }*/
/*}*/

@media (min-width: 769px) {
    .transactions-list {
        overflow-y: auto;
    }
}

.gap-30 {
    gap: 30px;
}

.transfer-button {
    border: 1px solid #0D92F4 !important;
    color: #0D92F4;
    padding: 10px !important;
    text-align: start;
    display: flex;
    align-items: center;
    width: 300px;
    background-color: transparent;
    text-transform: capitalize;
    transition: background-color 0.3s ease;
}

.transfer-href {
    text-align: justify;
    width: 100%;
    border: solid 1px #0D92F4;
    padding: 10px;
    border-radius: 0.5rem;
}

.close-href {
    background-color: #afafafb3;
    text-transform: uppercase;
    border: none !important;
    text-align: center;
    width: 100%;
    cursor: pointer;
    padding: 10px;
    border-radius: 0.5rem;
    color: #878787b3
}

.transfer-info {
    gap: 10px;
    width: 75%;
    margin: auto
}

.trans-icon {
    font-size: 14px;
    color: black;
    width: 20px;
}

.transfer-content {
    display: flex;
    justify-content: space-between;
}

.close-href:hover {
    color: white !important;
    text-decoration: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.transfer-href:hover {
    background-color: #0D92F4;
    text-decoration: none;
}

.max-h-100 {
    max-height: 100% !important;
}

.transfer-button:hover {
    background-color: #0D92F4;
    color: white !important;
}

.menu-i {
    margin-left: auto;
    color: #007bff;
    font-size: 16px;
    cursor: pointer;
}

.menu-i:hover {
    color: #0D92F4 !important
}

#messages-list {
    overflow: auto;
    height: -webkit-fill-available;
    /*scrollbar-width: thin;*/
    /*scrollbar-color: #afafafb3 transparent;*/
}

.lazy-blur {
    filter: blur(8px);
    transition: filter 0.4s ease-out;
}

.lazy-blur-loaded {
    filter: blur(0);
}

#messages-list::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

#messages-list::-webkit-scrollbar-track {
    background: transparent; /* Pozadí pro oblast posuvníku */
}

.messages-list::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

.messages-list::-webkit-scrollbar-track {
    background: transparent; /* Pozadí pro oblast posuvníku */
}

.messages-list::-webkit-scrollbar-thumb {
    background-color: #afafafb3; /* Barva posuvníku */
    border-radius: 10px; /* Zaoblené rohy posuvníku */
    border: 2px solid transparent; /* Okraje posuvníku */
    background-clip: content-box; /* Zajišťuje správné umístění barvy a okrajů */
}

.messages-list::-webkit-scrollbar-thumb:hover {
    background-color: #8f8f8fb3; /* Tmavší barva při najetí myší */
}

.main-color {
    color: #0D92F4;
}

.payment-icon {
    font-size: 34px !important;
    margin-top: -4px !important;
    color: black !important;
}

.pick-variant > label, .profitCont > label {
    display: flex;
    justify-content: space-between;
}

.color-grey {
    color: #e1e1e1 !important;
}

.flex-row {
    flex-direction: row;
}

.container {
    position: relative;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    overflow-x: hidden;
    max-width: 1840px;
    border-radius: 1rem;
    width: max-content;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    /*max-height: 100vh;*/
    overflow: hidden;
    min-width: 1500px;
    max-height: 750px;
}


.headset {
    font-size: 150px;
}

.mobile-show {
    display: none !important;
}

.nav-tabs .nav-item {
    /*margin: 5px; zruseno kvuli deposit*/
}

@media (min-width: 900px) {
    .support-box {
        flex-direction: row !important;;
    }
}
.gap-0-i{
    gap: 0 !important;
}
.m-t-15-minus {
    margin-top: 5px !important;
}

#new-action-button-send.display-hidden {
    visibility: hidden;
    position: absolute;
}

#newinvestbutton.display-hidden {
    visibility: hidden;
    position: absolute;
}

@media (max-width: 1176px) {
    .overviewCards b {
        font-size: 20px !important;
    }

    #calls-list {
        max-height: 1000px !important;
    }

    .overviewCards__label {

    }

    #menu-edit {
        display: none !important;
    }

    #menu-messagess {
        display: none !important;
    }

    #menu-calls {
        display: none !important;
    }

    #menu-contacts {
        display: none !important;
    }

    #menu-profil {
        display: none !important;
    }
}

.message-list-div {
    padding: 6px 10px 6px 20px;
}

.no-transactions {
    margin: auto;
}
/* hlavní container */
#transactionTabsContent {
    height: 100% !important;
}

/* všechny trans-listy */
.transactions-list {
    height: 100% !important;
}

/* No transactions uvnitř */
.no-transactions {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (max-width: 800px) {
    .overviewCards__label {
        display: none;
    }

    .share-box-actions {
        gap: 15px !important;
    }

    .mobile-column {
        display: flex;
        flex-direction: column;
    }

    .message-list-div {
        padding: 6px 10px 6px 0 !important;
    }

    .no-transactions {

    }
}

.admin-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(122, 2, 2, 0.5) !important;
}

@media (max-width: 1480px) {

    .container {
        flex-wrap: nowrap;
    }

}


.gap-20 {
    gap: 20px;
}

.bod-r-2 {
    border-radius: 2rem !important;
}

@media (max-width: 1440px) {
    #newDonate {
        width: 100% !important;
    }

    .panels {
        width: 100% !important;
    }

    .overviewCards {
        width: 100% !important;
    }
}

@media (max-width: 475px) {

    .transactions-active {
        box-shadow: none !important;
    }

    .wallet-box {
        overflow: hidden !important;
    }
}

.standalone {
    bottom: -20px !important;
}

.footer-mobile {
    position: absolute;
    bottom: -11px;
    height: auto;
    background: white;
    gap: 40px !important;
    justify-content: space-evenly !important;
}


.user-list {
    width: 271px;
    background-color: #fff;
    padding: 0 30px;
}

#menu-edit {
    padding: 30px 30px 0 30px !important;
}

.mr-0 {
    margin: 0 auto !important;
}

.mobile-submenu {
    margin: 20px;
    width: 100% !important;
}

.user-list h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 18px;
}

.user-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 150px);
    gap: 8px;
}


.user-letter {
    font-weight: bold;
}

.user-list li {
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: -3px;
}

.user-list li:hover {
    background-color: rgba(255, 255, 255, 0.73);
}

.mar-b-15 {
    margin-bottom: 15px;
}

.search-input {
    border-radius: 0.5rem;
    padding: 10px;
    width: 88%;
    height: 34px;
    border: lightgray;
    background-color: #d3d3d352;
}

.add-button {
    display: flex;
    font-size: 25px;
    cursor: pointer;
    padding: 6px 8px;
    align-items: center;
    border-radius: 0.5rem;
}

.icon-x {
    background: #e3e3e3;
    padding: 3px 5px;
    width: 27px;
    margin: auto;
    height: 27px;
    color: white;
    border-radius: 5rem;
}

.call-icon {
    font-size: 25px !important;
    margin-right: 10px;
}

.not-selected-contact {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}

#chat-window {
    height: 100%;
    padding: 0;
    border: none !important;
    position: relative;
    grid-template-columns: 1fr;
    margin: 0;
    width: 100%;
    border-radius: 20px;
    background-color: #FAFAFA;
    background-image: url("../../../Images/chat-bg.png");
}

.loader {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loadIcon {
    width: 48px;
    height: 48px;
    border: 5px solid #87CEFA;
    border-bottom-color: #0D92F4;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    margin: auto;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.chat-area {
    overflow-y: auto; /* Umožní svislý posuvník, pokud obsah přesahuje */
    scrollbar-width: thin; /* Tenký posuvník pro Firefox */
    scrollbar-color: #afafafb3 transparent; /* Barva posuvníku a pozadí pro Firefox */
}

.m-r-10 {
    margin-right: 10px;
}

.box-container {
    verflow-y: auto; /* Umožní svislý posuvník, pokud obsah přesahuje */
    scrollbar-width: thin; /* Tenký posuvník pro Firefox */
    scrollbar-color: #afafafb3 transparent; /* Barva posuvníku a pozadí pro Firefox */
}

.box-container::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

.box-container::-webkit-scrollbar-thumb {
    background-color: #afafafb3; /* Barva posuvníku */
    border-radius: 10px; /* Zaoblené rohy posuvníku */
    border: 2px solid transparent; /* Okraje posuvníku */
    background-clip: content-box; /* Zajišťuje správné umístění barvy a okrajů */
}

.transactions-list {
    /*verflow-y: auto; !* Umožní svislý posuvník, pokud obsah přesahuje *!*/
    scrollbar-width: thin; /* Tenký posuvník pro Firefox */
    scrollbar-color: #afafafb3 transparent; /* Barva posuvníku a pozadí pro Firefox */
}

.transactions-list::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

.transactions-list::-webkit-scrollbar-track {
    background: transparent; /* Pozadí pro oblast posuvníku */
}

.transactions-list::-webkit-scrollbar-thumb {
    background-color: #afafafb3; /* Barva posuvníku */
    border-radius: 10px; /* Zaoblené rohy posuvníku */
    border: 2px solid transparent; /* Okraje posuvníku */
    background-clip: content-box; /* Zajišťuje správné umístění barvy a okrajů */
}

.transactions-list::-webkit-scrollbar-thumb:hover {
    background-color: #8f8f8fb3; /* Tmavší barva při najetí myší */
}

.chat-area::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

.chat-area::-webkit-scrollbar-track {
    background: transparent; /* Pozadí pro oblast posuvníku */
}

.chat-area::-webkit-scrollbar-thumb {
    background-color: #afafafb3; /* Barva posuvníku */
    border-radius: 10px; /* Zaoblené rohy posuvníku */
    border: 2px solid transparent; /* Okraje posuvníku */
    background-clip: content-box; /* Zajišťuje správné umístění barvy a okrajů */
}

.chat-area::-webkit-scrollbar-thumb:hover {
    background-color: #8f8f8fb3; /* Tmavší barva při najetí myší */
}

.selected-contact {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 750px;
    padding: 0 30px;
    flex-direction: column;
}


.window {
    display: grid;
    grid-template-columns: calc(100% - 360px) 360px;
    gap: 25px;
    margin-right: 25px;
    margin-left: 20px;
    padding: 25px 0;
    background-color: #fff;
    border-radius: 0 1rem 1rem 0;
    height: 100%;
    overflow: hidden;
}

.admin_icon_margin_top_auto {
    margin-top: auto;
}

.admin_logo_margin_left {
    margin-left: -8px;
}

.admin_main_window {
    max-width: 1000px;
}

.admin_flex_row {
    display: flex;
    flex-direction: row;
    gap: 4px;
    text-align: center;
    align-items: center;
}

.admin_ad_flex_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 98%;
}

.admin_ad_flex_column {
    display: flex;
    flex-direction: column;
    width: 333px;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
    border-radius: 0.5rem;
    max-height: 100%;
    overflow: hidden;
}

.mute-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin_image {
    width: 100%;
    max-width: 333px;
    height: auto;
    /* border-radius: 0.5rem; */
    object-fit: contain;
}

.m-r-0 {
    margin: 0 !important;
}

.save-button {
    max-width: 485px;
    width: 100%;
    height: 55px;
}

#chat {
    flex-grow: 1; /* Zajistí, že chat vyplní volný prostor */
    overflow-y: auto; /* Povolení scrollování */
    overflow-x: hidden;
    padding: 0 30px;
    margin-bottom: 15px; /* Mezera nad inputem */
    border-radius: 5px;
    background-color: transparent !important;
    min-height: 0; /* Zabrání nežádoucímu růstu */
}

#chat strong {
    color: #007bff;
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0056b3;
}

/* Styl pro vaše zprávy */
.message-right {
    text-align: right;
    background-color: #0d92f414;
    color: #000000;
    padding: 10px;
    position: relative;
    border-radius: 10px;
    display: inline-block;
    margin: 2px;
    margin-bottom: 8px;
    max-width: 550px;
    float: right;
    clear: both;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.message-date {
    background-color: transparent !important;
    margin-right: -2px;
    margin-top: -15px;
    margin-bottom: 0;
}

.overflow-none {
    overflow: hidden !important;
}

/* Styl pro příchozí zprávy */
.message-left {
    display: flex;
    gap: 10px;
    padding: 0;
    padding-bottom: 10px;
    text-align: left;
    color: #5b5b5b;
    border-radius: 15px;
    margin-bottom: 8px;
    max-width: 550px;
    float: left;
    clear: both;
    flex-direction: row;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.m-r-l-40 {
    margin-left: 40px
}

.msg-time {
    background-color: #0d92f4;
    height: initial;
    padding: 10px;
    border-radius: 10px;
    color: white;
}

.window {
    /*width: 1000px;*/
}

.login-form {
    margin: 100px auto;
}

.video-container {
    display: flex;
    justify-content: space-around;
}

video {
    max-width: 250px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.video-controls button {
    margin-right: 5px;
}

.logo {
    width: 30px;
    height: 30px;
}

.icon:hover {
    color: #0D92F4;
}

.icon-active {
    color: #0D92F4 !important;
}

.icon {
    width: 30px;
    font-size: 30px;
    color: #dcdcdc;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tab-link {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}


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

@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
    /* Snížení výšky skákání */
}

#call-info-text {
    display: inline-block;
    margin: 20px 20px 0 auto;
    z-index: 45454;
    white-space: nowrap;
}

#call-info-text span {
    display: inline-block;
}


#localVideo {
    border: none !important;
    height: auto;
    width: 165px;
    position: absolute;
    top: 20px;
    left: auto; /* Přidejte tuto řádku */
    right: 20px;
    z-index: 555550;
    cursor: grab;
    pointer-events: auto;
}

#remoteVideo {
    border: none !important;
    height: 100vh; /* Vyplní výšku obrazovky */
    width: 100%; /* Zajišťuje, že video pokryje celou šířku */
    max-width: 100%; /* Zajišťuje, že video pokryje celou šířku */
    object-fit: cover; /* Zachová poměr stran a vyplní celé okno */
    position: absolute;

    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 !important;
}

.info-text {
    border: 1px solid #CCCCCC;
    padding: 9px;
    border-radius: 0.5rem;
    margin: 0 58px;
}

@media (min-width: 768px) {
    .col-md-5 {
        padding: 0 !important;
    }
}

.p-58 {
    padding: 0 58px;
}

.small-icon {
    width: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.new-message {
    width: 83px;
    font-size: 83px;
    color: #0D92F4;
    margin: 30px auto;
}

.deepskyblue {
    color: #0D92F4;
}

#sendMessageButton {
    display: none;
}

#sponsored-box {
    width: 333px !important;
}

.end-button {
    background-color: red !important;
}

.accept-button {
    background-color: #05cb05 !important;
}

.call-buttons {
    border: none;
    background: none;
    color: #afafafb3;
    padding: 8px;
    height: 56px;
    margin: 0 15px;
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.chat-icons {
    border-radius: 1rem 0 0 1rem;
    align-items: center;
    text-align: center;
    background-color: white;
    border: 0px solid #CCC;
    z-index: 1001;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
    margin: 0;
}

.p-17 {
    padding: 0 6px !important;
}

.notification .badge {
    background-color: #0D92F4;
}

.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #0D92F4;
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 12px;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    width: 26px;
    height: 26px;
    text-align: center;
    white-space: nowrap;
    min-width: 1.5em;
    /* height: 1.5em; */
    aspect-ratio: 1 / 1;
    border: 2px solid white;
    border-radius: 50%;
    padding: 0.8em;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.icon-container {
    font-size: 19px;
    position: relative
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
}

.main-box {
    width: 100%;
    background: linear-gradient(90deg, #cac9c9, #f3f6f4, #f2f2f2, #8f8f8f, #eeeeee, #cac9c9);
    background-size: 600% 100%;
    animation-direction: alternate;
}


.item-box {
    display: flex;
    flex-wrap: wrap;
}

.contact-box {
    display: flex;
    align-items: center;
}

.message-li {
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.modal-content {
    background-color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    width: 320px;
    border-radius: 1rem;
}

.pointer {
    cursor: pointer;
}

#contact-box {
    border-radius: 0.5rem;
}

.p-20 {
    padding: 20px;
}

.p-t-20 {
    padding: 0 20px 20px 20px;
}

.send-money-modal {
    width: 100%;
    height: 510px;
    margin-top: 224px;
    max-width: 1008px;
}

.text-center {
    text-align: center !important;
}

.sendMessageModal {
    height: 682px;
    margin-top: 103px;
}

.modal-dialog {
    max-width: 991px !important;
    margin-right: auto;
    margin-left: auto;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}

/* Stylování inputu a tlačítka */
input[type=email] {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}

button {
    padding: 10px 20px;
    color: #c7c7c7;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: transparent;
    color: #0D92F4;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.video-controls {
    display: flex;
    align-items: center;
}

.end-call-button {
    display: none; /* Tuto vlastnost můžeš nastavit podle potřeby */
    border: none;
    background: none;
}

.call-buttons {
    border: none;
    background: none;
    cursor: pointer;
}

.video-button, .audio-button {
    font-size: 24px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.header {
    display: flex;
    justify-content: space-between;
    height: 90px;
    padding: 30px;
    align-items: center;
}

.user-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.user-name {
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
}

#userNick {
    font-size: 10px;
}


.video-controls {
    display: flex;
    align-items: center;
}

.end-call-button {
    border: none;
    background: none;
}

.call-buttons {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    width: 80%;
    border-radius: 1.5rem;
    gap: 15px;
    z-index: 555;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

#endedText {
    margin-top: auto !important
}

#closeCallIcon {
    z-index: 555;
}

.white {
    color: white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: -6px;
    top: 27px;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.chat-area {
    margin-bottom: 20px; /* Mezery pro chat area */
}

.message-input {
    display: flex;
    align-items: center;
}

.video-container {
    margin-top: 10px;
}

.video {
    width: 100%; /* Přizpůsobení videa */
    max-width: 500px; /* Maximální šířka pro video */
}

.call-status {
    margin-top: 10px;
    font-weight: bold;
}

.file-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    margin-right: 10px; /* Mezera mezi tlačítky */
}

.message-input {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    flex-shrink: 0;
    margin-bottom: 10px;
}

.form-group {
    position: relative;
}

.form-label {
    position: absolute;
    top: 0.1rem;
    left: 1rem; /* Vzdálenost od levého okraje inputu */
    font-size: 0.75rem; /* Velikost písma */
    color: #6c757d; /* Barva popisku */
    transition: 0.2s; /* Animace pro plynulé posouvání */
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

label {
    display: inline-block;
}

.form-control {
    width: 100%;
    height: 55px;
    max-width: 600px; /* Maximální šířka inputu (pokud je to žádoucí) */
    border-radius: 0.5rem; /* Zakulacení rohů */
    border: 1px solid #afafafb3; /* Barva okraje */
    padding: 1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /*border: none;*/
}


.fade {
    width: 100%;
    height: 100%;
    padding-top: 15px;
}

.nav-link {
    color: black;
}

.m-1 {
    margin: 0.25rem 0 !important;
}

.flex-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.deposit-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important
}

.modal-backdrop.show {
    display: none;
}

.emoji-button, .voice-button {
    cursor: pointer;
    font-size: 1.2em;
}

.emoji-button:hover {
    color: #0D92F4;
}

.voice-button:hover {
}

.file-button :hover {
    color: #0D92F4;
}

.emoji-picker {
    position: absolute;
    bottom: 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.emoji-button {
    color: #afafafb3;
    margin: 0 15px;
}

.voice-button, #send-voice-button, #send-button {
    background-color: #0D92F4;
    padding: 3px 9px;
    color: white;
    margin-left: 10px;
    border-radius: 50%;
}

.m-l-0 {
    margin-left: 0 !important;
}

.x-large {
    font-size: x-large;
}

.call-button {
    width: 40px;
    height: 40px;
    padding: 0 !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0;
}

.width-45 {
    /*width: 47% !important;*/
}

.opacity-2 {
    opacity: 0.2;
}

.file-button {
    color: #afafafb3;
    margin-right: 15px;
}

.message-left img {
    width: 150px; /* Přizpůsobit velikost podle potřeby */
    height: auto;
}

.message-right img {
    width: 150px; /* Přizpůsobit velikost podle potřeby */
    height: auto;
}

.overviewCards > a > div {
    text-align: left;
    border-radius: 15px;
    color: white;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 15%, rgba(60, 60, 60, 1) 50%, rgba(169, 169, 169, 1) 100%);
    padding: 15px;
    box-shadow: rgb(0 0 0 / 94%) -2px 3px 6px 2px;
}

.overviewCards {
    display: flex;
    text-align: center;
    gap: 30px;
    width: 100%;
    height: auto;
}

.card {
    width: 300px;
    border-radius: 1.5rem;
    text-decoration: none !important;
    border: none;
}

.overviewCards a .overviewCards__inner {
    display: block;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-radius: 15px;
    text-decoration: none !important;
}

.overviewCards .overviewCards__balance {
    padding-top: 0;
    box-shadow: none !important;
}

.form-control:focus {
    width: 98% !important;
    margin: auto;
}

.overviewCards b {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}

.avatar-box {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.overviewCards .active div {
    box-shadow: rgba(0, 123, 255, 0.5) -2px 3px 6px 2px;
}

.errors {
    list-style-type: none; /* Remove bullets */
    margin: 10px 0;
    padding: 0;
}

.alert-danger {
    height: 58px;
    margin: 10px 0;
    padding: 5px 10px;
    width: 100%;
    border-radius: 0.5rem;
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}

.overviewCards div:hover {
    box-shadow: rgba(0, 123, 255, 0.5) -2px 3px 6px 2px;
}

.box-shadow-none {
    box-shadow: none !important;
}

.donate-bar {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 60px;
    max-height: 250px;
    align-items: center;
    /* padding: 60px; */
    border-radius: 1rem;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);

}

.donate-color {
    color: #ffffff !important;
}

.line-height-normal {
    line-height: normal;
}

.donate-chevron {
    border: solid 1px #ffffff;
    color: #ffffff;
    border-radius: 50%;
    padding: 0px 9px;
    display: flex;
    height: 36px;
    align-items: center;
    cursor: pointer;
}

.gap-40 {
    gap: 40px;
}

.panels {
    height: 100%;
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    overflow: auto;
    padding: 15px 0;
    margin-bottom: 3px !important;
    grid-gap: 15px;
    border-radius: 20px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;
    margin: 0;
}

.panelsSubmenu .menu a:first-child:has(.active) {
    background-color: white !important;
    color: black;
}

.panelsSubmenu .menu div > a {
    border-radius: 0.5rem;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 49%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    position: relative;
    text-decoration: none;
}

.panelsSubmenu .menu > a {
    display: inline-block;
    border-radius: 0.5rem;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 49%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    position: relative;
    text-decoration: none;
}

.panelsSubmenu {
    position: relative;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.table.investments .investments__info {
    vertical-align: middle;
}

.table tr, .table td, .table th {
    border-top: 0px;
}

.table > :not(caption) > * > * {
    padding: 0.8rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table.investments .investments__date {
    display: block;
    color: grey;
}

.panelsSubmenu .menu a:first-child:has(.active) {
    background-color: white !important;
    color: black;
}

.panelsSubmenu .menu {
    justify-content: space-between;
    display: flex;
    gap: 15px;
}

.panelsSubmenu .menu a:last-child {
    background-color: #0D92F4;
    color: white;
}

.panelsSubmenu .menu a:last-child:has(.active) {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.panelsSubmenu .menu a:first-child:has(.active) {
    background-color: white !important;
    color: black;

}

.fa-spin {
    color: #0D92F4;
}

.panelsSubmenu .menu a:last-child {
    background-color: #0D92F4;
    color: white;
}

.panelsSubmenu .menu a:last-child:has(.active) {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.row--claim {
    background-color: white;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 5px;
}

.anonymous {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    opacity: .6;
}

.anonymous button {
    border: unset;
}

.anonymous > * {
    padding: 0;
    margin: 0;
    position: static !important;
    font-size: 16px;
    font-weight: 500;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: Merriweather Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.admin-btn {
    border-radius: 1.5rem !important;
    color: white !important;
    width: 100%;
    height: 56px;
    font-weight: bold;
    margin-top: 20px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.btn-primary {
    background: #2975ff;
}

.btn-xl {
    padding: 1rem 2.25rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    border: solid 2px;
    border-color: #2975ff;
    border-radius: 10rem;
}


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2975ff;
    --bs-btn-border-color: #272828;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0255ec;
    --bs-btn-hover-border-color: #2975ff;
    --bs-btn-focus-shadow-rgb: 246, 122, 88;
    --bs-btn-active-color: #2975ff;
    --bs-btn-active-bg: #2975ff;
    --bs-btn-active-border-color: #b74a2c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #272828;
    --bs-btn-disabled-border-color: #272828;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: Merriweather Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 0.5rem !important;
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.clear-button {
    color: #757779;
    background-color: transparent;
}

.btn-primary {
    background: #2975ff;
}

.modal {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.transactions-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex-grow: 1;
    padding: 0 15px !important;
    overflow-x: hidden;
    min-height: 0;
}

.b-r {
    border-right: 1px solid #ccc;
}

.form-box {
    padding: 15px 15px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.form-column {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-direction: column;
}

.form-list {
    height: 100% !important;;
    overflow: hidden;
    padding: 0 !important
}

.transaction-item {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 40px 1fr 1fr;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    height: 85px;
    padding: 20px 15px !important;
    transition: all 0.3s ease;
}

.waiting {
    text-align: center;
    align-items: center;
    gap: 10px;
    margin: auto;
}

.transactions-tab-a {
    margin: auto;
    color: black;
    min-width: 200px;
    padding: 15px 0 30px 0 !important;
    text-align: center;
    border-radius: 0;
    width: -webkit-fill-available;
}

.profil-menu {
    gap: 25px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    border-radius: 0.5rem;
}

.transactions-active {
    /*border: 2px solid #0d92f4;*/
    border-radius: 19px;
    width: 100%;
}

#transactionTabsContent {
    overflow: auto;
    margin: 0;
    padding: 0;
}


.transaction-item:hover {
    border-color: #0D92F4;
    cursor: pointer;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    /*transform: translateY(-5px);*/
}

.transaction-icon {
    display: flex;
    position: relative;
    font-size: 40px;
    height: 40px;
    color: #007bff;
    margin-right: 10px;
}

.transfer-icon {
    position: absolute;
    bottom: -2px;
    display: flex;
    height: 20px;
    width: 20px;
    right: -10px;
    font-size: 12px;
    color: #ffffff;
    background-color: #00000096;
    padding: 1px 4px;
    border: 1px solid #fafafa;
    border-radius: 1.5rem;
    align-items: center;
    justify-content: center;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%) translateY(0); /* zleva, bez pohybu shora */
        opacity: 0;
    }
    to {
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}

/* Ujisti se, že přepisuješ transformace Bootstrapu */
.modal-dialog {
    margin: 0 auto; /* centrování horizontálně */
    max-width: 600px;
    transform: none !important;
}

.modal-content {
    animation: slideInFromLeft 0.4s ease-out;
}


.avatar-icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 30px;
    color: #ffffff;
    background-color: #00000096;
    padding: 1px 10px;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

#invest-new, #trans-send {
    max-height: 100%;
}

#closeMenuButton {
    top: 31px;
}

.transaction-admin-text {
    font-size: 10px;
    color: #999;
}

.transaction-details {
    display: flex;
    height: 100%;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-around;
}

.transaction-info {
    line-height: normal;
    font-size: 14px;
    color: #333;
}

.transaction-type {
    /*font-weight: bold;*/
}

.transaction-date {
    font-size: 12px;
    color: #999;
}

.share-button {
    border: 1px solid #0D92F4 !important;
    color: #0D92F4;
    padding: 10px !important;
    text-align: start;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.share-icon {
    color: #0D92F4;
    font-size: 14px;
    width: 14px;
    margin-right: 7px
}

.share-head {
    width: 100%;
    display: flex;
    z-index: 10;
    padding: 0 32px;
    top: 20px;
    position: absolute;
    align-items: center;
    justify-content: space-between;
}

.transaction-amount {
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
    min-width: 80px;
    flex-grow: 1;
    justify-content: space-around;
}

#deposit-box {
    margin-top: 20px;
    height: 100%;
    max-height: 100%;
}

#transactionInfoDeposit {

}

.amount {
    color: #000000;
}

.loading-gif {
    max-width: 80px;
}


.flex-1 {
    flex: 1;
}

.amount.negative {
    color: #dc3545;
}

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

.p-0 {
    padding: 0 !important;
}

.period, .interest, .annual, .monthly {
    width: 180px;
    text-align: center;
    align-items: center;
    display: flex;
    height: 40px;
    padding: 0 !important;
    justify-content: center;
}

.special-close-button {
    padding: 10px;
    text-align: center;
    height: 56px;
    width: 100%;
    display: flex;
    border-radius: 0.5rem;
    background-color: #dcdcdc;
    justify-content: center;
    color: grey !important;
    border: 1px solid #dcdcdc !important;
    align-items: center;
}

.invest-result {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.profit, .annual, .monthly {
    padding: 5px;
    text-align: center;
    align-items: center;
    display: flex;
    max-height: 40px;
    justify-content: center;
}

.price-label {
    padding: 30px 12px 10px 10px !important;
    margin-bottom: 0;
    font-weight: bold;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem) !important;
}

.column-beetwen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row-between {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.delete {
    display: flex;
    background-color: #afafafb3;
    align-items: center;
    justify-content: center
}

.check, .profit {
    text-align: center;
    display: flex;
    width: 63px !important;
    height: 40px !important;;
    margin: 7px 0;
    padding: 0px;
    margin-left: 0;
    justify-content: center;
    align-items: center;
}

.f-s-22 {
    font-size: 22px;
}

#overlay-img {
    position: absolute;
    z-index: 50;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

#searchUserInput, #searchAllUserInput, #searchUserInputContacts, #searchAllUserInputContacts, #searchCallInput {
    background-color: #dcdcdc;
    width: 95%;
    padding: 6px 10px 6px 32px !important;
    opacity: .5;
    border-radius: 2rem;
    border: none;
}

.menu-item {
    color: black;
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    gap: 17px;
    align-items: center;
}

.search-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px !important;
}

.search-label {
    padding: 6px 10px 6px 32px !important;
    color: #5b5b5b;
    font-size: 15px;
}

.overlay-menu {

}

.opacity-overlay {

}

/* Skrytí panelu a příprava animace */
#menu-profil {
    position: absolute;
    top: 0;
    right: -800px;
    width: 345px;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 30px 10px;
}

#menu-edit {
    position: absolute;
    top: 0;
    right: -800px;
    width: 345px;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 30px 10px;
}

#menu-edit.open {
    left: 90px;
}

#menu-profil.open {
    left: 90px;
}


#menu-contacts {
    position: absolute;
    top: 0;
    right: -800px;
    width: 345px;
    height: 100%;
    padding-bottom: 0 !important;
    background-color: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 30px 20px;
    overflow: hidden;
    scrollbar-width: thin;
    scrollbar-color: #afafafb3 transparent;
}

.menu-contacts::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

.menu-contacts::-webkit-scrollbar-track {
    background: transparent; /* Pozadí pro oblast posuvníku */
}

.menu-contacts::-webkit-scrollbar-thumb {
    background-color: #afafafb3; /* Barva posuvníku */
    border-radius: 10px; /* Zaoblené rohy posuvníku */
    border: 2px solid transparent; /* Okraje posuvníku */
    background-clip: content-box; /* Zajišťuje správné umístění barvy a okrajů */
}

.menu-contacts::-webkit-scrollbar-thumb:hover {
    background-color: #8f8f8fb3; /* Tmavší barva při najetí myší */
}

.submenu-li {
    border-radius: 0 !important;
    width: 100%;
    margin: 5px 0 !important;
}

.submenu-icon {
    font-size: 11px;
}

.submenu-a {
    display: flex;
    padding: 0 !important;
    justify-content: space-between;
}

.submenu-hr {
    width: 100%;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.nav-li-a {
    display: flex;
    gap: 15px;
    align-items: center;
}

#menu-contacts.open {
    left: 90px;
}

.message-right .msg-time {
    background-color: transparent !important;
}

#menu-messagess {
    position: absolute;
    top: 0;
    right: -800px;
    width: 345px;
    height: -webkit-fill-available;
    background-color: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 30px 0;
}

#menu-messagess.open {
    left: 90px;
}

#menu-calls {
    position: absolute;
    top: 0;
    right: -800px;
    width: 345px;
    height: 100vh;
    background-color: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 30px 20px;
}

#menu-calls.open {
    left: 90px;
}

.menu-open {
    width: calc(100% - 345px);
    margin-left: 345px !important;
}

.menu-open .panels {
    max-width: 100%;
}

.pay-info-text {
    font-size: 32px;
    font-weight: bold;
    height: 100px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.w-1361 {
    grid-template-columns: 1fr;
    width: 100%;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /*border: none !important;*/
    color: #0D92F4 !important;
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color) !important;
}

.nav-tabs .nav-item {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color) !important;
}

.nav-tabs .nav-link {
    border: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0D92F4 !important;
    background-color: transparent !important;
}

.transactions-tab-a.active {
    color: #0D92F4 !important;
    font-weight: bold;
    border-bottom: 2px solid #0D92F4 !important;
    background-color: transparent !important;
}


.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #0D92F4 !important;
}

.transactions-tab-a.active .icon {
    color: #007bff;
}

.transactions-tab-a.active .submenu-icon {
    color: #007bff !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover > i {
    color: #0D92F4 !important;
}

.active-icon {
    color: #0D92F4 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #000000;
    padding: 15px 0 30px 0;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.tab-content > .tab-pane {
    padding: 0 !important;
    max-height: 100%;
}

.flash {
    text-align: center;
}

.display-none {
    display: none;
}

.m-0 {
    margin: 0;
}

.p-15 {
    padding: 0 15px;
}

.admin-icon {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    background-color: #0D92F4;
    color: white;
    align-items: center;
    justify-content: center;
}

.message-list {
    width: 100%;
    padding: 0 15px;
}

.align-start {
    align-items: start !important;
}

.message-ul-li {

}

.message-ul-li:hover {
    background-color: #f2f2f2 !important;
}

.message-ul-li :hover {
    background-color: #f2f2f2 !important;
}

ol, ul {
    padding-left: 0 !important;
}

.success {
    color: darkgreen;
}

.input-container {
    position: relative;
    width: calc(100% - 42px);
    display: flex;
    align-items: center;
}

.message-field {
    width: 100%;
    padding: 10px 40px 10px 45px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
}

.file-button,
.emoji-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.file-button {
    right: 0;
}

.send-button {
    right: 13px;
}

.voice-button,
#recording-indicator {
    right: 10px;
}

.voice-button-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 10px;
    justify-content: flex-end;
}

#recording-indicator {
    align-items: center;
    height: 100%;
    gap: 8px;
}

#record-timer {
    color: #ffffff;
    font-weight: bold;
}

.cancel-recording {
    cursor: pointer;
    color: red;
}

.audio-player {
    display: flex;
    margin: 0 !important;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 150px;
    max-width: 300px;
    gap: 10px;
}

.play-audio {
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: none;
    color: #333;
    padding: 0 !important;
}

.audio-visualization {
    position: relative;
    flex-grow: 1;
    height: 10px;
    background-color: #eee;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
}

.progress-bar {
    height: 100%;
    background-color: #76c7c0;
    width: 0%;
    transition: width 0.1s;
}

.audio-time {
    display: flex;
    margin-bottom: 0 !important;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    color: #666;
}

.contacts-list {
    display: flex;
    overflow-y: auto;
    list-style-type: none;
    gap: 15px;
    flex-direction: column;
}

.icon-container {
    position: relative;
    display: inline-block;
}

.edit-icon-container {
    position: absolute;
    bottom: -20px;
    right: -12px;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.m-auto {
    margin: auto !important;
}

.contact-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contact-name-box {
    display: flex;
    line-height: normal;
    flex-direction: column;
    gap: 1px
}

.contact-name {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.h-100 {
    height: 100% !important;
}

.edit-icon-container i {
    font-size: 20px;
    color: #2d3b3f; /* Barva ikony edit */
}

.box-container {
    overflow: auto;
    max-height: 600px;
}

.edit-icon-container:hover {
    background-color: #0069d9; /* Změna barvy při hoveru */
}

.edit-icon-container:hover i {
    color: white;
}

.share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.justify-content-center {
    justify-content: center !important;
}

#incomingCallModal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-align: center;
}

#call-window .video-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

#call-window {
    background-color: #000000;
    background-image: url("../../../Images/call-bg.png");
}

.call-window-right {
    background-color: #000000;
    background-image: url("../../../Images/call-bg.png");
    width: 100%;
    max-width: 333px;
    margin-right: 30px;
    max-height: 100% !important;
    z-index: 150;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

#callerVideo, #receiverVideo {
    width: 300px;
    height: 300px;
    background-color: black;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    max-width: 100% !important;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#messages-list {
    display: flex;
    margin-top: 5px;
    list-style: none;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 70px
}

#call-window .video-container {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
}

#call-window .video-container div {
    width: 300px;
    height: 300px;
    background-color: #000;
    border-radius: 10px;
    border: 2px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

#callerName, #receiverName {
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#call-window-actions {
    margin-top: 20px;
    text-align: center;
}

#call-window-actions button {
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#call-window-actions .end-call {
    background-color: #ff4d4d;
    color: white;
}

#call-window-actions .toggle-mic,
#call-window-actions .toggle-video {
    background-color: #007bff;
    color: white;
}

.switch-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    min-height: auto;
    padding: 0;
    align-items: center;
    max-width: auto;
    border-radius: 2rem;
    background: #f2f2f2;
    margin: 0 15px;
    border: 1px solid #f2f2f2;
}

.switch-menu a.active {
    opacity: 1;
    background: white;
    padding-left: 0px;
    padding-right: 0px;
}

.profil-tabs {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.switch-menu a.active {
    font-weight: bold;
    text-decoration: none;
}

.f-20 {
    font-size: 20px;
}

.ballon-icon {
    font-size: 20px;
    height: 20px;
    margin-top: -5px;
}

.switch-menu a {
    border-radius: 2rem;
    opacity: .5;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact-box-wrapper i {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (min-width: 768px) {
    .contact-box-wrapper:hover .contact-i {
        border: solid 1px #0D92F4;
    }

    .contact-box-wrapper:hover .contact-a {
        border-right: solid 1px #007bff;
    }

    .contact-box-wrapper:hover i {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .contact-box-wrapper:hover .contact-p {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

.contact-p {
    visibility: hidden;
    opacity: 0;
    padding: 7px 12px;
    border-radius: 0.4rem;
}

.contact-a {
    padding: 7px 12px;
    border-radius: 0.4rem 0 0 0.4rem;
}

.contact-b {
    padding: 7px 12px;
    border-radius: 0 0.4rem 0.4rem 0;
}

.contact-b:hover {
    background-color: #0D92F4;
    color: white;
}

.contact-b:hover i {
    color: white !important;
}

.contact-a:hover {
    background-color: #0D92F4;

    color: white;
}

.contact-a:hover i {
    color: white !important;
}

.netteFormsModal {
    display: none !important; /* Skryje modal */
    pointer-events: none; /* Zakáže interakce */
}

.netteFormsModal {
    display: none !important; /* Skryje modal */
    pointer-events: none; /* Zakáže interakce, pokud by modal existoval */
}

body::before, body::after {
    content: none !important; /* Zruší případné překryvy generované přes `::before` nebo `::after` */
}

#file-button {
    font-size: 19px;
}

/* Share box styling */
.share-box {
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    max-width: 350px;
    margin: auto;
}

.user-bio {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Počet řádků */
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

.expanded {
    display: block;
    -webkit-line-clamp: unset;
}

.un-expanded {

}

/* Close icon styling */
.share-box .icon-x {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    display: flex;
    background: #e3e3e3;
    padding: 6px 5px;
    width: 27px;
    font-size: 17px;
    margin: auto;
    height: 27px;
    color: white;
    border-radius: 5rem;
    align-items: center;
    transition: color 0.3s ease;
}

.share-box .icon-x:hover {
    color: #000000;
}

/* User name */
.share-box .user-name {
    font-size: 1.2rem;
    color: black;
    margin: 0;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 10px;
}

/* Content wrapper */
.share-box-content {
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    align-items: center;
    padding: 0 10px 30px 10px;
    width: 100%;
    justify-content: center;
}

/* User photo styling */
.share-box .user-photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

/* Default user icon */
.share-box .default-icon {
    font-size: 150px;
    color: gray;
}

/* Username */
.share-box .user-username {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 32px;
    color: gray;
}

/* User bio */
.share-box .user-bio {
    font-size: 14px;
    color: #333333;
    text-align: start;
    padding: 0 !important;
}

/* Actions wrapper */
.share-box-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

/* Buttons and links */
.share-box .action-link {
    text-decoration: none;
    width: 100%;
}

#investFirminfo {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

#investFirminfo {
    max-height: 100%;
}

.share-box .action-button {
    border: 1px solid #0D92F4 !important;
    color: #0D92F4;
    border-radius: 2rem;
    padding: 10px !important;
    text-align: start;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.investviewmore {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 127px !important;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    position: relative;
    text-decoration: none;
    border-radius: 0.5rem;
}

@media (max-width: 1600px) {
    .new-action-button {
        width: 100%;
        max-width: calc(275px - 15px) !important;
    }

    #contact-box {
        display: none !important;
    }
}

.new-action-button {
    width: 100%;
    max-width: calc(308px - 15px);
    background-color: transparent !important;
    color: #0D92F4 !important;
    border: 1px solid #0D92F4 !important
}

.share-box .action-button:hover {
    background-color: #0D92F4;
    color: white !important;
}

.share-box .action-button:hover .call-cost {
    color: white !important;
}

.share-box .action-icon {
    font-size: 18px;
    margin-right: 10px;
}

.share-box .call-cost {
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
    margin-left: auto;
    background-color: #0d92f4;
    border-radius: 1rem;
    padding: 2px 10px;
    min-width:110px;
    text-align: center;
}

.recording-box {
    display: flex;
    position: relative;
    align-items: center;
    border: solid 1px #0d92f4;
    background-color: #0d92f4;
    border-radius: 20px;
    width: 250px;
    padding: 5px 10px;
    justify-content: space-between;
}

#c-contacts-list {
    overflow: auto;
    height: calc(100% - 150px) !important;
}


#c-contacts-list::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

#c-contacts-list::-webkit-scrollbar-track {
    background: transparent; /* Pozadí pro oblast posuvníku */
}

#c-contacts-list::-webkit-scrollbar {
    width: 8px; /* Šířka posuvníku */
}

#c-contacts-list::-webkit-scrollbar-track {
    background: transparent; /* Pozadí pro oblast posuvníku */
}


.cancel-rec-button {
    position: absolute;
    padding: 10px 11px;
    right: -3px;
    top: -2px;
    color: #ffffff;
    border: solid 5px #ffffff;
    border-radius: 50%;
}

#newDonate {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

#trans-send {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

#trans-exchange {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

#contactListPay {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

#calls-list {
    overflow-y: auto;
    list-style: none;
    padding: 0;
    display: flex;
    max-height: 618px;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 15px;
}

#calls-list {
    scrollbar-width: none; /* Pro Firefox */
}

#calls-list::-webkit-scrollbar {
    display: none; /* Pro Chrome, Safari */
}


#c-contacts-list {
    overflow-y: scroll;
    list-style: none;
}

#c-contacts-list {
    scrollbar-width: none; /* Pro Firefox */
}

#c-contacts-list::-webkit-scrollbar {
    display: none; /* Pro Chrome, Safari */
}

#paymentInfo {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

#invest-info {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

.payment-info-box-i {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}

#checkPayment {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

#invest-new {
    max-width: 333px;
    width: 333px;
    border: 0px solid #CCC;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

.donate-back {
    background: #ff9966;
    background: -webkit-linear-gradient(to left, #ff9966, #ff5e62);
    background: linear-gradient(to left, #ff9966, #ff5e62);
    color: white !important;
}

#donation-vip {
    background: #11998e;
    background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
    color: white !important;
}

#donation-heir {
    background: #FF8008;
    background: -webkit-linear-gradient(to left, #FFC837, #FF8008);
    background: linear-gradient(to left, #FFC837, #FF8008);
    color: white !important;
}

#payInfo {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    width: 333px;
    border-radius: 20px;
    margin-right: 0 !important;
}

.trans-label {
    font-weight: bold;
}

.trans-text {

}

.trans-value {
    font-size: 60px;
    font-weight: bold;
}

.gap-3-px {
    gap: 3px !important;
}

/* Třídy pro editování ceny volání */
.editcall-input {
    padding: 0 30px !important;
    width: 170px !important;
    height: 3rem !important;
}

.editcall-price-label {
    top: 21px !important;
    padding: 0 10px !important;
}

.editcall-per-hour {
    color: grey;
}

.editcall-per-minute {
    color: grey;
}

.editcall-form-floating {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 10px 0;
    align-items: center;
}

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

.share-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.gap-10 {
    gap: 10px
}

.f-10 {
    font-size: 10px;
}

.contact-letter {
    font-weight: bold;
    margin-top: 5px;
}

.c-gray {
    color: gray;
}

.share-icon-big {
    font-size: 50px;
    margin-bottom: 30px;
    color: #0D92F4;
}

.share-title {
    font-weight: bold;
    font-size: 18px;
}

.share-url {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

.share-copy-text {
    color: #afafafb3;
    cursor: pointer;
}

.share-button {
    min-width: 250px;
    margin-top: 105px;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.bounce-button {
    cursor: pointer;
    transition: background 0.3s ease;
    animation: bounce 0.8s infinite ease-in-out;
}

.bounce-button:hover {
    background-color: #06de06;
}

.wallet-box {
    height: 100%;
    display: flex;
    padding: 2px 5px 2px 5px;
    overflow: auto;
    gap: 30px;
    flex-direction: column;
}

#all-payments {
    /*display: flex;*/
    /*height: inherit;*/
}

.display-none-i {
    display: none !important;
}

.message-left a img {
    background-color: #0d92f4;
    padding: 10px;
    border-radius: 10px;
}

.message-right a {
    color: #000000 !important;
}

.call-details {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.call-action {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.contact-box-wrapper:hover .call-details {
    display: none;
}

.contact-box-wrapper:hover .call-action {
    display: flex;
}

.call-button {

}

.call-list-button:hover {
    background-color: #0b7bd3;
}

.call-list-button {
    width: 100%;
    display: flex;
    height: 100%;
    border-radius: 2rem;
    background-color: transparent !important;
    border: 1px solid #0D92F4;
    color: #0D92F4 !important;
    text-decoration: none !important;
    text-align: start;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    align-items: center;
}