/*Custom Fonts code starts */

/*@font-face {
    font-family: 'Noto Sans';
    src: url("../Fonts/NotoSans-Medium.ttf");
  
}*/

@font-face {
    font-family: 'NotoSansCustom';
    src: url('../Fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: 600 !important;
    font-style: normal;
    font-display: swap;
    font-size: 15px !important;
}
body {
    font-family: 'NotoSansCustom', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}


/* Login-form css starts */

html, body {
    font-family: 'NotoSansCustom', sans-serif !important;
    height: 100%; /* Ensures that the background covers full height */
    margin: 0;
    font-size: 15px !important;
    font-weight: 600 !important;
}

  .heading_name {
	color: #fff;
	font-weight: 600;
	font-size: 50px;
  }

  .copyrightname {
	position: fixed;
	bottom: 40px;
    color: #fff;
    font-size: 16px;
  }

  
  .loginbg_image {
	background-image: url("../Images/Bg.png");
	background-size: cover; /* Stretches the image to fit the screen */
	background-position: center center;
	background-repeat: no-repeat;
	justify-content: center; /* Center horizontally */
	align-items: center;
	display: flex;
	min-height: 100vh;
  }

.loginform_wrap .Btn_Submit { 
    background: #104F9E;	
    border-radius: 10px;
    width: 100%;
    height: 55px;
    border: none;
    outline: none;        
    cursor: pointer;
    color: #fff;
    font-size: 15px !important;
    margin: 7px 0 7px 0;
    font-weight: 600;
}
.loginform_wrap {
    height: 100vh !important;
    background: #FFFFFF;
   width: 100% !important;
}

.loginform_wrap .title_container {
	color: #104F9E;
    font-size: 30px;
    font-family: 'Noto Sans';
    font-weight: 600;
    margin-bottom: 20px;
}

    .loginform_wrap label {
        color: #104F9E;
        font-size: 15px !important;
        font-weight: 600 !important;;
        line-height: 14px;
        word-wrap: break-word;
        margin-bottom: 13px;
        font-family: 'Noto Sans';
    }

.loginform_wrap input::placeholder {
	color: #AAAAAA;
  }

.loginform_wrap input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 4px;
	background-clip: content-box;
	border: 2px solid #104F9E;
	border-radius: 50%;
	margin: -5px 0;
}

.loginform_wrap input[type="radio"]:checked {
	background-color: #104F9E;
	border-radius: 50%;
	margin: -5px 0;
}
.form-toggle input[type="radio"]:checked+* {
	color: #104F9E;
}

 .Asterik {
	color: #EA4335;
	font-size: 16px;
}

.form_error_msg {

    color: #EA4335;
    position: absolute;
    font-weight: 600;
    top: 44px;
    margin-top: 5px;
    font-size: 12px;

}


.loginform_wrap #normal-login {
	display: none;
}

.loginform_wrap .sso_name, .loginform_wrap .login_name {
    margin: 0 25px 0 8px;
    cursor: pointer;
    font-size: 16px;
    color: #AAAAAA;
    font-family: 'Noto Sans';
    font-weight: 600 !important;;
}

.loginform_wrap input[type=text],
.loginform_wrap input[type=email],
.loginform_wrap input[type=password] ,
.loginform_wrap select {
	width: 100%;
	padding: 5px 15px 5px 40px;
	height: 50px;
	border: 1px solid #AAAAAA;
	border-radius: 10px;
	box-sizing: border-box;
	outline: none !important;
    box-shadow: none !important;
	color: #403B3B;
	font-size: 15px !important;
	line-height: 18px;
	word-wrap: break-word;
}

.loginform_wrap select  {
	padding: 5px 15px 5px 15px !important;
}

.loginform_wrap .icon_hidepasscode {
	content:url("../Images/IconPassshow.png");
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	margin: 15px 10px;
	height: 17px;
	cursor: pointer;
}

.loginform_wrap .icon_showpasscode {
	content:url("../Images/IconPasshide.png");
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	margin: 15px 10px;
	height: 17px;
	cursor: pointer;
}

.login_logo {
	width: 200px;
    height: auto;
	/*content:url("~/Images/logo.png");*/
}
    

.loginform_wrap .input-group-addon {
	position: relative;
    right: 8px;
    bottom: 48px;
	font-size: 15px !important;
}

.loginform_wrap .icon_lock::before {
	content:url("../Images/IconPasscode.png");
	position: absolute;
	pointer-events: none;
	margin: 15px 14px auto 15px;
}

.loginform_wrap .icon_User::before {
	content:url("../Images/Icon_User.png");
	position: absolute;
	margin: 15px 12px auto 12px;
	pointer-events: none;
}

.forgot_password {
	font-size: 15px !important;
	color: #104F9E !important;
    text-decoration: underline !important;
}

