@media (min-width: 640px) {
    .form-builder .form-field {
        max-width: 44rem;
    }
}

.form-builder .form-field {
    border-width: 2px;
    border-style: dotted;
}

.form-builder .text-field .form-control {
    border: 1px solid #dfd7ca;
}

.form-control {
    width: 100%;
    max-width: 100%;
    min-height: 2.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 0.25rem;
    --tw-text-opacity: 1;
    color: rgba(31,41,55,var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(219,234,254,var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(191,219,254,var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
    margin-top: 0.5rem;
}

.form-wrap.form-builder .frmb .field-actions .btn {
    z-index: 99;
}

.tox .tox-dialog--width-lg {
    height: 900px !important;
}

.tox .tox-dialog__body-content {
    max-height: 800px !important;
}

.counter-dashboard {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-flex;
    left: -65px;
    z-index: 999;
    top: calc(50% - 15px);
    border-radius: 50%;
    background: white;
    color: color(srgb 0.1618 0.4134 0.9263);
    line-height: 30px;
    justify-content: center;
    border: 1px solid color(srgb 0.1618 0.4134 0.9263);
}

.steps::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 45px;
    bottom: 45px;
    border-left: 2px dashed rgba(191, 219, 254, 1);
}

.step-div {
    top: 0;
    transition: top ease 0.5s;
}

.step-div:hover {
    top: -6px;
}

#bounced-email-log {
    min-width: 18rem;
    min-height: 3rem;
}

.gdpr-settings .checkbox:before {
    background-color: white !important;
}

.circle strong {
    position: absolute;
    top: 3.5rem;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.circle canvas {
    margin: 0 auto;
}

.trigger-radio-label {
    position: relative;
}
  
.trigger-radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
  
.trigger-radio-checked {
    background-color: #3c82f6;
    color: white;
}

.choose-trigger:hover {
    cursor: pointer;
    border-color: #3377f2 !important;
}

.subscription-pricetoggle:before {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    top: 4px;
    bottom: 4px;
    right: 4px;
    background: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 8%);
    border-radius: 999px;
    transition: all 0.15s ease-in-out;
}

.subscription-pricetoggle .subscription-btn {
    border: 0;
    height: 100% !important;
    width: 50%;
    border-radius: 999px;
    color: var(--grey7);
    background: transparent;
    font-size: 1rem;
}

.subscription-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.2px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: var(--grey0);
    background: var(--white);
    border: 1px solid var(--grey12);
    min-width: 80px;
    height: 44px;
    padding: 0 1.8rem;
    border-radius: 6px;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: none;
    user-select: none;
    outline: none;
}

.subscription-pricetoggle .subscription-btn.active {
    border: 0;
    height: 100%;
    width: 50%;
    color: var(--grey0);
}

.subscription-pricetoggle.left:before {
    transform: translateX(calc(-100% + 8px));
}

.subscription-label {
    color: #2c68ed;
}

.tabs-email-lists li a {
    padding: 0.75rem 1.25rem !important;
}

.search-messages .search input {
    width: 23rem;
    height: 2.5rem;
}

.search-messages .search-icon {
    height: 2.5rem;
}

.search-secure-messages .search input {
    width: 20rem;
    height: 3rem;
    border-radius: 0.5rem;
}

.bg-red {
    background: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.bg-success {
    background: rgb(22 163 74) !important;
}

.unsubscribed-filter .search input {
    width: 16rem;
}

.custom-shadow {
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.1) !important;
}

.custom-tab {
    overflow: hidden;
}
  
.custom-tab button {
    background-color: inherit;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 30px 70px;
    transition: 0.3s;
    font-size: 17px;
}
  
.custom-tab button:hover {
    background-color: #ddd;
}
  
.custom-tab button.active {
    background-color: #ccc;
    padding-bottom: 26px;
}
  
.custom-tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
