html,body{
  padding: 0px;
  margin: 0px;
  top: 0px;
}

.diagnosa-box{
    top: 15vh;
    width: 50%;
    opacity: 0;
}

.diagnosa-box.scaled{
  opacity: 1;
  animation: sca 0.5s ease-in-out;
}

@keyframes sca {
  0%{
    transform: scale(0);
  }
  100%{
    transform: scale(1);
  }
}


.warning{
  border-color: red;
}


.diagnosa-box-2{
  top: 5vh;
  opacity: 0;
  transform: translate(100%);
  transition: all 0.9s ease-in-out ;
}
.T-animated{
opacity: 1;
transform: translate(0%);
}

.diagnosa-box-2,
.diagnosa-box{

  position: relative;
  box-shadow: 5px 5px 0px #679fc0,
              6px 6px 0px #679fc0,
              7px 7px 5px #679fc0  ;
  margin:auto;
  padding: 0px;
  border: 2px solid #3c8dbc;
}




.title{
  background:#3c8dbc;
  text-align: center;
  border-radius:50px;
  width:40%;
  opacity: 0;
  transform: translate(100%);
  transition: all 0.9s ease-in-out ;
}

.title.T-animated{
opacity: 1;
transform: translate(0%);
}



.title h2{
  font-size:25px;
  padding: 10px;
  color: white;
}


.pertanyaan-box h2{
  position: relative;
  background: #3c8dbc;
  color: white;
  width: 100%;
  padding: 20px;

  top: -20px;

}

.pertanyaan-box-2 h2{
  position: relative;
  font-size: 25px;
  background: #3c8dbc;
  color: white;
  width: 100%;
  padding: 20px;
  top: -20px;
}



.btnPilihanYa-2{
padding: 10px 40px 10px 40px;
}
.btnPilihanNo-2,.btnPilihanYa-2{
  position: relative;
  margin: 10px 40px 10px 40px;
  font-size:25px;
  background-color: #3c8dbc;
  color: white;
  border: none;
  border-radius: 15px;

}

.btnPilihanNo-2{
  padding: 10px 20px 10px 20px;
  right:0%;
}
.btnPilihanYa:hover,
.btnPilihanYa-2:hover{
  transition: 0.5s ease-in-out ;
  background-color: #26c65b;
}
.btnPilihanNo:hover,
.btnPilihanNo-2:hover{
  transition:all 0.5s ease-in-out ;
  background-color: #d50808;
}




.btnPilihanYa{
padding: 10px 40px 10px 40px;
}
.btnPilihanNo,.btnPilihanYa{
  position: relative;
  margin: 10px 40px 10px 40px;
  font-size:25px;
  background-color: #3c8dbc;
  color: white;
  border: none;
}

.btnPilihanNo{
  padding: 10px 30px 10px 30px;
  right:0%;
}


.hasiljawaban{
  position: relative;
  margin:5vh auto;
  padding: 0px;
  border: 2px solid #3c8dbc;
  background: whitesmoke;
  opacity: 0;
  transform: translate(100%);
  transition: all 0.9s ease-in-out ;
}
.hasiljawaban.T-animated{
opacity: 1;
transform: translate(0%);
}

.title-riwayatp h3{
  position: relative;
  font-size: 25px;
  background: #3c8dbc;
  color: white;
  width: 100%;
  padding: 10px;
  top: -20px;
}

.riwayatpertanyaan{
  width: 100%;
  border-bottom:1px solid black;
}

.riwayatpertanyaan h4{
  padding: 10px;
  color: #777;
}

.riwayatpertanyaan span{
  font-weight: bold;
}

.noresult{
  position: relative;
  top: 25vh;
  left: 50%;
  width: 50%;
  padding-bottom: 10px;
  text-align: center;
  transform: translate(-50%);
  border-bottom: 5px solid #4e4d4d;
  color: #4e4d4d;


}
.noresult a{

    color: #4e4d4d;
}

.noresult li{
  animation: 1s ease asd infinite;
  list-style: none;
  display: inline-block;
  font-size:60px;
}

