@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
}
body {
    display: flex;
    flex-direction: column;
}
/* main {
    flex: 1;
}	 */
html,body{
	height: 100%;
	margin: auto;
}
.top-footer {
	background: #000000;
	padding: 20px;
	border-top: 3px solid #3299ff;
	min-height: 66px;
	margin: 0 0 -50px 0;
	color: #ffff00 !important;
}
.top-footer h4 {
	color: #3299ff;

}

.top-footer ul li {
	color: #fff;
	list-style: none;
}

.top-footer ul {
	padding-left: 0px;
}

.copyright {
	background: #3299ff;
	padding-top: 15px;
	/*padding-bottom:15px;*/
}

.left p {
	float: left;
	padding: 10px;
}

.right p {
	float: right;
	padding: 10px;
}

.copyright a {
	color: #ebebeb;
}

#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

.fbbox {
	height: 270px;
}

.fullwidth {
	width: 100%
}

.carousel-row {
	margin-bottom: 10px;
}

/* login page */
/* #bg-login{
	background-image: url('images/kss.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	height: 100vh;
} */

.btn-purple {
	background-color: #3299ff !important;
	color: #ffffff !important;
	border: 1px solid #3299ff;
	border-radius: 4px;
	padding: 4px 10px;
	transition: all 0.3 ease;
}

.btn-purple:hover {
	background-color: #777777 !important;
}

a:hover,
a:focus {
	color: #68177E;
	text-decoration: underline;
}

a.loginPass {
	font-size: 13px !important;
	/* text-decoration: none; */
}

.top-footer a,
.top-footer span {
	color: #ffff00 !important;
	text-decoration: none;
}

/* dashboard */
.navbar-Section {
	z-index: 1050;
}

.navbar-Section .navbar {
	z-index: 1050;
}

.navbar-Section .navbar-nav li a {
	font-size: 14px;
	color: #777777;
}

.row .bg-primary-subtle {
	background-color: #eee !important;
}

.navbar-nav li .nav-link.active {
	color: #3299ff;
}

.navbar-nav li:hover .nav-link {
	color: #3299ff;
}

.text-purple {
	color: #3299ff !important;
}

.usersId h6 {
	font-size: 13px;
	font-weight: 800;
}

#logOutModal .modal-content {
	max-width: 70%;
}

/* register */
.register .form-group label {
	font-size: 13px;
}

.register .error-msg {
	font-size: 12px;
}

/* icon */
.bi-trash-fill,
.bi-check2,
.bi-ban,
.bi-cash,
.bi-eye-fill,
.bi-pencil-fill,
.bi-check-lg ,
.bi-card-checklist{
	font-size: 13px;
	cursor: pointer;
}

#tableClientData td,
#tableDomainData td,
#tabledata td,
#tableTicketData td,
#tableLogData td,
#renewtypeTable td {
	font-size: 13px;
}

/* pre and next btn */
.dataTables_wrapper .dataTables_paginate {
	margin-top: -2% !important;
	display: flex !important;
	justify-content: flex-end !important;
	visibility: visible !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 2px 12px !important;
	margin: 0 3px !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	background: white !important;
	color: #3299ff !important;
	cursor: pointer !important;
	text-decoration: none !important;
	display: inline-block !important;
	margin-bottom: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #3299ff !important;
	color: white !important;
	border: 1px solid #3299ff !important;
	border-radius: 4px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
	background: #9dcdfd !important;
	color: #3299ff !important;
	border: 1px solid #9dcdfd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}

.form-control:focus {
	box-shadow: none !important;
}

i.top {
	top: 7px !important;
}

.dropdown .dropdown-menu a.dropdown-item:hover {
	color: #3299ff !important;
	background-color: #ffffff !important;
}

.dropdown .dropdown-menu a.dropdown-item:active {
	color: #3299ff !important;
	background-color: #ffffff !important;
}

.dropdown .dropdown-menu a.dropdown-item {
	/* color: #000000 !important; */
	background-color: #ffffff !important;
}

/* Dropdown container style */
.dropdown {
	position: relative;
	width: 100%;
}

/* Input box styling */
#accessibilityInput {
	width: 100%;
	/* padding: 10px; */
	cursor: pointer;
	background-color: #f8f9fa;
	border: 1px solid #ced4da;
	border-radius: 5px;
	font-size: 16px;
}

