#main-pane {
	height: 88vh;
    overflow-y: scroll;
	/*-ms-overflow-style: none;*/
    scrollbar-width: none;
	padding-top: 4px;
	padding-left: 7px;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-button {
    opacity: 1;
	height: 3px;
}

::-webkit-scrollbar-thumb {
    background: #ccccccc4;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

::-webkit-scrollbar-corner {
    background: #999;
}

#main-pane div[class^='prod-id-'], 
#main-pane div[class*=' prod-id-']
{
	margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

#orig-pane-controls {
	z-index: 11;
    position: absolute;
    left: 0px;
    color: #a7acb1;
	width: 30px;
}

#orig-pane-controls > span {
	background: #fff;
    padding: 3px 5px 4px 5px;
    border-radius: 0 50% 50% 50%;
    border-right: 1px solid #ccc;
}
#orig-pane-controls > span:hover {
	color:#6c757d;
}


#orig-pane-list {
	border-right: 1px solid #ced4da;
    border-radius: 0 0.75rem 0.75rem 0;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background: #fff;
    padding: 0.5rem 0.5rem 0.5rem 0;
	z-index: 10;
}
#orig-pane-list::-webkit-scrollbar {
	display: none;
}
#orig-pane-vals, 
#orig-pane-list {
	height: 84vh;
}

.translation-editor-block .product-editor,
#orig-pane-vals {
	padding-right: 0;
}

.translation-editor-block .product-editor textarea,
#orig-pane-vals textarea {
	height: 130px;
	border-radius: 10px;
	padding-top: 0.8rem;
	-ms-overflow-style: none;
    scrollbar-width: none;
}
.translation-editor-block .product-editor textarea::-webkit-scrollbar,
#orig-pane-vals textarea::-webkit-scrollbar {
	display: none;
}

#orig-pane-vals .form-control:disabled {
	background-color: #fff;
}


#orig-pane-list > div:hover {
	background: #0d6efd1a;
}

#orig-pane-list > div {
	cursor: pointer;
    padding-left: 0.5rem;
    border-radius: 0.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

#orig-pane-list > div.active {
	background: #0d6efd;
	color: #f8f9fa;
}

.translation-spinner {
	position: absolute;
    top: 3px;
    left: 1px;
}

.field-menu {
	position: relative;
    float: right;
    margin-bottom: -25px;
    padding: 0 4px;
    z-index: 99;
    background: #cccccc47;
    border-radius: 10px;
}
.field-menu > span {
	margin-left: 3px;
	opacity: 0.6;
	cursor: pointer;
}
.field-menu > span:hover {
	opacity: 1;
}
.field-menu > span.active {
	color: #009d0e;
	opacity: 1;
}

#search-input {
	border-radius:.2rem;
}
.search-cancel-btn {
	right: 10px;
    cursor: pointer;
    z-index: 100;
    padding-top: 0.31rem;
    font-size: .875rem;
    opacity: 0.6;
    color: #6c757d;
    position: absolute;
}
.search-cancel-btn:hover {
	opacity: 1;
}
/*Settings*/

.host-pane .host-menu {
	background: #efefef;
    border-radius: 0.5rem!important;
}
.cursor-pointer {
	cursor: pointer;
}