html,
body {
  font-family: "itc_avant_garde_gothicmedium";
}

.wbtw-DIB {
  display: inline-block;
}

.wbtwRedStar {
  color: red;
}

.wbtwMA {
  margin: auto;
}

.assignmentCard {
  padding: 20px;
  background: aliceblue;
  box-shadow: 0px 0px 6px 3px #bbb;
  border-radius: 5px;
  margin: 0px 10px 20px 0px;
}

.assignmentCard h4 span {
  font-weight: bold;
}

.assignmentCard label span {
  font-weight: bold;
}

#uploadedRecipients,
#registrationMain {
  display: none;
}

.wbtwBtnContainer {
  display: grid;
  align-content: center;
  align-items: center;
  justify-items: start;
  height: 85%;
  justify-content: start;
}

.wbtwBtnMargin {
  margin-bottom: 10px;
}

.registerLandingForm {
  display: grid;
  grid-template-columns: 250px auto;
  row-gap: 20px;
}

#event-form .registerLandingForm {
  flex-direction: column;
  flex-wrap: wrap;
}

.form-style input {
  border: 0;
  height: 50px;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
}

.form-style input:focus {
  border-bottom: 1px solid #007bff;
  box-shadow: none;
  outline: 0;
  background-color: #ebebeb;
}

.sideline {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ccc;
}

/* button {
  height: 50px;
} */

.sideline:before,
.sideline:after {
  content: "";
  border-top: 1px solid #ebebeb;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.sideline:after {
  margin: 0 0 0 20px;
}

.navBG {
  background: #E9F0FA;
}

.wbtwLogoutBtn {
  padding-left: 2em;
  padding-right: 2em;
}

.wbtwAIconText h5 {
  font-size: 1.3em;
  color: #6C757D;
}

.wbtwAIcon {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  color: #006600;
  background: #E1F5E1;
}

.wbtwAIcon ion-icon {
    font-size: 40px;
    padding-top: 10px;
    padding-left: 1px;
}

.assignmentsRow {
  min-height: 100px;
}

.assignmentsRow .col-md-1 {
  margin: auto;
}

.wbtwAvailableIcon {
  background: #E9F0FA;
  color: #1470AF;
}

/*
.wbtwPrimaryBtn {
  background-color: #1470AF;
  color: #fff;
} */

.searchWrapper {
  display: inline-block;
}

.wbtw-nobborder {
  border-bottom: 0 none;
}

.iconNavWrap {
  color: #1470AF;
  margin-right: 15px;
  font-weight: 500;
}

.link-icon {
  cursor: pointer;
}

.wbtw-login-border {
  padding-left: 10px;
  border: none;
  border-left: 2px solid #fff;
}

@font-face {
  font-family: "itc_avant_garde_gothicmedium";
  src: url("itc_avant_garde_gothic_medium-webfont.woff2") format("woff2"), url("itc_avant_garde_gothic_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@media only screen and (max-width: 600px) {
  .logincontainer {
    width: unset !important;
  }

  .wbtw-login-border {
    border: none !important;
  }

  #changeAddress {
    width: 100% !important;
  }

  .cost-group {
    margin-bottom: 10px;
  }
}

.detail-view-customDropdown {
  padding: 3px 15px;
  margin: 0px;
  height: auto;
  background: none;
  border: 1px solid #2e2e2e;
  border-radius: 0;
  color: #2e2e2e;
  outline: none;
}

.height-240 .dataTables_scrollBody {
  min-height: 240px !important;
}

btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: grey;
  border-color: grey;
  background-color: transparent;
}

.update-address-form .col-12 {
  margin-bottom: 15px;
}

.btn-primary {
  cursor: pointer;
}

