﻿/* Common Styles for Scrollbars */
/* Webkit (Safari/Chrome) */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

/* Change color on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #888;
    cursor: pointer;
}

/* Firefox */
* {
    scrollbar-color: #bfbfbf #f4f4f4;
    scrollbar-width: thin;
}

/* Change color on hover */
*::-moz-scrollbar-thumb:hover {
    background-color: #888;
    cursor: pointer;
}

/* IE/Edge */
* {
    -ms-overflow-style: none; /* Hide scrollbar in IE/Edge */
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

/* Change color on hover */
*::-webkit-scrollbar-thumb:hover {
    background-color: #888;
    cursor: pointer;
}


.button-primary {
    width: 88px;
    height: 40px;
    font-size: 16px;
    line-height: normal;
    justify-content: center;
    cursor: pointer;
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background: linear-gradient(to right, #FF7B48, #F73C22);
    align-items: center;
    border-radius: 5px;
}

.button-primary:hover {
    width: 88px;
    height: 40px;
    background: #FF7B48;
    border-radius: 5px;
}

.button-primary:active {
    width: 88px;
    height: 40px;
    background: #F73C22;
    border-radius: 5px;
}

.button-frame {
    width: 88px;
    height: 40px;
    font-size: 16px;
    line-height: normal;
    justify-content: center;
    cursor: pointer;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #FF7B48;
    border-radius: 5px;
    color: #FF7B48;
    align-items: center;
}

.button-frame:hover {
    width: 88px;
    height: 40px;
    background: #FFF4F2;
    border: 1px solid #FF7B48;
    border-radius: 5px;
}

.button-frame:active {
    width: 88px;
    height: 40px;
    font-size: 16px;
    color: #FFFFFF;
    background: #FF7B48;
    border-radius: 5px;
}


.button-frame2 {
    width: 88px;
    height: 40px;
    font-size: 16px;
    line-height: normal;
    justify-content: center;
    cursor: pointer;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    color: #333333;
    align-items: center;
}

.button-frame2:hover {
    width: 88px;
    height: 40px;
    background: #FFFFFF;
    color: #FF7B48;
    border: 1px solid #FF7B48;
    border-radius: 5px;
}

.button-frame2:active {
    width: 88px;
    height: 40px;
    background: #FFFFFF;
    color: #FF7B48;
    border: 1px solid #FF7B48;
    border-radius: 5px;
}


#table {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: normal;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
}

#table-head {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: normal;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
}

#table tbody td {
    border: 1px solid #e0e0e0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 添加过渡效果 */
}

#table-head tbody td {
    border: 1px solid #e0e0e0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* 添加过渡效果 */
}

#table tbody tr:not(:first-child):hover {
    background-color: rgb(241, 244, 248); /* 高亮背景色 */
    transform: translateY(-3px); /* 垂直平移 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* 立体阴影 */
}

#table-head tbody tr:hover {
    background-color: rgb(241, 244, 248); /* 高亮背景色 */
    transform: translateY(-3px); /* 垂直平移 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* 立体阴影 */
}

.table-loading-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#ContentPlaceHolder1_DefaultContent_pager_pager table tr td:nth-child(2) {*/
/*    float: right;*/
/*    width: 100%;*/
/*}*/


/*下拉框*/
.vip_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid #e6e6e6;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    /*width: calc(100% - 16px);*/
    background-image: url('/imgsNew/dropdown_arrow.png');
    background-repeat: no-repeat;
    background-position: right 5% center;
    background-size: 16px 16px;
    outline: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
}

.button-disabled {
    color: white;
    cursor: not-allowed;
    border-radius: 5px;
    background: linear-gradient(to right, #9b9b9b, #d8d8d8);
}


.home-primary {
    width: 96px;
    height: 32px;
    justify-content: center;
    cursor: pointer;
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background: linear-gradient(to right, #FF7B48, #F73C22);
    align-items: center;
    border-radius: 999px;
    font-size: 14px;
    line-height: normal;
}

.home-primary:hover {
    width: 96px;
    height: 32px;
    background: #FF7B48;
    border-radius: 999px;
}

.home-primary:active {
    width: 96px;
    height: 32px;
    background: #F73C22;
    border-radius: 999px;
}

.home-frame {
    width: 96px;
    height: 32px;
    justify-content: center;
    cursor: pointer;
    display: flex;
    background: #FFFFFF;
    border: 1px solid #FF7B48;
    color: #FF7B48;
    align-items: center;
    border-radius: 999px;
    font-size: 14px;
    line-height: normal;
}

.home-frame:hover {
    width: 96px;
    height: 32px;
    background: #FFF4F2;
    border: 1px solid #FF7B48;
    border-radius: 999px;
}

.home-frame:active {
    width: 96px;
    height: 32px;
    font-size: 16px;
    color: #FFFFFF;
    background: #FF7B48;
    border-radius: 999px;
}

#confirm_order {
    width: 264px;
    height: 100%;
    font-size: 16px;
    line-height: normal;
    justify-content: center;
    cursor: pointer;
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    background: linear-gradient(to right, #FF7B48, #F73C22);
    align-items: center;
    border-radius: 5px;
}

#confirm_order:hover {
    width: 264px;
    background: #FF7B48;
    border-radius: 5px;
}

