body .clise-outside{
    display: none;
  }
  
  @media(max-width: 1199.98px){
    /*body .clise-outside{
      display: none !important;
    }*/
  }
  
  .g-sidenav-show.g-sidenav-pinned .clise-outside{
    background: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    backdrop-filter: blur(0.05rem);
  }
.close-menu {
    position: absolute;
    top: -8px;
    right: 10px;
    color: #fff;
    font-size: 2rem;
}
.flex-space-between{
    display: flex;
    justify-content: space-between;
}
.main-card{
    border-radius: 4px;
    overflow: hidden2;
    background-color: #fff;
    margin-top: 2rem;
    margin-right: 2rem;

    /* added */
    /* display: inline-block;
    width: 100%; */
}

li.active > a > i ,
.metismenu > li.active > a {
    color: #ff385c !important;
    }

.colprim 
{
        color: #ff385c !important;
}

.backprim
{
color: #ffffff !important;
background-color: #ff385c !important;
}




.logo-header {
    padding: 2rem 1rem 1.5rem 1rem;
    text-align: center;
}

.img-user{
    position: relative;
    min-width: 130px;
    min-height: 130px;
    height: 130px;
    width: 130px;
    border-radius: 100%;

    background-size: cover;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.img-user .change-image-profile{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #EC407A;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
}

.line-1{
    height: 1px;
    border-top: 1px solid;
    margin: 0.5rem 0rem;
}

.metismenu{
    margin-bottom: 5rem !important;
}

.box-logo{
    width: 100%;
    max-height: 150px;
}

.card-header-2{
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,0.1);
    width: 100%;
}

.card-body{
    padding: 3rem 2rem;
}


.box-bars{
    display: flex;
    align-items: center;
}

.box-bars label{
    margin: 0 !important;
    width: 100px;
}

.box-bars span.porc{
    width: 45px;
    text-align: right;
}

.element{
    /*border: 1px solid;*/
    padding: 0.65rem;
    box-shadow: 0px 0px 5px -1px;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 0;
}

.box-bars .progress{
    width: 100%;   
    border-radius: 0px;
    margin-left: 0.5rem;
    height: 10px;
    margin-bottom: 0 !important;
}

.custom-input{
    border-radius: 30px;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
}
.custom-input:focus{
    background-color: #ffffff;
}

.whitebold
{
    font-weight: bolder;
    color: #FFFFFF;
}

.bg-gradient-dark {
    /* background-image: linear-gradient(195deg, #032a66 0%, #022152 100%) !important; */
    background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
}

.table-wrapper {
    position:relative;
}
.table-scroll {
    max-height:250px;
    overflow:auto;  
}

.table-scroll.pricing{
    max-height:200px;
}
.table-scroll.pricing.lat{
    max-height:200px !important;
}

.table-wrapper table {
    width:100%;
}

.table-wrapper table thead th div, .table-wrapper table tbody td div{
    min-width: max-content;
    padding: 0.3rem;
    /* text-transform:capitalize */
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 50%);
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 50%);
}

.gris-sm
{
    font-size: 0.3em;
    color: #AAAAAA;
}


/* switch 2 */
input.for-switch[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

input.for-switch + label {
	cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0;
}

input.for-switch + label:after {
	content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input.for-switch:checked + label {
	background: #0d6efd;
}

input.for-switch:checked + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.for-switch + label:active:after {
	width: 25px;
}

.pointer{
    cursor: pointer;
}

.header-calendar-lg{
    height: 42px;
}

.calendar-lg-days-container{
    height: calc(100% - 42px);
}

/* .react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header, .react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name{
    color: #FFF !important;
}

.react-datepicker__header{
    background-color: #e91e63 !important;
} */

.react-datepicker__navigation-icon--previous::before{
    right: 4px !important;
    border-color: #fff !important;
}

.react-datepicker__navigation-icon--next::before{
    left: 4px !important;
    border-color: #fff !important;
}

.react-datepicker__navigation-icon{
    background: #e91e63 !important;
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 4px -1px #000;
    cursor: pointer;
}

/* components container */

@media (min-width: 1400px){
    [class^="container-"].reports_owners{
        max-width: 1600px !important;
    }
}



/* end components container */