@media (min-width: 576px) {
  .export-modal-dialog {
    max-width: 743px;
    margin: 1.75rem auto;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.deleteIcon {
  cursor: pointer;
}

.event-form-field div {
  margin: 0px 0 10px 0px;
}

.ml-10 {
  margin-left: 10px !important;
}

.next-popup-btn {
  font-size: 20px;
  color: #fff;
  border-radius: 6px;
  height: max-content;
  border: 2px solid #fff;
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  font-weight: bold;
}

.next-popup-btn:after {
  content: "";
  background-image: url(../assets/images/next-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 12px;
  display: inline-block;
  margin-left: 12px;
}

.head-title {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -5rem;
}

.head-title h2 {
  margin-bottom: 0px;
  font-size: 3rem;
  font-weight: bold;
}

.head-title p {
  font-size: 26px;
  font-weight: bold;
}

.model-purchaser .modal-dialog {
  max-width: 100% !important;
}

.model-purchaser .modal-dialog:before {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  cursor: pointer;
  content: "";
}

.model-purchaser .modal-content {
  position: absolute !important;
  background-color: transparent !important;
  border: none !important;
}

.model-purchaser .modal-header,
.model-purchaser .modal-footer {
  display: none !important;
}

.model-purchaser .modal-body {
  background-color: transparent;
  padding: 0px !important;
}

.arrow-grp {
  position: relative;
  z-index: 2;
  margin-top: 12rem;
  display: flex;
  align-items: center;
}

.flex-basis-div {
  flex-basis: 170px;
  text-align: center;
}

#test_observation_1 .flex-basis-div {
  flex-basis: 185px;
}

.flex-basis-div p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

#test_observation_1 .next-popup-btn {
  margin-left: 5rem
}

#test_observation_2 .next-popup-btn {
  margin-right: 5rem
}

#test_observation_2 .arrow-grp {
  justify-content: end;
}

#test_observation_2 .flex-basis-div {
  flex-basis: 210px;
}

.horiz-rotate-arrow img {
  transform: rotate(-80deg);
}

#test_observation_3 .arrow-grp {
  display: block;
  margin-top: 14.5rem;
}

#test_observation_3 .flex-basis-div {
  text-align: left;
  display: block;
  align-items: center;
}

#test_observation_3 .flex-div-1,
#test_observation_3 .flex-div-2 {
  display: flex;
}

#test_observation_3 .flex-div-1 {
  margin-left: 12rem;
}

#test_observation_3 .flex-div-2 {
  margin-top: 6rem;
  margin-left: 7rem;
  justify-content: center;
}

#test_observation_3 .flex-basis-div p {
  margin-bottom: 0px;
}

#test_observation_3 .flex-div-2 p,
#test_observation_3 .flex-div-1 p {
  margin-left: 2rem;
}

.horiz-rotate-img img {
  transform: rotate(45deg);
  margin-left: 2rem;
}

#test_observation_3 .next-popup-btn {
  display: block;
  margin-left: auto;
  margin-right: 10rem;
}

#test_observation_3 .next-popup-btn:after {
  display: none;
}

#test_1 .arrow-grp {
  margin-top: 9rem;
}

#test_1 .next-popup-btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 3rem;
}

#test_2 .arrow-grp {
  display: block;
  margin-top: 16.5rem;
}

#test_2 .next-popup-btn {
  display: block;
  margin: auto;
  margin-bottom: 4rem !important;
}

#test_2 .next-popup-btn:after {
  display: none;
}

#test_2 .flex-basis-div {
  text-align: left;
}

#test_2 .flex-div-2 {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-left: 7rem;
}

#test_2 .flex-div-2 p {
  margin-left: 2rem;
}

#test_2 .flex-basis-div p {
  margin-bottom: 0px;
}

#observation_1 .next-popup-btn {
  margin-left: 5rem;
}

#observation_2 .arrow-grp {
  margin-top: 5rem;
  display: block;
}

#observation_2 .flex-basis-div {
  text-align: left;
}

#observation_2 .flex-div-1,
#observation_2 .flex-div-2 {
  display: flex;
  align-items: center;
}

#observation_2 .flex-div-1 .horiz-rotate-arrow img {
  transform: rotate(100deg);
}

