:root {
  font-size: 16px;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.font_weight_500 {
  font-weight: 500 !important;
}

.font_weight_600 {
  font-weight: 600 !important;
}

.font_weight_700 {
  font-weight: 700 !important;
}

.font_weight_800 {
  font-weight: 800 !important;
}

.font_weight_900 {
  font-weight: 900 !important;
}

.font_size_xs {
  font-size: 0.7rem !important;
}

.font_size_sm {
  font-size: 0.8rem !important;
}

.font_size_normal {
  font-size: 1rem !important;
}

.font_size_md {
  font-size: 1.2rem !important;
}

.font_size_lg {
  font-size: 1.5rem !important;
}

.font_size_xl {
  font-size: 2rem !important;
}

.bg_black {
  background-color: #000 !important;
}

.color_black {
  color: #000 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.color_white {
  color: #ffffff !important;
}

.bg_light {
  background-color: #B5ADB9 !important;
}

.color_light {
  color: #B5ADB9 !important;
}

.sidebar-light-danger .os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.2) !important;
}

/****************************** parsely error design   *************************************/
.parsley-errors-list.filled {
  position: relative;
  background-color: none;
  font-size: 0.8rem;
  color: red !important;
  list-style: none;
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.parsley-errors-list.filled li {
  color: red;
  font-size: 0.8rem;
}

/****************************** parsely error design ends   *************************************/
/****************************** data table css   *************************************/
.table_responsive_wrapper {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
}

.table_responsive_wrapper table {
  min-width: 1200px;
}

@media only screen and (max-width: 575px) {
  .table_responsive_wrapper table {
    min-width: 400px;
  }
}

.table_responsive_wrapper.small_width table {
  min-width: 400px;
}

.listWrapper ul {
  list-style: none;
  padding-left: 0px;
}

.listWrapper ul li {
  display: block;
  width: 100%;
  padding: 4px 5px;
}

.listWrapper ul li:nth-child(odd) {
  background-color: #f2f2f2;
}

table.dataTable.no-footer {
  border-bottom: none !important;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 10px !important;
}

.border_design_modal {
  border-top: 4px solid red;
}

/****************************** data table css   *************************************/
.rotated {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.expanded .rotated {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.min-height-300 {
  min-height: 200px;
}

.max-width-400 {
  width: 400px !important;
  max-width: 100%;
}

.hiddenInitial {
  display: none;
}

.deleteRecord, .deleteRecordMain {
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px;
  display: inline-block;
  color: #dc3545;
  cursor: pointer;
}

.deleteRecordMain {
  top: 2px;
  -webkit-transform: none;
          transform: none;
  right: 5px;
}

.deleteRecordWrapper, .deleteRecordMainWrapper {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.each_ques_answer_design_fees .header {
  padding: 5px 10px;
  border-top: 1px solid #CCD0D9;
  border-bottom: 1px solid #CCD0D9;
  cursor: pointer;
  background-color: #F4F6FB;
}

.each_ques_answer_design_fees .header h3 {
  font-size: 1rem !important;
  color: #343a40;
  font-weight: 400;
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.each_ques_answer_design_fees .header h3 .icon {
  display: inline-block;
  margin: auto;
  text-align: center;
  min-width: 30px;
  width: 30px;
}

.each_ques_answer_design_fees .header h3 .title {
  display: inline-block;
  width: calc(100% - 30px);
  text-align: left;
}

.each_ques_answer_design_fees .header.showInitial h3 span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.each_ques_answer_design_fees .body {
  padding: 20px 15px;
  border-top: none;
  display: none;
}

.each_ques_answer_design_fees .body.showInitial {
  display: block;
}

.each_ques_answer_design_fees .body p {
  color: #B5ADB9;
  font-size: 0.9rem;
  font-weight: 400;
}

.bg_primary {
  background-color: #3c0c4b !important;
}
/*# sourceMappingURL=reset.css.map */