.content-f{
 
    background-color: rgba(7, 7, 7, 0.815) !important;
}
.loader-custom{
    position: absolute!important;
    z-index: 999999999 !important;
    background-color: rgba(7, 7, 7, 0.7) !important;
    height: 100% !important;
    width: 100%;
    color: white;
  


}

div.content{
    position: relative;
    /*  background-color: red; */
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;

    height: 200px;
    width: 200px;
    vertical-align: middle;
    font-size: 1em;
}
.div-disabled
{
  pointer-events: none;
  opacity: 0.5;
 /*  background: rgba(255, 252, 252, 0.062); */
}
.color-succes
{
  background-color: #468847 !important;

 /*  background: rgba(255, 252, 252, 0.062); */
}
.color-none
{
    background-color: none;
  opacity: 0.5;
 /*  background: rgba(255, 252, 252, 0.062); */
}

