html,
body {
    background: url('../img/background.jpg') center center no-repeat black;
    background-attachment: fixed;
    background-size: cover;
    color: black;
	
}
html {
    overflow-y: scroll;
}
@media screen and (max-width: 768px) {
    .main-content {
        margin-top: 0; /* Reset or set a smaller margin for mobile if needed */
    }
}

@font-face {
    font-family: Ubuntu-Regular;
    src: url("../font/Ubuntu-Regular.ttf");
}

@font-face {
    font-family: Ubuntu-Medium;
    src: url("../font/Ubuntu-Medium.ttf");
}

@font-face {
    font-family: Marcellus-Regular;
    src: url("../font/Marcellus-Regular.ttf");
}

@font-face {
    font-family: Oswald;
    src: url("../font/Oswald-VariableFont_wght.ttf");
}

.my-navbar {
    /*border: 1px solid rgba(62, 62, 62, 0.9);
    background: linear-gradient(to bottom, rgba(4, 15, 23, 0.4), rgba(29, 50, 64, 0.5));*/
    background-color: rgba(1, 0, 0, 0.7);
    border: 1px solid rgba(62, 62, 62, 0.9);
    color: #f5f5f5; 
    text-align: center;
    font-family: 'Ubuntu-Regular', sans-serif;
}

.my-navbar .dw-active {
    color: white !important;
}

.my-navbar .active {
    color: #db170d !important;
}

.my-navbar .nav-link {
    margin-right: 20px;
    ;
}


/* COUNTDOWN */

.time-box {
    border: 1px solid white;
    width: 45px;
    height: 45px;
    margin-left: 15px;
    background-color: white;
    color: black;
}

.time-box {
    position: relative;
    margin-bottom: 0px;
}

.dw-time {
    /* margin: auto; */
    position: absolute;
    left: 10px;
    top: 4px;
}

.timer {
    margin: auto;
    position: relative;
}

.timer-type {
    font-size: 11px;
    position: absolute;
    bottom: 3px;
    left: 16px;
}

.time-text {
    margin-top: 20px;
    position: relative;
}


/* COUNTDOWN */


/* .countdown{
    display: none;
  } */


/* NEWS & EVENT */

.card.news {
    color: white;
    background-color: rgba(1, 0, 0, 0.7);
    border: 1px solid rgba(62, 62, 62, 0.9);
    padding: 0px;
    min-height: 200px;
    max-height: 200px;
    background-image: url("../img/imageCap.jpg");
}
.news-card
{
    background-color: rgba(1,0,0,0.4);
    border: 1px solid rgba(62, 62, 62, 0.9);
}

.news-card-header
{
    border-bottom: 1px solid rgba(62, 62, 62, 0.9);
}

.dw-date {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}

.ro-logo {
    position: absolute;
    top: 10px;
    left: 10px;
}


/* NEWS AND EVET */


/* PROMOTION */

.card-mall {
    width: 98%;
    border: 1px solid rgba(62, 62, 62, 0.9);
}

.card-mall-header {
    height: 30px;
    background-color: rgba(1, 0, 0, 0.9);
    color: white;
    border-bottom: 1px solid rgba(62, 62, 62, 0.9);
}

.card-mall-body {
    background-color: rgba(1, 0, 0, 0.5);
    border-top: none;
    padding: 10px;
}

.product-images {
    width: 100%;
    min-width: 240px;
    height: 280px;
    margin: 2px;
    border: 3px solid black;
}

.my-product {
    position: relative;
    min-width: 240px;
    min-height: 280px;
    border: 1px solid rgba(62, 62, 62, 0.9);
}

.buy-btn {
    width: 99%;
    position: absolute;
    left: 3px;
    bottom: 0px;
}

.badge {
    position: relative;
}

.percentage {
    position: absolute;
    color: red;
    top: 10px;
    left: 21px;
    font-size: 15px;
}

.my-badge {
    position: absolute;
    top: -5px;
    left: -2px;
}

.product-name {
    background-color: rgba(1, 0, 0, 0.5);
    color: white;
    position: absolute;
    width: 100%;
    bottom: 30px;
    display: none;
}


/* PROMOTION */


/* NAVLINK */

.web-content {
    background-color: rgba(1, 0, 0, 0.5) !important;
    border: 1px solid rgba(62, 62, 62, 0.9);
    min-height: 700px;
}

