/*

Theme Name: Divi child theme

Template: Divi

*/

@import url("../Divi/style.css");

/* License Manager */

.license-manager-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.license-manager-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    padding: 0px 0px 0px 0px;
}
.license-manager-inner .license-order-id {
    background: linear-gradient(261deg,rgba(131,58,180,1) 0%,rgba(253,29,29,1) 65%,rgba(252,176,69,1) 100%);
    width: 100%;
    padding: 5px 12px;
    color: #fff;
    font-weight: 600;
}
.license-manager-inner .license-order-detail {
    width: 100%;
    padding: 30px;
    box-shadow: 0px 6px 10px -9px #333;
}



.el-item-name, .item-license {
    display: flex;
    width: 100%;
    flex-direction: row;
}
.item-license span.el-color-green {
    cursor: pointer;
 text-decoration: underline;
}

.license-domains-list {
    width: 100%;
    display: flex;
    flex-direction: row;
 flex-wrap: wrap;
 margin-top: 10px;
}
.el_active_domain {
    width: 100%;
    background: linear-gradient(261deg,rgba(131,58,180,1) 0%,rgba(253,29,29,1) 65%,rgba(252,176,69,1) 100%);
    padding: 6px 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-weight: 600;
}
span.remove_domain {
    float: right;
}
span.remove_domain a {
    color: #fff;
    background: red;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 20px;
    cursor: pointer;
}






