
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body, html {
	line-height: 1.8;
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	 font-weight: 400;
	 margin:0px;
     padding:0px;
     font-size: 15px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-weight: 400;
    line-height: 1.5em;
}


p {
	font-size: 15px;
	margin: 12px 0 0;
	line-height: 24px;
}



a{
	color: #463E8C;
	font-weight: 400;
}

button:focus{
	box-shadow:none;
	outline:none;
	border:none;
}

button{
	cursor:pointer;
}

ul, ol {
	padding: 0;
	margin:0px;
		list-style: none;
}



a,
a:hover,
a:focus {
    
    text-decoration: none;
    transition: all 0.3s;
}



/*=======================================================
  material-icons  copy & paste form site google material-icons
  ==================================================*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*=======================================================
  material-icons  copy & paste form site google material-icons
  ==================================================*/



.wrapper {
	position: relative;
    width:100%;
	overflow:auto;
}





/* ---------------------------------------------------
    SIDEBAR STYLE start
----------------------------------------------------- */



#sidebar {
    position:fixed;
	height:100vh!important;
    top: 0;
    bottom: 0;
    left: 0;
    z-index:11;
    width: 260px;
	overflow:auto;
	transition:all 0.3s ;
    background: #463E8C;
}


#sidebar::-webkit-scrollbar{
	width:5px;
	border-radius:10px;
	background-color:#eee;
	display:none;
}
#sidebar::-webkit-scrollbar-thumbs{
	width:5px;
	border-radius:10px;
	background-color:#333;
	display:none;
}


#sidebar:hover::-webkit-scrollbar{
	display:block;
}
#sidebar:hover::-webkit-scrollbar-thumbs{
	display:block;
}

#sidebar .sidebar-header {
    padding: 0.5rem 1rem;
	background-color:#ffffff;
	border-bottom:1px solid #eee;
    
}
#sidebar .sidebar-header, .navbar{
    height: 65px;
}

.sidebar-header h3{
	color:#333;
	font-size:17px;
	margin:0px;
	text-transform:uppercase;
	transition:all 0.5s ease;
	font-weight:600;
}

.sidebar-header h3 img{
	width:96px;
	margin-right:10px;
}


#sidebar ul li.active>a{
    color: #000;
    background-color: #fff;
}
#sidebar ul li.active>a .material-icons {
    color: #000;
}
#sidebar ul li a:hover{
    color: #333;
    background-color: rgba(200, 200, 200, 0.2);
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 23px;
}

#sidebar ul li.drodown{
	position:sticky;
}


#sidebar ul.components {    
    padding: 0 0;
}

#sidebar ul li a {
    padding: 10px;
	line-height: 30px;
    font-size: 15px;
	position:relative;
    font-weight: 400;
    display: block;
    color: #ffffff;
}

#sidebar ul li a span{
	text-transform:capitalize;
	display:inline-block;
}

#sidebar ul li a i {
    position: relative;
    margin-right: 10px;
    top: 5px;
	color: #ffffff;
    margin-left: 10px;
}





/* ---------------------------------------------------
   sidebar end
----------------------------------------------------- */




/*=======================================================
   main-content navbar-design start
   ===============================================*/



#content {
	position: relative;
    transition: all 0.3s;
	
}

.top-navbar{
	width:100%;
	z-index:9;
	position:relative;
}


.main-content{
	padding:20px 20px 0px 20px;
	position: relative;
    width: 100%;
}



.navbar{
    background-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #eee;
    
}

.navbar-brand {
    color: #000000;
}

.navbar button{
	background-color:transparent;
	border:none;
}
.navbar button span{
	color:#000;
}

#sidebarCollapse{
	border-radius:50%;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	margin-right:20px;
	border:none;
    color: #ffffff;
    background-color: rgb(70 62 140);
}

#sidebarCollapse span {
    margin: 7px;
    padding: 0px;
    color: #ffffff;
}



.navbar-nav > li.active{
   color: #FFFFFF;
   border-radius:4px;
    background-color: rgba(0, 0, 0, 0.08);  
 }

.navbar-nav > li > a {
    color: #000000;
}


.navbar .notification {
	 position: absolute;
    top: 5px;
    right: 10px;
	display: block;
    font-size: 9px;
    border: 0px;
    font-size: 10px;
    background: #d9534f;
    min-width: 15px;
	 text-align: center;
    padding: 1px 5px;
    height: 15px;
    border-radius: 2px;
    line-height: 14px;
}


 .navbar-nav > li.show .dropdown-menu {
    transform: translate3d(0, 0, 0);
	opacity:1;
	visibility:visible;
}


.dropdown-menu li > a {
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 2px;
	font-weight: 400;
    transition: all 150ms linear;
}

.navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.08);
}


