/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;1,300&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap");

body {
    /* font-family: 'Work Sans', 'sans-serif' !important; */
    font-family: "Inter", sans-serif;
}
#settings {
    width: unset !important;
    height: unset !important;
    overflow: auto !important;
    visibility: visible !important;
}
.svc-creator__banner {
    display: none;
}
.svc-page__content:not(.svc-page__content--new):focus,
.svc-hovered.svc-page__content:not(.svc-page__content--new) {
    background-attachment: red !important;
}
.svc-creator
    .svc-page
    .svc-question__content--selected:not(.svc-question__content--dragged),
.svc-creator
    .svc-page
    .svc-hovered
    > .svc-question__content--selected:not(.svc-question__content--dragged) {
    box-shadow: 0 0 0 2px #3b5c62 !important;
}
.svc-btn .svc-text {
    color: #3b5c62 !important;
}
.svc-btn:hover {
    box-shadow: 0 0 0 2px #3b5c62 !important;
}
.sd-btn--action {
    background: #3b5c62 !important;
}
.sd-input:focus {
    box-shadow: 0 0 0 2px var(--primary, #3b5c62),
        inset 0 1px 2px var(--border-inside, rgba(0, 0, 0, 0.16)) !important;
}
.svc-tabbed-menu-item--selected {
    box-shadow: inset 0 -2px 0 var(--primary, #3b5c62) !important;
}
.svc-toolbox:not(.svc-toolbox--compact)
    .svc-toolbox__item:not(.sv-dots):focus
    .sv-svg-icon
    use,
.svc-toolbox:not(.svc-toolbox--compact)
    .svc-toolbox__item:not(.sv-dots):hover
    .sv-svg-icon
    use {
    fill: var(--primary, #3b5c62);
}
.svc-notifier {
    background-color: #3b5c62 !important;
    color: #fff !important;
}
.c-timeline__item {
    position: relative;
    display: flex;
    gap: 1.5rem;
}
.c-timeline__item:last-child .c-timeline__content:before {
    display: none;
}
.c-timeline__content {
    flex: 1;
    position: relative;
    order: 1;
    padding-left: 1.5rem;
    padding-bottom: 3rem;
}
.c-timeline__content:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 3px;
    height: 100%;
    width: 2px;
    background-color: #d3d3d3;
}
.c-timeline__content:after {
    content: "";
    position: absolute;
    left: calc(0px - 11px);
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: 1;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
}
.c-timeline__content-active:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 3px;
    height: 100%;
    width: 2px;
    background-color: #8f8f8f;
}
.c-timeline__content-active:after {
    content: "";
    position: absolute;
    left: calc(0px - 11px);
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: 1;
    background-color: #8f8f8f;
    border-radius: 50%;
}
.c-timeline__title {
    font-weight: 600;
    margin-bottom: 0.3rem;
    color: #6a6a6a;
}
.c-timeline__title-active {
    color: #000 !important;
}
.c-timeline__desc {
    color: grey;
}
time {
    text-align: end;
    flex: 0 0 100px;
    min-width: 0;
    overflow-wrap: break-word;
    padding-bottom: 1rem;
}
.limit-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.limit-text-table {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}
.limit-text-table-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.limit-text-table-lg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
.limit-text-lg {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.primaryybg {
    background-color: #233538 !important;
    color: #fff !important;
}
.add-section-btn,
#add-section-btn {
    background-color: #3c5c62 !important;
}
.blocks .drag-elements-sidepane li[data-type]:hover,
.sections .drag-elements-sidepane li[data-type]:hover {
    border-color: #3c5c62;
}
.primaryybg:hover {
    background-color: #3c5c62 !important;
}
.secondaryybg {
    background-color: #3b4648 !important;
}
.secondaryybg:hover {
    background-color: #1c2122;
}
.threetyybg {
    background-color: #fce37b;
}
.threetyybg:hover {
    background-color: #9e8f50;
}
.modal-leftborder__primary {
    border-left: 10px solid #3c5c62;
}
.modal-leftborder__secondary {
    border-left: 10px solid #3b4648;
}
.input-filess {
    -webkit-appearance: none;
    -webkit-rtl-ordering: left;
    background-color: #ddd;
    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 0 !important;
    position: relative;
}
.input-filess::-webkit-file-upload-button {
    -webkit-appearance: none;
    border: 1px solid #aaa;
    border-radius: 0 !important;
    height: 40px;
    top: 0;
    width: 100px;
    color: #fff;
    right: 1px;
    position: absolute;
    background-color: #ddd;
    padding: 0 !important;
    margin: 0 !important;
}
.fourtyybg {
    background-color: #f3b352;
}
.tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #3c5c62 !important;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext5 {
    visibility: hidden;
    width: 200px;
    background-color: #3c5c62 !important;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip .tooltiptext52 {
    visibility: hidden;
    width: 100px;
    background-color: #3c5c62 !important;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip_one {
    visibility: hidden;
    width: 130px;
    background-color: #3c5c62 !important;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip:hover .tooltiptext5 {
    visibility: visible;
}
.tooltip:hover .tooltip_one {
    visibility: visible;
}
.tooltip .tooltiptext5 {
    top: -5px;
    right: 105%;
}
.tooltip:hover .tooltiptext52 {
    visibility: visible;
}
.tooltip .tooltiptext52 {
    top: 15px;
    right: 110%;
}
.tooltip_one {
    top: -5px;
    right: 105%;
}
.tooltip2 .tooltip2text {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}
.tooltip2 {
    position: relative;
    display: inline-block;
}
.tooltip2 .tooltip2text {
    visibility: hidden;
    width: 120px;
    background-color: #3c5c62 !important;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip2:hover .tooltip2text {
    visibility: visible;
}
.tooltip2 .tooltip2text5 {
    visibility: hidden;
    width: 200px;
    background-color: #3c5c62 !important;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltip2:hover .tooltip2text5 {
    visibility: visible;
}
.tooltip2 .tooltip2text5 {
    top: -5px;
    right: 105%;
}
.tooltip-top {
    top: -37px !important;
    right: -53px !important;
}
.delete-Campaign::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px;
}
.delete-Campaign::-moz-placeholder {
    font-style: italic;
    font-size: 14px;
}
.delete-Campaign:-ms-input-placeholder {
    font-style: italic;
    font-size: 14px;
}
.delete-Campaign:-o-input-placeholder {
    font-style: italic;
    font-size: 14px;
}
.centered-icon {
    width: 5rem;
    align-items: center;
    justify-content: center;
}
.text-sm--sm {
    font-size: 13px !important;
}
.social_icons {
    display: flex;
    margin-top: 43px;
    justify-content: space-between;
}
.icon {
    width: auto;
    cursor: pointer;
}
.icon_svg {
    margin: auto;
    width: 57px;
    height: 57px;
    border: 2px solid #d1def7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.link_campaign {
    color: #3466eb;
}
.icon-span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    color: #1a1b38;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}
#vvveb-builder #top-panel {
    position: relative;
    z-index: 10;
}
.back_btn:hover {
    color: #fff !important;
    background-color: #304043 !important;
    border-color: #3c5c62 !important;
}
.back_btn {
    color: #304043 !important;
    border-color: #304043 !important;
}
.limit-text-table-xl {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}
@media only screen and (min-width: 992px) {
    .limit-text-table-xl {
        max-width: 450px;
    }
}
.sd-rating__item:hover {
    background-color: #3c5c62 !important;
    border-color: #3c5c62 !important;
    color: #fff !important;
}
.sd-rating__item {
    cursor: pointer;
    position: relative;
    background: var(--background, #fff);
    box-shadow: 0 1px 2px #000;
    border-radius: calc(12.5 * var(--base-unit, 6px));
    white-space: nowrap;
    padding: calc(1.25 * var(--base-unit, 6px));
    box-sizing: border-box;
    min-width: calc(6 * var(--base-unit, 6px));
    text-align: center;
    border: 1px solid #3c5c6217;
    color: var(--foreground, #161616);
}
.sv-visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.sd-rating__item-text.sd-rating__item-text {
    line-height: calc(3 * var(--base-unit, 8px));
    min-width: calc(3 * var(--base-unit, 8px));
    display: inline-block;
}
.sd-rating fieldset {
    display: flex;
    border: none;
    padding: 0;
    flex-wrap: nowrap;
    gap: calc(1 * var(--base-unit, 8px));
}
.sv-rating-active {
    background-color: #3c5c62 !important;
    border-color: #3c5c62 !important;
    color: #fff !important;
}
.sd-rating__item-text.sd-rating__item-text .sv-string-editor:hover {
    color: #fff;
}
.tool-tip {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    text-shadow: none;
    font-size: 0.8em;
    visibility: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    opacity: 0;
    z-index: 999;
    padding: 3px 8px;
    position: absolute;
    cursor: default;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
}
.tool-tip,
.tool-tip.top {
    top: auto;
    bottom: 114%;
    left: 50%;
}
.tool-tip.top:after,
.tool-tip:after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
    content: " ";
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.7);
}
.tool-tip,
.tool-tip.top {
    margin-left: -50px;
}
.tool-tip.right {
    top: 50%;
    right: auto;
    left: 106%;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
}
.tool-tip.right:after {
    left: -5px;
    top: 50%;
    margin-top: -6px;
    bottom: auto;
    border-top-color: transparent;
    border-right-color: rgba(0, 0, 0, 0.7);
}
.tool-tip.left {
    top: 50%;
    left: auto;
    right: 105%;
    margin-top: -15px;
    margin-left: auto;
}
.tool-tip.left:after {
    left: auto;
    right: -12px;
    top: 50%;
    margin-top: -6px;
    bottom: auto;
    border-top-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.7);
}
.tool-tip.bottom {
    top: 115%;
    bottom: auto;
    left: 50%;
    margin-bottom: auto;
}
.tool-tip.bottom:after {
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -7px;
    content: " ";
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.6);
}
.on-focus .tool-tip.left,
.on-focus .tool-tip.right {
    margin-top: -19px;
}
:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out;
}
:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip {
    display: block;
}
.on-focus > .tool-tip.slideIn {
    z-index: -1;
}
.on-focus > input:focus + .tool-tip.slideIn {
    z-index: 1;
}
:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom {
    top: 50%;
}
:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom {
    top: 115%;
}
.on-focus > input:focus + .tool-tip.slideIn.bottom {
    top: 100%;
}
:not(.on-focus) > .tool-tip.slideIn,
:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top {
    bottom: 50%;
}
:not(.on-focus):hover > .tool-tip.slideIn,
:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top {
    bottom: 80%;
}
:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left {
    right: 50%;
}
:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left {
    right: 105%;
}
:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right {
    left: 50%;
}
:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right {
    left: 105%;
}
.btn-auditt .form {
    display: none;
    visibility: hidden;
}
.btn-auditt:hover .form {
    display: block;
    visibility: visible;
    display: block;
}
.btn-auditt:hover .gg {
    display: none;
}
#info {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 25px;
}
a {
    color: #074e8c;
}
.scrollbar {
    margin-left: 30px;
    float: left;
    height: 90%;
    overflow-y: scroll;
    margin-bottom: 25px;
}
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
.search-by-name::-webkit-input-placeholder {
    font-size: 12px;
}
.search-by-name:-ms-input-placeholder {
    font-size: 12px;
}
.search-by-name::placeholder {
    font-size: 12px;
}
.element {
    transition: all ease-in-out 0.5s;
}
.element:hover {
    padding-bottom: 10px;
    transition: all ease-in-out 0.5s;
}
.group:hover .form-hidden {
    display: flex;
    transition: all ease-in-out 0.5s;
}
.parent .child {
    display: none;
}
.parent:hover .child {
    display: block;
    animation: fade-in 1s;
}
.parent:not(:hover) .child.did-fade-in {
    display: block;
    animation: fade-out 1s;
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.float {
    /* position: fixed; */
    /* width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    animation: bot-to-top 2s ease-out; */
}
.float-item {
    /* background-color: ; */
    position: fixed;
    left: 20px;
    padding-bottom: 10px;
    bottom: 80px;
    z-index: 1000;
}

.float:hover + .float-item {
    visibility: visible;
    display: block;
    animation: scale-in 0.5s;
}
.float-item:hover {
    display: block;
    visibility: visible !important;
}
.list_item-item svg {
    font-size: 24px;
    margin-top: 18px;
}
.float i {
    font-size: 24px;
    margin-top: 18px;
}
button.float svg {
    animation: rotate-in 0.5s;
}
button.float:hover > svg {
    animation: rotate-out 0.5s;
}
@keyframes bot-to-top {
    0% {
        bottom: -60px;
    }
    50% {
        bottom: 40px;
    }
}
@keyframes scale-in {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes rotate-in {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate-out {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.groupgg:hover .ww {
    display: flex;
}
.groupgg:focus-within .ww {
    display: flex;
}
.ww {
    display: none;
}
.ql-editor {
    min-height: 200px;
}
.hover15 figure {
    position: relative;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
figure.columns {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure.columns:hover + span {
    bottom: -40px !important;
    opacity: 1 !important;
    z-index: 44 !important;
}
.column {
    padding: 0;
}
.column::after {
    content: "";
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;
}
.column div:first-child {
    margin-left: 0;
}
.column div span {
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: -1;
    display: block;
    width: 200px;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.tooltipnote .tooltipnotetext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}
.tooltipnote {
    position: relative;
    display: inline-block;
}
.tooltipnote .tooltipnotetext5 {
    visibility: hidden;
    width: 200px;
    background-color: transparent;
    text-align: left;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
.tooltipnote:hover .tooltipnotetext5 {
    visibility: visible;
}
.wave2 {
    -webkit-animation: wave-animation1 25.3s infinite linear;
    -moz-animation: wave-animation1 25.3s infinite linear;
    -o-animation: wave-animation1 25.3s infinite linear;
    animation: wave-animation1 25.3s infinite linear;
}
.wave1,
.wave2 {
    height: 20px;
    position: absolute;
    width: 100%;
    z-index: 12;
    left: 0;
    bottom: 0;
}
@-webkit-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}
@-moz-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}
@-o-keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}
@keyframes wave-animation1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1601px 0;
    }
}
.wave1 {
    background: url(http://www.templates-preview.com/bootstrap-templates/300111854/images/wave1.png)
        0 0 repeat-x;
}
.wave2 {
    background: url(http://www.templates-preview.com/bootstrap-templates/300111854/images/wave2.png)
        0 0 repeat-x;
}
.authors dt {
    margin: 0;
    background-color: #83b5d1;
    padding: 5px;
    border-radius: 3px;
    margin: 1em 0;
    position: sticky;
    top: 0;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.text-container {
    display: inline-flex;
    flex-direction: column;
    height: 3rem;
    padding-top: 5px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}
.text-container span {
    animation: moveUp 10s linear infinite;
}
.text-container-litte {
    display: inline-flex;
    flex-direction: column;
    height: 2rem;
    padding-top: 5px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}
.text-container-litte span {
    animation: moveUpLittle 10s linear infinite;
}
@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    45% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3.1rem);
    }
    95% {
        transform: translateY(-3.1rem);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes moveUpLittle {
    0% {
        transform: translateY(0);
    }
    45% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2rem);
    }
    95% {
        transform: translateY(-2rem);
    }
    100% {
        transform: translateY(0);
    }
}
#center-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#chat-circle {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #5a5eb9;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    padding: 28px;
    cursor: pointer;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.6),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn#my-btn {
    background: #fff;
    border-radius: 45px;
    color: #5865c3;
    padding: 13px 40px 12px;
}
#chat-overlay {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: none;
}
.chat-box-container {
    position: fixed;
    gap: 20px;
    bottom: 0;
    right: 120px;
    display: flex;
}
.chat-box {
    background: #efefef;
    width: 55vh;
    max-width: 400px;
    max-height: 100vh;
    border-radius: 5px;
}
.chat-box-toggle {
    float: right;
    margin-right: 15px;
    cursor: pointer;
}
.chat-box-body {
    position: relative;
    height: 370px;
    height: auto;
    overflow: hidden;
}
.chat-box-body:after {
    content: "";
    background-color: #ffdbdb;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=);
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
}
#chat-input {
    /* background: #f4f7f9; */
    width: 100%;
    position: relative;
    height: 47px;
    border: none;
    resize: none;
    outline: none;
    border: 1px solid #e5e7eb;
    color: #888;
    /* border-top: none; */
    /* border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; */
    overflow: hidden;
    padding: 10px 90px 10px 15px;
}
.chat-input > form {
    margin-bottom: 0;
}
#chat-input::-webkit-input-placeholder {
    color: #ccc;
}
#chat-input::-moz-placeholder {
    color: #ccc;
}
#chat-input:-ms-input-placeholder {
    color: #ccc;
}
#chat-input:-moz-placeholder {
    color: #ccc;
}
.chat-submit {
    position: absolute;
    bottom: 6px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5a5eb9;
    width: 35px;
    height: 35px;
}
.chat-file {
    position: absolute;
    bottom: 3px;
    right: 45px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5a5eb9;
    width: 35px;
    height: 32px;
}
.chat-logs {
    padding: 15px;
    height: 300px;
    overflow-y: scroll;
}
.chat-logs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.chat-logs::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}
.chat-logs::-webkit-scrollbar-thumb {
    background-color: #5a5eb9;
}
@media only screen and (max-width: 500px) {
    .chat-logs {
        height: 40vh;
    }
}
.chat-msg.user > .msg-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    /* width: 15%; */
}
.chat-msg.self > .msg-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: right;
    /* width: 15%; */
}
.cm-msg-text {
    color: #666;
    max-width: 75%;
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 20px;
}
.not_image {
    padding: 5px 15px;
    border-radius: 10px;
}
.is_images {
    padding: 10px 10px;
    border-radius: 10px;
}
.chat-msg {
    clear: both;
}
.chat-msg.self > .cm-msg-text {
    float: right;
    margin-right: 10px;
    color: #fff;
}
.chat-msg.user > .cm-msg-text {
    margin-top: -2px;
}
.chat-msg.self > .cm-msg-text {
    margin-top: -2px;
}
.cm-msg-button > ul > li {
    list-style: none;
    float: left;
    width: 50%;
}
.cm-msg-button {
    clear: both;
    margin-bottom: 70px;
}
/* .chat-logs .chat-msg:last-child {
    margin-bottom: 40px;
}
.chat-logs .chat-msg:last-child img{
    margin-bottom: 20px
} */
/* .last-text-files:last-child{
    margin-bottom: 40px !important;
} */

