.btn-icon {
    color: #ffffff !important;
}

.all-reports h1 {
    color: #2a3f54;
    font-size: 22px;
    font-weight: 600;
}

.create-report-btn {
    float: right;
    background-color: #22a582;
    color: #ffffff;
    border: 1px solid #1b8b6d;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 3px;
    margin: 0;
}

.reports h2 {
    margin: 7px 0;
    font-size: 22px;
    color: #2a3f54;
    font-weight: 600;
}

.reports h2 img {
    margin-right: 10px;
}

.reports .x_title {
    border-bottom: 2px solid #f7f7f7;
    padding: 1px 5px 6px;
}

.reports .x_panel {
    padding: 20px 17px;
}

#all-saved-reports thead th {
    color: #2a3f54;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
}

#all-saved-reports thead th:first-child {
    width: 20% !important;
}

#all-saved-reports thead th:nth-child(6) {
    width: 8% !important;
}

#all-saved-reports thead th:last-child {
    width: 15% !important;
}

#all-saved-reports thead .sorting:after,
#all-saved-reports thead .sorting_asc:after,
#all-saved-reports thead .sorting_desc:after,
#all-saved-reports thead .sorting_asc_disabled:after,
#all-saved-reports thead .sorting_desc_disabled:after {
    bottom: 15px;
}

#all-saved-reports tbody td {
    color: #848484;
    font-size: 14px;
    padding: 5px 8px;
    vertical-align: middle;
    position: relative;
}

#all-saved-reports tbody tr:nth-child(1n) {
    background-color: #ffffff;
}

#all-saved-reports tbody tr:nth-child(2n) {
    background-color: #fafafa;
}

.reports__actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.reports__actions li {
    margin: 2px;
}

.reports__actions li:first-child {
    margin-left: 0;
}

.reports__actions li:last-child {
    margin-right: 0;
}

.reports__btn {
    padding: 6px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.reports__btn span {
    line-height: normal;
}

.reports__btn-copy {
    background-color: #3987cf;
    border: 1px solid #3370a7;
}

.reports__btn-copy:hover {
    background-color: #3370a7;
}

.reports__btn-view {
    background-color: #3370b1;
    border: 1px solid #2d5e98;
}

.reports__btn-view:hover {
    background-color: #2d5e98;
}

.reports__btn-edit {
    background-color: #f0ad4e;
    border: 1px solid #c58f40;
}

.reports__btn-edit:hover {
    background-color: #c58f40;
}

.reports__btn-export {
    background-color: #337ab7;
    border: 1px solid #2e6da4;
}

.reports__btn-export:hover {
    background-color: #2e6da4;
}

.reports__btn-archive {
    background-color: #d4be41;
    border: 1px solid #d4be41;
}

.reports__btn-archive:hover {
    background-color: #d4be41;
}

.reports__btn-delete {
    background-color: #a61313;
    border: 1px solid #92181b;
}

.reports__btn-delete:hover {
    background-color: #92181b;
}

.export-list-options-wrapper {
    display: none;
    position: absolute;
    background-color: #ffffff;
    right: 80px;
    width: 100%;
    max-width: 200px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    box-shadow: 1px 2px 3px 2px rgb(0 0 0 / 5%);
    border-bottom: 3px solid #0ab8ae;
    top: 43px;
    z-index: 999;
}

.active-options {
    display: block;
}

.export-list-options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.export-list-options li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

.export-list-options li:last-child {
    border-bottom: 0 none;
}

.export-list-options li a {
    color: #5e7286;
    font-size: 14px;
    display: block;
    padding: 8px 13px;
    -webkit-transition: all 0.5s ease 0;
    -moz-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
}

.export-list-options li a:hover {
    background-color: rgba(8, 183, 176, 0.1);
    font-weight: 600;
    color: #2a3f54;
}

.report-tooltip__description-box {
    display: none;
    position: absolute;
    background-color: #fafafa;
    border: 1px solid #dddddd;
    width: 100%;
    max-width: 580px;
    padding: 22px 15px 15px 15px;
    border-radius: 7px;
    box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 12%);
}

.report-tooltip__description-box::before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    top: -4px;
    left: 248px;
}

.report-tooltip__description-box p {
    margin: 0;
}

.report-tooltip__close {
    position: absolute;
    right: 12px;
    top: 7px;
}


/*-----------------------------
 * Popup
-----------------------------*/

