html, html, body {
    min-height: 100vh;
}

body {
    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: #007bff;
    border-color: #007bff;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.text-black {
    color: #000 !important;
}

.cancel-popup a {
    font-size: 14px;
    padding: 4px 0 0;
}

.charged-revw {
    font-weight: 600;
}

.cancel-popup a:hover {
    text-decoration: none;
}

.red {
    color: red;
}

.form-control {
    font-size: 14px;
    height: 41px;
}

label {
    margin-bottom: 5px;
}

.fb-btn {
    background: #4267b2;
    border-color: #4267b2;
}

.fb-btn:hover {
    background: #37599d;
    border-color: #37599d;
}

.google-btn {
    background: #4285f4;
    border-color: #4285f4;
}

.google-btn:hover {
    background: #397ae5;
    border-color: #397ae5;
}

.login-bg-white {
    background-color: #e1e1e1;
    background-size: cover;
}

.login-bg-white .container {
    min-height: calc(100vh - 106px);
}

.login-bg-white .container .row.login-m {
    min-height: calc(100vh - 106px);
}

.login-bg {
    background: url("../img/loginBgImg/SMEFBgImage.jpg") no-repeat center;
    background-size: cover;
}

    .login-bg .container {
        min-height: calc(100vh - 130px);
    }

        .login-bg .container .row.login-m {
            min-height: calc(100vh - 130px);
        }

.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;
}

.login-form .form-group input#exampleCheck1 {
    margin-top: 2px;
}

.calender-icon {
    position: absolute;
    left: 8px;
    top: 14px;
    color: #5c6268;
    font-size: 13px;
}

.calender-add {
    position: relative;
    z-index: 2;
    background: #17111100;
    cursor: pointer;
}

.find-event .calender-icon2:after {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f073";
    margin-left: 35px;
    position: absolute;
    left: -28px;
    top: 39px;
    font-size: 14px;
    z-index: auto;
    color: #959b9d;
}

.calender-icon2:after {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f073";
    margin-left: 35px;
    position: absolute;
    left: -28px;
    top: 37px;
    font-size: 14px;
    z-index: 3;
    color: #959b9d;
}

.dashboard-bg input#EventName {
    padding-left: 30px !important;
}

/* Dashboard */
.sidebar {
    background: #172C3B;
    width: 270px;
    padding: 20px;
    position: fixed;
    z-index: 2;
    min-height: calc(100vh - 67px);
    margin-left: -270px;
    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;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
}

ul.menu li a span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 0;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-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 a.active {
    background: #9FCC3B;
}

ul.menu li a span {
    border: 2px solid #172c3b;
}

ul.menu li a:hover span,
ul.menu li.active a span {
    background: #172c3b;
    color: #fff;
    border: 2px solid white;
}

/**New Added CSS end***/
.rightbar {
    background: #f0f0f0;
    width: 100%;
    min-height: calc(100vh - 45px);
    margin: 0;
    transition: all 0.5s ease;
}

.header {
    background: #fff;
    width: 100%;
    padding: 10px 15px;
    position: fixed;
    z-index: 999;
    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;
    -o-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;
}

label.t-date-info-title:after {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f073";
    margin-left: 35px;
    position: absolute;
    left: -56px;
}

.search .input-group-text i {
    cursor: pointer;
}

.t-check-in, .t-check-out {
    padding-left: 14px;
}

.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;
    -o-border-radius: 50px;
    border-radius: 50px;
    vertical-align: top;
    display: none;
}

.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;
    -o-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;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 7px;
    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);
    -o-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.acc-login {
    color: #000;
    text-align: left;
    display: block;
}

.user-dopdown li a.acc-login:hover {
    color: #000;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.user-dopdown li a.acc-signup {
    color: #000;
    text-align: left;
    display: block;
}

.user-dopdown li a.acc-signup:hover {
    color: #000;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.user-dopdown li a:hover {
    background: #f6f6f6;
}

.user:hover .user-dopdown {
    display: block;
}

.page-heading {
    color: #000;
    font-size: 18px;
    margin: 0;
}

.white-card {
    background: #fff;
    width: 100%;
    padding: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.07);
}

.eventlink input {
    width: 100%;
    border: none;
    color: #000;
    font-size: 13px;
    margin: 0 0 0 7px;
    outline: none;
}

.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;
    -o-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}

.forecast-team .option-ico {
    background: #ecffe7;
    color: #4a9506;
}
.declined .option-ico {
    background: #ffe7e7;
    color: #dc3545 !important;
}

.events .white-card h2 {
    width: calc(100% - 40px);
    color: #172c3b;
    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;
}

.forecast-team .progress {
    background-color: #ecffe7;
    height: 0.3rem;
}

.progress-bar {
    background-color: #003DA6;
}

.forecast-team .progress-bar {
    background-color: #4a9506;
}
.declined .progress-bar {
    background-color: #dc3545 !important;
}

.events .teams .option-ico {
    background: #fff6e7;
    color: #ffc107;
}

.teams .progress {
    background-color: #fff6e7;
}

.teams .progress-bar {
    background-color: #ffc107;
}

.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;
}

.event-tracker .option-ico {
    background: #ffe7e7;
    color: #950606;
}

.travel-team .option-ico {
    background: #f8e7ff;
    color: #d013ff;
}

.room .progress {
    background-color: #e7ecf3;
}

.room.event-tracker .progress {
    background-color: #ffe7e7;
}

.travel-team.room .progress {
    background-color: #f8e7ff;
}

.room .progress-bar {
    background-color: #607d8b;
}

.room.event-tracker .progress-bar {
    background-color: #950606;
}

.travel-team.room .progress-bar {
    background-color: #d389ff;
}

.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;
    }

.eventlink i {
    vertical-align: middle;
}

.link-copy-button button {
    float: left;
    margin-bottom: 10px;
}

/* 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;
    -o-border-radius: 7px;
    border-radius: 7px;
    border-bottom: 5px solid #045487;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
    min-height: calc(100vh - 178px);
}

.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;
    padding: 0 0 7px 0;
}

.text-primary {
    color: #172c3b !important;
}

.dashboard-bg p {
    color: #8d8d8d;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 0 0 0;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.dashboard-bg p a {
    color: #003DA6;
    font-weight: 700;
}

.search-list {
    background: #fff;
    width: calc(100% - 30px);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    left: 0;
    left: 15px;
    max-height: 350px;
    overflow: auto;
    display: none;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
}

 .search-list.show {
     display: block;
 }

 .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;
 }

.dashboard-bg .t-datepicker {
    margin-bottom: 15px;
}

/* Find Event */
.find-event h2 {
    color: #172c3b;
    font-size: 22px;
    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: #172C3B;
    color: #fff;
    border-bottom: none;
    padding: 10px 10px 8px;
}

.event-list.table tbody td:last-child {
    padding: 10px 25px 8px;
}

tbody#tblHotelQuotation td:last-child {
    padding: 10px 10px 8px !important;
}

.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: 2px solid #415364;
}

.event-list.table tbody td:last-child {
    border-right: 2px solid #415364;
}

.event-list.table tbody tr:last-child td {
    border-bottom: 1px solid #000;
}

.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: inherit;
    vertical-align: middle;
    border-top: 2px solid #e5e5e5;
}

.event-list.table tbody tr:first-child td {
    border-top: 2px solid #f0f0f0;
}

.event-list strong, .event-list b {
    font-weight: 600;
}

.page-link {
    font-size: 14px;
}

.page-item.active .page-link {
    background-color: #003DA6;
    border-color: #003DA6;
}

.mCSB_scrollTools {
    width: 7px;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

#tblEventListForCust {
    width: 100% !important;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 0em;
    margin-left: 0px;
}

.getall .dt-buttons {
    margin-top: 24px;
    margin-left: 0% !important;
}

.award-image i {
    font-size: 59px;
    height: 70px;
    width: 70px;
    border: 3px solid #0a7ec9;
    text-align: center;
    border-radius: 100%;
    margin: 6px 0px;
    color: #0a7ec9;
}

/* Hotel List */
div#map {
    min-height: calc(100vh - 258px);
}

.event-name {
    background: #045487;
    padding: 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
}

.event-name span.disc {
    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;
    -o-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 7px 9px;
    font-size: 12px;
    color: #b3b0b0;
}

.hotel-list ul > li:last-child {
    margin-bottom: 0;
}

