:root {
    /*:::muvox:::*/
    --mx-beige: #E7ECDE;
    --mx-dark: #242423;
    --mx-yellow: #FBE200;
    --mx-white: #FFF;
    --mx-black: #000;
}

* {
    box-sizing: border-box;
}

/* @font-face {
    font-family: abrilfatface-regular;
    src: url("../font/AbrilFatface-Regular.ttf");
} */
 /* width */
 ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #BCBCB9;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #BCBCB9;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #625D5D;
}

.object-content {
    width: 180px;
    height: 160px;
    border-radius: 6.89px;
    overflow: hidden;
    cursor: pointer;
}
object.doc {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    overflow: hidden;
}

#mxloading {    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    display: none;
    z-index: 1000;
    color: var(--cb-blue);
    font-size: 16px;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}


/* Utils:::::::::::: */
.d-flex-mx {
    display: flex;
}
.totalRowsSelected {
    font-weight: 600;
}
th.dt-checkboxes-cell.dt-checkboxes-select-all input[type="checkbox"],
td.dt-checkboxes-cell input[type="checkbox"] {
    scale: 1.2;
}
.swal2-popup #swal2-content {
    font-weight: 400;
}
.text-bold {
    font-weight: 600!important;
}
.modal-content.vehicle {
    background-color: #E7ECDE;
}
.btn-submit-login, 
.btn-yellow, 
.btn-beige, 
.btn.btn-default,
.btn-dark  {
    width: auto;
    min-width: 150px;
    height: 40px;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mx-yellow)!important;
}
.btn-beige {
    background-color: var(--mx-beige)!important;
}
.btn-dark {
    border-radius: 30px;
    color: var(--mx-white)!important;
    background-color: var(--mx-dark)!important;
}
.btn.btn-default {
    background-color: #CEDAD4!important;
}

.gral-message.invalid-feedback {
    font-size: 14px;
}
.page-titles {
    background-color: transparent;
}
.btn-link img,
.btn.btn-dark img,
.sidebar-nav > ul > li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin: 0 3px 0 0;
}
.btn-link img.vehicle {
    filter: brightness(0.1);
}
.btn.btn-dark img {
    margin: 0 10px 0 0;
}
.table thead th {
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(36, 36, 35, 0.2)!important
}
table.dataTable th:last-child, 
table.dataTable th:last-child, 
table.dataTable td:last-child, 
table.dataTable td:last-child {
    border-left: 2px solid rgba(36, 36, 35, 0.2)!important
}
.table.profile-tabale-muvox thead th,
.table.profile-tabale-muvox td, .table th,
.table.profile-tabale-muvox td:last-child {
    border-color: transparent!important;
    border-left-color: transparent!important;
}
.card-body {
    border-radius: 20px;
}
.sidebar-nav > ul > li a img {
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}

.sidebar-nav ul li a {
    display: flex;
}
/* End-utils:::::::::::: */

/* Logo-navbar::::::::::::  */
.navbar-brand img.expanded {
    width: 50%;
    height: auto;
    margin: auto;
}
.user-profile {
    border-top: 1px solid #E7ECDE33;
    border-bottom: 1px solid #E7ECDE33;
    margin: 0;
}
.user-pro-body {
    padding: 26px 0 14px 0;
}
.user-pro-body .user-content {
    display: flex;
    justify-content: center;
    align-items: start;
}
.user-pro-body .box {
    display: inline;
    width: 75%;
    padding: 0 0 0 3px;
}

.user-pro-body .name {
    display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase;
    word-break: break-word;
    max-height: 60px;
    overflow: hidden;
    transition: all 1s ease-in-out;
}
.user-pro-body .name a{
    color: white;
    text-decoration: none;
}

