* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

.header {
    background-color: rgba(0, 0, 255, 0.801);
    width: 100%;
    height: 50px;
}

body {
    background-color: rgba(0, 0, 0, 0.849);
}

.header .title {
    text-align: center;
    color: antiquewhite;
    font-size: 25px;
    padding-top: 7px;
}

.content {
    margin-top: 15px;
    background-color: rgba(0, 0, 0, 0.212);
    width: 100%;
    height: fit-content;
}

.content .bigtext {
display: inline-block;
text-align: left;
color: rgb(4, 0, 255);
width: 300px;
margin-left: 5px;
font-size: 25px;
margin-top: 20px;
position: absolute;
}

.content .line {
    display: inline-block;
    width: 5px;
    height: 220px;
    background-color: black;
    margin-top: 10px;
    margin-left: 5px;
}

.content .img {
    float: right;
    padding: 10px;
}

ul { 
    list-style-type: none;
    position: relative;
    margin-top: 100px;
    margin-left: 5px;
    padding-bottom: 10px;
    vertical-align: top;
}

li {
    color: rgb(4, 0, 255);
    
}

.title-comment {
    background-color: rgb(1, 183, 255);
    width: fit-content;
    padding: 4px 5px;
    border-radius:5px 5px 0 0;
    margin-left:5px;
}

.comment {
    margin-right: 5px;
    background-color: rgb(162, 0, 255);
    height: fit-content;
    margin-left: 5px;
    border-radius: 0 5px 5px;
}

.comment .icon {
    padding: 5px;
    border-radius: 5px;
}

.star {
    margin-left:5px;
    padding-bottom: 15px;
}

.star * {
    font-size: 15px;
}

.comment .text {
display: inline-block;
position: absolute;
}

.booking h4 {
    color: rgb(4, 0, 255);
    text-align: center;
}

.booking .btn {
text-align: center;
}

.booking .btn button {
margin-top: 5px;
background-color: transparent;
border: solid 3px rgb(4, 0, 255);
padding: 5px;
border-radius: 5px;
color: aliceblue;
transition: 0.4s;
}

.booking .btn button:hover {
    background-color: rgb(4, 0, 255);
}

.comment .aud {
    position: absolute;
    margin-top: 5px;
    width: 250px;
}

.mdhide {
    width: fit-content;
    height: fit-content;
    background: #000;
    transition: 0.2s;
    margin-top: -10px;
}

.md {
    width: fit-content;
    height: fit-content;
    transition: 0.2s;
    margin-top: -10px;
}

.mdhide .content {
    visibility: hidden;
}

.confirm {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.form {
    position: relative;
    width: 350px;
    height: 175px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 5px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}

.form .des {
    float: center;
    background-color: rgba(42, 110, 255, 0.5);
    padding: 5px;
    text-align: center;
}

.form .btn {
    width: fit-content;
    margin: 10px auto;
}

.form button {
    background-color: transparent;
    border: none;
    width: 100px;
    height: 25px;
    border-radius: 5px;
    margin: 0 5px;
    color: whitesmoke;
}

.user-comment {
    position: relative;
    width: calc(100% - 30px);
    height: fit-content;
    margin: 5px;
    background-color: rgb(162, 0, 255);
    padding: 10px;
    border-radius: 10px;
}

.user-comment :where(.inp, .ta) {
    width: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.212);
    padding: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

.ta textarea {
    width: 100%;
    height: 75px;
    resize: none;
}

.t {
    width: calc(100% - 20px);
    height: 200px;
    background-color: rgba(0, 0, 0, 0.212);
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    

}

.cmt {margin-bottom: 10px;}

.t .name {
    width: fit-content;
    height: 22px;
    background-color: brown;
    padding: 0 5px;
    border-radius: 5px 0 0;display: inline-block;
}

.t .date {
    width: fit-content;
    height: 22px;
    background-color: rgb(179, 95, 0);
    padding: 0 5px;
    border-radius: 0 5px 0 0;
    display: inline-block;
}

.t .c {
    width: calc(100% - 10px);
    padding: 5px;
    height: fit-content;
    background-color: chocolate;
    border-radius: 0 5px 5px 5px;
    overflow-wrap: break-word;
    
}

.sub {
    border: none;
    background-color: rgb(1, 183, 255);
    color: whitesmoke;
    padding: 5px 7.5px;
    border-radius: 10px;
}

.sub:active {
    background-color: rgb(12, 123, 167);
}

.loading {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 -10px;
    height: 540px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.loading .loader {
    position: relative;
    margin: auto;
    top: 45%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 10px solid royalblue;
    border-top-color: rgb(0, 45, 180);
    border-radius: 50%;
    -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); }
  }