.pc-mail-notifications .column-time {
    width: 15%;
}
.pc-mail-notifications .column-subject {
    width: 35%;
}
.pc-mail-notifications .column-emailto {
    width: 30%;
}
.pc-mail-notifications .column-more_info {
    width: 10%;
}
.pc-mail-notifications .nav-tab-wrapper {
    padding-top: 20px;
}
.pc-mail-notifications .content {
    display: none;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pc-mail-notifications .nav-tab-wrapper:first-child {
    padding-left: 5px;
}
.pc-mail-notifications .content.-active {
    display: block;
}
.pc-mail-notifications .content ul:not(:last-of-type) {
    margin-bottom: 50px;
}
.pc-mail-notifications th#status {
    width: 25px;
}
.pc-mail-notifications .status-indicator {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    margin: 5px auto 0;
    cursor: pointer;
    background-color: #35bc35;
}
.pc-mail-notifications .status-indicator.-error {
    background-color: #fd4f4f;
}
.pc-mail-notifications [data-hover-message] {
    position: relative;
}
.pc-mail-notifications [data-hover-message].-right:before {
    right: -22px;
}
.pc-mail-notifications [data-hover-message].-right:after {
    right: -12px;
    transform: translate(100%, -50%);
}
.pc-mail-notifications [data-hover-message]:not(.-right):before {
    left: -12px;
}
.pc-mail-notifications [data-hover-message]:not(.-right):after {
    left: -10px;
    transform: translate(-100%, -50%);
}
.pc-mail-notifications [data-hover-message]:after,
.pc-mail-notifications [data-hover-message]:before {
    transition: opacity 0.35s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
    display: block;
    position: absolute;
    background: #000;
    color: #fff;
}
.pc-mail-notifications [data-hover-message]:hover:after,
.pc-mail-notifications [data-hover-message]:hover:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}
.pc-mail-notifications [data-hover-message]:after {
    content: attr(data-hover-message);
    top: 50%;
    padding: 7px 10px 12px;
    width: 250px;
    border-radius: 3px;
}
.pc-mail-notifications [data-hover-message]:before {
    height: 10px;
    width: 10px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
}
.pc-mail-notifications .field-block {
    margin: 10px 0;
}
.pc-mail-notifications .is-html-email {
    display: block;
    margin: 30px 0;
    font-weight: 700;
}
.pc-mail-notifications .is-html-email input {
    margin-right: 30px;
}
.pc-mail-notifications .-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.pc-mail-notifications .add-field,
.pc-mail-notifications .field,
.pc-mail-notifications .field.-select,
.pc-mail-notifications .remove-field {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
}
.pc-mail-notifications .field.-select {
    width: 20%;
}
.pc-mail-notifications .add-field,
.pc-mail-notifications .remove-field {
    text-decoration: none;
    color: #000;
}
.pc-mail-notifications .remove-field.-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
}
.pc-mail-notifications .field.-input {
    width: 65%;
}
.pc-mail-notifications .modal {
    transition: all 0.35s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.pc-mail-notifications .modal .modal-content {
    padding: 15px;
    background: #fff;
    z-index: 2;
    position: relative;
    margin: 10% auto 5%;
    border-radius: 5px;
    transition: all 0.5s;
    transform: translateY(100px);
    width: 600px;
}
.pc-mail-notifications .modal .modal-content.is-html {
    width: 800px;
}
.pc-mail-notifications .modal .modal-content .html-preview {
    height: 60vh;
}
.pc-mail-notifications .modal .modal-content .subheading {
    display: block;
    margin-top: 50px;
}
.pc-mail-notifications .modal .modal-content code {
    display: block;
}
.pc-mail-notifications .modal.-active .modal-content {
    transform: translateY(0);
}
.pc-mail-notifications .modal .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    z-index: 1;
}
.pc-mail-notifications .modal.-active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    pointer-events: auto;
}
.pc-mail-notifications .modal-footer {
    text-align: right;
}
.pc-mail-notifications .attachment-item {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 1px solid #000;
    margin: 10px 10px 0 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.pc-mail-notifications .attachment-item:hover .remove {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    pointer-events: auto;
    transform: translate(50%, -50%) scale(1);
}
.pc-mail-notifications .attachment-item .remove {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    transform: translate(50%, -50%) scale(0.5);
    cursor: pointer;
    pointer-events: none;
    transition: all 0.35s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    height: 30px;
    width: 30px;
    font-size: 30px;
}
.pc-mail-notifications .attachment-item.-original {
    display: none;
}
.pc-mail-notifications .attachment-button-container {
    text-align: right;
}
.pc-mail-notifications .attachment-container {
    display: inline-block;
}
.pc-mail-notifications .leave-a-review {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 10px 15px;
    background: #23282d;
    border-radius: 5px;
}
.pc-mail-notifications .leave-a-review a {
    color: #d2dce6;
    line-height: 25px;
}
.pc-mail-notifications .leave-a-review a:focus,
.pc-mail-notifications .leave-a-review a:hover {
    text-decoration: none;
}
.pc-mail-notifications .leave-a-review .dashicons {
    font-size: 15px;
    height: 15px;
    width: 10px;
    line-height: 20px;
}
.pc-mail-notifications .heading {
    display: inline-block;
}
.pc-mail-notifications .button-container {
    margin: 5px 0 10px;
}
.pc-mail-notifications .button-container .btn {
    display: inline-block;
    margin: 0 5px;
}
.pc-mail-notifications .button-container .btn:first-child {
    margin-left: 0;
}
.pc-mail-notifications .button-container .btn:last-child {
    margin-right: 0;
}
.pc-mail-notifications .subsubsub {
    margin: 0;
}
.pc-mail-notifications .-empty .button-primary[data-target="#new-message"] {
    top: 54px;
    left: 5px;
}
.pc-mail-notifications .wrapper {
    position: relative;
}
.pc-mail-notifications .html-preview {
    width: 100%;
}
