* {
    margin:0;
    padding:0;
}

html,body,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    margin:0;
    padding:0;
}

html,body,html {
    height:100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,.show-desktop {
    display:block;
}

.none,.hide-desktop,ul.slimmenu li .sub-collapser > i {
    display:none;
}

.clearfix:after,#container:after,.widget-wrapper:after,.clear {
    clear:both;
}

body {
    -moz-font-smoothing:antialiased;
    -webkit-font-smoothing:antialiased;
    background:#f5f5f5;
    color:#333;
    font-family:arial,sans-serif;
    font-size:14px;
    font-smoothing:antialiased;
    line-height:1.5em;
    text-rendering:optimizeLegibility;
}

ol,ul {
    list-style:none;
}

blockquote,q {
    quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

button,input,select,textarea {
    border: 1px solid #ccc;
    font-size: 100%;
    margin: 0;
    overflow: visible;
    padding: 5px 7px;
    vertical-align: baseline;
    width: 85%;
    font-family: inherit;
}

input[type=checkbox] {
    width: auto;
}

textarea {
    overflow:auto;
    vertical-align:text-top;
    height:100px;
}

a {
    text-decoration:underline;
    color:#0000F1;
}

a:hover{
    text-decoration:none;
}

a:hover,a:visited,a:focus {
    outline:0;
    color:#551B8C;
}

a:visited,a:focus {
    text-decoration:underline;
    color:#0000F1;
}

a.current {
	text-decoration: none;
	font-weight: bold;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 32px;
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 28px;
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 22px;
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

hr {
background:#ddd;
border:none;
clear:both;
color:#ddd;
float:none;
height:1px;
width:100%;
}

hr.space {
background:#fff;
color:#fff;
}

p {
word-wrap:break-word;
margin:0;
}

i,em,dfn,cite {
font-style:italic;
}

tt,var,pre,kbd,samp,code {
font-family:monospace, serif;
font-style:normal;
}

b,strong {
font-weight:700;
}


.pagination {
  display: inline-block !important;
}

.pagination {
  display: inline-block !important;
  margin-top: 8%;
}

.grid {
    float:left;
    margin-bottom:1.5%;
    padding-top:0;
}

.grid-right {
    float:right;
    margin-bottom:1.5%;
    padding-top:0;
}

.hidden {
    visibility:hidden;
}

.visible {
    visibility:visible;
}

#container {
    clear: both;
    /*margin: 0 auto;*/
    max-width: 1024px;
    padding: 0 20px;
    position: relative;
    display: block;
    vertical-align: middle;
    box-sizing: border-box;
}

#container.header,
#auth.header {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: max-content;
    padding-left: 20px;
}

header {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    display: table;
    box-sizing: border-box;
}

#logo {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    width: 201px;
}
#logo img {
    width: 100%;
}
.m {
    display: none;
}
.left {
    float:left;
}

.right {
    float:right;
}

.center {
    text-align:center;
}

.clearfix:after,.clearfix:before,#container:after,#container:before,.widget-wrapper:after,.widget-wrapper:before {
    content:' ';
    display:table;
}

.ie7 .clearfix,.ie7 #container,.ie7 .widget-wrapper {
    zoom:1;
}

#container.body .content-wrapper {
    display: table;
    width: 100%;
    box-sizing: border-box;
}
#container.body .sidebar-left,
#container.body .sidebar-right,
#container.body .content {
    display: table-cell;
    vertical-align: top;
    padding: 5px;
    box-sizing: border-box;
}

#container.body .sidebar-right {
    width: 250px;
}
#container.body .sidebar-left {
    width: 195px;
}

.search-form-and-auth {
    display: inline-table;
    width: 100%;
    box-sizing: border-box;
}

.search-form {
    max-width: 725px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.search-form.middle {
    display: block;
    max-width: none;
}

.search-form .search-field {
    width: 99%;
}

.search-form .search-auth {
    text-align: right;
}

.search-form input[type="text"] {
    border-color: #0252a9;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8) inset;
    /*float: left;*/
    height: 46px;
    width: 100%;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    outline: none;
    font-size: 1.1rem;
}

body.has-query .search-form.middle,
body.no-query .search-form.middle {
    display: none;
}

.eg-no-query {
    min-height: 100px;
    display: block;
}

body.has-query .eg-no-query {
    display: none;
}

.st-login-register-ui {
  border-radius: 18px;
}

.m.search .search-form {
    float: none;
    width: 100%;
    box-sizing: border-box;
}

.m.search .search-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}


