﻿.text-title {
    text-shadow: 1px 1px 2px #808080;
    z-index: auto;
    color: rgb(143, 79, 6);
}


.loading {
    overflow: hidden;
}

.loading .modal {
    display: block;
}
.btn-secondary {
    background-color: rgba(2, 124, 237,0.9);
}
    .btn-secondary:hover {
        background-color: rgba(2, 124, 237,0.9);
    }
.btn-check:checked + .btn-outline-secondary {
    background-color: rgba(2, 124, 237,0.9);
}
.btn-shadow {
    box-shadow: 0 .3rem 0.3rem rgba(0,0,0,.15) !important;
}

.btn-shadow:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0) !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #000000;
    text-align: center;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #7B1FA2;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: red;
}
