.mt-8 {
    margin-top: 8px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.toplevel_page_genchat-setting-admin img {
    padding-top: 4px !important;
}
.genchat-admin-wrap {
    overflow: hidden;
    margin-top: 35px;
    display: flex;
}
.genchat-admin-wrap ul.settings-menu {
    list-style: none;
    margin-top: 0px;
    width: 280px;
    margin-right: 15px;
    padding: 10px 0px;
    padding-top: 0;
    border-radius: 13px;
    background: #ffffff;
    height: 100vh;
}

.genchat-admin-wrap ul.settings-menu .genchat-settings-menu-logo {
    padding: 20px 15px;
    padding-bottom: 40px;
}
.genchat-admin-wrap ul.settings-menu .genchat-settings-menu-logo img {
    width: 190px;
    height: auto;
}
.genchat-admin-wrap ul.settings-menu li {
    margin-bottom: 0px;
}
.genchat-admin-wrap ul.settings-menu li a {
    padding: 15px 14px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    border-left: 3px solid transparent;
    transition: 0.3s;
}

.genchat-admin-wrap ul.settings-menu li.active a,
.genchat-admin-wrap ul.settings-menu li:hover a {
    border-left: 3px solid #f46177;
}
.genchat-admin-wrap ul.settings-menu li:hover a:after,
.genchat-admin-wrap ul.settings-menu li.active a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 12px solid #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 100%;
    z-index: 2;
}
/* .genchat-admin-wrap ul.settings-menu li.active a svg,
.genchat-admin-wrap ul.settings-menu li:hover a svg,
.genchat-admin-wrap ul.settings-menu li.active a path,
.genchat-admin-wrap ul.settings-menu li:hover a path {
    fill: #fff;
} */

.input-control {
    min-width: 300px;
    padding: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-right: 0px;
    margin-left: 0px;
}
.admin-genchat {
    background: #ffffff;
    padding: 30px 30px 30px 60px;
    width: calc(100% - 430px);
    margin-right: 30px;
    border-radius: 13px;
}
.admin_license .button.button-primary {
    display: none;
}

/* .slideThree */
.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 20px 0px;
    position: relative;
    position: relative;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
        0px 1px 0px rgba(255, 255, 255, 0.2);
}
.slideThree span {
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree span.after {
    color: #27ae60;
    position: absolute;
    top: 0px;
    right: 5px;
}
.slideThree span.before {
    color: #000;
    position: absolute;
    left: 4px;
    top: 0px;
}
.genchat-label h5 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.genchat-admin-fbreview h4 {
    margin-top: 0px;
}
.genchat-label h5 {
    font-size: 14px;
    font-weight: bold;
}
.genchat-field-wrp {
    display: flex;
    justify-content: space-between;
    padding: 20px 25px;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 7px;
    margin-bottom: 30px;
    max-width: 700px;
    background: #fff;
}
.genchat-field-wrp h5 {
    margin-bottom: 0px;
}
.genchat-label input {
    height: 40px;
    border: 1px solid #dee2e6;
}
.genchat-label input[type="checkbox"] {
    height: 18px;
}
.genchat-label select {
    border: 1px solid #dee2e6;
    height: 40px;
    min-width: 300px;
    border-radius: 4px;
}
.slideThree label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(
        to bottom,
        #fcfff4 0%,
        #dfe5d7 40%,
        #b3bead 100%
    );
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.slideThree input[type="checkbox"] {
    visibility: hidden;
}
.slideThree input[type="checkbox"]:checked + label {
    left: 43px;
}

.genchat-field-wrp .text-field-repeater .field-item {
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.genchat-media-field-preview {
    display: flex;
    gap: 6px;
}
.genchat-media-field-preview img {
    max-width: 80px;
    height: auto;
}
.genchat-admin-btn {
    padding: 10px 10px;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}
.genchat-admin-btn-primary {
    background: #f46177;
}
.genchat-admin-btn-primary:hover {
    background: #23282d;
}
.genchat-admin-btn-danger {
    background: #dc3545;
}
.genchat-admin-btn-danger:hover {
    background: #c82333;
}

.genchatremovetime {
    margin-left: 15px;
}

/* end .slideThree */
/* .squaredThree */
.squaredThree {
    width: 20px;
    position: relative;
    margin: 20px 0px;
}
.squaredThree label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
        0px 1px 0px rgba(255, 255, 255, 0.4);
}
.squaredThree label:after {
    content: "";
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredThree label:hover::after {
    opacity: 0.3;
}
.squaredThree input[type="checkbox"] {
    visibility: hidden;
}
.squaredThree input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* end .squaredThree */
.genchat-inner-active,
.genchat-active {
    display: block;
}
.genchat-hide {
    display: none;
}
/**
 *  Shortcode Generator
 */

.wp-admin .scode-generator select {
    vertical-align: inherit;
}
.button-area {
    margin-top: 15px;
}
#badges_scode_generate,
#scode-badges-copy,
#scode-copy,
#scodegenerate {
    background: #634af1;
    padding: 6px 12px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
    color: #fff;
    margin-right: 10px;
    border-radius: 2px;
}
#badges_scode_generate:hover,
#scode-badges-copy:hover,
#scode-copy:hover,
#scodegenerate:hover {
    background: #000;
    color: #fff;
}
.scode-badges-show p,
.scode-show p {
    display: inline-block;
    padding: 5px 8px;
    background-color: #f32424;
    color: #fff;
    border: 2px solid #634af1;
}
.shortcode-area {
    overflow: hidden;
}
.shortcode-generator {
    padding: 25px 20px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    margin-right: 30px;
    border: 1px solid #634af1;
}
.shortcode-generator h2 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 40px;
}
.fb-loginbtn span {
    color: #fff;
    padding: 8px 15px;
    border: none;
    background: #3b5998;
    cursor: pointer;
    display: inline-block;
}
.fb-loginbtn span .dashicons {
    padding: 0px;
}
.fb-loginbtn span:hover {
    background: #4869ad;
}
.field-row.other-platform-name,
.field-row.other-platform-pic {
    display: none;
}