/* Login-form css ends */


/* Marquee Grren content Scroll css starts here */
.header-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9;
    display: flex;
	top: 0px;
}
.marq_content {
    max-width: 100% !important;
    padding: 0px 0px !important;
}
marquee {
	width: 100% !important;
    box-sizing: border-box;
    background-color: #7FAC15;
    font-size: 15px !important;
    color: #fff;
    align-items: center;
    overflow: hidden;
    display: inline-block;
	height: 42px;
    position: absolute;
}
.Marquee-content {
    display: flex;
}
.Marquee-tag {
    width: 100%;
    margin: 0em 5.5em;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* Marquee Grren content Scroll css ends here */

 /* Slider banner css starts */

 .mySlides {
	display: none
}
.mySlides img {
	width: 100% !important;
    height: 360px !important;
}
.slideshow-container {
	width: 100%;
	position: relative;
}

.dot {
    cursor: pointer;
    height: 6px;
    width: 25px;
    margin: 0 4px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot-box {
    text-align: center;
    position: relative;
    bottom: 60px;
}

.dot.active, .dot:hover {
    background-color: #fff;
}
/* Slider banner css ends */

/*   sidebar dashboard css starts */
.Arrow_Change {
    position: absolute;
    top: 50%;
    right: -12px;
    z-index: 9;
    width: 20px;
    height: 30px;
    border-radius: 0px 8px 8px 0px;
    background: #034da2;
    cursor: pointer;
    transform: none;
}

.sidebar.closed .Arrow_Change img {
	transform: rotate(-180deg);
}

.logo-image {
	content: url("../Images/logo.png");
	width: 52px;
    height: 52px;
}

.logo-image-collapse {
	display: none;
}

 .sidebar.closed .logo-image-collapse {
	display: block !important;
    width: 160px;
    position: relative;
    top: 12px;
    left: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 80px;
	background: #102D6A;
	z-index: 100;
	padding: 12px 0px 12px 12px;
  }
  /*.sidebar.closed {
	width: 300px;
  }*/
body.sidebar-pinned .sidebar {
    width: 300px;
}
nav.sidebar.aside.closed {
    width: 300px;
}
  .home-section {
	position: relative;	
	min-height: 100vh;
	left: 80px;
	top:0px;
	width: calc(100% - 80px);
  }
  .sidebar.closed ~ .home-section {
	left: 300px;
	width: calc(100% - 300px);
  }
  
 .sidebar.closed .sidebar-nav a {
	width: 235px;
  }
  .sidebar-nav a {
	display: flex;
    align-items: center;
	width: 52px;
    height: 35px;
    margin: auto;
	background-color: transparent !important;
    border-radius: 0.375rem;
	padding: 14px;
    border: none !important;
    margin: 7px 0px;
	cursor: pointer;
}
.sidebar-nav a.active {
	background-color: #2777B8 !important;
}
 
  
  .sidebar-nav a .nav-link-text {
	font-size: 15px !important;
	opacity: 0;
	visibility: hidden;
  }
  
  .sidebar.closed .sidebar-nav a .nav-link-text {
	opacity: 1;
	visibility: visible;
	position: relative;
    left: 20px;
	color: #fff;
    bottom:4px;
  }

.nav-link {
	width: 24px;
	height: 24px;
	display: inline-block;
}	

.Img_Home::before {
	content: url('../Images/Home_Img.png');	
}

.Img_Account::before {
	content: url('../Images/Account_Img.png');	
}
.Img_Sales::before {
	content: url('../Images/Sales_Img.png');	
}

.Img_Invoice::before {
	content: url('../Images/Invoice_Img.png');	
}

.Img_Ageing::before {
	content: url('../Images/Outstanding_Img.png');	
}
.Img_Balance::before {
	content: url('../Images/Balance_Img.png');	
}
.Img_More::before {
	content: url('../Images/Icon_More.png');	
}
.Img_UserMng::before {
    content: url('../Images/User management.png');
}
.Img_UserMng::after {
    content: url(../Images/DownArrow.png);
    text-align: right;
    float: right;
    position: relative;
    left: 50px;
    top: 0px;
}
.Configuration::before {
    content: url('../Images/Configuration.png');
}

.Configuration::after {
    content: url(../Images/DownArrow.png);
    text-align: right;
    float: right;
    position: relative;
    left: 50px;
    top: 0px;
}

.Img_User::before {
    content: url('../Images/User allocation.png');
}
.Img_Dist::before {
    content: url('../Images/Distributor allocation.png');
}
.Img_Ticker::before {
    content: url('../Images/Ticker configuration.png');
}
.Img_Banner::before {
    content: url('../Images/Banner configuration.png');
}


.Img_Inventory::before {
    content: url('../Images/Current Inventory Status.png');
}
.Img_dispatch::before {
    content: url('../Images/Dealer dispatch details.png');
}
.Img_Debitcredit::before {
    content: url('../Images/Debit and credit details.png');
}
.Uploads::before {
    content: url('../Images/Uploads.png');
}

.Img_Notify::before {
    content: url('../Images/BellIcon.png');
    left: 3px;
    position: relative;
}
.Img_Profile::before {
    content: url('../Images/NoImage_123.png');
    right: 13px;
    position: relative;
}
/*Added by Chandrakant on 24-DEC-2024*/
.Img_Profile_1::before {
    content: url('../Images/NoImage_123.png');
    right: 13px;
    position: relative;
}
/*============================*/
.Img_Claim::before {
	content: url('../Images/Icon_Claim.png');	
	vertical-align: middle;
}
.Img_Catalogue::before {
	content: url('../Images/Icon_Catalogue.png');
	vertical-align: middle;	
}
.Img_Submit::before {
	content: url('../Images/Icon_Submission.png');	
	vertical-align: middle;
}
.Img_Crop::before {
	content: url('../Images/Icon_Crop.png');	
	vertical-align: middle;
}
.Img_Promotion::before {
	content: url('../Images/Icon_Promotions.png');	
	vertical-align: middle;
}
.Img_LogOut::before {
	content: url('../Images/Icon_LogOff.png');	
}
.Img_ChangePwd::before {
    content: url('../Images/ChangePwd.png');
}
#myDropdown::before {
	content: url('../Images/Icon_Angle.png');	
	position: absolute;
    left: -15px;
    bottom: 67px;
    z-index: 999 !important;
}
.Profile_Text {
	left: 5px !important;
}
.Small_Text {
   font-size: 11px;
}
.sidebar.aside.closed .logo-image {
    display:none;
}
.sidebar.aside .logo-image {
    width: 72px !important;
    
    height: 35px !important;
    position:relative;
    right:10px;
}
.sidebar.aside {
    background: #034da2 !important;
}
.footer, table.footer {
    background: #034da2 !important;
    color: #e5e7eb;
}
    /* .sidebar.closed .dropdown-content {
    left: 285px;
} */
    .sidebar-nav {
    /*height: 100%;*/
    display: inline-block;
    border: none;
    position:relative;
    right:5px;
}
.sidebar-nav-logout nav nav-tabs mt-1 {
    height: 100%;
    display: inline-block;
    border: none;
    position: relative;
    right: 5px;
}


.sidebar-nav ul {
    list-style: none;
    height: 100%;
    display: flex;
    flex-flow: column;
    gap: 0.25rem;
}

.footer {
    color: #fff;
    font-size: 15px !important;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #097ADF;
    text-align: center;
    height: 42px;
    line-height: 40px;
}

.dropdown-content {
    display: none;
    /* position: absolute; */
    background-color: #034da2;
    z-index: 1;
    width: 314px;
    border-radius: 8px;
    bottom: 50px;
    /* left: 100px; */
}

.Img_More::after {
    content: url(../Images/DownArrow.png);
    text-align: right;
    float: right;
    position: relative;
    left: 70px;
    top: 0px;
}

.dropdown-content a {
    color: #fff;
    text-decoration: none;
    display: block !important;
}

.myDropdown ul {
    width: 100%;
    padding: 8px 8px;
}

    .myDropdown ul li a {
        width: 100% !important;
        height: 40px;
        margin-top: 0px;
        padding: 5px 3px;
    }

        .myDropdown ul li a span {
            font-size: 15px !important;
            margin-left: 0px;
            vertical-align: text-bottom;
        }
/*   sidebar dashboard css ends here */


/* Dashboard Homesection css starts */

	.CardNotifiy {
		padding: 17px 17px;
		display: inline-block;
		border: 1px solid #E4E4E4;
		border-radius: 13px;
		box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.3);
	}
	.CreditSection .CardNotifiy {
		height: 120px;
	}
	.card_count {
		color: #104F9E;
		font-size: 40px;
		font-weight: 700;
		line-height: normal;
		float: right;
	}
	.ActivitySection .card_count {
		float: none;
	}
	.ActivitySection .DotCircle::before {
		content: "";
		vertical-align: middle;
		width: 10px;
		height: 10px;
		margin-right: 2px;
		background-color: #104F9E;
		border-radius: 50%;
		display: inline-flex;
	}
	.ActivitySection .BlueCircle::before {
		content: "";
		background-color: #104F9E;
	}
	.ActivitySection .GreyCircle::before {
		content: "";
		background-color: #E2E7E7;
	}
	.CreditSection .card_count {
		position: absolute;
		bottom: 10px;
		right: 15px;
	}
	.CreditSection .card_name {
		padding: 0px 0px !important;
	}
	.card_name {
		font-size: 15px !important;
		line-height: 25px;
		padding: 10px 0px;
		width: auto;
		display: inline-block;
		font-weight: 600;
	}
	.SummarySection .card.bg-white , .CreditSection .card.bg-white {
		border-radius: 13px !important;
		margin-bottom: 30px !important;
        padding:10px;
	}
	h5.title_name {
		font-weight: 600;
		margin-bottom: 20px;
	}
