body {
    font-family: Arial, sans-serif;
    background-color:#faf5fe;
    padding: 20px;
}
.camera-section {
    margin-bottom: 20px;
}
.camera-feed {
    width: 185px;
    height: 140px;
    border: 1px solid #ccc;
}
.captured-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.captured-images img{
    width: 60px;
    height: 55px;
    border-radius: 5px;
}
.train-btn {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    color:#8d59ba !important;
    cursor: pointer;
    border-radius: 4px;
}
.train-btn:hover{
    background: none;
    color:#8d59ba !important;
}
.prediction-section {
    margin-top: 20px;
    display: none;
}
.prediction-section canvas {
    width: 185px;
    height: 140px;
    border: 1px solid #ccc;
    display: block;
    margin: 10px auto;
}
p{
    font-size: 14px;
}
.class-text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.progress-bar {
    height: 20px;
    background-color: #007bff;
    border-radius: 4px;
}
/* New Css*/
.title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}
.camera-section1 {
    width: 100%;
    height: 300px;
    border: 1px solid #e8dbdb;
    border-radius: 10px;
    box-shadow: 10px 8px 8px -5px gray;

}
.camera-section{
    width: max-content;
    background: #42B1F41C;
    padding: 15px;
    text-align: center;
    float: left;
    margin-right: 10px;
    position: relative;
}
.cam1 {
    margin-bottom: 25px;
}

.cam-box {
    width: max-content;
    background: #E8F0FE;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 3px;
    color: #8d59ba !important;
    text-align: center;
    float: left;
    min-width: 80px;
    margin-right: 5px;
}

.cam-box .fa {
    font-size: 18px;
}

.cam-box p {
    margin-bottom: 0px;
    font-size: 14px;
}
.card, .card-header{
    border-radius: 8px !important;
}
.card-header{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.card{
    box-shadow: 0px 2px 2px rgba(0,0,0,0.20);
    width: 95%;

    margin-left: 0px;
}
.camera1, .camera2,.camera3{
    display: none;
}
.w-100{width: 100%;}
.close1 {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 18px;
}
.training-icon::before{
    position: absolute;
    content:url("./right_icon.png");
    top: 45%;
    left: -30px;
}
.training-icon::after{
    position: absolute;
    content:url("./right_icon.png");
    top: 45%;
    left: 102%;
}
.fa-eye, .fa-cogs{
    margin-right: 10px;
}

#training_status {
    animation: blink 1s step-start infinite;
}
.text-primary{
    color: #8d59ba !important;
}

button{
    color: black !important;
    color: #8d59ba !important;
}
button:hover{
    background: transparent !important;

}
@keyframes blink {
    50% {
        opacity: 0;
    }
}

.hidden{
    display: none;
}

/*text classification*/
.text-1,
.text-2{
    display: none;
    width: max-content;
    height: auto;
    padding: 10px;
    background: #8d59ba3d !important;
    border-radius: 5px;
    text-align: center;
    position: relative;
    float: left;
    margin-right: 10px;
}
.text-1 button,
.text-2 button{
    margin-top: 10px;
}
textarea{
    border-radius: 5px;
    border: none;
    padding:10px;
    width: 100%;
}

li{
    list-style: none;
    background:#8d59ba !important;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 8px;
    float: left;
    font-size: 18px;
    color: white;
}
.text1-collection,
.text2-collection{
    margin-left: 25px;
}
.prText{
    display: none;
}
.prediction-section{
    background: #8d59ba3d !important;
    padding:10px;
}
.prediction-section button{
    margin-top: 10px;
}
.training-icon::before{
    position: absolute;
    content:url("./right_icon.png");
    top: 45%;
    left: -30px;
}
.training-icon::after{
    position: absolute;
    content:url("./right_icon.png");
    top: 45%;
    left: 102%;
}
.classHeader, input {
    border: none !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 19px !important;
}
.input-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fa-pencil{
    font-size: 21px;
    margin-right: 23px;
    color: #8d59ba !important;
}

.btn-outline-primary{
    border-color: #8d59ba !important;
}

#predictionResult{
    font-weight: 600;
}

.back-btn{
    color: #9565bf;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #8d59ba;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

.language{
    border: 1px solid gray !important;
    padding: 10px !important;
    margin-bottom: 10px;
}
.hint{
    color: #9565bf;
}


.input-container {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .clear-btn {
    position: absolute;
    top: 42%;
    right: 10px; /* Adjust as needed */
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #999; /* Adjust as needed */
    width: 25px;
  height: 25px;
  border: 1px solid #a278c7;
  border-radius: 100px;
  font-size: 13px;
 
  }
  
  .clear-btn:hover {
    color: #333; /* Adjust as needed */
  }
  


  label{
      color: #6e3b9a;
      font-weight: 600;
      margin-bottom: 15px;
  }