.btn-get-review {
    background: #634af1;
    padding: 10px 10px;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}

.btn-get-review:hover {
    background: #23282d;
}
.status-message {
    display: block;
}
.genchat-alert {
    background: #fafad2;
    color: #000;
    padding: 8px;
    max-width: 350px;
}
.field-group {
    margin-bottom: 16px;
}
.field-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.inner-tab ul {
    padding: 0px;
    list-style: none;
    display: flex;
    margin-top: 0px;
    margin-bottom: 30px;
    border-bottom: 2px solid #7ed321;
    gap: 15px;
}
.inner-tab ul li {
    margin-bottom: 0px;
}
.inner-tab ul li:last-child {
    margin-right: 0px;
}
.inner-tab a {
    padding: 14px 28px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    display: block;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.inner-tab .inner-tab-active,
.inner-tab a:hover {
    background: #f46177;
    color: #fff;
}
.shortcode-generator .field-group select,
.shortcode-generator .field-group input {
    width: 100%;
    height: 35px;
    border-color: #634af1;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #634af1;
    background: #634af1;
}
.ui-widget.ui-widget-content {
    border-color: #634af1;
}
.reaction-range-slider .range-slider {
    max-width: 300px;
}
.tatCmf-date-field,
.tatCmf-input-control,
.tatCmf-select-field {
    height: 35px !important;
    width: 200px;
    border: 1px solid #634af1 !important;
    border-radius: 3px;
}
.tatCmf-textarea-field {
    border: 1px solid #634af1 !important;
}
.info-wrapper p {
    margin-top: 0;
    font-weight: bold;
}
.admin-genchat .button-primary {
    background: #f46177;
    color: #fff;
    border-radius: 4px;
    height: 40px;
    padding: 0px 22px;
    font-weight: bold;
    transition: 0.3s;
    border-color: transparent;
    border: none;
}
.admin-genchat .button-primary:focus,
.admin-genchat .button-primary:hover {
    background: #f46177;
    color: #fff;
    opacity: 0.8;
}
.emoji-copy {
    position: relative;
}
.copy-to {
    position: absolute;
    background: green;
    color: #fff;
    padding: 2px 4px;
    width: 109px;
    top: -32px;
    right: 0;
    display: none;
}
.field-row.genchat-custom-notifi-opt {
    display: none;
}
.admin-genchat .greview-delete {
    padding: 6px 22px;
}

/**** License Css ******/
.genchat-license-info {
    max-width: 330px;
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 20px;
}
.genchat-deactive-license {
    background: #da0f19;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    margin-top: 10px;
    display: inline-block;
}
.genchat-deactive-license:hover {
    background: #ec1e28;
    color: #fff;
}
.flex-group {
    display: flex;
    align-items: center;
}
.flex-group input {
    margin-top: 0;
}
.genchat-active-license {
    display: inline-block;
    background: #059605;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    transition: 0.5s;
}
.genchat-active-license:hover {
    background: #0dbd0d;
    color: #fff;
}
.deactive-result,
.active-result {
    margin-top: 15px;
}
.green-light {
    background: green;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 600;
}

/**** License loader css *****/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 25px;
}
.lds-ellipsis div {
    position: absolute;
    top: 5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #111;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.info-wrapper.danger {
    background: #f8d7da;
    padding: 8px;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 2px;
    width: 300px;
}
.emoji-copy {
    cursor: pointer;
    float: right;
}
.green-color {
    color: #008000;
    transform: scale(1.2);
}
.show-opt {
    display: block;
}
.hide-opt {
    display: none;
}
.admin_general .submit .button.button-primary,
.admin_reaction .submit .button.button-primary,
.admin_shortcode .submit .button.button-primary,
.admin_fbreview .submit .button.button-primary {
    display: none;
}
.admin_general.settings_tab .submit .button.button-primary {
    display: block;
}

