html, body {
  min-height: 100vh;
}
body {
    /* font-family: 'Poppins', sans-serif;*/
    font-family: 'arial-regular', sans-serif;
    
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
input[type = 'checkbox'] {
  width: 16px;
  height: 16px;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #0a7ec9;
  border-color: #0a7ec9;
}
.font14 {
  font-size: 14px;
}
.form-control {
  font-size: 14px;
  height: 38px;
}
.form-control:focus {
  box-shadow: none;
}
.fb-btn {
  background: #4267b2;
  border-color: #4267b2;
}
.fb-btn:hover {
  background: #37599d;
  border-color: #37599d;
}
.google-btn {
  background: #4285f4;
  border-color: #4285f4;
}
.apple-btn {
    background: #000;
    border-color: #000;
}
.apple-btn:hover {
    background: #212428;
    border-color: #212428;
}
.google-btn:hover {
    background: #397ae5;
    border-color: #397ae5;
}
.login-bg {
    /*  background-image: url('file:///D:\tfssmefproject\SourceCode\SFMESportsFacilities\wwwroot\img\loginBgImg\SMEF BackgrounddImageImage.jpg');*/
    background: url("../img/loginbg.jpg") no-repeat center;
    background: url("../img/get-started-background.png") no-repeat center;
    background-size: cover;
}
.login-form {
  background:rgba(255, 255, 255, 0.8);
  max-width: 90%;
  padding: 25px;
  font-size: 14px;
}
.logo img {
  width: 100%;
}
.login-form .btn-dark {
  background: #000;
} 
.login-form .btn-dark:hover {
  background: #212428;
} 
.login-form label{
  color: #373737;
}
.or {
  color: black;
  margin: 10px; 
}
.login-form .form-group a{
  color: #373737;
}

/* Dashboard */
.sidebar {
  background: #045487;
  width: 250px;
  padding: 20px;
  position: fixed;
  z-index: 1;
  min-height: calc(100vh - 67px);
  margin-left: -250px;
  transition: all 0.5s ease;
}
.sidebar.hide {
  margin-left: 0;
}
ul.menu li {
  padding: 10px 0 0 0;
}
ul.menu li a {
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: block;
}
ul.menu li a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 7px 0 0;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
ul.menu li a span i {
  font-size: 20px;
}
    ul.menu li a:hover, ul.menu li.active a {
        /*background: #003DA6;*/
        background: #9FCC3B;
        color: #fff;
    }
ul.menu li a:hover span, ul.menu li.active a span {
  background: #fff;
  color: #045487;
}
.rightbar{
  background: #f0f0f0;
  width: 100%;
  margin: 0;
  transition: all 0.5s ease;
}
.header {
  background: #fff;
  width: 100%;
  padding: 10px 15px;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 27px -8px rgb(0 0 0 / 16%);
}
.header .hamburger {
  color: #000;
  font-size: 25px;
  margin: 2px 15px 0 0;
  float: left;
}
.header .hamburger i {
  margin: 6px 0 0 0;
  vertical-align: top;
}
.search {
  width: 120px;
  border: 1px solid #dad6d5;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 0 5px;
  overflow: hidden;
}
.search .form-control {
  border: none;
}
.search .input-group-text {
  background: transparent;
  border: none;
  padding: 10px 5px;
}
.search .input-group-text i {
  cursor: pointer;
}
.notification {
  background: #e3ecf3;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 3px 10px 0 0;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  vertical-align: top;
  display: inline-block;
}
.user {
  font-size: 14px;
  margin: 3px 0 0 0;
  position: relative;
  display: inline-block;
}
.user a {
  color: #000;
  display: inline-block;
}
.user .pic {
  width: 38px;
  height: 38px;
  margin: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  float: left;
}
.user span {
  font-weight: 500;
  padding: 7px 0 0 0;
  display: none;
}
.user span i {
  padding-left: 5px;
}
.user-dopdown {
    width: max-content;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0 0 0;
    z-index: 1;
    display: none;
}
.user-dopdown ul {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 0;
  box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.10);
  -webkit-box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.10);
}
.user-dopdown:after {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: 0;
  right: 18px;
}
.user-dopdown li a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 20px;
  text-align: left;
  display: block;
}
.user-dopdown li a:hover {
  background: #f6f6f6;
}
.user:hover .user-dopdown {
  display: block;
}
.page-heading {
  color: #000;
  font-size: 20px;
  margin: 0;
}
.white-card {
  background: #fff;
  width: 100%;
  padding: 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.07);
}
.events .option-ico {
  background: #e9f5ff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #2697ff;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
}
.events .white-card h2 {
  width: calc(100% - 40px);
  color: #203345;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.events .white-card .count {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 17px 0 5px 0;
  display: block;
}
.progress {
  background-color: #e9f5ff;
  height: 0.3rem;
}
.progress-bar {
    background-color: #003DA6;
}
.events .teams .option-ico {
  background: #fff6e7;
  color: #ffa113;
}
.teams .progress {
  background-color: #fff6e7;
}
.teams .progress-bar {
  background-color: #ffa113;
}
.reservation .option-ico {
  background: #e7ecf3;
  color: #3f51b5;
}
.reservation .progress {
  background-color: #e7ecf3;
}
.reservation .progress-bar {
  background-color: #3f51b5;
}
.room .option-ico {
  background: #e7ecf3;
  color: #607d8b;
}
.room .progress {
  background-color: #e7ecf3;
}
.room .progress-bar {
  background-color: #607d8b;
}
.white-card.events-link {
  padding-top: 10px;
}
.events-link h4 {
  color: #000;
  font-size: 13px;
  padding: 0 0 5px 0;
}
.events-link .eventlink {
  background: #fff;
  margin: 0;
  padding: 0px 4px;
  overflow: hidden;
  white-space: nowrap;
}
.events-link .eventlink a {
  color: #000;
  font-size: 13px;
  margin: 0 0 0 7px;
}

