.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.chat-bot-body-noscroll {
  position: fixed;
  overflow: hidden;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

iframe#chat-bot-iframe {
  z-index: 2147483000;
  position: absolute;
  padding: 0px;
  margin: 0px;
  left: 0px;
  right: 0px;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  border: none;
  border-radius: 6px !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  pointer-events: initial !important;
}

#chat-bot-frame-tint {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(255, 255, 255, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

#chat-bot-launcher-container.chat-bot-launcher-center {
  bottom: 50% !important;
  right: 0px !important;
}

#chat-bot-launcher-container.chat-bot-launcher-center .chat-bot-launcher {
  border-radius: 8px 0 0 8px;
}

#chat-bot-launcher-container.chat-bot-launcher-center.chat-bot-avatar-launcher
  #chat-bot-launcher {
  border-radius: 50% 0 0 50%;
}

#chat-bot-frame-wrap {
  display: block !important;
  position: relative !important;
  border: none;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 100%;
  width: 100%;
  background-position: 150px 200px;
  visibility: visible !important;
  opacity: 1 !important;
}

#chat-bot-frame-container {
  z-index: 2147483000;
  overflow: auto !important;
  opacity: 0;
  transform: translateY(5%);
  position: fixed !important;
  bottom: 85px;
  right: 20px;
  max-height: 610px;
  min-height: 280px;
  margin: 0px;
  height: calc(100% - 90px - 20px);
  width: 377px;
  border-radius: 8px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.16) !important;
  transition: transform 0.2s ease-in-out;
  transition-property: transform, opacity;
  visibility: visible !important;
  opacity: 1 !important;
}

#chat-bot-frame-container.chat-bot-frame-container-active {
  display: block;
  opacity: 1;
  transform: translateY(0%);
}

#chat-bot-frame-container.chat-bot-frame-nolauncher {
  bottom: 20px;
}

#chat-bot-frame-container.chat-bot-frame-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: calc(12%);
  width: 500px;
}

#chat-bot-frame-container.chat-bot-frame-left {
  left: 20px;
  right: initial;
}

#chat-bot-launcher-container.chat-bot-launcher-left {
  left: 20px;
  right: initial;
  flex-direction: row-reverse;
}

@media only screen and (max-device-width: 667px),
  screen and (max-width: 450px) {
  #chat-bot-frame-container.chat-bot-frame-container-active {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    border-radius: 0px;
    max-height: initial;
  }
  iframe#chat-bot-iframe.chat-bot-ios {
    min-width: 100vw !important;
    min-height: calc(100vh - 74px) !important;
    background-color: #fff;
  }
}

@-webkit-keyframes moveFromBottomFade {
  from {
    opacity: 0.2;
    -webkit-transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes moveFromBottomFade {
  from {
    opacity: 0.2;
    -moz-transform: translateY(5%);
  }

  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}

@keyframes moveFromBottomFade {
  from {
    opacity: 0.2;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

#chat-bot-launcher-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  direction: ltr !important;
  z-index: 2147482999;
}

#chat-bot-launcher-container.chat-bot-nolauncher {
  display: none;
}

#chat-bot-launcher-container .chat-bot-launcher {
  font-family: 'Open Sans', sans-serif;
  height: 42px;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  border-radius: 5em;
  cursor: pointer;
  padding: 0px 20px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out !important;
  -moz-transition: -moz-transform 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out !important;
  -o-transition: -o-transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

#chat-bot-launcher-container .chat-bot-launcher:hover {
  -webkit-box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.25) !important;
}

#chat-bot-launcher-container.chat-bot-launcher-enabled #chat-bot-launcher {
  visibility: visible !important;
  animation: launcher-frame-appear 0.25s ease forwards;
}

@-webkit-keyframes launcher-frame-appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes launcher-frame-appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.chat-bot-flex-center,
.chat-bot-flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.chat-bot-flex-end {
  justify-content: flex-end;
}

.chat-bot-flex-center {
  justify-content: center;
}


/*Extracted from index------------------------------------------------------*/


img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}


.sticky .ribbon-container-check {display: none;}
.sticky .ribbon-container-tack {display: none;}
.sticky .squaer-container-tack {display: none;}
.sticky .squaer-container-check {display: block;}                      


