* {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: #F5F5F5 !important;
}

.text-blue {

    color: #01C4FF;
}

.text-blue-border {
    text-shadow: -1px 1px 0 #C722E5, 1px 1px 0 #C722E5, 1px -1px 0 #C722E5, -1px -1px 0 #C722E5;
}

.text-pink {
    color: #C722E5;
}

.text-pink-border {
    text-shadow: -1px 1px 0 #01C4FF, 1px 1px 0 #01C4FF, 1px -1px 0 #01C4FF, -1px -1px 0 #01C4FF;
}

.text-colorful {
    background: -webkit-linear-gradient(#01C4FF, #C722E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-wrap {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.costume-card-wrap{
    background-color: #fff;
    padding: 0px;
    box-shadow: #d8d8d8 1px 3px 14px;
    border-radius: 10px;

}

.costume-card-wrap img{
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.costume-card-text{
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn {
    text-align: center;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
}

.btn-colorful {
    width: 100%;
    background: rgb(1, 196, 255);
    background: linear-gradient(90deg, rgba(1, 196, 255, 1) 0%, rgba(199, 34, 229, 1) 100%);
}

.btn-green {
    width: 100%;
    background: #00D93D!important;
}

.btn-red {
    width: 100%;
    background: #ff0000!important;
    font-size: 12px!important;

}

.btn-blue {
    background: #01C4FF!important;
    margin: 30px;
}

.input-text {
    border-radius: 10px;
    padding: 5px 10px;
    border: 1px solid #E0E0E0;
    width: 100%;
}

.card-vote{
    position: fixed;
    bottom: 0px;
    background: #FFFFFF;
    border-top: 1px solid #ccc;
    width: 100%;
    padding: 10px 0;
}

.costumer-category{
    padding: 15px 10px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    color: #000;
}

a{
    text-decoration-color: transparent!important;
}

.checked-costumer{
    color: #A8A8A8!important;
}

.check-mark-modal{
    width: 200px;
    display: block;
    margin: 30px auto;
}

.check-mark{
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

/* input radio */
input[type="radio"] {
    appearance: none;
    border: 1px solid #d3d3d3;
    width: 30px;
    height: 30px;
    content: none;
    outline: none;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
}

input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
}

input[type="radio"]:checked::before {
    position: absolute;
    background-color: #52FF00;
    color: #fff !important;
    content: "\00A0\2713\00A0" !important;
    /* border: 1px solid #d3d3d3; */
    font-weight: bolder;
    font-size: 21px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
/* input radio fim */
