/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.text-bold {
    font-weight: bold;
}

.ui.tabular.menu .active.item {
    border-top: none !important;
    border-radius: 0 !important;
    background-color: #FF3378 !important;
    color: #FFF !important;
}

.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
    padding: 0 !important;
}

p {
    word-break: break-word;
    white-space: pre-wrap;
    font-weight: 200;
}

.background-header {
    background: url('/images/dashboard/bg-joy.png');
    padding: 2em 2em 0.5em 2em !important;
    position: relative;
    color: #fff;
}

.background-header-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    padding-right: 3em !important;
}

.text-header {
    font-family: Prompt-ExtraBold !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 0 0.5em;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
.text-header-description {
    font-size: 18px !important;
    padding: 0 0.5em;
}

.text-title {
    font-size: 17px !important;
}

.text-unit {
    font-size: 15px !important;
}

.margin-auto {
    margin: auto;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.ui.input input {
    border-radius: 2em !important;
    border: 1px solid #eee;
    text-align: right;
    font-weight: 800 !important;
}

.body {
    margin: 1em 0;
}

.coin-icon,
.moneybag-icon {
    width: 52px;
    margin: 0 0 0 0.5em !important;
    vertical-align: middle;
}

.coin-input,
.coin-output {
    border-radius: 2em !important;
    text-align: right !important;
    padding: 0.4em 1em !important;
    font-weight: 500 !important;
}

.text-cal-display {
    text-align: right;
    margin: 0 1em 0 0;
}

.margin-top-2 {
    margin-top: 2em;
}

.margin-top-1 {
    margin-top: 1em;
}

.dashed-line {
    border-bottom: 2px dashed #eee;
    width: 92%;
    margin: 0.5em 0 0 1em;
}

.background-pink {
    background-color: #ffeff4 !important;
}

.ui.menu .item {
    font-weight: bolder !important;
}
.headerTitle {
    cursor: default;
}

@media only screen and (max-width: 820px) {
    .headerTitle {
        margin: 0.5em 0;
        padding: 0.5em;
    }
    .text-title {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 768px) {
    .coin-icon, .moneybag-icon {
        width: 48px;
    }
}
@media only screen and (max-width: 540px) {
    .coin-icon, .moneybag-icon {
        width: 32px;
    }
    .text-header {
        font-size: 15px !important;
        padding: 0 0.2em;
    }
    .text-header-description {
        font-size: 10px !important;
        padding: 0 0.2em;
    }
    .item,
    .text-title,
    .text-unit {
        font-size: 11px !important;
    }
}
@media only screen and (max-width: 414px) {
    .coin-icon, .moneybag-icon {
        width: 28px;
    }
    .background-header h1 {
        font-size: 18px;
    }
    .text-header {
        font-size: 13px !important;
    }
    .text-header-description {
        font-size: 8px !important;
    }
    .text-title,
    .text-unit {
        font-size: 12px !important;
    }
}
@media only screen and (max-width: 375px) {
    .background-header h1 {
        font-size: 16px;
    }
    .text-header {
        font-size: 12px !important;
    }
    .text-title,
    .text-unit {
        font-size: 10px !important;
    }
    .coin-icon, .moneybag-icon {
        width: 22px;
    }
}
