* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

:root {
  --main-bg-color: #0056ff;
  --main-bg-hover: #0046af;
  --main-bg-color-ssv: 0 86 255; 
}

.dots_style {
  margin-left: 90px;
  margin-top: 50px;
  width: 50px;
  height: 70px;
}

.sty_pag {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 60px;
}

.user_circle_page {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: var(--main-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_circle_page > span {
  background-color: var(--main-bg-color);
  width: 22px;
  height: 22px;
  border-radius: 11px;
  display: block;
  border: 3px solid white;
}

.user_circle_page2 {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #c4c4c4;
  display: inline-block;
}

.user_circle_page3 {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  background-color: var(--main-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

hr.new2 {
  border-top: 1px solid var(--main-bg-color);
  margin-top: 7.5px;
}

hr.new1 {
  border-top: 1px solid #c4c4c4;
  margin-top: 7.5px;
}

.dots_style2 {
  margin-left: 50px;
  width: 50px;
  height: 70px;
  position: absolute;
  bottom: 60px !important;
}

.wel_box {
  width: 80%;
  margin: auto;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 20px 30px;
  padding-top: 32px;
  margin-top: 70px;
}

.wel_box2 {
  width: 80%;
  margin: auto;
  background-color: transparent;
  border-radius: 20px;
  padding: 20px 30px;
  padding-top: 32px;
  color: #fff;
}

html {
  overflow-x: hidden;
}

.form_box {
  width: 53%;
  height: auto;
  border-radius: 20px;
  margin-left: 160px;
  padding-bottom: 30px;
  margin: auto;

  padding-top: 20px;
}

.contrast-bg {
  /* background-image: url("/wc/static/assets/images/double circle.svg"); */
  background-position: bottom left;
  background-repeat: no-repeat;
}

.fa-spin {
  -webkit-animation: fa-spin 1s linear infinite !important;
  animation: fa-spin 1s linear infinite !important;
}

.logo_sty {
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.para {
  color: #737373;
  font-size: 19px;
  line-height: 1.6;
}

.para2 {
  font-size: 19px;
  line-height: 1.6;
}

.heading {
  font-size: 29px;
  margin-bottom: 28px;
  font-weight: 700;
  color: var(--main-bg-color);
}

.heading2 {
  font-size: 29px;
  margin-bottom: 28px;
  font-weight: 700;
}

.fa-long-arrow-alt-up {
  font-size: 50px;
  color: #bdbdbd;
}

.fa-long-arrow-alt-down {
  font-size: 50px;
  color: #bdbdbd;
}

.box_head {
  font-size: 25px;
  color: #3b403c;
  text-align: left;
  font-weight: 700;
}

.lab {
  font-size: 18px;
  font-weight: 500;
  color: #3b403c;
}

.media-question-text {
  display: inline-block;
  white-space: pre-line;
  color: #767676;
  letter-spacing: 0.02em;
  width: 100%;
  margin-bottom: 1rem;
}

.inpu {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: none;
  padding-left: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.btn_send {
  width: 100%;
  height: 58px;
  margin-top: 10px;
  background-color: var(--main-bg-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border-radius: 10px;
  border: none;
  transition: width 0.5s ease-in-out;
}

.col-md-6.main-column {
  min-height: 100vh;
}

.inpu:focus {
  border: 2px solid var(--main-bg-color);
  background-color: #fff;
}

::placeholder {
  color: #bdbdbd;
  font-size: 19px;
}

input:focus::placeholder {
  color: transparent;
}

.bl_dots {
  width: 70%;
  padding-left: 40px;
  margin-top: 180px;
  margin-bottom: 100px;
}

.img_cube {
  width: 230px;
  height: 190px;
  display: block;
  float: right;
  margin-right: 60px;
  margin-top: 40px;
}

.welc_box {
  width: 90%;
  margin: auto;
}

.main_box {
  margin-top: 110px;
  border-right: 3px solid #e0e0e0;
}

.side_sty {
  width: 180px;
  background-color: #f2f8ff;
  height: 80px;
  border-top-left-radius: 40px;
  float: right;
  margin-top: 77px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.side_sty2 {
  width: 180px;
  background-color: #f2f8ff;
  height: 80px;
  border-bottom-right-radius: 40px;
  margin-left: -15px;
  position: absolute;
  top: 0px;
}

.wel_bor {
  border-top: 8px solid #fff;
  width: 100%;
  display: none;
}

.wel_bor2 {
  border-top: 8px solid #fff;
  width: 100%;
  display: none;
}

ul {
  list-style-position: inside;
}

html,
body {
  font-family: "Montserrat", sans-serif;
}

.i-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #fff;
}

.input__field.parsley-error {
  border-color: #ff8888;
}

ul.parsley-errors-list.filled {
  margin-left: 0;
  padding-left: 20px;
  list-style-type: "* ";
}

li.parsley-required,
li.parsley-type {
  text-align: left;
  color: #ff3939;
}

#atext {
  margin-top: 35vh;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 20px;
}

button.btn-interact {
  color: #fff;
  background-color: var(--main-bg-color);
  border-color: var(--main-bg-color);
}

button.btn-interact:hover {
  color: #fff;
  background-color: var(--main-bg-hover);
  border-color: var(--main-bg-hover);
}

.loader-new {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.loader-item-new {
  left: calc(50% - 30px);
  position: absolute;
  top: calc(50% - 30px);
}

.pactive {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .wel_bor2 {
    border-bottom: 8px solid var(--main-bg-color);
    width: 103%;
  }

  .dots_style {
    margin-left: 90px;
    margin-top: 50px;
    width: 47px;
    height: 72px;
  }

  .dots_style2 {
    margin-left: 60px;
    width: 40px;
    height: 60px;
    position: absolute;
    bottom: 30px !important;
  }

  .side_sty {
    width: 150px;
    background-color: #f2f8ff;
    height: 60px;
    border-top-left-radius: 40px;
    float: right;
  }

  .side_sty2 {
    display: none;
  }

  .wel_box2 {
    width: 98%;
    margin: auto;
    background-color: transparent;
    border-radius: 20px;
    padding: 20px 30px;
    padding-top: 32px;
    color: #fff;
  }

  .form_box {
    width: 85%;
    height: auto;
    border-radius: 20px;
    margin-left: 160px;
    padding-bottom: 30px;
    margin: auto;
    margin-bottom: 130px;
  }
}

.video-mobile-margin {
  margin: 0 10rem;
}

button.btn.stop-record-stylized {
  background: #fe5050;
  border-color: #fe5050;
  color: white;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 4px !important;
}

button.btn.start-record-stylized {
  background: var(--main-bg-color);
  border-color: var(--main-bg-color);
  color: white;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  border-radius: 4px !important;
}

button.btn.start-record-stylized:hover,
button.btn.stop-record-stylized:hover {
  filter: brightness(0.9);
  color: white;
}

.cam_circle {
  height: 40px;
  border-radius: 4px;
  font-weight: 500;
  padding: 0 10px;
  background-color: var(--main-bg-color);
  color: white;
  margin-top: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-success,
.btn-success > i {
  color: #fff !important;
  background-color: var(--main-bg-color) !important;
  border-color: var(--main-bg-color) !important;
  padding: 4px;
  border-radius: 20px;
}

.fileNameSlot {
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
}

.cf .form-control {
  width: 50%;
  border: none;
  border-bottom: 1px solid #e5e8eb;
  border-radius: 0px;
}

input[type="file"] {
  z-index: -1;
  position: absolute;
  opacity: 0 !important;
}

.form-column {
  overflow: auto;
  height: 100vh;
}

@media (max-width: 768px) {
  .form-column {
    overflow: unset;
    height: 100vh;
  }
}

.start-record-container {
  display: flex; 
  justify-content: center; 
  position: absolute; 
  left: -20rem; 
  top: 7rem;
}

@media (max-width: 992px) {
  .start-record-container {
    left: 0;
    top: unset;
    bottom: 24rem;
    margin-left: auto;
    margin-bottom: auto;
    width: 100%;
  }
}

.cf .form-control:focus {
  border: none;
  border-bottom: 1px solid #aaaaaa;
}

input.form-control:focus {
  border-color: var(--main-bg-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--main-bg-color-ssv) / 0.25);
}

#mobileModal .form-control {
  font-size: 30px;
  padding: 30px 25px;
  text-align: center;
}
