  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
  body {
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.profile-container {
    margin-top: 20px;
    width: 1250px;
    display: flex;
    margin: auto;
    margin-bottom: 20px;
  
}

.aside1 {
    width: 30%;
 
    /* position: fixed; */
    left: 0;
    top: 0;
   
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all 0.3s ease;
    border: 0.5px solid rgb(179, 178, 178);
    border-radius: 6px;
    margin-top: 20px;
    align-self: flex-start 
   
}

.aside1 .text1 {
    top: 50px;
    text-transform: capitalize;
    color: rgb(14, 14, 14);
}

.aside1 .text1 a {
    color: var(--text-black-900);
    padding: 15px 20px;
    font-size: 30px;
    letter-spacing: 5px;
    position: relative;
}

.aside1 .text1 a span {
    font-size: 30px;
    font-weight: 500;
}

.aside1 .nav-toggler1 {
    height: 40px;
    width: 45px;
    border: 1px solid var(--bg-black-50);
    cursor: pointer;
    position: fixed;
    left: 300px;
    top: 20px;
    border-radius: 5px;
    background: var(--bg-black-100);
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.aside1 .nav-toggler1 span {
    height: 2px;
    width: 18px;
    background: var(--skin-color);
    display: inline-block;
    display: flex;
    position: relative;
}

.aside1 .nav-toggler1.open span {
    background-color: transparent;
}

.aside1 .nav-toggler1 span::before {
    content: '';
    height: 2px;
    width: 18px;
    background: var(--skin-color);
    position: absolute;
    top: -6px;
    left: 0;
}

.aside1 .nav-toggler1.open span::before {
    transform: rotate(45deg);
    top: 0;
}

.aside1 .nav-toggler1 span::after {
    content: '';
    height: 2px;
    width: 18px;
    background: var(--skin-color);
    position: absolute;
    top: 6px;
    left: 0;
}

.aside1 .nav-toggler1.open span::after {
    transform: rotate(-45deg);
    top: 0;
}

.aside1 .nav2 {
    margin-top: 0px;
    padding: 10px;
}

.aside1 .nav2 li {
    margin-bottom: 10px;
    display: block;
}

.aside1 .nav2 li a {
    font-size: 16px;
    display: block;
    color: rgb(92, 90, 90);
    padding: 5px 15px;
    font-family: 'Roboto', sans-serif;
}

.aside1 .nav li a.active {
    color: var(--skin-color);
}

.nav2 i {
    padding-right: 15px;
    color: #276BAE;
}

.main-content {
    margin-left: 40px;
}

.main-content h2 {
    color: #282828;
    margin-bottom: 10px;
}

.main-content p {
    color: #7A7C7E;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.main-content .profile-form {
    border: 0.5px solid rgb(179, 178, 178);
    border-radius: 2.5px;
    width: 100%;
}

.main-content ul li {
    font-size: 16px;
    cursor: pointer;
    font-weight: bolder;
}

.profile-form {
    padding: 20px;
}

.profile-form .iconinfo {
    width: 100%;
    display: inline-flex;
}

.profile-form .iconinfo .icons {
    height: 61px;
    width: 61px;
    background-color: #276BAE;
    border-radius: 50%;
    text-align: center;
}

.profile-form .iconinfo .icons i {
    font-size: 30px;
    padding-top: 13px;
    color: white;
    font-weight: 100;
}

.whole-form {
    display: inline-flex;
    width: 90%;
}

.m50 {
    width: 50%;
    margin-left: 10px;
}

.m50 input {
    width: 100%;
    margin-top: 5px;
}

.forms-info input {
    height: 50px;
    padding: 20px;
    color: rgb(134, 132, 132);
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid rgb(192, 190, 190);
    width: 100%;
    box-shadow: none;
}

.m100 {
    width: 100%;
    padding-top: 20px;
}

.m100 button {
    width: 25%;
    padding: 10px 0px;
    margin: 3px;
    border: 1px solid rgb(192, 190, 190);
    border-radius: 3px;
    color: rgb(134, 132, 132);
    cursor: pointer;
    height: 50px;
    font-size: 16px;
}

.green {
    background-color: white;
}

.change-background {
    background: #276BAE;
}

.highlight {
    background-color: #276BAE;
    color: white!important;
    border: none!important;
}

.iconinfo input[type="submit"] {
    background-color: #276BAE;
    cursor: pointer;
    color: white;
    height: 60px;
    box-shadow: none;
    transition: 0.4s;
}

.iconinfo input[type="submit"]:hover {
    background-color: rgb(5, 85, 105);
}

#mybookings h2 {
    border-bottom: 2px solid rgb(210, 210, 210);
    line-height: 60px;
    color: rgb(36, 35, 35);
}

#saved h2 {
    border-bottom: 2px solid rgb(210, 210, 210);
    line-height: 60px;
    color: rgb(36, 35, 35);
}