/* Dropdown menu styling */
.dropdown-menu {
	display: none;
	/* Initially hide the dropdown */
	position: absolute;
	width: 100%;
	top: 100%;
	/* Position it right below the input */
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	max-height: 250px;
	overflow-y: auto;
	/* Ensure long lists are scrollable */
	padding: 10px 0;
}

/* Show the dropdown when toggled */
.dropdown-menu.show {
	display: block;
}

/* Style each list item with checkbox */
.dropdown-menu li {
	display: flex;
	align-items: center;
	padding: 2px 10px;
	font-size: 14px;
	cursor: pointer;
}

/* Style for checkbox input */
.dropdown-menu li .form-check-input {
	margin-right: 10px;
	/* Space between checkbox and label */
}

/* Add spacing between items */
.dropdown-menu li.my-1 {
	margin-bottom: 5px;
}

/* Hover effect for items */
.dropdown-menu li:hover {
	background-color: #f1f1f1;
}

/* Error message styling */
.text-danger.error-msg {
	font-size: 12px;
	margin-top: 5px;
}

/* Optional: make the input field appear editable on focus */
#accessibilityInput:focus {
	outline: none;
	border-color: #007bff;
}

.profileView table td {
	font-size: 13px;
}

.bi-asterisk {
	font-size: 5px;
	padding: 8px 0px;
}

th.no-sort::after,
th.no-sort::before {
	display: none !important;
}

th.no-sort {
	cursor: default !important;
}

select.select {
	font-size: 13px !important;
}

input[type="date"]:empty::before {
	content: " ";
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "";
}

#companyList {
	max-height: 200px;
	overflow-y: auto;
	z-index: 10;
}

.dropdown1 {
	z-index: 0 !important;
}

.dropdown2 {
	z-index: 1 !important;
}

.logs {
	width: 250px !important;
}

#renewtypeTable_wrapper {
	/* width: 60% !important; */
	margin: 10px 0;
}

.kilogo {
	width: 60px;
}

.bi-chat-dots-fill,
.bi-wechat,
.bi-chat-heart-fill,
.tickopen {
	cursor: pointer;
}

.row .bg-primary {
	background-color: #93bfff38 !important;
}

.fs-7 {
	font-size: 13px !important;
}
/* main{
	padding: 120px 0;
} */
@media (max-width: 767.98px) {
	.form-group {
		/* flex-direction: column !important; */
		align-items: flex-start !important;
	}

	.form-group>label{
		width: 30% !important;
		max-width: 30% !important;
		flex: 0 0 30% !important;
		margin-bottom: 0.5rem;
	}
	.form-group>div {
		width: 70% !important;
		max-width: 70% !important;
		flex: 0 0 70% !important;
		margin-bottom: 0.5rem;
	}
}
/* #ticketreplyForm {
    display: block;
} */
.index .top-footer{
	position: fixed !important;
}
.dashboardicon{
	width: 70px;
  filter: drop-shadow(2px 4px 6px #b1b1b1);
}
.bgyellow{
	background-color: #ffff0056 ;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #e5e508;
}
.bgblue{
	background-color: #3298ff68;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #3299ff;
}
/* master hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}
.navbar .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* .p-9{
    padding-left: 37px;
} */
 /* #loadingSpinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
} */
.progress-bar-striped.progress-bar-animated {
    background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, 
        transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 1s linear infinite;
}
#loadingProgressBar.bg-info{
	background-color: #3299ff !important;
}
.progress{
	height: 16px;
	width: 100%;
}
#mobilewarn,#emailwarn,#companywarn,#domainwarning,#companywarning,#mwarning,#ewarning{
	z-index: 1999;
}