.table thead.bordered-darkorange>tr>th {
    border-bottom: 3px solid #2154f5;
}

.table td,
.table th {
    padding: 15px 20px;
}

.table thead>tr>th {
    font-size: 14px;
    color: #000;
}

.editIcon {
    border: 1px solid #2154f5;
    color: #2154f5;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
}

.deleteIcon {
    border: 1px solid #f00;
    color: #f00;
    padding: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
}

button {
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 14px;
}

.btnAction {
    margin-top: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.form-control,
select {
    padding: 12px 25px;
    border-radius: 25px !important;
    font-size: 14px;
    color: #000 !important;
    border: 1px solid #EEF1F5 !important;
    background-color: #EEF1F5 !important;
}

.btn-success,
.btn-success:focus {
    background-color: #2154f5 !important;
    border-color: #2154f5 !important;
    color: #fff !important;
}

.btn-success:hover,
.open .btn-success.dropdown-toggle {
    background-color: #4f7aff !important;
    border-color: #4f7aff !important;
}

.addNewItem {
    font-weight: bold;
    color: #2154f5 !important;
}

#addContent {
    background: #fff;
    padding: 20px;
}

.inner-content {
    background: #fff;
    padding: 20px;
}

.table td,
.table th {
    word-break: break-word;
}

.terms-container {
    background-color: #fff;
    ;
}

.button-container {
    text-align: right;
    margin-top: 10px;
}

.footer-newsletter input[type="email"] {
    padding: 12px 25px;
    border-radius: 25px !important;
    font-size: 14px;
    color: #000 !important;
    border: 1px solid #000 !important;
    margin-right: 5px;
}

.footer-social {
    margin-top: 20px;
}

.containerLogin label {
    display: block;
    width: 360px;
    margin: 25px auto 0;
    text-align: left;
}

.containerLogin button {
    display: block;
    margin: 0 auto;
    width: 160px;
}

.btnActionUser {
    margin-top: 10px !important;
}

.float-right {
    float: right !important;
}