.navbar-nav li a {
    position: relative;
    display: block;
    padding: 10px 15px!important;
}




.card {
    margin: 10px 0;
}

.card {
    border-radius: 0px!important;
}

.card {
    display: inline-block;
    position: relative;
	border:none!important;
    width: 100%;
    margin:15px 0;
    box-shadow: 0 1px 11px rgb(0 0 0 / 8%);
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}

.card-stats .card-header {
    float: left;
    text-align: center;
}

.card .card-header {
    padding: 15px 20px 0;
    z-index: 3;
	background-color:#fff!important;
	border-bottom:none;
}

.card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px;
}

.card-stats .card-header span {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
}

.icon.icon-warning {
    color: #ff9800;
}

.icon.icon-rose {
    color: #e91e63;
}
.icon.icon-success {
    color: #4caf50;
}
.icon.icon-info {
    color: #00bcd4;
}
.card .card-footer {
    /* margin: 0 7px 0px; */
    margin-top: 30px;
    padding-top: 10px;
    background-color: #ededed;
    border-top: 1px solid #eeeeee;
}

.text-info {
    color: #03A9F4!important;
}

.card-stats .card-content {
    text-align: right;
    padding-top: 10px;
}

.card .card-content {
    padding: 15px 20px;
    position: relative;
}

.card .card-content .category {
    margin-bottom: 0;
}
.card .category:not([class*="text-"]) {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
}

.card .card-title:not(.card-calendar .card-title) {
    margin-top: 0;
    margin-bottom: 5px;
}

.card-stats .card-title {
    margin: 0;
}

.card .card-footer .stats {
    line-height: 22px;
    color: #555555;
    font-size: 15px;
}
.card .card-footer .stats a {
    color: #ffffff;
    font-weight: 400;
    background-color: #463e8c;
    padding: 5px 20px;
    border-radius: 20px;
}
.card .card-footer div {
    display: inline-block;
}

.card .card-header-text h4{
    margin-top: 0;
    margin-bottom: 3px;
	font-size:19px;
    font-weight: 400;
	color: #222222;
    text-decoration: none;
	
}


.card .card-content {
    padding: 15px 20px;
    position: relative;
}
.icon-img{
    height: 50px;
    width: 50px;
}
.ad-count{
    font-size: 20px;
    font-weight: 600;
}
.total-ad-title h5{
 font-size: 18px;
 font-weight: 500;
 color: #000;
}

.streamline .sl-primary {
    border-left-color: #188ae2;
}

.streamline .sl-item {
    position: relative;
    padding-bottom: 12px;
    border-left: 1px solid #ccc;
}



.streamline .sl-item:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    background-color: #ccc;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.streamline .sl-primary:before, .streamline .sl-primary:last-child:after {
    background-color: #188ae2;
}


.streamline .sl-danger:before, .streamline .sl-danger:last-child:after {
    background-color: #ff5b5b;
}

.streamline .sl-success {
    border-left-color: #10c469;
}

.streamline .sl-success:before, .streamline .sl-success:last-child:after {
    background-color: #10c469;
}

.streamline .sl-warning {
    border-left-color: #f9c851;
}

.streamline .sl-warning:before, .streamline .sl-warning:last-child:after {
    background-color: #f9c851;
}



.streamline .sl-danger {
    border-left-color: #ff5b5b;
}
.streamline .sl-item .sl-content {
    margin-left: 24px;
}

.streamline .sl-item .text-muted {
    color: inherit;
    opacity: .6;
	font-size:12px;
}

.streamline .sl-item p {
	font-size:14px;
	color:#333;
}

.material-icons.add-image {
    font-size: 35px;
}

.material-icons.add-icon,
.material-icons.remove-icon {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
}
 
.footer {
    border-top: 1px solid #e7e7e7;
}

footer {
    padding: 10px 0;
	position:relative;
	width:100%;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: inherit;
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
}


footer .copyright {
    padding: 15px;
	font-size:14px;
    margin: 0;
}


/*=============================================
  footer design end
  =========================================*/
  


#sidebar.show-nav,.body-overlay.show-nav{
	transform:translatex(0%);
	opacity:1;
	display:block;
	visibility:visible;
	z-index:15;
}

.btn-purple {
    background-color: #463E8C;
    color: #ffffff;
}

.wrapper-login .brand-logo {
    width: 140px;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media only screen and (min-width:992px){
	#sidebar.active {
    width:80px;
	height:100%!important;
	position:absolute!important;
	overflow:visible!important;
	top:0!important;
	z-index:666;
	float:left!important;
    bottom: 0!important;
}


#sidebar.active .sidebar-header h3 span {
   display:none;
   transition:all 0.5s ease;
}

#sidebar.active ul li a span{
    display:none;
	transition:all 0.5s ease;
}

