.nav-item a img {
    max-width: 30px;
}
.card, .cards {
/*     background: #808080 !important;*/
    border-radius: 2px !important;
    /*color: #fff !important;*/
    max-height:30rem;
}
.cards img {height:10rem;width:auto;}
.navbar-brand a img {
    border: 0;
    max-height: 150px;
    max-width: 150px;
}
.table td img {
    max-width: 30px !important;
}
.navbar-nav li {
    list-style: none
}
page-content-wrapper {
    width: 100%;
}
#page-content-wrapper {
    width: 100%;
}
#wrapper {width:100%;}
.ui-autocomplete {
    /*position: absolute;*/
    top: 100%;
    left: 0;
    z-index: 99999;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #f2f2f2;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 250px;
    overflow-y: scroll;
}
.tm_tl li {list-style:none;}

.countrysearch {
    border: 1px solid rgba(245, 177, 6,0.5)
}

    .countrysearch input[type='text'] {
        width: 100% !important;
    }
.check_box {
    max-height: 150px;
    overflow: auto;
}

.card-columns {
   
        column-count: 4;
   
}

.paymentbtns{min-height :20px;}
.modal-backdrop {
    position: unset !important;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.spinner-border {

   position:absolute;
   top:50%;
   left:50%;
}

/*.owl-carousel .owl-item img {
    max-height: 250px;
    width: auto !important;
}*/
    /*.vjs-custom-waiting .vjs-loading-spinner {
    display: block;
}

.video-js.vjs-custom-waiting .vjs-loading-spinner:before,
.video-js.vjs-custom-waiting .vjs-loading-spinner:after {
   
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}*/

/*.AvailableCredits a{ color:#fff !important;}*/
  /*  .AvailableCredits a:hover {
        color: #7f0912 !important;
    }*/

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #333;
    border: 1px solid rgba(0,0,0,.125) !important;
}
.card-footer {
  
     background-color: transparent !important; 
     border-top: none !important;
}
.istoikonacard .card-body::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #7f0912;
    content: "\f144";
}


