.topbar 
{
    /*height: 3.375rem;
	/*background:#232e44ed !important*/
	background:#d6d9dfed !important;
    height: 4.375rem;
}
.topbar .nav-item .nav-link {
    height: auto;
    padding: 5px 10px;
	margin-top: 5px;
}

.logo
{
	/*width:250px*/
	width:160px
}

.topbar
{
	
}

.topbar .navbar-search
{
	margin:auto;
}

.topbar .dropdown .dropdown-login-menu
{
	width:calc(100% - 10.5rem);
	right: 0.05rem;
}

.bg-dark
{
	background:#232e44ed !important
}

.osahan-nav-mid {
    background: #131e35ed !important;
}

.btn-disabled
{
	background:#a6adb3;
	color:#fff;
}

.slick-list
{
	width:100%;
}

.slick-slide img
{
	width:100%;
}

.offer-card span.rounded-circle
{
    width: 50px;
    position: absolute;
    background: #fff;
    top: -26px;
    border: 3px solid #fff;
    height: 50px;
    object-fit: cover;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15) !important;
	font-weight: bold;
    padding-left: 5%;
    padding-top: 2%;
    font-size: 12px;
    border: 3px solid #1a3365;
}

.card-img-top-poster
{
	height:350px;
}

.cover-pic img
{
	width:100%;
}

.prc-row:not(:last-child)
{
    border-bottom: 1px solid #ccc;
}

.prc-row p:first-child
{
	font-size: 15px;
    margin-bottom: 3px;
	color:#000;
}

.prc-row p:last-child
{
	font-size: 12px;
}

.cartSec
{
    display:none;
}

.minusBtn
{
    cursor: pointer;
	padding:5px;
	margin-right:-3px;
	background:#fff;
    border: 1px solid #ff4343;
    font-size: 13px;
    color: #ff4343 !important;
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border-right: 0px;
}

.plusBtn
{
    cursor: pointer;
	padding:5px;
	margin-left:-3px;
	background:#fff;
	border: 1px solid #ff4343;
    font-size: 13px;
    color: #ff4343 !important;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
    border-left: 0px;
}

.quantity
{
    width: 28px;
    height: 28px;
    font-size: 12px !important;
    text-align: center;
	border: 1px solid #ff4343;
}

.coupon-row
{
    border-bottom:1px solid #ddd;
    margin: 0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.coupon-row a.btn-black
{
    margin-top: 10px;
    padding: 4px 10px;
	background:#000;
	color:#fff;
	font-size: 12px;
}

#coupon-code
{
    width: 75%;
	float: left;
	height: 30px;
	margin-right: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.couponBtn
{
    width: 25%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}


footer
{
	background:#131e35ed !important
}

.mobilePrice
{
	display:none !important;
}

.disabledProceedBtn
{
	background:#ccc !important;
}

/* The container */
.book-dates {
  display: block;
  position: relative;
  padding:2px 10px;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ff4343;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.book-dates  input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 15%;
  left: 1%;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.book-dates :hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.book-dates  input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.book-dates  input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.book-dates .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*.book-dates
{
	border: 1px solid #ff4343;
    margin-right: 5px;
    padding: 1px 5px;
    border-radius: 5px;
}*/

.selected-date
{
	background:#ff4343;
	color:#fff;
}

.disabled-date
{
	background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

.date-heading
{
	width: 100%;
    margin-bottom: 0px;
    background: #eee;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.social-icon
{
	background: #d9dce1;
    padding: 8px 8px 4px;
}

.social-icon i
{
	font-size:19px;
}

.icon-facebook
{
	color:#0862f7;
}

.icon-instagram
{
	color:#d302dc;
}

.icon-twitter
{
	color:#000000;
}

.icon-youtube
{
	color:#f70000;
}

.icon-linkedin
{
	color:#0c61bf;
}

.icon-pinterest
{
	color:#df0018;
}

.promo-pass-ticket
{
	 width:100%;
	 border: 5px solid #c90c1e;
	 min-height:330px;
	 height:auto;
}

.promo-pass-ticket .pass-event
{
	padding:0px
}

.promo-pass-ticket .pass-barcode
{
    padding: 1%;
    background: #c90c1e;
}

.promo-pass-ticket .pass-event .pass-event-detail
{
    background: #fff;
    padding: 5% 1%;
	color:#c90c1e;
}

.promo-pass-ticket .pass-barcode .pass-price-detail
{
	border: 4px dashed #fff;
    background: #c90c1e;
    padding: 3% 1%;
	color:#fff;
}

.promo-pass-ticket .pass-price-detail .pass-seat-type
{
    background: #000;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}

.badge
{
	font-size: 11px;
    padding: 2px 8px;
    line-height: 18px;
	font-weight: normal;
}

.badge-danger
{
    color: #fff !important;
    background-color: #ff4343;
    border-color: #ff4343;	
}

.badge-success
{
	color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-purple {
    background-color: #9C27B0;
    border-color: #9C27B0;
    color: #fff;
}

.btn-pink {
    background-color: #E91E63;
    border-color: #E91E63;
    color: #fff;
}

.btn-xs
{
	font-size: 11px;
    padding: 2px 8px;
    line-height: 18px;
}

.sidebar-nav-pills .nav-link
{
	font-size:15px;
}

label.col-form-label
{
	font-weight:bold;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.showMobile
{
	display:none !important;
}
	
.mt-5px
{
	margin-top:5px;
}

.mb-5px
{
	margin-bottom:5px;
}
	
@media(max-width:992px) 
{

	.logo
	{
		width: 150px;
	}

	.hideMobile
	{
		display:none !important;
	}
	
	.showMobile
	{
		display:block !important;
	}

	.mobilePrice
	{
		display:inline-block !important;
	}
	
	.card-img-top-poster
	{
       height: auto;
    }
	
	.event_date_box
	{
		padding: 1px !important;
        padding-left: 2px !important;
	}
	
	.event_name_loc_box
	{
		padding: 10px !important;
		padding-right: 2px !important;
	}
	
	.event_date_box h6
	{
		font-size: 14px !important;
	}
	
	.event_date_box small
	{
		font-size: 11px !important;
	}
	
	.event_name_loc_box p
	{
		font-size: 12px !important;
	}
	
	.event_name_loc_box .card-text:last-child small
	{
		font-size: 11px !important;
	}
}