.hotel-list .thumb {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    float: left;
    border-radius: 4px 4px 0px 0px;
}

.hotel-list .thumb img {
    width: 100%;
    height: 154px;
    border-radius: 100px;
    object-fit: cover;
}

.hotel-list .info {
    width: 100%;
    padding: 15px;
    float: left;
}

.hotel-list .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 .info span.distance {
    color: #939393;
    font-size: 13px;
    padding: 15px 0 10px 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 .oldprice {
    color: #333;
    font-size: 14px;
    padding: 0 7px 5px 0;
    text-decoration: line-through;
    display: block;
}

.hotel-list .newprice, #roomlist .newprice {
    color: #045487;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    display: inline-block;
}

.hotel-list .newprice span, #roomlist .newprice span {
    color: #939393;
    font-size: 13px;
}

.hotel-list .room-left, #roomlist .room-left {
    color: #c00;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.hotel-list .btn-primary {
    font-size: 14px;
}

.rounded-map {
    overflow: hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.room-info h1 {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    padding: 0 0 15px 0;
}

.event-info .amenties li {
    color: #b4b3b3;
    font-size: 13px;
    padding-right: 10px;
    padding-bottom: 0px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
}

.room-info .amenties li:last-child {
    padding-right: 0;
}

.room-info p {
    font-size: 13px;
}

.room-info .nav-tabs {
    border-bottom: none;
}

.room-info .nav-tabs li {
    padding: 10px 25px 10px 0;
    position: relative;
    display: inline-block;
}

.room-info .nav-tabs li a {
    color: #2e343d;
    font-size: 14px;
}

.room-info .nav-tabs li a.active {
    color: #0a7ec9;
    font-weight: 500;
}

.room-info .nav-tabs li a.active:after {
    background: #0a7ec9;
    width: 24px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.brkdown a {
    font-size: 13px;
}

.room-info #hoteldetail h1 {
    padding: 15px 0 7px 0;
}

.room-info #hoteldetail p {
    margin: 0;
    padding: 0 0 7px 0;
}

#hoteldetail {
    max-height: 411px;
}

/*hotel-list new css after changes*/
.main-thumb {
    background: #ffffff;
    display: table;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 100%;
}

.bg-overlay {
    background: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 52%)), url(../img/hotel-room2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 230px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.bg-overlay p {
    border: 1px solid #b7b3b3;
    display: inherit;
    padding: 5px 10px;
    color: #fff;
    margin: 10px;
    border-radius: 3px;
}

.bg-overlay h4 {
    padding-top: 80px;
    color: #ffbe2c;
}

.bg-overlay h4 span {
    font-size: 12px;
}

span.heart {
    border: 1px solid #f06292;
    padding: 4px 10px;
    border-radius: 4px;
    color: #f06292;
}

.main-thumb ul.amenties {
    margin: 0 auto;
    float: none;
    display: flex;
    border-top: 1px solid #e2e2e2;
    padding-top: 5px;
    width: 100%;
    margin: 0 auto;
}

.room-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.font13 {
    font-size: 13px;
}

.font18 {
    font-size: 18px;
}

.font25 {
    font-size: 25px;
}

ul.nav.nav-tabs.tabtop {
    margin-bottom: 0px;
    border: none;
}

#contain {
    position: relative;
}

#nested {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 30px;
    color: rgb(217 83 79 / 42%);
    right: 0;
    margin: auto;
}

.search-team a {
    background: #fff;
    border-radius: 4px;
    padding: 5px 20px;
}

.content {
    position: relative;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 134px;
    width: 134px;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 100%;
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 134px;
    height: 134px;
    border-radius: 100%;
    object-fit: cover;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 134px;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 57%;
    left: 50%;
    opacity: 1;
}

div#map {
    height: calc(100vh - 261px) !important;
}

.content-details h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 16px;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
    margin-top: 15px;
}

.fadeIn-bottom {
    top: 80%
}

.tabtop li {
    padding: 10px 25px 10px 0px;
    margin-right: 10px;
    border-radius: 4px 4px 0px 0px;
    position: relative;
}

.details-tab {
    background: #fff;
    margin: 0 0 40px 0;
    padding: 0 0 0px;
    border-top: 1px solid #e7e7ed;
}

.event-info {
    background: #fff;
    position: relative;
    z-index: 3;
    margin: 0 0 0px 0;
    padding: 0 0 15px;
}

.details-tab ul.nav-tabs.tabtop li a.active {
    color: #0a7ec9 !important;
    font-weight: 500;
}

.details-tab ul.nav-tabs.tabtop li a {
    color: #2e343d;
}

.details-tab ul.nav-tabs.tabtop li a.active:after {
    background: #0a7ec9;
    width: 24px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.detailed-map iframe {
    width: 100%;
    border: none;
}

.room-info .carousel-item {
    height: 127px;
}

.room-info .carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.gallery1 .modal-dialog {
    top: 150px;
}

.gallery1 .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
    position: absolute;
    top: 0;
    z-index: 3;
    right: 0px;
    background: #ffffff8c;
    height: 30px;
    width: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0px 15px 0px 0px;
}

.gallery1 .modal-header button.close:hover, gallery1 .modal-header button.close:visited {
    outline: none;
}

.hotel-list-map iframe {
    visibility: visible !important;
}

.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;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}

a.draft span {
    background: #fd8469;
    width: 10px;
    height: 10px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
}
/*modal*/

.modal-content {
    text-align: left;
}

.listmodal li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.listmodal li > a {
    font-size: 11px;
}

.event-list tr td img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    object-fit: contain;
}

.profile-picture img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

.button-wrap {
    position: relative;
}

@media (max-width: 40em) {
    .button-wrap {
        margin-top: -1.5em;
    }
}

.button-label {
    display: inline-block;
    padding: 0.5em 1em;
    margin: 0.2em;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .25rem;
}

.button-label h1 {
    font-size: 13px;
}

.button-label:hover {
    background: #d6d6d6;
    color: #101010;
}

.button-label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

@media (max-width: 40em) {
    .button-label {
        margin-top: 20px;
    }
}

#yes-button:checked + .button-label {
    background: #2ECC71;
    color: #efefef;
}

#yes-button:checked + .button-label:hover {
    background: #29b765;
    color: #e2e2e2;
}

#no-button:checked + .button-label {
    background: #dc3545;
    color: #efefef;
}

#no-button:checked + .button-label:hover {
    background: #c21b15;
    color: #e2e2e2;
}

#maybe-button:checked + .button-label {
    background: #0a7ec9;
    color: #efefef;
}

#maybe-button:checked + .button-label:hover {
    background: #0069d9;
    color: #e2e2e2;
}

.hidden {
    display: none;
}
/*Select event page css start here*/

/*wizard steps css here*/
.select2-container {
    display: block !important;
    width: 100% !important;
    margin-bottom: 25px !important;
}

.event-type .select2-container {
    width: 100% !important;
}

.selectyear .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
    font-size: 14px !important;
    height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}

.form-wizard {
    position: relative;
    display: table;
    margin: 0 auto;
    min-width: 100%;
}

.steps {
    padding: 0px 40px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #ecf9ff;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 0px 0px 4px;
    min-height: calc(100vh - 64px);
    align-items: center;
    -moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.75);
}

.steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps ul li {
    width: 100%;
    color: #a2a2a2;
    padding: 0 0px 0px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -o-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    text-align: center;
    margin: 30px auto;
    display: flex;
    align-items: center;
}

.steps ul li:last-child {
    padding-bottom: 0px;
}

.find-event .form-group .form-control {
    font-size: 14px;
    height: 40px;
    z-index: auto;
}

.steps ul li:hover,
.steps ul li.active {
    color: #007bff;
}

@media(max-width:34em) {
    .main {
        min-width: 150px;
        width: auto;
    }
}

.company {
    margin-bottom: 25px !important;
}

#PasteventList {
    width: 100% !important;
}

#eventDetailList {
    width: 100% !important;
}

.company .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.company .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.company .dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}

.company .dropdown-select .dd-searchbox {
    width: 100%;
    border: 1px solid #999;
    border-color: #999;
    border-radius: 4px;
    outline: none;
}

.company .dropdown-select .dd-searchbox:focus {
    border-color: #80bdff;
}

.company .dropdown-select .list ul {
    padding: 0;
}

.company .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.company .dropdown-select .option:hover, .company .dropdown-select .option:focus {
    background-color: #007bff !important;
    color: #fff;
}