#history h2 {
    border-bottom: 2px solid rgb(210, 210, 210);
    line-height: 60px;
    color: rgb(36, 35, 35);
}

#coupens h2 {
    border-bottom: 2px solid rgb(210, 210, 210);
    line-height: 60px;
    color: rgb(36, 35, 35);
}

#reviews h2 {
    border-bottom: 2px solid rgb(210, 210, 210);
    line-height: 60px;
    color: rgb(36, 35, 35);
}

.details-status-view button {
    margin-top: 7px;
    border: none;
    margin-left: 6px;
    padding: 5px;
    border-radius: 4px;
    background-color: #276BAE;
    color: white;
    cursor: pointer;
}

.details-status-view {
    margin-left: 44px;
}

.details-status-view button i {
    margin-left: 5px;
}

#mybookings ul li {
    list-style: none;
    display: inline-flex;
}

#mybookings ul li a {
    color: rgb(70, 70, 70);
    font-weight: 700;
    transition: 0.3s;
}

#mybookings ul li a:hover {
    color: #276BAE;
}

.pendingtoapprove {
    border: 1px solid rgb(192, 190, 190);
    width: 100%;
    border-radius: 4px;
    display: inline-flex;
    margin-top: 10px;
}

.all-containers {
    width: 70%;
}

.all-containers .main-content:first-child {
    width: 80%;
}

.pendingtoapprove .boxconti {
    padding: 25px;
    width: 48%;
}

.pendingtoapprove .boxconti img {
    object-fit: cover;
}

.doted {
    width: 50%;
    margin-top: 10px;
}

.boxdetails {
    max-width: 100%;
    padding-top: 2px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(172, 171, 171);
}

.pricedotted {
    padding-bottom: 20px;
    display: inline-flex;
    width: 100%!important;
}

.room-no {
    width: 60%;
    line-height: none!important;
}

.room-no h3{
    margin-bottom: 5px;
}

.room-no h5 {
    line-height: none!important;
    padding-top: 6px!important;
    margin-top: 0px!important;
    margin-bottom: 10px!important;
    padding-bottom: 0px!important;
    font-size: 14px!important;
}

.room-price-button {
    width: 40%;
}

.pricedotted input.red[type="Submit"] {
    background-color: rgb(248, 46, 46);
    border: none;
    width: 80%;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.room-price-button input.pending[type="submit"] {
    background-color: #276BAE;
    border: none;
    width: 80%;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    margin-top: 2px;
}

.pricedotted input.red[type="Submit"]:hover {
    background-color: rgb(231, 10, 10);
}

.pendingtoapprove2 {
    border: 1px solid rgb(192, 190, 190);
    width: 100%;
    border-radius: 4px;
    display: inline-flex;
    margin-top: 10px;
}

.all-containers2 {
    width: 100%;
}

.all-containers2 .main-content:first-child {
    width: 72%;
}

.pendingtoapprove2 .boxconti2 {
    padding: 25px;
    width: 40%;
}

.boxdetails2 {
    width: 100%;
    padding-top: 2px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(172, 171, 171);
}

.doted2 {
    width: 55%;
}

.pricedotted2 {
    text-align: right;
    padding-bottom: 20px;
}

.pricedotted input.green[type="Submit"] {
    background: rgb(9, 218, 9);
    border: none;
    width: 80%;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.pricedotted button.green {
    background-color: rgb(8, 175, 8);
    border: none;
    width: 50%;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
}

.pricedotted button.red {
    background-color: rgb(180, 26, 26);
    border: none;
    width: 50%;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
    margin-left: 10px;
}

button.change-background {
    background-color: #276BAE;
    border: none;
    width: 100%;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    align-items: center;
}

button.change-background-grey {
    background-color: rgb(139, 141, 141);
    border: none;
    width: 100%;
    height: 50px;
    color: black;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    align-items: center;
}

.pricedotted input.green[type="Submit"]:hover {
    background-color: green;
}

#saved .pricedotted2 input[type="Submit"] {
    background-color: #276BAE;
    border: none;
    width: auto;
    height: 50px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    padding: 7px;
}

#saved .pricedotted2 input[type="Submit"]:hover {
    background-color: #0A3967;
}

.pendingtoapprove3 {
    border: 1px solid rgb(192, 190, 190);
    width: 100%;
    border-radius: 4px;
    display: inline-flex;
    margin-top: 10px;
}

