.wpaicg-chat-content-wrapper {
position: relative;
flex-grow: 1;
display: flex;
}
.wpaicg-chat-shortcode,
.wpaicg-chatbox {
position: relative;
} .wpaicg-chat-shortcode-content {
overflow-y: auto;
flex-grow: 1;
padding: 15px;
}
.wpaicg-chat-shortcode:hover {
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.wpaicg-chat-shortcode-content ul {
overflow-y: auto;
margin: 0;
padding: 0;
list-style: none;
} .wpaicg-chat-shortcode-content ul .wpaicg-user-message {
margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
padding: 10px;
border-radius: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
width: fit-content;
} .wpaicg-chat-shortcode-content ul .wpaicg-ai-message {
margin-bottom: 20px;
margin-right: 10px;
padding: 10px;
border-radius: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
width: fit-content;
} .wpaicg-chat-shortcode-type {
display: flex;
align-items: center;
padding: 0;
}
textarea.wpaicg-chat-shortcode-typing {
flex: 1;
resize: vertical;
padding-left: 1em;
}
textarea.auto-expand {
overflow: hidden;
transition: box-shadow 0.5s ease-in-out;
line-height: 2;
}
textarea.auto-expand.resizing {
transition: box-shadow 0.5s ease-in-out;
box-shadow: 0 0 12px rgba(81, 203, 238, 0.8);
line-height: 2;
}
textarea.auto-expand:focus {
outline: none;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
line-height: 2;
} .wpaicg-chat-shortcode .wpaicg-bot-thinking {
bottom: 0;
font-size: 11px;
display: none;
margin-bottom: 5px;
}
.wpaicg-jumping-dots span {
position: relative;
bottom: 0;
-webkit-animation: wpaicg-jump 1500ms infinite;
animation: wpaicg-jump 2s infinite;
}
.wpaicg-jumping-dots .wpaicg-dot-1 {
-webkit-animation-delay: 200ms;
animation-delay: 200ms;
}
.wpaicg-jumping-dots .wpaicg-dot-2 {
-webkit-animation-delay: 400ms;
animation-delay: 400ms;
}
.wpaicg-jumping-dots .wpaicg-dot-3 {
-webkit-animation-delay: 600ms;
animation-delay: 600ms;
}
@-webkit-keyframes wpaicg-jump {
0% {
bottom: 0px;
}
20% {
bottom: 5px;
}
40% {
bottom: 0px;
}
}
@keyframes wpaicg-jump {
0% {
bottom: 0px;
}
20% {
bottom: 5px;
}
40% {
bottom: 0px;
}
} .log_notification {
font-size: 11px;
font-style: italic;
padding: 10px;
border-radius: 5px;
}
.wpaicg-chat-message-error {
color: #f00;
} .wpaicg-chat-shortcode-footer {
font-size: 0.75rem;
padding: 12px 20px;
}
.wpaicg-chat-shortcode-footer a {
color: inherit;
text-decoration: none;
} .wpaicg-conversation-starters {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 15px;
justify-content: center;
visibility: hidden;
}
.wpaicg-conversation-starter {
border: none;
border-radius: 20px;
padding: 5px 10px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.5s ease-out,
opacity 0.5s ease-out;
display: flex;
opacity: 0;
transform: translateY(20px);
}
.wpaicg-conversation-starter:hover {
filter: brightness(90%);
} .wpaicg-img-spinner {
display: none;
width: 16px;
height: 16px;
border: 2px solid rgba(0, 0, 0, 0.1);
border-left-color: #000;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.wpaicg-thumbnail-placeholder {
display: none;
width: 50px;
height: 50px;
overflow: hidden;
}
.wpaicg_chat_additions {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 20px;
} .blinking-cursor {
font-weight: 100;
color: #ffffff;
animation: blink 1s step-end infinite;
}
@keyframes blink {
from,
to {
color: transparent;
}
50% {
color: inherit;
}
} .wpaicg-chat-shortcode .wpaicg-pdf-remove {
font-size: 33px;
justify-content: center;
align-items: center;
width: 16px;
height: 16px;
line-height: unset;
font-family: Arial, serif;
border-radius: 50%;
font-weight: normal;
padding: 0;
}
.wpaicg-chat-shortcode .wpaicg-pdf-loading {
border-bottom-color: transparent;
} .wpaicg-chat-shortcode .wpaicg-chatbox-action-bar {
position: relative;
top: 0;
right: 0;
left: 0;
height: 40px;
padding: 0 10px;
display: flex;
justify-content: flex-end;
align-items: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
transition: background-color 0.3s ease;
min-height: 40px;
} .wpaicg-icon-container {
position: relative;
margin-bottom: 30px;
margin-top: 10px;
}
.wpaicg-copy-button,
.wpaicg-thumbs-up-button,
.wpaicg-thumbs-down-button {
position: absolute;
bottom: -25px;
display: inline-block;
background: none;
border: none;
cursor: pointer;
padding: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
outline: none;
}
.wpaicg-copy-button {
left: 10px;
}
.wpaicg-thumbs-up-button {
left: 40px;
}
.wpaicg-thumbs-down-button {
left: 70px;
}
.wpaicg-icon-container:hover .wpaicg-copy-button,
.wpaicg-icon-container:hover .wpaicg-thumbs-up-button,
.wpaicg-icon-container:hover .wpaicg-thumbs-down-button,
.wpaicg-copy-button:hover,
.wpaicg-thumbs-up-button:hover,
.wpaicg-thumbs-down-button:hover {
opacity: 1;
visibility: visible;
background-color: transparent !important;
color: inherit !important;
}
.wpaicg-icon-container a:hover {
color: inherit !important;
background-color: transparent !important;
text-decoration: none !important;
}
.wpaicg-copy-button img,
.wpaicg-thumbs-up-button img,
.wpaicg-thumbs-down-button img {
width: 16px;
height: 16px;
filter: none;
color: inherit;
transition: none;
}
.wpaicg-copy-button img:hover,
.wpaicg-thumbs-up-button img:hover,
.wpaicg-thumbs-down-button img:hover {
filter: none;
color: inherit;
}
.wpaicg-copy-button,
.wpaicg-thumbs-up-button,
.wpaicg-thumbs-down-button {
background: none;
border: none;
padding: 0;
cursor: pointer;
color: inherit;
outline: none;
}
.wpaicg-copy-button:hover,
.wpaicg-thumbs-up-button:hover,
.wpaicg-thumbs-down-button:hover {
background: none;
color: inherit;
}
.wpaicg-copy-button:focus,
.wpaicg-thumbs-up-button:focus,
.wpaicg-thumbs-down-button:focus {
outline: none;
} .wpaicg-feedback-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.wpaicg-feedback-modal {
background-color: #fff;
color: #333;
padding: 20px;
border-radius: 10px;
width: 100%;
max-width: 400px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
text-align: center;
position: relative;
margin: 0 auto;
box-sizing: border-box;
}
.wpaicg-feedback-modal h2 {
margin-top: 0;
}
.wpaicg-feedback-textarea {
width: 100%;
height: 80px;
margin: 10px 0;
border-radius: 5px;
}
.wpaicg-feedback-modal-buttons {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 10px;
}
.wpaicg-feedback-message {
flex-grow: 1;
margin-right: 10px;
text-align: left;
}
.wpaicg-feedback-modal-submit {
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
background-color: #007bff;
color: #fff;
margin-left: 10px;
}
.wpaicg-feedback-modal-close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
color: #333;
cursor: pointer;
} .wpaicg-chatbox-download-btn,
.wpaicg-chatbox-clear-btn,
.wpaicg-chatbox-fullscreen,
.wpaicg-chatbox-audio-btn,
.wpaicg-chatbox-close-btn {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
margin: 0 5px;
transition: background-color 0.3s ease;
}
.wpaicg-chatbox-download-btn svg,
.wpaicg-chatbox-clear-btn svg,
.wpaicg-chatbox-fullscreen svg,
.wpaicg-chatbox-audio-btn,
.wpaicg-chatbox-close-btn svg {
fill: currentColor;
height: 16px;
width: 16px;
}
.wpaicg-chatbox-download-btn:hover,
.wpaicg-chatbox-clear-btn:hover,
.wpaicg-chatbox-fullscreen:hover,
.wpaicg-chatbox-close-btn:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen {
display: none;
fill: none;
height: 16px;
width: 16px;
}
.wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen path,
.wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen path {
fill: currentColor;
}
.wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen {
fill: none;
height: 16px;
width: 16px;
}
.wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-active-fullscreen {
display: none;
}
.wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-exit-fullscreen {
display: block;
}
.wpaicg-fullscreened {
border-radius: 0;
border: none;
}
.wpaicg-fullscreened .wpaicg-chatbox-action-bar {
top: 0;
z-index: 99;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 3px;
} .wpaicg-sidebar {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
overflow: hidden;
opacity: 0;
transition: width 0.3s ease, opacity 0.3s ease;
display: flex;
flex-direction: column;
box-sizing: border-box;
z-index: 1000;
}
.wpaicg-sidebar.open {
width: 250px;
opacity: 1;
min-width: 250px;
}
.wpaicg-sidebar.open ~ .wpaicg-chat-shortcode-content {
margin-left: 250px;
transition: margin-left 0.3s ease;
}
.wpaicg-sidebar.open ~ .wpaicg-chatbox-content {
margin-left: 250px;
transition: margin-left 0.3s ease;
} .wpaicg-sidebar-header {
padding: 15px;
}
.wpaicg-sidebar-header h3 {
margin: 0 0 5px 0;
font-size: 1.2em;
}
.wpaicg-sidebar-header p {
margin: 0;
font-size: 0.9em;
} .wpaicg-conversation-list {
list-style: none;
padding: 15px;
margin: 0;
flex-grow: 1;
overflow-y: auto;
} .wpaicg-conversation-list li .wpaicg-delete-icon {
display: none;
position: absolute;
top: 55%;
right: 10px;
transform: translateY(-50%);
cursor: pointer;
}
.wpaicg-conversation-list li:hover .wpaicg-delete-icon {
display: inline-block;
} .wpaicg-conversation-list li {
margin-bottom: 10px;
padding: 10px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
display: flex;
align-items: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
position: relative;
}
.wpaicg-new-chat-button {
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
margin-top: 10px;
} .wpaicg-sidebar-toggle {
position: absolute;
left: 0;
top: 50%;
transform: translate(-50%, 0);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
z-index: 1002;
}
.wpaicg-sidebar-toggle span {
font-size: 18px;
} .wpaicg-chat-shortcode ::-webkit-scrollbar-track {
border-radius: 10px;
}
.wpaicg-chat-shortcode ::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 10px;
}
.wpaicg-chat-shortcode ::-webkit-scrollbar-thumb:hover {
background-color: #555;
}
.wpaicg-chat-shortcode ::-webkit-scrollbar {
width: 8px;
height: 8px;
} @media (max-width: 768px) {
.wpaicg-chat-shortcode {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
@media (max-width: 480px) {
.wpaicg-chat-shortcode {
margin-right: 5px;
margin-left: 5px;
}
.wpaicg-feedback-modal {
max-width: 95%;
padding: 15px;
margin: 0 auto;
}
.wpaicg-feedback-modal-submit {
padding: 8px 16px;
}
.wpaicg-feedback-textarea {
height: 60px;
}
}
}
@media (max-width: 768px) {
.wpaicg-sidebar-toggle {
padding: 10px;
}
} @media (max-width: 767px) {
.wpaicg_chat_widget_content.wpaicg-fullscreened {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
z-index: 9999999 !important;
background-color: <?php echo esc_html($wpaicg_chat_bgcolor)?>;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox {
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
border-radius: 0 !important;
margin: 0 !important;
overflow: hidden !important;
box-shadow: none !important;
display: flex !important;
flex-direction: column !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-content {
flex: 1 !important;
overflow: hidden !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-messages {
max-height: none !important;
overflow-y: auto !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-type {
position: sticky !important;
bottom: 0 !important;
background-color: <?php echo esc_html($wpaicg_chat_bgcolor)?>;
z-index: 3 !important;
padding: 10px !important;
} .wpaicg_chat_widget {
max-width: 100% !important;
} .wpaicg-chatbox-action-bar span {
padding: 8px !important;
margin: 0 8px !important;
} .wpaicg-chatbox-typing {
min-height: 50px !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-fullscreen {
display: none !important;
}
} @media (max-width: 767px) {
.wpaicg_chat_widget .wpaicg_toggle {
width: 60px !important;
height: 60px !important;
}
.wpaicg_chat_widget .wpaicg_toggle img {
width: 100% !important;
height: 100% !important;
}
}.wpa-test-msg{background: #d1ecf1 !important; border: 1px solid #bee5eb !important; border-radius: 5px !important;color: #0c5460 !important; font-size: 14px !important; padding:.75rem 1.25rem !important; font-family: Arial !important; margin-top:5px !important;}
span.wpa-button{ display: inline-block !important; padding-top: 5px !important; color: #fff !important;background-color: #6c757d !important;border-color: #6c757d !important; padding: 5px 10px !important; border-radius: 5px !important; margin-top:5px !important;  cursor: pointer !important; }
#altEmail_container, .altEmail_container{position:absolute !important; overflow: hidden !important; display: inline !important; height:1px !important; width: 1px !important;z-index:-1000 !important;}.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-dark {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-light {
min-width: 200px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left.trp-color-dark {
min-width: 200px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 12px;
}
#trp-floater-ls.trp-floater-ls-flags.trp-bottom-left.trp-color-light #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 15px;
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
top: 0px;
bottom: auto;
display: block;
width: 192px;
height: auto;
border-radius: 0px 0px 8px 8px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top:6px;
}
#trp-floater-ls-language-list .trp-language-wrap.trp-floater-ls-disabled-language.trp-ls-disabled-language:hover {
padding: 0px;
width: auto;
}
#trp-floater-ls .trp-language-switcher-container.trp-floater-ls-codes.trp-top-left.trp-color-light.trp-poweredby.trp-with-flags.trp-floater-ls-disabled-language.trp-ls-disabled-language.trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-bottom:10px;
margin-top: 0px;
}
#trp-floater-ls {
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
overflow: hidden;
height: 58px;
text-align: center;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.trp-floater-ls-disabled-language.trp-ls-disabled-language {
width: auto;
} #trp-floater-ls:hover {
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
height: auto;
border-radius: 8px 8px 0px 0px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-floater-ls-flags:hover {
position: fixed;
z-index: 9999999; display: block;
width: 66px;
height: auto;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-floater-ls-flags.trp-poweredby:hover {
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
width: 192px;
height: auto;
border-radius: 8px 8px 0px 0px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-floater-ls-flags{
position: fixed;
z-index: 9999999;
bottom: 0;
display: block;
overflow: hidden;
width: 66px;
height: 58px;
text-align: center;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#trp-floater-ls.trp-color-dark{
background: #1E1E1E;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
border-radius: 8px 8px 0 0;
}
#trp-floater-ls.trp-color-light{
background: #FFFFFF;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
border-radius: 8px 8px 0 0;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby:hover {
width: 192px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby:hover {
width: 192px;
}
#trp-floater-ls.trp-color-dark-old{
background: rgb(27,27,27);
background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(84,84,84,1) 100%);
}
#trp-floater-ls.trp-color-light-old{
background: rgb(214,214,214);
background: linear-gradient(0deg, rgba(214,214,214,1) 0%, rgba(250,250,250,1) 100%);
}
#trp-floater-ls.trp-bottom-right{
top:auto;
bottom: 0;
right:10%;
}
#trp-floater-ls.trp-bottom-left{
top:auto;
bottom: 0;
left: 10%;
}
#trp-floater-ls.trp-top-right{
bottom:auto;
top: 0;
right:10%;
border-radius: 0 0 5px 5px;
}
#trp-floater-ls.trp-top-left{
bottom:auto;
top: 0;
left: 10%;
border-radius: 0 0 5px 5px;
}
body.admin-bar #trp-floater-ls.trp-top-right,
body.admin-bar #trp-floater-ls.trp-top-left{
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar #trp-floater-ls.trp-top-right,
body.admin-bar #trp-floater-ls.trp-top-left {
top: 46px;
}
}
@media screen and (max-width: 1000px) {
#trp-floater-ls-language-list{
display: flex;
flex-direction: column;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 105px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 15px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 60px;
}
}
@media screen and (max-width: 500px) {
#trp-floater-ls-language-list{
display: flex;
flex-direction: column;
}
#trp-floater-ls:hover .trp-language-wrap a.trp-floater-ls-disabled-language {
margin-top: 0;
}
.trp-floater-ls-disabled-language {
margin-top: 0!important;
padding-top:16px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby {
left: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby {
left: 10%;
min-width: 60px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language {
margin-top: 5px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 105px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 66px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark {
left: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light {
right: 10%;
min-width: 60px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light {
left: 10%;
min-width: 60px;
}
}
#trp-floater-ls.trp-floater-ls-codes  #trp-floater-ls-current-language a,
#trp-floater-ls.trp-floater-ls-codes #trp-floater-ls-language-list {
text-align: center;
margin-top: 6px;
}
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-current-language a img,
#trp-floater-ls.trp-floater-ls-flags #trp-floater-ls-language-list a img {
text-align: center;
display: block;
margin: 0 auto;
}
#trp-floater-ls-language-list {
display: none;
}
.trp-poweredby #trp-floater-ls-language-list .trp-language-wrap{
padding: 10px;
width: auto;
}
#trp-floater-ls .trp-language-wrap.trp-language-wrap-top{
padding:10px;
}
#trp-floater-ls .trp-language-wrap.trp-language-wrap-bottom{
padding:11px;
}
#trp-floater-ls.only-flags div.trp-language-wrap{
padding:11px 0;
}
#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-dark #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: none;
border-bottom: 1px solid #747474;
}
#trp-floater-ls.trp-top-right.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby,
#trp-floater-ls.trp-top-left.trp-poweredby.trp-color-light #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: none;
border-bottom: 1px solid #aaaaaa;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: 1px solid #747474;
color: #b3b3b3;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
border-top: 1px solid #aaaaaa;
color: #808080;
}
.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby{
padding: 5px 12px 5px 12px;
text-align: center;
font-size: 12px;
}
.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
display: inline;
padding: 0px 3px;
border-radius: 30px;
line-height: 11px;
text-decoration: underline;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
color: #3858E9;
text-decoration: none;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a{
color: #b3b3b3;
}
.trp-color-dark.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{
color: #ffffff;
opacity: 1;
}
.trp-color-light.trp-poweredby #trp-floater-ls-language-list #trp-floater-poweredby a:hover{
color: #3858E9;
text-decoration: underline;
}
#trp-floater-ls:focus #trp-floater-ls-current-language,
#trp-floater-ls:hover #trp-floater-ls-current-language {
display: none;
}
#trp-floater-ls:focus #trp-floater-ls-language-list,
#trp-floater-ls:hover #trp-floater-ls-language-list {
display: block;
}
#trp-floater-ls-current-language a {
display: block;
padding: 10px 12px 10px 12px;
font-size: 90%;
}
.trp-language-wrap a{
display: block;
padding: 10px 12px 10px 12px;
font-size: 90%;
}
#trp-floater-ls-current-language .trp-floater-ls-disabled-language.trp-ls-disabled-language{
display: block;
padding: 10px 24px 10px 24px;
font-size: 90%;
}
#trp-floater-ls-current-language,
#trp-floater-ls-language-list {
text-align: left;
}
#trp-floater-ls-current-language.trp-with-flags,
#trp-floater-ls-language-list.trp-with-flags {
text-align: left;
}
#trp-floater-ls-current-language {
display: block;
width: 100%;
height: 100%;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-right.trp-color-light #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-bottom-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right.trp-color-light #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-dark #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light.trp-poweredby #trp-floater-ls-current-language,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left.trp-color-light #trp-floater-ls-current-language {
display: block;
width: 100%;
height: 100%;
padding-top: 3px;
}
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-flags.trp-top-left .trp-language-wrap {
padding: 9px!important;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-codes.trp-top-left .trp-language-wrap {
padding: 0 9px 9px 9px!important;
}
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-codes.trp-bottom-left .trp-language-wrap {
padding: 9px 9px 6px 9px!important
}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-names.trp-top-left .trp-language-wrap {
padding: 0 12px 12px 12px!important;
}
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-right .trp-language-wrap,
.trp-language-switcher-container.trp-floater-ls-names.trp-bottom-left .trp-language-wrap {
padding: 12px 12px 6px 12px!important
}
#trp-floater-ls div:not(#trp-floater-poweredby) > a {
display: flex!important;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
color: #BDBDBD;
}
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a {
color: #404040;
}
.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a,
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a,
.trp-with-flags.trp-color-dark #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a,
.trp-with-flags.trp-color-light #trp-floater-ls-current-language a,
.trp-color-light #trp-floater-ls-language-list a,
.trp-color-light #trp-floater-ls-current-language a,
.trp-color-dark #trp-floater-ls-language-list a {
display: block;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-color-light #trp-floater-ls-language-list .trp-language-wrap a:hover {
color: #1E1E1E;
background: #F0F0F0;
border-radius: 2px;
}
.trp-color-dark #trp-floater-ls-language-list .trp-language-wrap a:hover {
color: #FFFFFF;
background: #4F4F4F;
border-radius: 2px;
}
.trp-floater-ls-disabled-language {
margin-top:6px;
}
#trp-floater-ls .trp-floater-ls-disabled-language {
pointer-events: none;
cursor: default;
}
#trp-floater-ls .trp-with-flags .trp-flag-image {
margin-right: 5px;
vertical-align: middle;
height: auto;
max-width: 100%;
display: inline;
padding: 0;
}
.trp-flag-image:dir(rtl) {
margin-left: 5px;
}
#trp-floater-ls a {
text-decoration: none;
}
#trp-floater-ls-language-list {
max-height: 300px;
overflow-y: auto;
}
.only-flags #trp-floater-ls-language-list {
overflow-y: overlay;
}.menu-item-object-language_switcher .trp-flag-image {
display: inline-block;
margin: -1px 5px;
vertical-align: baseline;
padding: 0;
border: 0;
border-radius:0;
} .trp-language-switcher{
height: 42px;
position: relative;
box-sizing: border-box;
width: 200px;
text-overflow: ellipsis;
white-space: nowrap;
}
.trp-language-switcher > div {
box-sizing: border-box;
padding:4px 20px 3px 13px;
border: 1.5px solid #949494;
border-radius: 2px;
background-image: url(//www.lumenpost.com/core/modules/2b8cd407ae/assets/images/arrow-down-3101.svg);
background-repeat: no-repeat;
background-position:
calc(100% - 20px) calc(1em + 2px),
calc(100% - 3px) calc(1em + 0px);
background-size:
8px 8px,
8px 8px;
background-repeat: no-repeat;
background-color: #fff;
}
.trp-language-switcher > div:hover {
background-image: none;
}
.trp-language-switcher > div > a {
display: block;
padding: 7px 12px;
border-radius: 3px;
text-decoration: none;
color: #1E1E1E;
font-style: normal;
font-weight: 400;
font-size: 16px;
}
.trp-language-switcher > div > a:hover {
background: #F0F0F0;
border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
background: none;
}
.trp-language-switcher > div > a > img{
display: inline;
margin: 0 3px;
width: 18px;
height: 12px;
border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language{
display: inline-block;
height: 1px;
overflow: hidden;
visibility: hidden;
z-index: 1;
max-height: 250px;
overflow-y: auto;
left: 0;
top: 0;
min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
visibility: visible;
max-height: 250px;
padding: 4px 13px;
height: auto;
overflow-y: auto;
position: absolute;
left: 0;
top: 0;
display: inline-block !important;
min-height: auto;
} #wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
content: '\f326';
top: 3px;
}
@media screen and ( max-width: 782px ) {
#wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
text-indent: 0;
}
#wpadminbar li#wp-admin-bar-trp_edit_translation {
display: block;
}
} .elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
width: 300px !important;
}