:root {
    --primaryColor: #004d68;
    --secondaryColor: #26d07c;
    --azulClaroAlsea: #42B6E7;
    --grisClaroAlsea: #EEEEEE;
}

/*Custom styles*/
.header-sucursales-dashboard{
    height: 65px;
}
.header-sucursales{
    position: absolute;
    top: 10px;
}
.bg-alsea-layout{
    background: #f0f2f5;
}
.bg-alsea-login {
    background-image: url("/static/login/bg-login-desktop.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height:  -moz-calc(100vh);
    height:  calc(100vh);
}
.logo {
    height: 45px;
}
.card-help{
    border: 1px solid var(--secondaryColor) !important;
    border-left: .5rem solid var(--secondaryColor) !important;
}

@media (max-width: 576px) {
    .ant-picker-dropdown-range {
        width: 278px !important;
        min-width: unset !important;
    }
}
.text-14 {
    font-size: 14px;
}
.divider-description {
    border-top: 1px dashed var(--azulClaroAlsea) !important;
    margin: 5px !important;
}
.bg-alsea-azul {
    background-color: var(--azulClaroAlsea) !important;
}
.bg-json{
    background-color:  var(--grisClaroAlsea) !important;
}
.bg-alsea-gris {
    background-color: var(--grisClaroAlsea) !important;
}
.bg-alsea-green {
    background-color: var(--secondaryColor) !important;
}
.bg-alsea-red {
    background-color: red !important;
}
.description-blue {
    padding: .5rem 1rem .1rem;
    border: 1px solid var(--azulClaroAlsea);
    border-radius: 6px;
    border-left: .4rem solid var(--azulClaroAlsea) !important;
    color: var(--azulClaroAlsea);
}
.description-danger {
    padding: .5rem 1rem .1rem;
    border: 1px solid #dc3545;
    border-radius: 6px;
    border-left: .4rem solid #dc3545 !important;
    color: #dc3545 ;
}
.description-warning {
    padding: .5rem 1rem .1rem;
    border: 1px solid #ffc107;
    border-radius: 6px;
    border-left: .4rem solid #ffc107 !important;
    color: #ffc107;
}
.description-success {
    padding: .5rem 1rem .1rem;
    border: 1px solid #28a745;
    border-radius: 6px;
    border-left: .4rem solid #28a745 !important;
    color: #28a745;
}
.card-selectable-blue {
    /*background-color: var(--grisClaroAlsea);*/
    border-left: .5rem solid var(--azulClaroAlsea) !important;
    color: var(--azulClaroAlsea);
}
.card-selectable-gray{
    /*background-color: var(--grisClaroAlsea);*/
    border-left: .5rem solid var(--azulClaroAlsea) !important;
}
.menu-icon {
    font-size: 1.5rem !important;
}
.selectable {
    cursor: pointer;
}
.h-100-px {
    height: 100px !important;
}
.min-vh-80 {
    min-height: 80vh !important;
}
.site-layout-sub-header-background {
    background: #fff;
}
.site-layout-background {
    background: #fff;
}
.miniature {
    display: block;
    max-width: 50px;
    max-height: 50px;
    width: auto;
    height: auto;
}
.h-50-px {
    height: 50px !important;
}
.delivery-img {
    width: 50% !important;
}
.product-img {
    width: 200px;
}
.h-height {
    min-height: 100px !important;
}
/*Custom styles*/
/*ANTD edit styles*/
[data-theme="dark"] .site-layout-sub-header-background {
    background: #141414;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
    padding-top: 3rem !important;
}
.ant-layout-header {
    height: 65px !important;
}
.ant-btn-loading-icon, .ant-btn, .ant-picker-suffix, .ant-space-item,
.ant-space-horizontal, .ant-drawer-close, .anticon, .ant-page-header-heading-extra {
    -moz-box-align: center !important;
         align-items: center !important;
}

.ant-page-header-heading{
    margin: 5px;
}
.ant-list-item-action {
    text-align: right;
}
.ant-descriptions-title, .ant-descriptions-header {
    margin-bottom: 5px !important;
}
.ant-descriptions-item {
    padding-bottom: 6px !important;
}
.ant-page-header-heading-title{
    overflow: scroll !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ant-page-header-heading-title::-webkit-scrollbar {
    display: none;
}
.ant-btn-sm{
    display: -moz-inline-box !important;
    display: inline-flex !important;
}
.center-button{
    display: -moz-box !important;
    display: flex !important;
    -moz-box-pack: center !important;
         justify-content: center !important;
    align-content: center !important;
}
.ant-avatar > img {
    object-fit: contain !important;
}
/* Hide scrollbar for IE, Edge and Firefox */
.ant-page-header-heading-title {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.ant-divider{
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    color: #fff !important;
    background: #0a546e !important;
    border-color: #0a546e !important;
}
.ant-radio-button-wrapper:hover {
    position: relative;
    color: #0a546e !important;
}
.ant-descriptions-item-content{
    display: contents !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
    background-color: #0a546e !important;
}
.ant-spin {
    color: var(--primaryColor) !important;
}
.ant-menu{
    top: 65px !important;
}
.ant-switch-checked{
    background-color: #26d07c !important;
}
.ant-list-vertical .ant-list-item-action > li {
    padding: 0 8px !important;
}
.ant-list-vertical .ant-list-item-action {
    margin-top: 0px !important;
    margin-left: auto;
}
.ant-page-header-content{
    padding: 0 !important;
}
.ant-menu-item-group-title{
    padding: 0 !important;
}
/*ANTD edit styles*/


/*Scroll styles*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border: 0px none #ffffff;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--azulClaroAlsea);
}
::-webkit-scrollbar-thumb:active {
    background: var(--primaryColor);
}
::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
::-webkit-scrollbar-track:active {
    background: #ffffff;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
/*Scroll styles*/

.ant-checkbox-group-item{
    min-width: 25%!important;
}

@media (max-width: 767.98px) {
    .ant-page-header-transactions{
        padding: 0!important;
    }
}
.ant-table-thead > tr > th {
    color: white !important;
    background: var(--primaryColor) !important;
}
.ant-pagination-item-link{
    display: -moz-box !important;
    display: flex !important;
    -moz-box-pack: center !important;
         justify-content: center !important;
    -moz-box-align: center !important;
         align-items: center !important;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.color-azul-claro-alsea{
    color: var(--azulClaroAlsea) !important;
}
.visibilidad-subtitle{
    position: relative;
    top: -5px
}
hr.divider-dashed {
    border-top: 1px dashed var(--primaryColor);
    top: -12px;
    position: relative;
    margin: 0;
}
hr.divider-dashed-normal {
    border-top: 1px dashed var(--primaryColor);
}
.big-avatar .ant-comment-avatar img{
        width: 80px !important;
        height: 80px !important;
    }
.centered-avatar .ant-comment-inner{
       -moz-box-align: center;
            align-items: center;
        margin: 0;
    }
.centered-avatar .ant-comment-avatar{
        margin: 0;
    }
.centered-avatar .ant-select-selector{
        padding-left: 0 !important;
    }
.ant-progress-bg{
    height: 20px !important;
}
.dropdown-width{
 width: -webkit-max-content !important;
 width: -moz-max-content !important;
 width: max-content !important;
}
.dropdown-width-large{
width: 210px !important;
}
.w-80-px{
    width: 80px;
}

/*DELIVERY CANCEL STYLE*/
.bg-purple {
    background-color: #f9f0ff !important;
}

.text-purple {
    color: #722ed1 !important;
}

.description-purple {
    padding: .5rem 1rem .1rem;
    border: 1px solid #9254de;
    border-radius: 6px;
    border-left: .4rem solid #9254de !important;
    /*purple-4*/
    color: #531dab;
}
