/* Estilos extras para el sistema admin piranha */


@import url('https://fonts.googleapis.com/css?family=Montserrat:wght@600;500;700;800&display=swap');

/* Login Form */
body.login {
    background-image: url("../img/login/piranha_bkn_login.png");
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Montserrat';
}
body.admin {
    font-family: 'Montserrat';
}
.bg-green-p{
    background: #5BCC7F;
}
.bg-grey-p{
    background : #2D2D2D;
}
.bg-black-p{
    background: black;
}
.height-form-login-p{
    height: 406px;
}
.btn-width-p{
    width: 148px;
}
.pt-form-login {
    padding-top: 14%;
}
.boder-b-input{
    border-bottom: 2px solid #7F8180;
}
.border-checkbox{
    border: 2px solid #7F8180
}
img.icon {
    top: 30%;
    left: 1%;
}
.px-6{
    padding-left: 2.5rem;
    padding-right: 1rem;
}

/* Nav  */
.bg-nav{
    background: #2D2D2D;
}
.has-sub.sidebar-nav{
    color:white !important;
}
.sidebar-nav{
    color:white;
}
.prenav-h{
    height: 111px;
}
.bg-fucsia{
    background: #B560A2;
}
.logo-wh{
    width:205px;
    height:28px;
}
@media (min-width: 768px){
    .px-prenav{
        padding-left: 5.5rem;
        padding-right: 5.5rem;
    }
}
.icon-size{
    height: 18px;
    width: 17px;
}
.dropdown-shadow{
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.26);
}
.box-width{
    max-width: 218px;
    width:100%;
}
.box-position{
    transform: translate(-63px, 53px) !important;
}
.box-width::after{
    content: '';
    position: absolute;
    left: 172px;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #FFF;
    clear: both;
}

/* Sidebar */
.mt-sidebar{
    margin-top: 111px;
}
.sidebar-width{
    max-width: 362px;
    width: 100%;
}
@media (min-width: 768px){
    .ml-sidebar {
        margin-left: 22.65rem;
    }
    .pt-sidebar{
        padding-top: 7rem;
    }
}
.pl-sidebar-menu{
    padding-left: 4.5rem;
}

.divider-sidebar{
    border-width: 5px;
    border-color: #B560A2;
}
.has-sub{
    font-size: 16px;
    font-style: normal;
    font-family: 'Montserrat';
    text-transform: capitalize;
    font-weight: 600;
}
.subnav .sidebar-nav{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 31px;
    text-transform: capitalize;
    color: #5BCC7F;
    padding-top:0;
    padding-bottom:0;
}
.has-sub.sidebar-nav-active{
    background-color: transparent;
}
.sidebar-nav-active{
    background-color: #5BCC7F;
    color: white;
}
.border-r-item{
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}
.pl-sidebar-item{
    padding-left:20px;
}
.font-size-first{
    font-size: 18px;
}
.font-size-dropdown{
    font-size:16px;
}
.fonst-size-sub{
    font-size:14px;
}
.font-extrabold{
    font-weight: 800;
    font-family: 'Montserrat';
}
.pr-5-sub{
    padding-right:1.5rem;
}
.pr-6-sub{
    padding-left:2rem;
}

/* Cards */
.pt-card{
    padding-top: 2rem !important;
}
.card .card-body{
    border-radius: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%);
    box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
}
.card-body.pagination{
    background: transparent;
    box-shadow: none;
}
.w-50{
    width: 100%;
    max-width: 438px;
}
@media (min-width: 1024px){
    .profile-card-w {
        width: 379px;
    }
}
.form-label{
    text-transform: capitalize;
    font-family: 'Montserrat';
}
.form-control{
    background-color: transparent !important;
    border: 1px solid #2D2D2D !important;
    border-radius: 0 !important;
    box-sizing: border-box;
}
.btn{
    border-radius: 0;
}

/* Title Secction */
.title-section{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 14px;
    letter-spacing: 0.05em;
}
.title-border{
    border-left: 4px solid #242424;
}
.pb-title-box{
    padding-bottom: 2rem;
}
.title-card-color{
    color: #7F8180;
}
.title-card-font{
    font-style: normal;
    font-size: 18px;
    line-height: 14px;
}


