.card {
    background-color: rgb(35,35,35, 0.99); 
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 50%);
    border-radius: 20px;
}

.breadcrumb {
    background: linear-gradient(180deg,#626166,#3d3a3d)!important;
    border-radius: 15px 15px 0px 0px;
}

.modal {
    color: black;
}

.swal2-container { 
    color: black;
}

.input-group-text {
    border: 1px solid var(--primaroo);
}

.navbar-mobile {
    overflow: hidden;
    background-color: #FFF;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
}

.btn-action {
    border-style: dashed;
    border-radius: 5px;
    border-width: 1.5px;
    padding: 0px;
    /* color: #3cb371; */
}

.list_number {
    overflow-y: auto;
}

.btn-list-duplicatenumber:hover {
    color: #6c757d;
    background-color: #FFF;
}

.btn-reversnumber:hover {
    color: #18A2B8;
    background-color: #FFF;
}

.title1 {
    color: white;
    text-shadow: 0 0 10px #0099ff, 0 0 15px #884aff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
}
.title2 {
    color: white;
    text-shadow: 0 0 10px #FF0000, 0 0 15px #0000FF;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

/* .mobile */
@media only screen and (max-width: 600px) {
    .desktop {
        display: none;
    }
    .navber-dasktop {
        padding: 0px;
    }
    .card-credit {
        padding: 0px;
    }
    /* .card-animation {
        top: 100px!important;
    } */
    .bread-crumb {
        font-size: small;
    }

    /* body {
        font-size: 3.5vw!important;
    }
    a {
        font-size: 3.5vw!important;
    } */
}

/* desktop */
@media only screen and (min-width: 600px) {
    .mobile {
        display: none;
    }
    .bread-crumb {
        font-size: medium;
    }
}