.review4Table td {
    position: relative;
}

.review4Table td .selBor {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.review4Table td .selBor::before {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid #aeaeae;
    border-radius: 50%;
    box-sizing: border-box;
}

/* .review4Table td .selBor:hover::before, */
.review4Table td .selBor.on::before {
    border-color: #ffa200;
}

.roleOptions{
    display: flex;
    align-items: flex-start;
    margin: 0 0 20px;
}
.roleOptions .lit:nth-child(1){
    margin-left: 0;
}
.roleOptions .lit{
    display: flex;
    width: 20%;
    align-items: center;
    margin-left: 10px;
}
.roleOptions .c_down{
    margin: 0;
    width: calc(100% - 60px);
}
.roleOptions .c_down span{
    background-color: #f0f0f0;
    overflow: hidden;
}
.roleOptions .btn{
    width: 60px;
    height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    cursor: pointer;
}

@media screen and (max-width: 850px) {
.roleOptions {
        width: 18rem;
    }
        .roleOptions .btn {
            height: 40px;
        }
}
/* ========== */
.tableVisScroll {
    overflow: auto;
    margin: 0 10px -15px 0;
    padding: 0 10px 15px 0;
    max-height: calc(100vh - 340px);
}

.tableVisScroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0
}

.tableVisScroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0
}

.tableUx th,
.tableUx td {
    padding: 4px 10px;
    text-align: center;
}

.tableUx .c_down {
    float: none !important;
    text-align: left;
}

.tableUx td {
    height: 58px;
    font-size: 17px;
    color: #aeaeae;
    transition: all .4s;
}

.tableUx th {
    height: 60px;
    color: #787878;
    background-color: #f0f0f0;

}

.tableUx .bomWr {
    margin-top: 50px;
}

.tableUx .bomWr .c {
    font-size: 30px;
    color: #f1543f;
    font-family: "BrutalType-ExtraBold";
    line-height: 1;
}

.tableUx .bomWr .p {
    font-size: 17px;
    color: #787878;
    line-height: 20px;
}

@media screen and (max-width:900px) {
    .tableVisScroll {
        max-height: calc(100vh - 240px);
        width: auto;
        padding: 0;
        margin: 0;
    }
}

.nominateList1.operatingFloor .secretaryCnt .tabberWr table th {
    background-color: #f0f0f0;
}

.secretaryCnt .tabberWr table thead:after {
    z-index: 1;
    display: none;
}

.secretaryCnt .tabberWr table th {
    z-index: 10;
}

.review1-2 .reviewTextarea2 textarea {
    padding-top: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.logOutPop .cont {
    padding: 0 30px;
    min-height: 208px;
}

.logOutPop h5 {
    text-align: left !important;
    line-height: 1.2 !important;
}

.logOutPop .quBtn {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.logOutPop .quBtn .btn {
    text-align: center;
    border-radius: 5px;
    /* width: 80px; */
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    color: #292929;
    background: #ffc400;
    cursor: pointer;
    margin-right: 15px;
}

.logOutPop .quBtn .btn.no {
    background-color: #ccc;
}