.all-containers3 {
    width: 100%;
}

.all-containers3 .main-content:first-child {
    width: 72%;
}

.pendingtoapprove3 .boxconti3 {
    padding: 25px;
    width: 40%;
}

.boxdetails3 {
    width: 100%;
    padding-top: 2px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(172, 171, 171);
}

.pricedotted3 {
    float: right;
    padding-bottom: 20px;
}

.boxdetails,
.boxdetails2,
.boxdetails3 span {
    font-weight: bolder;
}

.transhistory:nth-child(2n+1) {
    background-color: rgb(230, 227, 227);
}

.costumerid {
    width: 20%;
}

.checkbill input[type="submit"] {
    background-color: #276BAE;
    border: none;
    width: auto;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    padding: 9px;
    margin-top: -10px!important;
}

.checkbill input[type="submit"]:hover {
    background-color: #0A3967;
}

table.transhistory {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

table.transhistory tr:nth-child(even) {
    background-color: #f2f2f2
}

table.transhistory th,
table.transhistory td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd;
}

.coupon2 {
    border-radius: 12px;
    box-shadow: 5px 8px 10px #d6d5d533;
    border: 1px solid rgb(172, 171, 171);
}

.code:hover {
    background: green;
    color: #fff;
    cursor: pointer
}

.validdate {
    margin-left: 15px;
    margin-top: 40px;
    float: right;
}

.timebold {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.col {
    width: 100%!important;
}

.myreviews {
    width: 100%;
    height: auto;
    border: 1px solid rgb(172, 171, 171);
    border-radius: 4px;
}

.photoandstars {
    width: 100%;
    display: inline;
}

.photoss {
    width: 50%;
    padding: 20px;
    display: inline-flex;
}

.photoss img {
    border-radius: 50%;
}

.photoss h5 {
    margin-left: 15px;
    margin-top: 5px;
    font-size: 20px;
}

.photoss .headinganduser p {
    margin-top: -30px;
    margin-left: 15px;
    color: grey;
}

.starss {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    font-size: 20px;
}

.starss i {
    padding-right: 5px;
    color: gold;
}

.parareviews {
    padding: 0px 30px;
    line-height: 25px;
}

.parareviews p {
    text-align: justify;
    color: rgb(116, 114, 114);
}

#red-cancled {
    display: none;
}

.whole-container-hotel {
    border: 1px solid rgb(179, 177, 177);
    padding: 10px;
    border-radius: 5px;
}

.whole-container-hotel h4 {
    font-size: 25px;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    color: #276BAE;
    margin-left: 10px;
}

.hotel-add-star {
    width: 100%!important;
    display: inline-flex;
}

.hotel-add-star p {
    font-size: 16px;
    margin-top: 9px!important;
    margin-bottom: 0px!important;
    color: #276BAE;
    margin-left: 30px;
    font-weight: bolder;
}

.fa-star {
    color: rgb(245, 221, 9);
    margin-right: 4px;
}


/*coupen card design*/

.coupen-container {
    width: 90%;
    height: 45vh;
    background: #f0fff3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgb(15, 177, 218);
    padding: 5px;
    border-radius: 15px;
}

.coupen-card {
    background: linear-gradient(135deg, #276BAE, rgb(72, 167, 190));
    width: 100%;
    height: 100%;
    color: #fff!important;
    text-align: center;
    padding: 40px 80px;
    border-radius: 15px;
    position: relative;
}

.coupen-card img {
    width: 170px;
    height: 55px;
}

.coupen-card h3 {
    margin-top: 50px!important;
    padding-top: 0px!important;
    line-height: 0px!important;
    font-size: 25px!important;
}

.coupen-card p {
    margin-top: 40px!important;
    padding-top: 0px!important;
    line-height: 0px!important;
    color: #fff!important;
    font-weight: bolder;
    font-size: 18px;
}

.coupen-card-image {
    background-color: white;
    border-radius: 8px;
    padding: 5px;
    width: 190px;
    margin-left: 32%;
}

.circle1,
.circle2 {
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.circle1 {
    left: -35px;
}

.circle2 {
    right: -35px;
}

.small-cirlce {
    display: inline-flex;
}

.small1 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: white;
    margin-left: 5px;
    margin-top: 20px;
}

.small1:first-child {
    margin-left: 0px;
}


/*data not found*/

#notfound {
    position: relative;
    height: 50vh;
    margin-top: 80px;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 240px;
}

.notfound .notfound-404 h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 252px;
    font-weight: 900;
    margin: 0px;
    color: #4e4e4e;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px;
    margin-top: -70px;
}

.notfound .notfound-404 h1>span {
    text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
    font-family: 'Cabin', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #747272;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
}

