﻿.form-control::placeholder {
    color: #cccccc;
}

.cursor-pointer {
    cursor: pointer;
}

[v-cloak] {
    display: none;
}

.Gold {
    color: #F4D03F;
}

.Silver {
    color: #BDC3C7;
}

.Copper {
    color: #DC7633;
}

.text-inline {
    display: inline;
}

#GotoTop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.text_pre {
    white-space: pre;
}

.bg-custom-gray {
    background-color: #A6A6A6 !important;
}