.download-btn {
    width: 150px;
}

.notification {
    z-index: 99999;
    position: absolute;
    right: 20px;
    bottom: 50px;
}


/* PROFILE */

.h1 {
	letter-spacing:10px;
}
.downloads {
    min-height: 300px;
    /* background-color: #1b2838; */
    background-color: rgba(1, 0, 0, 0.5);
    color: white;
    padding-top: 50px;
    border: 1px solid rgba(62, 62, 62, 1.2);
	text-align:center;
}

.card-head.shop {
    background: linear-gradient(to bottom, rgba(4, 15, 23, 0.4), rgba(29, 50, 64, 0.5));
    border-bottom: 1px solid rgba(62, 62, 62, 0.9);
    text-align: center;
}

.card-shop-body {
    font-size: 20px;
}

.shop-navigation.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.shop-navigation a {
    color: white;
}

.shop-navigation.active a {
    color: #f6ad55;
}

.shop-navigation:hover {
    color: #f6ad55;
}

.card-head.shop2 {
    background: linear-gradient(to bottom, rgba(4, 15, 23, 0.4), rgba(29, 50, 64, 0.5));
    border-bottom: 1px solid rgba(62, 62, 62, 0.9);
    border-top: 1px solid rgba(62, 62, 62, 0.9);
    text-align: center;
}

.user-box {
    border: 1px solid rgba(62, 62, 62, 0.9) !important;
    margin: 5px;
    padding: 0px;
    min-height: 350px !important;
    position: relative;
}

.box-head {
    height: 30px;
    border-bottom: 1px solid rgba(62, 62, 62, 0.9) !important;
    background: linear-gradient(to bottom, rgba(4, 15, 23, 0.4), rgba(29, 50, 64, 0.9));
}

.dw-point {
    border: solid 1px rgba(62, 62, 62, 0.9);
    margin: 5px;
    position: absolute;
    bottom: 5px;
    width: 90%;
    height: 30px;
    left: 8px;
}

.table-head {
    background: linear-gradient(to bottom, rgba(4, 15, 23, 0.4), rgba(29, 50, 64, 0.9)) !important;
    color: white;
    border: 1px solid rgba(62, 62, 62, 0.9);
}

.streams-form {
    width: 80%;
}

.stream-url-name {
    max-width: 250px !important;
}

.inventory-tab {
    background-color: transparent !important;
}

.nav-tabs {
    /* border: none !important; */
    border: 1px solid rgba(62, 62, 62, 0.9) !important;
}

.nav-link.inventory-tab {
    border: none;
}

.item-interface {
    background-color: black;
    border: 1px solid rgba(62, 62, 62, 0.9) !important;
}

.item-images {
    position: relative;
    width: 100%;
    height: 100%;
}


/* .dw-product-image {
  position: absolute;
  top: -5px;
} */

td.product-interface-image {
    padding: 0px;
}

