/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@charset "UTF-8";
.text-black {
  color: black;
}

.my-selector option:nth-child(1) {
  color: #39DA8A;
}

.my-selector option:nth-child(2) {
  color: #FF5B5C;
}

.invoice-btn {
  padding: 0.5em;
}

.dropdown .dropdown-toggle.invoice-btn::after {
  position: unset;
  content: "\ea16" !important;
}

.table.invoice-data-table thead th {
  border-top: 1px solid #DFE3E7;
}

.invoice-head .datepick {
  width: 250px;
}

.file > input[type='file'] {
	display: none;
}

.file > label {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn.badge-circle > i{
	top: 0;
}

.iaa-list:hover > .row{
	box-shadow: 0 0 10px 0 rgb(58 70 93 / 25%);
    border-color: transparent;
}

.iaa-list .handle{
	cursor: grab;
	padding-right:1.25em;
}

table > tbody{
	font-size: 0.8em !important;
}
.filemask{
	width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 50%;
	z-index: 5;
	pointer-events: auto;
	cursor: pointer;
}
.term-upload{
	position: relative;
}

#plyr-video-player{
	display: flex;
	justify-content: center;
}

#reste-page{
	font-family: "Norton sans CJK TC", "robot" !important;
	height: calc(100vh - 34px);
}

.mark-reset{
	width: 28px;
}

.loading-bg{
	width: 100%;
	height: 100vh;
	background-color: black;
	position: fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	left: 0;
}
.loading--circle {
	width: 20%;
	height: 50vh;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
.loading--circle > svg{
	fill: rgb(4,126,89);
}

.font-start{
	font-size: 30px;
	border-bottom:4px solid rgb(4,126,89);
	color: rgb(4,126,89);
}
.success-icon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgb(4,126,89);
}
.success-icon span {
	color: #F2F4F4;
}

@media (max-width: 767px){
	#reste-page h4{
		font-size: 18px;
	}
	.font-start{
		font-size: 18px;
		border-bottom: 1px solid rgb(4,126,89);
	}
	.reset-text{
		font-size: 13px;
	}
}