#sidebar.active .dropdown-toggle::after {
    display:none;
	transition:all 0.5s ease;
}

#content {
    width: calc(100% - 260px);
    position: relative;
    float: right;
    transition: all 0.3s;
    
}  

#content.active {
    width: calc(100% - 80px);
} 

#sidebar.active .menu {
    position: absolute;
    left: 81px;
    background-color: white;
    width: 180px;
    height: auto;
    margin: 5px 0;
    top: 0;
    border: 1px solid #dcd9d9;
    z-index: 4;
}                                                                                                                                                                                                              
}


@media only screen and (min-width:992px){
.bb-user-menu .dropdown-menu {
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
	transform: translate3d(0, -20px, 0);
    visibility: hidden;
	transition: all 150ms linear;
    display: block;
	min-width:15rem;
	right: 0;
    left: auto;
    opacity: 0;
}
	
}


/*===============small-screen overlay sidebar design media queries==============*/

@media only screen and (max-width:992px){
#sidebar {
    position:fixed;
    top: 0;
    bottom:0;
    z-index: 10;
    width: 260px;
	transform:translatex(-100%);
	transition: all 150ms linear;
	box-shadow:none!important;
}	

.body-overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	visibility:hidden;
	opacity:0;
	z-index:3;
	transition: all 150ms linear;
	background-color:rgba(0,0,0,0.5);
}
}
/*===============small-screen overlay sidebar design media queries==============*/




/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */



.btn.disabled, .btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.custom-file-label::after {
    background-color: #463e8c;
    color: #ffffff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.modal {
    padding-left: 0;
}
.modal-header {
    padding: 10px 15px;
}
.modal-header .modal-title {
    font-size: 1.2rem;
}
#visitorListsTable th {
    background: #463E8C;
    color: #ffffff;
    font-weight: normal;
}

.page-item.active .page-link {
    background-color: #463E8C!important;
    border-color: #463E8C!important;
}

.modal-body {
    max-height: 450px;
    overflow-y: auto;
}


#hotelListing.table, 
#userListing.table, 
#visitorListing.table,
#clientListing.table, 
#allocationReport.table,
#adsCalculation.table,
#adsCalculationRate.table, 
#adsListing.table,
#cityListing.table,
#userListing_wrapper, 
#hotelListing_wrapper,
#visitorListing_wrapper,
#clientListing_wrapper,
#allocationReport_wrapper,
#adsListing_wrapper,
#cityListing_wrapper {
    font-size: 15px;
}
#hotelListing th, 
#userListing th,
#visitorListing th,
#clientListing th,
#allocationReport th,
#adsListing th,
#cityListing th,
#hotelSummary th,
#clientAdSummary th{
    background: #463E8C;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

#hotelSummary th,
#clientAdSummary th,
#hotelSummary td,
#clientAdSummary td{
 font-size: 13px;
}


#adsCalculation thead th, 
#adsCalculation td,
#productsList thead th,
#productsList td,
#hotelsList thead th,
#hotelsList td,
#clientNonAcAd thead th,
#clientNonAcAd td,
#clientAcAd thead th,
#clientAcAd td {
    border: 1px solid #000000!important;
}

#adsCalculation th,
#productsList th,
#hotelsList th,
#clientNonAcAd th,
#clientAcAd th {
    background: #E4E4E4;
    color: #000000;
    font-weight: 700;
}
/*#visitorListing.table td:nth-child(2),*/
/*#visitorListing.table td:nth-child(3),*/
/*#visitorListing.table td:nth-child(7){*/
/*    text-align: center;*/
/*}*/
#visitorListing td {
 vertical-align: middle;   
}


#hotelListing.table td:nth-child(10),
#hotelListing.table td:nth-child(12),
#hotelListing.table td:nth-child(13),
#hotelListing.table td:nth-child(14),
#hotelListing.table td:nth-child(15),
#hotelListing.table td:nth-child(16),
#hotelListing.table td:nth-child(17),
#hotelListing.table td:nth-child(18){
    text-align: center;
}

#hotelListing.table td:nth-child(11){
    width:15%;
    font-size:16px !important;
}
#hotelListing.table td:nth-child(11) .material-icons {
    font-size:16px !important;
}
#hotelListing td {
  vertical-align: middle;  
  text-align: center;
}

#clientListing.table td:nth-child(2),
#clientListing.table td:nth-child(9){
    text-align: center;
}


#clientListing td {
  vertical-align: middle;  
}

#userListing td{
    vertical-align: middle;
}




.ads-calculation.sub-total {
    font-weight: 700; 
}
.ads-calculation.sub-total, .ads-calculation.gst {
    background: #E6E3FB;
}

