﻿.mx-400 {
    max-width: 400px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mx-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.mx-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.mx-3 {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.mx-4 {
    margin-right: 1rem;
    margin-left: 1rem;
}

.mx-5 {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
}

.mx-6 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.mx-7 {
    margin-right: 1.75rem;
    margin-left: 1.75rem;
}

.mx-8 {
    margin-right: 2rem;
    margin-left: 2rem;
}

.uploadfile {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    top: 0;
}

.bg-lavender {
    border-radius: 6px;
    background: #F5F5F9;
    box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.40) !important;
    color: #394552;
}

.draganddrop {
    color: #394552;
}

.startmark {
    color: red;
    margin: 0px 2px;
}

.form-outline {
    position: relative;
    margin-bottom: 1rem;
    font-family: sans-serif;
}

.select-outline {
    position: relative;
    margin-bottom: 1rem;
    font-family: sans-serif;
}

.form-outline .form-control {
    width: 100%;
    font-size: 1rem;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    background: transparent;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    border-radius: 6px;
}

.form-outline .form-control~.form-label {
    position: absolute;
    top: 5px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: .75rem;
    padding-top: .37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    background: white;
}

.select-outline .form-label {
    position: absolute;
    top: 5px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: .75rem;
    padding-top: .37rem;
    pointer-events: none;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    background: #dfeaff;
    top: -8px;
    left: 10px;
    font-size: 0.8rem;
    color: #656F78;
    padding: 0 4px;
}


.class-label{
  background: #e7eaff !important;   
}

.section-label{
  background: #dfeaff !important;   
}

.form-outline .form-control:focus+.form-label,
.form-outline .form-control:not(:placeholder-shown)+.form-label {
    top: -12px;
    left: 10px;
    font-size: 0.85rem;
    color: #656F78;
    padding: 0 4px;
}

.form-outline .form-control:focus {
    border-color: #3b71ca;
    box-shadow: 0 0 0 1px #3b71ca;
}

.form-outline .form-control.invalid {
    border-color: #dc3545;
}

.error-text {
    font-size: 0.8rem;
    color: #dc3545;
    margin-top: 4px;
}

.fs-20 {
    font-size: 20px !important;
}

.starmark {
    color: red;
}

.no-data-yet {
    max-width: 100% !important;
    width: 300px;
}

.card-image-n {
    max-width: 200px;
}

.view-btn-list-grid {
    margin-bottom: 1rem;
    padding: 12px 20px;
    border: 1px solid #696CFF;
}
.view-btn-list-grid:hover{
 background: #ffffff03 !important;   
}



.nds-form-select {
    padding-top: 8px;
    border: 1px solid #394552;
    height: 45px;
    min-width: 150px;
}


.view-btn-list-grid .material-symbols-outlined{
color: #696CFF;
}

.border-buttom {
    border-bottom: 1px solid #ccc;
}

.btn-style-first {
    padding: 6px 30px;
    margin-right: 0.5rem;
    margin-left: 0rem;
}

.btn-style {
    padding: 6px 30px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}



.checkboxes {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.checkboxes__row {
  display: flex;
}
.checkboxes__row:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.checkboxes__item {
text-align: center;
}


.checkbox.style-mark {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-mark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-mark input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-mark input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-mark:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-mark:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-mark .checkbox__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #333;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}
.checkbox.style-mark .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-mark .checkbox__body {
  color: #333;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}




.nd-tab-card {
  position: relative;
  border-radius: 16px;
  padding: 16px;
}

.activity-done {
  position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #28a745;
}

.activity-done-span {
    background: #28a745;
    color: #fff;
    border-radius: 50%;
    font-size: 15px !important;
}


.mw-140{
min-width: 140px;
}