.modules-switch-wrap {
    display: flex;
    flex-wrap: wrap;
}
.modules-switch-wrap .modules-switch-item {
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 15px 22px;
    border: 1px solid #7ed321;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 200px;
}
.modules-switch-wrap .modules-switch-item:last-child {
    margin-right: 0;
}
.toggle {
    align-items: center;
    justify-content: space-between;
    border-radius: 100px;
    display: flex;
    font-weight: 700;
    margin-bottom: 16px;
}
.toggle:last-of-type {
    margin: 0;
}

.toggle__input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.toggle__input:not([disabled]):active + .toggle-track,
.toggle__input:not([disabled]):focus + .toggle-track {
    border: 1px solid transparent;
    box-shadow: 0px 0px 0px 2px #121943;
}
.toggle__input:disabled + .toggle-track {
    cursor: not-allowed;
    opacity: 0.7;
}

.toggle-track {
    background: #e5efe9;
    border: 1px solid #5a72b5;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    height: 30px;
    margin-left: 12px;
    position: relative;
    width: 60px;
}

.toggle-indicator {
    align-items: center;
    background: #121943;
    border-radius: 24px;
    bottom: 3px;
    display: flex;
    height: 24px;
    justify-content: center;
    left: 2px;
    outline: solid 2px transparent;
    position: absolute;
    transition: 0.25s;
    width: 24px;
}

.checkMark {
    fill: #fff;
    height: 20px;
    width: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.toggle__input:checked + .toggle-track .toggle-indicator {
    background: #f46177;
    transform: translateX(30px);
}
.toggle__input:checked + .toggle-track .toggle-indicator .checkMark {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

@media screen and (-ms-high-contrast: active) {
    .toggle-track {
        border-radius: 0;
    }
}

.switcher-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switcher-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switcher-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .switcher-slider {
    background: #f46177;
}

input:focus + .switcher-slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .switcher-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switcher-slider.switcher-round {
    border-radius: 34px;
}

.switcher-slider.switcher-round:before {
    border-radius: 50%;
}
.block-heading {
    background: #a5e6ff94;
}
.block-heading h3 {
    margin: 0;
    /*margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdddd;
  border-top: 1px solid #dfdddd;*/
    font-size: 18px;
    width: 100%;
}
.dimension-input-group {
    display: flex;
}
.dimension-input-group .dimension-field {
    width: 70px !important;
}
.dimension-field-wrap {
    margin-right: 6px;
}
.dimension-input-group .dimension-field-wrap span {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}
.genchat-field-wrp .number-field {
    width: 70px;
}
.border-input-group {
    display: flex;
    align-items: center;
}
.border-input-group .border-field-wrap select {
    min-width: 105px;
    max-width: 105px;
}
.border-input-group .border-field-wrap .border-number-field {
    width: 80px;
}
.genchat-field-wrp .input-field-block p {
    margin: 0;
    width: 300px;
}
.help-links {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}
.help-links a {
    background: #f46177;
    color: #fff;
    border-radius: 4px;
    padding: 12px 22px;
    font-weight: bold;
    transition: 0.3s;
    border-color: transparent;
    display: inline-block;
}
.help-links a:hover {
    opacity: 0.8;
}
.text-dual-field-items-wrap {
    max-width: 400px;
}
.genchat-remove-item {
    overflow: inherit;
}
.text-dual-field-group .input-control {
    margin-bottom: 6px;
}
.genchat-additem {
    margin-top: 10px;
}
.genchat-admin-field-desc {
    margin-bottom: 4px;
    color: #8c8c8c;
}
.license_settings .submit .button.button-primary {
    display: none;
}
.genchat-single-field-repeater-item {
    display: flex;
    align-items: center;
    gap: 6px;
}
.genchat-single-field-repeater-item {
    margin-bottom: 8px;
}
.genchat-repeater-field-wrapper {
    margin-bottom: 30px;
}
.genchat-gpt-prompt-input {
    flex-direction: column;
}
.genchat-gpt-prompt-input h5 {
    width: 100%;
    margin-bottom: 15px;
}
.genchat-gpt-prompt-input .input-field-block,
.genchat-gpt-prompt-input .input-field-block textarea {
    width: 100%;
}