.button {
  cursor: pointer;
  font-size: 20px;
  height: 45px;
  width: auto;
  padding: 0 40px;
  text-decoration:none;
}
.box-buttons .primary-button {
  font-size: 12px;
  padding: 0 10px;
}
.primary-button, .primary-button:visited {
  background-color: #3ca3e8;
  border-color: #3ca3e8;
  color: #ffffff;
  font-size: small;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight:bold;
}

.primary-button:hover {
  background-color: #2881C1;
  border-color: #2881C1;
  color: #fff;
  text-decoration:none;
}
p.label {
  color: #2881c1;
  font-size: small;
  font-weight: bold;
  line-height: normal;
}
.space60 {
  clear: both;
  display: block;
  float: left;
  margin: 60px 0;
  width: 100%;
}
.sidebar-left {
  text-align: right;
}
.sidebar-left .primary-button, .sidebar-left .primary-button:visited {
background-color: #56a2dc;
border-color: #56a2dc;
color: #ffffff;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 35px;
line-height: 35px;
margin: 5px 0;
padding: 0 15px;
}
.helplinks {
  float: right;
  line-height: 1.4;
  max-width: 145px;
  margin-top: 30px;
}
.sidebar-left .primary-button:hover, .sidebar-left .primary-button:visited {
background-color: #2881C1;
border-color: #2881C1;
color: #ffffff;
}
.searchrows {
/*float: left;
width: 68%;*/
box-sizing: border-box;
padding-right: 10px;
}
.sidebar-right {
  padding: 10px 0;
  width: 248px;
  box-sizing: border-box;
}

.searchrow {
    display: table-row;
	margin-top: 10px;
	margin-bottom: 10px;
}

.searchrow-checkbox {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    width: 20px;
}

.searchrow-checkbox input,
.toggle-checkboxes input {
    transform: scale(1.5);
}

.toggle-checkboxes {
    display: block;
    margin-bottom: 15px;
}

.toggle-checkboxes input {
    margin-right: 10px;
}

.searchrow-data {
    display: table-cell;
    vertical-align: top;
}

.table {
    display: table;
    box-sizing: border-box;
}

.table.width-100 {
    width: 100%;
}

.table .table-cell {
    display: table-cell;
}

.table .table-cell.vertical-align-middle {
    vertical-align: middle;
}