table, table:hover, .table-responsive {
    border-radius: 8px;
    background: #f4f7fb;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
    font-size: 15px !important;
}
        table thead tr {
            background: #E8E8E8;
            /* height: 38px; */
            font-size: 15px !important;
        }
	.column {
		float: left;
		width: 20%;
		padding: 0 20px;
		box-sizing: border-box;
	}

  .chart-holder img {
	width: 255px;
	height: 184px;
	display: block;
	margin: auto;
  }
  .TextGreen {
	color: #7FAC15;
	font-weight: 700;
	vertical-align: super;
  }
  .TextGreen::before {
	content: url('../Images/ArrowUp.png');	
	vertical-align: text-top;
    margin-right: 5px;
}
.TextRed {
	color: #DA3E4E;
	font-weight: 700;
	vertical-align: super;
  }
  .TextRed::before {
	content: url('../Images/ArrowDown.png');	
	vertical-align: text-top;
    margin-right: 5px;
}
  .SubTitle {
	font-size: 15px !important;
	vertical-align: super;
  }
  .Graph_Card .card {
    border: 1px solid #E4E4E4;
    border-radius: 13px;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
 
  /* Dashboard Homesection css ends */

/* Account page css starts */

.BackArrow {
    content: url('../Images/BackArrow.png');
    vertical-align: middle;
    margin-right: 12px;
    cursor: pointer;
}


.title_name {
    font-size: 20px;
    font-weight: 600;
    color: #2F3A4C;
}

.AccountSection .CardNotifiy {
    padding: 1px 15px !important;
	width: max-content !important;
}
.AccountSection .card_name {
    padding: 10px 15px 10px 0px !important;
}
.AccountSection .card_count {
    font-size: 30px;
    margin-top: 10px;
}
.AccountSection .txt_grey {
	color: #7A7A7A;
	position: relative;
    top: 20px;
}
.AccountSection .CustomSelect {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.3);
    padding: 5px 8px;
    color: #495057;
    background: #fff;
    outline: none !important;
    cursor: pointer;
    margin-bottom: 20px;
}
.Btn_PDF , .Btn_New , .Btn_Save {
    background: #104F9E;
    color: #fff !important;
    outline: none !important;
	box-shadow: none !important;
    border: none;
    padding: 7px 13px;
    border-radius: 8px;
}

