/* 
    Created on : Jul 11, 2020, 1:28:48 PM
    Author     : Akshay Tambekar
*/


/***** Custom *****/

.custom-content-wrapper {
    margin-top: 56px;
}

.label-required::after {
    content: "*";
    font-size: 14px;
    font-family: initial;
    color: red !important;
}

.select2-selection .is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.has-error {
    color: red
}

.mt-10per {
    margin-top: 10% !important;
}

.font-size-10px {
    font-size: 10px !important;
}

.color-black {
    color: black;
}

/***** End Custom *****/

/***** Agreement *****/

.agreement-details {
    font-family: serif;
}


.agreement-details h3 {
    color: black;
    font-size: 22px !important;
}

.agreement-details p {
    color: black;
}

.agreement-details table {
    width: 100%;
    color: black;
}

.agreement-details table td:first-child{
    width: 30%;
}

.agreement-details label {
    color: black;
}

.agreement-details .form-control {
    height: 30px !important;
}

.agreement-details .btn {
    height: 36px;
}

.agreement-details .footer-address p {
    font-size: 10px;
    color: black;
    line-height: 1px;
}

.agreement-details .submit-agreement-form {
    float: right;
    margin-top: 17%;
}

/***** End Agreement *****/
