<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Manoj Singh (manoj@scholarlms.com)
Template: Avada
*/

@import url("../Avada/style.css");

form{
	/*border: 1px solid #DDD;
	background-color: #F5F5F5;
	border-radius: 4px;*/
	/*padding: 30px;  //Conflicting with Bettersearch live search commented by Mithilesh SLMS-3578
	overflow: hidden;*/
}

form input[type=text], form input[type=textarea], form input[type=password]{
	width: 100%;
	height: 40px;
	border: 1px solid #DDD;
	border-radius: 4px;
	padding: 0px 10px;
	font: 100% Arial, Helvetica, sans-serif;
}

form input[type=submit]{
	margin-top: 20px;
	width: 100%;
    	padding: 10px 0px;
}

.tml-action-links{
    list-style-type: none;
    margin: 0;
    padding: 0 30px;
    text-align: left;
}

.tml-action-links li {
    display: inline;
}
/* ----------511----------- */

/* .tml-action-links li + li::before {
    content: " | ";
} */

.tml .tml-submit-wrap input {
    width: 100%;
}

.tml .tml-action-links {
    padding: 0 30px;
}

.tml {
    max-width: 100%;
}

#theme-my-login1 &gt; ul &gt; li{
  border: none;

  float: left;
  line-height: 1;
  list-style: none;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
}

#theme-my-login1 &gt; ul &gt; li:nth-child(1){
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#theme-my-login1 &gt; .tml-action-links {
    padding: 30px;
}

#resetpassform &gt; p.description.indicator-hint{
	width: 50%;
}
/* ----------511----------- */


.slms-without-ocr p ,.slms-ocr p {
	margin-top: 0;
	margin-bottom: 0px !important;
}

.grey .slms-icon{
	display: none;
}
.grey p,.grey span:not(.cpn){
	color: #B5B3B3 !important;
}
.grey .fusion-button,.frm_e .fusion-button{
	background: #B5B3B3 !important;
	color: #FFFFFF!important;
}

.grey .fusion-button &gt; span,.frm_e .fusion-button &gt; span{
	color: #FFFFFF!important;
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-date {
    font-size: 16px !important;
    height: 40px !important;
    color: #969696 !important
}
.wpcf7-select-parent &gt; .select-arrow{height: 38px !important; width: 38px !important; line-height: 38px !important;}
.wpcf7-select-parent .wpcf7-select {height: 40px !important; font-size: 16px !important; padding: 8px 2% !important;}
.wpcf7-form textarea {font-size: 16px !important; }

.greenp{
  background-color: #7FFFD4;
  padding: 14px;
}

.ticket-display-notif{
    display: inline-block;
    background-color: #d54e21;
    color: #fff;
    font-size: 9px;
    line-height: 17px;
    font-weight: 600;
    margin: 1px 0 0 2px;
    vertical-align: top;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    z-index: 26;
}

.ticket-display-notif-count{
	display: block;
    padding: 0 6px;
}


.ticket-display-notif-container {
  box-shadow: 0px 0px 0px 5px rgba(9, 9, 9, 0.11);
}



.ticket-display-notif-counter {
  box-sizing: border-box;
  font-family: 'Trebuchet MS', sans-serif;
  background: #ff0000;
  cursor: default;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  height: 30px;
  letter-spacing: -1px;
  line-height: 1.55em;
  top: -15px;
  left: 100px;
  border: 3px solid #fff;
  position: absolute;
  text-align: center;
  width: 30px;
  box-shadow: 1px 1px 5px rgba(0,0,0, .2);
}
.ticket-display-notif-counter:after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  border: 2px solid rgba(255,0,0,.5);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

#ticket_notif li {
    display: inline;
}

#slms-loading-overlay {
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

#slms-loading-overlay img{
position: absolute;
top: 50%;
left: 50%;
}

select#plans_currency {
    margin: 0;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 56px;
    height: 25px !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    border: #005c90 1px solid !important;
    color: #005c90 !important;
    padding: 0;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label#plans_currency_label {
  position:relative;
  line-height: 83px;
}
label#plans_currency_label:after {
    content:"\f0d7";   
    font-family: "FontAwesome";
    font-size: 11px;
    color:#005c90;
    right:8px; top:4px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
    line-height: 18px;
}
label#plans_currency_label:before {
    content: '';
    right: 1px;
    top: 0px;
    width: 18px;
    height: 23px;
    background: #ffffff;
    position: absolute;
    pointer-events: none;
    display: block;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

