/* ================================================================================================
// 	File Name: style.scss
// 	Description: Style for customization.
// 	----------------------------------------------------------------------------------------------
// 	Item Name: Chameleon Admin - Modern Bootstrap 4 WebApp & Dashboard HTML Template + UI Kit
// 	Version: 1.0
// 	Author: ThemeSelection
// 	Author URL: https://themeselection.com/
// ================================================================================================

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.  */
table, td, th, tr {
    font-size: 12px;
}

.pin-popmodal{
	display: block;
	border: 0 !important;
	padding: 0 0 2px 5px !important;
	border: none;
	outline: none;
	line-height: 1.4;
	width: 100%;
	background: repeating-linear-gradient( 90deg, #979797 0px, #979797 25px, transparent 0px, transparent 41px ) 0px 100%/ 480px 1px no-repeat;
	font: 18px droid sans mono, consolas, monospace;
	letter-spacing: 31.4px;

}


.card-number-pop{
	display: block;
	border: 0 !important;
	padding: 0 0 2px 5px !important;
	border: none;
	outline: none;
	line-height: 1.4;
	width: 100%;
	background: repeating-linear-gradient( 90deg, #979797 0px, #979797 25px, transparent 0px, transparent 41px ) 0px 100%/ 642px 1px no-repeat;
	font: 18px droid sans mono, consolas, monospace;
	letter-spacing: 31.4px;

}

.pin-number-pop{
	display: block;
	border: 0 !important;
	padding: 0 0 2px 5px !important;
	border: none;
	outline: none;
	line-height: 1.4;
	width: 100%;
	background: repeating-linear-gradient( 90deg, #979797 0px, #979797 25px, transparent 0px, transparent 41px ) 0px 100%/ 160px 1px no-repeat;
	font: 18px droid sans mono, consolas, monospace;
	letter-spacing: 31.4px;
}

.otp-number-pop{
	display: block;
	border: 0 !important;
	padding: 0 0 2px 5px !important;
	border: none;
	outline: none;
	line-height: 1.4;
	width: 100%;
	background: repeating-linear-gradient( 90deg, #979797 0px, #979797 25px, transparent 0px, transparent 41px ) 0px 100%/ 238px 1px no-repeat;
	font: 18px droid sans mono, consolas, monospace;
	letter-spacing: 31.4px;
}

.st_class{
	font-family: Consolas; 
	font-weight: normal; font-size: 14px; 
	font-feature-settings: &quot;liga&quot; 0, &quot;calt&quot; 0; 
	line-height: 19px; letter-spacing: 0px;
}

.mtk8{
	color: #800000;
}

.pl-50{
	padding-left: 50px;
}

.fs-10{
	    font-size: 12px;
}