.AccountSection tbody td , .AccountSection thead th {
	padding: 15px 10px;
    vertical-align: middle;
}
 .AccountSection .Arrow_Right {
	content: url("../Images/Icon_Arw_Right.png");
	vertical-align: middle;
    border: 1px solid #104F9E;
    padding: 5px;
    border-radius: 4px;
	cursor: pointer;
 }

 .StatusBox {
	border-radius: 13px;
    font-size: 15px !important;
    text-align: center;
    padding: 4px 10px;
    text-transform: uppercase;
}
.CompleteBox {
	color: #7FAC15;	
   border: 1px solid #7FAC15;
}
.PendingBox {
	color: #EF8234;
    border: 1px solid #EF8234;
}
.CancelBox {
	color: #DA3E4E;	
	border: 1px solid #DA3E4E;
}

.View_Invoice {
	content: url("../Images/View_Invoice.png");
    margin: 0px 10px 0px 0px;
    border: 1px solid #ddd;
    padding: 10px 5px;
    border-radius: 8px;
	cursor: pointer;
}
.Download_Invoice {
	content: url("../Images/DownloadPDF.png");
    border: 1px solid #ddd;
    padding: 5px 4px;
    border-radius: 8px;
	cursor: pointer;
}
.Edit_Invoice {
    content: url("../Images/UserEdit.png");
    border: 1px solid #ddd;
    padding: 5px 4px;
    border-radius: 8px;
    cursor: pointer;
}
.Cancel_Invoice {
    content: url("../Images/cancel.png");
    border: 1px solid #ddd;
    padding: 5px 4px;
    border-radius: 8px;
    cursor: pointer;
}
.Allocate_Invoice {
    content: url("../Images/Allocate.png");
    border: 1px solid #ddd;
    padding: 5px 4px;
    border-radius: 8px;
    cursor: pointer;
}

#Ageing_tbl tr th, #Ageing_tbl tr td {
    border: 1px solid #ddd !important;
}

