/* ===== New UI ===== */
.new-form > .col-sm-12 {
    padding-left: 0;
}

.new-form .billing_address .address-widget-container {
    padding: 0 30px 15px !important;
}

.new-form table .btn-default {
    border-radius: 6px;
    border: 1px solid var(--swoogo-mist-100, #E9ECFF);
}

.new-form .btn-default.active {
    border-radius: 6px;
    background-color: var(--swoogo-blue-contrast-100, #0A69FA);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15) inset;
    border: 1px solid var(--swoogo-blue-contrast-100, #0A69FA);
    color: white;
    outline: none;
}

.new-form .form-control {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid var(--swoogo-gray-300, #D1D5DB);
}

.new-form .input-group .form-control:not(:first-child):not(:last-child),
.new-form .input-group-addon:not(:first-child):not(:last-child),
.new-form .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0 !important;
}

.new-form .input-group > .input-group-btn:first-child ~ input.form-control:not(:first-child):not(:last-child) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.new-form textarea.form-control {
    background: white;
    resize: vertical;
    min-height: 100px;
    transition: min-height 0.3s ease-in-out; /* Animate the change in min-height */
}

.new-form textarea.form-control:focus {
    min-height: 200px; /* Increase the minimum height on focus */
}

.new-form .merge-field-container > .merge-fields-dropdowns + textarea {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

#sidebar.new-form .control-label {
    padding-left: 0 !important;
    color: var(--swoogo-pacifica-100);
    font-weight: 400;
}

.new-form .merge-field-container {
    display: table;
    width: 100%;
}

.new-form .input-group-addon {
    border: 1px solid var(--swoogo-gray-300, #D1D5DB);
    background: var(--swoogo-blue-semantic-100);
    color: var(--swoogo-pacifica-100);
    padding: 6px 20px;
    border-radius: 8px;
}

.new-form .custom-color-input [id$="-cont"].input-group-addon {
    border: 1px solid var(--swoogo-gray-300, #D1D5DB) !important;
    background: var(--swoogo-blue-semantic-100) !important;
    width: 95px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.new-form .input-group-addon:first-child, .new-form .input-group .cke_top, .new-form .input-group .cke_inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control:last-child, .new-form .input-group-addon:last-child, .translations-input:not(.lang-hidden) .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.new-form .input-group-addon:first-child, .new-form .input-group .cke_top, .new-form .input-group .cke_inner {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.new-form .input-group .input-group-addon ~ .form-control.hasDatepicker {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.new-form .input-group .cke_top {
    border-right: 1px solid var(--swoogo-gray-300);
}

.input-group .form-control:last-child, .new-form .input-group-addon:last-child, .translations-input:not(.lang-hidden) .form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.new-form .input-group-btn:first-child>.multiselect-native-select>.btn-group>.btn,
.new-form .input-group-btn:first-child>.multiselect-native-select>.btn-group>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.new-form .input-group-btn:last-child>.multiselect-native-select>.btn-group>.btn,
.new-form .input-group-btn:last-child>.multiselect-native-select>.btn-group>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.new-form .btn.dropdown-toggle {
    border-color: var(--swoogo-gray-300, #D1D5DB);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.new-form .btn-group .multiselect-container .active a {
    background-color: transparent;
    color: initial;
}

.new-form .panel, body.light-background .container-panel, #content-container .panel:not(.integration-box):not(.report-view) {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#content-container.account .panel:not(.dash-panel, .integration-box) {
    margin-bottom: 0 !important;
}

.new-form .form-control,
.new-form select.form-control,
.new-form .btn.dropdown-toggle {
    height: 2.6em;
}

.new-ui-select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
    background-size: .6em !important;
    background-position: calc(100% - 1.3em) center !important;
    background-repeat: no-repeat !important;
    line-height: 15px !important;
    padding-right: 30px;
}

.new-form input[type=checkbox] {
    border-radius: 4px;
    border: 0.5px solid var(--swoogo-gray-500, #D1D5DB);
    margin-top: .1em;
}

.new-form input[type=checkbox]:checked {
    background-color: var(--swoogo-blue-contrast-100);
    border-color: var(--swoogo-blue-contrast-100);
}

.new-form label {
    margin-bottom: 8px;
}

.new-form .billing-address-label {
    text-align: left !important;
    margin-left: 15px;
}

#transaction-form .new-form .hint-block {
    margin-left: 50%;
}

.new-form div:not(.checkbox, .radio, .btn-group) > label:not(.radio-inline) {
    padding-left: 4px;
}

.new-form .checkbox label {
    padding-left: 20px !important;
}

.new-form .hint-block {
    color: var(--swoogo-gray-600, #6B7280);
    /* leading-tight/text-sm/font-normal */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
    margin-top: 8px !important;
}

.grid-view .form-group.new-form {
    padding-right: 12px;
}

/* Skip styling if .new-form is inside a table, no matter how deep */
table :is(.form-group.new-form, .new-form .form-group) {
    padding-bottom: initial;
    margin-bottom: initial;
}

.form-group.new-form {
    padding-bottom: 2px;
    margin-bottom: 0;
}

.form-group.new-form:before {
    display: table;
    content: " ";
}

.form-group.new-form:after {
    display: block;
    clear: both;
    content: "";
}

.new-form .help-message {
    color: #26296680;
}

.new-form .label-add-on .input-group-addon label {
    padding: 1px !important;
}

.btn-container .breadcrumb-btn.btn-primary,
.btn-container .breadcrumb-btn.btn-default {
    width: 100px;
    height: 38px;
    position: fixed;
    top: 126px;
    margin-left: -100px;
}

.breadcrumb-btn.btn-primary.breadcrumb-adm {
    width: 100px;
    height: 38px;
    position: fixed;
    top: 90px;
    margin-left: -70px;
}

.breadcrumb-btn.btn-primary.breadcrumb-adm.admin-fix-btn {
    width: 100px;
    height: 38px;
    position: fixed;
    top: 90px;
    margin-left: -95px;
}

.breadcrumb-btn.btn-primary.breadcrumb-adm.themes-fix-btn {
    width: 110px;
    height: 38px;
    position: fixed;
    top: 90px;
    margin-left: -85px;
}

.breadcrumb-email-btn {
    width: 115px;
    height: 38px;
    position: fixed;
    top: 126px;
    margin-left: -115px;
}

#content-container.account .btn-container .breadcrumb-btn.btn-primary {
    top: 85px;
}

.dash-buttons {
    margin-bottom: 16px;
}

.account-dash-buttons {
    margin: 16px 0 16px 0;
}

.pagination > li > a, .pagination > li > span, a {
    color: var(--swoogo-pacifica-100);
}

.pagination > .active > a {
    background-color: var(--swoogo-mist-100);
    color: var(--swoogo-pacifica-100);
    border-color: #DDD;
}

.pagination > .disabled > span, .pagination > .active > a {
    z-index: 1 !important;

}

#center-btn {
    display: flex;
    justify-content: center;
}

#content-container .datetime-group .form-group {
    padding: 0;
}

.close-dates {
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.kv-hint-icon {
    float: none !important;

}

.btn-group .btn-default.active:hover {
    background: var(--swoogo-blue-700) !important;
}

.alert {
    margin-top: 10px;
}

span.lang-name {
    max-width: max-content !important;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block,
.has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label,
.has-success.radio label, .has-success.radio-inline label {
    color: var(--swoogo-gray-800) !important;
}

.form-group .radioList {
    margin-right: 15px;
    margin-left: 15px;
}

#sub-folders-all .well {
    background-color: white;
    padding: 3px;
    box-shadow: none;
}

@media (max-width: 767px) {
    .btn-container .breadcrumb-btn.btn-primary {
        bottom: -6px;
        margin-left: 0;
        position: fixed;
        right: 30px;
        top: unset !important;
        z-index: 4;
    }

    .btn-container .breadcrumb-btn-next {
        bottom: 15px;
        margin-left: 0 !important;
        position: fixed;
        right: 135px;
        top: unset !important;
        z-index: 4;
        width: 100px !important;
    }

    .btn-container .breadcrumb-btn-back {
        bottom: 15px;
        margin-left: 0 !important;
        position: fixed;
        right: 135px;
        top: unset !important;
        z-index: 4;
        width: 100px !important;
    }

    .btn-container .breadcrumb-btn-back-multiple {
        bottom: 15px;
        margin-left: 0 !important;
        position: fixed;
        right: 235px;
        top: unset !important;
        z-index: 4;
        width: 100px !important;
    }
}

/********************
* Time Picker
********************/
.ui-timepicker-wrapper {
    color: #19181A;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 4400;
}

.ui-timepicker-wrapper .ui-timepicker-list > li {
    padding: 5px 10px;
    margin: 0;
    background-color: white;

    &:hover {
        color: #F8F7FA !important;
        background-color: var(--swoogo-lavender-100) !important;
        font-weight: 600;
    }
}

.ui-timepicker-wrapper li.ui-timepicker-selected {
    color: #F8F7FA;
    background-color: var(--swoogo-lavender-100);
    font-weight: 600;
}

.ui-timepicker-wrapper {
    width: 225px !important;
    min-height: 34px;
    max-height: 384px;
}

.ui-timepicker-wrapper {
    display: inline-block;
    margin-right: 16px;
}

.ui-timepicker-wrapper::-webkit-scrollbar-track {
    background-color: var(--swoogo-gray-100);
}

.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--swoogo-gray-600);
}

.ui-timepicker-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: var(--swoogo-gray-800);
}

.ui-timepicker-wrapper::-webkit-scrollbar {
    width: 8px;
}

.new-form .well {
    padding-bottom: 25px;
}

.input-group-html5 .input-group-sp {
    padding: 5px 6px !important;
    width: 60px !important;
}

.input-group-html5 .sp-replacer {
    background: none !important;
}

.input-group-sp {
    width: auto !important;
}

.hubspot-btn-container .right-side {
    left: 10%;
}

.icons-selector .selected-icon {
    width: 60px !important;
    height: 90% !important;
}

.icons-selector .selector-button {
    height: 90% !important;
}

.icons-selector .selected-icon i, .icons-selector .selector-button i {
    line-height: 34px !important;
}

.stat-number {
    font-size: 25px;
    font-weight: 400;
}

.select2-container {
    float: left;
    margin-bottom: 20px;
}

#stock-label-id {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#all-checkboxes-text{
    margin-top: 5px;
}