#observation_2 .flex-basis-div p {
  margin-bottom: 0px;
}

#observation_2 .flex-div-1 p {
  margin-right: 2rem;
}

#observation_2 .next-popup-btn {
  margin: auto;
  margin-top: 6.2rem !important;
  margin-bottom: 6.2rem !important;
  display: block;
}

#observation_2 .flex-div-2 {
  justify-content: center;
  margin-left: 8rem;
}

#observation_2 .flex-div-2 p {
  margin-left: 2rem;
}

#observation_2 .next-popup-btn:after {
  display: none;
}

/*# sourceMappingURL=wbtw.css.map */
.video-observation {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  width: 500px;
  height: 400px;
  margin: auto;
}

.recording-timer {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding: 3px 25px;
  color: #fff;
}

.recording-complete {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000099;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  cursor: pointer;
}

.profile-img {
  width: 300px;
  height: 280px;
  overflow: hidden;
  position: relative;
  border-radius: 50px;

}

/* .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  cursor: pointer;
} */

.img-edit {
  position: absolute;
  bottom: 0;
  align-items: center;
  padding: 10px;
  background: #00000050;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

.img-edit .edit-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
}

.file-wrapper i {
  width: 100%;
  float: left;
  font-size: 150px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  top: 0;
  bottom: 0;
  position: absolute;
}

.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-edit {
  position: absolute;
  bottom: 0;
  align-items: center;
  padding: 10px;
  background: #00000050;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

.img-edit .edit-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
}

.file-wrapper input {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0.0;
  filter: alpha(opacity=0);
  font-size: 300px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 9;
}

.file-wrapper {
  text-align: center;
  width: 300px;
  height: 280px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #999;
  cursor: pointer;
}

/* style for video rec */
.recorder-btn {
  background-color: #eee;
  border: 1px solid #605b5b;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  width: 80px;
  height: 35px;
  margin: 20px 0px;
  box-shadow: none !important;
}

.width-110 {
  width: 110px !important;
}

.recorder-btn:hover {
  border-color: #605b5b;
  background-color: #ccc;
  color: #000;
}

/* .recorder-next-btn:after,
.recorder-back-btn:before {
  content: "";
  background-image: url(../images/next-dark-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
} */

.recorder-back-btn {
  margin-right: 20px;
}

.recorder-next-btn:after {
  margin-left: 3px;
}

.recorder-back-btn:before {
  margin-right: 3px;
  transform: rotate(180deg);
}

.recorder-circle {
  background-color: #e3070769;
  border-radius: 50%;
  padding: 12px;
  width: 125px;
  height: 125px;
  margin: auto;
  margin-bottom: 10px;
}

.recorder-circle:after {
  content: "";
  background-color: #e30707;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
}

.stop-video-media-btn {
  margin: auto;
  margin-top: 15px;
  display: block;
  border: none;
  background-color: transparent;
  color: #e30707;
}

.stop-btn-design {
  background-color: #eee;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #000;
  padding: 10px;
  border-radius: 50%;
}

.stop-btn-design:after {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 16px;
  height: 16px;
}

#recording-text {
  color: #e30707;
  background: #0000007a;
  padding: 2px 10px;
  border-radius: 20px;
}

#timer {
  background: #0000007a;
  padding: 2px 10px;
  border-radius: 20px;
}

#stream-elem {
  background-color: #000;
}

.timer-time-count {
  background-color: #eee;
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid #e30707;
  padding: 2px;
  border-radius: 50%;
  margin-left: 5px;
}

.timer-time-count:after {
  content: "";
  display: inline-block;
  background-color: #e30707;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.form-recorder {
  max-width: 500px;
  margin: auto;
}

#custom-question-group {
  text-align: left;
  margin: 15px 0px;
}

#video_answer input,
#image_answer input {
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.ques-media {
  font-weight: bold;
  margin-bottom: 10px;
}

