:root {

    --color-black-01: #0B0B0B;

    --color-blue-01: :#385775; 
    --color-grey-01: #707070;

    --color-orange-01: #FFE9CC;

    --color-purple-01: #4E18A5;
    --color-purple-02: #AA83E9;


    --color-white-01: #FFFFFF;
    --color-white-02: #F6F6F6;

    --color-transparent: rgba(0, 0, 0, 0);

    --color-yellow-01: #ffe9cc;
    --color-yellow-02: #b05602;

}

.EI-dp-wrapper {
    max-width: 1100px;
    color: var(--color-black-01);
}

.EI-dp-header {
    position: relative;
    padding: 0.5em 0 0 0;
    z-index: 1;
}

.EI-dp-top-header-icon {
    display: flex !important;
    align-items: center !important;
    background-color: var(--color-purple-01);
    padding-left: 20px;
    color: var(--color-white-01);
    margin-bottom: 0;
}

.EI-dp-has-icon.default {
    background-color: var(--color-transparent);
    color: var(--color-black-01);
}

.EI-dp-top-header-title {
    padding-left: 10px;
}

.EI-dp-content-block {
    padding: 20px;
    overflow: hidden;
    clear: both;
}

.EI-grey {
    background-color: var(--color-white-02);
}

.EI-text-align-center {
    text-align: center;
}

.EI-paddingTop20 {
    padding-top: 20px;
}

.EI-dp-has-icon{
    display: flex !important;
    align-items: center !important;
    margin: 20px 0;
}

.EI-dp-has-icon-image{
    margin-right: 10px;
}

.EI-dp-has-icon-title{
    width: 100%;
    border-bottom: 3px solid var(--color-purple-01);
    margin-right: 15px;
}

.EI-ul{
    color: var(--color-black-01);
}

.EI-a {
    color: var(--color-purple-01);
}

.EI-noteWrapper {
    padding: 0 0 25px 25px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: var(--color-yellow-01);
}

.EI-noteWrapper img {
    margin-top: -25px;
    margin-left: -45px;
}

.EI-tableWrapper{
    overflow: auto;
}

.EI-tableWrapper Table {
    border-collapse: collapse;
    width: 100%;
    border-color: rgba(112,112,112,0.4);
    border-style: solid;
}

.EI-tableWrapper Table th {
    /* border-color: rgba(var(--color-grey-01), 0.40);
    color: var(--color-white-01); */
    background: rgba(112,112,112,0.4);
}

.EI-tableWrapper Table tr:nth-child(odd) {
    background-color: rgba(255,255,255);
}

.EI-tableWrapper Table th:first-child {
    border-right: 1px solid rgba(var(--color-grey-01), 0.40);
}

.EI-rectrangularBox {
    overflow: hidden;
    display: block;
    background-color: rgba(121, 141, 160, 0.2);
    padding-left: 20px;
    width: 50%;
    padding-right: 20px;
    border-style: double;
    border-color: var(--color-blue-01);
    margin: 20px auto;
    text-align: center;
}

.EI-instructionText {
    color: var(--color-yellow-02);
    font-weight: bold;
}

/* VIDEO */
.EI-video-content {
    text-align: center;
}

.EI-video-wrapper {
    width: 720px;
    height: 405px;
    display: inline-block;
    border: 10px solid var(--color-purple-01) !important;
}

/* Content Images */

.EI-content-images{
    margin: 25px 0 30px 0;
}

/* Accordian */


.EI-accordian-content {
    text-align: left;
}

.EI-accordianWrapper {
    width: 100%;
    position: relative;
    margin: 15px 0 20px 0;
}

.EI-accordianContainer {
    width: 100%;
    position: relative;
    border-top: 1px solid var(--color-white-01);
}

.EI-accordianHeader {
    padding: 5px 10px;
    text-align: left;
    cursor: pointer;
    background-color: var(--color-purple-02);
    font-size: 14pt;
}

.EI-accordianContentWrapper {
    padding: 10px;
    text-align: left;
    border: 1px solid var(--color-purple-02);
}

/* Tabs */
/* .EI-tabs {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}

.EI-tabs ul {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}

.EI-tabs li {
    float: left;
    width: auto;
    padding: 12px;
    list-style: none;
    background-color: var(--color-purple-01);
    margin: 0 1px;
    text-decoration: none;
}

.EI-tabs li a {
    color: var(--color-white-01);
    text-decoration: none;
}

.EI-tabs li.active {
    background-color: var(--color-white-01);
    color: var(--color-purple-01);
}


.EI-tabContent {
    padding: 10px;
    text-align: left;
    border: 1px solid var(--color-purple-01);
    width: 100%;
    float: left;
} */