.alert {
    z-index: 1062 !important;
}

.btn.btn-fab.add-link {
    border-radius: 50%;
    margin-left: 5px;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    align-items: center;
    float: right;
}

table.dataTable thead th.disabled-sorting:after,
table.dataTable thead th.disabled-sorting:before {
    content: '';
}

.card-wizard .input-group .form-group {
    width: calc(100% - 60px);
}

table.dataTable>tbody>tr.child ul.dtr-details>li,
.dataTable>thead>tr>th,
.dataTable>tbody>tr>th,
.dataTable>tfoot>tr>th,
.dataTable>thead>tr>td,
.dataTable>tbody>tr>td,
.dataTable>tfoot>tr>td {
    word-break: break-all;
}

#sheettables_wrapper table.dataTable>tbody>tr.child ul.dtr-details>li,
#sheettables_wrapper .dataTable>thead>tr>th,
#sheettables_wrapper .dataTable>tbody>tr>th,
#sheettables_wrapper .dataTable>tfoot>tr>th,
#sheettables_wrapper .dataTable>thead>tr>td,
#sheettables_wrapper .dataTable>tbody>tr>td,
#sheettables_wrapper .dataTable>tfoot>tr>td {
    word-break: break-word;
}

#sheettables>thead>tr>th {
    padding: unset !important;
}

#floatingbuttons {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    display: flex;
}

.sign-in {
    color: #374957;
    background-color: #fdfefe;
    border: 2px solid #e5ebef;
    box-shadow: none !important;
    text-transform: unset !important;
    font-size: 15px;
    font-weight: 500;
    padding: 8px;
    padding-left: 20px;
}

.sign-in:hover,
.sign-in:active {
    color: #374957 !important;
    background-color: #e5ebef !important;
    border: 2px solid #e5ebef !important;
}

.sign-in:focus {
    color: #374957 !important;
    background-color: #fdfefe;
    border: 2px solid #e5ebef !important;
}

.google-color-icon {
    margin: -15px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.wizard-title {
    text-align: center;
}

.wizard-footer {
    display: flex;
    justify-content: space-between;
}

.wizard-wrapper:first-child .wizard-footer {
    place-content: end;
}

.col-ident-input {
    width: 150px;
}

.preview {
    height: 19rem;
    overflow: auto;
    font-size: 15px;
    white-space: pre-wrap;
}

.preview {
    min-height: 150px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    margin: 10px auto;
    padding-right: 20px;
    white-space: pre-wrap;
}

#contextMenu {
    position: absolute;
    display: none;
    z-index: 1051;
}

span.selected-column {
    padding: 6px 9px;
    margin: 2.5px 1.5px;
}

span.inner-selected {
    font-weight: 500 !important;
    font-size: 11px !important;
}

.selected-column [data-role="remove"] {
    cursor: pointer;
    position: unset;
    top: 3px;
    right: 0;
    opacity: 1;
}

.badge-auto-label,
.selected-column {
    font-weight: 500 !important;
    font-size: 11px !important;
}

.badge,
.selected-column {
    text-transform: none;
}

.selected-column [data-role="remove"]::after {
    content: "x";
    padding: 0px 0px 0px 4px;
}

[contenteditable="true"]:empty::before {
    content: attr(placeholder);
    -moz-content: attr(placeholder);
    color: grey;
}

.col-ident-input {
    position: relative;
}

.col-ident-input select {
    background-image: none !important;
}

.bootstrap-select .btn.dropdown-toggle.btn-link[aria-expanded=true],
.bootstrap-select .btn.dropdown-toggle.btn-link[aria-expanded=true]:hover {
    background-color: #9c27b0 !important;
}

.col-ident-input button.btn.btn-link {
    padding: 5px 10px 5px 5px;
    margin-bottom: 40px;
}

.col-ident-input a.dropdown-item {
    padding: 5px !important;
}

.insertbtns-wrapper {
    display: flex;
    align-items: baseline;
}

.wrapper[data-popper-placement] {
    height: unset;
    z-index: 1;
}

#emoji1,
#emoji2 {
    position: absolute;
    /* top: 15px; */
    right: 15px;
}

div.preview.disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    color: lightgray;
}

#mobile-more {
    display: none;
}


/*
Hide the sorting arrows
*/
thead th.sorting:after,
thead th.sorting:before {
    display: none !important;
}

.font-roboto {
    font-size: 14px;
    font-weight: 400;
}

.google-info {
    margin: 2% 5% 5% 5%;
    /* border: 1px solid black;  */
    border-radius: 10px;
    background-color: #f6f6f6;
}

.buttons-top {
    position: absolute;
    display: flex;
    right: 15px;
    top: 15px;
    z-index: 6;
}

.buttons-top>* {
    margin-right: 10px;
}

.buttons-top>*:last-child {
    margin-right: unset;
}

/*progressbar*/
#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    color: lightgrey;
    padding: unset;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    /* top icon progress */
    width: 25%;
    float: left;
    position: relative;
    z-index: 1;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1a0";
}

#progressbar #link:before {
    font-family: FontAwesome;
    content: "\f0c1";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f0cb";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f27a";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #4285f4;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 10px;
}


#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

#msform fieldset .form-card {
    text-align: left;
    color: unset;
    background: white;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
}

.fs-title {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.label-btn {
    align-items: center;
    border-radius: 20px !important;
    background-color: #e91e63 !important;
    border: 1px solid #e91e63;
    color: white !important;
    text-transform: capitalize;
    font-size: 13px;
    min-width: 150px !important;
    min-height: 15px !important;
    box-shadow: none !important;
}

#sheettables {
    text-align: center;
}

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
}

#sheettables>thead>tr>th {
    text-align: center;
    text-align: -webkit-center;
    padding: unset !important;
    min-width: 200px !important;
}

.remove-border-bottom {
    border-bottom: unset !important;
}

#sheettables>thead>tr>th {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.btn-ignore {
    background-color: #ababab !important;
    color: white !important;
    border: 1px solid #ababab;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 0;
}

.bootstrap-select .btn.dropdown-toggle.btn-link[aria-expanded="true"],
.bootstrap-select .btn.dropdown-toggle.btn-link[aria-expanded="true"]:hover,
.btn-ignore:hover {
    background-color: white !important;
    color: #e91e63 !important;
    border: 1px solid #e91e63;
}

div#swal2-validation-message:before {
    font-family: FontAwesome;
    content: '\f06a';
    margin-right: 5px;
}

div#swal2-validation-message {
    justify-content: center;
    color: red;
}

.preview-block {
    background-image: url(../img/rych-phone.png);
    background-size: cover;
    width: 100%;
    padding-top: 37%;
    padding-left: 10%;
    padding-right: 10%;
}

.preview-2 {
    font-weight: 400;
    color: #000;
    background-color: #f6f6f6;
    min-height: 150px;
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
    margin: 10px auto;
    font-size: 15px;
    word-break: break-word;
    white-space: pre-wrap;
}

#message-template>div,
#message-template2>div {
    align-self: end;
}

ul.dropdown-menu.inner {
    height: 280px;
}

.bootstrap-tagsinput input.form-control {
    text-transform: uppercase;
}

.modal .modal-dialog {
    margin-top: unset;
}

.imgWrapper-GS:after {
    content: "Google Sheets";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 110px;
    transform: translateX(-50%);
}

.imgWrapper-RY:after {
    content: "Rych";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}

/* @media (max-width:767px) {
        #mobile-more {
            display: block;
        }
    } */