.company .dropdown-select .option.selected {
    font-weight: 600;
    color: #000;
}

.company .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.company .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

    .company .dropdown-select a:hover {
        color: #666;
    }

.profile-picture .rounded-circle {
    border-radius: 50% !important;
    border: 1px solid #ced4da;
    margin: 0 auto;
    float: none;
    display: table;
}

.steps ul li:hover span.icon-wizard, .steps ul li.active span.icon-wizard {
    background: #007bff;
    color: #fff;
}

.steps ul li:hover::after, .steps ul li.active::after {
    background: #007bff;
}

.steps ul li::before, .steps ul li::after {
    display: none;
}

.steps ul li::after {
    width: 0;
}

.steps ul li span.icon-wizard {
    display: block;
    margin: 0px 15px 0px;
    width: 85px;
    height: 87px;
    text-align: center;
    background: #e6e6e6;
    font-size: 30px;
    line-height: 87px;
    font-weight: 300;
    color: #959595;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -o-transition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}

.wizard-main .col-md-3.list-wizard {
    padding-right: 15px;
}

.wizard-main .col-md-3.list-wizard {
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.steps ul li:first-child::before, .steps ul li:first-child::after {
    display: none;
}

.form-container {
    clear: both;
    display: none;
    left: 100%;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    background-color: #0a7ec9;
}

.swal-button:not([disabled]):hover {
    background-color: #0069d9;
}

.myContainer {
    background: #ffffff;
    border-radius: 0px 4px 4px 0px;
    min-height: calc(100vh - 14px);
    padding: 0px 30px;
    -moz-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    box-shadow: 74px 0px 0px 0px rgb(0 0 0 / 0%);
    -webkit-box-shadow: -9px 0px 15px 0px rgb(105 99 99 / 6%);
    -moz-box-shadow: -2px 0px 7px 0px rgba(0,0,0,0.75);
}

.form-main {
    min-height: calc(100vh - 20px);
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.form-container.active {
    display: block;
}

.form-container.active {
    display: block;
    justify-content: center;
    vertical-align: middle;
}

.testactive {
    display: block;
    justify-content: center;
    vertical-align: middle;
}

.form-container.testactive {
    display: block;
    justify-content: center;
    vertical-align: middle;
}

.form-title {
    padding: 10px;
    position: relative;
    color: #045487;
    font-size: 18px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto 30px;
    border-bottom: 2px solid #045487;
}

.form-wizard p {
    font-size: 14px;
    margin-bottom: 10px;
}

.form-wizard label.form-check-label {
    font-size: 14px;
}

.form-wizard .form-check-input {
    margin-top: 0.35rem;
}

.form-wizard label {
    font-size: 14px;
}

.form-wizard .next {
    width: 40%;
}

.form-wizard .submit {
    width: 40%;
}

.form-wizard h6 span {
    font-weight: 400;
    font-size: 14px;
    padding: 15px 0px 0px;
}

/*registarion form*/
.register-form {
    background: rgba(255, 255, 255, 0.8);
    width: 650px;
    padding: 50px 40px;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}

/*reservation page */
.payment-sprite-svg.payment-method-logo-small.AMEX {
    width: 42px;
    height: 25px;
    background-position: 0 -50px;
}

.payment-sprite-svg.payment-method-logo-small.ELECTRON {
    width: 42px;
    height: 25px;
    background-position: -126px -75px;
}

.payment-sprite-svg.payment-method-logo-small.MASTERCARD {
    width: 42px;
    height: 25px;
    background-position: -210px -150px;
}

.payment-sprite-svg.payment-method-logo-small.VISA {
    width: 42px;
    height: 25px;
    background-position: -126px -200px;
}

.payment-details-info .payment-method-logo-small {
    margin: 8px 12px 0 0;
}

.payment-sprite-svg.payment-method-logo-small {
    width: 42px;
    height: 25px;
    margin: 8px 12px 0 0;
}

.payment-sprite-svg {
    background: url(../img/svg_payment_method_sprite.svg) no-repeat 0 50px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
}

.font20 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.banner img {
    height: 150px;
}

.banner {
    position: relative;
    height: 150px;
}

.overlay {
    background: rgb(0 0 0 / 46%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
}

.event-info {
    background: #fff;
    position: relative;
    z-index: 3;
    margin: 0 0 40px 0;
    padding: 0 0 15px;
}

.event-info .event-logo {
    width: 230px;
    height: 156px;
    line-height: 80px;
    padding: 0;
    text-align: center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    margin-top: -50px;
    float: left;
}

.event-btn {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 6px;
}

.event-info .event-logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 260px 130px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==);
    top: -20px;
    left: 50%;
    transform: translate(-44%,0) scaleY(.7) scaleX(.91);
    z-index: -1;
}

.event-info .event-logo::before {
    width: 140px;
    height: 140px;
    content: "";
    position: absolute;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: block;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid #ddd;
}

.event-info .event-logo img {
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.event-info .event-logo img.thumb {
    width: 130px;
    height: 130px;
    top: 16px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.event-info .info {
    float: left;
}

.event-info h1 {
    color: #000;
    font-size: 20px;
    padding: 15px 0 4px 0;
}

.event-info p {
    color: #70778b;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: initial;
}

.event-detail h3, .Division h3 {
    color: #000;
    font-size: 20px;
    padding: 0 0 20px 0;
}

.Division h3 span {
    font-size: 13px;
}

.event-detail ul {
    padding: 0 0 0 30px;
}

.event-detail p, .event-detail li {
    color: #70778b;
    font-size: 14px;
    padding: 5px 0 0 0;
    list-style: disc;
}

.Division .table {
    margin: 0;
}

.Division .table td {
    color: #24375b;
    font-size: 14px;
    font-weight: 500;
}

.pagination .page-link {
    border: 0px solid #dee2e6 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #1110;
    background-color: #1110;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1110), color-stop(100%, #1110));
    background: -webkit-linear-gradient(top, #1110 0%, #1110 100%);
    background: -moz-linear-gradient(top, #1110 0%, #1110 100%);
    background: -ms-linear-gradient(top, #1110 0%, #1110 100%);
    background: -o-linear-gradient(top, #1110 0%, #1110 100%);
    background: linear-gradient(to bottom, #1110 0%, #1110 100%);
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #1110;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1110), color-stop(100%, #1110));
    background: -webkit-linear-gradient(top, #1110 0%, #1110 100%);
    background: -moz-linear-gradient(top, #1110 0%, #1110 100%);
    background: -ms-linear-gradient(top, #1110 0%, #1110 100%);
    background: -o-linear-gradient(top, #1110 0%, #1110 100%);
    background: linear-gradient(to bottom, #1110 0%, #1110 100%);
    box-shadow: inset 0 0 3px #1110
}

.Division .table td:first-child {
    color: #6e7b94;
}

section {
    padding: 0em;
}

.lead {
    font-weight: 600;
    color: #777;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery:after {
    content: "";
    flex-grow: 9999999;
    min-width: 360px;
    height: 0;
}

.gallery-item {
    flex-grow: 1;
    margin: 0px 1px;
    height: 360px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 3;
}

.gallery-item img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    width: unset;
    object-fit: cover;
    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.gallery-item .caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
}

.gallery-item .caption span {
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-item:hover .thumb {
    transform: scale(1.05);
}

.btn-primary {
    color: #fff;
}

.bg-dark {
    background-color: #172C3B !important;
}

.btn-primary:hover {
    background-color: #003DA6;
    color: #fff;
    border: 1px solid #003DA6;
}

@media (hover: hover) {
    .gallery-item:hover::after {
        opacity: 1;
    }

    .gallery-item:hover .caption {
        transform: translateY(0);
    }
}

.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

    .lightbox .lightbox-header > * {
        opacity: 0.75;
    }

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: 0.75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state=prev] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state=next] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.lightbox .spinner {
    display: none;
}

.gallery-item.item-1 {
    height: 386px;
}

.gallery-item.item-2 {
    height: 386px;
}

.gallery-item.item-2 img {
    height: 386px;
    object-fit: cover;
}

.gallery-item.item-3 {
    height: 192px;
    margin-bottom: 2px;
}

.gallery-item.item-4 {
    height: 192px;
}

.roomlist1 {
    padding-left: 15px;
}

.reservation-main .card {
    border-radius: 7px;
}

.detail-form .other-add a {
    height: 41px;
    margin-top: 2px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    height: auto !important;
}

a.location {
    color: #959595;
    font-size: 12px;
}

.table.room-info th, .table.room-info td {
    padding: 5px;
    vertical-align: middle;
    border-top: none;
    font-size: 14px;
}

.table.room-info td {
    text-align: right;
}

h6.event-rate {
    color: #0a7ec9;
}

h6.event-rate span {
    font-size: 12px;
}

p.location {
    color: #959595;
    font-size: 12px;
    padding: 2px 0;
    font-weight: initial;
}

.table.room-price th, .table.room-price td {
    padding: 5px 0;
    vertical-align: middle;
    border-top: none;
    font-size: 14px;
}

.table.room-price th {
    text-align: right;
}

.table.room-price tr.subtotal th {
    font-size: 16px;
}

.due-date {
    background: #0a7ec9;
}

.table.due-date th {
    padding: 5px 15px;
    vertical-align: middle;
    border-top: none;
    font-size: 16px;
    color: #fff;
}

.table.bal-due td {
    padding: 5px 0;
    vertical-align: middle;
    border-top: none;
    font-size: 14px;
    font-weight: 600;
}

.table.bal-due td span {
    font-size: 12px;
    color: #8d8d8d;
    font-weight: 400;
}

.off-color {
    color: #0a7ec9;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #28a745;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #28a745;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #28a745;
    }
}

.room-detail .col-md-2.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.room-detail .col-md-3.pr-0 {
    padding-right: 15px !important;
}


.info {
    line-height: 0;
}

.cancellation {
    max-height: 480px;
}

.cancellation ul li {
    list-style: inside;
    font-size: 14px;
    line-height: 2;
}

.cancellation ul {
    margin-bottom: 10px;
}

.cancel-popup input, .cancel-popup label {
    cursor: pointer;
}

.cancel-popup input {
    margin-top: 6px;
}

/*edit reservation start*/
ul.edit-reservation-list li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 15px 0px;
}

.hotel-detail1 ul.amenties li {
    display: inline-block;
    padding: 10px 16px 0px 0px;
    font-size: 13px;
}

.hotel-detail1 ul.amenties {
    margin: 0 auto;
    float: none;
    display: flex;
    align-items: center;
    text-align: center;
}

tr.subtotal td {
    border-top: none;
}

.contact-info1 .t-datepicker {
    margin-bottom: 0px;
}

ul.edit-reservation-list li.font12 {
    font-size: 10px;
}
/*edit reservation end*/

/*reservation reciept start here*/
.receipt .roomlist1 .newprice {
    color: #045487;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    display: inline-block;
}

.receipt .roomlist1 .newprice span, .roomlist .newprice span {
    color: #939393;
    font-size: 13px;
}

.white-card.receipt {
    padding: 15px;
}

.receipt .row.top-receipt {
    background: #ffffff;
    margin: 0px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
}

.roomlist1.receitroom {
    display: flex;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
}

.reciept-price a {
    text-decoration: underline;
}

.top-receipt .col-md-5 {
    padding-right: 0;
}
/*reservation reciept end here*/

/*cancel reservation start here*/
.main-check .form-check {
    margin: 7px 0px;
    padding-bottom: 7px;
}

.main-check h5 {
    line-height: 1.5;
}

.cancel-image img {
    margin: 0 auto;
    float: none;
    display: table;
}

.InputReason label {
    font-weight: 500;
}

.main-check .form-check label {
    padding-top: 4px;
    padding-left: 7px;
}

.main-check .checkbox.form-inline input {
    margin-right: 11px;
}

.row.white-card.cancel-reservation-main {
    width: auto;
    margin: 0px 0px;
}

.modal-dialog.cancel-reservation-main {
    max-width: 550px;
    margin: 1.75rem auto;
}

.modal-dialog.cancel-reservation-main .modal-body H6 {
    line-height: 1.8;
}
/*cancel reservation end here*/

/*add company page css start here*/
table.addcompany tbody tr:first-child td {
    border-bottom: 10px solid #f0f0f0;
}

table.addcompany tbody tr:last-child td {
    border-top: 4px solid #f0f0f0;
}

#eventDetailList {
    width: 100% !important;
}
/*add company page css end here*/

/*Home Event page css start here*/
.home-info {
    background: #fff;
    position: relative;
    z-index: 3;
    margin: 0 0 40px 0;
    padding: 0 0 15px;
}

.my-reservation h4 span.icon {
    background: #ffffff;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    color: #dc3545;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 40px;
}

.my-reservation {
    background: #f0f0f0;
    color: #fff;
    padding: 20px 20px;
}

.my-reservation span.count {
    background: #dc3545;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 0;
    border: 5px solid #fff;
}

.award-image img {
    width: 100%;
    max-width: 100px;
}

.travel-reward {
    background: #0a7ec9;
    padding: 14px 10px 0px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
}

.col-md-6.my-holds {
    padding-left: 7px;
}

.col-md-6.my-reserve {
    padding-right: 7px;
}

.col-md-6.my-reserve {
    padding-right: 15px;
}

.col-md-6.my-holds {
    padding-left: 15px;
}

.home-tabs ul#myTab li {
    width: auto;
}

.home-tabs ul#myTab li a {
    color: #2e343d;
    padding: 0px 8px 15px 0px;
    border: none;
    font-size: 9px;
}

.home-tabs ul#myTab li {
    position: relative;
}

.home-tabs ul#myTab li a.active {
    color: #0a7ec9 !important;
    font-weight: 500;
}

.home-tabs ul#myTab li a.active:after {
    background: #0a7ec9;
    width: 24px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.home-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.award-box {
    background: #ffffff;
    padding: 10px 10px;
    margin-right: 0px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1.75rem rgb(0 0 0 / 7%);
}

#myicon {
    background: #f0f0f0;
    color: #000;
    margin-right: 10px;
    font-size: 20px;
    padding: 18px;
    border-radius: 100px;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
/*Home Event page css end here*/

/*Reservation Successful*/
.event-detail h4 {
    font-size: 23px;
}

#gmap_canvas {
    width: 100%;
    height: 350px;
    border: none;
    margin-right: 0px;
}

.thankyou {
    float: none;
    display: block;
}

.copy-link {
    width: 100%;
    padding: 15px;
}
/*Reservation*/

/*footer*/
footer {
    text-align: center;
    padding: 10px;
}
/*footer*/

/*customer dashboard page css start here*/
.home-info {
    background: #fff;
    position: relative;
    z-index: 3;
    margin: 0 0 40px 0;
    padding: 0 0 15px;
}

.my-reservation h4 span.icon {
    background: #ffffff;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    color: #dc3545;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 40px;
}

.my-reservation {
    background: #f0f0f0;
    color: #fff;
    padding: 20px 20px;
}

.my-reservation span.count {
    background: #dc3545;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 0;
    border: 5px solid #fff;
}

.award-image img {
    width: 100%;
    max-width: 100px;
}

.travel-reward {
    background: #0a7ec9;
    padding: 14px 10px 0px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
}

.col-md-6.my-holds {
    padding-left: 7px;
}

.col-md-6.my-reserve {
    padding-right: 7px;
}

.col-md-6.my-reserve {
    padding-right: 15px;
}

.col-md-6.my-holds {
    padding-left: 15px;
}

.home-tabs ul#myTab li {
    width: auto;
}

.home-tabs ul#myTab li a {
    color: #2e343d;
    padding: 0px 8px 15px 0px;
    border: none;
    font-size: 9px;
}

.home-tabs ul#myTab li {
    position: relative;
}

.home-tabs ul#myTab li a.active {
    color: #0a7ec9 !important;
    font-weight: 500;
}

