 #myTab {
  display: none;
}
    
body.modal-open .maincontentarea {
    filter: blur(10px);
    transition: filter 0.3s ease;
}

.select-modal {
    z-index: 50000000000;
}

.select-modal .modal-dialog {
    max-width: 75%;
    margin: 1.75rem auto;
}

.select-modal .modal-content {
    background-color: transparent;
    border: 0;
}

.select-modal .modal-title {
    text-align:center;
    color:#fff;
}

.select-modal .modal-header {
    border-bottom:0;
}

.select-modal.show {
    background-color: rgba(33, 28, 54, 0.9);
}

.select-modal [type=button]:not(:disabled), 
.select-modal [type=reset]:not(:disabled), 
.select-modal [type=submit]:not(:disabled), 
.select-modal button:not(:disabled) {
    cursor: pointer;
    border: 0;
    background: none;
}

#reopenModalBtn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1056; /* just above modal backdrop (z-index: 1055) */
}

.changedemodiv button {
    background-color: #b74a47;
    border-color: #b74a47;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    padding:10px;
}

.changedemodiv .btn-red.active {
    background-color: #913a38;;
    border-color: #913a38;;
}