

.home-logo{
    padding-left: 10px;
      text-align: center;
      width: 18px;
      height: auto;
    }
    
    .balance a{
    
        color: #ec161e !important;
    }
    
    .badge {
      display: inline-block;
      padding: .55em .9em;
      font-size: 85%;
      font-weight: 500;
      line-height: 1;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      border-radius: .25rem;
      transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }
    
    .badge-1 {
      color: hsl(48, 33%, 94%);
      background-color: #0784fa;
    }
    
    .badge-2 {
      color: #070707;
      background-color: #ffee01;
    }
    
    .badge-3 {
      color: #fff;
      background-color: #492e0a;
    
    }
    .badge-4 {
      color: #fff;
      background-color: #ff0000;
    
    }
    .badge-5 {
      color: #fff;
      background-color: #025c16;
    
    }
    
    
    
    
    
    
    .btsoko{
      color: #fff;
      background-color: #ec161e;
      border-color: #ec161e;
      box-shadow: none;
    
    }
    .btsoko:hover{
      color: #fff;
      background-color: #000000;
      border-color: #000000;
      box-shadow: none;
    
    }
    .xx {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      overflow: hidden;
      color: #ce0c0c;
      text-align: center;
      white-space: nowrap;
      background-color: #008d1e;
      transition: width .6s ease;
    }
    
    .bg-gradient-primary:hover {
      background: #ec161e linear-gradient(180deg, #000000f5, #ec161e) repeat-x !important;
      color: #fff;
    }
    
    
    [class*=sidebar-dark-] .sidebar a {
      color: #ffffff;
    }
    
    
    
    [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
      color: #e08e8e;
    }
    
    
    .toast{
      display: none;
      min-width: 20vw
    }
    .toast.show {
        display: block;
        opacity: 1;
        position: fixed;
        z-index: 99999999;
        margin: 20px;
        right: 0;
        top: 3.5rem;
    }
    .swal2-container{
        z-index: 99999999;
    }
    #preloader2 {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      overflow: hidden;
      background: #ffffff82;
    }
    
    #preloader2:before {
      content: "";
      position: fixed;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      border: 6px solid #ae0001;
      border-top-color: #d1e6f9;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      -webkit-animation: animate-preloader 1s linear infinite;
      animation: animate-preloader 1s linear infinite;
    }
    @-webkit-keyframes animate-preloader {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    
    @keyframes animate-preloader {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: smaller;
        color: #000000cf;
        font-style: italic;
    }
     .modal-dialog.large {
        width: 80% !important;
        max-width: unset;
      }
      .modal-dialog.mid-large {
        width: 50% !important;
        max-width: unset;
      }
      #viewer_modal .btn-close {
        position: absolute;
        z-index: 999999;
        /*right: -4.5em;*/
        background: unset;
        color: white;
        border: unset;
        font-size: 27px;
        top: 0;
    }
    #viewer_modal .modal-dialog {
            width: 80%;
        max-width: unset;
        height: calc(90%);
        max-height: unset;
    }
      #viewer_modal .modal-content {
           background: black;
        border: unset;
        height: calc(100%);
        display: flex;
        align-items: center;
        justify-content: center;
      }
      #viewer_modal img,#viewer_modal video{
        max-height: calc(100%);
        max-width: calc(100%);
      }
    
    
    