* {
    border: none;
    margin: 0;
}

header {
    width: 100%;
}

.top-bar {
    width: 100%;
    text-align: right;
    line-height: 40px;
}

.top-bar>.top-bar-item {
    margin-right: 30px;
    line-height: inherit;
}

.top-bar>.top-bar-item>span {
    font-size: .9rem;
    font-weight: bolder;
    display: inline-block;
    line-height: inherit;
    margin-right: 10px;
}

.top-bar>.top-bar-item>ion-icon {
    font-size: 1.5rem;
    margin: 0px 10px;
    margin-bottom: -5px;
}

.nav-ribbon {
    position: relative;
    background-color: rgb(31, 31, 31);
    color: white;
    height: 50px;
    width: inherit;
    line-height: 40px;
    padding: 0 1.5rem 0 3rem;
}

.nav-ribbon a {
    color: white;
}

.nav-ribbon a:hover {
    color: white;
    text-decoration: none;
}

.logo {
    cursor: pointer;
}

.nav-ribbon>.logo>.logo-back {
    position: absolute;
    background: rgb(255, 255, 255);
    width: 150px;
    height: 54px;
    margin-top: -2px;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 30% 100%);
}

.nav-ribbon>.logo>img {
    position: absolute;
    top: -48px;
    left: 38px;
    width: 170px;
    height: auto;
    z-index: 1;
}

.nav-item {
    width: fit-content;
    float: right;
}

.nav-item>ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-weight: bolder;
}

.nav-item>ul>li {
    list-style: none;
    margin: 5px 10px;
    padding: 0px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.nav-item>ul>li:hover {
    background-color: rgb(80, 80, 80);
    transition: .3s;
}

.nav-ribbon>.menu-icon {
    display: none;
    position: absolute;
    right: 1.5rem;
    top: 7px;
    cursor: pointer;
    color: inherit;
    font-size: 2.2rem;
}

.content-container {
    margin: 5rem 1rem 2rem 1rem;
}

table {
    text-align: center;
}

#myTable {
    border-bottom: 1px solid #dee2e6;
}

.row1:hover {
    background-color: rgb(233, 233, 233);
}

.row-clicked {
    background-color: rgb(221, 221, 221);
}

#priceCol {
    cursor: pointer;
}

.detail-container>.data-table>table {
    text-align: left;
}

.detail-container>.data-table>.table td,
.detail-container>.data-table>.table th {
    padding: 5px 5px !important;
}

.table .acc-body>td {
    padding: 0;
    border: none;
}

.padding {
    padding: 1rem 1rem !important;
}

.collapsing {
    transition: 1s ease !important;
}

.asc::after {
    content: '\2193';
    color: black;
    font-weight: bolder;
    font-size: 1.2rem;
    margin-left: .5rem;
}

.desc::after {
    content: '\2191';
    color: black;
    font-weight: bolder;
    font-size: 1.2rem;
    margin-left: .5rem;
}

.tablePagin {
    width: fit-content;
    padding: 0 !important;
    margin: 1rem auto !important;
}

.light-theme .current {
    background: #303030 !important;
}

.detail-container {
    display: grid;
    grid-template-columns: 450px auto;
}

#tablePageInfo {
    position: relative;
    bottom: 2rem;
    left: 1rem;
    display: inline-block;
}

.detail-container>.iframe {
    margin-top: 20px;
    width: fit-content;
    margin: auto;
}

.indetail-button {
    width: 100%;
    text-align: right;
}

.indetail-button>span>img {
    width: 30px;
    height: auto;
    display: block;
}

.indetail-button>span {
    position: absolute;
    right: 16.5rem;
    margin-top: -2px;
}

.indetail-button form {
    display: inline-block;
}

.indetail-button button {
    background-color: rgb(14, 14, 14);
    color: white;
    padding: 3px 15px 2px 15px;
    cursor: pointer;
    margin-left: 15px;
}

.indetail-button button:hover {
    background-color: rgb(8, 8, 8);
}

.iframe {
    position: relative;
}