.DetailsPg label {
    color: #8A8A8A;
    font-size: 12px;
}
.DetailsPg p {
    color: #231F20;
    font-weight: 700;
    font-size: 15px !important;
}
.DetailsPg .BorderDetail {
    margin-top: 7px;
    padding: 8px 0px 0px 0px;
}
.hiddenRow {
    padding: 0 !important;
	border: none !important;
}
.Img_Close {
	content: url("../Images/cancel.png");
	float: right;
    width: 15px;
    height: 15px;
	cursor: pointer;
}
.DetailsPg .media {
   border-bottom: 1px solid #D1D1D1;
}

#FileUpload::placeholder {
	display: none;
}
/*.BorderDetail input , .BorderDetail select  {
	font-size: 15px !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: 4px;
	background: #fff !important;
	border-color: #D1D1D1 !important;
    height: 45px;
}*/
 input[type="file"] {
	position: relative;
	border: 1px solid #ddd;
    width: 100%;
	cursor: pointer;
  }
  input[type="file"]::before {
	content: url("../Images/Icon_Upload.png");
	right: 10px;
    position: relative;
    float: right;
    top: 10px;
  }
  input[type="file"]::after {
	position: absolute;
	pointer-events: none;
	top: 11px;
	left: 15px;
	color: #104F9E;
	content: "Browse & Upload";
  }
    
  /* file upload button */
  input[type="file"]::file-selector-button {
	border-radius: 4px;
	padding: 0 90px;
	color: transparent;
	height: 40px;
	cursor: pointer;
	background-color: transparent !important;
	border: 1px solid transparent !important;
	outline: none !important;
	margin-right: 90px;
  }

.TextBlue {
	color: #104F9E;
	font-weight: 600;
	text-decoration: underline;
}
.Btn_Reject {
	background-color: #DA3E4E;
	color: #fff !important;
	box-shadow: none !important;
}
.Btn_Reject::before {
    content: url("../Images/IconDismiss.png");
	vertical-align: sub;
    margin-right: 5px;
}
.Btn_Accept {
	background-color: #7FAC15;
	color: #fff !important;
	box-shadow: none !important;
}
.Btn_Accept::before {
    content: url("../Images/Icon_Check.png");
	vertical-align: sub;
    margin-right: 5px;
}
.Btn_Download  {
	border-color: #104F9E;
	color: #104F9E !important;
	box-shadow: none !important;
}
.Btn_Download::before {
	content: url("../Images/Icon_File.png");
	vertical-align: sub;
    margin-right: 5px;
}
 .Btn_Cancel {
	border: 1px solid #104F9E;
	color: #104F9E !important;
	box-shadow: none !important;
	background-color: #fff;
	padding: 6px 13px;
	margin-right: 15px;
    border-radius: 8px;
 }

.IconProfile {
	/*content: url(../images/MyProfile.png);*/

	content: url('../Images/No Image.jpg');
	border-radius: 50%;
	width: 180px !important;
}

.IconEditProfile {
	content: url(../images/ProfileEdit.png);
	position: absolute;
    right: 65px;
    top: 120px;

}
.ProfileSection.card {
	border-radius: 10px;
	
}

.Add_User_Form input, .Add_User_Form select {
    font-size: 15px !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    background: #F5F5F5 !important;
    border: transparent;
    height: 50px;
}

.Border_Bottom {
	border-bottom: 1px solid #B7B7B7;
	padding-bottom: 10px;
    margin-bottom: 20px;
	display: block;
	position: relative;
}

.ProfileTitle {
	color: #102D6A;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.modal-content {
	border-radius: 12px;
}

.refresh_btn {
    background: #ffffff;
    border-radius: 30px;
    color: #3f475a;
    height: 32px;
    line-height: 24px;
    padding: 1px 0px 24px 10px;
    border: 1px solid #7A7A7A !important;
    cursor: pointer;
}
input[type=date].form-control {
    width: auto;
    display: inline-flex;
	cursor: pointer;
}

.form-control, select {
    height: 40px;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    font-size: 15px !important;
}

.sidebar-wrapper {
    height: calc(100vh - 270px);
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.sidebar-wrapper::-webkit-scrollbar{
	width: 6px;
    height: 5px;
}
    .sidebar-wrapper::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #F36F21;
    }

    .sidebar-wrapper::-webkit-scrollbar-track {
        background-color: #d9d9d9;
        border-radius: 5px;
    }

.signout-wrapper a {
    height: 30px;
}
.profile-nav li {
    padding: 10px 0px 0;
}
li.sidebar-brand.NotifyDropUp{
    padding-top: 0px;
}
.paginate_button.next {
	content: url("../Images/Icon_Arw_Right.png");
	vertical-align: middle;
	border: 1px solid #104F9E;
	padding: 6px 4px 4px 4px;
	border-radius: 4px;
	cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-radius: 2px;
    background: #fff;
    color: #104F9E !important;
    text-decoration: none !important;
    font-size: 15px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #FFFFFF;
    border: none;
    border-radius: 2px;
    padding: 7px 14px;
    font-size: 15px !important;
    text-decoration: none !important;
}

