.card-header {
    text-indent: 15px;
}

.card-input {
    border: 1px solid rgb(206, 246, 234);
}

.card.card-input .card-header {
    background-color: #09cc95 !important;
    color: white !important;
    background-repeat: no-repeat !important;
    background-size: 25px;
    background-position: 5% center !important;
    padding: 13px !important;
    font-size: 1.2rem;
    text-align: center;
}

.card.card-input .card-body {
    padding: 10px 0px;
}

.card.card-input .card-body select,
.card.card-input .card-body input,
.card.card-input .card-body textarea {
    border: none;
    text-align-last: center;
}

.card.card-input .card-body select:focus,
.card.card-input .card-body input:focus,
.card.card-input .card-body textarea:focus {
    outline: none;
    border: 1px solid #049b70;
    box-shadow: none;
    border-radius: 0;
}


.custom-upload-button {
    border: none;
    background: none;
    width: auto;
    margin-left: 5%;
    margin-top: 5px;
    color: #09cc95;
}

.add-file {
    position: relative;
}

.add-file a {
    padding: 5px;

}

.add-file i.remove {
    box-sizing: border-box;
    position: absolute;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 22px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.add-file i.remove:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 2px;
    background: currentColor;
    border-radius: 5px;
    top: 8px;
    left: 4px
}

.card-body i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
    color: rgb(147, 233, 207);
    font-size: 1.5rem;
}

.card-body input,
.card-body select {
    text-align: center;
}

.card-body ::placeholder {
    font-weight: 100;
    color: rgb(147, 233, 207) !important;
    opacity: 1;
    /* Firefox */
}

.card-body ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 100;
    color: rgb(147, 233, 207) !important;
}

.card-body ::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 100;
    color: rgb(147, 233, 207) !important;
}

.card-body :-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 100;
    color: rgb(147, 233, 207) !important;
}

.card-body :-moz-placeholder {
    /* Firefox 18- */
    font-weight: 100;
    color: rgb(147, 233, 207) !important;
}

select {
    color: #93E9CF !important;
}

select.selected {
    color: black !important;
}

option:not(:first-of-type) {
    color: black;
}

option:disabled {
    color: #ccc;
}

.btn-back {
    background-color: #97d2c1;

    /* -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2); */
}

.btn-back:hover {
    background-color: #09cc95;
}