.noVideo {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(155, 154, 154);
    opacity: .8;
    color: black;
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: center;
    padding: 40% 0;
    height: 26.3rem;
}

.noVideo2 {
    width: 300px;
    position: absolute;
    left: 15.5%;
    height: 350px;
    background-color: rgb(155, 154, 154);
    opacity: .8;
    color: black;
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: center;
    padding: 40% 0;
}

.content-container .iframe {
    margin-top: 3rem;
}

.frame-price {
    width: fit-content;
}

.price-container p {
    font-weight: bolder;
    font-size: 1.2rem;
    text-align: left;
}

.price-container div>button {
    padding: 5px 12%;
    border-radius: 10px;
    width: 100%;

}

.detail-page-table {
    border: 1px solid #dee2e6;
    text-align: left;
}

.detail-page-table td,
.detail-page-table th {
    padding: 5px !important;
}

.detail-page-container-lower>.diamond-image {
    width: 100%;
    text-align: center;
    margin: 50px 0px;
}

.detail-page-container-lower>.diamond-image>img {
    display: block;
    width: 30%;
    height: auto;
    margin: auto;
}

.list-frame-loaded {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    background-color: rgb(90, 90, 90);
}

.list-frame {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    background-color: rgb(90, 90, 90);
}

.loading {
    display: block !important;
}

.list-frame>img {
    width: 30%;
    margin-top: 135px;
}
.overlay{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #30303085;
    z-index: -1;
}
.inqury-model{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #30303085; */
    z-index: 2;
}
.model-content{
    max-width: 450px;
    margin: auto;
    background: white;
    padding: 2rem 2rem;
    border-radius: 10px;
    margin-top: 8vh;
    z-index: 2;
}
.model-content h2{
    font-weight: bolder;
    font-size: 2.2rem;
}
.model-content p{
    text-align: left;
    font-weight: bolder;
    font-size: 1.5rem;
    color: rgb(161 161 161);
    margin-bottom: 2rem;
}
.model-content input, .model-content textarea{
    width: 100%;
    line-height: 40px;
    padding-inline-start: 10px;
    margin-bottom: 20px;
    border: 2px solid rgb(216, 216, 216);
    border-radius: 10px;
}
.model-content button{
    font-weight: bolder;
    border-radius: 10px;
    background: rgb(14, 14, 14);
    color: white;
    padding: .6rem 2rem;
}
.modalClose{
    /* background: rgb(14, 14, 14); */
    color: rgb(14, 14, 14);
    display: block;
    border-radius: 10px;
    float: right;
    width: fit-content;
    cursor: pointer;
}
.modalClose i{
    font-weight: bolder;
    font-size: 1.8rem;
}
.inquiryLoader{
    display: none;
    margin-left: .5rem;
}
.inquiryLoader>img{
    width: 40px;
}
.inquiryMessage{
    display: none;
    margin-left: 1rem;
    color: #00C400;
    font-weight: bolder;
}
.contact-div{
    background-color: rgb(233, 233, 233) !important;
    max-width: 450px;
    margin: auto;
    background: white;
    padding: 2rem 2rem;
    border-radius: 10px;
    margin-top: 4vh;
    z-index: 2;
}
.contact-div h2{
    font-weight: bolder;
    font-size: 2.2rem;
}
.contact-div p{
    text-align: left;
    font-weight: bolder;
    font-size: 1.5rem;
    color: rgb(161 161 161);
    margin-bottom: 2rem;
}
.contact-div input, .contact-div textarea{
    width: 100%;
    line-height: 40px;
    padding-inline-start: 10px;
    margin-bottom: 20px;
    border: 2px solid rgb(216, 216, 216);
    border-radius: 10px;
}
.contact-div button{
    font-weight: bolder;
    border-radius: 10px;
    background: rgb(14, 14, 14);
    color: white;
    padding: .6rem 2rem;
}
.contactMessage{
    display: none;
    margin-left: 1rem;
    color: #00C400;
    font-weight: bolder;
    margin-top: .8rem;
}
.about-content{
    width: 60%;
    margin: auto;
}