.user-pro-body .role {
    width: 90%;
    max-height: 36px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    margin-top: 12px;
}
.sidebar-nav {
    height: calc(100% - 120px);
}
.sidebar-nav > ul > li.last-item {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #E7ECDE33;
}
.sidebar-nav > ul > li.last-item a {
    text-transform:uppercase;
    margin-top: 40px;
}
/* end-logo-navbar::::::::::::  */


.table.profile-tabale-muvox input[type="checkbox"] {
    transform: scale(1.5) !important;   
}

/* Custom-css-default:::::::::::: */
.form-control:disabled, .form-control[readonly],
.form-control:disabled {
    background-color: var(--mx-white)!important;
    opacity: 0.6;
}

input:-internal-autofill-selected,
input:-internal-autofill-selected:focus,
input:-webkit-autofill,
input:-webkit-autofill:focus {
    background-color: var(--mx-white)!important;
}

.form-check-input:checked {
    background-color: var(--mx-dark);
    border-color: var(--mx-dark);
}
.form-check-input:focus {
    border-color: rgba(36,36,35,.25);
    box-shadow: 0 0 0 .12rem rgba(36,36,35,.25);
}
input.form-check-input {
    scale: 1.5!important;
}
.form-check.customer {
    display: flex;
    align-items: center;
}
.name-user {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    margin: 0 auto;
    max-height: 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1;
}
/* End-custom-css-default:::::::::::: */

/* Select2 Ladas países*/
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    height: 54px;
    border-radius: 10px;
}
img.img-flag {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--mx-dark);
}
/* end-Select2 Ladas países*/

.driverName {
    font-size: 16px;
    text-transform: uppercase;
}

.mx-password {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.mx-password a {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    color: var(--gm-dark);
    text-decoration: none;
    border-bottom: 1px solid var(--gm-dark);
    transition: all .3s ease;
}
.mx-password a.show img {
    content: url(../images/icon-hide.png);
}
.mx-password a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.mx-password input {
    padding: 6px 90px 6px 12px;
}

/* Portal-index::::::::::::::::::: */
.wrapper {
    background-color: var(--mx-dark);
}
.home-page,
.home-page-box {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: var(--mx-white);
}
.home-page {
    background-image: url(../images/bg-home-page.jpg);
    background-size: contain;
}
.home-page-box {
    padding: 8% 0;
    justify-content: start;
    background-color: transparent;
}
.home-page-content {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 250px;
    max-width: 850px;
    padding: 12px;
    border-radius: 10px;
    margin: 0 auto;
    background-color: transparent;
}
.home-page-logo {
    display: block;
}
.home-page-logo img {
    display: block;
    width: 240px;
    margin: 0 auto;
}
.join-now-text {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0;
}
.hp-yellow-box,
.hp-beige-box {
    width: 100%;
    height: 240px;
    color: var(--mx-dark);
    border-radius: 10px;
    background-color: var(--mx-yellow);
}
.hp-yellow-box {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr auto;
    padding: 12px 0;
    margin: 12px 0;
}
.hp-yellow-box .img-person {
    width: 100%;
    height: 100%;
    grid-column: 1 / 1;
    grid-row: 1 / 3;
    border-radius: 10px;
}
.hp-yellow-box .icon-arrow {
    width: 45px;
    grid-column: 2 / 3;
    grid-row: 1 / 1;
    align-self: start;
    justify-self: end;
    margin: 24px 24px 0 0;
}
.hp-yellow-box .desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px;
}

.hp-yellow-box .desc h3,
.hp-beige-box .desc h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hp-beige-box .desc p {
    font-weight: 400;
}
.hp-yellow-box .desc .terms{
    font-weight: 600;
    font-size: 10px;
}
.hp-beige-box {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--mx-beige);
    padding: 12px 0;
    margin: 12px 0;
}
.hp-beige-box img {
    width: 80px;
}
.hp-beige-box .desc h3 {
    text-align: center;
}
.home-page-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 24px auto;
}
.home-page-btn a {
    width: 100%;
    height: 44px;
    max-width: 225px;
    text-transform: uppercase;
}
/* End-portal-index::::::::::::::: */

