.smm-services {
    color: #37474f;
    margin: 0 auto 230px;
}

.smm-services-title {
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
    /*background: #455a64;*/
    /*display: inline-block;*/
    /*border-radius: 8px 8px 0 0;*/
    /*color: #fff;*/
    /*padding: 10px;*/
}

.smm-services-title > h1,
.smm-services-title > h2,
.smm-services-title > h3,
.smm-services-title > h4,
.smm-services-title > h5,
.smm-services-title > h6 {
    margin: 0 !important;
}


.smm-services-title span {
    margin: 0 5px;
}

.smm-services .table-responsive {
    max-width: 100% !important;
    overflow-x: auto;
    margin-bottom: 20px !important;
}

.smm-services .table,
.smm-services td,
.smm-services th {
    border: none !important;
}

.smm-services .table {
    direction: rtl !important;
    width: 100% !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    user-select: none;
}

.smm-services .table tr th,
.smm-services .table tr td {
    font-weight: 400;
    white-space: nowrap;
}

.smm-services .table tr {
    height: 35px !important;
    line-height: 25px !important;
    white-space: nowrap;
}

/* Thead */
.smm-services .table thead tr {
    color: #fff !important;
    background: #455a64 !important;
}

.smm-services .table thead tr th {
    border-radius: 0 !important;
    text-align: right !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
}

.smm-services .table thead tr th:first-child {
    border-radius: 0 8px 8px 0 !important;
}

.smm-services .table thead tr th:last-child {
    border-radius: 8px 0 0 8px !important;
}

/* Tbody */
.smm-services .table tbody tr:nth-child(odd) {
    background: transparent !important;
}

.smm-services .table tbody tr:nth-child(even) {
    background-color: #f6f6f6 !important;
}

.smm-services .table tbody tr td {
    text-align: right !important;
    padding: 8px 10px !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #455a64 !important;
    font-weight: 500 !important;
}

.smm-services .table tbody tr td:first-child {
    border-radius: 0 8px 8px 0 !important;
}

.smm-services .table tbody tr td:last-child {
    border-radius: 8px 0 0 8px !important;
}

.smm-services .table tr td > div {
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 5px !important;
}

.smm-services .table tbody tr td .service-name {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
}

.smm-services .table tbody tr td .service-unit {
    font-size: 11px;
    color: #c2c2c2 !important;
    position: relative;
}

.smm-services .btn {
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    padding: 2px 15px;
    height: 30px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 300ms linear;
}

.smm-services .btn:hover {
    transform: scale(1.05);
}

.smm-services .btn-primary {
    color: #fff !important;
    background: #26a69a !important;
}

.smm-services .btn-secondary {
    color: #455a64 !important;
    background: #6e76801a !important;
}

.smm-services .btn-primary:focus,
.smm-services .btn-primary:hover {
    background: #13756d !important;
}

.smm-services .btn-secondary:focus,
.smm-services .btn-secondary:hover {
    color: #fff !important;
    background: #455a64 !important;
}

@media screen and (max-width: 390px) {
    .smm-services .table tbody tr td .service-unit {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 370px) {
    .smm-services .table tbody tr td .service-unit {
        font-size: 7px !important;
    }

    .smm-services .table tbody tr td {
        font-size: 11px !important;
    }
}
