﻿.TMG-main {
    min-height: 500px;
}

.TMG-Customer {
}

.TMG-Table {
    height:auto;
    margin:5vw 5vw 8vw 5vw;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th, td {
    text-align: right;
    padding: 1vw;
    font-family: iranyekanwebregular;
    font-size:1vw;
}

    th:first-child, td:first-child {
        text-align: right;
    }

tr:nth-child(even) {
    background-color: #f2f2f2
}

.TGM-td {
    text-align: center;
    vertical-align:central;
}
.TGM-RowF {
    display: flex;
    justify-content: center;
    background-color: #E3E3E3;
    width: 100%;
    height: 7vw;
}

.TGM-RowF1 {
    display:flex;
    justify-content:center;
    height: 7vw;
    width: 15vw;
    margin-left: 5%;
    margin-top: -4%;
    border: 1px solid #F2F3F7;
    border-radius: 10px;
    background-color: #F2F3F7;
  
}

.TGM-F1P {
    margin-right: 40%;
}

    .TGM-F1P img {
        width: 2vw;
    }

.TGM-F1T {
    text-align: center;
    margin-top: 3%;
}

