:root {
    --loading-grey: #ededed;
}

.text-marked {
    background-color: yellow;
}

.icon-colored {
    color: #a27ce6;
}

.icon-colored-yellow {
    color: #FF9800;
}

.icon-colored-green {
    color: #4CAF50;
}

.icon-colored-error {
    color: #FF5722;
}

.icon-error {
    color: #FF5722;
    font-size: 3em;
}

.select-custom button {
    background-color: white !important;
}

.select-custom button:active {
    border-color: #a27ce6 !important;
}

.select-custom button:hover {
    border-color: #a27ce6 !important;
}

.column-select .dropdown-menu {
    text-align: center;
}

.column-select .filter-option {
    text-align: center !important;
}

.icon-close-modal {
    color: black;
    font-size: 1em;
}

.modal-card {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
}

.dropdown-long {
    min-width: 200px !important;
}

.filter-border {
    /*border-right: 1px solid rgba(222,222,222,0.8)*/
}

.modal-backdrop {
    background: rgba(0,0,0,.4) !important;
}

.text-color-black {
    color: black !important;
}

.dropdown-menu {
    /*max-height: 200px !important;*/
}

.filter-option {
    color: #424242 !important;
}

.tall-search {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}

.btn-no-border {
    border: 0px;
    color: black !important;
}

.btn-no-border.skeleton {
    border: 0px;
    /*color: transparent !important;*/
}

.btn-white {
    background: #ffffff;
    color: #424242 !important;
}

.skeleton-loader-background h2 {
    content: "";
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.white-background {
    background: white;
}

.primary-background {
    background: #a27ce6;
}

.breadcrumb-white {
    background-color: white !important;
}

.breadcrumb-gray {
    background-color: #f4f7f6 !important;
}

.white-shadow {
    box-shadow: rgb(255 255 255 / 10%) 0px 0px 16px;
}

.search-bar-20 {
    width: 20vw;
}

.search-bar-25 {
    width: 25vw;
}

.search-bar-30 {
    width: 30vw;
}

.bordered {
    border: 1px solid #dee2e6 !important;
    border-radius: .8rem !important;
}

.p-7px {
    padding: 7px;
}

.border-rounded {
    border: 1px #f4f7f6 !important;
    border-radius: .8rem !important;
    background: #f4f7f6 !important;
}

.row-odd {
    background: #f4f7f6;
}

.row-even {
    background: #ffffff;
}

.radio label::before {
    background: #FFFFFF;
}

.pull-bottom {
    position: absolute;
    bottom: 0;
}

.col-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.textarea-message-container {
    position: relative;
}

.textarea-bordered{
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 12px;
    resize: vertical;
}

.textarea-message-texarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.textarea-message-send-button {
    position: absolute;
    top: 0;
    right: 0;
}

.textarea-message-attach-button {
    position: absolute;
    top: 0;
    right: 0;
}

.message {
    max-width: 90%;
}

.card-hover:hover {
    background: #e4e8e7;
}

.card-selected {
    background: #e4e8e7;
}

.card-top-menu {
    background: rgb(28 38 52);
    border-radius: 4em;
}

.m-h-2 {
    min-height: 3em;
}

.circle-initials {
    display: inline-block;
    background-color: #00d53b !important;
    border-radius: 50%;
}

.circle-initials-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 2em;
    width: 2em;
    font-size: 1em;
}