/* Customer Dashboard */
.dashboard-bg {
  background: url(../img/customer-bg.png) no-repeat right bottom #fff;
  background-size: 60% auto;
  width: 100%;
  padding: 20px 20px 120px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-bottom: 5px solid #045487;
  box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
}
.dashboard-bg h1 { 
  color: #045487;
  font-size: 24px;
  font-weight: 600;
}
.dashboard-bg h2 { 
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 30px;
}
.dashboard-bg label {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 7px 0;
}
.dashboard-bg p {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 0 0 0;
}
.dashboard-bg p a {
  color: #045487;
  font-weight: 700;
}
.search-list {
  background: #fff;
  width: calc(100% - 30px);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  left: 0;
  left: 15px;
  height: 150px;
  overflow: auto;
  display: none;
  box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
}
.search-list li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.search-list li:last-child {
  border: none;
}
.search-list li h1 {
  color: #000;
  font-size: 15px;
  padding: 0 0 5px 0;
}
.search-list li span {
  color: #7d7c7c;
  font-size: 12px;
}
.form-control:focus + .search-list {
  display: block;
}

/* Find Event */
.find-event h2 {
  color: #000;
  font-size: 18px;
  padding: 0 0 20px 0;
}
.event-list {
  background: #fff;
}
.event-list th {
  border: none;
}
.event-list, .event-list .btn {
  font-size: 13px;
}
.find-event .more-filter{
  color: #045487;
  font-size: 14px;
  font-weight: 600;
}
.event-list.table thead th {
  background: #045487;
  color: #fff;
  border-bottom: none;
  padding-bottom: 8px;
}
.event-list.table thead th.trans {
  background: #f0f0f0;
}
.event-list.table thead th.grey {
  background: #bcbcbc;
  color: #4d4d4d;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  text-align: center;
}
.event-list.table tbody td:first-child {
  border-left: 4px solid #045487;
}
.event-list.table thead th.brl {
  border-left: 2px solid #f0f0f0;
}
.event-list.table thead th.brr {
  border-right: 2px solid #f0f0f0;
}
.event-list.table tbody td {
  white-space: nowrap;
  vertical-align: middle;
  border-top: 7px solid #f0f0f0;
}
.event-list.table tbody tr:first-child td {
  border-top: 4px solid #f0f0f0;
}
.event-list strong, .event-list b {
  font-weight: 600;
}
.page-link {
  font-size: 14px;
}
.page-item.active .page-link {
  background-color: #0a7ec9;
  border-color: #0a7ec9;
}
.mCSB_scrollTools {
  width: 7px;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_inside>.mCSB_container {
  margin-right: 15px;
}

/* Discounted Hotel */
.event-name {
  background: #045487;
  padding: 15px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  color: #fff;
}
.event-name span {
  color: #ffbe2c;
  font-weight: 600;
  border-bottom: 1px dashed #ffbe2c;
}
.hotel-list {
  width: 100%;
}
.hotel-list ul > li {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.hotel-list ul > li:last-child {
  margin-bottom: 0;
}
.hotel-list li .thumb {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  float: left;
}
.hotel-list li .thumb img {
  width: 100%;
}
.hotel-list li .info {
  width: 100%;
  padding: 15px;
  float: left;
}
.hotel-list li .info h2 {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.hotel-list li .info span.distance {
  color: #939393;
  font-size: 13px;
  padding: 5px 0 0 0;
  display: block;
}
#half-stars-example .rating-group {
  display: inline-flex;
}
#half-stars-example .rating__icon {
  pointer-events: none;
}
#half-stars-example .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#half-stars-example .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 1rem;
}
#half-stars-example .rating__label--half {
  padding-right: 0;
  margin-right: -0.6em;
  z-index: 2;
}
#half-stars-example .rating__icon--star {
  color: #ffc148;
}
#half-stars-example .rating__icon--none {
  color: #eee;
}
#half-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star, #half-stars-example .rating-group:hover .rating__label--half .rating__icon--star {
  color: #ffc148;
}
#half-stars-example .rating__input:hover ~ .rating__label .rating__icon--star, #half-stars-example .rating__input:hover ~ .rating__label--half .rating__icon--star {
  color: #ddd;
}
#half-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
  color: #eee;
}
.hotel-list li .oldprice {
  color: #333;
  font-size: 14px;
  padding: 0 7px 0 0;
  text-decoration: line-through;
  display: block;
}
.hotel-list li .newprice {
  color: #045487;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  display: inline-block;
}
.hotel-list li .newprice span {
  color: #939393;
  font-size: 13px;
}
.hotel-list li .room-left {
  color: #c00;
  font-size: 13px;
  font-weight: 600;
  display: block;
}
.hotel-list .btn-primary {
  font-size: 14px;
}

