
.left {
    width: 23%;
    float: left;
}

.right {
    width: 75%;
    float: left;
}

.total-body {
    display: flex
;
    width: 95%;
    margin: 1% auto;
    justify-content: space-between;
}

.right-table tbody tr td {
    padding: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    color: black;
}

.left-menu {
    list-style: none;
    padding: 0;
    margin-left: 2px;
    height: 96.6vh;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 1px solid;
    margin-top: 2.4px;
    overflow: auto;
}

.right-menu {
    list-style: none;
    /* padding: 0; */
    /* margin-left: 2px; */
    /* height: 96.6vh; */
    /* border-left: 1px solid; */
    /* border-top: 1px solid; */
    /* border-right: 1px solid; */
    /* margin-top: 2.4px; */
    /* overflow: auto; */
    /* margin-right: 2px; */
}

.left-menu li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 5px;
    display: block;
}

.left-menu li {
    margin-bottom: 12px;
}

.td-right {
    display: block;
}

.td-right-title {
    border-bottom: 1px solid;
    /* margin: 1.5px; */
    /* padding: 0px 10px; */
}

.td-right-title h1 {
    color: var(--main-color);
    font-size: 20px;
    letter-spacing: 1.5px;
}

.td-right-text {
    margin: 1.5px;
    padding: 10px 10px;
    border-top: 1px solid;
    height: 150vh;
    overflow: auto;
}

.td-right-text p {
    margin: 0px;
    font-size: 17px;
    line-height: 29px;
    letter-spacing: 1.2px;
    color: black;
    text-align: justify;
}

.uc-text {
    font-weight: 700;
    font-size: 22px;
}

.contact-text {
    margin-top: 20px;
}

.contact-text p {
    font-size: 20px;
    line-height: 36px;
}

.contact-text-first {
    text-decoration: underline;
}

.pagination {
    float: right;
}

.pagination ul {
    list-style-type: none;
    margin: 34px 0px;
    border: 1px solid;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--main-color);
    padding: 10px 27px;
    display: block;
    text-decoration: none;
}

.pagination-a {
    border-right: 1px solid;
}
.button-quick {
    position: relative;
    width: 100%;
    height: fit-content;
    cursor: pointer;
    padding: 10px 45px 10px 0;
    display: flex
;
    align-items: center;
    border: 2px solid var(--active-color);
    background-color: var(--main-color);
    text-decoration: none;
}
h1{
    font-weight: bold;
    font-family: var(--heading-font);
}