[data-login-show] {
    display: none;
}
.login-tabs-container {
    padding-right: 15px;
}
.login-tabs {
    overflow: auto;
    margin-bottom: 15px;
}
.login-tab {
    width: 50%;
    float: left;
    border: solid 0.5px #ced4da;
    background-color: #eeeeee;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: rgba(84, 102, 112);
    cursor: pointer;
}
.login-tab.is-active {
    border: solid 0.5px #ced4da;
    background-color: var(--white);
    color: #546670;
}
#ao {
    height: 260px;
    width: 550px;
}
#ao-title {
    padding: 0 85px;
}
.section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-assign:before {
    background-image: url(images/assign.png);
}
.section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-user:before {
    background-image: url(images/user.png);
}
.corp-main-btn {
    display: inline-block !important;
    font-weight: bold !important;
    padding: 10px 25px !important;
    border: solid 1px #008569 !important;
    background-color: #FFF !important;
    text-align: center !important;
    color: #00a79d !important;
    position: relative;
    min-width: 115px !important;
}
.corp-main-btn[data-process-type] {
    margin-right: 15px;
    color: #546670 !important;
    border: solid 1px #546670 !important;
}
.corp-main-btn.is-process-selected {
    color: #00a79d !important;
    border: solid 1px #00a79d !important;
}
.corp-main-btn.is-process-selected:before {
    content: '';
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 20px;
    height: 20px;
    background-image: url(images/process_tick.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.mp-image-upload-container {
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mp-image-upload-preview {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 150px !important;
    height: 150px !important;
    border: 1px solid #CCC !important;
    margin-bottom: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.mp-subtitle-part {
    color: #00a79d;
}
.mp-heading {
    display: block;
    color: #00a79d;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}
.mp-col-40 {
    width: 35% !important;
    float: left !important;
}
.mp-col-60 {
    width: 65% !important;
    float: left !important;
}
[hidden] {
    display: none !important;
}
#crc {
    
}
#crc input {
    border: solid 1px #00a79d;
    background-color: #FFF;
    height: 42px;
    color: #546670;
    border-radius: 0;
}
#crc input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c2c2c2;
  opacity: 1; /* Firefox */
}
#crc input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c2c2c2;
}
#crc input::-ms-input-placeholder { /* Microsoft Edge */
  color: #c2c2c2;
}
#crc-search {
    
}
#crc-search .crc-text {
    color: #546670;
    margin-bottom: 10px;
}
#crc-search-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#crc-search-input .corp-main-btn {
    margin-left: 15px;
}
#crc-result {
    
}
.crc-select {
    cursor: pointer;
    width: 130px !important;
    border: 1px solid #d8d8d8 !important;
}
.crc-select.is-active {
    background-color: #00a79d !important;
    color: #FFF !important;
}
.crc-result-header {
    display: flex !important;
    flex-direction: row !important;
}
.crc-result-header-col {
    font-size: 14px !important;
  font-weight: bold !important;
  color: #546670 !important;
  padding: 15px 0 !important;
}
[data-crc-sortable] {
    position: relative;
    cursor: pointer;
}
[data-crc-sortable="asc"] .fa-caret-down {
    display: none !important;
}
[data-crc-sortable="desc"] .fa-caret-up {
    display: none !important;
}
.crc-result-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
}
.crc-result-row:not(.no-color):nth-of-type(odd) {
    background-color: rgb(216, 216, 216) !important;
    background-color: rgba(216, 216, 216, 0.7) !important;
}
.crc-result-row:not(.no-color):nth-of-type(even) {
    background-color: #FFF !important;
}
.crc-result-row-col {
    padding: 15px 10px !important;
    color: #546670 !important;
    font-size: 14px !important;
}
#crc-result .wpforms-container-full {
    margin: 0 !important;
}
#crc-result .wpforms-form {
    padding: 0 !important;
}
.crc-toggle {
    width: 60px;
    height: 25px;
    border-radius: 25px;
    background-color: #546670;
    position: relative;
    cursor: pointer;
}
.crc-toggle.is-active {
    background-color: #00a79d;
}
.crc-toggle.is-disabled {
    cursor: wait;
}
.crc-toggle-inner {
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.crc-toggle.is-active .crc-toggle-inner {
    left: auto;
    right: 5px;
}
#crc-result ul.page-numbers {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0;
}
#crc-result ul.page-numbers li {
    display: inline-block;
    list-style: none;
}
#crc-result ul.page-numbers li span, #crc-result ul.page-numbers li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    padding: 0;
}
#crc-result ul.page-numbers li span {
    background: #008569;
    color: #FFF;
}
#crc-result ul.page-numbers li a, #crc-result ul.page-numbers li span.dots {
    background: #FFF;
    color: #4c5b60;
}
#crc-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
#crc-filter-buttons {
    flex: 1;
    display: flex;
    height: 42px;
    padding-right: 15px;
}
.crc-filter-button {
    flex: 1;
    border: solid 1px #ced4da;
    background-color: #eeeeee;
    text-align: center;
    color: #AAA;
    cursor: pointer;
    line-height: 42px;
}
.crc-filter-button.is-active {
    border: solid 1px #00a79d;
    background-color: #FFF;
    color: #546670;
}
#crc-filter-dropdown {
    width: 150px;
}
#crc-filter-dropdown select {
    width: 100%;
}
.csv-uploaded-container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    display: flex;
    align-items: center;
}
.csv-uploaded-container img {
    width: 50px !important;
}
.csv-uploaded-container span {
    color: #546670 !important;
    font-style: italic !important;
    display: inline-block !important;
    margin-left: 10px !important;
}
.csv-import-message {
    padding-left: 0 !important;
    margin-top: 10px !important;
}
#crc-outer {
    width: 100%;
    overflow: auto;
}
#crc-result.min-width {
    min-width: 780px;
}
[data-crc-expand] {
    cursor: pointer;
}
[data-crc-expand-content] {
    display: none !important;
}
[data-crc-expand-content].content-show {
    display: block !important;
}
@media screen and (max-width: 992px) {
    .mp-col-40 {
        width: 100% !important;
    }
    .mp-col-60 {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    #ao {
        width: 350px;
    }
    #ao-title {
        padding: 0 30px;
    }
    #ao #template-register-success {
        padding: 0 30px;
    }
}