a {
    text-decoration: none !important;
}

label {
    font-size: 15px;
}

input {
    font-size: 15px;
}

.colum-7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}

.card-header1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #3498db;
    transition: 0.8s;
    position: relative;
    background-color: #46abee;
}

.card-header1 a {
    color: #fff;
}

.card-header1:hover {
    background-color: #61bffd;
}

.card-header1 .card-body i {
    font-size: 3rem;
}

.card-header1 .card-body .card-title {
    font-size: 2pc;
    margin: 0;
}

/* @media (max-width: 576px) {
    .colum-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .colum-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .colum-7 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .colum-7 {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
} */


/* table */

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    /* border-radius: 4px; */
    /* overflow: hidden; */
    width: 100%;
    margin: 0 auto;
    position: relative;
}

table * {
    position: relative;
}

table td,
table th {
    padding-left: 8px;
}

.table td {
    vertical-align: middle;
}

table thead tr {
    height: 50px;
    background: #3490dc;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
}

table tbody tr {
    height: 31.5px;
}

table tbody tr:last-child {
    border: 0;
}

tbody tr:nth-child(even) {
    /* background-color: #f5f5f5; */
}

tbody tr {
    font-size: 16px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

.pb-3,
.py-3 {
    padding-bottom: 1.2rem !important;
}

.bg-bluesoft {
    background-color: #5fc2ff;
}

.table-shablue {
    box-shadow: 0px 0px 21px 0px rgba(0, 72, 255, 0.24);
}

.table-hover tbody tr:hover {
    color: #3490dc;
    background-color: rgba(117, 193, 255, 0.5);
}


/* table */
