
.users {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap
}

.row-3 {
    width: 3%
}

.row-4 {
    width: 4%
}

.row-5 {
    width: 5%
}

.row-6 {
    width: 6%
}

.row-7 {
    width: 7%
}

.row-8 {
    width: 8%
}

.row-10 {
    width: 10%
}

.row-12 {
    width: 12%
}

.row-15 {
    width: 15%
}

.row-20 {
    width: 20%
}

.row-18 {
    width: 18%
}

.row-22 {
    width: 22%
}

.row-25 {
    width: 25%
}

.row-30 {
    width: 30%
}

.users td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.users th {
    color: #fff
}

.users td, .users th {
    text-align: left;
    /*padding: 5px*/
}

.users tr:nth-child(even) {
    background: #add8e6 
}




.custom {
    width: 67px !important
}


.container {
    margin-top: 100px
}

.section-title {
    margin-bottom: 38px
}

.shadow,
.subscription-wrapper {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important
}

.icon-primary {
    color: #062caf
}

.icon-bg-circle {
    position: relative
}

.icon-lg {
    font-size: 50px
}

.icon-bg-circle::before {
    z-index: 1;
    position: relative
}

.icon-bg-primary::after {
    background: #062caf !important
}

.icon-bg-circle::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: -35px;
    left: 15px;
    border-radius: 50%;
    background: inherit;
    opacity: .1
}

p,
.paragraph {
    font-weight: 400;
    color: #8b8e93;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif
}

.icon-bg-yellow::after {
    background: #f6a622 !important
}

.icon-bg-purple::after {
    background: #7952f5
}

.icon-yellow {
    color: #f6a622
}

.icon-purple {
    color: #7952f5
}

.icon-cyan {
    color: #02d0a1
}

.icon-bg-cyan::after {
    background: #02d0a1
}

.icon-bg-red::after {
    background: #ff4949
}

.icon-red {
    color: #ff4949
}

.icon-bg-green::after {
    background: #66cc33
}

.icon-green {
    color: #66cc33
}

.icon-bg-orange::after {
    background: #ff7c17
}

.icon-orange {
    color: #ff7c17
}

.icon-bg-blue::after {
    background: #3682ff
}

.icon-blue {
    color: #3682ff
}