.global-popup .modal-dialog {
    max-width: 890px;
    width: 100%;
    border: 11px solid rgba(0, 0, 0, .4);
    border-radius: 10px;
}

.report-share-link__content {
    max-width: 630px;
    margin: 0 auto;
}

.global-popup .modal-header {
    background: #182f45 url("../images/popup-header-bg.png") no-repeat scroll 0 0 / cover;
    padding: 15px 12px 15px 15px;
    border-bottom: 0 none;
}

.global-popup .modal-body {
    padding: 55px 35px 25px;
}

.global-popup .modal-content {
    border-radius: 4px;
    border: 0 none;
}

#report-email .report-email__content {
    max-width: 670px;
    margin: 0 auto;
}

.global-popup .modal-footer {
    border-top: 0 none;
    text-align: center;
    padding: 15px 33px 55px 33px;
}

#report-email .modal-footer {
    border-top: 1px solid #dddddd;
    padding-top: 25px;
}

.global-popup .close {
    opacity: 1;
}

.modal-header-info {
    display: flex;
    float: left;
    align-items: center;
}

.modal-header-icon {
    margin-right: 10px;
}

.modal-header-icon span {
    font-size: 56px;
    display: block;
    line-height: normal;
    background: var(--primaryGradientColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal-header-details .modal-title {
    color: #ffffff;
    font-size: 24px;
}

.modal-header-details span {
    color: #d1d1d1;
    font-size: 16px;
}

.report-email__action-btn,
.report-share-link__action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.report-email__action-btn .custom-btn,
.report-share-link__action-btn .custom-btn {
    margin: 0;
    max-width: 150px;
    width: 100%;
}

.report-email__action-btn .custom-btn {
    max-width: 125px;
}

.cancel-btn {
    margin-right: 5px !important;
}

.report-email__action-btn .copy-link-btn,
.report-share-link__action-btn .copy-link-btn {
    margin-right: 10px;
}

.report-email__action-btn .custom-btn::before,
.report-share-link__action-btn .custom-btn::before {
    background: var(--primaryGradientColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'crmwebfonts';
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

.copy-link-btn::before {
    content: "\e831";
}

.preview-btn::before {
    content: "\e8db";
}

.cancel-btn::before {
    content: "\e82c";
}

.send-btn {
    padding: 10px 35px;
}

.send-btn::before {
    content: "\e8b7";
}

.report-share-link__icon {
    background: var(--primaryGradientColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-align: center;
    font-size: 80px;
    margin-bottom: 30px;
}

.report-share-link__content h2 {
    color: #2a3f54;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.report-share-link__content p {
    color: #182f45;
    font-size: 15px;
    text-align: center;
}

.report-share-link__box {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 2px 3px 2px rgb(0 0 0 / 5%);
}

.report-share-link__box a {
    color: #156ec3;
    font-size: 15px;
    text-decoration: underline;
}

.report-email__form label {
    color: #314456;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.report-email__form-input {
    width: 100%;
    border: 1px solid #dddddd;
    box-shadow: 1px 2px 3px 2px rgb(0 0 0 / 5%);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.report-email__form {
    margin-bottom: 20px;
}

.add-email {
    background: transparent;
    border: 0 none;
    color: #314456;
    font-size: 14px;
    text-decoration: underline;
}

.add-email::before {
    content: "\e804";
    background: var(--primaryGradientColor);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'crmwebfonts';
    font-size: 16px;
    float: left;
    margin-right: 10px;
}

div.dataTables_wrapper {
    min-height: 530px;
}

div.fg-toolbar.ui-toolbar.ui-corner-tl {
    position: inherit;
}

div.fg-toolbar.ui-toolbar.ui-corner-bl {
    position: absolute;
    bottom: 0;
    width: 100%
}

div.dataTables_paginate {
    position: relative;
    float: right;
}

.schedule__form-group-flex-no-space {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.day-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    margin: 2px;
    font-size: 10px;
    border-radius: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
}

.day-circle--active {
    background-image: linear-gradient(#9BD04A, #34BAAB);
    color: #fff;
}

.day-square {
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    margin: 3.5px;
    font-size: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.day-square--active {
    background-image: linear-gradient(#9BD04A, #34BAAB);
    color: #fff;
}

.schedule__form-group-flex input[type=radio],
.schedule__form-group-flex-no-space input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}