:root {
	--light: #d8dbe0;
	--dark: #28292c;
}

body {
	padding: 2em 0px 0px 0px;
	margin: 0px;
	font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

#___gcse_0 {
	display: flex;
	right: 0px;
	margin-left: auto;
}

.gsc-input-box {
	width: 24em;
	display: inline-block;
}

.gsc-search-button {
	font-size: 0;
	padding: 0px 18px;
	margin-bottom: -4px;
	width: auto;
	vertical-align: middle;
	border: 1px solid #666;
	border-radius: 2px;
	border-color: #3079ed;
	background-color: #4d90fe;
	background-image: linear-gradient(top, #4d90fe, #4787ed);
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
	height: 22px !important;
	margin-top: 0 !important;
	min-width: 13px !important;
	padding: 5px 26px !important;
	width: 68px !important;
}

/* All Quill Toolbar related styling goes here */
#aa-app-container {
	margin: 0px;
	padding: 1em 1em 1em 1em;
}

#editor {
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	
	padding-top: 4rem;
	
}

#ql-editor-content{
	display: flex;
	align-items: initial;
	min-width: 90%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 80vh;
	height: fit-content;
	overflow-wrap: anywhere;
	
}

#ql-editor-content > p {
	min-width: 100%;
}



.ql-txt {
	height: 24px;
	width: auto !important;
}

.ql-text:hover {
	pointer-events: none;
}

.dragable-div{
	position: absolute;
	z-index: 1000000;
	background-color: #f1f1f1;
	border: 1px solid #d3d3d3;
	text-align: center;
	width: 60%;
	left: 20%;
}

.dragable-div-header {
	padding: 6px;
	cursor: move;
	z-index: 1000000;
	background-color: #b3b3b3;
	height: 2.2em;
}

#v-keyboard-settings-select{
	border-radius:4px;
	overflow:visible;
	padding: 16px;
	box-shadow: 4px 4px 16px #666;
}

.dragable-div-header .btn-group{
	height: 28px;
	padding: auto;
	margin: 6px;
}

.btn-light {
	height: 28px;
	margin: 2px;
	padding: auto;
	cursor: pointer;
	background: transparent;
	border: none;
	border-radius: 4px;
	transition: background-color 0.15s;
}

.btn-light.active, .btn-light:hover{
	border-width: 1px;
	border-color: #666;
	background-color: #CDD1D5;
}

.btn-dark {
	height: 28px;
	margin: 2px;
	padding: auto;
	cursor: pointer;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	transition: background-color 0.15s;
}
.btn-dark.active, .btn-dark:hover{
	border-width: 1px;
	border-color: #666;
	background-color: #404346;
	color: #fff;
}




.dragable-div-header .btn-close{
	float:right;
	border: none;
	background: transparent;
	cursor: pointer;
}

/* Select input styling */

.dropbtn {
	background-color: transparent;
	padding: 4px 0px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 24px;
	margin: 4px;
	border: none;
	border-bottom-width: 1px;
	border-bottom-color: #404346;
	border-bottom-style: solid;
}

.dragable-div-body {
	box-sizing: border-box;
	font-size: 16px;
	padding: 12px 15px 12px 15px;
	border: none;
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
	margin: 0px;
	width: 100%;
	box-shadow: 4px 4px 8px #666;
}

/* 
 Styled table section
*/
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}

.styled-table thead tr {
    background-color: #54585d;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: none;
}

.styled-table tbody tr td:first-child {
	text-align: left;
}

.styled-table tbody tr td:last-child {
	text-align: right;
}

.styled-table tbody tr:nth-of-type(even) {
    /* background-color: #47494b; */
}

.styled-table tbody tr:last-of-type {
    /* border-bottom: 2px solid #47494b; */
}

.styled-td-width-sm {
	width: 80px;
	text-align: right;
}

.styled-td-width-bg {
	width: 300px;
	text-align: left;
	padding: 0px;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #404346; 
	/* background-color: #b3b3b3; */
}

.mm-list-button {
	background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    outline: none;
    padding: 3px 5px;
    width: 28px;
}
#v-keyboard-layout-select-filter-input {
	box-sizing: border-box;
	background-image: url('/assets/icons/searchicon.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 12px 15px 12px 15px;
	border: none;
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
	margin: 8px;
	width: 94%;
	box-shadow: 4px 4px 8px #666;
}
  
#v-keyboard-layout-select-filter-input:focus {
	outline: 3px solid #ddd;
}
  
.dropdown {
	position: relative;
	float: left;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 360px;
	width: 360px;
	max-height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	z-index: 1;
}
  
.dropdown-content span {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	text-align: left;
	display: block;
}

.dropdown span:hover {background-color: #ddd;}

.show {display: block;}

/* End Select Input Styling */

.hidden {
	display: none;
}

.capitalize {
    text-transform: capitalize;
}

.float-left {
	float: left;
}

.aa-row{
	display:flex;
	align-items: center;
}