@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.login-sheet
{
	background: #fff;
    padding: 2rem 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: auto;
}

.loginsec
{
	background: #f1f1f1;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
  background-image: url('../img/White-patternBG.jpg');
  background-size: cover;
}
.brand
{
	
	border-right: 1px solid #d7d7d7;
}
.brand img
{
	padding-bottom: 20px;
}
.brand p {
    color: #212529;
    padding-right: 100px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
}

.loginform p
{
	text-align: center;
	color: #666666;
}
.loginform h4 {
    text-align: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.customshowd
{
	
    background: white;
    padding: 30px;
}

.myback
{
	background-image: linear-gradient(to right, #bcc8d3 0%,  #bcc8d3 100%);
}
.datatable
{
	    height: 380px!important;
}
.icon i
{
	color: #ffffff;
	opacity: .5;
	rotate: 15deg;
}
.bginfo
{
	background: #f7e6b4;
}
.invoiceview h3
{
	font-weight: 600;
    font-family: system-ui;
}
.firstbox
{
	background: #ffffff;
    padding: 20px 10px 30px 10px;
    height: 310px;
}
.firstbox-footer
{
    border-top: 1px solid #d9d9d9;
    background: #00000061;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 5px 10px 5px 20px;
    color: #fff;
    height: 40px;
}
.secondbox
{
	background: #ffffff;
    padding: 20px 10px 30px 10px;
    height: 300px;
}
.secondbox-footer
{
    background: #00000061;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 5px 10px 5px 20px;
    color: #fff;
    height: 37px;
}
.info-box .info-box-text
{
    font-size: 15px;
    font-weight: 600;
    color: #1D2630;
}
.info-box
{
	padding: 0.15rem!important;

}
.mybox
{
	border: 1px solid #c7c7c7!important;
    box-shadow: 0px 0px 5px #c7c7c7!important;
}
.mybox:hover
{
	background: #dbdbdb!important;
    border: none!important;
}
.yellowbtn
{
	background: #ffca00;
    border: 1px solid #ad8a03;
    border-radius: 10px;
    color: #876b00;
    padding: 3px 20px;
    transition: .5s;
}
.yellowbtn:hover
{
	background: #cba100;
    
}
.table th, .table td
{
	font-size: 13px;
    font-weight: 400;
}
.bgsetpur
{
	background: #a9a9a9;
}

.hyp a:hover{
	background: green;
	color: #fff;
	border-radius: 3px;
	padding: 0px 0px 1px 0px;
}
.hyp a
{
	color: #000;
}
.bglight
{
	background-color: rgba(0, 0, 0, 0.04);
}
.mypopup
{
	background: #0000009c;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.innerpopup
{
	background: #ffff;
    width: 40%;
    margin: 10% auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px black;
}
@media only screen and (max-width: 600px)
{
	.sidestrip
	{
		height: 100%;
	}
	.loginform
	{
		width: 100%;
		margin: 13% auto 20% auto;
	}
	.brand p
	{
		padding-right: 0px;
		font-size:14px;
	}
	.brand
	{
		border: none;
	}
	.loginform h4
	{
		font-size: 16px;
     	line-height: 18px;
	}
	.customshowd
	{
		padding: 0px;
	}
	.login-sheet
	{
		padding: 1rem;
	}
}
.bg-primary-lt
{
	background-color: #92aecd !important;
	color: #ffffff;
}
.bg-info-lt
{
	background-color: #73b4bf !important;
	color: #ffffff;
}
.bg-warning-lt
{
	background-color: #f5dc92 !important;
    color: #ffffff;
}
.bg-success-lt
{
	background-color: #71cb85 !important;
	color: #ffffff;
}
.firstbox ul li
{
	background-color: #f3f3f3;
    margin-top: 5px;
}
.firstbox ul li:hover
{
	background-color: #ccd2d9;
}
.secondbox ul li
{
	background-color: #f3f3f3;
    margin-top: 5px;
}
.secondbox ul li:hover
{
	background-color: #ccd2d9;
}

.loginsecadmin {
    background: #e8f0fe;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.brandadmin p {
    color: #ffffff;
    padding-right: 100px;
    font-weight: 400;
    font-family: sans-serif;
}
.loginformadmin h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.login-sheetadmin {
    background: #5d85cb;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 8% auto;
}
.customshowdadmin {
    background: #2c4c85;
    padding: 30px;
	border-radius: 10px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.chat-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  height: 420px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 9999;
}

.chat-header {
  background: #007bff;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-messages {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
  background: #f8f9fa;
}

.chat-input {
  display: flex;
  border-top: 1px solid #ddd;
}

.chat-input input {
  flex: 1;
  border: none;
  padding: 10px;
  outline: none;
}

.chat-input button {
  background: #007bff;
  border: none;
  color: white;
  padding: 10px 15px;
  cursor: pointer;
}

.chat-input button:hover {
  background: #0056b3;
}
.dispute-id
{
    cursor: pointer;
    color: #d60a5f;
}
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #343a40;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#dataTable_wrapper .dt-buttons {
  float: left !important;  /* ya float: inline-start; Bootstrap 5 ke liye */
}
.buttons-html5
{
  background: transparent!important;
  border: none;
}
.buttons-copy
{
  color: #17a2b8;
}
.buttons-csv
{
  color: #6610f2;
}
.buttons-excel
{
  color: #00bc77;
}
.buttons-pdf
{
  color: #dc3545;
}
.buttons-print
{
  background: transparent!important;
  border: none;
  color: #045cbb;
}
.buttons-collection
{
  background: transparent!important;
  border: none;
  
}
.login-title {
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #012970;
}
/*Navision CSS*/
/*.org-cta-btn {
    background-color: #02497b;
    border-color: #02497b;
    width: 150px;
    color: #ffffff;
}*/
/*inoday css*/
.org-cta-btn {
    background-color: #de5a15;
    border-color: #de5a15;
    width: 150px;
    color: #ffffff;
}
.btn-theme-bg-1 {
    background-image: linear-gradient(-135deg, #1de9b6 0%, #1dc4e9 100%);
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
}

.btn-theme-bg-2{
  background-image: linear-gradient(-135deg, #899fd4 0%, #a389d4 100%);
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 3px 10px;
} 