﻿body {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    overflow-x: hidden;
}

/*
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 64px;
}

h2 {
    margin: 5px 0 5px;
}

a {
    color: #5B5FC7;
    font-weight: 600;
    letter-spacing: 0.5px;
}

input, select, button, textarea {
    font-family: 'Cabin', sans-serif;
}

input, select, textarea:focus {
    border-color: #5B5FC7;
    outline-color: #5B5FC7;
}

input[type=date] {
    padding: 5px 4px 5px 6px;
}

input[type=time] {
    padding: 4px 4px 4px 6px;
}

header {
    display: grid;
    grid-template-columns: minmax(auto, 800px);
    justify-content: center;
}

footer {
    z-index: 10;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: white;
    font-size: 16px;
    color: #808080;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0 32px 0;
    box-shadow: 0 30px 40px 40px rgba(0, 0, 0, .1);
}

header .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 14px;
}

header .logo {
    display: flex;
    font-size: 16px;
}

header .logo img {
    padding-right: 16px;
}

header .title {
    color: black;
    font-weight: 700;
    font-size: 24px;
    text-wrap: nowrap;
}

/* Hide Arrows From Input Number: Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide Arrows From Input Number: Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input {
    border: solid 2px #767676;
    padding: 6px 4px 6px 6px;
}

select {
    border: solid 2px #767676;
    padding: 5px 4px 5px;
}

textarea {
    border: solid 2px #767676;
    padding: 6px 4px 6px 6px;
}

.inp {
    box-sizing: border-box;
    width: 100%;
}
.is-hidden {
    display:none!important;
}

.is-hover-grayed {
    cursor: pointer;
    border: solid 2px transparent;
    border-radius: 8px;
}

.is-hover-grayed:hover {
    border: solid 2px lightgray;
}

.lobby-btn {
    font-size: 16px;
    font-weight: 500;
    color: #5B5FC7;
    padding: 6px 16px;
    border: solid 2px #5B5FC7;
    border-radius: 8px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.lobby-btn:hover {
    background-color: rgba(91, 95, 199, 0.1);
}

.lobby-menu {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn {
    font-size: 16px;
    color: white;
    background-color: #5B5FC7;
    padding: 0px 16px;
    line-height: 36px;
    min-width: 72px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: linear-gradient(315deg, #5B5FC7 0%, #7C80F1 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn:hover {
    background: #5B5FC7;
}

.btn[disabled] {
    background: gray;
    cursor: default;
}

label{
    display:inline-block;
    margin-bottom:4px;
    cursor: pointer;
}

.coin-img {
    border: solid 1px #808080;
    border-radius: 50%;
    width: 32px !important;
    height: 32px !important;
}

.img-coin {
    margin-left: 8px;
    border: solid 1px #808080;
    border-radius: 50%;
    width: 32px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    border: solid 2px #5B5FC7;
    border-radius: 8px;
    background-color: white;
    color: #5B5FC7;
    line-height: 26px;
    padding: 0px 14px;
    cursor: pointer;
}

.copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    background-color: #5B5FC7;
    color: white;
    padding: 0px 16px;
    cursor: pointer;
    min-width: 100px;
    min-height: 30px;
}

.icon-btn {
    margin-left: 2px;
    border: none;
    cursor: pointer;
    background-color: white;
    padding: 0;
}

.start-pane {
    position: relative;
    text-align: center;
    justify-self: center;
    top: 100%;
}

.content, .content-wide, .content-body {
    margin: 24px 0px;
    display: grid;
    grid-template-columns: minmax(auto, 400px);
    justify-content: center;
    row-gap: 20px;
}

.content-wide {
    grid-template-columns: minmax(auto, 900px);
    padding-bottom: 85px;
}

.footer {
    display: grid;
    justify-content: left;
    row-gap: 20px;
    margin: 20px 0px;
}

.content h3 {
    margin: 0;
}

.content-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}

.content-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
}

.tab-name {
    display: inline-flex;
    padding-bottom: 4px;
    margin-bottom: 0;
    margin-right: 10px !important;
    cursor: pointer;
}

.tab-name a {
    text-decoration: none;
    color: #616161;
}

.checked-tab-name {
    display: inline-block;
    padding-bottom: 4px;
    margin-right: 10px !important;
    margin-bottom: -2px !important;
    border-bottom: solid 2px #5B5FC7;
    cursor: default;
}

.tab-name:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.label {
    color: #808080;
    text-wrap: nowrap;
    margin-bottom: 2px;
    display: inline-block;
}

.cw-currency {
    display: inline-flex;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
}

.cw-invoice {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 4px;
    column-gap: 10px;
    border: solid 2px transparent;
    border-radius: 8px;
}

.cw-invoice:hover {
    border: solid 2px lightgray;
}

.cw-item-link {
    text-decoration: none;
    color: initial;
}

.cw-item-link div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.flex-container {
    display: flex;
    gap: 16px;
}

.flex-container-center {
    display: flex;
    gap: 16px;
    align-items: center;
}

.flex-container-end {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}

.flex-column {
    flex: 1;
    box-sizing: border-box;
}

.flex-column input, select, textarea {
    width: 100%;
    box-sizing: border-box;
}
