/* The Modal (background) */
.cma-modal {
    display: none; /* Hidden by default */
    z-index: 9600; /* Sit on top */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    font-size: 14px;
    position: absolute;
    top: 0;
    background-color: rgba(154, 150, 150, 0);
}

/* Modal Content */
.cma-modal-content {
    position: relative;
    background-color: #fff;
    margin: 5% auto 0;
    padding: 16px;
    border: 1px solid #888;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    height: auto;
}
.cma-content {
  overflow-y: auto;
  max-height: 280px;
}
/* The Close Button */
.cma-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.cma-close:hover,
.cma-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cma-modal .controls {
   margin: 8px 0px 0px 0px;
}
.closeGotit{
    text-decoration: underline;
}
.closeGotit:hover,
.closeGotit:focus {
    font-weight: bold;
    cursor: pointer;
}
.cma-modal .heading {
  margin: 8px 0px 8px 0px;
}
.multi-game .cma-modal .cma-content {
    max-height: 120px;
}

.cma-modal .maxbet_message {
    margin: 4px 0px 0px 0px;
    font-size: 12px;
}

.cma-modal .bonus {
    margin: 0px 0px 6px 0px;
}
.cma-modal #subheader_content{
    margin: 2px 0px 4px 0px;
}


.cma-content::-webkit-scrollbar-thumb {
    background-color: #848484;
}

.cma-content::-webkit-scrollbar-track {
    background-color: #e5e5e5;
}

.cma-content::-webkit-scrollbar {
    background-color: #848484;
    width:5px;
}
