.primary-color
{
	color: #c1d830 !important;
}

.clickableDiv {
	cursor:pointer;
}

body{
	background-color : #ecf1f7 !important;
}

.is-invalid-input {
    border-color: #cc4b37 !important;
    background-color: #f9ecea !important;
}

body, p, h1, a, h2, label, input
{
	font-family: 'Poppins', 'Roboto', sans-serif !important;
}

.btnText:hover{
	color:#f86621 !important;
}

.btnText{
	text-decoration:underline !important;
}

div#LogTicket a:hover
{
	text-decoration:none;
}

div#LogTicket
{
	position:fixed;
	right:25px;
	bottom:30px;
}

div#LogTicket a
{
	background-color:#f86621;
	padding:10px 20px;
	color:#ffffff;
	border-radius:5px;
}

body.modal-open {
    overflow: hidden;
}

div#myModal, div#NewAddressModal
{
	background-color : transparent !important;
	border : none !important;
	box-shadow: none !important;	
	overflow : hidden;
	top:35px !important;
}

div#ModalInner, div#NewAddressInner
{
	background-color : #ffffff;
	padding : 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	border-radius : 3px;
	max-height : 450px !important;
	overflow:auto;
	background-image : url('../Images/watermark.png');
	background-repeat: no-repeat;
	background-position: top right; 
	background-size: 160px 60px;
}

.close-reveal-modal {
	color: #000000 !important;
	font-size: 2em !important;
	right: 7px !important;	
	top: 0px !important;
}

.close-reveal-modal:hover {
    text-decoration: none !important;
}

.close-reveal-modal:hover {
    background: #f5f5f5 !important;
    border-color: #999999 !important;
    text-decoration: none !important;
}

.close-reveal-modal svg {
    width: 16px !important;
    height: 16px !important;
    color: #666666 !important;
}

/* Danger Modal Base Styling */
div#myModal.danger-modal {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden;
    top: 3px !important;
}

div#myModal.danger-modal #ModalInner {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 8px;
    background: white;
    text-align: left;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 0; /* Remove default padding */
}

/* Close Button Container */
div#myModal.danger-modal .modal-close-container {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    padding: 16px;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

div#myModal.danger-modal .modal-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Header Section */
div#myModal.danger-modal .modal-header {
    padding: 24px 48px 24px 24px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

div#myModal.danger-modal .close-modal-container {
	display: none !important;
}

div#myModal.danger-modal .modal-title-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

div#myModal.danger-modal .modal-title {
    color: #072F48; /* itensity-blue */
    font-weight: bold;
    font-size: 24px;
    margin-top: -4px;
    margin: 0;
}

/* Warning Icon */
div#myModal.danger-modal .warning-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

/* Divider */
div#myModal.danger-modal .modal-divider {
    border: none;
    border-top: 1px solid #d1d5db; /* itensity-grey */
    width: 100%;
    margin: 0;
}

/* Content Section */
div#myModal.danger-modal .modal-content {
    margin: 2px;
    overflow-y: auto;
    max-height: calc(80vh - 80px);
}

div#myModal.danger-modal .modal-body {
    padding: 20px 16px 16px 24px;
    z-index: 0;
}

div#myModal.danger-modal .modal-text {
    color: #072F48; /* itensity-blue */
    margin-bottom: 32px;
    line-height: 1.5;
}

/* Button Container */
div#myModal.danger-modal .modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 32px;
}

/* Button Styles */
div#myModal.danger-modal .btn-cancel {
    padding: 8px 40px;
    background-color: transparent !important;
    color: #485258 !important;
    border: 2px solid #676868;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

div#myModal.danger-modal .btn-cancel:hover {
    background-color: #c8d2d8 !important;
    color: rgb(99, 99, 99) !important;
}

div#myModal.danger-modal .btn-danger {
    padding: 8px 40px;
    background-color: #072F48 !important;
    color: white !important;
    border: 2px solid #072F48;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

div#myModal.danger-modal .btn-danger:hover {
    background-color: #052031 !important;
    border-color: #052031;
}

div.TopProfile
{
	display: block;
	width: 60px;
	height: 60px;
	background: #E6E7ED;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	background-position:center center; 
	background-repeat:no-repeat;
	background-size:cover;
	float:right;
}

div.dashboard-sub p
{
	color : #68727d;
}

div.dashboard-sub div
{
	color : #68727d;
}

div.dashboard-sub a
{
	color : #68727d !important;
}

div.dashboard-sub a.btnIten
{
	color : #000000 !important;
}

div.dashboard-header
{
	background-color: #383f46;
	color : #ffffff;
	margin-top : 0.9375rem;
}

p.dashboard-header
{
	background-color: #383f46;
	color : #ffffff !important;
	padding : 10px;
	font-weight : bold;
}

p.dashboard-header span
{
	float:right;
	color : #c1d732 !important;
	font-size:1.3em;
}

div.dashboard-header label
{
	color : #ffffff;
}

div.dashboard-sub
{
	background-color : #ffffff;
	border : 1px solid #6c7b8a;
	margin-top:30px;
	padding : 0px;
	height : 100%;
}

p.MemSelect:hover
{
	background-color : #555555;
}

p.MemSelect:hover a
{
	color : #ffffff !important;
	text-decoration : none;
}

p.MemSelect a
{
	display : block
}

.percent {
	font-family: tahoma,arial,helvetica;
	font-size: 12px;
	padding :5px;
}

.progress {
	background: #dadde2 none repeat scroll 0 0;
	height: 33px;
	margin: 0 auto 2rem;
	overflow: hidden;
	padding: 0;
}

.stripes {
	transition: max-width 1.1s ease-in-out 0s !important;
	background-size: 60px 60px !important;            
	
	animation: animate-stripes 3s linear infinite;   
	background-color : #6b7782 !important;          
}

p.percent
{
	width : 300px;
}

div.seven-wide
{
	width : 14% !important;
}

@keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

table.ItenTable
{
	width : 100%;
}

table.ItenTable tr.header td,th
{
	background-color : #383f46 !important;
	color : #ffffff !important;
	font-size : 1em;
}

table.ItenTable tr.header td,th
{
	background-color : #383f46 !important;
	color : #ffffff !important;
	font-size : 1em;
}

.flag-red
{
	color : #e03f46 !important;
}

.full-flag-red
{
	background-color : #de9696 !important;
}

.end
{
	float:right !important;
}

td span a
{
	color : #000000 !important;
}

td span a:hover
{
	color: #f86621 !important;
	text-decoration: none !important; 
}

td.SubAcc
{
	background-color : #c1d830 !important;
}

td.SubAcc a
{
	color : #000000 !important;
	font-size : 0.9em !important;
}

td.SubAcc
{
	font-size : 0.8em !important;
}

a.btnIten, .btnIten
{
	background-color : #c1d830 !important;
	border-radius : 4px;
	color : #222222 !important;
	padding : 12px 15px;
	border:1px solid #8da201;
}

.btnIten
{
	background-color : #c1d830 !important;
	border-radius : 4px;
	color : #222222 !important;
	padding : 12px 15px;
	border:1px solid #8da201;
}

.activeItenBtn {
	filter: brightness(85%);
  }

.btnDark
{
	background-color : #383f46 !important;
	border-radius : 4px;
	color : #ffffff !important;
	padding : 12px 15px;
}

tr.subHeader
{
	background-color:#7f8f9f !important;
}

tr.subHeader td
{
	color:#ffffff;
}

table.tblPlanet td {
	color:#015dab !important;
}