.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 25px 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.greencol {
    color: #00ff66;
    font-size: 13px;
}

.redcol {
    color: red;
    font-size: 13px;
}
.docsWelcome2 {
    text-align: center;
    /* padding: 100px 0; */
}
/* Modal Content */
.modal-content {
    background-color: #1b1f26;
    margin: auto;
    padding: 20px;
    border: 1px solid #262b34;
    /* width: 100%; */
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.docstitletopupgr {
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(98deg, #007eff 10%, #ff0000);
    margin-bottom: 20px;
    font-size: 25px;
}


.columnsflex3 {
    display: flex;
}

.columnsupgrade {
    width: 33.33333%;
    background: #0d0e12b0;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #262b34;
}


.columnsupgrade1 {
    width: 33.33333%;
    background: #0d0e12;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
    border: 1px solid #262b34;
}

.coltcap {
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: #1b1f26;
    padding: 10px 5px;
    text-align: center;
    border-bottom: 2px solid #007eff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.colbenefitstitle {
    color: white;
    text-transform: uppercase;
    /* margin-bottom: 15px !important; */
    font-style: italic;
    border-radius: 16px;
    /* background: #1b1f26; */
    /* width: max-content; */
    text-align: start;
    margin: auto;
    padding: 10px;
    font-weight: 700;
}

.coltrflexbenef {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #1b1f26;
    padding: 10px;
    border-radius: 4px;
    color: white;
    font-size: 11px;
    margin-bottom: 5px;
}


















































































































































































































































































		