.home-tabs ul#myTab li a.active:after {
    background: #0a7ec9;
    width: 24px;
    height: 3px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.home-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.award-box {
    background: #ffffff;
    padding: 10px 10px;
    margin-right: 0px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1.75rem rgb(0 0 0 / 7%);
}

.my-reserve ul.reservation-top li a.nav-link {
    background: #ffffff;
    margin: 0px 0px 0px;
    padding: 25px 15px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
    display: block;
    color: #000;
    font-size: 13px;
}



.nav-pills.reservation-top .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #9fcc38;
}

.my-reserve ul li.hold {
    width: 100%;
}

.my-reserve ul li.reserve {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    position: relative;
}

.my-reserve ul li.team {
    margin-top: 25px;
}

.event-s {
    position: absolute;
    top: 41px;
    right: 15px;
}

.offset-1.dashboard-main {
    margin-left: 0px;
}

.invite-team img {
    max-width: 100%;
    height: 435px;
    margin: 30px auto 52px;
    float: none;
    display: table;
    object-fit: cover;
}

.reservation-box {
    min-height: calc(100vh - 322px);
}

.invite-team {
    min-height: calc(100vh - 156px);
}

    .invite-team h5 {
        font-size: 18px;
    }

.white-card .invite-team {
    min-height: calc(100vh - 368px);
}

