.body_home{
    background: #f2f7ff;
    color: rgb(129, 128, 128) !important;
}
body{
    font-family: monospace, serif;
    color: rgb(129, 128, 128);
    background: rgb(251,246,214);
    background: linear-gradient(90deg, rgb(255, 249, 239) 0%, rgb(184, 216, 250) 50%, rgb(255, 242, 242) 100%);
}
#text_agg_placa {
    text-transform: uppercase; 
}
.btn-acces{
    background: #72eb67;
    margin-bottom: 12px;
    cursor: pointer;
    align-content: center;
    color: white;
    border: 1px solid #72eb67;
    border-radius: 80px;
    padding: 2px 20px 2px 20px;
}
.btn-bja{
    background: gray;
    margin-bottom: 12px;
    cursor: pointer;
    align-content: center;
    color: white;
    border: 1px solid gray;
    border-radius: 80px;
    padding: 2px 20px 2px 20px;
}
.btn-delete{
    background: #fc4e4e;
    margin-bottom: 12px;
    cursor: pointer;
    align-content: center;
    color: white;
    border: 1px solid #fc4e4e;
    border-radius: 80px;
    padding: 2px 20px 2px 20px;
}
#perfilUser{
    display: none;
}
#perfilAdmin{
    display: none;
}
#tableUsers{
    display: none;
}

#tableTransportadora{
    display: none;
}
#tableVehiculos{
    display: none;
}
#tableConductores{
    display: none;
}
#tableTerminales{
    display: none;
}

.card-style{
    padding: 20px auto !important;
    margin: 15px auto !important;
    background: white !important;
    box-shadow: 5px 10px 20px rgba(175, 177, 177, 0.419);
    border-radius: 15px !important;
}
.color-right{
    background: rgb(74,159,247);
    background: linear-gradient(117deg, rgb(53, 126, 204) 18%, rgb(55, 204, 194) 74%);
    border-top-right-radius: 15px;
    border-end-end-radius: 15px;
    padding: 35px !important;
    color: #fff;
    font-weight: bold;
}
.users{
    width: 90px;
    height: 90px !important;
    border-radius: 50px;
}
.btn-hover {
    background: transparent;
    color: #435ebe !important;
    padding: 7px 12px;
    cursor: pointer;
    border: 1px solid #435ebe;
    border-radius: 40px;
    background-color: var(--bs-btn-bg);
}
.btn-hover:hover{
    color: #fff !important;
    background: #435ebe;
    line-height: inherit;
    transition: all 0.9s ease;
}
.usersPerfil{
    width: 150px;
    height: 150px !important;
    padding: 20px;
}
.titlePerfil{
    padding-bottom: 20px;
}
.form-padding{
    padding: 25px;
}
.imgBalotero{
    margin-top: 60px;
    width: 300px;
}
.imgGif{
    width: 50px;
}
.espacio-left{
    padding: 35px !important;
}
.form-control:focus{
    border-color: #293d96 !important;
    box-shadow: 0 0 0 0.3rem #0347c540 !important;
} 
.form-control{
    background-color: #fff !important;
}
.color_title{
    color: #FFF !important;
    font-weight: lighter;
}
.header {
    padding: 9px 0;
    background: #fff;
}
.header .header-right {
    display: flex;
    justify-content: flex-end;
}
::placeholder{
    color: rgb(129, 128, 128) !important;
}
input{
    margin-top: 10px !important;
    color: rgb(129, 128, 128) !important;
}
select{
    color: rgb(129, 128, 128) !important;
}
.btn{
    position: relative;
    padding: 10px 15px;
    color: #fff !important;
    z-index: 1;
}
.btn-button-color::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, rgb(9, 43, 117), rgb(19, 227, 255), rgb(4, 137, 190), rgb(10, 108, 213));
    background-size: 300%;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.4s ease;
}
.btn-button-color:hover::after{
    background-position: 100%;
    filter: blur(8px);
}
.btn-button-color::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(90deg, rgb(15, 64, 169), rgb(19, 227, 255), rgb(162, 219, 242), rgb(12, 74, 140));
    background-size: 300%;
    border-radius: 50px;
    z-index: -1;
}
.btn-button-color:hover::before{
    background-position: 100%;
}
.espacio_login {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.orma {
    background: rgb(18,86,157);
    background: linear-gradient(117deg, rgba(18,86,157,1) 18%, rgba(15,245,231,1) 85%);
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.sidebar-wrapper .menu {
    margin-top: -20px !important;
}

/* LOADER */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.854); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
    display: none; 
}

.loader {
    width: 64px;
    height: 64px;
    position: relative;
    background-image:
        linear-gradient(#FFF 16px, transparent 0),
        linear-gradient(#0066ff 16px, transparent 0),
        linear-gradient(#0026ff 16px, transparent 0),
        linear-gradient(#FFF 16px, transparent 0);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left top, left bottom, right top, right bottom;
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    0% {
        width: 64px;
        height: 64px;
        transform: rotate(0deg);
    }
    50% {
        width: 30px;
        height: 30px;
        transform: rotate(180deg);
    }
    100% {
        width: 64px;
        height: 64px;
        transform: rotate(360deg);
    }
}



