body {
	top: 0px!important;
}
.skiptranslate {
    display: none !important;
}
.dropdown-backdrop {
	display:none;	
}







.help-box {
	width: 342px;height: 484px;position: fixed;right: 5px;bottom: 5px;z-index: 999999;display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: rgb(47, 57, 65);
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.428571rem 0px;
    border-radius: 0.571429rem;
}

.help-box-header {
padding: 0.571429rem 1rem;background: rgb(99, 191, 145);color: rgb(255, 255, 255);
}

.help-box-header-r1 {
display: flex;padding: 0px 0px 6px;
}

.help-box-header-title {
width: 100%;
	font-size: 15px;
	font-weight: 700;
    text-align: center;
}

.help-box-header-button {
background-color: transparent;border: none;cursor: pointer;
margin-top: 2px;
}
.help-box-header-button svg {
fill: rgb(255, 255, 255);
}
.help-box-header-r2 {
	
    padding: 0px 6px;

}

.help-box-header-r2-input {
border: 1px solid rgb(216, 220, 222);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    display: inline-flex;
    color: rgb(47, 57, 65);
    width: 100%;
    padding: 9px 8px;
    font-size: 14px;
}

.help-box-header-r2-input svg {
	color: rgb(194, 200, 204) !important;
    margin: 3px 8px auto 0px;
    width: 16px;
    height: 16px;
}

.help-box-header-r2-input input {
border: none rgb(216, 220, 222);
    width: 100%;
    padding: 0px;
    background-color: transparent;
    color: rgb(47, 57, 65);
}

.help-box-header-r2-input input::placeholder {
    color: #c7cdd0;
}

.help-box-header-button, .help-box-header-r2-input input:focus {
	outline: none!important;
}

.help-box-middle {
padding: 15px;
overflow-y: auto;
}

.help-box-middle-title {
font-size: 16px;
    font-weight: bold;
}

.help-box-middle ol {
margin: 10px 15px;
    padding: 0px;
    list-style: decimal;
    color: rgb(47, 57, 65);
}

.help-box-middle ol a {
color: rgb(40, 73, 56) !important;
}

.help-box-middle ol a:hover {
text-decoration: underline;
}