.vh-100 {
    height: 100vh;
}
.ad-placeholder {
    width: 40px;
    height: 35px;
}
.ad-placeholder-client {
    width: 50px;
    height: 50px;
}
.w-10 {
    width: 10%;
}

.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/bb-loader.gif') 50% 50% no-repeat rgb(255,255,255,0.6);
    background-size: 250px;
    display: none;
  }
#addAdRow th:nth-child(1), #addAdRow td:nth-child(1),
#addAdRow th:nth-child(2), #addAdRow td:nth-child(2),
#addAdRow th:nth-child(3), #addAdRow td:nth-child(3),
#addAdRow th:nth-child(4), #addAdRow td:nth-child(4),
#addAdRow th:nth-child(5), #addAdRow td:nth-child(5),
#addAdRow th:nth-child(6), #addAdRow td:nth-child(6),
#addAdRow th:nth-child(7), #addAdRow td:nth-child(7) {
 width: 15%   
}


/* @media print {
    .ad_wrapper {
        clear: both;
        page-break-after: always;
    }
} */

.ad_wrapper {
    border: 1px solid transparent;
    width: 482.6mm;
    height: 330.2mm;
    margin: 0 auto;
}

.ad_box {
    border: 1px solid #ddd;
    width: 101.6mm;
    height: 101.6mm;
    float: left;
    margin-left: 5mm;
    margin-top: 5mm;
    position: relative;
}

.ad_box img {
    width: 101.6mm;
    height: 101.6mm;
}

/*.ad_qr_code {*/
/*    position: absolute;*/
/*    top: 5mm;*/
/*    right: 5mm;*/
/*    border: 1px solid #000;*/
/*    width: 18.52mm;*/
/*    height: 18.52mm;*/
/*}*/

.ad_qr_code {
    position: absolute;
    top: 5px;
    right: 8px;
    border: 1px solid #000;
    width: 18.52mm;
    height: 18.52mm;
}

/*.ad_qr_code img {*/
/*    width: 18.52mm;*/
/*    height: 18.52mm;*/
/*}*/

.ad_qr_code img {
    width: 19.52mm;
    height: 19.52mm;
}

.w-100 {
    width: 100%;
    clear: both;
}

.dropdown-menu .inner {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 121px
}
.custom-select-multiple .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 15px;
}

.custom-select-multiple .btn-light{
    background: transparent;
    border: 1px solid #ced4da;
}

#addProductsWrapper .material-icons {
    font-size: 20px;
    cursor: pointer;
}
.input-group-text {
    background-color: #463E8C;
    border: 1px solid #463E8C;
    color: #ffffff;
}

#clientNonAcAd th:nth-child(1), 
#clientNonAcAd td:nth-child(1),
#clientAcAd th:nth-child(1), 
#clientAcAd td:nth-child(1) {
    width: 15%;
}
#clientNonAcAd th:nth-child(2), 
#clientNonAcAd td:nth-child(2),
#clientAcAd th:nth-child(2), 
#clientAcAd td:nth-child(2) {
    width: 10%;
}

#clientNonAcAd th:nth-child(7), 
#clientNonAcAd td:nth-child(7),
#clientAcAd th:nth-child(7), 
#clientAcAd td:nth-child(7) {
    width: 5%;
}


.dtr-details {
    width: 50%;
}
.dtr-title {
    width: 70%;
}

.dtr-data {
    width: 80%;
}


/*-----New---Css---*/
.btn-info {
    color: #fff;
    background-color: #463e8c !important;
    border-color: #463e8c !important;
}
.alloted-image{
    height: 70px;
    width: 90px;
}
#new-btn{
    display: none;
}
.blink {
    animation: blinker 1s linear infinite;
    background-color: #ffc107;
    border: 0px;
    padding: 5px 30px;
}

@keyframes blinker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#nonAcAllocationReport th{
    background: #463E8C;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
.logo-icon-footer{
    height: 30px;
    margin: 0px 5px;
}
.extra-new-logo{
    height: 56px !important;
}
.active .extra 
{
    display: none !important;
}
.active .extra-new-logo {
    height: 36px !important;
}

.logo-icon-footer {
    height: 30px;
    margin: 0px 5px;
}
.custom-file-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 75px;
}

label {
    margin-bottom: 0;
}
label.error {
    color: #dc3545; 
    font-size: 12px;
    display: block; 
    margin-top: 5px;
    border: none !important;
}

.error {
    border: 1px solid #dc3545 !important; 
    
}
.error:focus {
     box-shadow: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        
    color: #ffffff;
    background-color: #463e8c;
    border-color: #dee2e6 #dee2e6 #fff;
    
 }
 
 #formClientAdInfo .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#formClientAdInfoInvtWise label, #formClientAdInfoHotelWise label {
    font-size: 13px;
}

#clientAdInfoTab.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
}