/* .chat-msg {
    margin-bottom: 50px;
} */
.textarea-chat {
    bottom: -7px;
    resize: none;
    overflow: hidden;
    min-height: 50px;
    max-height: 100px;
}
.fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
}
.uploadlogo::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%;
}
.chat-logs-page {
    height: 468px !important;
}
.chat-box-page {
    height: 90vh !important;
    width: 100%;
}
.chat-submit-page-2 {
    position: absolute;
    bottom: 7px;
    right: 10px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5a5eb9;
    width: 35px;
    height: 35px;
}
.chat-file-page {
    position: absolute;
    bottom: 7px;
    right: 45px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    color: #5a5eb9;
    width: 35px;
    height: 35px;
}
.select2-container {
    z-index: 99999999999;
}
.select2-selection__rendered {
    text-align: left;
}
.navbar__parent .navbar__list {
    display: none;
}
.navbar__parent:hover .navbar__list {
    display: block;
}
/* .navbar__list:hover .navba */

.svg_white {
    filter: invert(1);
    filter: brightness(0) invert(1);
}
.svg_blue {
    filter: invert(1);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(173deg)
        saturate(600%) contrast(0.8);
}
.svg_teal {
    filter: invert(1);
    filter: invert(40%) sepia(30%) saturate(1178%) hue-rotate(126deg)
        brightness(107%) contrast(90%);
}
.svg_indigo {
    filter: invert(1);
    filter: brightness(0) saturate(100%) invert(32%) sepia(24%) saturate(5492%)
        hue-rotate(227deg) brightness(87%) contrast(99%);
}
.svg_green {
    filter: invert(1);
    filter: brightness(0) saturate(100%) invert(22%) sepia(93%) saturate(3059%)
        hue-rotate(153deg) brightness(101%) contrast(101%);
}
.svg_red {
    filter: invert(1);

    filter: brightness(0) saturate(100%) invert(28%) sepia(45%) saturate(4977%)
        hue-rotate(6deg) brightness(100%) contrast(107%);
}