/* Footer */
.bottom-0{
    bottom:0
}
.m-48{
    margin-top: 12rem
}
.ml-image-footer{
    margin-left: auto;
}

/* Alert message */
.bg-alert-success{
    background: #06C597;
}
.w-message{
    max-width: 609px;
    width:100%;
}
.ml-message{
    margin-left: 37px;
}
.opacity-25 {
    opacity: .25;
}
.bg-black {
    background-color: rgba(0,0,0,1);
}
.w-modal{
    max-width: 511px;
    width:100%;
}
.bg-modal-confirm-yellow{
    background: #F2C94C;
}
.icon-size{
    width:23px;
    height:21px;
}
.px-modal-header{
    padding-left: 26px;
    padding-right: 26px;
}
.py-modal-header{
    padding-top: 36px;
    padding-bottom: 36px;
}
.px-modal-body{
    padding-left: 75px;
    padding-right: 75px;
}
.py-modal-body{
    padding-top: 39px;
    padding-bottom: 39px;
}
.py-modal-body-bsale{
    padding-top: 0px;
    padding-bottom: 39px;
}
.btn-dark{
    background: #2D2D2D;
}
.btn-red{
    background: #EB5757;
}
.btn-size{
    max-width: 154px;
    width: 100%;
    height:36px;
}
.w-511{
    width:511px;
}

/* CRUD */

/* Icon Crud */
.icon-crud{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

}
/* Button Crud */
.color-blue{
    color: #6699FF;
    box-shadow: none;
}
.color-red{
    color: #EB5757;
    box-shadow: none;
}
.color-yellow{
    color: #FAB94E;
    box-shadow: none;
}
.color-green-piranha{
    color : #5BCC7F;
    box-shadow: none;
}
.color-violeta-piranha{
    color : #973EAE;
    box-shadow: none;
}
/* Table CRUD*/
.table.table-index th {
    background: #2D2D2D;
    color: white;
}
.table.table-index td {
    border-style: solid;
}
.border-table{
    border: 1px solid #E4E4E4;
}
table.table-index {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}
.td-first{
    border-bottom:thin solid #E4E4E4; border-top:thin solid #E4E4E4; border-left:thin solid #E4E4E4;
}
.td-medium{
    border-bottom:thin solid #E4E4E4; border-top:thin solid #E4E4E4
}
.td-last{
    border-bottom:thin solid #E4E4E4; border-top:thin solid #E4E4E4 solid; border-right: thin solid #E4E4E4
}
.th-text-center{
    text-align: center !important;
}
.table-index input[type=checkbox]{
    background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) !important;
}