.noresult li:nth-child(1){
  animation-delay: 0.5s;
}
.noresult li:nth-child(2){
  animation-delay: 0.7s;
}
.noresult li:nth-child(3){
  animation-delay: 0.9s;
}.noresult li:nth-child(4){
  animation-delay: 0.11s;
}
.noresult li:nth-child(5){
  animation-delay: 0.13s;
}

@keyframes asd {
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0.2;
  }
  100%{
      opacity: 1;
  }
}

.title-edit{
  position: relative;
  float: right;
  right: 0%;
  width:10%;
    padding-bottom:10px;
}


.editProfile{
  position: relative;
    padding: 10px ;
    min-height: 900px;
  width: 80%;
  border-radius: 5px;
}

.widget-user-image input{
  position: absolute;
  top:20px;
  left:120%;
}


.logoedit i{
  color: black;
  position: relative;
  border-radius: 100%;
  background: white;
  font-size: 30px;
  padding:10px 10px 10px 13px;
  box-shadow:5px 1px 0px gray,
  4px 1px 0px gray,
  1px 1px 0px gray,
  5px 0px 10px gray;
  float: left;

}

.dataknowledge{
  min-height: 900px;
}

.dataknowledge button{
  background: none;
  border: none;
  font-size:25px;
}



.action a{
  padding-left:10px;
  padding-right:10px;
  text-align: center;
  margin-right: 10px;
  color: black;
  font-size: 25px;
}

.action a:nth-child(1):hover{
  color: #16f640;
}

.action a:nth-child(2):hover{
  color: #f61636;
}

.btnRight a{
  position: relative;
  right:10%;
  float: right;
}