a.dashboard-login {
    line-height: 3;
}

/*customer dashboard page css end here*/
.dataTables_length label {
    display: inline-block;
}

.dataTables_length label select.custom-select {
    width: 65px;
}

.dataTables_filter label {
    display: inline-flex;
    align-items: center;
}

.dataTables_filter input {
    width: 130px;
}

.dataTables_length label {
    display: inline-block;
}

.dataTables_length label select.custom-select {
    width: 65px;
}

.dataTables_filter label {
    display: inline-flex;
    align-items: center;
}

.dataTables_filter input {
    width: 130px;
}

.login-d {
    position: absolute;
    top: -30px;
    z-index: 9999;
    right: 15px;
}

/*hotel Informaion page css start from here*/
.hotel-info h2 {
    color: #000;
    font-size: 18px;
}

.top-space {
    margin-top: 0px;
}

.top-space2 {
    margin-top: 57px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto 20px;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 82px;
    z-index: 1;
    top: 78px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #045487;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #2877a9;
    border-color: #2877a9;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #ffffff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #045487;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);
}

#imagePreview img {
    width: 100%;
}

.remove-icon {
    position: absolute;
    right: 34%;
    top: -6%;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hotel-info .form-group .custom-control {
    padding-left: 40px !important;
}

.choices__inner {
    border-radius: 0px;
}

.choices__list--multiple .choices__item {
    background-color: #0071BC;
    border: 1px solid #0071BC;
    border-radius: 0px;
}

.hotel-info-main {
    min-height: calc(100vh - 279px);
}

.quote-imgs-thumbs {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.quote-imgs-thumbs--hidden {
    display: none;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid #777;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.hotel-images {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

/*mutiple select*/
#output {
    background: #dadada;
}

form {
    margin-top: 0px;
    margin-bottom: 15px;
}


.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    cursor: text;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: -0.625rem .75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-image: none !important;
    @*line-height: 39px;
    *@ box-shadow:none;
    overflow: auto !important;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
    margin-top: 7px !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 22px !important;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #495057 !important;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
    font-size: 14px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 14px !important;
    padding: .375rem 0.65rem !important;
}

.chosen-container {
    width: 100% !important;
}

.show-for-sr {
    width: 100%;
}

/*end multiple select*/
.hotel-info {
    margin-top: 0px !important;
}

/*hotel Informaion page css start from here*/
.backbutton ol.breadcrumb {
    padding: 10px 5px;
    background: #ffffff;
    margin-bottom: 0px;
    color: #000;
    border-radius: 0px;
}

.backbutton .breadcrumb-item + .breadcrumb-item::before {
    display: none !important;
}

.backbutton ol.breadcrumb li i {
    padding-top: 3px !important;
    padding-left: 0px !important;
    color: #000;
}

.event-name .backbutton ol.breadcrumb {
    padding: 0px 5px;
    background: #fff;
    margin-bottom: 0px;
}

/*Request For Proposal page css start here*/
.request-head i {
    font-size: 25px;
    padding: 8px 15px;
    color: #093697;
}

.request-head p span {
    color: #093697;
}

.request-box {
    border-bottom: 1px solid #f0f0f0;
}

.request-box h6 {
    margin-bottom: 15px;
}

.hotel-portal.white-card {
    background: #fff;
    width: 100%;
    padding: 0px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
}

.request-header {
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    padding: 25px 15px;
}

.col-md-10.offset-1 {
    margin-left: 0%;
    max-width: 100%;
}

.request-box .distance {
    text-align: left !important;
}

.request-box .type {
    text-align: left !important;
}

ul.request-detail li {
    list-style: none;
    padding: 0px 5px;
    font-size: 14px;
    margin: 0 auto;
    float: none;
    margin: 1px;
    text-align: left;
}

ul.request-detail {
    padding: 0;
    display: block;
    margin-bottom: 15px;
    justify-content: flex-end;
    align-items: center;
}

.main-content h5 {
    font-size: 15px;
}

.main-content.team-dashboard h5 {
    font-size: 18px;
}

.hotel-portal hr {
    border-top: 1px solid rgb(52 58 64);
}

ul.request-detail li span {
    display: block;
}

.distance p {
    margin-bottom: 0;
}

.home-tabs.poc-detail .nav-tabs {
    border-bottom: none;
    margin-bottom: 0px;
}
/* Request For Proposal page css start here */

/*Request For Proposal Detail start here*/
a.create-proposal {
    display: inline-block;
    margin-top: 10px;
    padding: 8px;
}

.event-detail.portal-detail .type p {
    margin-left: 15px;
}

.sort-button {
    margin-top: 20px;
}
/*Request For Proposal Detail end here*/

/*upcoming event table*/
.copyButton {
    background: #045487;
    border-color: #045487;
}

.copyButton:hover {
    background: #045487;
    border-color: #045487;
}

.excelButton {
    background: #2083c1;
    border-color: #2083c1;
}

.excelButton:hover {
    background: #2083c1;
    border-color: #2083c1;
}

.exportButton {
    border-radius: 0px 5px 5px 0px !important;
}

.csvButton {
    background: #3babf1;
    border-color: #3babf1;
}

.csvButton:hover {
    background: #3babf1;
    border-color: #3babf1;
}

.pdfButton {
    background: #87c5ec;
    border-color: #87c5ec;
}

.pdfButton:hover {
    background: #87c5ec;
    border-color: #87c5ec;
}
/*upcoming event table*/

/*manage team css start here*/
.files input {
    padding: 158px 0px 0px 35%;
    width: 100% !important;
    opacity: 0;
}

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    text-align: center !important;
    margin: 0 auto;
    width: 80% !important;
    background-color: #f1f1f1;
    height: 160px !important;
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 30px;
    right: 0;
    height: 36px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.color input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 90px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #6d6f6f;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.seprate {
    display: flex;
    vertical-align: bottom;
    justify-content: center;
    height: 532px;
}

h1.page-heading.m-team {
    padding-bottom: 15px;
    border-bottom: 1px solid #cedbdd;
    margin-bottom: 20px;
    font-size: 18px;
}

.vertical-divider {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50%;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.vertical-divider:before {
    top: -83%;
}

.vertical-divider:before, .vertical-divider:after {
    position: absolute;
    left: 50%;
    content: '';
    z-index: 9;
    border-left: 1px solid rgb(146 176 179);
    border-right: 1px solid rgba(255,255,255,.1);
    width: 0;
    height: calc(100% - 5rem);
}

.vertical-divider:after {
    top: auto;
    bottom: 60px;
}

div#Thankyou {
    top: 150px;
}

div#Thankyou2 {
    top: 150px;
}

.other-add a {
    height: 40px;
}

.other-add {
    padding-top: 29px;
}
/*manage team css start here*/

/*Hotel Portal Dashboard css start here*/
.home-info {
    background: #fff;
    position: relative;
    z-index: 3;
    margin: 0 0 40px 0;
    padding: 0 0 15px;
}

.invite-team1 {
    min-height: calc(100vh - 154px);
}

.main-box {
    min-height: calc(100vh - 305px);
}

.main-box h5 {
    font-size: 18px;
}

.breadcrumb {
    border-radius: 0px;
}
/*Hotel Portal Dashboard css start here*/

/*Forgot Password/ Change PAssword/ Reset Password*/
.input-group-addon {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
}
/*Forgot Password/ Change PAssword/ Reset Password*/

/*Search Team page css start here*/
.top-btn {
    margin-top: 30px;
}

table#tblsearchteam {
    width: 100% !important;
}
/*Search Team page css start here*/