/* Button */
.btn.btn-create {
    border: 1px solid #242424;
    background: transparent;
    color: black;
    width: 100%;
    height: 28px;
    max-width: 154px;
    line-height: 15px;
    padding: 5px;
}
.search{
    width:100%;
    max-width: 198px;
    padding: 1px;
    border: 1px solid #242424;
}
.search::placeholder{
    color: #BABBBA;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 5px;
}
.icon-lupa{
    width: 13.34px;
    height: 13.57px;
    top: 8px;
    right: 12px;
}
@media (min-width: 1024px){
    .card .card-controls {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Pagination */
.number-color{
    color: #5BCC7F;
}
.number-border-radius{
    border-radius: 50%;
}
.py-pagination{
    padding-top: 16px;
    padding-bottom: 16px;
}
.px-pagination-number{
    padding-left: 23px;
    padding-right: 23px;
}
.px-pagination-arrow{
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 640px){
    .sm\:justify-end {
        justify-content: end;
    }
}

/* Select */
.select2-dropdown {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) !important;
}
.select2-selection{
    background: linear-gradient(180deg, #FFFFFF 0%, #EBEBEB 100%) !important;
    border: 1px solid #2D2D2D !important;
}
.select2-container .select2-selection--single {
    border-radius: 0;
}
.w-50{
    width:50%;
}
.w-60{
    width: 60%;
}
.w-45{
    width: 45%;
}
.w-201{
    max-width: 201px !important;
}
.w-1055{
    max-width: 1055px !important;
}
.w-1219{
    max-width: 1219px !important;
}
.w-1216{
    max-width: 1216px !important;
}
.w-284{
    max-width: 284px !important;
}
.w-185{
    max-width: 185px !important;
}
.w-415{
    width: 415px;
}
.w-230{
    max-width: 230px !important;
}
.w-378px{
    width: 378px;
}
.mr-4{
    margin-right: 1rem;
}
.mw-80{
    min-width: 80px;
}
.mb-25{
    margin-bottom: 25px;
}
.mw-102{
    min-width: 102px;
}
.mw-120{
    min-width: 120px;
}
.self-end{
    align-self: end;
}
.h-36{
    height: 36px;
}
.h-365{
    height: 365px
}
.font-size-18{
    font-size: 18px;
}
.-m-48{
    margin-top: -12rem !important;
}

/* Table count */
.ml-auto{
    margin-left:auto;
}
@media (min-width: 640px){
    .sm\:w-count {
        width: 32%;
    }
}
.table-count tr th{
    background: linear-gradient(0deg, #F1F2F4, #F1F2F4);
    font-size : 12px;
    font-style: normal;
}
.table-count tr td{
    font-size : 12px;
}
.ml-auto{
    margin-left: auto;
}

/* Inputs Advanced Search */
.input-date{
    text-align: center;
    border: 1px solid #BABBBA;
    background-color: transparent;
    max-width: 100px;
    width: 100%;
    height: 30px;
    font-size: 11px;
    border-radius: 2px;
}
.input-document{
    border: 1px solid #BABBBA;
    background-color: transparent;
    border-radius: 2px;
    width: 122.24px;
    height: 30px;
    
}
.input-document::placeholder{
    font-size: 12px;
    color: #BABBBA;
}
.input-code-reference{
    border: 1px solid #BABBBA;
    background-color: transparent;
    border-radius: 2px;
    width: 160.43px;
    height: 30px;
}
.input-code-reference::placeholder{
    font-size: 12px;
    color: #BABBBA;
}
.input-name{
    width: 82.95px;
    border: 1px solid #BABBBA;
    background-color: transparent;
    border-radius: 2px;
    height: 30px;
}
.input-name::placeholder{
    font-size: 12px;
    color: #BABBBA;
}
.input-delivery-format{
    width: 109.14px;
    background-color: transparent;
    border: 1px solid #BABBBA;
    border-radius: 2px;
    height: 30px;
}
.input-delivery-format::placeholder{
    font-size: 12px;
    color: #BABBBA;
}
.input-state-formt{
    width:78.58px;
    background-color: transparent;
    border: 1px solid #BABBBA;
    border-radius: 2px;
    height: 30px;
}
.input-state-formt::placeholder{
    font-size: 12px;
    color: #BABBBA;
}
.height-full{
    height: 100vh;
}

/* Button search */
.h-30{
    height:30px;
}
.-mr-4{
    margin-right: -4px;
}
.rounded-0{
    border-radius: 0;
}
.btn-search{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    font-style: normal;
}

/* Order */
/* Title Order */
.title-order{
    font-size: 18px;
    color: #7F8180;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize
}
.py-order-card{
    padding-top: 53px !important;
    padding-bottom: 53px !important;
}
.px-order-card{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

/* Table Order History */
.table.table-history-order th {
    padding: 0.75rem 1.5rem;
}
.table.table-history-order th {
    background: transparent;
    color: black;
}
table.table-history-order {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}
.table.table-history-order td {
    border-style: dashed;
    border-top-width: 1px;
    padding: 0.5rem 1rem;
}
.th-first {
    border-bottom: thin solid #2D2D2D;;
    border-top: thin solid #2D2D2D;;
    border-left: thin solid #2D2D2D;;
    border-right: transparent;
}
.th-medium {
    border-bottom: thin solid #2D2D2D;;
    border-top: thin solid #2D2D2D;;
    border-left: transparent;
    border-right: transparent;
}
.th-last {
    border-bottom: thin solid #2D2D2D;;
    border-top: thin solid #2D2D2D;
    border-right: thin solid #2D2D2D;;
    border-left: transparent;
}