/* Admin-Muvox::::::::::::::::::::::: */
.welcome-banner {
    width: 300px;
}

/* Detalle socio-transportista */

.picture-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.picture-box img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
    cursor: pointer;
    border: 4px solid var(--mx-beige);
    background: var(--mx-white);
}

.picture-box span {
    margin: 6px 0 0 0;
    font-weight: 600;
}

.file-box {
    width: 100%;
    height: 54px;
    border-radius: 10px !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 24px 3px 12px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--mx-dark);
}
.file-box span {
    width: 90%;
    color: var(--mx-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}
.file-box input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    text-indent: -999px;
    cursor: pointer;
}

.file-box.picture {
    width: auto;
    height: auto;
    padding: 5px;
    background-color: transparent;
}

.file-box.picture span {
    width: 100%;
    color: var(--mx-dark);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 195px;
    height: 20px;
    text-wrap:nowrap;
}

/* Input Admin-Muvox  */
.admin-form-title {
    font-size: 22.73px;
    font-weight: 600;
    line-height: 30.69px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}
.admin-form-label-muvox {
    display: inline-block;
    color: var(--mx-dark);
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: left;
    padding: 0 0.75rem;
}
.form-control.admin-input-muvox {
    width: 100%;
    height: 54px;
    border-radius: 10px;
    color: var(--gm-dark);
    background-color: var(--mx-beige);
}

.form-control.admin-input-muvox:focus{
    box-shadow: 0 0 0 0.1rem rgba(36, 36, 35, 1);
}
.admin-docs-muvox {
    position: relative;
    margin: 10px auto;
    /* width: 200px; */
    width: 100%;
    height: 160px;
    opacity: 1;
    border-radius: 6.89px;
    background: rgba(36, 36, 35, 1);
}
.admin-docs-muvox img:first-child {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6.89px;
}
.admin-docs-muvox  .box-muvox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 6.89px;
    display: grid;
    grid-template-columns: 1fr .5fr;
    grid-template-rows: .5fr 1fr;
    background: var(--mx-dark);
    opacity: 1;
    transition: display 0s, opacity 0.5s linear;
}
.admin-docs-muvox .box-muvox a.viewDoc {
    width: 24px;
    height: 24px;
    grid-column: 2 / 3;
    grid-row: 1 / 1;
    align-self: start;
    justify-self: end;
    margin: 12px 12px 0 0;
    cursor: pointer;
}
.admin-docs-muvox .box-muvox a .icon-view {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.admin-docs-muvox .icon-hide {
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    object-fit: contain;
    top: 12px;
    right: 12px;
    cursor: pointer;
    background: white;
    border: 1px solid var(--mx-dark);
    border-radius: 4px;
    padding: 2px;
}
.admin-docs-muvox .box-muvox .caption * {
    margin: 0;
}
.admin-docs-muvox .box-muvox .caption {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
    align-self: center;
    justify-self: start;
    color: var(--mx-beige);
    padding: 12px;
}
.admin-docs-muvox .box-muvox .caption span {
    font-weight: 600;
}

/* active-doc */
.admin-docs-muvox.active .box-muvox {
    display: none;
}

.card-body.muvox {
    padding: 2.25rem;
}
.back-to-partners {
    width: 148.05px;
    height: 36px;
    border-radius: 30.73px;
    text-transform: uppercase;
    font-size: 13.39px;
    font-weight: 600;
    line-height: 18.08px;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inputs-readonly-muvox * input,
.inputs-readonly-muvox * select {
    pointer-events: none;
}

@media (min-width: 576px) {  }


@media (min-width: 768px) { 
   .mini-sidebar .user-pro-body .box {
        display: none;
    }
 }


@media (min-width: 992px) {  }


@media (min-width: 1200px) {  }


@media (min-width: 1400px) {  }