/*booking detail*/
.booking-detail td {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.booking-detail thead th {
    border: none;
    padding: 0;
}

table.table.final-price thead th {
    border: none;
    padding: 0;
}

table.table.final-price tbody td {
    padding-left: 0;
    padding-right: 0;
}

.amenities-booking ul.amenties {
    margin: 0px auto 15px;
    float: none;
    display: flex;
    padding-top: 5px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.amenities-booking ul.amenties > li {
    background: #f3f3f3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    float: none;
    padding: 9px 9px;
    font-size: 14px;
    color: #635c5c;
    min-width: 75px;
}

.amenities-booking .page-heading {
    color: #231f20;
    font-size: 18px;
    margin: 0;
}

.help-list {
    padding: 10px 0px 0px;
    margin-bottom: 20px;
}

.help-list ul {
    display: block;
    justify-content: center;
    margin: 0 auto;
}

.help-list ul li {
    text-align: center;
}

.help-list ul li a {
    padding: 10px;
    margin: 1px;
    display: block;
}

.help-list ul li a:hover {
    text-decoration: underline;
}

.booking-d {
    margin-left: 0px;
}

.receipt h1.page-heading span.float-right {
    text-align: left;
    float: left !important;
    display: block;
    padding: 15px 0px;
    width: 100%;
}

.separator {
    display: flex;
    align-items: center;
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #ced4da;
}

.separator p {
    padding: 0px 0.7rem;
    margin-top: 13px;
}
/*booking detail*/

/*Change Password*/
.input-group-addon {
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
}
/*Change Password*/

/*booking policy*/
.white-card.Booking-policy h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.white-card.Booking-policy p {
    font-size: 15px;
}

.white-card.Booking-policy ul {
    margin-bottom: 15px;
}

.white-card.Booking-policy ul li {
    list-style: inside;
    font-size: 15px;
    line-height: 1.8;
}
/*booking policy*/

.inc .form-group a {
    margin-top: 15px;
}

.addbtn {
    padding-top: 12px;
}

.addbtn button {
    height: 41px;
}

a.remove_this {
    height: 41px;
}

button#append {
    height: 41px;
    margin-top: 4px;
}

.pace-gd tbody tr th:first-child {
    vertical-align: middle;
    text-align: center;
}

.pace-gd.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

.pace-gd.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.event-trcker-g.table thead th {
    border: 1px solid #ccc;
    border-radius: 0 !important;
    vertical-align: middle;
    text-align: center;
}

.checkin-bg {
    background: url(../img/chekin-bg.png) no-repeat right bottom #fff;
    background-size: 45% auto;
    width: 100%;
    padding: 20px 20px 120px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border-bottom: 5px solid #045487;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
    min-height: calc(100vh - 228px);
}

/*profile-page*/
.add_profile {
    min-height: calc(100vh - 154px);
}

.view_profile_card {
    background: #ffffff;
    margin: 0px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 0.75rem rgb(0 0 0 / 7%);
    border: 0;
    border-top: 1px solid #f0f0f0;
}

#eventDetailList thead tr th, td {
    /*border: 1px solid #FFF;*/
    border-collapse: collapse;
    vertical-align: middle;
    text-align: left;
}

.event-list.table thead th:first-child {
    border-radius: 6px 0 0 0;
}

.event-list.table thead th:last-child {
    border-radius: 0 6px 0 0;
}

.tt-table-po-pp th, .tt-table-po-pp td {
    width: 33% !important;
}


.datatablegrid_managereservation {
    font-size: 15px;
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
}

.loader::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

table#tblsearchteam {
    overflow-y: auto;
}

#datatable-kingHotel tbody tr td:last-child {
    text-align: left;
}

#datatable-kingHotel tbody td:last-child {
    padding: 10px 10px 8px;
}


#collapseThree3 #card-element .__PrivateStripeElement iframe {
    height: 40px !important;
    border: 1px solid black !important;
}

#send-align-kkk {
    padding-top: 0.75rem !important;
}

.initi-ate-pay-men-t {
    height: 85vh;
}

.CardField-input-wrapper.is-ready-to-slide span.CardField-expiry.CardField-child {
    transform: translateX(20px) !important;
}

.CardField-cvc {
    transform: translateX(30px) !important;
}

.CardField-input-wrapper {
    background-color: red !important;
}

.img-ff-oo--rr {
    height: 161px;
    width: auto;
    object-fit: cover;
    border-radius: 6px;
}

.ee-event--nn-name {
    font-size: 18px;
    font-weight: bold;
}

.ss-hotel-squad {
    color: black !important;
    font-size: 18px !important;
}

.cc-content--o {
    height: 161px;
    width: auto;
    object-fit: cover;
    border-radius: 6px;
}

.d--dis-tt-ance .distance {
    font-size: 16px !important;
    color: black !important;
}

.d--dis-tt-ance .room-left {
    font-size: 12px !important;
}

.mm--aa-map-p #map {
    width: 100% !important;
}

#hotel-m-map-details {
    position: fixed;
    top: 17%;
    right: 3%;
    width: 47%;
    height: 35%;
}

.tt-table-po-pp thead tr th {
    background-color: #2b3231 !important;
}

.tt-table-po-pp.table tbody td:last-child {
    padding: 10px 10px 8px;
}

#searchhotel .modal-content #exampleModalLabel {
    font-size: 20px;
    font-weight: 600;
    color: #003DA6;
}

#searchhotel .modal-body.cancellation .event-type label {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

#searchhotel .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.btn-01 {
    border-radius: 25px;
    background: #003DA6;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
}

#eventTrackerlList_wrapper .dataTables_scroll {
    overflow: auto !important;
}

#eventTrackerlList_wrapper .dataTables_scrollFoot {
    overflow: initial !important;
    border: 0px;
    width: 100%;
}

#eventTrackerlList_wrapper .dataTables_scrollBody {
    position: relative;
    overflow: initial !important;
    width: 100%;
}

#eventTrackerlList_wrapper .dataTables_scrollHead {
    position: relative;
    overflow: initial !important;
    width: 100%;
}

#companyDetail tr th:last-child, #companyDetail tr td:last-child {
    text-align: center;
}

#companyDetail tr th:nth-child(3), #companyDetail tr td:nth-child(3) {
    text-align: center;
}

.event-trcker-g tfoot tr td:first-child {
    border-left: 2px solid #045487;
    font-weight: 600;
    color: #045487;
}

.event-trcker-g tfoot tr td {
    border-top: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    vertical-align: middle;
    font-weight: 600;
}

.tble-mang-table thead th:last-child {
    text-align: center !important;
}

.tble-mang-table thead th {
    vertical-align: middle;
}


.tabl-search-popup .dataTables_scrollHeadInner {
    width: 100% !important;
}

#eventDetailList thead tr th:last-child {
    text-align: center !important;
}

.tabl-search-popup {
    overflow: auto;
    width: 100%;
    max-height: 288px;
}

.tabl-search-popup .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: left;
}

#eventDetailList tbody tr td:last-child {
    text-align: center !important;
}

.reservation-header thead tr th {
    background-color: #172c3b;
    color: #fff;
}

.reservation-header tbody tr td:first-child {
    border-left: 2px solid #045487;
}

.reservation-header tbody tr td:last-child {
    border-right: 2px solid #045487;
}

.reservation-header thead th:first-child {
    border-radius: 6px 0 0 0;
}

.reservation-header thead th:last-child {
    border-radius: 0 6px 0 0;
}

.reservation-header thead th {
    font-size: 14px !important;
}

.gyds-table-f thead th:last-child {
    text-align: center !important;
}

.sd-row-padd.row {
    margin-right: -30px;
    margin-left: -30px;
}

#tblholdRoomStatus thead th {
    vertical-align: middle;
}

.inputform1 {
    width: calc(100% - 48.6px);
    margin-right: 10px;
}

.inputform2 {
    width: calc(100% - 48.6px);
    margin-right: 8px;
}

.tbl-re-ser-vation {
    overflow-x: inherit;
}

.home-icon-tab i {
    font-size: 22px;
    margin-right: 6px;
}

.event-trcker-g.table tr:last-child td {
    border-bottom: 1px solid #000;
}

#companyDetail tr:last-child td {
    border-bottom: 1px solid #000;
}

.tble-mang-table tbody tr:last-child td {
    border-bottom: 1px solid #000;
}

.tble-mang-table tbody tr td:last-child {
    text-align: center;
}

#tblholdRoomStatus tbody tr td:first-child {
    border-left: 2px solid #415364;
}

#tblholdRoomStatus thead tr th:first-child {
    border-radius: 6px 0 0 0;
}

#tblholdRoomStatus thead tr th:last-child {
    border-radius: 0 6px 0 0;
}

