.errorlist {
  margin-top: 0;
  margin-bottom: 0;
}
.icon-url-image {
	max-width: 30px;
	max-height: 30px;
}
.tag-editor {
	padding: 7px 0;
}
.note-btn {
	padding: 3px 5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.table th.actions-cell, .table td.actions-cell {
	width: 180px !important;
}
.table th.cell-150, .table td.cell-150 {
	width: 150px !important;
}
.table td.actions-cell, .table td.cell-150 {
	display: inline-block;
}
.table th.actions-cell-count {
	width: 240px !important;
}
.table th.actions-cell-user {
	width: 240px !important;
}
.table td {
    padding: 0.5rem 0.3rem;
}
.table thead th {
    padding: 1rem 0.3rem;
}
.icon-cell {
	width: 80px;
	text-align: center;
}
.sidebar hr {
	margin-top: .2rem;
	margin-bottom: .2rem;
}
@media (max-width: 991px) {
	.top-menu-dropdown {
		width: auto !important;
		left: auto !important;
	}
}
@media (max-width: 575.98px) {
	.content-wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.table td, .jsgrid .jsgrid-table td {
	    padding: 0.25rem 0.3375rem;
	}
}
.table thead th a {
	color: #784993;
	font-weight: bold;
}
select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background-color: #e9ecef;
	box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}
.count-field {
	font-size: 60px;
}
.img-lg {
	width: 100px;
	height: 100px;
}
.bg-grey {
	background: rgb(245, 245, 245);
	padding-top: 8px;
	padding-bottom: 8px;
}
.truncate {
	white-space: nowrap;
	overflow: hidden;
	/* text-overflow: ellipsis; */
}

.iti-flag {background-image: url("../images/flags.416250f60d78.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("../images/flags@2x.d429a5777afa.png");}
}
.intl-tel-input { width: 100%; }

.sidebar .nav:not(.sub-menu) > .nav-item {
	margin-top: 0;

}
.sidebar hr {
	margin: 2px 0;
}
.sidebar .nav .nav-item .nav-link {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

/* toggle able icons */

@keyframes loading-rotation-keyframe {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
}
.toggle_approval{
	font-size: 2em
}
.toggle_approval .mdi-check-box-outline{
	color: green;
	color:var(--success);
}
.toggle_approval .mdi-checkbox-blank-outline{
	color: red;
	color:var(--danger);
}
.toggle_approval .mdi-alert{
	color: orange;
	color:var(--warning);
}
.toggle_approval .mdi-loading::before{
	position: relative;
	transform: translateZ(0);
	animation: loading-rotation-keyframe 1.1s infinite linear;
}