/* General Styles */
#other{
    width:100%;
}
.error-border {
            border: 1px solid red !important;
        }
.dash-container{
    margin-left: 24px;
    margin-right: 24px;
    padding:0;
    width: -webkit-fill-available;
}
select[multiple]:focus option:checked {
  background: red linear-gradient(0deg, red 0%, red 100%);
}
.h1,h1{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
.tab-content{
    padding-left:10px;
}
.branding>img{
    width:300px;
    height: auto;
}
.status-button{
    background-color: #FFF6D5 !important;
    color: #E0B311;
}
.p-type{
    background:#FFE7E6;
   color:#F13122;
}
#timeline {
    padding-left:10px !important;
}
.timeline {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none;
      border-left: 1px dashed #ccc;
    }
    .timeline li {
      position: relative;
      padding: 0px 10px 0px 10px;
 
    }

    .timeline li::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 0px;
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    /* border: 1px solid white;*/
    }

    .timeline li:first-child::before {
       background-color: red;
    /* border: 2px dashed #999; */
    width: 15px;
    height: 15px;
    }
    
     .timeline li:first-child::after {
      content: '';
    position: absolute;
    top: 8px;
    left: -17px;
    width: 30px;
    height: 30px;
    z-index: -1;
    border: 1px dashed #ff2600;
    border-radius: 50%;
    transform: translateY(-50%);
    }

    /* Dotted line between circles */
    .timeline li::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    width: 2px;
    z-index: 1;
    height: calc(100% + 20px);
    /* background-color: #fff; */
    /* border-left: 2px dashed #999; */
    transform: translateY(-50%);
    }

    .timeline li:last-child::after {
      display: none; /* Remove the line after the last circle */
    }

    .details {
      margin-left: 20px;
    }
    .details h2 {
      margin: 0;
      font-size: 18px;
    }
    .card-title{
        font-size: 16px;
     font-weight: 700;
    color: #000;
    }
.key{
    font-weight:400;
    font-size:10px;
    line-height: 12.5px;
    color: #808080;
   margin-bottom: 4px !important;
}
.no-border>td{
    border-top: none !important;;
}
.value{
    font-weight:600;
    font-size:12px;
    line-height: 13.75px;
    color: #000000;
}
 
.scroll-container {
      display: -webkit-box !important;
      margin-top: 10px;
      display:flex;
      margin-bottom: 10px;
      padding-bottom: 10px;
      width: 100%;          /* Set container width */
      height: auto;         /* Set a https://app.filatech.in/public/assets/user/css/style.cssfixed height */
      overflow-x: auto;      /* Enable horizontal scrolling */
      white-space: nowrap;   /* Prevent line breaks to keep content in one line */
      position: relative;
      
 }
 .text-start{
     text-align: justify;
 }
.sidepanel>ol>li>a,.closebtn{
    color: #fff;
}    
.sidepanel>ol>li{
list-style-type: none;
}
.sidepanel>ol{
    padding: 0;
}
.sidepanel  {
    
  width: 0;
  position: fixed;
  z-index: 9999;
  height: 100%;
  left: 0;
  background-color: #ff2600;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 22px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-family: 'Barlow Semi Condensed';
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
    float: right;
  cursor: pointer;
  background-color: #11111103;
 color: #ee2768;
 width: fit-content;
 margin:22px;
  border: none;
}
 

/* General Styles */
body {
    flex-direction: column;
    align-items: center;
    justify-content: center;
     font-optical-sizing: auto;  
    padding: 20px;
    box-sizing: border-box;
    font-family: "Urbanist";
   background-color: #fff;
    margin: 0;
    padding: 0;
  
    flex-direction: column;
    align-items: center;
    justify-content: center;
 
}
/* Main Container */
.main-container {
    margin-top: 50px;
    text-align: center;
    padding: 20px;
}
 
    
.cms{
    
}
/* Illustration Placeholder */
.illustration img {
    max-width: 70%;
    height: auto;
}
.top-title{
     font-size: 20px;
     align-content: center;
     font-weight: 600;
     line-height: 24px;
}
/* Branding */
.branding h2 {
    color: #F13122;
    font-size: 20px;
   margin-top: 12px;
   line-height: 27px;
}

