

.dna88_wp_video_wrap video {
  margin-top: 2px;
  border: 1px solid #ddd;
}

.dna88_wp_video_wrap .dna88_wp_video_msg_wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dna88_wp_video_wrap .dna88_wp_video_msg_wrap h3{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.dna88_wp_video_wrap .dna88_wp_video_msg_wrap .dna88-video-confirmation-record{
  margin: 10px;
  padding: calc(20px / 2) 20px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  background: #486274;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  border: none;
  transition: all .2s;
}
.dna88_wp_video_wrap .dna88_wp_video_msg_wrap .dna88-video-confirmation-record:hover{
  color: #fff;
  background: #395060;
  transition: all .2s;
  
}


.dna88_wp_video_wrap{
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2px;
}

.dna88_wp_video_wrap .dna88_record_wrap,
.dna88_wp_video_wrap .dna88_preview_wrap {
  width: 400px;
  height: auto;
  position: relative;
}

.dna88_wp_video_wrap .dna88_preview_wrap {
  display: none;
}

.dna88_wp_video_wrap .dna88_record_wrap .video_record{
  background: rgba(0,0,0,1);
}
.dna88_wp_video_wrap .dna88_record_wrap .start_recording {
    position: absolute;
    bottom: 15px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: 4px solid #999;
    border-radius: 48%;
    width: 40px;
    height: 40px;
    left: 45%;
    cursor: pointer;
}
.dna88_wp_video_wrap .dna88_record_wrap .start_recording .dna88_icon_record{
  font-size: 0;
  display: block;
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f03;
  box-sizing: border-box;
  transition: all .2s;
  transform-origin: center center;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}
.dna88_wp_video_wrap .dna88_record_wrap .start_recording .dna88_icon_record:hover {
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.dna88_wp_video_wrap .dna88_record_wrap .stop_recording {
  position: absolute;
  bottom: 15px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: 4px solid #999;
  border-radius: 25%;
  width: 40px;
  height: 40px;
  display: none;
  left: 45%;
  cursor: pointer;
}

.dna88_wp_video_wrap .dna88_record_wrap .stop_recording .dna88_icon_record_stop{
  font-size: 0;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 15%;
  background-color: #f03;
  box-sizing: border-box;
  transition: all .2s;
  transform-origin: center center;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}
.dna88_wp_video_wrap .dna88_record_wrap .stop_recording .dna88_icon_record_stop:hover {
  transition: all .2s;
  width: 25px;
  height: 25px;
}


.dna88_wp_video_wrap .dna88_preview_wrap .dna88_remove_preview{
  position: absolute;
  top: 8px;
  right: 5px;
  background: rgba(39,42,48,.8);
  color: #fff;
  /*border: 4px solid #999;*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:20px;
}

.dna88_wp_video_wrap .dna88_preview_wrap .dna88_icon_close_preview:before {
  content: "✖";
  cursor: pointer;
  color:indianred;
  font-style:normal;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right:0px;
  top: 0px;
  bottom:0px;
  background: rgba(39,42,48,.8);
  color: #fff;
  text-align: center;
  display: none;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation.active-confirmation {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation .dna88-remove-video-confirmation-title{
  color: #fff;
  text-align: center;
  font-size: 25px;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation .dna88-remove-video-confirmation-desc{
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation .dna88-remove-video-confirmation-cancel{
  display: inline-block;
  border-radius: 23px;
  padding: 8px 15px;
  color: #272a30;
  transition: all .2s;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 8px;
  background-color: rgba(255,255,255,.85);
  color: #272a30;
  border: none;
  cursor: pointer;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation .dna88-remove-video-confirmation-cancel:hover{
  background-color: #fff;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation .dna88-remove-video-confirmation-delete{
  display: inline-block;
  border-radius: 23px;
  padding: 8px 15px;
  color: #272a30;
  transition: all .2s;
  font-size: 14px;
  margin-top: 10px;
  background-color: rgba(255,0,51,.8);
  color: rgba(255,255,255,.8);
  border: none;
  cursor: pointer;
}
.dna88_wp_video_wrap .dna88_preview_wrap .dna88-remove-video-confirmation .dna88-remove-video-confirmation-delete:hover {
  background-color: #f03;
  color: #fff;
}


.dna88_wp_video_wrap .dna88_record_wrap .dna88_record_notification {
    position: absolute;
    width: 100%;
    top: 30px;
    text-align: center;
    color: #fff;
}

.dna88_wp_video_wrap.dna88_wp_video_wrap_active {
   display: none;
}


/* Video Preview Loading box */
.dna88_preview_loading_box{
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dna88_preview_spinner-box {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.dna88_preview_circle-border {
  width: 100px;
  height: 100px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63,249,220);
  background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(63,249,220,1) 100%);
  animation: loading_spin .8s linear 0s infinite;
}

.dna88_preview_circle-core {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
}

.dna88_voice_countdown {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

@keyframes loading_spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}