﻿.search-user {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.search-button {
    border: none;
    background: none;
    cursor: pointer;
}

.search-button:hover{
    opacity: 0.8;
}
.total-users {
    text-indent: 0;
}
.total-users span {
      font-family: SegoeUISemiBold;
  }
.search-user input[type="search"]::-webkit-search-cancel-button {
    width: 17px;
    height: 16px;
    background: url(../Img/cancel-close.png);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.pagination > li:last-child > a, .pagination > li:last-child > span,
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 4px;
}
.rowusers{
    cursor:pointer;
}
.warning-message {
    font-family: SegoeUIBold;
    border-bottom: 1px solid #cacaca;
    padding-left: 20px;
    padding-bottom: 10px;
}
.notice-critical {
    color: red;
}
.notice-warning {
    color: #FFC50C;
}
.notice-info{
    margin-top: 15px;
    color: #000;
}
.discount {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    /*
    background: rgb(130,28,28);
    background: linear-gradient(90deg, rgba(130,28,28,1) 0%, rgba(200,38,38,1) 60%, rgba(224,8,8,1) 100%);
    */
    background: rgb(1,125,48);
    background: linear-gradient(90deg, rgba(1,125,48,1) 0%, rgba(13,177,75,1) 19%, rgba(13,177,75,1) 65%, rgba(44,231,115,1) 100%);
    border-bottom: none;
}
.poster{
    margin-bottom: 10px;
}
/*.owl-item .item{
    position: relative;
}*/
/*.carousel-card-link{
    display:block;
    position:absolute;
    width:200px;
    height: 200px;
}*/