/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    border: none;
}


/* The Close Button */

.close {
    color: #7e629b;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    z-index: 2;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}


/* Hide the slides by default */

.mySlides {
    display: block;
    background-color: white;
}

.mySlides img {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}


/* Next & previous buttons */

.prevModal,
.nextModal {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 300px 120px 300px 16px;
    margin-top: -320px;
    color: #7e629b;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.nextModal {
    padding-right: 16px;
    right: 0;
    border-radius: 3px 0 0 3px;
    padding-left: 120px;
}


/*Allbum show ảnh*/

.makeDemo {
    margin-top: 10px !important;
}

.allbum,
.makeDemo {
    position: relative;
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.allbum img,
.makeDemo img {
    position: absolute;
    padding: 0px 4px;
}

.allbum img:hover,
.makeDemo img:hover {
    transform: scale(1.02);
}

* {
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

body {
    font-family: Verdana, sans-serif;
}

.month {
    padding: 20px;
    width: 100%;
    background: #7e629b;
    text-align: center;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #f4efff;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

.days li .active {
    padding: 5px;
    background: #7e629b;
    color: white !important
}


/* Add media queries for smaller screens */

@media screen and (max-width:720px) {
    .weekdays li,
    .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    .weekdays li,
    .days li {
        width: 12.5%;
    }
    .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {
    .weekdays li,
    .days li {
        width: 12.2%;
    }
}

@media screen and (max-width: 1020px) {
    .headtop .col-sx-12 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) {
    .menu .col-md-12 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

a:hover {
    color: white;
}

/* a:visited,
a::after {
    color: #ffffff1f;
} */

.login a:hover,
.buy a:hover {
    background-color: rgba(17, 17, 17, 0) !important;
    color: #7e629b !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #slider-carousel .item {
        padding-left: 0px !important;
    }
}

@media (min-width: 991) and (max-width: 1024) {
    #slider-carousel .item {
        display: flex;
        align-items: flex-end;
    }
}

.sizeVay thead th {
    color: #7e629b !important;
}

.sizeVay,
.sizeVay th,
.sizeVay tr,
.sizeVay td {
    text-align: center;
    color: #7e629b;
    border: solid 1px #7e629b !important;
}

.sizeVay thead {
    background-color: #f4efff;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #ba979f57;
}

.itemSmall img {
    width: 100%;
    margin-left: 0px;
    cursor: pointer;
}

#showItem {
    cursor: pointer;
}

#details p {
    color: #111;
}

.datVay a,
.datVay p,
.datVay i,
.datVay input,
.datVay td {
    font-size: 14px !important;
    text-align: center;
}

.datVay img {
    width: 65px;
    object-fit: cover;
    object-position: center center;
    height: 65px;
}

.datVay h4 {
    margin-top: 0px;
}

.datVay p {
    margin: 0px;
}

.datVay input[type="text"] {
    font-size: 14px;
}

.datVay {
    margin-bottom: 0px;
}

.datVay a:hover {
    color: #7e629b !important;
}

@media(max-width: 480px) {
    .order-message {
        display: block !important;
    }
}


/* MessBox them thông tin  */

.boxAdd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll;
}

.boxAdd-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #00000061;
}

.boxAdd-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px;
    display: flex;
    justify-content: center;
}

.boxAdd-content {
    width: 768px;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
}

.boxAdd-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #f4efff;
    color: #7e629b;
}

.boxAdd-body {
    position: relative;
    padding: 20px;
}

.boxAdd-title {
    margin: 0;
    line-height: 1.428571429;
}

.chiTietGoiChup th,
.baogom i,
.sosanh b,
.info b {
    color: #7e629b;
}

.pRutGon {
    width: 150px;
    height: 60px;
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
}

.head-lich {
    margin: 0px;
    border-bottom: solid 1px #fbd1dc;
}

.head-lich-left {
    background-color: #bc6f80;
    color: #fff;
    text-align: center;
}

.danhSachLich {
    border: solid 1px #fbd1dc;
    margin: 0px 0px 15px 0px;
}

.head-lich-right {
    color: #7e629b;
    text-align: center;
}

.body-lich {
    color: #7e629b !important;
    margin: 0px;
}

.body-lich p {
    font-size: 12px !important;
}

.foot-lich {
    margin: 0px;
    background-color: #fef2f5;
}

.foot-lich h6 {
    color: #7e629b !important;
    text-align: center !important;
}

.foot-lich a,
.body-lich a {
    color: #7e629b;
    text-align: center;
    cursor: pointer;
}

.foot-lich a:hover,
.body-lich a:hover {
    color: #f77b9a;
}

.login-form form select,
.signup-form form select {
    height: 40px;
    margin-bottom: 10px;
}

.imgNoiBat {
    aspect-ratio: 9/16 !important;
    margin-bottom: 0 !important;
    object-fit:cover;
}

.divNoiBat {
    padding: 0px !important;
}

.rowNoiBat {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.table-gia-in-anh{
    text-align: center;
}
.table-gia-in-anh thead tr th{
    text-align: center;
}
.table-gia-in-anh tbody tr th{
    text-align: center;
}
.pbaogia{
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.label_tsx{
    color: #0186aa;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.item_name a{
    color: #0186aa !important;
    font-size: 15px !important;
}
.qlgia{
    font-size: 12px !important;
}
.inputNoiBat{
    background: #f4efff;
    border: medium none;
    color: #7e629b;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
}
.error-input{
    color: red;
    text-align: center;
    margin: 0px !important;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.gia-thue-do{
    text-align: center !important;
    font-size: 20px;
    margin-top: -4%;
    margin-bottom: 0px;
    color: #8662ac;
    text-shadow: 2px 2px 8px #7e629b;
    font-weight: bold;
}