.dark-style #toast-container > .toast-success, .dark-style #toast-container .toast-error, .dark-style #toast-container .toast-info, .dark-style #toast-container .toast-warning {
    color: #000 !important;
    background-color: #eaeaea !important;
}

.dark-style #toast-container .toast-title {
    color: #000 !important;
}


.breadcrumb-item, .breadcrumb-item a {
    color: #7983bb !important;
}

.solid{
    border-bottom: 3px solid #ECA73A;
}


.bg-tertiary {
    background-color: #2BAAB1 !important;
}

.bg-purple {
    background-color: #734BA9 !important;
}

.bg-green {
    background-color: #11793c !important;
}

.divIcon {
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
        
}

.detalhes {
    padding-top: 15px;
    margin-left: 1rem !important;
}

.fa-1-5x {
    font-size: 1.5em;
}

.border-right {
    border-right: 3px solid #dee2e6 !important;
}

.background {
    background-color: #2F3350 !important;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.divider-orange {
    border-top: 3px solid #ECA73A;
    width: 100%;
    border-radius: 5px;
}

.divider-purple {
    border-top: 3px solid #734BA9;
    width: 100%;
    border-radius: 5px;
}

.divider-green {
    border-top: 3px solid #11793c;
    width: 100%;
    border-radius: 5px;
}

.divider-success {
    border-top: 3px solid #28C76F;
    width: 100%;
    border-radius: 5px;
}

.divider-tertiary {
    border-top: 3px solid #2BAAB1;
    width: 100%;
    border-radius: 5px;
}

.divider-red {
    border-top: 3px solid #EA5455;
    width: 100%;
    border-radius: 5px;
}

.cardInfo {
    background-color: rgba(47, 51, 73, 0.95) !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
    width: 100% !important;
    margin: 0 !important;
}

.hover:hover {
    background-color: #7f8081 !important;
    color: #fff !important;
}

.hover-success:hover {
    background-color: #28C76F !important;
    color: #fff !important;
}

.rowDiv {
    padding-inline: 30px;
}

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

.img-label {
    position: absolute;
    right: 20px;
    top: 20px;
}

.img-label span {
    font-weight: 300;
    font-size: 18px;
}

@media (max-width: 800px) {
    .rowDiv {
        padding-inline: 10px;
    }
    .background {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}