.fa {
      cursor: pointer;
    }
    .text-xs-center {
        text-align: center !important;
    }

    .tag-pill {
        padding-right: 1em;
        padding-left: 1em;
        border-radius: 10rem;
    }
    .tag {
        padding: .25em .4em;
        padding-right: 1em;
        padding-left: 1em;
        font-weight: 700;
        color: #fff;
        text-align: center;
        border-radius: 10rem;
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
    }
    .tag-success {
        background-color: #66BB6A;
    }
    .tag-warning {
        background-color: #FFA726;
    }
    .editable-backgroung, .loading-content2 {
      /* Height & width depends on how you want to reveal the overlay (see JS below) */
      display: none;
      height: 100%;
      width: 100%;
      position: absolute; /* Stay in place */
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); /* Black fallback color */
      /*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
      overflow-x: hidden; /* Disable horizontal scroll */
      overflow-y: auto;
      transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
      z-index: 999999;

    }
    .editable-backgroung .closebtn {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 60px;
    }
    .editable-backgroung a {
        padding: 8px;
        text-decoration: none!important;
        font-size: 36px;
        color: #fff;
        display: block; /* Display block instead of inline */
        transition: 0.3s; /* Transition effects on hover (color) */
    }
    .editable-backgroung a:hover, .editable-backgroung a:focus {
        color: #596582;
    }
     .loading-content {
      /* Height & width depends on how you want to reveal the overlay (see JS below) */
      display: none;
      height: 100%;
      width: 100%;
      position: fixed; /* Stay in place */
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7); /* Black fallback color */
      /*background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
      overflow-x: hidden; /* Disable horizontal scroll */
      overflow-y: auto;
      transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
      z-index: 999999;

    }

    @media screen and (max-height: 450px) {
        .editable-backgroung a {font-size: 20px}
        .editable-backgroung .closebtn {
            font-size: 40px;
            top: 45px;
            right: 35px;
        }
    }