.search-form .primary-button {
    background-color: #fff;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    /*float: left;*/
    height: 46px;
    margin-left: 0;
    padding: 0;
    text-indent: -9999px;
    width: 46px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
    

.search-form .table-cell.search-button {
    width: max-content;
}

.search-form a.login-button {
    text-decoration: none;
    color: white;
    background: #3ca3e8;
    padding: 14px;
    border-radius: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    display: flex;
    justify-content: center;
    width: 40px;
    padding-bottom: 12px;
    cursor: pointer;
}

.searchrow.internal {
	background-color: #EDF7FF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.searchrow h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}
.searchinfo {
    clear: both;
    color: #545454;
    display: block;
    font-size: small;
    line-height: 18px;
    margin-top:2px;
}
.green-link {
    color: #388b64;
    text-decoration: none;
}
.searchinfo li {
    display: inline-block;
    margin-right: 1px;
}
.searchrow {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.pagination .button.small-button {
    background-color: #56a2dc;
    border-color: #56a2dc;
    font-size: small;
    font-weight: bold;
}
.pagination .button.small-button:hover {
    background-color: #2881C1;
    border-color:#2881C1;
}
.blue-box {
    background-color: #cae1f1;
    display: block;
    float: left;
    font-size: small;
    line-height: 1.4;
    margin: 10px 0 0;
    padding: 20px;
}
.blue-box p.label {
    font-weight: normal;
    margin: 5px 0;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.stext {
    float: left;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.stext .primary-button {
    display: block;
    float: none;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 20px auto;
    padding: 0;
    width: 70px;
}
.pagination li {
    display: inline-block;
    margin: 4px;
}
.button.small-button {
    border-radius: 5px;
    float: none;
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 6px 8px;
}
.footer {
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer li {
    display: inline-block;
    margin: 1px;
}
.copyright {
     margin-top: 20px;
}

.box-buttons .primary-button {
    font-size: 12px;
    padding: 0 10px;
}





.m-l-10 {
  margin-left: 10px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-60 {
  margin-left: 60px;
}

.m-l-70 {
  margin-left: 70px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-l-90 {
  margin-left: 90px;
}

.m-l-100 {
  margin-left: 100px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-t-90 {
  margin-top: 90px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-r-60 {
  margin-right: 60px;
}

.m-r-70 {
  margin-right: 70px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-r-90 {
  margin-right: 90px;
}

.m-r-100 {
  margin-right: 100px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-90 {
  margin-bottom: 90px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.ui-widget-content {
	background-color: #c7edfc;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background-color: #a8d6e5;
	color: #000;
	border: 1px solid #a8d6e5;
}

.content .video {
    margin-bottom: 15px;
    height: 420px;
    text-align: center;
}

.sidebar-right .adv{
  background-color: rgba(255, 255, 255, 0.5);
  /* width: calc(100% - calc(4.8rem * 2)); */
  width: 200px;
  padding: 1rem;
  box-sizing: border-box;
  /* margin-bottom: 2.2rem; */
  display: flex;
  flex-direction: column;
  border-radius: 1.7rem;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
  transform: translateY(-1rem);
  backdrop-filter: blur(1.5rem);
}

.sidebar-right .adv img {
    max-width: 100%;
    height: auto;
}

.sidebar-right .adv .img-icon {
    max-width: 60px;
}

/* Chat GPT */
.ChatGptRes, .search-summary {
    background-color: #FFFFFF;
    margin-left: 0px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #00000052;
    display: none;
    box-sizing: border-box;
    margin-top: 0px;
    min-height: 100px;
}

.ChatGptRes a:link u,
.ChatGptRes a:visited u,
.ChatGptRes a:hover u,
.search-summary a:link u,
.search-summary a:visited u,
.search-summary a:hover u {
    color: #2e8fe8;
}

.ChatGptRes a:link b,
.ChatGptRes a:visited b,
.ChatGptRes a:hover b,
.ChatGptRes a.from-b:link,
.ChatGptRes a.from-b:visited,
.ChatGptRes a.from-b:hover,
.search-summary a:link b,
.search-summary a:visited b,
.search-summary a:hover b,
.search-summary a.from-b:link,
.search-summary a.from-b:visited,
.search-summary a.from-b:hover {
    text-decoration: none;
    color: #ff7900;
}

.ChatGptRes.auto-summary,
.search-summary.auto-summary {
    position: relative;
}

.search-summary.visible {
    display: block;
}

.search-summary.hidden {
    display: none;
}

.search-summary.collapsed {
    height: 100px;
    overflow-y: hidden;
    position: relative;
}

.ChatGptRes.collapsed::after,
.search-summary.collapsed::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(0, #fff, #fff3);
    display: block;
    text-align: center;
    line-height: 150px;
    width: 100%;
    content: 'Click here to expand';
    cursor: pointer;
}

.search-summary.loading::after {
    content: '';
}

.conversationStyles {
    display: table;
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
}

.conversationStyles .actions,
.conversationStyles .conversationBtn {
    display: table-cell;
    float: none;
}

.conversationStyles .actions {
    text-align: right;
}

.conversationStyles .actions img {
    width: 22%;
    box-sizing: border-box;
}

.conversationStyles .conversationBtn img {
    width: 30%;
    box-sizing: border-box;
}

.egbubble {
    height: auto;
    border-radius: 30px;
    padding-right:20px;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center; 
    background-color: #f9f9fb; 
    border-radius: 12px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.egbubble.button {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none;
}

.egbubble .summarize-image {
    max-width: 160px; 
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
    display: inline;
}

.egbubble.hidden {
    display: none;
}

.egbubble .summarize-button {
    background: linear-gradient(to right, #4F46E5, #6366F1);
    color: white;
    font-weight: 600;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.egbubble.button .summarize-button .base-summary,
.egbubble.button .summarize-button .deep-summary {
    display: none;
}

.egbubble.button.base .summarize-button .base-summary,
.egbubble.button.deep .summarize-button .deep-summary {
    display: inline-block;
}

.egbubble .sumarize-button:hover {
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
}

.eg-error-message-placeholder {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.eg-error-message {
    padding: 10px;
    background-color: #f58a8a;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.2rem;
}   

.eg-error-message-close {
    position: absolute;
    right: 3px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    border-radius: 11px;
    border: 1px solid #555;
    text-align: center;
    cursor: pointer;
}

.content .eg-progress {
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin: 0 auto;
    border-radius: 15px;
    z-index: auto;
}

.content .eg-progress > .eg-progress-info {
    display: inline-table;
    width: auto;
    margin: 0 auto;
}

.content .eg-progress-info > div {
    display: table-cell;
    vertical-align: middle;
}

.content .eg-progress .eg-progress-icon .eg-progress-icon-animation {
    width: 30px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #5da4d6;
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: loader-animation 1.4s infinite linear;
}


.eg-how {
  position: fixed;
  z-index: 60;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  width: min(620px, calc(100vw - 36px));
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #D9E1EC;
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(10, 27, 51, .22);
  padding: 22px 24px 18px;
  text-align: left;
}
.eg-how[hidden] { display: none; }
.eg-how img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 14px;
  box-shadow: none;
  max-width: none;
}
.eg-how h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #0A1B33;
  margin: 0 0 6px;
}
.eg-how p {
  font-size: 14px;
  line-height: 1.55;
  color: #4B5C78;
  margin: 0 0 8px;
}
.eg-how p:last-child { margin-bottom: 0; }
.eg-how h4 + p { margin-top: 0; }
.eg-how h4:not(:first-of-type) { margin-top: 18px; }
.eg-how b { color: #0A1B33; }
.eg-how-close {
  position: absolute;
  top: 7px;
  right: 9px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 23px;
  line-height: 1;
  color: #7C8CA5;
  cursor: pointer;
  border-radius: 7px;
}
.eg-how-close:hover { background: #F1F4F9; color: #0A1B33; }


.eg-how-link {
  display: inline-block;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  color: #1466D6;
  background: none;
  border: 0;
  padding: 2px 4px;
  margin-bottom: 4px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.egbubble .summarize-button {
  background: #D46203 !important;
  background-image: none !important;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  padding: 15px 26px !important;
  width: 100% !important;
  max-width: 400px !important;
  box-sizing: border-box !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 16px rgba(212, 98, 3, .26) !important;
  margin: 12px auto 2px !important;
  display: block !important;
}

/* Their stylesheet has a typo: ".sumarize-button:hover" is missing an r,
   so the hover state has never fired. This is the corrected selector.      */
.egbubble .summarize-button:hover,
.egbubble .summarize-button:focus {
  background: #BF5A02 !important;
  box-shadow: 0 8px 20px rgba(212, 98, 3, .36) !important;
}
.egbubble .summarize-button:active { transform: translateY(1px); }


.eg-deep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 400px;
  margin: 14px auto 0;
  padding: 11px 14px 10px;
  background: #F1F5FB;
  border: 1px solid #E1E8F2;
  border-radius: 10px;
  text-align: center;
}
.eg-deep .toggle-btn {
  width: 44px !important;
  height: 24px !important;
  margin: 0 !important;
  background-color: #B4BFCE !important;
  background-image: none !important;    /* the stock X and tick are pinned to 50px */
  border-radius: 999px !important;
  flex: none !important;
}
.eg-deep .toggle-btn.active { background-color: #1466D6 !important; }
.eg-deep .toggle-btn .round-btn {
  width: 18px !important;
  height: 18px !important;
  left: 3px !important;
  top: 3px !important;
  margin-top: 0 !important;
}
.eg-deep .toggle-btn.active .round-btn { left: 23px !important; }
.eg-deep .toggle-btn:has(.cb-value:focus-visible) {
  outline: 2px solid #E8730D !important;
  outline-offset: 2px !important;
}

.eg-deep-label {
  font-size: 14px;
  font-weight: 700;
  color: #0A1B33;
  cursor: pointer;
  line-height: 1.2;
}
.eg-pro {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #D46203;
  border-radius: 999px;
  padding: 3px 7px;
  line-height: 1.3;
}
.eg-deep-sub {
  width: 100%;
  margin: 2px 0 0 !important;
  font-size: 12px;
  line-height: 1.45;
  color: #6B7C99;
}

/* locked, for members without Pro. Shown and disabled, never hidden:
   a feature you can see is a better case for upgrading than one you cannot. */
.eg-deep.is-locked .toggle-btn { background-color: #CBD3DF !important; cursor: not-allowed !important; }
.eg-deep.is-locked .eg-deep-label { color: #6B7C99; cursor: not-allowed; }
.eg-deep-upsell {
  display: none;
  width: 100%;
  margin: 4px 0 0 !important;
  font-size: 12px;
  line-height: 1.45;
  color: #A85400;
  font-weight: 600;
}
.eg-deep.is-locked.show-upsell .eg-deep-upsell { display: block; }
.eg-deep-upsell a { color: #A85400; }

/* the honest warning, only while deep is on */
.eg-deep-note {
  display: none;
  max-width: 400px;
  margin: 8px auto 0 !important;
  font-size: 12px;
  line-height: 1.45;
  color: #6B7C99;
}
.eg-deep-note.is-on { display: block; }

/* --- 6. Unchecked rows should look cut -----------------------------------
   Pure CSS, no JavaScript. :has() is supported in every current browser.
   An empty checkbox alone is too quiet to show what was excluded.          */
.searchrow:has(.searchrow-checkbox input[type="checkbox"]:not(:checked)) {
  background-color: #FFF7EF !important;
  border-left: 4px solid #E8730D !important;
  padding: 8px 0 8px 10px !important;
  box-sizing: border-box !important;
  border-radius: 0 6px 6px 0 !important;
}
.searchrow:has(.searchrow-checkbox input[type="checkbox"]:not(:checked)) h3 a {
  text-decoration: line-through !important;
  text-decoration-color: #E8730D !important;
  text-decoration-thickness: 2px !important;
  color: #8B95A5 !important;
}
.searchrow:has(.searchrow-checkbox input[type="checkbox"]:not(:checked)) .green-link,
.searchrow:has(.searchrow-checkbox input[type="checkbox"]:not(:checked)) .searchinfo,
.searchrow:has(.searchrow-checkbox input[type="checkbox"]:not(:checked)) .site-desc p {
  color: #98A2B3 !important;
}


/* HTML: <div class="loader"></div> */
@keyframes loader-animation {to{transform: rotate(1turn)}}


@media (max-width:1100px){
}

/* Responsive Media */
@media (max-width:1000px){
}

@media (max-width:980px){
    header {
        margin: 0 0 20px;
        padding-top: 20px;
	}

	header .m.sidebar-left {
		display: none;
	}

    #container {
        padding: 0px 10px;
    }
	#container.body .sidebar-left {
	  display: none;
	}
	.m.sidebar-left {
        display: block;
        float: none;
        margin: 20px auto 30px;
        text-align: center;
        width: 50%;
	}
	.blue-box {
        float: left;
        padding: 20px 0;
        width: 100%;
	}
	.m .helplinks {
	    margin-top: 20px;
	}
	.m.sidebar-left p.label {
        display: inline-block;
        float: none;
        margin-right: 5px;
	}
	.helplinks {
        clear: both;
        float: none;
        margin: auto;
        max-width: 100%;
        text-align: center;
	}
	.content {
	  width: 100%;
	}
	.mbshadow {
	  border-top: 1px solid #ccc;
	  float: left;
	  position: absolute;
	  top: 25%;
	  width: 100%;
	}
	.pagination {
	  clear: both;
	  text-align: center;
	}
	.footer {
	  text-align: center;
	}
	.adv {
	  /*display: none;*/
	  margin: 0 auto;
	  text-align: center;
	}

    .sidebar-right .adv{
        background-color: rgba(255, 255, 255, 0.5);
        /* width: calc(100% - calc(4.8rem * 2)); */
        max-width: 480px;
        padding: 1rem;
        /* margin-bottom: 2.2rem; */
        display: flex;
        flex-direction: column;
        border-radius: 1.7rem;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
        transform: translateY(-1rem);
        backdrop-filter: blur(1.5rem);
    }
	.m.search {
	  clear: both;
	  margin-top: 10px;
      margin-bottom: 30px;
	  width: 100%;
	  display: block;
      box-sizing: border-box;
      margin-left: auto; 
      margin-right: auto;
	}

    .m.search .search-form {
        margin: 0 auto;
    }

	.box-content {
	  margin: 0 auto;
	  max-width: 50%;
	}
	.stext {
	  display: none;
	}

    .content .video {
        height: 420px;
    }
}

@media (max-width: 920px) {
}

@media (max-width: 800px) {
}

@media (max-width:650px){
    .search-form {
        width: 100%;
        max-width: none;
    }

    .search-form input[type="text"] {
      /*width: 60%;*/
    }

    .m.search .search-form input[type="text"] {
    }


    .m.sidebar-left {
      /*width: 60%;*/
    }

    .content .video {
        height: 340px;
    }

    #logo img {
        width: 70%;
    }

    #logo, #container {
        display: block;
        width: auto;
    }

    #logo {
        text-align: center;
        margin-bottom: 10px;
    }

    #container.header {
        display: block;
        padding: 0px;
        width: 100%;
    }

    .search-form {
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 480px){

  .st-login-register-ui {
    width: 315px !important;
    left: 53% !important;
  }

  .st-login-register-close {
    left:44% !important;
  }

  .st-login-register-ui input[type=text],
  .st-login-register-ui input[type=password] {
    width: 258px !important;
  }

  st-privacy-policy-wrapper button,
  .st-login-register-ui input[type=submit] {
    border-radius: 10px;
  }

  #container.header {
    padding: 0px;
    width: 100%;
  }
    .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .m.sidebar-left {
      /*width: 75%;*/
    }
    .box-content {
       max-width: 60%;
    }

    .content .video {
        height: 300px;
    }
}

@media (max-width:414px){
  #container.header {
    padding: 0px;
    width: 100%;
  }

    .search-form {
    }
    .search-form input[type="text"] {
       /*width: 60%;*/
    }
    .m.sidebar-left {
      width: 90%;
    }
    .m.search-form input[type="text"], .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .content .video {
        height: 240px;
    }

    .conversationStyles {
        display: block;
    }

    .conversationStyles .conversationBtn,
    .conversationStyles .actions {
        display: block;
        text-align: left;
    }
}

@media (max-width:375px){
    .search-form input[type="text"] {
       /*width: 80%;*/
    }
    .m.search-form input[type="text"], .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .content .video {
        height: 200px;
    }
}

@media (max-width:360px){
    .m.search-form input[type="text"], .search-form input[type="text"] {
      /*width: 60%;*/
    }
    .m.sidebar-left {
      width: 90%;
    }
    .searchrows {
      padding: 0 20px;
    }
    .m.sidebar-left p.label {
      display: block;
    }
}


@media only screen and (max-width:480px){
    #container.body .content, #container.body .sidebar-right{
        width:100%;  
        float:left;
    }

    .sidebar-right .adv {
        width: 100%;
    }
}


@media only screen and (max-width:480px){
#ui-id-1{
    width:277px !important;
}
.searchrow{
   width: 100%;
}
}

@media only screen and (max-width:375px){
#ui-id-1{
    width:250px !important;
}
}

@media only screen and (max-width:360px){
#ui-id-1{
    width:238px !important;
}
}

@media only screen and (max-width:360px){
#ui-id-1{
    width:215px !important;
}
}


@media only screen and (max-width:480px){
  #container { width:100%; }
    .searchrow{
	   width: 100%;
        /*padding-right: 10%;*/
	}
	.searchrow h3{
		font-size: 18px;
	}
	.green-link{
		font-size: 14px;
	}
	.site-desc p{
		font-size: 14px;
	}
	.searchrow h3 a{
		line-height: 22px;
	}
  }
  
@media only screen and (max-width:414px){
/*#container { width:414px; }*/
}

@media only screen and (max-width:390px){
/*#container { width:390px; }*/
}

@media only screen and (max-width:375px){
/*#container { width:375px; }*/
}

@media only screen and (max-width:360px){
/*#container { width:360px; }*/
}

@media only screen and (max-width:320px){
/*#container { width:320px; }*/
}

@media (min-width: 768px) {
    .egbubble {
    }
}