.paginate_button.previous, .dataTables_filter  {
	display: none;
}
.dataTables_paginate {
    position: relative;
    top: 40px;
    text-align: center;
    cursor: pointer;
    color: #104F9E !important;
    font-size: 15px !important;
}
.dataTables_info {
    position: relative;
    top: 25px;
    color: #AAAAAA;
    font-size: 15px !important;
}

.dataTables_wrapper {
    padding-bottom: 100px;
    font-size: 15px !important;
}

.refresh_txt {
	background: transparent;
	height: 22px;
	border: none;
	outline: none;
	width: 145px;
}

.refresh_btn_icon {
	border-radius: 0px 30px 30px 0px;
	background: #0091ff;
	border: none;
	height: 32px;
	padding: 0px 10px;
	position: relative;
	top: -2px;
	right: 0px;
}

	.refresh_btn_icon::before {
		content: url(../Images/refresh-dashboard.png);
		cursor: pointer;
		text-align: center;
		vertical-align: middle;
	}

.mainwrapper .sidebar.closed .logo-image-collapse {
    display: block;
    width: 160px;
    position: relative;
    top: 12px;
    left: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}


.Img_More::after {
    content: url(../Images/DownArrow.png);
    text-align: right;
    float: right;
    position: relative;
    left: 70px;
    top: 0px;
}


.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
    .loader-overlay .loader-image {
        text-align: center;
        margin-top: 30vh;
    }
 
 
        .loader-overlay .loader-image img {
            max-width: 100px;
        }
.profiledetails {
	text-align: center !important;
	border: none !important;
	outline: none !important;
}

#DealerCode {
	width: 90px !important;
}
div#content {
	display: none;
}

.toast-center-pushed-down {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.calendar-icon {
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    cursor: pointer;
}
    .calendar-icon::before {
        content: "\f073";
        font-size: 18px;
        font-family: FontAwesome;
        color: #888383 !important;
    }

.custom-th {
	border-right: 2px solid #ddd;
	position: absolute;
	left: 25px;
	z-index: 999999 !important;
	height: 51px;
}

 /*Report Dropdown Changes */
.select2-container--default .select2-selection--multiple {
	background-color: white;
	width: 200px;
	height: 45px;
	display: inline-flex;
	overflow-y: scroll;
	border: 1px solid #ddd;
	outline: none !important;
}

	.select2-container--default .select2-selection--multiple .select2-selection__rendered {
		box-sizing: border-box;
		list-style: none;
		margin: 0;
		padding: 0 5px;
		width: 100%;
		height: fit-content;
	}

span.customMultiSelect {
	display: inline-block;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	font-size: 10px !IMPORTANT;
}

/*
#ddlZone .select2-container--default .select2-selection--multiple,
#ddlZone span.select2-selection.select2-selection--multiple {
	width: 180px !important;
}*/
.customMultiSelect select {
	width: 200px !important;
	height: 45px;
	vertical-align: middle;
}



.Active_Class {
    content: url("../Images/Icon_Check.png");
    border: 1px solid #ddd;
    padding: 5px 4px;
    border-radius: 8px;
    cursor: pointer;
    width: 35px;
    background-color: forestgreen;
}

.Inactive_Class {
    /*content: url("../Images/inactive.png");*/
    content: url("../Images/IconDismiss.png");
    border: 1px solid #ddd;
    padding: 5px 4px;
    border-radius: 8px;
    cursor: pointer;
    width: 35px;
    background-color: red;
}


/*Notification*/
.NotifyDropUp .DropMenu {
    display: none;
    position: absolute;
    top:0;
    left: 95px;
    font-size: 13px !important;
    height: auto;
    border-radius: 8px;
    text-align: left;
    width: 265px;
    padding: 15px;
    background-color: white;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgba(140, 136, 150, 0.2);
}

.DropMenu li {
    padding: 10px 15px;
    border-radius: 3px;
    color: black;
}

ul.DropMenu:before {
    border-color: transparent #adaaaa transparent transparent;
    position: absolute;
    content: ""; 
    border-style: solid;
    left: -30px;
    top: 0%;
    border-width: 15px;
    display: block;
}
.sidebar.closed ul#Notification {
    left: 212px;
}

.ms-drop {
    width: 100% !important;
    margin-top: 1px !important;
    left: 0px !important;
}

.form-control.CustomSelect {
    display: inline-block !important;
    width: 200px;
}
.ms-choice {
    background: transparent !important;
    border: none !important;
}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.3);
    padding: 5px 8px;
    outline: none !important;
    background: #fff;
    height: 40px;
}

