@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.ve-header {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #35363A;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
}

.ve-content {
    padding: 0 20px;
}

.ve-smdesc {
    color: #45535E;
    font-size: 13px;
    font-style: italic;
}

.ve-links {
    color: #31A9CE;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: underline;
}

.ve-pagewrapper {
    padding: 14px 32px;
    font-size: 15px;
    color: #35363A;
    font-family: 'Lato' !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.ve-input {
    background: #FFFFFF;
    border: 0.5px solid #5C7083;
    border-radius: 4px;
    width: 240px;
    margin: 0 25px 0 14px;
}

.ve-btn:disabled,
.ve-btn[disabled=disabled] {
    background-color: #F4F7F9 !important;
    color: #909EAB;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.ve-btn {
    background: #942977;
    box-shadow: 0.857143px 0.857143px 1.71429px rgba(0, 0, 0, 0.18);
    border: none;
    border-radius: 20px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.497143px;
    min-width: 120px;
    padding-left: 18px;
    padding-right: 18px;
    max-width: 140px;
    height: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

.ve-btn:hover {
    background: #31A9CE !important;
}

button:hover {
    background: #31A9CE !important;
    color: white !important;
    cursor: pointer;
}

.ve-detailswrp {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 30px;
    padding-bottom: 27px;
    font-size: 13px;
}

.ve-detailsheader {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #152C7D;
}

.ve-label {
    color: #17344E;
    width: 200px;
    padding: 4px 0;
    font-weight: bold;
}

.ve-value {
    color: #6A7178;
    padding: 4px 0;
}

.ve-errortext {
    color: #F51818;
}

/* modal */


/* Add a color to the cancel button */
.cancelbtn {
    width: 170px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #942977;
    box-shadow: 0.857143px 0.857143px 1.71429px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.497143px;
    color: #942977;
}

/* Add a color to the delete button */
.submitbtn {
    border: none !important;
    width: 170px;
    height: 40px;
    background: #942977;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.497143px;
    color: #FFFFFF;
    margin-left: 20px;
}

/* Add padding and center-align text to the container */
.container {
    width: 490px;
    height: 120px;
    margin: auto;
    padding: 40px 55px;
    text-align: center;
    background: white;
    opacity: 1;
    z-index: 1000000;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #f44336;
    cursor: pointer;
}

/* Clear floats */
.clearfix {
    margin-top: 35px;
}

.modal-text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.58px;
    color: #6A7178;
}