#tblholdRoomStatus tbody tr td:last-child {
    border-right: 2px solid #415364;
}

.my-h-old-reques table thead tr th {
    background-color: #172c3b;
    color: #fff;
}

.invite-team .form-row {
    margin: 0px;
}

.tablr-ttr-h #tbluserreport_wrapper {
    overflow-x: hidden;
}

.sidebar .dropdown .dropdown-menu {
    background-color: #172c3b;
    min-width: 14rem;
    border: none;
    margin-left: 20px !important;
}

.table-mm-manage--u tbody tr td:last-child {
    display: flex;
}

.table-mm-manage--u thead th:last-child {
    text-align: center !important;
}

#tblmanageuser tbody tr:last-child td {
    border-bottom: 1px solid #000;
}

#tblmanageuser tbody tr td:last-child {
    padding: 10px 25px 15px;
}

.tbl-re-ser-vation tbody tr td:first-child {
    border-left: 2px solid #045487;
}

.tbl-re-ser-vation tbody tr td:last-child {
    border-right: 2px solid #045487;
}

.tbl-re-ser-vation tbody tr:last-child td {
    border-bottom: 1px solid #000;
}


#blck-pick-up-list .tabl-search-popup .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: right;
}

#blck-pick-up-list thead tr th {
    background-color: #045487;
    color: #fff;
}

#blck-pick-up-list tbody tr td:first-child {
    border-left: 2px solid #045487;
}

#blck-pick-up-list tbody tr:last-child td {
    border-bottom: 1px solid #000;
}

.payment-info .credit h6 {
    font-size: 18px;
}

#collapseThree3 .payment-info .cancel-popup a {
    font-size: 16px;
}

#collapseThree3 .payment-info .cancel-popup input {
    margin-top: 4px;
}

.card-type-for-pay span img {
    width: 42px;
    margin-right: 7px;
}

.tb-lTe-amPlayer-Details thead tr th:last-child {
    text-align: center !important;
}

.aa-dbg-primary {
    background-color: #007BFF;
}

.CardNumberField-input-wrapper {
    border: 1px solid red;
}

.InputContainer {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    border: 1px solid red !important;
    padding: 10px 0 0 !important;
}

.hold-tab-le-req-uest thead tr th:first-child {
    border-radius: 6px 0 0 0;
}

.hold-tab-le-req-uest thead tr th:last-child {
    border-radius: 0 6px 0 0;
}

.my-h-old-reques thead tr th:first-child {
    border-radius: 6px 0 0 0;
}

.my-h-old-reques thead tr th:last-child {
    border-radius: 0 6px 0 0;
}

.ElementsApp .InputElement {
    border: 1px solid #e10303 !important;
}

#tblrevenuereport tbody tr:last-child td {
    border-bottom: 1px solid #000;
}

.us-er-re-po-rt-s tbody tr:last-child td {
    border-bottom: 1px solid #000;
}

#tblHotelList thead tr th:last-child {
    text-align: center;
}


#tblHotelList tbody tr td:last-child {
    text-align: center;
}

#tblTeamPlayerDetails thead tr th:last-child, #tblTeamPlayerDetails tbody tr td:last-child {
    text-align: center;
}

.secure-tab-pa-y {
    border: 1px solid #000;
}

#MyPopup .modal-dialog {
    max-width: 620px;
}

.data-re-s-rfp table thead tr th {
    vertical-align: middle;
}

.bal-due-none {
    border-top: none !important;
}


.event-trcker-g tbody tr td {
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}

.lightpick__inner .lightpick__months select.lightpick__select.lightpick__select-months {
    width: 85px;
}

.lightpick__month-title {
    display: flex;
}

.event-da-te-s input {
    height: 38px;
}

.my-reserve-hotl ul li.reserve {
    margin-right: 28px;
}

h1 {
    color: #172C3B;
}

h2, h3, h4 {
    color: #172C3B;
}

.dashboard-bg h1 {
    color: #172C3B
}

.bebas {
    font-family: 'Bebas Neue', cursive;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #003DA6 !important;
}

.btn-dark {
    background-color: #172C3B !important;
    border-color: #172C3B !important;
}

/*New colors*/
.ultra-green {
    color: #000;
    background-color: #9FCC38;
}

.light-navy {
    color: #415364;
}

.navy-blue {
    color: #172C3B;
}

.royal-blue {
    color: #003DA6;
}

.grey {
    background-color: #808285;
}
/*changed colors*/
#searchEventManager .modal-dialog .modal-content {
    height: 50%;
}

#searchEventManager .modal-dialog .modal-content .modal-header h6 {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

#searchEventManager .modal-dialog {
    height: 100%;
}

.table {
    color: #000 !important;
}

h1 {
    font-size: 36px !important;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 2px;
}

h2 {
    font-size: 24px !important;
    color: #415364 !important;
    font-family: 'arial-regular', sans-serif;
}

h3 {
    font-size: 18px !important;
    color: #172c3b !important;
    font-family: 'arial-regular', sans-serif;
}
/*new css*/
.event-list.table tbody td:last-child {
    padding: 16px 8px 8px !important;
    align-items: baseline;
}

.BtnviewOffer {
    margin-left: 10px;
}

ul.dropdown-menu.keep-open.show {
    inset: auto !important;
    transform: unset !important;
}

#companyDetail tr td:last-child {
    text-align: center;
    justify-content: center;
}

@keyframes fa-blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
    color: blue;
}

div#Thankyou3 .modal-dialog {
    position: static !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

div#Thankyou3 .modal-dialog .modal-content {
    max-width: 500px;
}

div#Thankyou3 .modal-dialog .modal-content .modal-header {
    background: #212529;
}

div#Thankyou3 .modal-dialog .modal-content .modal-header h5 {
    color: #fff !important;
}

div#Thankyou3 .modal-dialog .modal-content .modal-header button {
    color: #fff !important;
    opacity: 1;
}

.calender-icon2-custom {
    position: absolute;
    right: 9px;
    top: 40px;
}

.calender-icon2-custom i {
    color: #172c3b;
    font-size: 20px;
}

.form-group.position-relative.disabled-input input {
    background: transparent !important;
}

table#tblholdRoomStatus {
    border-bottom: 2px solid #111;
}

table#tblEventReportList tr th {
    width: auto !important;
}

/*13-01-2022*/
.table-responsive .dataTables_scrollBody {
    position: relative;
}

.table-responsive .dataTables_scrollBody::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.table-responsive .dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.table-responsive .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #888;
    transition: all .3s ease;
    border-radius: 10px;
}

.table-responsive .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.table-responsive21 .dataTables_scrollBody table {
    width: 100% !important;
}

.responsivetable .row:nth-child(2) > div {
    width: 100%;
    overflow: auto;
}

.responsivetable .row:nth-child(2) > div::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.responsivetable .row:nth-child(2) > div::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.responsivetable .row:nth-child(2) > div::-webkit-scrollbar-thumb {
    background: #888;
    transition: all .3s ease;
    border-radius: 10px;
}

.responsivetable .row:nth-child(2) > div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.my-reserve-hotl ul li.reserve {
    margin-right: 0px;
}

.steps {
    height: calc(100% - 15px);
}

.text-info1 p {
    margin: 0px;
}

.header {
    padding: 0px 24px !important;
}

a.home-icon-tab {
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding: 20px 9px 20px 0;
}

table#eventDetailList.table-custom-popup thead tr th {
    background: #9ecc3b;
    text-align: center;
}


table#eventDetailList.table-custom-popup tbody tr:last-child td {
    border-bottom: none;
}

table#eventDetailList.table-custom-popup tbody td {
    white-space: inherit;
    vertical-align: middle;
    border-top: 2px solid #ffffff;
}

@media screen and (min-width:768px) {
    .hotelpoc.my-reserve ul.reservation-top li {
        width: 48.5%;
        margin-right: 10px;
    }

    .reservation-top {
        justify-content: space-between;
    }

    .my-reserve-hotl ul li.reserve {
        margin-right: 28px;
    }


}

@media screen and (max-width:1024px) {
    .text-info1 p {
        font-size: 14px;
    }

    .user > a {
        display: flex;
        align-items: center;
    }

    .user a span label {
        display: none;
    }
}