.ms-drop ul > li label {
    font-size: 15px !important;
}

.ms-drop input[type="checkbox"] {
    margin-right: 4px;
}
.ms-choice > span {
    top: 4px !important;
    outline: none !important;
    color: #495057;
    background: #fff;
}



/* + icon */

.SectionHeading {
    font-size: 17px;
    font-weight: 600;
    color: #1F4E8C;
}

/* Buttons */
.BtnCancel {
    background: #fff;
    border: 2px solid #1F4E8C;
    padding: 8px 22px;
    border-radius: 8px;
    font-size: 15px;
}

.BtnUpdate {
    background: #1F4E8C;
    color: white;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 15px;
    border: none;
}

.ViewAction {
    content: url('../Images/View_Invoice.png');
    cursor: pointer;
    vertical-align: bottom;
}
.EditAction {
    content: url('../Images/EditIcon.png');
    cursor: pointer;
    vertical-align: bottom;
}
.ResetAction       { 
    content: url('../Images/ResetIcon.png'); 
    cursor: pointer;
    vertical-align: bottom;
}
.BlockAction       { 
    content: url('../Images/BlockIcon.png'); 
    cursor: pointer;
    vertical-align: bottom;
}
.UnblockAction       { 
    content: url('../Images/UnBlockIcon.png'); 
    cursor: pointer;
    vertical-align: bottom;
}
.AllocateAction       { 
    content: url('../Images/AllocateIcon.png'); 
    cursor: pointer;
    vertical-align: bottom;
}


/* Search input styling */
.dataTables_filter input {
    width: 100%;
    max-width: 250px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.navbar-badge {
    color: #fff;
    background-color: #dc3545;
    border-radius: 50%;
    height: 17px;
    width: 17px;
}


/* Floating chat icon */

.chat-icon::before {
    content: url('../Images/messaging.png');
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index:1000!important;
}


.chat-container {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 800px;
    z-index: 999;
    height: 450px;
    background: #fff;
    border-radius: 8px;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    overflow: hidden;
}


.chat-users {
    width: 35%;
    border-right: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 1px 2px 4px 2px #00000026;
    padding:15px;
}

.dealeruser {
    padding: 12px;
    cursor: pointer;
}

    .dealeruser:hover {
        background: #eee;
    }

    .dealeruser.active {
        background: #104F9E;
        color: white;
    }


.chat-box {
    width: 65%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 2px 4px 2px #00000026;
    border-radius: 8px;
    border-left: 1px solid #ddd;
}

    .chat-box textarea {
        flex: 1;
        resize: none;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width:100%;
        max-width:100% !important;
    }

    .chat-box button {
        margin-top: 10px;
        align-self: flex-end;
        padding: 8px 20px;
        background: #104F9E;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

/*.dealersection {
    padding: 12px 12px 0px 12px;
}*/



.manager-name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

.manager-role {
    font-size: 11px;
    color: #777;
}

.dealer-title {
    font-size: 11px;
    color: #888;
    margin: 0px 12px 12px 12px;
    text-transform: uppercase;
}


.NotifyDropUp .DropMenu_1 {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 600px;
    z-index: 999;
    height: 350px;

    display: none;
    /*position: relative;*/
    /*bottom: 465px;
    right: -1300px;*/
    font-size: 13px !important;
    height: auto;
    border-radius: 8px;
    text-align: left;
    width: 265px;
    padding: 15px;
    background-color: white;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgba(140, 136, 150, 0.2);
}

.DropMenu_1 li {
    padding: 10px 15px;
    border-radius: 3px;
    color: black;
}

ul.DropMenu_1:before {
    border-color: transparent #adaaaa transparent transparent;
    position: absolute;
    content: "";
    border-style: solid;
    right: -30px;
    top: 70%;
    border-width: 15px;
    display: block;
}


.sidebar.closed ul#PushNotification {
    left: 212px;
}

    
.myDropdown1 ul {
    width: 100%;
    padding: 8px 8px;
}

    .myDropdown1 ul li a {
        width: 100% !important;
        height: 40px;
        margin-top: 100px;
        padding: 5px 3px;
    }

        .myDropdown1 ul li a span {
            font-size: 15px !important;
            vertical-align: middle;
            margin-left: 0;
        }


.sidebar.closed .sidebar-nav1 a {
    width: 235px;
}

.sidebar-nav1 a {
    display: flex;
    align-items: center;
    width: 52px;
    height: 52px;
    margin: auto;
    background-color: transparent !important;
    border-radius: 0.375rem;
    padding: 14px;
    border: none !important;
    margin: 7px 0px;
    cursor: pointer;
}

    .sidebar-nav1 a.active {
        background-color: #2777B8 !important;
    }


    .sidebar-nav1 a .nav-link-text {
        font-size: 15px !important;
        opacity: 0;
        visibility: hidden;
    }

.sidebar.closed .sidebar-nav1 a .nav-link-text {
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 20px;
    color: #fff;    
}

.sidebar-nav1 {
    height: 100%;
    display: inline-block;
    border: none;
   
}

    .sidebar-nav1 ul {
        list-style: none;
        height: 100%;
        display: flex;
        flex-flow: column;
        gap: 0.25rem;
    }

/* Chat container END */




a#ancLogOut {
    position: relative;
    left: 6px;
}

