﻿.modal {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1050;
    display: none;
    width: 90%;
    height: 90%;
    overflow: hidden;
    outline: 0;
}

.customLabel{
    font-size: 14px;
    font-weight: 600;
    color: #696969;
}