.orderStatus { padding: 10px; overflow: hidden; }
.orderStatus .row { padding: 0; margin: 0; display: flex; padding: 5px; width: 100%; }
.orderStatus .row .col { display: block; flex: 1 1 0; padding: 5px; width: 100%; ine-height: 12px; position: relative; text-align: center; padding-top: 15px; color: #aaa; }
.orderStatus .row .col:before { content: ''; width: 100%; height: 5px; background: #ccc; top: 0px; left: 0; position: absolute; margin: 0 0 0 -50%; }
.orderStatus .row .col.done:before { background: #56B500; }
.orderStatus .row .col.cancel:before { background: red; }
.orderStatus .row .col:first-child:before { background: none; }
.orderStatus .row .col:after { position: absolute; width: 20px; height: 20px; content: "\f3fd"; color: #eee; font-size: 24px; line-height: 20px; background: #ccc; left: 50%; top: 0; z-index: 999; border-radius: 50%; margin: -8px 0 0 -10px; font-family: "Ionicons"; }
.orderStatus .row .col.done:after { position: absolute; width: 20px; height: 20px; content: "\f3fd"; color: #fff; font-size: 24px; line-height: 20px; background: #56B500; left: 50%; top: 0; z-index: 999; border-radius: 50%; margin: -8px 0 0 -10px; font-family: "Ionicons"; }
.orderStatus .row .col.cancel:after { position: absolute; width: 20px; height: 20px; content: "\f2d7";font-size: 24px; line-height: 20px; background: red; left: 50%; top: 0; z-index: 999; border-radius: 50%; margin: -8px 0 0 -10px; }
.orderStatus .row .col.done { color: #3d8f10 }
.orderStatus .row .col.cancel { color:darkred }

.container{
  margin-bottom: 16px;
  padding: 0 16px;
}

.row{
  display: block;
  position: relative;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  border-color: #d6dfeb;
  box-shadow: 0 1px 4px rgb(141, 150, 170, 40%);
  background-color: #fff;
  cursor: default;
}

.id-date{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.hp-detail{
  display: flex;
}

.hp-detail .item-content{
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: calc(100% - 180px);
}

.hp-detail .item-tprice{
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  width: 180px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 24px;
  border-left: 1px solid #f0f3f7;
}



.order-card {
            width: 70%;
            margin: 20px ;
            border: 2px solid lightgrey;
            border-radius: 8px;
            padding: 15px;
            background-color: #fff;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .order-details {
            display: flex;
            flex-direction: column;
        }

        .order-header {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .order-header h3 {
            margin: 0;
        }

        .status {
            /* background-color: #f44336; */
            /* color: white; */
            padding: 5px 10px;
            border-radius: 4px;
        }

        .proses{
          background-color: rgb(252, 182, 52);
          color: black;
        }
        .pending{
          background-color: rgb(88, 88, 88);
          color: white;
        }
        .selesai{
          background-color: rgb(1, 228, 20);
          color: black;
        }
        .batal{
          background-color: rgb(180, 0, 0);
          color: white;
        }

        .product-details {
            display: flex;
            gap: 15px;
            margin-top: 10px;
        }

        .product-image img {
            width: 100px;
            border-radius: 4px;
        }

        .product-info {
            display: flex;
            flex-direction: column;
        }

        .product-info h4 {
            margin: 0 0 5px 0;
        }

        .price-info {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            text-align: right;
        }

        .order-actions {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

        .order-actions a {
            text-decoration: none;
            color: green;
            font-weight: bold;
            border: 1px solid green;
            padding: 5px 10px;
            border-radius: 4px;
        }

        .order-actions .track-btn {
            background-color: #28a745;
            color: white;
        }

.receipt-container {
            width: 350px;
            margin: 20px;
            background-color: #fff;
            padding: 20px;
            border: 2px solid #f44336;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .receipt-header {
            color: #f44336;
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .receipt-info {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }

        .receipt-info p {
            margin: 0;
            font-size: 14px;
        }

        .product-info {
            padding: 10px 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        .product-info p {
            margin: 0;
            font-size: 16px;
        }

        .product-price {
            text-align: right;
            font-size: 16px;
            font-weight: bold;
        }

        .total-price {
            text-align: right;
            color: #f44336;
            font-size: 18px;
            font-weight: bold;
            margin-top: 10px;
        }

        .tracking-header {
            color: #f44336;
            font-weight: bold;
            font-size: 16px;
            margin: 15px 0 10px;
        }

        .tracking-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 10px 0;
            position: relative;
        }

        .tracking-bar::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #eee;
            z-index: 1;
        }

        .tracking-step {
            position: relative;
            z-index: 2;
            text-align: center;
            font-size: 12px;
        }

        .tracking-circle {
            width: 10px;
            height: 10px;
            background-color: #f44336;
            border-radius: 50%;
            margin: 0 auto 5px;
        }

        .tracking-circle.inactive {
            background-color: #ccc;
        }


.form-container {
            max-width: 600px;
            margin: 20px;
            background-color: #fff;
            padding: 20px;
            border: 2px solid lightgrey;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .form-container label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .form-container input[type="text"] {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-bottom: 15px;
            box-sizing: border-box;
            font-size: 14px;
        }

        .form-container button {
            background-color: #f44336;
            color: #fff;
            border: none;
            padding: 12px 20px;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            width: 100%;
            box-sizing: border-box;
        }

        .form-container button:hover {
            background-color: #d32f2f;
        }


.notification-bell {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.bell-icon {
    font-size: 24px;
}

.notification-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

.notifications {
    position: absolute;
    width: 400px;
    margin-left: 70px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.notification-header {
    background-color: #007bff;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.notification-list {
    list-style: none;
    max-height: 300px;
    overflow-y: auto;
}

.notification-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    position: relative;
}

.notification-list li .time,
.notification-list li .date {
    color: #888;
    font-size: 12px;
}

.notification-list li .dot {
    width: 8px;
    height: 8px;
    background-color: #007bff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.past-notification .dot {
    display: none;
}

.close-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #888;
    cursor: pointer;
}

.close-btn:hover {
    color: #000;
}

.show-all {
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
}

.show-all a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.show-all a:hover {
    text-decoration: underline;
}


.table-container {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    margin: 0 auto;
}
/* 
h2 {
    color: white;
    text-align: center;
    font-size: 2em;
    letter-spacing: 2px;
    margin-bottom: 20px;
} */

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1em;
    text-align: left;
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.styled-table thead tr {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
    font-weight: bold;
}

.styled-table th, .styled-table td {
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.styled-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
    text-align: center;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

.styled-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.styled-table tbody td {
    font-weight: bold;
}

.styled-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}