a.nav-link.Img_Notify {
    position: relative;
    
}

.chat-users {
    padding: 15px;
}

.AccountSection {
    padding-top: 15px;
}

img#uploadedImage_1 {
    position: relative;
    
}




/* ------------ Product Catalogue page css starts here ---- */

.Prodgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


    .Prodgrid .card img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }


    .Prodgrid .card p {
        font-size: 15px !important;
        color: #777;
    }

    .Prodgrid .card {
        background: #fff;
        border-radius: 12px;
        padding: 15px;
        position: relative;
        box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    }

    .Prodgrid .image-wrap {
        position: relative;
        text-align: center;
    }

        .Prodgrid .image-wrap img {
            width: 100%;
            height: 200px;
            object-fit: contain;
        }

    .Prodgrid .status {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: #07940E;
        color: #fff;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 4px;
        box-shadow: 0px 3px 4px 0px #0000000A;
    }

    .Prodgrid .card h4 {
        margin: 12px 0 8px;
        font-size: 15px !important;
        color: #231F20 !important;
        font-weight: 600;
    }

    .Prodgrid .card-footer {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 0px !important;
    }

    .Prodgrid .desc {
        font-size: 11px;
        color: #8D8D8D !important;
        line-height: 1.4;
        max-width: 75%;
    }

    .Prodgrid .price {
        font-weight: 600;
        white-space: nowrap;
        color: #231F20 !important;
    }


/* ------------ Product Catalogue page css ends here ---- */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 36px !important;
    text-align: left !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.select2-results__option {
    background: #fff !important;
    color: #495057 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 40px !important;
    border-radius: 8px !important;
    border: 1px solid #D2D2D2 !important;
}





li.sidebar-brand.NotifyDropUp_1.dropdown-active {
    position: absolute;
}

li.sidebar-brand.NotifyDropUp.dropdown-active {
    position: relative;
}

button#pinBtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 5px 8px;
    /* border-radius: 4px; */
    width: 15%;
    right: 5%;
    float: right;
    position: absolute;
    top: 4%;
}

.sidebar.aside span#spnUserName_withoutDealer {
    display: none;
}

.sidebar.aside.closed span#spnUserName_withoutDealer {
    display: contents;
}

/*.home-section.Pinned {
    left: 300px !important;
}*/

/*
.home-section.Pinned {
    left: 300px !important;
}*/
/*css for pinned-bar*/
.sidebar-pinned .mainwrapper {
    align-items: stretch !important;
    display: flex;
}

.sidebar-pinned .content-wrapper {
    flex-wrap: wrap !important;
    display: flex;
    width: 100%;
    overflow-x: hidden;
    margin-left: 300px;
}

.content-wrapper {
    transition: all 0.3s ease;
    margin-left: 0px;
}

.sidebar-pinned .Arrow_Change {
    display: none !important;
}

.Homewrapper {
    width: 100%;
}

.sidebar-pinned .content-wrapper {
    padding: 30px;
}

.mainwrapper {
    width: 100%;
}

.ms-parent {
    width: 100% !important;
}

.sidebar-pinned .home-section {
    left: 0;
    width: calc(100% - 0px);
}


.Product-catelog .ms-parent {
    width: 138.075px !important;
}

label#lblUpperLine {
    white-space: nowrap;
    display: inline-block;
    padding-left: 100%;
    animation: scrollText 20s linear infinite;
	color: #034da2;
}

.outer-scroll {
    width: 100% !important;
    box-sizing: border-box;
    background-color: var(--color-accent);
    font-size: 15px !important;
    color: #fff;
    align-items: center;
    overflow: hidden;
    display: inline-block;
    height: 42px;
    position: absolute;
}

@keyframes scrollText {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.chat-users .custom-select .ms-drop ul {
    max-height: 170px !important;
}

.ProductCatalogue .PendingBox {
    display: inline-block;
    margin: 0 0 10px;
}

.userallocation .AccountSection input, .DistributorAllocation .AccountSection input {
    width: 256px;
}

.pin-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pin-label {
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

#newAccount_statement .datepicker-container {
    width: 100%;
}

#pinBtn {
    cursor: pointer;
}

.Marquee-content label#lblUpperLine:hover {
    animation-play-state: paused;
}


span#spnLogOut {
    left: 15px;
}