:root {
    color-scheme: light only;
}

#draggable {
    /* background: #eee; */
    z-index: 1000;
    align-items: center;
    justify-content: center;
    /* position: fixed; */
    /* left: 0; */
    /* top: 0; */
    font-size: 2rem;
}

.no-select {
    user-select: none;
}

.loader {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader .center {
    width: 40px;
    height: 40px;
    background: #3c57dd;
    border-radius: 50%;
    animation: center 3.2s ease-in-out infinite;
}
.loader .item {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    background: #3c57dd;
    border-radius: 50%;
}

.item-1 {
    animation: anim-1 3.2s ease-in-out infinite 0.2s;
    animation-fill-mode: backwards;
}

@keyframes anim-1 {
    0%,
    60%,
    100% {
        transform: rotate(45deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(45deg) translateX(0) scale(1.5);
    }
}
.item-2 {
    animation: anim-2 3.2s ease-in-out infinite 0.4s;
    animation-fill-mode: backwards;
}

@keyframes anim-2 {
    0%,
    60%,
    100% {
        transform: rotate(90deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(90deg) translateX(0) scale(1.5);
    }
}
.item-3 {
    animation: anim-3 3.2s ease-in-out infinite 0.6s;
    animation-fill-mode: backwards;
}

@keyframes anim-3 {
    0%,
    60%,
    100% {
        transform: rotate(135deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(135deg) translateX(0) scale(1.5);
    }
}
.item-4 {
    animation: anim-4 3.2s ease-in-out infinite 0.8s;
    animation-fill-mode: backwards;
}

@keyframes anim-4 {
    0%,
    60%,
    100% {
        transform: rotate(180deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(180deg) translateX(0) scale(1.5);
    }
}
.item-5 {
    animation: anim-5 3.2s ease-in-out infinite 1s;
    animation-fill-mode: backwards;
}

@keyframes anim-5 {
    0%,
    60%,
    100% {
        transform: rotate(225deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(225deg) translateX(0) scale(1.5);
    }
}
.item-6 {
    animation: anim-6 3.2s ease-in-out infinite 1.2s;
    animation-fill-mode: backwards;
}

@keyframes anim-6 {
    0%,
    60%,
    100% {
        transform: rotate(270deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(270deg) translateX(0) scale(1.5);
    }
}
.item-7 {
    animation: anim-7 3.2s ease-in-out infinite 1.4s;
    animation-fill-mode: backwards;
}

@keyframes anim-7 {
    0%,
    60%,
    100% {
        transform: rotate(315deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(315deg) translateX(0) scale(1.5);
    }
}
.item-8 {
    animation: anim-8 3.2s ease-in-out infinite 1.6s;
    animation-fill-mode: backwards;
}

@keyframes anim-8 {
    0%,
    60%,
    100% {
        transform: rotate(360deg) translateX(40px) scale(1);
    }
    10%,
    50% {
        transform: rotate(360deg) translateX(0) scale(1.5);
    }
}
@keyframes center {
    0%,
    10%,
    90%,
    100% {
        transform: scale(0.7);
    }
    45%,
    55% {
        transform: scale(1);
    }
}

/* .ee:hover \ .ss{
    color:red;
    display: block;
  } */

.ss {
    display: none;
}

.swal2-container {
    margin-top: 20px;
}

.swal2-icon-success {
    background-color: #bcffe7 !important;
    color: #00925e !important;
    border-radius: 9999px !important;
    padding: 10px 30px !important;
}
.swal2-timer-progress-bar-container {
    visibility: hidden !important;
}
.swal2-success-line-long,
.swal2-success-line-tip {
    background-color: #00925e !important;
}
.swal2-popup.swal2-toast .swal2-success,
.swal2-success-ring {
    border-color: #00925e !important;
}

.swal2-icon-error {
    background-color: #fa3c00 !important;
    color: white !important;
    border-radius: 9999px !important;
    padding: 10px 30px !important;
}

.swal2-x-mark-line-right {
    background-color: white !important;
}
.swal2-x-mark-line-left {
    background-color: white !important;
}
.swal2-icon.swal2-error.swal2-icon-show {
    border-color: white !important;
}
/* table {
    border-collapse: separate;
    border-spacing: 0;
} */

.active-tutor-top {
    background: white;
    z-index: 9999;
    border-radius: 10px;
    position: absolute;
    width: 95%;
}

.active-tutor-topbar {
    /* background: white; */
    border-radius: 10px;
    position: absolute;
    /* margin-right: 500px; */
    right: 50px;
    padding: 5px 20px;
    margin-top: 10px;
    /* padding */
    /* margin: 10px 10px */
    /* width: 95%; */
}
.active-tutor-topbar-notification {
    border-radius: 999px;
    background: white;
    padding: 7px;
    height: 100%;
    z-index: 9999;
}
.active-tutor-topbar-account {
    border-radius: 999px;
    background: white;
    padding: 3px;
    height: 100%;
    z-index: 9999;
}

.active-tutor-contact-support {
    background: #333d47;
    z-index: 9999;
    border-radius: 10px;
    position: absolute;
    width: 90%;
    color: white;
}

.product-tour-js-nav-numeric {
    margin-left: -10px;
}

.animate-wiggle {
    -webkit-animation: wiggle 1s infinite;
    animation: wiggle 1s infinite;
}

@-webkit-keyframes wiggle {
    0%,
    100% {
        transform: scale(1.2) rotate(7deg);
    }

    50% {
        transform: scale(0.8) rotate(-7deg);
    }
}

@keyframes wiggle {
    0%,
    100% {
        transform: scale(1.2) rotate(7deg);
    }

    50% {
        transform: scale(0.8) rotate(-7deg);
    }
}

.after-tour {
    margin-top: 70px !important;
}

.after-tour-child {
    padding-top: 50px !important;
}

.product-tour-js-pulse {
    display: none !important;
}

.product-tour-js-single-step .product-tour-js-single-step-inner.is-left:before {
    top: 10% !important;
}
.active-tutor {
    background: white;
    z-index: 9999;
    border-radius: 10px;
    position: absolute;
    width: 95%;
    padding-left: 5px;
    padding-right: 5px;
    color: #4b5563;
}

.active-tutor-topbar-menu {
    background: white;
    /* padding: 7px; */
    height: 100%;
    z-index: 9999;
}
.add-active-tutor-topbar-account {
    z-index: 9999;
    /* background: red; */
}
#chartLine {
    /* width: 100% !important;
    height: 100% !important; */
}
.container_list ul {
    list-style-type: disc !important;
    margin-left: 16px !important;
}
