.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1010; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
/* Modal Content */
.modal-content {
    width: 400px;
    border-radius: 20px;
    overflow-y: hidden;
    margin: 70px auto;
    background-color: #fff;
    padding: 25px;
    opacity: 1;
    /*overflow-y: initial !important; */
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .modal-content {width:300px;}
}

body.modal-open {
    position: fixed !important;
    overflow-y:  hidden;
    width: 100%;
}

.ccs-action-container {
    display: flex;
    margin-top: 20px;
}

.one {
    text-align: left;
    align-self: flex-end;
    flex: 1;
    color: #c0022b;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;

}

.checkbox {
    align-self: flex-start;
    flex: 1;
}

.two {
    margin:20px;
}

h2.ccs-title {
    text-align: center;
    font-size: 20px;
    clear: left;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    padding: 0;
    color: #c0022b;
}

.ccs-heading {
    font-size: 14px;
    clear: left;
    color: #c0022b;
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    padding: 0;
    font-weight: bold;
}



/* General button style */
.btn {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
    background-color:#A6192E;
    color: white !important;
    border-radius: 5rem !important;
    text-transform: none;
    cursor:pointer;

}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    height: 100%;
    left: 0;
    top: 10px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.btn:hover {
    background: #c0022b;
}

.btn:active {
    background: #c0022b;
    top: 2px;
}

