﻿.com_PopupBack, .com_PopupBack_dynamicUI {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background: #363636d4;
    overflow: hidden;
    display: none
}

.com_InnerBox {
    display: block;
    margin: 0 auto 0 -20%;
    max-height: 400px;
    height: auto;
    overflow: hidden;
    width: 40%;
    left: 50%;
    position: absolute;
    top: 20%;
    background: #fafbfc;
    box-shadow: 0 0 10px 0 #575757;
    z-index: 40;
    border-radius: 10px;
    box-shadow: 0 .46875rem 2.1875rem rgba(4,9,20,.03),0 .9375rem 1.40625rem rgba(4,9,20,.03),0 .25rem .53125rem rgba(4,9,20,.05),0 .125rem .1875rem rgba(4,9,20,.03)
}

.com_body, .com_header {
    border-radius: 10px 10px 0 0;
    width: 100%;
    display: block;
    background-color: #fff;
    float: left;
    letter-spacing: 1px
}

.com_header {
    height: 60px;
    padding: 15px 5px 10px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: teal
}

.com_body {
    min-height: 80px;
    max-height: 300px;
    padding: 12px 15px 10px;
    overflow-y: auto;
    margin-bottom: 47px;
    font-size: 14px;
    color: #434141
}

.com_footer {
    width: 100%;
    height: 65px;
    display: block;
    float: left;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 12px 5px 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #ccc
}

.com_btn {
    background-color: teal;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    width: auto;
    padding: 7px 12px;
    font-size: 13px;
    text-transform: capitalize;
    margin-right: 5px;
    letter-spacing: 1px
}

    .com_btn:hover {
        background-color: #e9cd09
    }

.com_closeicon {
    position: absolute;
    top: 6px;
    right: 17px;
    font-size: 30px;
    color: #6b6969;
    cursor: pointer
}

    .com_closeicon:hover {
        color: #e9cd09
    }
