﻿body {
}

.RTIButton {
    text-align: center;
}

.modal {
    border-radius: 15px;
    display: none;
    border: 1px solid rgb(204, 204, 204);
    padding: 30px;
    position: fixed;
    width: 22%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    z-index: 999;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    float: right;
    font-size: 28px;
    margin-top: -31px;
    background-color: transparent;
    border-radius: 25px;
    border-color: transparent;
    margin-top: -31px;
}

.FontWeight {
    font-weight: bold;
}

.Button {
    background-color: red !important;
    border-radius: 8px;
    color: white !important;
    margin-left: 55px;
    text-align: center;
    width: 199px;
    height: 32px;
    margin-top: -6px;
}

.RTICPAtooltips {
    width: 5%;
    padding: 10px;
    margin: -11px;
    margin-left: -5px;
}
.EmiAmount {
    display:block;
    width: 172px;
    border-radius: 5px;
    margin-top: 15px;
    height: 20px;
    margin-left: 66px;
}