#timer-promt {
  color: #e30707;
  margin-bottom: 10px;
  display: block;
  text-align: right;
}

#timer-promt span {
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
  background-image: linear-gradient(-225deg,
      #e30707 0%,
      #a60d0d 29%,
      #ff1361 67%,
      #000 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.retake-icon:after {
  content: "";
  background-image: url(../assets/images/refresh-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transform: rotate(-90deg);
}

.retake-icon {
  opacity: 0;
  position: absolute;
  width: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  font-size: 18px;
  background-color: #ffffffad;
}

.file-img-upload-area .retake-icon {
  opacity: 1;
}

.file-img-upload-area img {
  opacity: 1;
}

.ajax-loader {
  visibility: hidden;
  background-color: #00000038;
  position: relative;
  z-index: +100 !important;
  width: 25%;
}

.ajax-loader img {
  position: absolute;
  top: 32%;
  left: 192px;
}

.attach-observ-modal .modal-body {
  padding: 2rem 1rem;
}

.attach-observ-modal .modal-footer button.btn {
  height: auto;
}

.attach-form-field-parent #observation_flow {
  width: 75%;
  height: 35px;
}

.attach-form-field-label h3 {
  font-size: 16px;
  font-weight: 500;
}

.attach-form-field-label select {
  height: 150px;
}

.check-area span {
  font-size: 14px;
  color: #444;
}

.observ-form-checkbox {
  vertical-align: middle;
  margin-right: 3px;
  width: 15px;
  height: 15px;
}

.wbtwPrimaryBtn {
  height: auto;
}

.observ-btn-arrow:after {
  content: "";
  background-image: url(../images/next-dark-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 50%;
}

.observ-btn-arrow {
  border: 1px solid #777;
  border-radius: 4px;
  height: auto;
  background-color: #eee;
  outline: none !important;
  box-shadow: none !important;
}

.observ-btn-arrow:hover {
  background-color: #ccc;
}

@media (min-width: 576px) {
  .attach-observ-modal .modal-dialog {
    max-width: 650px;
    margin: 3rem auto;
  }
}

.observ-btn-arrow.observ-btn-prev:after {
  transform: rotate(180deg);
}

.take-photo {
  margin-top: -35px;
  text-align: center;
}

.add-btn {
  height: 36px;
  padding: 0 20px;
}

#accountsTable th {
  vertical-align: middle;
}

.attach-flow-modal-max-with {
  max-width: 850px !important;
}

.attach-flow-modal-product-width {
  width: 360px;
}

.attach-flow-modal-arrow-width {
  width: 100px;
}

.stopwatch-left-margin {
  margin-left: 30px;
}

.mw-975 {
  max-width: 975px;
  margin: auto;
}

.w-40 {
  width: 40%;
}

.ml-24 {
  margin-left: 24px !important;
}

.edit-schedule-table #scheduleTable_filter,
.edit-schedule-table #accountsTable_filter {
  margin-bottom: 24px;
}

.edit-schedule-table #scheduleTable thead th {
  vertical-align: middle;
}

.product-tbl span:last-child {
  margin-bottom: 0px !important;
}

.frndly-name-tbl td,
.frndly-name-tbl th {
  vertical-align: top;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
  content: "\21D3" !important;
  line-height: 14px !important;
  transform: rotate(180deg);
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  content: "\21D3" !important;
  line-height: 14px !important;
}

.product-list-account-user {
  height: 195px;
}

.product-list-account-user .product-list-account-inner {
  position: absolute;
}

/* notification modal style */
.custom-notification-modal .modal-dialog {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  height: 100%;
}

.custom-notification-modal .modal-dialog .modal-content {
  min-height: 500px;
  border-radius: 0;
}

.custom-notification-btn {
  outline: none !important;
  box-shadow: none !important;
  position: relative;
}