.main-navigation a:visited {color:#00396d;} 
.main-navigation a,
.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus, 
.main-navigation a:hover,.main-navigation a:focus {color:#00396d;} 
.main-navigation a,
.main-navigation ul ul li:last-child a {border-bottom-color:#ccc;}
.dropdown-toggle {border-color: #ccc;color: #00396d;}
.dropdown-toggle:hover,
.dropdown-toggle:focus {color: #00396d;}  
.menu-toggle, .menu-toggle:hover,.menu-toggle:focus {color:#00396d;} 
.main-navigation a:hover,.main-navigation a:focus {color:#00396d;} 
.main-navigation li li a:hover,.main-navigation li li a:focus {color:#00396d;} 
#site-navigation{color: #00396d;} 
.main-navigation .sub-menu a, .search-modal-menu i,.search-modal-menu i:hover {color: #00396d;}

.entry-author {display: none;}
.page-header { padding-top: 0; padding-bottom: 0;}.page-header .page-title: {color:#5089bf; margin-top: 0; margin-bottom: 0;}.mid {background: rgba(0,0,0, 0.05);}
.page-header { padding-top: 0; padding-bottom: 0;}.page-header .page-title: {color:#5089bf; margin-top: 0; margin-bottom: 0;}.mid {background: rgba(0,0,0, 0.05);}
.page-header { padding-top: 0; padding-bottom: 0;}.page-header .page-title: {color:#5089bf; margin-top: 0; margin-bottom: 0;}.mid {background: rgba(0,0,0, 0.05);}

.social-icons-and-search-top {display: none;}                      


.site-branding-home {text-align: left;position: relative;float: left;padding: 1em;margin: 0;}  
.site-branding-home .title-container {text-align: center;}
.header-widgets-home {display:block;}
@media screen and (max-width: 1100px){.site-branding-home{text-align: center;}}
@media screen and (max-width: 300px){.site-branding .title-container,.site-branding-home .title-container{text-align: center;}}


.site-branding {text-align: left;position: relative;float: left;padding: 1em;margin: 0;}                       	                      	
.site-branding .title-container {text-align: center;}
.header-widgets {display:block;}
@media screen and (max-width: 1100px){ .site-branding,.site-branding-home{text-align: center;}}


#site-navigation{float: left;text-align: left;}
.toggled .sub-menu li a {text-align: left;}
.toggled .nav-menu li a {text-align: left;}


.social-icons-and-search-menu {display: none;}
.menu-container .popup-with-form {display: none;}


.postedoncontainer .posted-on a:focus, .postedoncontainer .posted-on a:hover, a,a:visited {color: #5089bf;}
a:hover,a:focus,a:active {color: #5089bf;}
.footer-widgets .widget_tag_cloud a {background:none; border: 2px #fff solid;} 
blockquote::before {color:#5089bf; }
button, input[type='button'], input[type='reset'],input[type='submit'] {
border-color:#5089bf; }
button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
background:#5089bf; }
button:focus, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus,
button:active, input[type='button']:active, input[type='reset']:active, input[type='submit']:active {
background:#5089bf; }
.widget a:hover,.widget a:focus {color:#5089bf; }
.post-password-form input[type='submit'] { color:#5089bf;     border: 1px #5089bf solid;}
.post-password-form input[type='submit']:active, .post-password-form input[type='submit']:hover {  
background:#5089bf; }
.comment-navigation a, .paging-navigation a {border: 2px solid #5089bf;color:#5089bf; }
.comment-navigation a:hover, comment-navigation a:focus,
.paging-navigation a:hover, .paging-navigation a:focus {background:#5089bf; }
.post-navigation a:hover, .post-navigation a:focus { color:#5089bf; }
.post-navigation a:hover .post-title, .post-navigation a:focus .post-title {color:#5089bf; }
.widget_rss a:hover, .widget_rss a:focus {color:#5089bf; }
.widget_calendar thead {background:#5089bf; }
.widget_tag_cloud a {border: 2px #5089bf solid;color:#5089bf; }
.widget_tag_cloud a:focus,.widget_tag_cloud a:hover {background:#5089bf;color:#fff; }
.wdv_about_me_widget .social-icons li a {color:#5089bf; }
.contact-address .contact-info:before,
.contact-phone .contact-info:before,
.contact-email .contact-info:before,
.contact-skype .contact-info:before {  color:#5089bf; }  
.footer-widgets .contact-address .contact-info:before,
.footer-widgets .contact-phone .contact-info:before,
.footer-widgets .contact-email .contact-info:before,
.footer-widgets .contact-skype .contact-info:before {  color:#fff; } 
.widget-post-title:focus,
.widget-post-title:hover {color:#5089bf; }            
.page-title {color:#5089bf; }
.archive-description {color: #5089bf; }
.search-submit, .widget_search .search-submit{color: #5089bf;border: 2px solid #5089bf; }

.search-submit i{color: #5089bf; }
.search-submit:hover, .search-submit:focus {background:#5089bf;color: #fff; }  
.search-submit:hover i, .search-submit:focus i {color: #fff; } 
.footer-widgets .widget_search .search-submit{color: #5089bf;border: 0 solid #fff;height:95%; }
.footer-widgets .search-submit:hover, .footer-widgets .search-submit:focus {background:#5089bf;color: #fff;border: 2px solid #fff; }    
.entry-content a:hover,entry-content a:focus,
.entry-summary a:hover,.entry-summary a:focus {color:#5089bf; }
.entry-meta a:hover,.entry-meta a:focus,
.entry-footer a:hover, .entry-footer a:focus {color:#5089bf; }
.entry-meta .posted-on a {color:#5089bf; }
.cat-links a {color:#5089bf; }
.cat-links:after {border-bottom: solid 1px #5089bf;}
.posted-on-container .posted-on a:focus,.posted-on-container .posted-on a:hover{color:#5089bf; }
.add-share-icon a {color:#5089bf; }
.add-share-icon a:hover {color: #5089bf; }
.page-links {color: #5089bf; }
.reply a {color: #5089bf;border: 2px solid #5089bf; }
.reply a:hover, .reply a:focus {background:#5089bf; }
.bypostauthor .comment-author .fn {color:#5089bf; }
.fn a {color:#5089bf; }
.bypostauthor .comment-author .fn:before {color: #5089bf; }
.comment-form .form-submit input {border: 2px solid #5089bf;color: #5089bf; }
.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {background-color:#5089bf; }

.comment-form .form-submit .submit:hover, .comment-form .form-submit .submit:focus {background-color:#5089bf; }
.profile-links .social-links li i {color:#5089bf; }
.squaer-recommended, .squaer-showexcerpt {background:#5089bf; }
.topbtn {border: 2px solid #5089bf;color:#5089bf; }
.topbtn:hover {background: #5089bf; }
.paging-navigation li a {color:#5089bf; }
.comment-form label, .comment-form .required, .wpcf7-form label {color:#5089bf; }            
.socicon {background-color: #5089bf!important;}


.entry-title a:hover, .entry-title a:focus {color:#f90052;}    
.add-share-icon a i:hover, .add-share-icon a i:focus {color:#f90052;} 
.social-icons li a:hover {color:#f90052;}
.squaer-container-tack,
.squaer-container-check {background:#f90052; }
.search-modal-top i:hover,.search-modal-top i:focus {color:#f90052;}
.profile-links .social-links li i:focus, .profile-links .social-links li i:hover{color:#f90052;}
.squaer-showexcerpt:focus,squaer-recommended:focus,
.squaer-showexcerpt:hover,.squaer-recommended:hover{background:#f90052; }.back-text .continue-reading a{color:#f90052; }.card__back .back-text .continue-reading a:after{color:#f90052; }::-moz-selection { background: #f90052; }::selection { background: #f90052; }            
.socicon:hover { background-color: #f90052!important;}


.post:nth-child(odd) .index-box { max-width:  900px;width:100%;}	
.post:nth-child(even) .index-box { max-width:  900px;width:100%;}							

.post:nth-child(odd) .no-sidebar .index-box { max-width: 65em;width:100%;}
.post:nth-child(odd) .no-sidebar .index-box .article-content-container .inlinedata {float: none;text-align: center;}  
.post:nth-child(odd) .no-sidebar .index-box .featured-image {max-width:  65em;width:100%;float:left;position:relative;}
.post:nth-child(odd) .no-sidebar .index-box .article-content-container {max-width:  65em;width:100%;float:right;font-size: 100%;padding: 1em;}
.post:nth-child(even) .no-sidebar .index-box { max-width: 65em;width:100%;}
.post:nth-child(even) .no-sidebar .index-box .article-content-container .inlinedata {float: none;text-align: center;}  
.post:nth-child(even) .no-sidebar .index-box .featured-image {max-width:  65em;width:100%;float:left;position:relative;}
.post:nth-child(even) .no-sidebar .index-box .article-content-container {max-width:  65em;width:100%;float:right;font-size: 100%;padding: 1em;}	

.no-sidebar .post:nth-child(odd) .index-box, .no-sidebar .post:nth-child(odd){ max-width:  65em;width:100%;}
.no-sidebar .post:nth-child(odd) .index-box .featured-image {max-width:  65em;width:100%;position:relative;}
.no-sidebar .post:nth-child(odd) .index-box .article-content-container {max-width:  65em;width:100%;position:relative;}
.no-sidebar .post:nth-child(even) .index-box, .no-sidebar .post:nth-child(even){ max-width:  65em;width:100%;}
.no-sidebar .post:nth-child(even) .index-box .featured-image {max-width:  65em;width:100%;position:relative;}
.no-sidebar .post:nth-child(even) .index-box .article-content-container {max-width:  65em;width:100%;position:relative;}

.post:nth-child(odd) .index-box .featured-image {position: absolute;top: 0; -webkit-transform: translateY(0);-ms-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);left:0;}
.post:nth-child(even) .index-box .featured-image {position: absolute;top: 0; -webkit-transform: translateY(0);-ms-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);right:0;}						
.post:nth-child(odd) .index-box .article-content-container {max-width:  900px;width:100%;float:right;}
.post:nth-child(even) .index-box .article-content-container {max-width:  900px;width:100%;float:right;}					
.post:nth-child(odd) .index-box .featured-image {max-width:  900px;width:100%;float:left;position:relative;}
.post:nth-child(even) .index-box .featured-image {max-width:  900px;width:100%;float:left;position:relative;}						

.post:nth-child(odd) .index-box .article-content-container .add-share-icon {float:none;text-align: center;}
.post:nth-child(odd) .index-box .article-content-container .inlinedata {float:none;text-align: center;}						
.post:nth-child(even) .index-box .article-content-container .add-share-icon {float:none;text-align: center;}
.post:nth-child(even) .index-box .article-content-container .inlinedata {float:none;text-align: center;}						

.post:nth-child(odd) .index-box .article-content-container .entry-content {display:block;}
.post:nth-child(even) .index-box .article-content-container .entry-content {display:block;}						

.sticky:nth-child(odd) .index-box { width:100%;}	
.sticky:nth-child(even) .index-box { width:100%;}							

.sticky:nth-child(odd) .no-sidebar .index-box { max-width: 65em;width:100%;}
.sticky:nth-child(odd) .no-sidebar .index-box .article-content-container .inlinedata {float: none;text-align: center;}  
.sticky:nth-child(odd) .no-sidebar .index-box .featured-image {max-width:  65em;width:100%;float:left;position:relative;margin:0;}
.sticky:nth-child(odd) .no-sidebar .index-box .article-content-container {max-width:  65em;width:100%;float:right;font-size: 100%;padding: 1em;}
.sticky:nth-child(even) .no-sidebar .index-box { max-width: 65em;width:100%;}
.sticky:nth-child(even) .no-sidebar .index-box .article-content-container .inlinedata {float: none;text-align: center;}  
.sticky:nth-child(even) .no-sidebar .index-box .featured-image {max-width:  65em;width:100%;float:left;position:relative;margin:0;}
.sticky:nth-child(even) .no-sidebar .index-box .article-content-container {width:100%;float:right;font-size: 100%;padding: 1em;}	

.no-sidebar .sticky:nth-child(odd) .index-box, .no-sidebar .sticky:nth-child(odd){ max-width:  65em;width:100%;}
.no-sidebar .sticky:nth-child(odd) .index-box .featured-image {max-width:  65em;width:100%;position:relative;margin:0;}
.no-sidebar .sticky:nth-child(odd) .index-box .article-content-container {max-width:  75em;width:100%;position:relative;}
.no-sidebar .sticky:nth-child(even) .index-box, .no-sidebar .sticky:nth-child(even){ max-width:  65em;width:100%;}
.no-sidebar .sticky:nth-child(even) .index-box .featured-image {max-width:  65em;width:100%;position:relative;margin:0;}
.no-sidebar .sticky:nth-child(even) .index-box .article-content-container {max-width:  75em;width:100%;position:relative;}

.no-sidebar .sticky:nth-child(odd) .index-box .featured-image {top: 0; -webkit-transform: translateY(0);-ms-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);left:0;margin:0;}
.no-sidebar .sticky:nth-child(even) .index-box .featured-image {top: 0; -webkit-transform: translateY(0);-ms-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);right:0;margin:0;}						



.sticky:nth-child(odd) .index-box .featured-image {position: absolute;top: 0; -webkit-transform: translateY(0);-ms-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);left:0;margin:0;}
.sticky:nth-child(even) .index-box .featured-image {position: absolute;top: 0; -webkit-transform: translateY(0);-ms-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);right:0;margin:0;}						
.sticky:nth-child(odd) .index-box .article-content-container {max-width:  65em;width:100%;float:right;}
.sticky:nth-child(even) .index-box .article-content-container {max-width:  65em;width:100%;float:right;}					
.sticky:nth-child(odd) .index-box .featured-image {max-width:  900px;width:100%;float:left;position:relative;}
.sticky:nth-child(even) .index-box .featured-image {max-width:  900px;width:100%;float:left;position:relative;}						

.sticky:nth-child(odd) .index-box .article-content-container .add-share-icon {float:none;text-align: center;}
.sticky:nth-child(odd) .index-box .article-content-container .inlinedata {float:none;text-align: center;}						
.sticky:nth-child(even) .index-box .article-content-container .add-share-icon {float:none;text-align: center;}
.sticky:nth-child(even) .index-box .article-content-container .inlinedata {float:none;text-align: center;}						

.sticky:nth-child(odd) .index-box .article-content-container .entry-content {display:block;}
.sticky:nth-child(even) .index-box .article-content-container .entry-content {display:block;}


#site-navigation {background:#fff} 
.main-navigation ul {background:#fff} 
.dropdown-toggle {background:#fff} 
.header-container {background:#fff} 
.menu-toggle, .menu-toggle:hover,.menu-toggle:focus {background:#fff} 
					


#chat-bot-launcher-container .chat-bot-launcher-button,
#chat-bot-offline-container .chat-bot-launcher-button {
  right: 0;
  width: 18px;
  height: 18px;
  margin: 2px 2px 2px 0px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

#chat-bot-launcher-container #chat-bot-launcher-text {
  color: white;
  font-weight: 400;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-device-width: 667px),
  screen and (max-width: 450px) {
  #chat-bot-launcher-container #chat-bot-launcher-text {
    display: none;
  }
  #chat-bot-launcher-container .chat-bot-launcher {
    width: 60px;
    height: 60px;
    padding: 0px;
  }
  #chat-bot-launcher-container .chat-bot-launcher-button {
    width: 30px;
    height: 30px;
  }
}

#chat-bot-launcher-container.chat-bot-launcher-enabled
  .chat-bot-launcher-button {
  background-image: url('https://web.archive.org/web/20220102063516/https://collectcdn.com/logo-classic.png');
}

#chat-bot-launcher-container #chat-bot-launcher-close {
  display: none;
  width: 20px;
  height: 20px;
  z-index: 2147483001;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE3LTA2LTMwVDAyOjQ1OjM2KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMC0wMlQwMDo1OToxMyswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMC0wMlQwMDo1OToxMyswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkZjQ0YTY5ZS01Y2ViLTQ0YWEtYTU2Yi03ZTI0Y2I0NjA5MmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZGY0NGE2OWUtNWNlYi00NGFhLWE1NmItN2UyNGNiNDYwOTJlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZGY0NGE2OWUtNWNlYi00NGFhLWE1NmItN2UyNGNiNDYwOTJlIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZjQ0YTY5ZS01Y2ViLTQ0YWEtYTU2Yi03ZTI0Y2I0NjA5MmUiIHN0RXZ0OndoZW49IjIwMTctMDYtMzBUMDI6NDU6MzYrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7PEDaIAAACtUlEQVRogc3ZTW7UMBjG8X8GIcFsuQBdUNhUAuY0DKNBBek9AeISXABZ4qMVZXbcgQ2sRmyKYAcbJA6AECqIsqhduZ5M7PgreXbNvLHzk2snTsCJiFwVkSvu8bFERK63HZ84RVPgE/BxjBgRWQJfRWTh/tZYRVPgGNjRh74Ad5RSv6tcpScacWAdWiiljswfjS5yESajwLQgTOZKqRVA04EwGRTTgTCZK6VWjYg8BR572hsEE4AAOAGuTYAnwMpTfIvKC4CIPCAMcVMp9dPMkQY4Au55TqwyMhrxylNmEN/g4qo1CkwMAiyIbmRQTCwCHIhubBBMCgKcOzuAUuoUuE/FBUBE9klAQMuIWI1XGRmNeOEp60RAB0R3UhSTCwEeiO6sCCYnAgIgutOsmNwIaJnsbcm5AIjIQzIjIHBErItIGhmNeO45tzcCekL0xURhSiIgAqIvqg/mrq4rhoBICPTC/AKmnpokBMCl2BPX6zWz2ewtsAvsdZRe9jSVjIAECPTCbEsWBCRCIAmTDQEZIBCFyYqAwBtiSPRN811g+XfgR66+ISNE3yeeBZbvkPkdQPTyayfwZteWbJuzZEgCwiQLJgmSAWGSjImeIz2enfaosG2OgvR8ADymwjuAmKffqKfY0tvmvvuRpEfxkphgSK79RClM0BzJuSmyts1vPO31mjMhb1GK7Oz0yLwG5p7SoJHxvdcquj3Niel601gUYfWTBdMKqYWw+kvGbEz22gg4XwAWnGG6snUBcL+PVEc4/TfAIWeormyMjP3FalCEdR1RGPMNcRQIkxhMk/qlqFR6Ym5PgA/Av47C6gg4XwCW+BeA98CJ+dfaBT6zuYoNgrDjGZmXwCOl1Kk92V3M4AiTLZgDYF+P3MbyazB/GQnCxMFcQED75+kbwJ8xIUw0Zgkc2giA/37w+3zIK1eVAAAAAElFTkSuQmCC);
  position: absolute;
  cursor: pointer;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 3px;
  left: -30px;
  right: initial;
  background-color: #afafaf;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
#chat-bot-message-container #chat-bot-message-close {
  width: 20px;
  height: 20px;
  z-index: 2147483001;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAmElEQVRYw+2WSw6AIAwFSTgjVyThjCzGha7ET9G+haazhnkBtG1KQRD8FjKVYl5dqOQ5fQO6LYJCB9pEBJUVQ8SmB6hp4sjdFmFf+WjjY71t8yv9veC1/lrioj8XuemPZa76UeiuHyL89bsIhX6I8NfLA8RXJH5k8Wcq/tHEpUJc7MTlWtxwxC1T3vT1Y4t68JKPjkEQfIwFBZRdp3mb+AEAAAAASUVORK5CYII=);
  position: absolute;
  cursor: pointer;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: -30px;
  right: 5px;
  background-color: #afafaf;
  border-radius: 50%;
  box-shadow: 0px 1px 4px 0 rgb(0 0 0 / 19%);
  opacity: 0;
  transition: opacity 0.1s ease-in;
}

#chat-bot-message-container.chat-bot-message-left #chat-bot-message-close {
  left: 5px;
}
#chat-bot-message-container.chat-bot-message-center #chat-bot-message-close {
  left: 5px;
}
#chat-bot-message-container:hover #chat-bot-message-close {
  opacity: 1;
}

#chat-bot-launcher-container.chat-bot-launcher-left #chat-bot-launcher-close {
  right: -30px;
  left: initial;
}

#chat-bot-frame-container #chat-bot-widget-close {
  z-index: 2147483001;
  cursor: pointer;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE3LTA2LTMwVDAyOjQ1OjM2KzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMC0wMlQwMDo1OToxMyswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMC0wMlQwMDo1OToxMyswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpkZjQ0YTY5ZS01Y2ViLTQ0YWEtYTU2Yi03ZTI0Y2I0NjA5MmUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZGY0NGE2OWUtNWNlYi00NGFhLWE1NmItN2UyNGNiNDYwOTJlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZGY0NGE2OWUtNWNlYi00NGFhLWE1NmItN2UyNGNiNDYwOTJlIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkZjQ0YTY5ZS01Y2ViLTQ0YWEtYTU2Yi03ZTI0Y2I0NjA5MmUiIHN0RXZ0OndoZW49IjIwMTctMDYtMzBUMDI6NDU6MzYrMDU6MzAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7PEDaIAAACtUlEQVRogc3ZTW7UMBjG8X8GIcFsuQBdUNhUAuY0DKNBBek9AeISXABZ4qMVZXbcgQ2sRmyKYAcbJA6AECqIsqhduZ5M7PgreXbNvLHzk2snTsCJiFwVkSvu8bFERK63HZ84RVPgE/BxjBgRWQJfRWTh/tZYRVPgGNjRh74Ad5RSv6tcpScacWAdWiiljswfjS5yESajwLQgTOZKqRVA04EwGRTTgTCZK6VWjYg8BR572hsEE4AAOAGuTYAnwMpTfIvKC4CIPCAMcVMp9dPMkQY4Au55TqwyMhrxylNmEN/g4qo1CkwMAiyIbmRQTCwCHIhubBBMCgKcOzuAUuoUuE/FBUBE9klAQMuIWI1XGRmNeOEp60RAB0R3UhSTCwEeiO6sCCYnAgIgutOsmNwIaJnsbcm5AIjIQzIjIHBErItIGhmNeO45tzcCekL0xURhSiIgAqIvqg/mrq4rhoBICPTC/AKmnpokBMCl2BPX6zWz2ewtsAvsdZRe9jSVjIAECPTCbEsWBCRCIAmTDQEZIBCFyYqAwBtiSPRN811g+XfgR66+ISNE3yeeBZbvkPkdQPTyayfwZteWbJuzZEgCwiQLJgmSAWGSjImeIz2enfaosG2OgvR8ADymwjuAmKffqKfY0tvmvvuRpEfxkphgSK79RClM0BzJuSmyts1vPO31mjMhb1GK7Oz0yLwG5p7SoJHxvdcquj3Niel601gUYfWTBdMKqYWw+kvGbEz22gg4XwAWnGG6snUBcL+PVEc4/TfAIWeormyMjP3FalCEdR1RGPMNcRQIkxhMk/qlqFR6Ym5PgA/Av47C6gg4XwCW+BeA98CJ+dfaBT6zuYoNgrDjGZmXwCOl1Kk92V3M4AiTLZgDYF+P3MbyazB/GQnCxMFcQED75+kbwJ8xIUw0Zgkc2giA/37w+3zIK1eVAAAAAElFTkSuQmCC);
}

#chat-bot-frame-container #chat-bot-launcher-restart:hover,
#chat-bot-frame-container #chat-bot-widget-close:hover {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

#chat-bot-frame-container #chat-bot-launcher-restart {
  z-index: 2147483001;
  cursor: pointer;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 10px;
  right: 55px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDAgNzkuMTYwNDUxLCAyMDE3LzA1LzA2LTAxOjA4OjIxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE3LTA2LTMwVDAyOjUwOjQyKzA1OjMwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMC0wMlQwMDo1ODozNCswNTozMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMC0wMlQwMDo1ODozNCswNTozMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3YTA2OTMyYy1iNjZmLTQx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);
}

#chat-bot-launcher-container.chat-bot-avatar-launcher,
#chat-bot-launcher-container.chat-bot-launcher-notext {
  bottom: 15px;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher #chat-bot-launcher {
  padding: 0;
  height: auto;
}

#chat-bot-launcher-container.chat-bot-launcher-notext #chat-bot-launcher {
  padding: 0;
  height: auto;
}

#chat-bot-launcher-container.chat-bot-launcher-notext
  .chat-bot-launcher-button {
  width: 55px;
  height: 55px;
  background-size: 39px;
  margin: 3px;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher
  .chat-bot-launcher-button {
  width: 60px;
  height: 60px;
  background-size: 60px;
  border-radius: 50% !important;
  margin: -1px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#chat-bot-launcher-container.chat-bot-avatar-launcher.chat-bot-launcher-center
  .chat-bot-launcher-button {
  margin: 2px;
}

#chat-bot-launcher-container.chat-bot-launcher-notext #chat-bot-launcher-text {
  display: none;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher
  .chat-bot-launcher-button:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2ecc71;
  bottom: 5px;
  right: -1px;
}

#chat-bot-launcher-container #chat-bot-avatar-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400;
  position: relative;
  z-index: 2147482999;
  cursor: pointer;
  background-color: #fff;
  color: #666;
  padding: 7px 10px;
  border-radius: 0.625rem !important;
  white-space: normal;
  text-overflow: ellipsis;
  max-width: 300px;
  margin: 0px 15px;
  display: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  animation: launcher-frame-appear 0.25s ease forwards;
}

#chat-bot-launcher-container #chat-bot-avatar-text-inner {
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 80px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#chat-bot-launcher-container.chat-bot-launcher-enabled.chat-bot-avatar-launcher
  #chat-bot-avatar-text {
  display: block;
}

#chat-bot-launcher-container.chat-bot-avatar-launcher #chat-bot-launcher-text {
  display: none;
}

#chat-bot-launcher-container #chat-bot-avatar-text:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -15px;
  top: 34%;
  bottom: auto;
  border: 8px solid;
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-device-width: 667px),
  screen and (max-width: 450px) {
  #chat-bot-launcher-container #chat-bot-launcher-close {
    display: block !important;
  }

  #chat-bot-launcher-container #chat-bot-avatar-text {
    max-width: 190px;
  }
  #chat-bot-message-container #chat-bot-message-close {
    opacity: 1;
  }
}
#chat-bot-launcher-container.chat-bot-launcher-left
  #chat-bot-avatar-text:before {
  left: -15px;
  border-color: transparent #fff transparent transparent;
}

#chat-bot-message-container {
  font-family: 'Open Sans', sans-serif;
  position: fixed;
  font-size: 16px !important;
  font-weight: 400 !important;
  max-width: 250px;
  margin-right: -5px;
  bottom: 0;
  opacity: 0;
  background-color: #fff0;
  color: #1e2235 !important;
  right: 20px;
  bottom: 85px;
  z-index: -1;
  width: max-content;
}

#chat-bot-message-container.message-hide {
  display: none;
}
#chat-bot-message-container.slide-in {
  animation: scale-in-br 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* animation-delay: 1s; */
}

#chat-bot-message-container.chat-bot-message-left {
  left: 20px;
  margin-left: -5px;
}
#chat-bot-message-container.chat-bot-message-center {
  position: absolute;
  width: max-content;
  height: 100%;
  right: 0;
  top: 75px;
  margin-right: 0;
}
#chat-bot-message-container .overflow {
  max-height: 80vh;
  overflow-y: auto;
}

#chat-bot-message-container.chat-bot-message-center .overflow {
  height: 40vh;
  overflow-y: auto;
}

#chat-bot-message-container .chat-bot-message-label {
  padding: 16px;
  margin: 0 5px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #e1e6f9, 0px 2px 4px rgba(0, 17, 119, 0.02),
    0px 4px 15px rgba(0, 17, 119, 0.02);
  border-radius: 9px !important;
  background-color: #ffffff;
  border-color: #e1e6f9 !important;
}

#chat-bot-message-container .text-rtl {
  direction: rtl;
  text-align: right !important;
}

#chat-bot-message-container .chat-bot-message-label img {
  width: 100% !important;
  vertical-align: bottom;
  margin-bottom: 6px;
}
#chat-bot-message-container .chat-bot-message-label iframe {
  width: 100% !important;
}

#chat-bot-message-container .chat-bot-button-wrapper {
  overflow-x: hidden;
  text-align: right;
}
#chat-bot-message-container.chat-bot-message-left .chat-bot-button-wrapper {
  text-align: left;
}
#chat-bot-message-container .chat-bot-button-wrapper.spacing {
  padding-bottom: 6px;
  padding-top: 2px;
}
#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-contact {
  border-color: #e1e6f9 !important;
  color: #1e2235 !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 10px 15px 8px 36px !important;
  box-shadow: inset 0 0 0 1px #e1e6f9, 0px 2px 4px rgba(0, 17, 119, 0.02),
    0px 4px 15px rgba(0, 17, 119, 0.02);
  margin: 5px;
  margin-bottom: 0;
  border-radius: 1.3em;
  transition: width 2s;
  word-break: break-word;
  line-height: 20px;
  background-color: #ffffff;
  letter-spacing: 0.02em;
  transition: background 0.2s linear, transform 0.2s, box-shadow 0.2s linear;
}

#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-contact.dark {
  /* display: flex; */
  color: #f6f8ff !important;
  padding: 8px 20px 8px 36px !important;
  box-shadow: inset 0 0 0 1px transparent;
  transition: background 0.2s linear, box-shadow 0.2s linear;
}

#chat-bot-message-container
  .chat-bot-button-wrapper
  .chat-bot-contact.dark:hover {
  /* background: #171827; */
  box-shadow: inset 0 0 0 1px transparent, 0px 2px 4px rgba(0, 17, 119, 0.14),
    0 6px 10px rgba(0, 17, 119, 0);
}

#chat-bot-message-container
  .chat-bot-button-wrapper
  .chat-bot-contact
  .chat-bot-contact-img {
  width: 16px !important;
  height: 16px !important;
  background-size: 18px;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  top: 12px;
  margin: 0 !important;
  min-height: 0 !important;
}

#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-contact.rtl {
  direction: rtl;
  text-align: right;
  padding: 10px 36px 8px 15px !important;
}
#chat-bot-message-container
  .chat-bot-button-wrapper
  .chat-bot-contact.rtl
  .chat-bot-contact-img {
  right: 12px;
}

#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-option {
  border-color: #e1e6f9 !important;
  color: #1e2235 !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 10px 15px 8px 32px !important;
  box-shadow: inset 0 0 0 1px #e1e6f9, 0px 2px 4px rgba(0, 17, 119, 0.02),
    0px 4px 15px rgba(0, 17, 119, 0.02);
  margin: 5px;
  margin-bottom: 0;
  border-radius: 1.3em;
  transition: width 2s;
  word-break: break-word;
  line-height: 20px;
  background-color: #ffffff;
  letter-spacing: 0.02em;
  transition: background 0.2s linear, transform 0.2s, box-shadow 0.2s linear;
  text-align: left;
}

#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-option ::before {
  content: '';
  background-color: #e1e1e1;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 12px;
  top: 14px;
  border-radius: 50%;
  transition: background 0.2s linear;
}

@keyframes scale-in-br {
  0% {
    transform: translateY(4%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-contact.dark {
  background-color: #38b6ff;
  color: #FFFFFF !important;
}
#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-contact.dark:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jYWxlbmRhciI+PHJlY3QgeD0iMyIgeT0iNCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMiIgcnk9IjIiPjwvcmVjdD48bGluZSB4MT0iMTYiIHkxPSIyIiB4Mj0iMTYiIHkyPSI2Ij48L2xpbmU+PGxpbmUgeDE9IjgiIHkxPSIyIiB4Mj0iOCIgeTI9IjYiPjwvbGluZT48bGluZSB4MT0iMyIgeTE9IjEwIiB4Mj0iMjEiIHkyPSIxMCI+PC9saW5lPjwvc3ZnPg==);
  width: 16px;
  position: absolute;
  left: 15px;
  background-position: center;
  top: 9.5px;
  height: 16px;
  background-size: 13px;
  background-repeat: no-repeat;

}
}
#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-contact:hover {
  box-shadow: inset 0 0 0 1px #38b6ff,
  0px 2px 4px rgba(0, 17, 119, 0.02),
  0px 4px 15px rgba(0, 17, 119, 0.02);
}
#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-option:hover {
  box-shadow: inset 0 0 0 1px #38b6ff,
  0px 2px 4px rgba(0, 17, 119, 0.02),
  0px 4px 15px rgba(0, 17, 119, 0.02);
}
#chat-bot-message-container .chat-bot-button-wrapper .chat-bot-option:hover ::before {
  background-color: #38b6ff !important;
}