.helmet-type {
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.sword-type {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.armor-type {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.ring-type {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.question-mark:hover {
    color: grey;
}

.my-pagination {
    position: absolute;
    bottom: 0px;
}

.pagination .page-link {
    background-color: black !important;
}

.page-item .page-link {
    color: white;
}

.page-item.active .page-link {
    border: 1px solid red !important;
    background-color: red !important;
}


/* ITEM STAT */

table.table-bordered>tbody>tr>td {
    border: 1px solid rgba(62, 62, 62, 0.9) !important;
}


/* .mytooltip {
  border: 1px solid red;
} */

.tooltip>.tooltip-inner {
    /* background-color: #f00; */
    width: 700px;
    border: 1px solid grey;
}

.attribute {
    color: lime;
}

.classcode {
    color: #EAF329;
}

.itemname {
    color: turquoise;
}

.modal-content {
    color: white;
    background-color: rgba(1, 0, 0, 0.9) !important;
    /* border: 1px solid rgba(62, 62, 62, 0.9) !important; */
    border: 1px solid white;
    padding: 10px;
}

.buy.close {
    color: white;
}

.toast {
    border: 1px solid white;
}

.toast-header {
    /* background-color: rgba(1, 0, 0, 0.7) !important; */
    background-color: black;
    color: white !important;
}


/* CREDIT */

.credit-dlg {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 3px;
}

.profile-menu {
    padding: 10px;
}

.my-credit {
    background: linear-gradient(to bottom, rgba(4, 15, 23, 0.4), rgba(29, 50, 64, 0.9)) !important;
    border: 1px solid rgba(62, 62, 62, 0.9) !important;
}

.credit-dlg {
    font-weight: 500;
    width: 140px;
    text-align: left;
}


/* .current-credit
{
  max-width: 150px;
  text-align: left;
} */

.carousel {
    width: 250px;
    height: 250px;
}

.item-helm-type {
    position: absolute;
    top: 30px;
    left: 43px;
}

#item-detail {
    background-color: black !important;
}

.item-armor-type {
    position: absolute;
    top: 9px;
    left: 30px;
}

.item-arm-type {
    max-height: 80px;
    position: absolute;
    top: 10px;
    left: 40px;
}


/* RADIO BUTTON */


/* RADIO BUTTON */

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

[type=radio]+img {
    cursor: pointer;
}


/* CHECKED STYLES */

[type=radio]:checked+img {
    outline: 2px solid #f00;
}

.btn1 {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: green;
    cursor: pointer;
    color: white;
    margin: 3px;
}


/* Style the active class (and buttons on mouse-over) */


/* .active,
.btn1:hover {
  background-color: white;
  color: black;
} */

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

[type=radio]+.btn1 {
    cursor: pointer;
}


/* CHECKED STYLES */

[type=radio]:checked+.btn1 {
    outline: 2px solid #f00;
}


/* Step progress bar */

div#stepprogress ul {
    text-align: center;
}

div#stepprogress ul li {
    display: inline-block;
    width: 20%;
    position: relative;
}

.progress .fas,
.progress .fad,
.progress .far {
    font-size: 35px;
}

.iconx {
    font-size: 40px;
    margin-bottom: 10px;
}

.step {
    font-size: 15px;
    background-color: #ccc;
    color: white;
    border-radius: 50%;
    padding: 5px;
}

div#stepprogress ul li .step::after {
    content: '';
    background: #ccc;
    /* background: red; */
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: -1;
}

div#stepprogress ul li:first-child .step::after {
    width: 49%;
    left: 51%;
}

div#stepprogress ul li:last-child .step::after {
    width: 50%;
}

div#stepprogress ul li .active {
    /* background-color: #f6ad55 */
    background-color: #dc3545;
}

div#stepprogress ul li .active::after {
    /* background-color: #f6ad55; */
    background-color: #dc3545;
}

div#stepprogress ul li:nth-child(1) .step .active {
    background-color: green;
}

div#stepprogress ul li:nth-child(1) .active .step::after {
    background-color: green;
}

#stepprogress li {
    position: absolute;
    z-index: 1;
}

.forms {
    margin: auto;
    max-width: 300px;
    width: 50%;
    min-height: 400px;
}


/* .register-step-1 {
    display: none;
} */

.register-step-2 {
    display: block;
}

#email-verify {
    text-align: center;
}

.register-step-2 {
    display: none;
}

.register-step-3 {
    display: none;
}

.register-step-4 {
    display: none;
}


/* progressbar */

.reg-step-2 {
    display: none;
}

.reg-step-3 {
    display: none;
}

.dw-ranking {
    background-color: rgba(1, 0, 0, 0.5);
}

.rank-data {
    position: relative;
}

.char-name {
    position: absolute;
    top: 9px;
}

.char-class {
    position: absolute;
    top: 9px;
}

.char-level {
    position: absolute;
    top: 9px;
}

.char-fame {
    position: absolute;
    top: 9px;
}

.limited-product {
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
}

.sold-out {
    position: absolute;
    z-index: 100;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.information-table tr:nth-child(even) {
    background-color:rgba(1, 0, 0, 0.5);
  }

  .product-manager-detail
  {
    position: relative;
    /* background-color: red !important; */
    height: 100%;;
    width: 100%;
  }

  #product-manager-image
  {
    position: absolute;
    top:10px;
  }

  .product-pid
  {
    position: absolute;
    top:30%;
  }

  .product-contect-menu
  {
    position: absolute;
    top:30%;
    right: 20px;
  }

  
  .product-bundle-detail
  {
    position: relative;
    /* background-color: red !important; */
    height: 100%;;
    width: 100%;
  }

  .product-bundle-image
  {
    position: absolute;
    max-width: 65px;
    top: 10px;
  }

  .add-form
  {
    max-width: 400px;
  }