﻿
.popupdesign .close {
    position: absolute;
    right: 15px;
    text-shadow: none;
    opacity: 1;
    color: #ffffff;
    font-weight: 400;
    line-height: 0;
    top: 26px;
    font-size: 35px;
    font-family: ui-sans-serif;
    z-index: 999;
}

.popupdesign .modal-header {
    font-family: 'Segoe UI Regular';
    font-weight: normal;
    font-size: 17px;
    padding: 12px 15px;
    background-color: #052E2B;
    color: #ffffff;
    border-radius: 0px;
    border-bottom: 0;
}

.popupdesign .section-header {
    margin-top: 4px;
    font-family: 'Segoe UI Regular';
    font-weight: normal;
}

.popupdesign .modalfooter {
    padding: 5px 0px 15px 0px;
}

.popupdesign .modal-content {
    border-radius: 0px;
    border: 0;
}

.errordesign {
    font-size: 12px;
    font-family: 'Segoe UI Regular';
    font-weight: normal;
    line-height: 20px;
    height: auto;
    color: #ff3333;
    display: block;
    margin-top: 5px;
}

.popupdesign .modal-body {
    padding: 15px 10px 15px 15px;
}

.messagetext {
    font-family: 'Segoe UI Regular';
    font-weight: normal;
}


.popupdesign .modal-body.errormodaltext {
    padding: 15px 10px 15px 15px;
}