@-moz-document url-prefix() {
    label#plans_currency_label:before {
        top: 1px;
    }
}

.fusion-sticky-shadow label#plans_currency_label {
  line-height: 62px;
}

/* toggle*/

.can-toggle {
  position: relative;
}
.can-toggle *,
.can-toggle *:before,
.can-toggle *:after {
  box-sizing: border-box;
}
.can-toggle input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  pointer-events: none;
}
.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch-olc , .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch-yr{
  opacity: 0.4;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-olc:before, .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-yr:before {
  content: attr(data-unchecked);
  left: -5px;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-olc:after, .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-yr:after {
  content: attr(data-checked);
}
.can-toggle label {
  user-select: none;
  position: relative;
  display: inherit;
  align-items: center;
  text-align:center;
  font-size: 14px;
}

.can-toggle label .can-toggle__switch-olc, 
.can-toggle label .can-toggle__switch-yr {
  position: relative;
}
.can-toggle label .can-toggle__switch-olc:before ,
.can-toggle label .can-toggle__switch-yr:before {
  content: attr(data-checked);
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
}
.can-toggle label .can-toggle__switch-olc:after, 
.can-toggle label .can-toggle__switch-yr:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-transform: uppercase;
  text-align: center;
  background: white;
  transform: translate3d(0, 0, 0);
}
.can-toggle input[type="checkbox"][disabled] ~ label {
  color: rgba(119, 119, 119, 0.5);
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch-olc, 
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch-olc,
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch-yr, 
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch-yr {
  background-color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch-olc:after, 
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch-yr:after,
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch-yr:after{
  color: #5e5e5e;
}
.can-toggle input[type="checkbox"]:hover ~ label {
  color: #6a6a6a;
}
.can-toggle input[type="checkbox"]:checked ~ label:hover {
  color: #55bc49;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-olc,
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-yr {
  background-color: #70c767;
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-yr:after {
  color: #4fb743;
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-olc, 
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-olc, 
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-yr, 
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-yr {
  background-color: #5fc054;
}

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-yr:after, 
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-yr:after {
  color: #47a43d;
}

.can-toggle label .can-toggle__switch-olc,
.can-toggle label .can-toggle__switch-yr {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #848484;
}
.can-toggle label .can-toggle__switch-olc:before,
.can-toggle label .can-toggle__switch-yr:before {
  color: rgba(255, 255, 255, 0.5);
}
.can-toggle label .can-toggle__switch-olc:after,
.can-toggle label .can-toggle__switch-yr:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #777;
}
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch-olc:after, 
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch-yr:after, 
.can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch-yr:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch-yr:after {
  transform: translate3d(65px, 0, 0);
}
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-olc:after,
.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-yr:after,
.can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-yr:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle label .can-toggle__switch-olc,
.can-toggle label .can-toggle__switch-yr {
    height: 36px;
    border-radius: 4px;
    width: 134px;
    margin: auto;
    margin-top: 10px;
}
.can-toggle label .can-toggle__switch-olc:before,
.can-toggle label .can-toggle__switch-yr:before {
  left: 67px;
  font-size: 12px;
  line-height: 36px;
  width: 67px;
  padding: 0 12px;
}
.can-toggle label .can-toggle__switch-olc:after,
.can-toggle label .can-toggle__switch-yr:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 65px;
  line-height: 32px;
  font-size: 12px;
}
.can-toggle label .can-toggle__switch-olc:hover:after,
.can-toggle label .can-toggle__switch-yr:hover:after {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch-olc:after, 
.can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch-olc:after,
.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch-yr:after, 
.can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch-yr:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch-olc:after,
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch-yr:after {
  transform: translate3d(44px, 0, 0);
}
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-olc:after, 
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-olc:after,
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-yr:after, 
.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-yr:after  {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-small label {
  font-size: 13px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch-olc,
.can-toggle.can-toggle--size-small label .can-toggle__switch-yr {
  height: 28px;
  flex: 0 0 90px;
  border-radius: 2px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch-olc:before,
.can-toggle.can-toggle--size-small label .can-toggle__switch-yr:before  {
  left: 45px;
  font-size: 10px;
  line-height: 28px;
  width: 45px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch-olc:after,
.can-toggle.can-toggle--size-small label .can-toggle__switch-yr:after {
  top: 1px;
  left: 1px;
  border-radius: 1px;
  width: 44px;
  line-height: 26px;
  font-size: 10px;
}
.can-toggle.can-toggle--size-small label .can-toggle__switch-olc:hover:after,
.can-toggle.can-toggle--size-small label .can-toggle__switch-yr:hover:after {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch-olc:after, 
.can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch-olc:after,
.can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch-yr:after, 
.can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch-yr:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch-old:after,
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch-yr:after {
  transform: translate3d(78px, 0, 0);
}
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-olc:after, 
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-olc:after,
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch-yr:after, 
.can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch-yr:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.can-toggle.can-toggle--size-large label {
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch-olc,
.can-toggle.can-toggle--size-large label .can-toggle__switch-yr {
  height: 50px;
  flex: 0 0 160px;
  border-radius: 4px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch-olc:before,
.can-toggle.can-toggle--size-large label .can-toggle__switch-yr:before {
  left: 80px;
  font-size: 14px;
  line-height: 50px;
  width: 80px;
  padding: 0 12px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch-olc:after,
.can-toggle.can-toggle--size-large label .can-toggle__switch-yr:after {
  top: 2px;
  left: 2px;
  border-radius: 2px;
  width: 78px;
  line-height: 46px;
  font-size: 14px;
}
.can-toggle.can-toggle--size-large label .can-toggle__switch-olc:hover:after,
.can-toggle.can-toggle--size-large label .can-toggle__switch-yr:hover:after {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.item .btn,.item .btn:hover{background-color: #fff !important;
    color: #4e4e4e !important;     height: 40px !important;
    border: 1px solid #DDD !important;
    border-radius: 4px !important;
padding: 6px 12px;}
.item .btn-group {margin-left: -15px !important;
    margin-bottom: 10px !important;}
.selecter{    margin-left: 340px; margin-bottom: -60px; z-index: 999;}

.topmargin{margin-top: 50px;}
.item .bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.mail_list_height{min-height: 186px;}
.mail_list_height .fusion-button-wrapper{padding-left: 10px;}
.border-bottom{border-bottom: 1px dotted;}
.gform_wrapper .gfield textarea{
 min-height: 100px !important;
 resize:auto;padding: 10px 10px !important;
 font-family: 'Muli', Arial, Helvetica, sans-serif !important;
 letter-spacing: 0.4px !important;
 border: 1px solid #d1d1d1 !important;
 font: inherit !important;
 box-shadow: 2px 2px 5px -3px #d9d9d9;     
}

.gform_wrapper .gfield select {height: 50px !important; 
color: #858484 !important;
padding: 0 10px !important; 
font-family: 'Muli', Arial, Helvetica, sans-serif !important; 
letter-spacing: 0.3px !important; 
border: 1px solid #d1d1d1 !important; 
font: inherit !important;
box-shadow: 2px 2px 5px -3px #d9d9d9 !important;
}
.gform_wrapper .gfield .ginput_container input[type="text"] , input[type="email"],input[type="password"],input[type="number"]{
    height: 50px !important;
    border: 1px solid #d1d1d1 !important;
    font: inherit !important;
    font-size: 16px !important;
    box-shadow: 2px 2px 5px -3px #d9d9d9;
    color: #4f4f4f !important;	
	padding: 0 10px !important;
	font-family: 'Muli', Arial, Helvetica, sans-serif !important;
	letter-spacing: 0.3px !important;
}

.gform_wrapper .gfield input::placeholder, textarea::placeholder , select, .gfield select{
  color: #858484 !important;
}
.gform_wrapper .gform_footer input[type=submit]{
    border-radius: 5px !important;
    background-color: #4996DA !important;
    color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    font-family: 'Muli', Arial, Helvetica, sans-serif !important;
    text-transform: inherit !important;
    letter-spacing: 0.4px !important;
    font-size: 16px !important;
    
}
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #105c8e !important;
}

body .gform_wrapper ul li.gfield {
     margin-top: 20px !important;
    margin-bottom: 0px !important;
}
/*for All features */
#wrapper .fusion-vertical-menu-widget .menu li a {
    border-bottom: 1px solid #ededed !important;
    display: block;
    height: auto;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    line-height: 1.69em;
    padding: 8px 0;
}
#wrapper .fusion-vertical-menu-widget .menu {
    border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
}
/*Close for All features */


/*for custum status*/
.wp-picker-input-wrap .status-color{display: block;}
/*close custum status*/

.fusion-menu-cart-items {
    width: 370px !important;
}
.mail_list_padding{padding-bottom:10px}
.fusion-sticky-menu #plans_currency_label{display: none;}

.breadcrumb_home .fusion-breadcrumbs span:first-child a span {
display: none;
}

.Slmsbreadcrumb{
    float: left;
}
.breadcrumb_home .fusion-breadcrumbs span {
    color: #222c3c;
    font-weight: 300;
    font-size: 14px;
}
.breadcrumb_home .fusion-breadcrumbs span a{margin-bottom: -5px;}
table&gt;thead&gt;tr&gt;td:first-child, #wpas_ticketlist.wpas-table&gt;thead&gt;tr&gt;th{border:none;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-grey {background-color:#6F6F6F !important; color: #fff !important;}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-grey:hover {
    color: #000 !important;
}

body:not(.slms-uf) .slms_hide_from_visitor {
    display: none !important;
}

.slms-uf .slms_hide_from_customer {
    display: none !important;
}


/*For left nav*/
#sidebar .fusion-vertical-menu-widget .menu li.current-menu-item a, #wrapper .fusion-vertical-menu-widget .menu li.current_page_item a {
    border-right-color: unset;
    border-right: unset;
    font-weight: bold;
    opacity: unset;
}

#sidebar .fusion-vertical-menu-widget .menu li a {
    border-bottom: unset !important;
    opacity: .5;
}

#sidebar .fusion-vertical-menu-widget .menu li a:hover {
   color: #1a80b6;
}

#sidebar .fusion-vertical-menu-widget .menu {
    border-right: unset;
    border-top: unset;
}



.mobile-devices-dropdown{
	z-index: 9999;
	display: none;
}

@media only screen and (max-width: 800px){
	.has-sidebar .avada_vertical_menu{display: none;}
	.mobile-devices-dropdown{display: block;}
	.has-sidebar #content {
    order: 2  !important;
}
.has-sidebar #sidebar {
    order: 1 !important;
    margin-top: 50px;
}

}


.slmsdropdown {
            margin: 0;
            padding: 0;
            list-style: none;
            border-bottom:1px solid #000;
            z-index: 999;
        }
				.slmsdropdown:hover {
            border-bottom:none;
        }

        .slmsdropdown li {
            position: relative;
						padding: 10px !important;
        }

        .slmsdropdown li a {
            color: #000 !important;
            text-decoration: none;
            display: block;
            padding: 10px;
        }

        .slmsdropdown li ul {
            position: absolute;
            bottom: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
            display: none;
            line-height: normal;
            width: 100%;						
						max-height: 300px;
						overflow-y: scroll;
						border: 1px solid #000;
        }

        .slmsdropdown li ul li a {
            text-align: left;
            color: #000 !important;
            font-size: 14px;
            padding: 10px;
            display: block;
            white-space: nowrap;
        }

        .slmsdropdown li ul li a:hover {
            background-color: #63b3de;
            color: #ffffff !important;
        }
				.slmsdropdown li ul li:hover {
						background-color: #63b3de;
						width: 100%;
				}
        .slmsdropdown li ul li ul {
            left: 10%;
            top: 10%;
            z-index: 999999;
						position: inherit;
						border: none;
						background-color: none;
        }


        ul li:hover&gt;ul {
            display: block;
            position: inherit;
        }

.logged-in ul#menu-top-menu-2022 :nth-child(6), 
.logged-in ul#menu-top-menu-2022 :nth-child(7) {
    display: none !important;
}


.betterdocs-wrapper a:hover, .betterdocs-category-box-wrapper a:hover{text-decoration: underline !important;} /* SLMS-3527 */

.sb-chat { z-index: 100000 !important;} /* SLMS-3624*/</pre></body></html>