   /* Base styles */
body {
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  background: #f7f7f7;
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0;
   font-family: 'Outfit-Light', sans-serif;
}
.container-header-subtitle{
    font-size:11px;
    color:#9d9c9c !important;
    display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: absolute;
  color: #9d9c9c;
  width: 100px;
  top: 40px;
  margin: 0 auto;
   margin-top:-5px;
}
/* Container for the cards */
.container {
  width: 100%;
  max-width: 400px;
  /*background: #efefef;*/
  padding: 20px;
  border-radius: 12px;
/*  box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
  box-sizing: border-box;
}

/* Section Title */
.title {
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

/* Card styles */
.card {
  background: white;
  border-radius: 12px;
  margin: 15px 0;
  padding: 0 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.4s ease;
  /*max-height: 50px;*/
  /*opacity: 0.6;*/
  cursor: pointer;
}

.card.expanded {
  max-height: 1000px; /* Large enough for content */
  padding: 15px;
  opacity: 1;
  cursor: default;
}

.card-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input, textarea {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
}

button {
  /*width: 100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  font-size: 11px;
  background-color: #fff;
  border-radius: 25px;
  color: #15141a;
  text-transform: uppercase;
  letter-spacing: 2px;
 border:none;
}

/* Tag styles */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.tag {
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 13px;
  color: white;
  white-space: nowrap;
}

.design {
  background: plum;
}

.done {
  background: green;
}

.in-progress {
  background: #b0c4de;
  color: black;
}
.container-header{
    height: 30px;
    width:100%;
    /*background-color:#ff9900;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.xpand-control{
   /* position: absolute;
    right:10px;*/
}
.container-header h2{
   margin:0;
   font-size:15px;
}
.containerBody-wrap{
    border-radius: 10px;
    overflow: hidden !important;
    padding: 0px 10px;
}
.containerBody-wrap .container{
    overflow: visible;
}
.containerBody-wrap .card-wrap{
    padding-bottom:10px;
}
/*.container-menu .show{
    width: 120px !important;
}*/
.container-menu a{
    font-size: 12px !important;
}
.container-menu .dropdown .drop-btn{
    color:#666;
}
.container-view-modal{
    width:100vw;
    height:calc(100vh - 60px) !important;
    position: fixed;
    top:60px;
    z-index: 3;
    background-color:#fff;
    transform: translateX(-200%);
    transition:0.5s all;
    overflow: hidden;
}
/*.card-content.form_box{
    margin-top:60px;
}*/
.container-view-modal .dashboard-body {
  padding: 0;
  margin-bottom: 0px;
  background-color: #fff;
  min-height: calc(100% - 60px);
  height: 100%;
  overflow-y: hidden;
}
.container-view-modal  .card-content {
  /*margin-top: 10px;*/
  height:calc(100% - 60px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.container-view-modal  .header h4, .data-form-grid h4{
  font-family: 'Outfit-Bold', sans-serif !important;
  font-size: 1em !important;
  font-weight: bold !important;
  margin-top: 4px;
  margin-right: 0;
}
.remove-transform{
     transform: translateX(0%);
}
.container-form-wrap{
    height:calc(100% - 60px);
   /* overflow-y:hidden;*/
    overflow-x:auto;
    padding:10px 20px;
}
.button-form-wrap{
    padding: 0px 20px;
    height: 60px;
    border-top:1px solid #666;
    display: flex;
  justify-content: space-between;
  align-items: center;
  gap:10px;
  overflow: hidden;
  position: fixed;
  bottom: 80px;
  width:100%;
  z-index: 9999999999;
  background-color:#fff;
}
.modal-footer button {
  font-family: 'Outfit-Light', sans-serif;
  color:#fff;
  background-color: #15141a;
  font-size: 13px;
  border: none;
}
.use-form,.edit-form,.generated-form-btn{
display: flex;
  justify-content: center;
  align-items: center;
  border:none;
  font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 30px;
    width: max-content;
    padding: 0 8px;
    padding-left: 8px;
    border: 1px solid #eae8e8;
    padding-left: 2px;
    border-radius: 30px;
    background-color: #ebebeb;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
  /*height: 100%;
  border-radius: 0px;*/
}
/*.form-hr-divider{
    height: 100px;
    width:1px;
    background:#000 ;
}*/
.generated-form-btn{
    justify-content: center;
  align-items: center;
  width:100%;
}
/*.edit-form{
   border-left:1px solid #666; 
}*/
.form-display{
    width:100%;
}
.form-data-display .container-header h2{
    font-weight: bold;
    text-align: center;
    width:100%;
    font-size: 12px;
    text-transform: uppercase;
}

.form-generator label .custom-box{
    font-size:12px;
}
.form-generator label .custom-box::before {
  content: "✓";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  color: transparent;
}

.form-generator label input[type="checkbox"]:checked + .custom-box::before {
  background-color: var(--brand_color);
  border-color: var(--brand_color);
  color: white;
}
.form-label{
    font-size:12px;
    font-weight: bold;
}
.form-divider{
    height: 1px;
    width:100%;
    background-color:#ebebeb;
    margin-bottom:10px;
}
.chat-window{
    height: calc(100vh - 450px);
    width:100%;
    border:1px solid #ebebeb;
    margin-bottom:10px;
    padding:20px;
    overflow-y: auto;
   /* margin-top:60px;*/
    font-family: 'Outfit-Light', sans-serif;
}
.chat-suggestion-section{
    width:100%;
    /*border:1px solid #ebebeb;*/
     margin-bottom:10px;
     display:flex;
     align-items: center;
     gap:15px;
     overflow: hidden;
     overflow-x:scroll;
     padding:15px 0px;
      font-family: 'Outfit-Light', sans-serif;
}
.chat-suggestion-section .btn{
    height: 40px;
    width:max-content;
    border:1px solid #ebebeb;
    border-radius:20px;
    font-size:12px;
     font-family: 'Outfit-Light', sans-serif;
}
.get-built-form{
    height: 40px;
    width:max-content;
    padding:10px;
    border:1px solid #ebebeb;
    display:flex;
    align-items: center;
    gap:10px;
    font-size:12px;
    border-radius: 20px;
    margin-bottom: 1rem;
     font-family: 'Outfit-Light', sans-serif;
}
.generated-chat{
    font-size:12px;
    color:#15141a;
    min-height: 40px;
    width:max-content;
    max-width: 80%;
    padding:10px;
    border:1px solid #ebebeb;
    border-radius: 20px;
    background: #f2f2f2;
     font-family: 'Outfit-Light', sans-serif;
}
.chat-right{
    float: right;
}
.chat-left{
    float: left;
}
.container-card{
    height: 200px;
    display:flex;
    flex-direction: column;
    border-radius: 0 20px 20px 20px;
    border:none;
    background-color:#f2f2f2;
    padding:0 !important;
    font-family: 'Outfit-Light', sans-serif;
    margin-top:5px;
}

.new-container-card{
    height: 150px;
     margin-top:40px;
}

.container-card .card-top{
    height: 150px;
    width:100%;
    background-color:#ffffff;
    position: relative;
   /* background-size: contain;*/
    background-position: center;
}

.d-container-card .card-top{
    height: 150px;
    width:100%;
   background: #4188FF;
background: linear-gradient(90deg,rgba(65, 136, 255, 1) 0%, rgba(65, 173, 255, 1) 50%, rgba(65, 136, 255, 1) 100%);
    position: relative;
   /* background-size: contain;*/
    background-position: center;
    padding:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/*.assignment-card .card-top{
background: #57C785;
background: linear-gradient(90deg,rgba(87, 199, 133, 1) 0%, rgba(87, 199, 117, 1) 50%, rgba(87, 199, 133, 1) 100%);
}*/
.d-container-card .card-top h4{
   font-family: 'Outfit-Bold', sans-serif !important;
  font-size: 1em !important;
  font-weight: bold !important;
  color:#fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
}
.d-container-card .card-top span{
   font-family: 'Outfit-Light', sans-serif !important;
  font-size: .75em !important;
  color:#f8f8f8;
  text-align: center;
  line-height: 12px;
}
.d-container-card .card-top i{
  display:block;
  font-size: 1.75em !important;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,50%);
  opacity: 0.15;
  color:#f8f8f8;
}
.assignment-card .card-top i{
      transform: translate(-50%,70%);
}
.card-menu{
    position: absolute;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top:15px;
    right:15px;
    border-radius: 50%;
    border:1px solid #666;
    background-color: #fff;
}
.card-menu i{
    font-size:20px;
}
.container-card .card-bottom{
    height: 60px;
    width:100%;
    background-color:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
}
.card-bottom-inner{
    height:40px;
    /*width:100px;*/
    display: flex;
    gap:5px;
    align-items: center;
}
.card-bottom-inner .folder{
   /* height:35px;*/
    display: flex;
    flex-direction: column;
    gap:1px;
   /* align-items: center;*/
}
.card-bottom-inner .icon,.folder .icon{
    width:25px;
    height:25px;
    background-color:#4188ff;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.folder .icon{
    width:40px;
    height:35px;
}
.card-bottom-inner .icon i,.folder .icon i{
    font-size:20px;
    color:#fff;
}
.card-bottom-inner .icon i{
    font-size:15px;
}
.card-bottom-inner .folder span{
    font-size:10px;
    line-height: 10px;
    color:#666;
}
.card-bottom-inner .folder span strong{
    color:#15141a;
}
.card-bottom-inner.right  p{
    color:#15141a;
    font-size:12px;
    display: flex;
    height: 20px;
    align-items: center;
    margin:0;
}

.card-bottom-inner.right  p i{
    font-size:10px;
    margin-top:4px;
}
.new-container-card-top i{
    font-size:100px;
    line-height: 20px;
}
.new-container-card-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-container-text{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Outfit-Light', sans-serif;
    font-size:11px;
}
.btn-use-container{
    height: 25px;
    width: max-content;
    border-radius: 10px;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px;
    font-size:12px;
    margin:0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size:10px;
}
.container-form-groups{
    padding:20px;
    border: 1px solid #f2f2f2;
    border-radius:20px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.container-form-groups .heading {
   margin-bottom: 20px;
}
.container-form-groups .heading  h2{
   font-size:15px;
   font-weight: bold;
}
.attach-assignment {
  border: 1px dashed #4E5CD4;
  padding: 25px 0;
  text-align: center;
  border-radius: 10px;
  background-color: #FBFCFD;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-group input {
  height: 40px;
}
.story-modal {
  padding-bottom: 20px;
}
.story-modal select{
  font-size:13px;
}
.container-card-wrap{
    margin-top:30px;
}
.container-card-wrap h2{
    font-size:11px;
    margin:0;
    color:#15141a;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*border-bottom: 1px solid #dfdddd;*/
    width:max-content;
    padding-bottom:4px
}
.data-form-grid {
    position :fixed;
    z-index:2;
    top:50px;
     height:calc(100vh - 60px) !important;
     background-color:#f7f7f7;
     padding:20px;
}
.data-form-grid .row {
    display: flex;
    margin-bottom: 10px;
  }

  .data-form-grid .col {
   /* flex: 1;*/
  }
  .data-form-grid .col-folder {
    margin-bottom:20px;
    text-align: center !important;
  }
 .data-form-grid .col .folder {
    height: 55px;
    /*border:1px solid #e6e4e4;*/
    border-radius:10px;
    padding:10px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    background: #fff;
  }
/* .form-grid.data-form-grid .col .folder {
    padding-bottom: 10px;
    
  }*/
/*  .folder i {
    width:30px;
    height: 30px;
  }*/
  .folder-bottom h4{
      font-size:14px;
      font-weight: bold;
      margin:0;
  }
  .folder-bottom span{
      /*font-size:10px;*/
      color:#666;
  }
 
 .data-form-grid .col .folder-bottom {
    display:flex;
    width:100%;
   /* justify-content: space-between;*/
    flex-direction: column;
   /* align-items: center;*/
    text-align: left;
  /*  gap:10px;*/
  }
 .data-form-grid .col .folder-bottom .folder-title {
    font-weight: bold;
    color:#15141a;
    text-transform: uppercase;
    font-size:11px;
  }
 .data-form-grid .col .folder-bottom .folder-date {
    color:#666;
    font-size:11px;
  }
  .form-grid.data-form-grid .col .folder-bottom span.share-form {
    font-size:10px;
    height: 20px;
    width:20px;
    border-radius: 50% !important;
    padding: 2px;
    background-color: #f8f8f8;
    display:flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
   letter-spacing: 1px;
   border:1px solid #e6e4e4;
   border-radius: 3px;
  }
   .form-grid.data-form-grid .col .folder-bottom span.share-form i {
       font-size:12px;
       color:#666;
   }
   .form-grid.data-form-grid .col .folder-bottom span.open-form {
    text-align: left;
    font-size:12px;
    color:#15141a;
  }
  .form_box input, .form_box select, .form_box textarea {
  font-family: 'Outfit-Light', sans-serif;
  border-radius: 2px;
  font-size:13px;
}
.search-container-data{
    font-size:12px;
}
.new-form-box{
    margin: 0 auto;
}
.new-form-box i{
    font-size:40px;
}
.create-new-form .folder,.new-form-box{
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.loader-wrap{
    z-index:9;
}
.form-search{
    margin-bottom: 20px;
}
.form-search .form-group{
    margin:0
}
.form-search span{
    border:1px solid #ced4da;
    height: 32px;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.form-search span i{
    font-size:24px;
}
.date-range{
   
}
.date-range input{
    font-size:12px;
}
.download-link{
    height: 30px;
    width:max-content;
    display:flex;
    align-items: center;
    gap:5px;
}
.download-link i{
    font-size:15px;
    color:red;
    border-radius: 50%;
}
.collect-container-forms{
    height: auto;
    max-height: 65vh;
    overflow: auto;
    margin-bottom: 30px;
}
.collect-data-files{
    height: auto;
    max-height: 80vh;
    overflow: auto;
    margin-bottom: 30px;
}
.grade-item{
    margin-top:20px;
}
.grade-indicator{
    font-size:9px;
    color:green !important;
 /*   line-height:4px;*/
}
.switch-wrap{
  padding: 20px 15px;
  border-radius: 5px;
  border: 1px dotted #d7d5d5;
  width: max-content;
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%,0%);
  z-index:90;
  background-color: #fff;
}
.switch-wrap label{
    font-size:12px !important;
}
/*input[type="checkbox"] {
  display: block;
}*/
/* Mobile-specifand ic tweaks */
/*@media (max-width: 480px) {
  .container {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
  }

  .title {
    font-size: 20px;
    text-align: center;
  }

  input, textarea, button {
    font-size: 15px;
  }

  .tag {
    font-size: 12px;
    padding: 5px 10px;
  }*/
  .result-details .item{
      min-height: 60px;
      display: flex;
      flex-direction: column;
      gap:2px;
      justify-content: center;
      align-items: center;
  }
 .result-details .item .sub-text{
     font-size:12px;
     color:#666;
 }
.result-details .item .result-comment{
    font-size:12px;
     color:#666;
}
.remarks-accordion{
    display: flex;
    justify-content: space-between;
}
.remarks-header{
    color:#15141a;
    background-color: #fff !important;
}
.remarks-header button,.remarks-header button:hover{
    color:#15141a;
    background-color: #fff;
    text-decoration: none !important;
    font-size: 12px;
}
.bottomModals .header_data h2 {
  font-family: 'Outfit-Bold', sans-serif;
  color: var(--black_bg);
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.download-result {
  height: 40px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  font-family: 'Outfit-Light', sans-serif;
  font-size: 11px;
  background-color: #ebebeb;
  border-radius: 25px;
  color: #15141a;
  text-transform: uppercase;
  margin-top: 0px;
  letter-spacing: 2px;
}