/*event-manager*/
.custom-checkbox {
  margin-top: 3px;
  vertical-align: top;
  margin-right: 5px;
}


.event-manager h2 {
  color: #000;
  font-size: 18px;
  padding: 5px 0 0px 0;
}
.event-manager.table thead th {
  background: #f0f0f0;
  color: #045487;
  border-bottom: none;
  padding-bottom: 8px;
}
.event-manager.table tbody td {
  white-space: nowrap;
  vertical-align: middle;
  border-top: 7px solid #f0f0f0;
}
.showcasebtn {
  padding: 0px 4px;
  margin: 0;
  font-size: 11px;
}
a.live span {
  background: green;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100px;
}
a.draft span {
  background: #fd8469;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100px;
}


/*17-03-2022*/
.card-title1custom{
    font-size:24px !important;
    font-weight:bold;
    margin-bottom:20px;
}
.headingform{
    font-size:20px !important;
    font-weight:bold;
    color:#000 !important;
    margin-bottom:15px;
}
p.textform1 {
    color: #818b92;
    margin:0px;
    font-size:14px;
}
.login-bg2 {
    background-size: cover !important;
}
.padding-tt1{
    padding-top:50px;
}
.login-bg .container .row.login-m {
    min-height: calc(100vh - 95px);
}
.customcard2 .card-title {
    padding: 0 0 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .card-title1custom {
        font-size: 20px !important;
    }
    .padding-tt1 {
        padding-top: 25px;
    }
    .padding-tt1 .login-bg .container .row.login-m {
        min-height: calc(100vh - 72px);
    }
}
@media screen and (max-width: 767px) {
    .padding-tt1 {
        padding-top: 48px;
    }
    .padding-tt1 .login-bg .container .row.login-m {
        min-height: calc(100vh - 72px);
    }
}



/*neeraj-22-mar-2022*/
.sidebar {
    height: 100vh;
    overflow-y: auto;
}
.send-inv {
    width: 100%;
    margin: 3% 1%;
}
div#eventTrackerlList_processing {
    padding: 6px;
    background: #ffff;
}
.email-section {
    font-size: 16px;
    margin-right: 16px;
}

.h-info table.table.mb-0.event-list.dataTable.no-footer {
    width: 100% !important;
}
.h-info .dataTables_scrollHeadInner {
    width: 100% !important;
}
.wel-content h2 {
    font-size: 40px;
    margin: 10px 0px;
    text-transform: uppercase;
}
span.btn-delete-custom {
    margin-left: 0px !important;
}

table#tblRfpList tbody tr td:last-child {
    text-align: center;
}


/*03-10-2022*/
.cardbtnlink button.btn.btn-link{
    position:relative;
    box-shadow:none !important;
}
.cardbtnlink .notification-counter {
    position: absolute;
    top: 0px;
    background-color: rgba(212, 19, 13, 1);
    color: #fff;
    padding: 0;
    font: 9.5px Verdana;
    right: 1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
}
.custom-btn {
    background-color: #9cce4b;
    color: #ffff;
    border-radius: 0px !important;
    font-family: system-ui;
    font-weight: 500 !important;
}
    btn-secondary , .custom-btn:hover {
        color: #242121 !important;
    }
.dark-btn {
    background-color: #6c757d;
    color: #ffff;
    border-radius: 0px !important;
    font-family: system-ui;
    font-weight: 500 !important;
}

    btn-secondary, .dark-btn:hover {
        color: #242121 !important;
    }
.btlcheckboxstyle {
    margin: 17px 20px 17px 0px
}