@media screen and (max-width:767px) {
    table#eventDetailList.table-custom-popup thead tr th {
        background: #9ecc3b;
        text-align: center;
        font-size: 11px;
    }
    .colmdmob {
        display: none;
    }

    .user > a {
        line-height: 35px;
    }

    .user > a i {
        margin-left: 8px;
    }

.das-footer {
    display: none;
}

#tblreservations tbody tr td:last-child {
    display: flex;
}

#tblreservations tbody tr td:last-child span {
    margin-right: 10px;
}

.dataTables_filter input {
    width: 100%;
}

.dataTables_filter {
    float: initial !important;
}
}

/*Slider Button CSS for Hotel Pay Now or Users Active or In-Active Toggle Button*/

.hotel-heading {
    background-color: #172c3b;
    color: white !important;
    border-radius: 10px;
    font-size: 22px !important;
    padding: 15px 20px;
    letter-spacing: .5px;
    font-weight: 500;
}

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -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: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(85px);
    -ms-transform: translateX(85px);
    transform: translateX(85px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*--------- END --------*/
#PopUpForTMData .modal-dialog {
    position: relative !important;
    width: 40%;
}

#PopUpForTMData .modal-footer .clos-btn {
    font-size: 1rem;
}

#pvBooking .white-card {
    position: sticky;
    top: 0;
}

.row-gutter [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

div#PaymentSchedule table.table tbody tr td.text-left {
    font-size: 14px;
    width: 65% !important;
}

div#PaymentSchedule table.table tbody tr th.text-right {
    font-size: 14px;
    width: 35% !important;
    font-weight: 700;
}

label#remainingAmount {
    margin-bottom: 0px !important;
}

div#PaymentSchedule table.table tbody tr.custom-text-external td span {
    margin-bottom: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
}

p.text-p-custom {
    font-size: 12px;
    text-align: justify;
    line-height: 15px;
    font-weight: 400;
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
}

.lable-adult-custom {
    bottom: -5px !important;
}

.relative-custom {
    position: relative;
}

.calendar-icon-check-in {
    position: absolute;
    right: 10px;
    top: 9px;
}

iframe#frameDemo.iframe-common-custom {
    width: 100%;
    min-height: 42vh;
}
 
iframe#frameDemo{
    background:url(/img/ajaxloader.gif) center center no-repeat;
}

.img-wrap img.roomImages {
    width: 100%;
}

.img-wrap img.hotelImages {
    width: 100%;
}

.img-wrap {
    position: relative;
}

@media(max-width:1200px) {
    #PopUpForTMData .modal-dialog {
        width: 80% !important;
    }
}

@media(max-width:1400px) {
    .dashboard-bg label {
        font-size: 13px;
    }
}

.tag-question {
    display: inline-block !Important;
    background-color: #000 !Important;
    color: #fff !Important;
    width: 17px !Important;
    text-align: center !Important;
    height: 17px !Important;
    line-height: 17px !Important;
    border-radius: 27px !Important;
    margin-left: 10px !Important;
    font-size: 11px !Important;
    font-weight: 700 !Important;
}

.tag-question1 {
    display: inline-block !Important;
    background-color: #000 !Important;
    color: #fff !Important;
    width: 17px !Important;
    text-align: center !Important;
    height: 17px !Important;
    line-height: 17px !Important;
    border-radius: 27px !Important;
    margin-left: 10px !Important;
    font-size: 11px !Important;
    font-weight: 700 !Important;
    right: -21px !important;
}

.bold-custom {
    font-weight: 500;
}

.custom-price-list a {
    color: #000;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

ul .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}

ul li {
    margin: 0.5em 0;
}

ul li a.toggle {
    width: 100%;
    display: block;
    color: #000;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
}

ul li a.toggle:hover {
    text-decoration: none;
}

.custom-after-span {
    position: relative;
}


.event-type span.select2 {
    margin-bottom: 0 !important;
}

.border-lefts {
    border-left: 2px solid #415364 !important;
}

form#myForm .hotel-info .hotel-info {
    margin-bottom: 20px;
}




/*form reset password button content edit user page*/
#resetp {
    margin-top: 2%;
}

.swal2-styled.swal2-confirm {
    background-color: rgb(158 204 59) !important;
    border-radius: 0 !important;
}

.swal2-styled.swal2-cancel {
    border-radius: 0 !important;
}

.RadioLabel {
    margin-right: 20px;
}

::selection {
    color: white;
    background: #9cce4b;
    font-weight: 800;
}

.tooltipsss {
    position: relative;
}

.tooltipsss .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -75px;
}

.tooltipsss:hover .tooltiptext {
    visibility: visible;
}

::-webkit-scrollbar {
    width: 10px;
    height:10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(153 146 146 / 79%);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: darkgray;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: gray;
}

::-webkit-scrollbar-button:single-button {
    background-color: #c7c7c7;
    display: block;
    background-size: 10px;
    background-repeat: no-repeat;
}
    ::-webkit-scrollbar-button:single-button:vertical:decrement {
        height: 12px;
        width: 16px;
        background-position: center 4px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(96, 96, 96)'><polygon points='50,00 0,50 100,50'/></svg>");
    }

    ::-webkit-scrollbar-button:single-button:vertical:increment {
        height: 12px;
        width: 16px;
        background-position: center 2px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(73, 73, 73)'><polygon points='0,0 100,0 50,50'/></svg>");
    }

.tooltipsss #textpara {
    position: absolute;
    float: left;
    top: 180px;
    left: 31%;
    width: 452px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .tooltipsss #textpara {
        position: absolute;
        float: left;
        top: 196px;
        left: 2%;
        width: 210px;
        line-height: 15px;
        font-size: 10px;
        font-weight: 600;
    
    }
}
@media only screen and  (min-width: 769px) and (max-width: 1181px){
    .tooltipsss #textpara {
        position: absolute;
        float: left;
        bottom: 102px;
        left: 2%;
        width: 450px;
        line-height: 18px;
        font-size: 12px;
        font-weight: 600;
    }
}

@media only screen and (min-width: 667px) and (max-width: 767px) {
    .tooltipass #textpara {
        position: absolute;
        float: left;
        top: 131px;
        left: 31%;
        width: 305px;
        line-height: 15px;
        font-size: 10px;
        font-weight: 600;
    }
}
@media only screen and (min-width: 240px) and (max-width: 381px) {
    .tooltipass #textpara {
        position: absolute;
        float: left;
        top: 196px;
        left: 2%;
        width: 210px;
        line-height: 15px;
        font-size: 10px;
        font-weight: 600;
    }
}

/*fileCloud css here*/
.temploader {
    border: 9px solid #f3f3f3;
    border-radius: 50%;
    border-top: 9px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.selectplaceholder {
    height: 85%;
    cursor: pointer;
    border: 0.1px solid #f1f1f1;
    padding-top: 10px;
    border-radius: 5px;
}

    .selectplaceholder:hover {
        border: #bdbdbd 0.1px solid;
        background-color: #fbfbfb;
    }

.selectplaceholderList {
    height: 85%;
    cursor: pointer;
    border: 0.1px solid white;
    padding-top: 10px;
    border-radius: 5px;
}

    .selectplaceholderList:hover {
        border: #bdbdbd 0.1px solid;
        background-color: #fbfbfb;
    }

.fileplaceholder{
    display:none;
}
#BookingAdditionalPolicies {
    padding: 10px;
    border-radius: 4px;
    border: #d1caca solid 1px;
}
/*admin dashboard*/
.KPICardLabel {
    background: #172c3b;
    color: white;
    padding: 8px 0 8px 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.KPIFrame {
    background: #9fcc3b47;
    border: solid white 14px;
    border-radius: 7px;
}

.KPIicon {
    background: #9fcc3b;
    width: 29px;
    height: 29px;
    line-height: 29px;
    color: black;
    text-align: center;
    border-radius: 50%;
    font-size: smaller;
}
.KPICount {
    font-size: larger;
    font-weight: 700;
}

.KPIFrame h3, .kpi_data h3 {
    margin-top: 10px;
}
.KPIFrame span.KPICount, .kpi_data span.KPICount {
    font-size: 16px;
    margin-left: 2px;
}

.find-event label.KPICardLabel {
    margin: 0;
}
.table_event .white-card table tbody tr td, .table_event .white-card table tfoot tr td {
    padding: 8px;
    font-size: 14px;
    height: auto;
}

.table_event .white-card table thead tr th {
    padding: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #172c3b;
}
span.block_text {
    display: block;
    font-size: 16px;
    font-weight: bold;
}