.notfound h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4e4e4e;
    margin-top: 30px!important;
}


/*error input*/

.error-input {
    border: 1px solid rgb(223, 35, 35)!important;
    color: rgb(223, 35, 35)!important;
}

.errorClass {
    color: rgb(223, 35, 35)!important;
}


/*snack bar*/

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #276BAE;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 10%;
    top: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.place-your-review{
    margin-top: 10px;
    margin-bottom: 10px;
  
   
  
}

.place-your-review p{
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    font-weight: bold;
    margin-right: 30px;
    
}


.star-container button{
    border: none;
    background-color: #276BAE;
    color: white;
    padding: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    
}

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@media screen and (min-width: 1550px) {
    .profile-container {
        width: 1500px;
    }
}


/*review star*/
.star-container {
    position: relative;
    border-radius: 5px;

    
   width: 100%;
   margin-top: 20px;
  
}

.star-container .star-widget input {
    display: none;
}

.star-widget label {
    font-size: 20px;
    color: #e4e1e1;
    transition: all 0.2s ease;
    cursor: pointer;
    float: right;
    padding-right: 8px;
}

.star-widget label:last-child{
    padding-right: 0px;
}

input.start-review:not(:checked)~label:hover,
input.start-review:not(:checked)~label:hover~label {
    color: #fd4;
}

input.start-review:checked~label {
    color: #fd4;
}

input#rate-5:checked~label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

input.start-review:checked~form {
    display: block;
}
/*review Star ends here*/

.modal-container {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
    z-index: 999; 
}

/* Styles for the modal content */
.modal-content {
    background-color: #fff;
    
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    
    width: 30%;
    margin-top: 150px!important;
    margin: auto;
    z-index: 9999;
    
}

.modal-content input{
    width: 100%;
    padding: 12px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid rgb(202, 202, 202);
    margin-bottom: 10px;
}

.modal-content select{
    width: 100%;
    padding: 12px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid rgb(202, 202, 202);
    margin-bottom: 10px;
}

.modal-content textarea{
    width: 100%;
    padding: 12px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid rgb(202, 202, 202);
   height: 100px;
}

.modal-button {
    width: 100%;
    display: flex;
    
}

.modal-button button{
    padding: 10px;
    border: none;
    background-color: #276BAE;
    color: white;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
}

/* Close button for the modal */
.close-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #276BAE;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    color: white;
    font-weight: bold;
}

/*modal popup*/



/*modal popup ends here*/

/*data not found ends*/

@media(max-width:869px) {
    .profile-container {
        margin-left: 40px;
        width: 95%;
    }
    .all-containers {
        width: 68%;
    }
    .main-content p {
        font-size: 11px;
    }
    .checkbill input[type="submit"]:first-child {
        margin-top: 5px;
    }
    .checkbill input[type="submit"] {
        font-size: 11px;
    }
    .pendingtoapprove2 .boxconti2 {
        width: 50%;
    }
    .doted2 {
        width: 45%;
    }
    .boxdetails2 p {
        font-size: 13px;
    }
}

@media(max-width:800px) {
    .aside1 {
        display: none;
    }
    .main-content {
        margin-left: 0px;
    }
    .all-containers {
        width: 95%;
    }
    .all-containers .main-content:first-child {
        width: 100%;
    }
    .main-content p {
        font-size: 15px;
    }
}

@media(max-width:630px) {
    .profile-container {
        margin-left: 18px;
        width: 100%;
    }
}

@media(max-width: 540px) {
    .boxdetails2 {
        padding-left: 20px;
    }
    .profile-container {
        margin-left: 10px;
    }
    .pendingtoapprove {
        display: block;
    }
    .pendingtoapprove .boxconti {
        padding: 0px;
        width: 100%;
    }
    .boxdetails {
        width: 100%;
        padding-left: 20px;
    }
    .doted {
        width: 100%;
    }
    .room-no {
        padding-left: 20px;
    }
    .hotel-add-star {
        display: block;
    }
    .hotel-add-star p {
        margin-left: 10px;
    }
    .details-status-view {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 21px;
    }
    .hotel-add-star p .fa-star {
        margin-top: 10px;
        padding-right: 10px;
    }
    .hotel-add-star p .fa-location-dot {
        /* margin-top: 10px; */
        padding-right: 10px;
    }
    .pendingtoapprove2 {
        display: block;
    }
    .pendingtoapprove2 .boxconti2 {
        padding: 0px;
        width: 100%;
        padding-right: 10px!important;
    }
    .doted2 {
        width: 100%;
    }
    .pricedotted2 {
        width: 95%;
    }
}