/* Buttons Section */
.buttons {
    margin-top: 20px;
}
.add-active{
background: #F13122 !important;
color: white !important; 
cursor: pointer !important;
pointer-events: auto !important;
}
label{
    float: left;
}
.login-btn, .register-btn {
    background-color: #F13122;
    border: none;
    color: white;
    padding: 15px 20px;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.register-btn {
    background-color: white;
    color: #F13122;
    border: 1px solid #F13122;
}
.guest-link {
    display: block;
    margin-top: 10px;
    color: #F13122;
    text-decoration: none;
    font-size: 14px;
}
.guest-link:hover {
    text-decoration: underline;
}
.dropdown-menu{
    display:grid;
    padding:0 !important;
}
.add_icon{
    background: #F13122;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    color: #fff;
    align-content: center;
    /* line-height: 29px; */
    font-weight: 500;
    border: #fff;
    /* border-bottom: #fff;
    padding: 10px;
    margin-top: -35px; */
    
    position: fixed;
    background-position: bottom;
    margin: 4px;
    bottom: 0px;
    right: 0px;
    float: right;
}
.float-right{
    float: right;
}
a{
    text-decoration: none !important;
}
/* Back Button */
.back-btn {
    top: 20px;
    left: 20px;
}
.bs{
    margin-top: 10px;
}
.back-btn button,.bckbtn button {
    background-color: #ffffff;
    border: 1px solid #E8ECF4;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}
/* Container */
.container {
    text-align: center;
   /* max-width: 400px;*/
    width: 100%;
}

h1 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
}

p {
    color: #777;
}

/* Phone Number Section */
.phone-number {
    font-size: 20px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.edit-phone {
    cursor: pointer;
    color: #1e3a8a; /* Dark blue */
}

/* OTP Input */
.otp-input {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.otp-input input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #F13122; /* Red border */
    border-radius: 5px;
    background-color: #f7f7f7;
}

/* Resend Section */
.resend {
    margin-bottom: 20px;
    font-size: 14px;
}

.resend a {
    color: #F13122;
    text-decoration: none;
}

/* Login Button */
/* Input Group */
.input-group {
    position: relative;
    margin: 5px 0;
}

 

/* Password Toggle */
.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

/* Forgot Password */
.forgot-password {
    text-align: right;
    margin-top: 10px;
}

.forgot-password a {
    color: #F13122;
    text-decoration: none;
}

 .login-btn {
    background-color: #F13122;
    border: none;
    color: white;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

/* Alternative Login */
.alt-login {
    margin-top: 20px;
    font-size: 14px;
}

.alt-login a {
    color: #F13122;
    text-decoration: none;
}

/* Register Section */
.register {
    margin-top: 20px;
    font-size: 14px;
}

.register a {
    color: #F13122;
    text-decoration: none;
}

.container {
    width: 100%;
   /* max-width: 400px;*/
    padding: 10px;
}

.form-container {
 /*text-align: center;*/
}

.back-button {
    background: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
.back{
    height: 41px;
    width: 41px;
    border: 1px solid #E8ECF4;
    background: #fff;
    align-content: center;
    border-radius: 12px;
}
.back img{
    width: 9px
}

 

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.input-group {
    text-align: left;
}
.input-group label {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}
 .input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}
.register-button {
    background-color: #F13122;
    color: #ffffff;
    border: none;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.register-button:hover {
    background-color: #e62e28;
}

.login-text {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}

.login-text a {
    color: #F13122;
    text-decoration: none;
}

.login-text a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .illustration img{
        max-width: 70% !important;;
    }
    .dpc1{
        padding-left:0px !important;
    }
    .dpc{
    padding-left:0px !important;
    }
    .chart{
        position: relative;
    }
      .circle-chart{
      width: 54px;
      height: 54px;
      border-radius: 50%;
     }
     .circle-chart-w{
      top: 10px;
    position: absolute;
    left: 10px;
    width: 34px;
    background: #fff;
    height: 34px;
    border-radius: 50%;
}   
     }

@media (max-width: 768px) {
    .chart{
        position: relative;
    }
.circle-chart-w{
      top: 10px;
    position: absolute;
    left: 10px;
    width: 34px;
    background: #fff;
    height: 34px;
    border-radius: 50%;
} 
      .timeline {
        width: 100%;
      }
      .details h2, .details p {
        font-size: 14px;
      }
     .circle-chart {
      width:54px;
      height:54px;
      border-radius: 50%;
     }
    
    .dpc1{
        padding-left:25px !important;
    }
    .dpc{
        padding-left:20px !important;
    }
    .container {
        padding: 10px;
    }

    .form-container {
        padding: 20px;
    }
    h1 {
        font-size: 20px;
    }

    .register-button {
        font-size: 14px;
        padding: 12px;
    }
}
.card-top-left{
    background: #FFE7E6;
    border-radius: 6px;
    align-content: center;
}
.card-top-right{
    margin-left: 8px;
    margin-top: 0;
}
.thumbnail{
    width: 24px;
    height: 24px;
    margin: 8px;
    border-radius: 6px;
    background: #FFE7E6;
}
.header {
 display: flex;
 justify-content: space-between;
 align-items: center;
 background-color: #ffffff;
        }
.header .greeting {
font-size: 20px;
    font-weight: 500;
    line-height: 24px;
        }
       .name{
            font-weight: 700;
        }
  .head-title {
font-size: 20px;
    font-weight: 600;
    line-height: 24px;
        }
 .summary {
 display: flex;
 justify-content: space-around;
 padding: 20px;
 background-color: #ffffff;
 margin-top: 10px;
 }
 .summary .summary-item {
 background: #f4f4f4;
 padding: 20px;
 border-radius: 10px;
 text-align: center;
     }
.summary .summary-item h3 {
margin: 0;
        }
.graph{
align-content: center;
 }
.graph-card{
    border:1px solid #00000021;
    border-radius: 10px;
    padding:20px;
}
.carousel-indicators{
    justify-content: flex-start !important;
}
.tabs {
 display: flex;
 justify-content: center;
 background: #ffffff;
padding-top: 10px;
padding-bottom: 10px;
 margin-top: 10px;
 border-bottom: 2px solid #f0f0f0;
}
 .tabs div {
    padding: 1px 8px 2px 8px;
 cursor: pointer;
 }
.tabs .active {
 border-bottom: 3px solid #F13122;
 color: #F13122;
        }
 .complaint{
    
    margin-right: 10px;
    margin-left: 1px;
}
.complaint-f{
    margin-right: 1px;
    margin-left: 1px;
}
 .complaint-card {
 background: #ffffff;
 margin: 10px 20px;
 padding: 15px;
 border-radius: 10px;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
 .complaint-card .complaint-title {
 display: flex;
 justify-content: space-between;
 align-items: center;
        }
 .complaint-card .row {
 justify-content: space-between;
 align-items: center;
        }
 .details {
 justify-content: space-between;  
 }
 #complaint-log{
 padding-top:10px;
 }
 .complaint-card-h{
display: inline-block;
width:100%;
background: #ffffff;
padding: 8px;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 5px;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2)
 }
      .nc{
    font-size: 10px;
    margin: 0;
    padding: 0 !important;
    }
     .light-title{
    font-weight: 600;
    font-size: 16px;
    color:#ACACAC;
    line-height: 20.8px;
    font-family: 'Urbanist';
    }
    
    .title{
    font-weight: 400;
    color: #525252;
    font-size: 11px;
    line-height: 13.75px;
    font-family: 'Urbanist';
    }
    .title-value{
     font-weight: 700;
    color: #525252;
    font-size: 11px;
    line-height: 13.75px;
    font-family: 'Urbanist';
    }
       .p10{
           padding: 10px;
           margin: 10px;
           background: #FFE7E6;
       }
       .border-l{
           border-left: solid #E0E0E0 1px;
       }
  .complaint-card h4 {
            margin: 0;
        }

        .complaint-card p {
            margin: 5px 0 10px 0;
            color: #555555;
        }
        .complaint-card .details {
            display: flex;
            justify-content: space-between;
        }
        .footer {
            display: flex;
            justify-content: space-around;
            background: #ffffff;
            padding: 15px;
            position: fixed;
            bottom: 0;
            width: 100%;
            border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 10px rgb(0 0 0 / 36%);
        }
.footer-item{
    text-align-last: center;
}
        .footer-item div {
    text-align: center;
     color: #F13122;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
        }
        .inactive div{
             color: #ACACAC;
        }

        .footer .active {
            color: #F13122;
        }
 .add-section {
    display: flex;
    align-items: center;
    text-align: center;
     padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
   
}

.add-section img {
    width: 100px;
    margin-bottom: 10px;
}

.add-section p {
    font-size: 16px;
}

.add-section p span {
    color: #F13122;
    font-weight: bold;
}
.knowledge-base h2 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}
.knowledge-item {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 0 4px 10px rgba(0, 0, 0, 0.1);
}
.input-group input, .input-group select {
    width:99%;
    padding: 10px;
    border: 1px solid #ddd;
    background: #E8ECF4;
    border-radius: 5px;
    font-size: 14px;
}

.input-group select {
   /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzY2NiIgY2xhc3M9ImJpIGJpLWNoZXZyb24tZG93biIgZmlsbC1ydWxlPSJldmVub2RkIj4gPHBhdGggZD0iTTEuNSA0LjVsNiAxIGw2LTEgMyAzLTkgOS05LTktMyAzIHoiPjwvcGF0aD48L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: right 10px center;*/
}
.media-links {
    margin: 20px 0;
}

.media-links a {
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}

.media-links a:after {
    content: ' *';
    color: red;
}
.submit-button {
    background: #ddd;
    color: #666666;
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    pointer-events: none;
    cursor: not-allowed;
}
.rc-button {
     color: #666666;
    padding: 10px;
    border: none;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
   
}

.submit-button:hover {
    background: #ccc;
}

/* Responsive Styles */
@media (min-width: 769px) {
    .complaint-f{
        width:49%;
        margin-right: 5px;
    }
    .complaint{
        width:40%;
        margin-right: 5px;
    }
    
    .col-md-3 {
       -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%!important;
    }
}
@media (max-width: 768px) {
     .complaint-f{
        width:100%;
    }
    .complaint{
        width:90%;
    }
    .input-group.half-width {
        width: 100%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%!important;
    }
}
.carousel-indicators {
    position: relative !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
hr{
    margin:0 !important;
}
.dmenue{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    padding-top: 10px;
    font-weight: 600;
    line-height: 15px;
    font-size: 12px;
    padding-bottom: 10px;
}
.inactive>a>span>img{
    filter: grayscale(100%);
}
.dropdown-menu{
--bs-dropdown-padding-y:0rem !important;;
    
}
.card-custom {
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            padding: 20px;
            margin: 20px;
        }
        .badge-custom {
            background-color: #FFE7E6;
            font-size: 10px;
            color: #F13122;
            line-height:12.5px;
            padding: 5px 10px;
            align-content: center;
            border-radius: 8px;
        }
        
        .star-rating{
            font-size: 12px;
    color: #FFC700;
    line-height: 13.75px;
        }
    .legend{
        padding-left: 10px;
        margin:0;
    }
   .legend li {
      list-style: none;
      margin-bottom:0px;
    }
    .legend span {
      display: inline-block;
      width: 7px;
      height:7px;
      margin-right: 10px;
      vertical-align: middle;
    }
    .red { background-color: #dc3545; }
    .yellow { background-color: #ffc107; }
    .green { background-color: #28a745; }
.thumb{
     width: 58px;
 }
 .back-btn{
 border-style: none;
    border: 1px solid #E8ECF4;
    border-radius: 10px;
    padding: 10px 13px;
    width: 41px;
    height: 41px;
 } 
 h5{
     font-size:16px;
     color: #000;
 }
    .d-last{
     height: 0   
    } 
    .active-timeline::before{
        background-color: #ff2600 !important
    }
  .active-timeline::after,.active-timeline:last-child::after{
      content: '' !important;
    position: absolute !important;
    top: 8px!important;
    left: -17px!important;
    width: 30px!important;
    height: 30px!important;
    z-index: -1!important;
    border-radius: 50%!important;
    transform: translateY(-50%)!important;
   border: 1px dashed #ff2600 !important;
      }
   .last {
      content: '' !important;
    position: absolute !important;
    top: 8px!important;
    left: -17px!important;
    width: 30px!important;
    height: 30px!important;
    z-index: -1!important;
    border-radius: 50%!important;
    transform: translateY(-50%)!important;
   border: 1px dashed #ff2600 !important;
      }
      .tn{
          margin-bottom: 80px;
      }