.btn-icon-initials {
    height: 2rem !important;
    width: 2rem !important;
    min-width: 2rem !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.h-16em {
    height: 16em;
}

.h-30em {
    height: 30em;
}

.h-20em {
    height: 20em;
}

.mw-10em {
    min-width: 10em;
}

.mw-15em {
    min-width: 15em;
}

.mw-20em {
    min-width: 20em;
}
.mw-100 {
    min-width: 100%;
}
.tspan-font {
    font-family: 'Poppins', Arial, Tahoma, sans-serif !important;
}

.jvectormap-zoomin {
    border-radius: 300px !important;
}

.jvectormap-zoomout {
    border-radius: 300px !important;
}

.text-google {
    color: #d34836 !important;
}

.text-linkedin {
    color: #0077B5 !important;
}

.text-facebook {
    color: #4267B2 !important;
}

.text-twitter {
    color: #1DA1F2 !important;
}

.modal-content .modal-body {
    line-height: 1.5 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '>' !important;
}
.color-transparent {
    color: transparent;
}
.log-window {
    height: 35em;
    overflow-y: auto;
}
.header-black {
    border-radius: .8rem .8rem 0 0 !important;
    background: #191f28;
}
.body-black {
    border-radius: 0 0 .8rem .8rem !important;
    background: rgba(25, 31, 40, 0.82);
}

.btn-tab {
    border-radius: 7px !important;
    padding: 6px 23px !important;
    background: #FFF !important;
    color: #424242 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    margin: 0px;
    line-height: 1.5 !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}
.btn-tab:hover {
    box-shadow: none !important;
    color: #424242 !important;
    background: transparent !important;
}
.menu-section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.text-muted-selected-white {
    color: #6c757d;
}

.select2-results__option--highlighted > .text-muted-selected-white  {
    color: #ffffff;
}
.form-line {
    border: 1px solid #E3E3E3 !important;
    border-radius: 7px;
}
.bootstrap-tagsinput {
    border-radius: 7px;
    width: 100%;
}
.badge {
    text-transform: none !important;
}
.badge-info {
    border-color: #a27ce6;
    color: white;
    background: #a27ce6;
    font-size: .9em;
    font-weight: 500;
    margin-top: 1px;
    margin-bottom: 1px;
}
.code-editor-container {
    width: 100%;
    height: 20vh;
}
.code-editor {
    padding: 5px !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}
.code-output-frame {
    background: transparent;
}
.frame-container {
    padding: 0px;
    border: 0px solid #dcdcdc;
    aspect-ratio: auto 210/297;
    width: 100%;
}
.email-frame-container {
    padding: 0px;
    border: 0px solid #dcdcdc;
    height: 40vh;
}
.spinner-container {
    height: 50px;
}

.modal-dialog.modal-fullscreen {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-dialog.modal-fullscreen > .modal-content {
    height: 100% !important;
}
.text-light-green {
    color: #8BC34A;
}

.text-deep-orange {
    color: #FF5722;
}

.theme-purple .nav-tabs.nav-secondary .nav-link.active {
    border: 1px solid #888 !important;
    background: #888;
    color: #fff;
}

.table-container {
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background-color: white;
    font-weight: 500;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
    color: #333;
    font-size: 14px;
}

td {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #333;
}

.toggle-icon {
    display: inline-block;
    width: 20px;
    text-align: center;
    transition: transform 0.3s;
}

.rotate {
    transform: rotate(90deg);
}

tr:nth-child(even) {
    background-color: #f5f5f5;
}

.status-running {
    color: #9c27b0;
}

.gener-task-card-template .value, .reports-resend-task-card-template .value, .message-resend-task-card-template .value {
    color: #1e406e;
    font-size: 12px;
    flex: 1;
    text-align: right;
    font-weight: 300;
}

.gener-task-card-template .label,.reports-resend-task-card-template .label,.message-resend-task-card-template .label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 100px;
}

.gener-task-card-template .header .row, .reports-resend-task-card-template .header .row,.message-resend-task-card-template .header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.draw-open-settings-button,.randomizer-template-delete-button,.content-template-delete-button {
    cursor: pointer;
    font-size: 30px;
    color: #666;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.draw-open-settings-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
}

.randomizer-template-delete-button:hover,.content-template-delete-button:hover {
    background-color: rgba(255, 0, 0, 0.5);
    color: #333;
}

.gener-task-card-template .cancel-row:last-child, .reports-resend-task-card-template .cancel-row:last-child, .message-resend-task-card-template .cancel-row:last-child {
    justify-content: space-between;
    border-bottom: none;
    padding-top: 6px;
    margin-bottom: 0;
}

.gener-task-card-template .header .row:last-child, .reports-resend-task-card-template .header .row:last-child, .message-resend-task-card-template .header .row:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.draw-task-status {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.draw-task-status.status-running {
    background: rgba(16, 185, 129, 0.15);
    color: #065f46;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.draw-task-status.status-testing {
    background: rgba(16, 185, 129, 0.15);
    color: #065f46;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.draw-task-status.status-stopped-manually {
    background: rgba(245, 158, 11, 0.15);
    color: #92400e;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.draw-task-status.status-stopped-no-loop {
    background: rgba(239, 68, 68, 0.15);
    color: #991b1b;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.draw-task-status.status-completed {
    background: rgba(59, 130, 246, 0.15);
    color: #1e40af;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.draw-task-status.status-canceled {
    background: rgba(107, 114, 128, 0.15);
    color: #374151;
    border: 1px solid rgba(107, 114, 128, 0.3);
}

.progress-container {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.progress-bar {
    flex: 1;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-width: 100px;
}

.draw-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 20px;
    width: 0%;
    transition: width 0.3s ease;
}

.draw-progress {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    min-width: 60px;
    text-align: right;
    white-space: nowrap;
}

.mw-100 {
    min-width: 100px;
}

.mw-125 {
    min-width: 125px;
}

.mw-150 {
    min-width: 150px;
}

.mw-175 {
    min-width: 175px;
}

.mw-200 {
    min-width: 200px;
}

.block-header .breadcrumb-item {
    font-size: smaller;
}

.card-table-header {
    /*margin-bottom: .5rem!important;*/
}

.card-table-header .header {
    /*padding-bottom: 1rem!important;*/
    /*padding-top: 1rem!important;*/
}

.card-table-header .header .row{
    /*text-align: center!important;*/
}

.card-table-row {
    /*margin-bottom: .5rem!important;*/
}

.card-table-row:hover {
    /*background-color: #eceeef;*/
}

.card-table-row .header {
    /*padding-bottom: 1rem!important;*/
    /*padding-top: 1rem!important;*/
}

.card-table-row .header .row {
    /*text-align: center !important;*/
    /*display: flex !important;*/
    /*justify-content: center !important;*/
    /*align-items: center !important;*/
}
.right-border-line {
    border-right: 1px solid #cccccc;
}

.left-border-line {
    border-left: 1px solid #cccccc;
}

.font-x-small {
    font-size: x-small;
}

.min-width-300 {
    min-width: 300px;
}

.dropdown-toggle {
    /*background-color: transparent !important;*/
}

.dropdown-toggle::before {
    content: none !important;
}

.dropdown-toggle::after {
    content: none !important;
}