/*!
 * fakedetail Whatsapp Prank generator)
 */

:root {
  --bg-light: url(https://myviptuto.com/tools/assets/images/Whatsapp_bg_light.jpg);
  --bg-dark: url(https://myviptuto.com/tools/assets/images/Whatsapp_bg_dark.jpg);
  --ios-footr-light: url(https://myviptuto.com/tools/assets/images/whatsapp-chat-iphone-footer-img.jpg);
  --ios-footr-dark: url(https://myviptuto.com/tools/assets/images/whatsapp-chat-iphone-footer-img-dark.png);
  --light-color: #e9edef;
  --dark-color: #000000;
  --dark-bg-color: #202c33;
  --light-bg-color: #ffffff;
  --light-green-color: #e6ffda;
  --dark-green-color: #005c4b;
  --green-color: #128C7E;
  --gary-color: #667781;
  --gary-dark-color: #2a3942;
  --icon-dark-color: #54656f;
  --icon-light-color: #aebac1;
  --ios-color-dark: #171717;
  --ios-color-light: #f7f7f7;
  --ios-msg-color-dark: #2c2c2c;
}

.wa-theme {
  --bg-img: var(--bg-light);
  --msg-text-color: var(--dark-color);
  --msg-s-bg-color: var(--light-green-color);
  --msg-r-bg-color: var(--light-bg-color);
  --arrow-r-color: var(--light-green-color);
  --arrow-s-color: var(--light-bg-color);
  --msg-time-color: rgba(0, 0, 0, .45);
  --android-header-color: var(--green-color);
  --gray-black: var(--dark-color);
  --input-bar: var(--light-bg-color);
  --icon-color: var(--icon-dark-color);
  --msg-box-color: #f0f2f5;
  --display-l: block;
  --display-d: none;
  --op-l: 1;
  --op-d: 0;
  --ios-bg: var(--ios-color-light);
  --ios-bg-footr: var(--ios-footr-light);

}

.wa-theme.dark-theme {
  --bg-img: var(--bg-dark);
  --msg-text-color: var(--light-color);
  --msg-s-bg-color: var(--dark-green-color);
  --msg-r-bg-color: var(--dark-bg-color);
  --msg-box-color: var(--dark-bg-color);
  --arrow-r-color: var(--dark-green-color);
  --arrow-s-color: var(--dark-bg-color);
  --msg-time-color: var(--light-color);
  --android-header-color: var(--dark-bg-color);
  --gray-black: var(--gary-color);
  --input-bar: var(--gary-dark-color);
  --icon-color: var(--icon-light-color);
  --display-l: none;
  --display-d: block;
  --op-l: 0;
  --op-d: 1;
  --ios-bg: var(--ios-color-dark);
  --ios-bg-footr: var(--ios-footr-dark);
  --dark-color: #fff;
}

.dark-theme input {
  color: #fff !important;
}

/* .st0 {
  display: var( --display-l);
  opacity: var(--op-l)
}
.st1 {
  display: var( --display-d);
  opacity: var(--op-d)
} */

.st0 {
  fill: #90A4AE;
}

.st1 {
  fill: #FFFFFF;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

body.body-fixed {
  overflow: hidden;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 15px;
}

.mt-4 {
  margin-top: 20px;
}

.mt-5 {
  margin-top: 30px;
}

.pl-1 {
  padding-left: 5px;
}

.tip-text {
  color: #5D6D7E;
  max-width: 320px;
}

.text-gray {
  color: #34495E
}

.d-block {
  display: block !important;
}

.right-part .modal-content {
  border: 0 !important;
}

.modal-content {
  display: flex;
  flex-direction: column;
}

.whatsapp {
  position: relative;
  font-family: "Open Sans", sans-serif !important;
  overflow: hidden;
  overflow: hidden;
}

.right-part .modal-body .is-not .message-container {
  min-height: 15px;
}

.whatsapp.whatsapp-chat .android-header .status-bar {
  background: var(--android-header-color);
  display: flex;
  justify-content: flex-end;
}

.whatsapp-chat .wp-android {
  display: block;
}

.whatsapp-chat .wp-ios {
  display: none;
}

.desktop_view .whatsapp-chat .wp-ios {
  display: none;
}

.whatsapp-chat .ios-header {
  display: block;
}

.whatsapp-iphone-status-bar .iphone-moblie-network {
  display: none !important;
}

.whatsapp-iphone-status-bar .iphone-time {
  float: left;
  position: unset;
  padding-left: 20px;
}

.whatsapp-iphone-status-bar .battery-container {
  padding-right: 15px;
}

.Battery-percent-wrap {
  position: relative;
}

.Battery-percent-wrap label {
  position: absolute;
  right: 10px;
  background-color: #fff;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.whatsapp .wp-android-header .modal-header {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--android-header-color);
  padding: 9px 10px 9px 5px;
  min-height: 56px;
  width: 100%;
  border: none;
}

.wp-android-header .whatsapp-arrow-img {
  margin-top: 3px;
  width: 6.3%;
}

.wp-android-header .modal-title {
  float: left;
  margin-left: 5px;
}

.modal-title .modal-title-img {
  position: relative;
}

.modal-title .modal-title-img .profile-wrap {
  border-radius: 50%;
  overflow: hidden;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.modal-title-img .profile-wrap img {
  width: 100%;
  height: auto;
}

.modal-title .modal-title-img .fa-cloud-upload {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #778899;
  border: 1px solid #fff !important;
  color: #fff;
}

.modal-title-img input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  z-index: 9999;
}

.wp-android-header .modal-title .header-content {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  margin-left: 10px;
  max-width: calc(100% - 55px);
}

.wp-android-header .modal-title .header-content .name-text {
  font-size: 15px;
  font-weight: 700;
}

.wp-android-header .modal-title .header-content span {
  font-weight: normal;
  color: #ffffff;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.right-part .whatsapp-chat .modal-header .pull-right .wp-desktop-header-icon {
  display: none;
}

.whatsapp-chat .wp-ios-header {
  display: block;
}

.right-part .whatsapp-chat .ios-header .iphone-time {
  float: left;
  margin-left: 20px;
}

.wp-ios-header .modal-header {
  background: var(--ios-bg);
  padding: 5px 20px 5px 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
}

.ios-header .iphone-time .status-time {
  color: var(--dark-color);
}

.ios-header .status-bar,
.wp-ios-header .modal-header {
  background-color: var(--ios-bg);
}

.wp-ios-header .modal-header .whatsapp-ios-arrow-img {
  height: 23px;
  width: 30px;
  text-align: left;
  padding: 0 5px 0 10px;
}

.wp-ios-header .modal-header .whatsapp-ios-arrow-img img {
  width: 13px;
  height: 23px;
}

.wp-ios-header .wp-head-name {
  color: #000;
}

.wp-ios-header .modal-header .unread-whatsapp-msg .number-text {
  color: #017cf9;
  font-weight: 600;
  font-size: 18px;
}

.wp-ios-header .modal-header .unread-whatsapp-msg .main-input-text {
  max-width: 50px;
}

.wp-ios-header .modal-header .modal-title {
  margin: 0 5px;
  float: left;
  display: flex;
  align-items: flex-end;
}

.right-part .header-content .name-text {
  font-size: 16px;
  font-weight: 700;
}

.right-part .header-content .status-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #9e9e9e;
}

.iphone-date,
.iphone-date-text {
  display: none;
}

.date-label .text-name:has(.iphone-date-text[style="display: block;"]),
.date-label .text-name:has(.iphone-date-text[style="dispaly:block;"]) {
  line-height: 1.3;
}

.dark-theme .date-label .text-name:has(.iphone-date-text[style="display: block;"]),
.dark-theme .date-label .text-name:has(.iphone-date-text[style="dispaly:block;"]),
.dark-theme .date-label:has(.iphone-date-text[style="display: block;"]) input,
.dark-theme .date-label:has(.iphone-date-text[style="dispaly:block;"]) input {
  background-color: var(--ios-bg);
  color: rgba(255,255,255,0.6)
}

.wp-ios-header .modal-header .profile-wrap {
  width: 40px;
  height: 40px;
}

.wp-ios-header .modal-header .modal-title .header-content {
  padding-left: 7px;
  max-width: 100%;
}

.wp-ios-header .modal-header .modal-title .header-content a {
  font-size: 13px;
  font-weight: 600;
  margin-top: -3px;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network span {
  margin: 0 3px;
  font-weight: 600;
  line-height: 14px;
  color: var(--dark-color);
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network div {
  display: block;
  width: 4px;
  height: 16px;
  background-color: var(--dark-color);
  margin-right: 2px;
  border-radius: 2px;
  transform: scale(0.85);
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network div:nth-child(1) {
  height: 7px;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network div:nth-child(2) {
  height: 10px;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network div:nth-child(3) {
  height: 13px;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network div:nth-child(4) {
  opacity: 0.5;
}

.right-part .header-content span,
.battery-status {
  color: var(--dark-color);
}

.ios-header .battery-container .battery {
  border-color: var(--dark-color);
}

.ios-header .battery-container .battery .battery-level,
.ios-header .battery-container .battery:before {
  background-color: var(--dark-color);
}

.right-part .wp-ios-header .modal-header .header-icon.pull-right {
  width: 70px;
}

.mobile_view .whatsapp-text {
  max-width: 280px;
}

/* .desktop_view .whatsapp-text {
    max-width: 330px;
  } */

.whatsapp.whatsapp-chat .whatsapp-body {
  /* background-image: url(../../images/Whatsapp_background_img.jpg); */
  background-image: var(--bg-img);
  background-size: auto 150%;
  background-position: bottom;
  padding: 5px 2px;
  min-height: 529px;
  margin: 0 -2px;
}

.whatsapp-text {
  margin: 6px 0 5px 0 !important;
  padding: 4px 5px 6px 7px;
  border-radius: 0 10px 10px 10px;
  background: var(--msg-r-bg-color) !important;
  box-shadow: 0 1px 1px rgb(0 0 0 / 13%);
  position: relative;
}

.Caret-right .sent-carat+.whatsapp-text {
  border-radius: 10px 0 10px 10px;
}

.Caret-right .sent-carat[style="display: none;"]+.whatsapp-text,
.Caret-left .received-carat[style="display: none;"]+.whatsapp-text,
.Caret-left .receive-carat[style="display: none;"]+.whatsapp-text,
.Caret-right .sent-carat[style="display:none;"]+.whatsapp-text,
.Caret-left .received-carat[style="display:none;"]+.whatsapp-text,
.Caret-left .receive-carat[style="display:none;"]+.whatsapp-text,
.Caret-right .sent-carat[style="display: none"]+.whatsapp-text,
.Caret-left .received-carat[style="display: none"]+.whatsapp-text,
.Caret-left .receive-carat[style="display: none"]+.whatsapp-text,
.Caret-right .sent-carat[style="display:none"]+.whatsapp-text,
.Caret-left .received-carat[style="display:none"]+.whatsapp-text,
.Caret-left .receive-carat[style="display:none"]+.whatsapp-text {
  border-radius: 10px !important;
}

.message-sent+.message-sent .whatsapp-sent .whatsapp-text,
.message-received+.message-received .whatsapp-received .whatsapp-text,
.message-receive+.message-receive .whatsapp-received .whatsapp-text,
.message-received+.message-receive .whatsapp-received .whatsapp-text,
.message-receive+.message-received .whatsapp-received .whatsapp-text {
  margin-top: 0 !important;
  border-radius: 10px;
}

.wa-theme.dark-theme .Caret-left .received-carat[style="display: none;"]+.whatsapp-text,
.wa-theme.dark-theme .Caret-left .receive-carat[style="display: none;"]+.whatsapp-text,
.wa-theme.dark-theme .Caret-left .received-carat[style="display:none;"]+.whatsapp-text,
.wa-theme.dark-theme .Caret-left .receive-carat[style="display:none;"]+.whatsapp-text,
.wa-theme.dark-theme .Caret-left .received-carat[style="display: none"]+.whatsapp-text,
.wa-theme.dark-theme .Caret-left .receive-carat[style="display: none"]+.whatsapp-text,
.wa-theme.dark-theme .Caret-left .received-carat[style="display:none"]+.whatsapp-text,
.wa-theme.dark-theme .Caret-left .receive-carat[style="display:none"]+.whatsapp-text {
  --msg-r-bg-color: var(--ios-msg-color-dark);
}

/* ====================================== */

.error-msg {
  background-color: #ff6363;
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
  padding: 5px 10px;
  border-radius: 9px;
}

.error {
  border-color: #ff6363 !important;
  color: #ff6363;
}

.date-label {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}

.date-label p,
.date-label input {
  background: var(--msg-r-bg-color);
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
  color: var(--gray-black);
}

.date-label p i {
  margin-left: 5px;
}

.date-label .edit-text {
  position: relative;
}

.date-label .edit-text .btn-remove {
  position: absolute;
  top: 6px;
  right: -18px;
  z-index: 2;
  font-size: 16px;
  color: #E74C3C;
}

.edit-delete-popup {
  position: absolute;
  top: -36px;
  right: 0;
  opacity: 0;
  width: 110px;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.2);
}

.edit-delete-popup::before {
  content: "\f0d7";
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translate(-50%, 0);
  z-index: 5;
  color: white;
  font-size: 20px;
  font-family: FontAwesome;
}

.Caret-left .edit-delete-popup {
  left: 0;
  right: auto;
}

.edit-delete-popup i {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  /* margin-left: 5px; */
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.edit-delete-popup .delete-msg {
  color: #E74C3C;
  background: #FADBD8;
}

.edit-delete-popup .edit-msg {
  color: #2471A3;
  background: #D6EAF8;
}

.edit-delete-popup .reply-msg {
  color: #138D75;
  background: #D0ECE7;
}

.whatsapp-text:hover .edit-delete-popup,
.whatsapp-text:focus .edit-delete-popup {
  opacity: 1;
  visibility: visible;
}

.wp-head-name {
  background: transparent;
  color: #fff;
  border: 0;
  outline: none;
  /* width: 100px; */
  display: none;
}

.wp-android-header .modal-title .header-content .fa-pencil {
  color: #fff;
  margin-left: 7px;
}

.desktop_view .wp-android-header .modal-title .header-content .fa-pencil {
  color: var(--msg-text-color);
}

.wp-android-header .modal-title .header-content .text-name {
  font-size: 15px;
  font-weight: 700;
  width: 100%;
}

/* .wp-android-header .modal-title .header-content .text-name span {
    font-size: 15px;
    font-weight: normal;
  } */

.keyboard-popup {
  position: -webkit-sticky;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10000;
  -webkit-transform: translateZ(10);
  overflow-x: hidden;
}

.keyboard-popup-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 100%;
  width: 100%;
  padding: 30px 0 100px;
  max-width: 420px;
  margin: 0 auto;
}

.keyboard-body {
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.btn-toggle-wp {
  position: relative;
}

.btn-toggle-wp input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.btn-group-wp {
  display: inline-flex;
  padding: 5px;
  border: 1px solid var(--primery-color);
  border-radius: 60px;
}

.btn-group-wp .btn-toggle-wp:not(:last-child) {
  margin-right: 7px;
}

.btn-group-wp input[type="radio"]:not(:checked)+.btn-toggle.btn:hover,
.btn-group-wp input[type="radio"]:not(:checked)+.btn-toggle {
  background-color: transparent;
  color: var(--primery-color) !important;
  border: 0;
  box-shadow: none;
}

.btn-toggle-wp .btn-toggle {
  height: auto;
  border: 0;
  padding: 5px 15px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 5px 2px rgb(148 169 195 / 60%);
  transition: box-shadow 0.3s;
}

.btn-toggle-wp .btn-toggle:hover {
  border: 0;
}

.keyboard-popup .head-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.keyboard-popup .head-text button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 30px;
  background-color: #ff6363;
  border-color: #ff6363 !important;
}

.keyboard-popup .head-text button:hover {
  background-color: red;
}

.keyboard-popup .head-text button i {
  margin: 0;
}

.keyboard-popup .pre-reply-text:not([style="display: none;"]) {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 6px;
}

.keyboard-popup textarea {
  width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  resize: none;
  padding: 5px;
  margin-bottom: 10px;
}

.keyboard-popup .time-label {
  position: relative;
  display: block;
}

.keyboard-popup .time-label input[type="time"] {
  width: 110px;
}

.keyboard-popup .message-label {
  padding-left: 8px;
}

.keyboard-popup .time-label label {
  position: absolute;
  font-weight: 500;
  top: -10px;
  left: 6px;
  background: #fff;
  padding: 0 7px;
}

.keyboard-popup .time-label input {
  margin-bottom: 15px;
  position: relative;
  height: 40px;
  width: 100%;
  display: block;
  padding: 9px 10px;
  color: #252525;
  background-color: #ffffff;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  box-shadow: none;
  line-height: normal;
}

.keyboard-popup .title-name .time-label {
  margin: 5px 0;
  position: relative;
}

.keyboard-popup .title-name.name-input {
  display: none;
}

.keyboard-popup .whatsapp-text {
  box-shadow: unset;
}

.desktop_view .keyboard-popup .title-name .time-label {
  margin-left: 1px;
}

.keyboard-popup .title-name input {
  padding: 7px 5px;
}

.keyboard-popup .fa-paint-brush {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn.wp-send-btn,
.btn.wp-send-btn:hover {
  /* background: #128C7E; */
  color: #fff;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-send-btn svg {
  fill: #ffffff;
  height: 22px;
  margin-left: 10px;
}

.keyboard-popup .msg-status {
  display: grid;
  grid-template-columns: auto auto;
}

.desktop_view .keyboard-popup .msg-status {
  grid-template-columns: auto auto auto auto;
}

.keyboard-popup .fileinput {
  justify-content: space-between !important;
}

.whatsapp_pro_img .fileinput-text .btn-file i {
  display: inline-block !important;
}

.keyboard-popup .fileinput .fileinput-text {
  width: auto !important;
}

.message-input-wrap {
  position: relative;
}

.message-text.whatsapp-text.temp-reply-box {
  padding: 0 !important;
  margin: 0 !important;
}

.input-image-wr {
  position: absolute;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
}

.input-image-wr .btn-sm {
  padding: 2px 8px;
  height: auto;
  cursor: pointer;
}

.input-image-wr #image_btn {
  display: none;
}

.fileinput-image {
  text-align: center;
}

.fileinput-image img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 10px;
}

/* Color Picker Css Start */
.color-picker {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  border-radius: 10px;
  padding: 10px;
  display: none;
  box-shadow: 0 8px 24px #e6e9ef;
  background: #fff;
}

.color-picker .color-box {
  height: 35px;
  width: 35px;
  overflow: hidden;
  position: relative;
  padding: 2px;
}

.color-picker .color-box.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.3s;
  pointer-events: none;
}

.color-picker .color-box span {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  border-radius: 50%;
}

.color-picker .btn {
  position: absolute;
  height: 25px;
  padding: 0 6px;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  background-color: #ff6363;
  border: 0 !important;
}

.color-picker .btn:hover {
  background-color: red;
}

/* Color Picker Css End */

/* Toggle Switch Css Start */

.toggle-switch {
  display: flex;
  align-items: center;
}

.toggle-switch input {
  margin: 0 5px;
}

.toggle {
  height: 19px;
  width: 38px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 2px solid var(--primery-color);
  background: var(--primery-color);
  transition: all .2s ease;
}

.toggle::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 1px;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 1px 2px rgba(44, 44, 44, .2);
  transition: all .2s cubic-bezier(.5, .1, .75, 1.35);
}

.toggle:checked:after {
  transform: translatex(17px);
}

.toggle-switch input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.toggle-switch input[type="checkbox"]:focus {
  outline: 0;
}

/* Toggle Switch Css End */

.whatsapp-text .replayed-msg {
  width: 100%;
  /* border-left: 3px solid #06cf9c; */
  border-radius: 7px;
  background: #d1f4cc;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  /* padding: 0 5px; */
  /* height: 65px; */
  position: relative;
}

/* 
  .mobile_view .reply-phone-text,
  .desktop_view .reply-pc-text {
    display: inline;
  } */

/* .desktop_view .reply-phone-text, */
.reply-pc-text {
  display: none;
}
.whatsapp-text.temp-reply-box .replayed-msg {
  margin: 5px 0 20px !important;
}

.whatsapp-text .replayed-msg img {
  width: 60px;
  text-align: right;
  margin-right: 0 !important;
}

.whatsapp-text .replayed-msg .pre-reply-image {
  margin-left: 5px;
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
  position: relative;
}

.whatsapp-text .replayed-msg .pre-reply-image span {
  width: 58px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.whatsapp-text .replayed-msg .reply-box {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-direction: column;
  margin-left: 0;
  padding: 10px 0 10px 10px;
  border-left: 3px solid #009688;
  width: calc(100% - 50px);
}

.Caret-left .whatsapp-text .replayed-msg {
  background: #f5f6f6;
}

.whatsapp-text .replayed-msg span .mname {
  line-height: 15px;
  font-size: 12px;
  font-weight: normal;
}

.whatsapp-text .replayed-msg span .mname:nth-child(1) {
  color: #009688;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 2px;
  margin-right: 10px;
}

.whatsapp-text .replayed-msg span .mname:nth-child(2) {
  display: block;
  overflow: hidden;
  max-height: 62px;
  text-overflow: ellipsis;
}

.whatsapp-text .replayed-msg span .mname:nth-child(2) .line-clamp {
  display: inline;
  line-height: 17px;
  font-size: 12px;
  padding-right: 5px;
  color: #607d8b;
  min-width: 50px;
  /* white-space: pre-wrap; */
  word-break: break-word;
}

.whatsapp-text .replayed-msg span .mname:nth-child(2) img+.line-clamp .pre-reply-text {
  letter-spacing: -0.4px;
}

.whatsapp-text .replayed-msg span .pre-reply-text {
  white-space: pre-wrap;
  visibility: visible;
  text-overflow: ellipsis;
}

.whatsapp-text .replayed-msg span .mname:nth-child(2) img {
  width: 15px;
  height: auto;
  min-width: auto;
  display: inline;
  margin-right: 5px !important;
}

.left-panel {
  margin-bottom: 20px;
}

.setting-icon {
  color: #000;
  font-size: 26px;
  cursor: pointer;
}

.setting-icon i {
  margin-bottom: 15px;
}

/* ====================================== */

.whatsapp-received {
  margin-right: auto;
  padding-left: 20px !important;
  padding-right: 0 !important;
  max-width: 80% !important;
}

.whatsapp-sent {
  margin-left: auto !important;
  padding-left: 0 !important;
  padding-right: 20px !important;
  max-width: 80% !important;
}

.whatsapp-caret {
  position: relative;
  background-color: transparent !important;
  border-color: transparent !important;
}

.whatsapp-sent .whatsapp-text {
  color: var(--msg-text-color) !important;
  background-color: var(--msg-s-bg-color) !important;
}

.desktop_view .message-text.whatsapp-text:has(.only-img),
.message-text.whatsapp-text:has(.only-img) {
  padding: 3px !important;
}

.whatsapp-sent .whatsapp-text img,
.whatsapp-received .whatsapp-text img {
  display: block;
  max-width: 330px;
  height: auto;
  width: 100%;
  vertical-align: middle;
}

.mobile_view .whatsapp-sent .whatsapp-text img,
.mobile_view .whatsapp-received .whatsapp-text img {
  /* min-width: 180px; */
}

.desktop_view .whatsapp-sent .whatsapp-text img,
.desktop_view .whatsapp-received .whatsapp-text img {
  min-width: 240px;
}

.sent-received-img {
  max-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 2px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sent-received-img.only-img {
  margin: 0;
}

.only-img+.msg-activity {
  bottom: 6px;
}

.only-img+.msg-activity .msg-time {
  color: #fff;
}

.only-img+.msg-activity img {
  filter: brightness(10);
}

/* 
  .only-img + .msg-activity .message-status[data-status="sent"] svg, 
  .only-img + .msg-activity .message-status[data-status="delivere"] svg,
  .only-img + .msg-activity .message-status[data-status="sending"] svg {
    fill: #fff !important;
  } */

.whatsapp-caret .whatsapp-text .mname {
  display: block;
  font-size: 85%;
  font-weight: 700;
}

.received-carat .anroid-left-carat,
.sent-carat .anroid-right-carat {
  width: 12px;
  height: 21px;
  position: absolute;
  top: 0px;
  right: -8px;
}

.received-carat .anroid-left-carat {
  left: -8px;
  right: auto;
}


.message-receive+.message-received .received-carat .anroid-left-carat,
.message-receive+.message-receive .received-carat .anroid-left-carat,
.message-received+.message-receive .received-carat .anroid-left-carat,
.message-received+.message-received .received-carat .anroid-left-carat,
.message-sent+.message-sent .sent-carat .anroid-right-carat {
  opacity: 0;
  visibility: hidden;
}

.message-received+.message-receive.other-sender .received-carat .anroid-left-carat,
.message-received+.message-received.other-sender .received-carat .anroid-left-carat,
.message-receive+.message-received.other-sender .received-carat .anroid-left-carat,
.message-receive+.message-receive.other-sender .received-carat .anroid-left-carat {
  opacity: 1;
  visibility: visible;
}

/* .all_footer_wp {
    margin-top: -1px;
  } */
.all_footer_wp {
  margin: -1px;
}

.wa-theme.dark-theme .whatapp-android-footer .comment .icon-light,
.wa-theme:not(.dark-theme) .whatapp-android-footer .comment .icon-dark {
  display: none;
}

.whatsapp-android .whatapp-android-footer .post_write_comment {
  padding: 0 5px !important;
  background: transparent !important;
}

.whatsapp-android .whatapp-android-footer .text_block {
  padding: 0px 48px 0 0 !important;
}

.whatsapp-android .whatapp-android-footer .comment {
  background: #fff !important;
  border: none !important;
  min-height: 40px !important;
  border-radius: 26px !important;
  padding-top: 9px !important;
}

.whatsapp-android .whatapp-android-footer .text-wrcommenttext {
  padding-left: 5px;
  font-size: 14px;
}

.whatsapp-android .whatapp-android-footer .comment .img {
  margin-top: 1px !important;
}

.whatsapp-android .whatsapp-comment-bar img {
  margin: 2px 12px 0 0;
  width: 56px;
  height: 17px;
  vertical-align: unset;
}

.whatsapp-android .whatsapp-recoder {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0px, -50%);
  border-radius: 50%;
  overflow: hidden;
}

.whatsapp-android .whatsapp-recoder img {
  width: 42px;
  height: 42px;
}

.whatsapp-android .whatsapp-text span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  height: 15px;
  line-height: 25px;
  white-space: nowrap;
}

.whatsapp-android .whatsapp-text span img {
  width: 16px;
}

/* .message-read-status {
    text-align: right;
    padding-left: 15px;
  } */

/* .message-read-status {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  } */

.message-read-status {
  display: inline-block;
}

.sent-received-img+.message-read-status {
  max-width: 330px;
  margin-top: 5px;
}

.msg-activity {
  /* display: flex;
    justify-content: end;
    width: 100%;
    align-items: center; */
  display: inline-block;
  position: absolute;
  /* justify-content: flex-end; */
  right: 10px;
  bottom: 2px;
}

.space-ex {
  width: 84px;
  display: inline-block;
}

.Caret-left .space-ex {
  width: 64px;
}

.message-status {
  display: inline-block;
  margin-left: 3px;
}

/* .message-status[data-status="read"] svg {
    fill: #53bdeb !important;
  }
  
  .message-status[data-status="sent"] svg, 
  .message-status[data-status="delivere"] svg,
  .message-status[data-status="sending"] svg {
    fill: #8696a0 !important;
  } */

.message-status img {
  width: 16px;
}

.message-text .text-msg {
  font-size: 15px;
  padding-left: 3px;
  color: var(--msg-text-color);
  word-wrap: break-word;
}

/* .message-read-status {
    display: inline-block;
    float: right;
    text-align: right;
    padding-left: 15px;
  } */

.whatsapp-text span {
  color: var(--msg-time-color);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

.whatsapp.whatsapp-chat .whatapp-android-footer {
  /* background-image: url(../../images/Whatsapp_background_img.jpg); */
  background-image: var(--bg-img);
  background-size: cover;
  background-position: top;
  padding: 5px 0;
}

.whatsapp .whatapp-android-footer .post_write_comment {
  position: relative;
  padding: 0 5px;
  z-index: 9;
}

.txt {
  position: relative;
}

.whatsapp .whatapp-android-footer .text_block {
  padding: 0 53px 0 0 !important;
}

.whatsapp .post_write_comment .txt .text_block .comment {
  min-height: 46px;
  padding: 10px;
  background-color: var(--msg-r-bg-color);
  border-radius: 30px;
}

#download .post_write_comment .img {
  float: left;
  margin-right: 8px;
  overflow: hidden;
}

.text-wrcommenttext {
  color: #90a4ae;
  font-size: 15px;
  padding-left: 5px;
  line-height: 24px;
  display: inline-block;
}

.whatsapp .whatapp-android-footer .text-wrcommenttext {
  padding-left: 3px;
  width: 59%;
  cursor: text;
  height: auto;
}

#download .post_write_comment .txt .text_block .comment .pull-right.text-right {
  text-align: right;
}

.whatsapp .whatsapp-comment-bar img {
  margin: 4px 7px;
  width: auto;
  height: 18px;
  vertical-align: middle;
}

.whatsapp .whatsapp-recoder {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.whatsapp .whatsapp-recoder img {
  width: 46px;
  height: 100%;
}

.whatsapp .whatapp-ios-footer {
  background-image: var(--ios-bg-footr);
  background-size: 100%;
  height: 40px;
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.whatsapp .iphone-chat {
  color: #c8c8cd;
  font-size: 15px;
  line-height: 39px;
  padding-left: 65px;
  font-weight: 100;
}

.Caret-right [style="display: none;"]+.whatsapp-text,
.Caret-left [style="display: none;"]+.whatsapp-text {
  border-radius: 10px;
}

.iphone-bottom {
  position: absolute;
  bottom: 0;
  left: -8px;
  height: 19px;
  width: 10px;
}

.Caret-right .iphone-bottom {
  right: -8px;
  left: auto;
}

.iphone-bottom .iphone-left-carat,
.iphone-bottom .iphone-right-carat {
  width: 10px;
  height: 19px;
}

.message-received:not(:last-child) .iphone-bottom .iphone-left-carat,
.message-receive:not(:last-child) .iphone-bottom .iphone-left-carat,
.message-sent:not(:last-child) .iphone-bottom .iphone-right-carat {
  opacity: 0;
  visibility: hidden;
}

.message-sent:last-child .iphone-bottom .iphone-right-carat,
.message-received:last-child .iphone-bottom .iphone-left-carat,
.message-sent:has(+ .message-received) .iphone-bottom .iphone-right-carat,
.message-sent:has(+ .message-receive) .iphone-bottom .iphone-right-carat,
.message-sent:has(+ .date-label) .iphone-bottom .iphone-right-carat,
.message-received:has(+ .date-label) .iphone-bottom .iphone-left-carat,
.message-received:has(+ .message-sent) .iphone-bottom .iphone-left-carat,
.message-received:has(+ .message-receive.other-sender) .iphone-bottom .iphone-left-carat,
.message-receive:has(+ .message-received.other-sender) .iphone-bottom .iphone-left-carat,
.message-receive:has(+ .message-sent) .iphone-bottom .iphone-left-carat,
.message-received.other-sender:has(+ .message-received.other-sender) .iphone-bottom .iphone-left-carat,
.message-receive.other-sender:has(+ .message-received.other-sender) .iphone-bottom .iphone-left-carat,
.message-received.other-sender:has(+ .message-receive.other-sender) .iphone-bottom .iphone-left-carat,
.message-receive.other-sender:has(+ .message-receive) .iphone-bottom .iphone-left-carat,
.message-received.other-sender:has(+ .message-receive) .iphone-bottom .iphone-left-carat,
.message-receive:has(+ .message-receive.other-sender) .iphone-bottom .iphone-left-carat,
.message-received:has(+ .message-received.other-sender) .iphone-bottom .iphone-left-carat,
.message-receive:has(+ .message-received.other-sender) .iphone-bottom .iphone-left-carat,
.message-received:has(+ .message-receive.other-sender) .iphone-bottom .iphone-left-carat {
  opacity: 1;
  visibility: visible;
}


.wp-desktop-footer {
  display: none;
}

.desktop_view .whatsapp-chat#download {
  width: 977px;
}

.desktop_view .whatsapp-chat .android-header,
.desktop_view .whatsapp-chat .wp-ios-header {
  display: none;
}

.desktop_view .whatsapp-chat .wp-android-header .whatsapp-arrow-img {
  display: none;
}

.desktop_view .whatsapp .wp-android-header .modal-header {
  background: var(--msg-box-color);
  height: 60px;
  padding: 10px 16px;
}

.desktop_view .whatsapp-chat .wp-android-header .modal-title {
  margin: 0;
}

.desktop_view .wp-android-header .modal-title .header-content {
  margin-left: 15px;
}

.desktop_view .wp-android-header .modal-title .header-content input,
.desktop_view .wp-android-header .modal-title .header-content span {
  color: var(--msg-text-color);
  font-weight: normal;
}

.desktop_view .wp-android-header .modal-title .header-content .name-text {
  color: var(--msg-text-color);
}

.desktop_view .wp-android-header .modal-title .header-content .status-text {
  font-size: 12px;
  color: var(--gary-color);
}

.desktop_view.right-part .modal-header .header-icon.pull-right {
  width: 40%;
}

.desktop_view.right-part .whatsapp-chat .modal-header .pull-right img {
  display: none;
}

.desktop_view.right-part .whatsapp-chat .modal-header .pull-right .wp-desktop-header-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.desktop_view .wp-desktop-header-icon .wp-header-icon {
  width: 50px;
}

.desktop_view .wp-desktop-header-icon .wp-header-icon.search-icon {
  margin-right: 10px;
}

.desktop_view .whatsapp .whatsapp-body {
  padding: 12px 0;
}

.desktop_view .whatsapp-received {
  padding-left: 82px !important;
}

.desktop_view .whatsapp-sent {
  padding-right: 82PX !important;
}

.desktop_view .whatsapp-sent .whatsapp-text,
.desktop_view .whatsapp-received .whatsapp-text {
  padding: 6px 7px 8px 9px !important;
}

/* .desktop_view .message-read-status {
    position: relative;
    bottom: -7px;
  } */
.desktop_view .whatsapp-sent,
.desktop_view .whatsapp-received {
  max-width: 67% !important;
}

.desktop_view .message-text p {
  line-height: 19px !important;
}

.desktop_view .whatsapp .whatapp-ios-footer,
.desktop_view .whatsapp .whatapp-android-footer {
  display: none !important;
}

/* ========= old desktop footer ======== */

/* .desktop_view .whatsapp .wp-desktop-footer {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-image: url(../../images/wp-desktop-footer.jpg?erarf);
    background-position: center;
    background-size: cover;
  } */

/* ========= new desktop footer ======== */

.desktop_view .whatsapp .wp-desktop-footer {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #f0f2f5;
}

.wp-desktop-footer .wp-footer-wrap {
  display: flex;
  padding: 5px 10px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--msg-box-color);
  position: relative;
}

.wp-footer-icon {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-footer-icon.clip-icon {
  margin-right: 10px;
}

.wp-footer-icon.microphone-icon {
  margin-left: 10px;
}

.wp-desktop-footer .wp-footer-wrap .comment-box {
  display: block;
  border-radius: 8px;
  background-color: var(--input-bar);
  width: 100%;
}

.comment-box span {
  color: #667781;
  padding: 10px 12px;
  display: block;
}

/* ========= new desktop footer end ======== */

.desktop_view .whatsapp-chat .wp-android {
  display: block !important;
}

.desktop_view .whatsapp-chat .wp-ios,
.desktop_view .whatsapp-chat .wp-android .android-header {
  display: none !important;
}

.whatsapp.whatsapp-videocall {
  position: relative;
}

.whatsapp-videocall .android-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  display: block;
}

.whatsapp.whatsapp-videocall .ios-header {
  display: none;
  z-index: 9;
}

.whatsapp.whatsapp-videocall .ios-header .status-bar,
.whatsapp-videocall .android-header .status-bar {
  background: rgba(0, 0, 0, 0.3);
}

.whatsapp-videocall .video-header-bottom {
  position: relative;
  padding: 10px 5px;
  min-height: 40px;
  border: none;
}

.whatsapp-videocall .video-header-bottom .wp-arw-dwn-icon {
  position: absolute;
  top: 65%;
  left: 15px;
  transform: translate(0, -50%);
}

.whatsapp-videocall .video-header-bottom .wp-arw-dwn-icon img {
  width: 17px;
}

.whatsapp-videocall .video-header-bottom .wp-group-icon {
  position: absolute;
  top: 65%;
  right: 15px;
  transform: translate(0, -50%);
}

.whatsapp-videocall .video-header-bottom .wp-group-icon img {
  width: 20px;
}

.whatsapp.whatsapp-videocall .whatsapp-body {
  background: transparent;
  min-height: 586px;
}

.wp-video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.wp-video-box .profile_call_1 {
  background-image: url(/assets/images/profile-1.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profile_call_2 {
  background-image: url(/assets/images/profile-2.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 80px;
  height: 110px;
  bottom: 65px;
  right: 15px;
  top: unset;
  left: unset;
}

.profile_call_3 {
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 5;
}

.profile_call_4 {
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  z-index: 5;
}

.whatsapp.whatsapp-videocall .whatapp-footer .post_write_comment {
  padding: 0 5px;
  background: 0 0;
}

.wp-video-footer-icon {
  width: 32.5%;
  text-align: center;
  display: inline-block;
  padding-bottom: 20px;
}

.wp-video-footer-icon:nth-child(4) {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%);
}

.wp-video-footer-icon:nth-child(1) img {
  width: 23px;
}

.wp-video-footer-icon:nth-child(2) img {
  width: 28px;
}

.wp-video-footer-icon:nth-child(3) img {
  width: 23px;
}

.wp-video-footer-icon:nth-child(4) img {
  width: 60px;
}

.width-50 {
  width: 50% !important;
  height: 50% !important;
  background-size: cover;
  background-position: center;
}

.top-right-width-0 {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  top: 0;
  right: 0;
  left: unset !important;
  width: 50% !important;
  height: 50% !important;
}

.whatsapp-videocall .ios-header .video-header-bottom .wp-arw-dwn-icon {
  position: absolute;
  top: 65%;
  left: 15px;
  transform: translate(0, -50%) rotate(90deg);
}

.whatsapp-videocall .ios-header .video-header-bottom .wp-group-icon img {
  height: 25px;
  width: auto;
}

.wp-ios-video-footer .wp-video-footer-icon {
  width: 32.5%;
  text-align: center;
  display: inline-block;
  padding-bottom: 40px;
}

.wp-ios-video-footer .wp-video-footer-icon:nth-child(4) img {
  width: 70px;
}

.wp-ios-video-footer .wp-video-footer-icon:nth-child(1),
.wp-ios-video-footer .wp-video-footer-icon:nth-child(2),
.wp-ios-video-footer .wp-video-footer-icon:nth-child(3) {
  position: relative;
}

.wp-ios-video-footer .wp-video-footer-icon span {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.3;
}

.wp-ios-video-box .profile_call_2 {
  width: 57px;
  height: 127px;
  bottom: 100px;
  border-radius: 12px;
}

.wp-ios-video-box .profile_call_2.top-right-width-0 {
  border-radius: 0;
}

.info-wrap {
  padding-right: 25px;
  position: relative;
  display: inline-block;
}

.info-wrap .tooltip-info {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  color: var(--primery-color);
  width: 15px;
  z-index: 5;
}

.info-wrap .tooltip-info[data-tooltip-title]::before {
  content: attr(data-tooltip-title);
  position: absolute;
  max-width: 300px;
  font-size: 12px;
  min-width: 300px;
  left: 50%;
  bottom: 130%;
  transform: translateX(-70%);
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3 all ease-in-out;
}

.info-wrap .tooltip-info[data-tooltip-title]::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  border-width: 6px 6px 0;
  border-color: transparent;
  border-top-color: #000;
  border-style: solid;
  opacity: 0;
  visibility: hidden;
  transition: 0.3 all ease-in-out;
  z-index: 5;
}

.info-wrap .tooltip-info[data-tooltip-title]:hover:before,
.info-wrap .tooltip-info[data-tooltip-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

.info-wrap .main-input-text[style="display: none;"]+.tooltip-info {
  display: none !important;
}

.message-label.info-wrap {
  margin-bottom: 15px;
}

.message-label.info-wrap input {
  margin-bottom: 0;
}

.tooltip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  min-width: 200px;
  max-width: 250px !important;
}

.alert-info-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 110vh;
  width: 110vw;
  padding: 38px;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.alert-info-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.alert-info-wrap .alert-body {
  padding: 15px;
  max-width: 500px;
  width: 100%;
  height: 60%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  position: relative;
}

.alert-info-wrap .alert-body p {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
  padding: 0 15px;
}

.alert-info-wrap .alert-body .phone-rotat-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}

.alert-info-wrap .alert-body .phone-rotat-image svg {
  width: 180px;
}

.alert-info-wrap .alert-body .close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  background: #000;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}

/* steps css start */

.img-sec-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -15px 30px -15px;
}

.img-sec-main:not(:last-child) {
  margin-bottom: 120px;
}

.img-sec-main .img-description {
  width: 45%;
  padding: 0 15px;
}

.img-sec-main .img-sec {
  width: 55%;
  padding: 0 15px;
  text-align: center;
}

.img-sec-main .img-sec img {
  max-width: 100%;
  max-height: 480px;
  height: auto;
  width: auto;
}

.img-sec-main .img-description .img-title {
  display: inline-block;
  background-color: rgba(0, 255, 255, 0.2);
  font-weight: 600;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 8px;
  margin-bottom: 8px;
  /* color: var(--primery-color); */
}

.img-sec-main .img-description p {
  font-size: 16px;
  margin-bottom: 30px;
}

/* steps css end */
.clockandtime-format {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.clockandtime-format .form-control {
  border: 0 !important;
}

@media only screen and (orientation: Portrait) and (max-width: 991px) {
  .alert-info-wrap.active {
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .edit-delete-popup {
    width: 130px;
  }

  .edit-delete-popup::before {
    top: 32px;
  }

  .edit-delete-popup i {
    font-size: 16px;
    height: 32px;
    width: 32px;
  }

  .img-sec-main {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 60px !important;
  }

  .img-sec-main .img-description {
    order: 1;
    width: 100%;
  }

  .img-sec-main .img-sec {
    order: 2;
    margin-bottom: 15px;
    width: 100%;
  }

  .img-sec-main .img-sec img {
    max-height: 320px;
  }

  .tip-text {
    display: none;
  }
}