﻿a {
    text-decoration: none;
}

ol, ul {
    list-style: none;
    padding: 0px;
}

.cursor-pointer {
    cursor: pointer;
    user-select: none;
}

.main-guest {
    min-height: 100vh;
    background: url("data:image/svg+xml;utf8, <svg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'> <path d='M0,0 L100,0 Q120,100 0,100 L0,0 Z' fill='white'/> </svg>") no-repeat center center / cover, crimson;
}

.box-left, .box-right {
    border-radius: 12px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgb(255 255 255 / 80%);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) !important;
}

.top-guest {
    height: 100px;
}

.avatar-member {
    width: 40px;
    height: 40px;
    border:1px solid var(--main-color-1) ; 
}

.avatar-member h1{
    color:var(--main-color-1) ; 
}

.box-name-member {
    width: calc(100% - 50px);
    overflow-wrap: anywhere;
}

    .box-name-member p {
        font-size: 13px;
    }

.box-info-member {
    border-bottom: 1px solid var(--main-color-1);
}

.box-option-info .list-group li:hover {
    background-color: #ebebeb;
    transition: 0.4s;
}

#list-tab-guest li.active {
    background-color: var(--main-color-1) !important;
    color: white !important;
}

.list-info-member > div {
    border-bottom: 1px solid var(--main-color-1);
}

.main-content-option {
    min-height:30em
}

.avatar-image-sys {
    width: 70px;
    height: 15px;
}

.true-icon {
    color: green;
    font-weight: bold;
}

.false-icon {
    color: red;
    font-weight: bold;
}

.dx-datagrid .dx-column-lines > td:last-child {
    display: flex;
    justify-content: end;
}

.dx-datagrid {
/*    background-color: #F8F9FA !important;*/
    background-color: transparent !important;
}

.dx-toolbar-item-content > .dx-texteditor {
    margin: 0px;
}

.dx-toolbar .dx-toolbar-after {
    padding-left: 0px !important;
    left: 0px;
}

.dx-toolbar .dx-toolbar-items-container {
/*    background-color: #F8F9FA !important;*/
    background-color: transparent !important;
}

.dx-toolbar .dx-toolbar-after {
    position: sticky;
    left: 0px;
    padding-left: 0px !important;
}

.text-itinerary {
    font-size: 13px;
}

.text-order-code {
    font-size: 13px;
}

.dx-searchbox .dx-icon-search::before, .dx-icon-clear::before {
    font-family: 'DXIcons' !important;
}

.dx-pager .dx-pages .dx-prev-button::before {
    font-family: 'DXIcons' !important;
}

.dx-pager .dx-pages .dx-next-button::before {
    font-family: 'DXIcons' !important;
}

.dx-datagrid-borders > .dx-datagrid-pager {
    display: flex;
    justify-content: center;
}

.list-order-booking {
    overflow-x:auto ; 
}

.box-form div.title-login-page h2 {
    color: var(--main-color-1);
}

.box-form div.title-login-page p {
    color: var(--main-color-4);
}

.custom-input-login {
    height: 45px;
    outline: none;
    border-color: var(--main-color-4);
    border-radius: 12px;
}

    .custom-input-login:focus {
        border-color: var(--main-color-1);
        box-shadow: 0 0 0 0.05rem var(--main-color-1);
    }


.box-form .btn-submit-form {
    background: linear-gradient(to bottom right, white -30%, var(--main-color-1) 50%);
    outline: none;
    box-shadow: none;
    transition: transform 0.3s ease;
}

.box-form-change-password {
    height:350px ; 
}

.box-password-form .show-password {
    top: 10px;
    right: 10px;
}

.box-password-form input.is-invalid {
    background-image: none !important;
}

.box-password-form input.is-valid {
    background-image: none !important;
}

.list-booking-code-guest {
    font-size: 13px;
}

    .list-booking-code-guest:hover {
        transition: 0.4s;
        font-weight: 500;
        border-bottom: 1px solid black;
    }


@media (max-width: 1200px) {
    #list-tab-guest li {
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius:12px ; 
    }
}

@media (max-width: 991px) {
    #gridContainer-booking {
        min-width: 800px;
        padding-bottom: 20px;
    }

    .dx-datagrid-borders > .dx-datagrid-pager {
        justify-content: start;
    }
}

@media (max-width: 768px) {
    .box-form div.title-login-page h2 {
        font-size: 20px;
    }

    .main-guest * {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .top-guest {
        height: 70px;
    }
}