.custom-notification-btn .icon::after {
  content: "";
  background-image: url('../images/notification-icon-dark.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.5;
}

.custom-notification-btn:hover .icon::after {
  opacity: 1;
}

.icon-badge {
  position: absolute;
  top: 3px;
  right: 3px;
  min-width: 16px;
  height: 16px;
  background: red;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  border-radius: 50px;
}

.w-356 {
  width: 356px;
}

.white-space-nowrap {
  white-space: nowrap;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .screen-observation-select {
    width: 120px;
  }
}

/* =========================snakbar======================================= */
#snackbar {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #333;
  /* Black background color */
  color: #fff;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 2px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 1;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  top: 30px;
  /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

/* =========================snakbar======================================= */

.delete-question-btn button {
  height: auto;
  font-size: 1rem;
  width: fit-content;
  color: red;
  border: 1px solid #5e5a5a;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #efefef;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.delete-question-btn-last button {
  margin-bottom: -70px !important;
}

.add-question-btn button {
  height: auto;
  font-size: 1rem;
  width: fit-content;
  color: black;
  border: 1px solid #5e5a5a;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  background-color: #efefef;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.action-observation.mt-3 {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  width: 500px;
  margin: auto;
}

#pause-play-media {
  position: relative;
}

#pause-play-media .bi {
  position: absolute;
  top: 5px;
  font-size: 2.7rem;
  color: black;
  left: 100px;
}

/* ============================== New Css ======================== */
.assign-next-btn {
  padding: 7px !important;
  border-radius: 0px !important;
  border-width: 1px;
  height: 40px;
}

.box-assign-product {
  margin-top: -55px;
}

.word-wrap-class {
  word-wrap: break-word;
  width: 260px;
}

.table_wrapper .dataTables_scrollBody {
  overflow-x: hidden !important;
}

.word-wrap-17 {
  word-wrap: break-word;
  width: 17px;
}

.word-wrap-100 {
  word-wrap: break-word;
  width: 100px;
}

.action_assignment-wrapper {
  position: relative;
}

.action_assignment-details {
  top: 42%;
  position: absolute;
  right: 39.5%;
}

.logincontainer {
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}
@media (max-width: 767px){
  .logincontainer {
    width: 80% !important;
  }
}


.forgot-pass a {
  color: #fff !important;
  font-weight: 500;
}

.customDropdown {
  padding: 3px 15px;
  margin: 0px;
  height: auto;
  background: none;
  border: 1px solid #2e2e2e;
  border-radius: 0;
  color: #2e2e2e;
  outline: none;
}

.loader {
  width: 20px;
  margin-right: 5px;
}

.not {
  display: none !important;
}

.disable-input {
  pointer-events: none;
  background-color: #e9ecef;
}

.delete-btn {
  height: 36px;
}

.cancel {
  margin: 20px 0px 0px 15px;
  display: inline-block;
  border: 1px solid #0d6efd;
  padding: 12px;
  border-radius: 3px;
  text-decoration: none;
  color: #0d6ef8;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cancel:hover {
  background-color: #0d6ef8;
  color: #fff;
}

.row_height {
  margin-bottom: 15px;
}

.label_height {
  padding-top: 6px;
}

.image-wrapper {
  text-align: center;
  /* width: 800px; */
  height: 500px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
  /* border-radius: 50px; */
  /* border: 1px solid #999; */
  cursor: pointer;
}

.timestamp-text {
  font-size: 12px;
}

.check_answer {
  margin-left: 28px;
}

.obs_ans {
  display: block;
  /* margin-left: 20px;
margin-top: -20px; */
  margin: -26px 0px 7px 20px;
  font-weight: normal;
}

.progress-bar {
  background-color: black;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  margin-bottom: 10px;
}

.main_div {
  white-space: nowrap;
  /* Prevent line break */
}

.box {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 50px;

}

.assign_btn {
  padding-right: 30px;
  padding-top: 10px;
  border-radius: 50px;
}

.heading_title {
  font-weight: bold;
}
#productsTable_paginate{
  margin-bottom: 10px;
}
