:root {
    --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: #383838;
    --link-color: #1b8feb;
    --ios-link-color: #10ad50;
    --new-gray: rgba(204, 204, 204, 0.46);
    --text-green: #1e874d;
    --ios-gray1: #f0f0ee;
    --green-shades: #768e75;
    --video-call-gray: #5b6266;
}

.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(--gary-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);
    --ios-msg-broder: #e3e3e3;
    --ios-footer-bg: #fff;
    --ios-msgbg-footr: var(--light-bg-color);
    --ios-battery: rgba(0, 0, 0, 0.3);
    --ios-msg-bg: #fff;
    --link-color: #1b8feb;
    --ios-link-color: #21bf62;
    --white: #fff;
    --green: #06aa6c;
    --gray: #efefef;
    --light-green: #d2fed5;
    --ai-bg: #f6f5f3;
    --dark-green: #00aa66;
    --android-gray: #5e6569;
    --ios-gray: #6a6c6c;
    --light-gray: #cacaca;
    --grey: #f6f5f4;
    --ios-bg: #f6f6f6;
    --border-gray: #e0e0e0;
    --pause-icon: #6d747c;
    --audio-wave-bg: #d0d2d3;
    --fill-waves-bg: #6d747c;
    /* --watermark-color: rgba(0, 0, 0, 0.02); */
    --new-gray: rgba(204, 204, 204, 0.46);
    --text-green: #1e874d;
    --ios-gray1: #f0f0ee;
    --green-shades: #768e75;
    --video-call-gray: #5b6266;
    --sent-overlay-color: #d5f3cf;
    --receiver-overlay-color: #f6f5f3;
    --white-shades: #fff;
    --white-shades2: #fff;
    --red: #e2063d;
    --new-gray-color: rgba(0, 0, 0, 0.18);
    --white: #fff;
    --gray-white: #707070;
    --gray-blackk: #F2F2F2;
    --name-text-color: #1A1A1A;
    --black: #000;
    --text-gray: #63676A;
    --pin-black: #6a6c6c;
    --ios-footer: #fff;
    --edit-delete-bg: rgba(0, 0, 0, 0.45);
    --android-border: #E5E5E5;
    --text-flash: #63676A;
    --close-icon: #aab1b1;
    --watch-back:#F2F2F2;
    --chat-icon: #6c6f72;
    --new-plus: #4d565e;
    --new-text: #6b7074;
}

.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(--icon-light-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;
    --ios-msg-broder: var(--ios-msg-color-dark);
    --ios-msgbg-footr: var(--ios-msg-color-dark);
    --ios-battery: rgba(255, 255, 255, 0.5);
    --ios-msg-bg: rgba(35, 35, 35, 0.8);
    --white: #000;
    --green: #fff;
    --gray: #000;
    --light-green: #033628;
    --ai-bg: #21282e;
    --dark-green: #00c169;
    --android-gray: #8e959b;
    --ios-gray: #959393;
    --light-gray: #4f5051;
    --grey: #222222;
    --ios-bg: #1b1b1b;
    --border-gray: #545557e5;
    --ios-footer-bg: #282828;
    --pause-icon: #909499;
    --audio-wave-bg: #909499;
    --fill-waves-bg: #fff;
    /* --watermark-color: rgba(254, 254, 254, 0.08); */
    --new-gray: rgba(120, 120, 120, 0.749);
    --text-green: #35c274;
    --ios-gray1: #373a3f;
    --green-shades: #99c0b2;
    --video-call-gray: #959298;
    --sent-overlay-color: #144333;
    --receiver-overlay-color: #1c232b;
    --white-shades: #2d5648;
    --white-shades2: #353a3e;
    --red: #f4535b;
    --new-gray-color: #434446;
    --white: #000;
    --gray-white: white;
    --gray-blackk: #1C1C1E;
    --name-text-color: #fff;
    --black: #fff;
    --text-gray: #A5A9B2;
    --pin-black: #BFBFBF;
    --ios-footer: #161d22;
    --edit-delete-bg: rgba(255, 255, 255, 0.50);
    --android-border: #2a3942;
    --text-flash: #9599a2;
    --close-icon: #fff;
    --watch-back:#3A3B3F;
    --chat-icon: #e3e3e3;
    --new-plus: #9b9b9b;
    --new-text: #989898;
}

.dark-theme input {
    color: #fff !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}



.snapchat-chat-section {
    position: relative;
    margin-top: 20px;
}

.row.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.left-panel {
    margin-bottom: 20px;
}

.new-left-panel {
    position: relative;
}

.whats-new-button {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-right: 5px;
    gap: 10px;
    visibility: hidden;
}

.whats-new-button p {
    position: relative;
    margin: 0;
    padding: 7px 10px;
    font-size: 14px;
    background-color: #00ab37;
    /* background-color: #4161a7; */
    font-weight: 600;
    color: #fff;
    border-radius: 5px 5px 0 0;
    cursor: pointer;

}

.fake-options {
    background-color: var(--white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

.popup-header {
    display: none;
}

.all-additional-tabbing {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    background-color: var(--primery-color);
    border-radius: 10px 10px 0 0;
}

.all-additional-tabbing .additional-tabs {
    width: calc(100% /3);
    border-radius: 10px;
    padding: 8px 0;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}

.all-additional-tabbing .additional-tabs:hover {
    color: #fff;
}

.all-additional-tabbing .additional-tabs i {
    font-size: 18px;
}

.all-additional-tabbing .additional-tabs span {
    font-size: 14px;
    font-weight: 600;
}

.all-additional-tabbing .additional-tabs.active {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    color: var(--primery-color);
}

.quick-tab.active~.quick-setting {
    display: block;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.device-setting-opt {
    padding: 20px;
}

.all-setting-option {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.all-setting-option .device-tab .tab-box {
    border: 1px solid rgba(99, 99, 99, 0.2);
}

.all-setting-option .device-tab {
    width: 100%;
    display: flex;
    /* justify-content: center; */
}

.all-setting-option .device-tab .tab-box .all-tab.active {
    background-color: #EDEDED;
}

.all-setting-option .device-tab .tab-box span {
    cursor: pointer;
    padding: 5px 0;
}

.all-setting-option .device-tab .tab-box .missed-tab.active {
    background-color: rgba(255, 0, 0, 0.68);
    color: #fff;
}

.all-setting-option .left-opt,
.all-setting-option .right-opt {
    width: calc(50% - 10px);
}

.label-tab {
    font-weight: 600;
    color: #909090;
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
}

.device-setting {
    display: flex;
    align-items: center;
    gap: 10px;
}

.other-opt .device-setting {
    gap: 8px;
}

.location-type .device-setting {
    flex-wrap: wrap;
}

.location-type .device-setting .device-box {
    width: auto;
}

.device-box {
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 7px 10px;
    background-color: #fff;
    color: #737b8c;
    border-radius: 7px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    white-space: nowrap;
}

.device-box:hover {
    border-color: var(--primery-color);
}

.device-box.layout-btn {
    padding: 0;
}

.layout-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.layout-btn span i {
    font-size: 16px;
}

.device-box.layout-btn .radio-pill {
    padding: 7px 10px;
}

.device-box.active,
.call-type.active {
    background: var(--primery-color);
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    font-weight: 600;
    border-color: var(--primery-color);
}

.device-box .fa-eye-slash {
    display: none;
}

.device-box.active .fa-eye-slash,
.device-box .fa-eye {
    display: block;
}

.device-box.active .fa-eye {
    display: none;
}

.radio-pill input[type="radio"] {
    display: none;
}

.radio-pill {
    cursor: pointer;
    width: 100%;
}

.mobile-hide {
    display: block !important;
}

.clock-part {
    border: 1px solid #dee2e6;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 14px;
    height: 35px;
}

.clock-part .time-box {
    border: none;
    background-color: #f2f2f2;
    height: 30px;
}

.clockandtime-format .time-box {
    border: none !important;
}

.clock-switch {
    display: flex;
    align-items: center;
}

.switch.switch-hour input:checked+.switch-btn:after {
    content: "24h";
}

.switch.switch-hour .switch-btn:after {
    content: "12h";
}

input:checked+.switch-btn:before {
    left: calc(100% - 18px);
}

.switch.switch-hour {
    width: 46px;
}

.other-opt {
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: center;
}

.other-opt .device-setting {
    gap: 8px;
}

.other-opt .switch-layout {
    width: calc(100% / 3);
}

.other-opt .device-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

/* .network-part {
    width: 100%;
} */

/* .network-part .all-common-dropdown {
    width: 150px;
} */

.network-part .device-box {
    width: auto;
    display: flex;
    align-items: center;
    gap: 3px;
}

.battery-options {
    width: 100%;
}

.all-battery-option {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.all-battery-option .Battery-percent-wrap {
    position: relative;
    width: 70px !important;
    min-width: 70px;
}

.all-battery-option .Battery_percent {
    border: 1px solid #dee2e6;
    background-color: #f2f2f2;
    height: calc(100% - 2px);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    border-radius: 0px 5px 5px 0;
}

.all-battery-option .form-control {
    height: 37px !important;
}

.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;
}

/* 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 */

.space-left {
    margin-left: 75px;
}

.right-part .modal-content {
    border: 0 !important;
    background: var(--white);
}

.snapchat-chat .modal-content {
    background-image: var(--bg-img);
    background-size: auto 150%;
    background-position: center;
}

.snapchat-chat .modal-content:has([style]) {
    background-size: cover;
}

.right-part .modal-body .is-not .message-container {
    min-height: 15px;
}

.right-part .snapchat-chat .modal-header .pull-right .wp-desktop-header-icon {
    display: none;
}


.right-part .header-content .name-text {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-color);
}

.right-part .header-content .status-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: #9e9e9e;
}

.right-part .wp-ios-header .modal-header .header-icon.pull-right {
    gap: 10px;
    justify-content: center;
}


#download .post_write_comment .img {
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#download .post_write_comment .img svg {
    height: 25px;
    width: 25px;
    min-width: 25px;
    margin-right: 8px;
}


.chat-list-modal .right-part #download,
.chat-list-modal #preview-modal-content {
    width: 375px;
}

.preview-popup .right-part {
    padding: 5px;
}

.show-network.n5g .data-network:not(.net5g),
.show-network.n4g .data-network:not(.net4g),
.show-network.n3g .data-network:not(.net3g),
.show-network.n2g .data-network:not(.net2g),
.show-network.nairplane .data-network:not(.airplane),
.show-network.nwifi .data-network:not(.wifi-network),
.wa-theme:not(.dark-theme) .show-network.n4g .data-network.net4g .dark,
.wa-theme.dark-theme .show-network.n4g .data-network.net4g .light,

.wa-theme:not(.dark-theme) .show-network.nwifi .data-network .dark,
.wa-theme.dark-theme .show-network.nwifi .data-network:not(.wifi-network) .light {
    display: none;
}

.show-network.nsignal {
    display: none;
}

.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);
}

.wa-theme.desktop_view .chat-timer-wrap {
    width: fit-content;
}



.wa-theme.dark-theme .whatapp-android-footer .comment .icon-light,
.wa-theme:not(.dark-theme) .whatapp-android-footer .comment .icon-dark {
    display: none;
}

.wa-theme.dark-theme .sharing-box .dark,
.wa-theme .sharing-box .light {
    display: block;
}

.wa-theme.dark-theme .sharing-box .light,
.wa-theme .sharing-box .dark {
    display: none;
}

.frame {
    position: relative;
    width: 360px;
    max-width: 1000px;
    margin: 0 auto;
}

.frame .snapchat {
    border: 10px solid #000 !important;
    border-radius: 35px;
    width: 380px !important;
}

.frame.iphone-layout .snapchat {
    border-radius: 50px;
}

.frame .camera-dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #2b2a2a;
    border-radius: 50%;
    border-radius: 50%;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}

.frame.iphone-layout .camera-dot {
    width: 90px;
    height: 23px;
    border-radius: 15px;
}

.frame.iphone-layout .wp-ios-header .modal-header {
    min-height: 65px;
}


.frame::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100px;
    background-color: #000;
    top: 130px;
    right: -25px;
    border-radius: 0 5px 5px 0;
}

.frame.iphone-layout::after {
    right: unset;
    left: -5px;
    border-radius: 5px 0 0 5px;
    height: 40px;
}

.frame::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 60px;
    background-color: #000;
    top: 270px;
    right: -25px;
    border-radius: 0 5px 5px 0;
}

.frame.iphone-layout::before {
    height: 100px;
    top: 200px;
}

.frame.iphone-layout .all_header_wp {
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}


.frame.iphone-layout .wp-ios {
    padding-top: 5px;
    background: var(--white);
}

.frame.iphone-layout .screen-switch-one {
    position: absolute;
    content: '';
    width: 5px;
    background-color: #000;
    top: 190px;
    left: -5px;
    border-radius: 5px 0 0 5px;
    height: 60px;
}

.frame.iphone-layout .screen-switch-two {
    position: absolute;
    content: '';
    width: 5px;
    background-color: #000;
    top: 270px;
    left: -5px;
    border-radius: 5px 0 0 5px;
    height: 60px;

}

.frame .wp-ios-header.add_space {
    padding-top: 25px;
}

.frame .wp-android.add_space {
    padding-top: 18px;
    background-color: var(--white);
}

.snapchat.snapchat-chat .android-header .status-bar {
    background: var(--white);
    display: flex;
    justify-content: space-between;
    padding: 8px 15px 5px 15px;
}

.snapchat .whatapp-android-footer .text-wrcommenttext {
    padding-left: 3px;
    flex-grow: 1;
    height: auto;
}

.snapchat-chat .wp-android {
    display: flex;
    flex-direction: column;
}

.snapchat-chat .wp-ios {
    display: none;
}

.snapchat-chat .ios-header {
    display: block;
}

.snapchat-chat .wp-ios-header {
    display: block;
}

.dark-theme .snapchat-chat .wp-ios-header .fa-pencil {
    color: #fff;
}

.snapchat-chat .modal-content {
    background-image: var(--bg-img);
    background-size: auto 150%;
    background-position: center;
}

.snapchat-chat .modal-content:has([style]) {
    background-size: cover;
}

.snapchat.snapchat-chat .snapchat-body {
    padding: 5px 0;
    min-height: 570px;
    max-height: 570px;
    overflow-y: auto;
    scrollbar-width: none;
    margin: 0;
    width: 100%;
    background-color: var(--white);
}

.snapchat.snapchat-chat .snapchat-body.whatsapp-body-ios {
    --bg-img: var(--bg-ios-light);
    background-position: center;
}

.whatsapp-body-ios .message-text .text-msg .link-span {
    color: var(--ios-link-color);
}

.dark-theme .snapchat.snapchat-chat .snapchat-body.whatsapp-body-ios {
    --bg-img: var(--bg-ios-dark)
}

.whatsapp.snapchat-chat .whatapp-android-footer {
    padding: 0 0 5px;
}

.wp-chat .android-header .status-bar .status-time {
    color: var(--dark-color);
}

.wp-chat .whatsapp-title {
    margin-right: 15px;
}

.ios-header.header-wh .iphone-time .status-time {
    color: var(--dark-color);
}

.wp-chat .android-header .status-bar-right {
    color: var(--dark-color);
}

.wp-chat .android-header.white-content .status-bar .battery-status {
    color: var(--dark-color);
}

.wp-chat .android-header.white-content .status-bar .battery {
    border-color: var(--dark-color);
}

.wp-chat .android-header.white-content .battery:before,
.wp-chat .android-header.white-content .battery-level {
    background-color: var(--dark-color);
}

.wp-chat .wp-android-header .modal-title .header-content .name-text {
    color: var(--dark-color);
}

.wp-chat .wp-android-header .modal-title .header-content .status-text {
    color: var(--dark-color);
}

.whatsapp-title .text-name {
    width: 100%;
}

/* .wp-chat .whatsapp-title {
    margin-right: 15px;
} */

.modal-form-input .modal-dialog,
.modal-form-input {
    pointer-events: none;
    z-index: 99999;
}

.modal-dialog.modal-sm {
    max-width: 300px;
    margin: 60px auto;
}

.modal-content {
    display: flex;
    flex-direction: column;
}

.modal-form-input .modal-content {
    pointer-events: all;
}

.modal-form-input .modal-body .item-img {
    opacity: 0;
    visibility: hidden;
}

.modal-content .warning-text {
    font-size: 12px;
    margin-top: 20px;
    color: #909090;
    line-height: 18px;
}

.android-device-layout .videocall-chat .light-iphone,
.android-device-layout .videocall-chat .dark-iphone,
.dark-theme .android-device-layout .videocall-chat .light-iphone,
.dark-theme .android-device-layout .videocall-chat .dark-iphone {
    display: none;
}

.android-device-layout .document-icon-txt-box .icon-document {
    display: none;
}

.android-device-layout .forward-arrow .forward-arrow-iphone {
    display: none;
}

.snapchat .wp-android-header .modal-header {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--white);
    padding: 9px 10px 9px 5px;
    min-height: 56px;
    width: 100%;
    border: none;
    border-radius: 0;
}

.whatapp-ios-footer {
    display: none;
}

.snapchat .whatapp-android-footer .post_write_comment {
    position: relative;
    padding: 0 5px;
    z-index: 9;
}

.snapchat .whatapp-android-footer .text_block {
    padding: 0 53px 0 0 !important;
}

.snapchat .post_write_comment .txt .text_block .comment {
    min-height: 46px;
    padding: 10px;
    background-color: var(--msg-r-bg-color);
    border-radius: 30px;
    display: flex;
    align-items: center;
}


.android-header .status-network {
    position: relative;
}

.android-header .status-network .data-signal {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
}

.android-header .battery-container.battery-vertical-one .battery {
    rotate: 90deg;
    width: 14px;
    height: 10px;
    border: 0;
    background-color: rgba(200, 200, 200, 0.5);
    margin: 0 0 2px 0;
    scale: 82%;
}

.android-header .battery-container.battery-vertical-one .battery::before {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 4px;
    height: 12px;
    border-radius: 0;
    background: linear-gradient(#fff 30%, transparent 30%, transparent 70%, #fff 70%);
    z-index: 5;
}

.android-header .battery-container.battery-vertical-two {
    display: inline-flex;
    margin: 0;
    height: 15px;
    align-items: center;
}

.android-header .battery-container.battery-vertical-two .battery-status {
    order: 2;
    margin-left: 2px;
    width: 25px;
    text-align: left;
    font-weight: bold;
}

.android-header .battery-container.battery-vertical-two .battery {
    rotate: 90deg;
    width: 12px;
    height: 8px;
    order: 1;
    margin: 0;
    padding: 0;
    display: block;
    border-width: 1.5px;
}

.android-header .battery-container.battery-vertical-two .battery::before {
    height: 4px;
    width: 1.5px;
    left: -2.5px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 0;
    margin: 0;
}

.android-header .battery-container.battery-horizontal .battery {
    width: 20px;
    height: 11px;
    border-radius: 3px;
}

.android-header .battery-container.battery-horizontal .battery::before {
    left: calc(100% + 2px);
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    border-radius: 0 1px 1px 0;
    height: 5px;
    width: 1.5px;
}

.android-header .battery-container.battery-horizontal .battery-level {
    left: 0;
    right: unset;
}

.android-header .battery-container.hide-percentage .battery-status {
    display: none;
}

.android-header .battery-container.hide-percentage.battery-horizontal .battery {
    margin: 0;
}

.wp-android-header .whatsapp-arrow-img {
    margin-top: 3px;
    width: 6.3%;
}

.wp-android-header .modal-title {
    float: left;
    margin-left: 5px;
    margin-right: 3px;
}

.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;
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    z-index: 9;
}

.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;
}

.preview-popup .wp-android-header .header-content span {
    color: var(--dark-color) !important;
}

.wp-android-header .modal-title .header-content span {
    font-weight: normal;
    color: #ffffff;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wp-android-header .whatsapp-header-icon img {
    width: 104px;
    height: 20px;
}

.wp-android-header .modal-title .header-content .fa-pencil {
    color: #90a4ae;
}

.wp-android-header .modal-title .header-content .fa-pencil,
.message-text .fa-pencil {
    margin-left: 10px;
}

.setimage .fa-pencil {
    margin: 0;
}

.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%;
    color: var(--dark-color);
}

.status-bar-left {
    display: flex;
    align-items: center;
}

.status-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ios-header .status-bar,
.wp-ios-header .modal-header {
    background-color: var(--white);
}

.ios-header .status-bar.whatsapp-iphone-status-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 23px 6px 28px;
}

.whatsapp.whatsapp-videocall .ios-header .status-bar,
.whatsapp-videocall .android-header .status-bar {
    background: transparent;
}

.location,
.silent {
    display: none;
    color: var(--dark-color);
}

.whatsapp-iphone-status-bar .show-network {
    max-width: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    height: 16px;
}

.whatsapp-iphone-status-bar .right-status-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .data-network {
    margin: 0 3px;
    font-weight: 600;
    line-height: 14px;
    color: var(--dark-color);
    display: block;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .data-network {
    margin: 0 3px;
    font-weight: 600;
    line-height: 14px;
    color: var(--dark-color);
    display: block;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .network-point {
    display: block;
    width: 4px;
    height: 100%;
    background-color: var(--dark-color);
    margin-right: 2px;
    border-radius: 2px;
    position: relative;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .network-point::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: var(--dark-color);
    bottom: -6px;
    left: 0;
    border-radius: 2px;
    display: none;
}

/* .whatsapp-iphone-status-bar .new-iphone-moblie-network .phone-network.sim2 .network-point::before {
    display: block;
} */

.whatsapp-iphone-status-bar .phone-network.sim2 {
    padding-bottom: 6px;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .network-point:nth-child(1) {
    height: 60%;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .network-point:nth-child(2) {
    height: 72%;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .network-point:nth-child(3) {
    height: 86%;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .network-point:not(.active) {
    opacity: 0.3;
}

.whatsapp-iphone-status-bar .new-iphone-moblie-network .phone-network {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 16px;
    position: relative;
}


.whatsapp-iphone-status-bar .right-part .header-content span,
.whatsapp-iphone-status-bar .battery-status {
    color: var(--dark-color);
}

.whatsapp-iphone-status-bar .iphone-moblie-network {
    display: none !important;
}

.whatsapp-iphone-status-bar .iphone-time {
    position: unset;
}

.ios-header .battery-container.charging-mode-on .battery .charge-icon {
    position: absolute;
    left: calc(50% + 7px);
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 10px;
    z-index: 4;
    color: #fff;
}

.ios-header .battery-container.hide-percentage.charging-mode-on .battery .charge-icon {
    left: 50%;
    font-size: 14px;
    color: var(--dark-black);
}

.ios-header .battery-container.charging-mode-on .battery .battery-status {
    left: calc(50% - 4px);
    color: #fff;
    font-weight: 500;
}

.ios-header .battery-container.charging-mode-on .battery .battery-level {
    background-color: #00ab00;
}

.ios-header .battery-container .battery .battery-level.red {
    background-color: #ff6363;
}

.ios-header.header-wh .battery-container .battery .battery-level {
    position: relative;
    z-index: 2;
}

.ios-header.header-wh .iphone-battery {
    position: relative;
}

.ios-header .battery-container .battery:before {
    width: 2px;
    height: 3px;
    border-radius: 0 5px 5px 0;
    background-color: var(--ios-battery);
}

.ios-header .battery-container.hide-percentage .battery-status {
    display: none;
}

.ios-header.header-wh .iphone-battery .battery-status {
    position: absolute;
    left: calc(50% - 1px);
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: var(--msg-box-color);
    text-shadow: 0 0 var(--msg-box-color);
}

.battery-percentage.iphone-battery-percentage {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--ios-battery);
}

.ios-header .battery-container.hide-percentage .battery-percentage {
    background-color: transparent;
    padding: 1px;
    border: 1px solid var(--dark-color);
}

.ios-header .battery-container.hide-percentage .battery-percentage .battery-level {
    border-radius: 3px;
}

.ios-header .battery-container.hide-percentage .battery:before {
    background-color: var(--dark-color);
}

.ios-header .battery-container.hide-percentage.charging-mode-on .battery .charge-icon {
    left: 50%;
    font-size: 14px;
    color: var(--dark-color);
}

.ios-header .battery-container.charging-mode-on.charge-full .battery .battery-status {
    left: calc(50% - 1px);
}

.ios-header .battery-container.charging-mode-on.charge-full .battery .charge-icon {
    display: none;
}

.ios-header .battery-container .battery {
    border: 0;
    /* background: rgba(0,0,0,0.3); */
    border-radius: 4px;
    height: 14px;
}

.ios-header .battery-container .battery .battery-level {
    background-color: var(--dark-color);
}

.ios-header .battery-container .battery .charge-icon {
    display: none;
}

.new-battery-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.battery-image {
    margin-left: 5px;
    display: none;
}

.battery-container.charging-mode-on .battery-image {
    display: block;
}

.iphone-network {
    display: flex;
    align-items: center;
    gap: 5px;
}

.snapchat {
    position: relative;
    font-family: "Open Sans", sans-serif !important;
    overflow: hidden;
}



/*user detail*/

/* .user-detail {
    display: flex;
    align-items: center; */
/* justify-content: center; */
/* gap: 20px;
    margin-bottom: 20px;
} */

.user-detail {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
}

/* .user-detail {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.other-section {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
}

.user-detail-box .label-tab {
    position: relative;
    margin-left: 15px;
    font-size: 12px;
}

.user-detail-box .label-tab::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primery-color);
    top: 7px;
    left: -12px;
}


.user-detail .snapchat-content-name {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-detail .snapchat-content-name .custom-input {
    height: 36px;
}

.user-detail .snapchat-content-name .chat-status-list {
    position: relative;
    width: 100%;
}

.user-detail .whatsapp-android-img .profile-wrap {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px dashed #b5b5b5;
}

.user-detail .alphabet-dp,
.user-detail .default-dp {
    width: 46px;
    height: 46px;
}

.profile-wrap .receiver-item-img-output,
.user-detail .whatsapp-android-img .profile-wrap .item-img-output {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-detail .whatsapp-android-img .img-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    z-index: 9;
}

.page-profile {
    width: 100%;
}

.whatsapp-android-img {
    position: relative;
    position: relative;
    width: unset;
    display: unset;
    overflow: unset;
}

.whatsapp_pro_img .input-img i {
    width: 38px;
    height: 38px;
}

.whatsapp_pro_img .fileinput-text .btn-file i {
    display: inline-block !important;
}


.modal-form-input .modal-body .input-img {
    max-width: 300px;
    max-height: 300px;
    border: 2px dashed #b5b5b5;
    border-radius: 8px;
    display: block;
    z-index: 1;
}

.modal-form-input .modal-body .input-img img {
    width: 100%;
    height: auto;
}

.modal-form-input .modal-body .input-img.error {
    border-color: #ff0000;
}

.input-img {
    cursor: pointer;
}

.input-img.edit-icon {
    position: relative;
}

.input-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgb(32 32 32 / 60%);
    color: #fff;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-img input[type="file"] {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.input-img img {
    flex-shrink: 0;
    min-height: 100%;
    min-width: 100%;
    max-width: 200%;
    max-height: 150%;
}

.input-img.profile-img {
    height: 100px;
    width: 100px;
    margin: auto;
}

.profile-box .input-img {
    max-width: 55px !important;
    max-height: 55px !important;
    border-radius: 50% !important;
    width: 55px;
    height: 55px;
}

.profile-box .input-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-box {
    position: relative;
}

.profile-box .selected {
    position: absolute;
    top: -5px;
    right: -7px;
    z-index: 1;
    color: var(--primery-color);
    font-size: 20px;
    display: none;
}

.profile-box.active .selected {
    display: block;
}

.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;
}

.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%;
    width: max-content;
}

.wp-ios-header .modal-header .modal-title .header-content a {
    font-size: 13px;
    font-weight: 600;
    margin-top: -3px;
}

.wp-ios-header .modal-header .whatsapp-ios-arrow-img .sec-image.ios-arrow {
    background-position: -4px -114px;
}

.dark-theme .wp-ios-header .modal-header .whatsapp-ios-arrow-img .sec-image.ios-arrow {
    background-position: -38px -114px;

}

.wp-ios-header .modal-header .whatsapp-ios-arrow-img img {
    width: 13px;
    height: 23px;
}

.wp-ios-header .modal-header .unread-whatsapp-msg .number-text {
    color: var(--dark-color);
    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: center;
}

.profile-wrap .upload-icon,
.audio-profile .upload-icon {
    position: absolute;
    bottom: -3px;
    right: -5px;
    /* transform: translate(-50%, -50%); */
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: rgb(32 32 32 / 38%);
    color: #fff;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    top: unset;
    left: unset;
    transform: unset;
}

.user-profile-wrap i {
    position: unset;
    background: unset;
    transform: unset;
}

.user-profile-wrap {
    background-color: #fff;
    border-radius: 50%;
}

.contact-profile .profile-wrap {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    border: 2px dashed #b5b5b5;
}

.contact-profile .profile-wrap .default-dp {
    width: 56px;
    height: 56px;
}

/* .user-profile-box .default-dp {
    background: rgb(180 180 180 / 47%);
    height: 46px;
    width: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-profile-box .default-dp i {
    font-size: 24px;
    color: gray;
} */

.default-dp {
    /* background: rgb(180 180 180 / 47%); */
    background-image: url(../../images/profile.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alphabet-dp-box {
    position: relative;
}

.alphabet-dp-box span {
    font-size: 24px;
    color: gray;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alphabet-dp {
    background: rgb(180 180 180 / 47%);
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-profile {
    width: 100%;
}

.custom-input {
    width: 100%;
    border: 1px solid #d4d4d4;
    font-size: 14px;
    border-radius: 7px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
}

.custom-input:focus {
    border-color: var(--primery-color);
}

.editable-input .custom-input {
    background-color: transparent;
}

.custom-input:focus {
    box-shadow: none;
}

.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; */
    position: relative;
    display: flex;
    align-items: center;
    background: var(--white);
    /* padding: 9px 10px 9px 5px; */
    padding: 13px 10px 3px 5px;
    min-height: 56px;
    width: 100%;
    border: none;
    border-radius: 0;
}

.modal-header {
    justify-content: space-between;
}

.close {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 800;
    opacity: 0.5;
}

.images-type {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.color-code .alphabet-color {
    width: 100%;
}

.color-input .colors {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: unset;
    border-radius: 8px;
    height: 28px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.color-input .colors input {
    cursor: pointer;
    /* height: 50px; */
    width: 100%;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    opacity: 0;
}

.whatsapp-dp {
    cursor: pointer;
}

.whatsapp-dp .default-dp,
.whatsapp-dp .alphabet-dp {
    width: 40px;
    height: 40px;
}

.whatsapp-dp .default-dp i,
.whatsapp-dp .alphabet-dp-box span {
    font-size: 18px;
    color: gray;
}

.search-icon,
.more-icon{
    width: 38px;
    height: 38px;
    background: var(--gray-blackk);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noti-ball {
    width: 38px;
    height: 38px;
    background: var(--gray-blackk);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: none;
}

.noti-ball.show {
    display: flex; 
}



.addfriend-icon {
    width: 37px;
    height: 37px;
    background: yellow;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

/* .name-chat{
    margin-right:auto;
} */

.name-text {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--name-text-color);
}

.modal-title .left-side {
    display: flex;
    gap: 7px;
    /* align-items: center; */
}

.modal-title .right-side {
    display: flex;
    gap: 7px;
    align-items: center;
}

.modal-title .center-chat {
    /* flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.right-part .modal-header .modal-title {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.default-dp.dp-color {
    background: var(--gray-blackk);
}

/* .wp-android-header .addfriend-icon .badge{
    position: absolute;
    top: -3px;
    right: -3px;
    background-color: #FF3B30;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.addfriend-icon .badge {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 10px;
    line-height: 1;
    /* min-width: 20px; */
    text-align: center;
    right: -4px;
    top: -3px;
}

.tab-tool {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px 0 6px;
    padding: 0 2px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.tab-tool .tabs {
    padding: 5px 6px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.tab-tool .tabs p {
    margin: 0;
    color: var(--black);
    font-weight: 600;
}


.tab-tool .text-unseengrp {
    width: 50px;
    color: #000 !important;
}

.tab-tool::-webkit-scrollbar {
    display: none;
}

.totalNumOfMsg,
.totalstories,
.unseengrp-text {
    background: var(--black);
    color: var(--white);
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 999px;
}

.footer-border {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 6px 0 12px;
    background-color: var(--white);
    z-index: 5;
    position: relative;
}

.footer-border span {
    height: 5px;
    width: 120px;
    border-radius: 8px;
    background-color: #959393;
}

.whatapp-android-footer .footer-icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--white);
    padding: 26px 0 9px;
}

.whatapp-ios-footer .footer-icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--ios-footer);
    padding: 15px 0 35px;
}


.icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer-icon .badge {
    position: absolute;
    background: red;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    line-height: 1;
    min-width: 16px;
    text-align: center;
    border: 2px solid var(--white);
    right: -14px;
    top: -5px;
    transform: translate(0, 0);
}

.whatapp-ios-footer .dot {
    position: absolute;
    top: -1px;
    right: 3px;
    width: 13px;
    height: 13px;
    background: red;
    border-radius: 50%;
}

.whatapp-android-footer .dot {
    position: absolute;
    top: -3px;
    right: -2px;
    width: 13px;
    height: 13px;
    background: red;
    border-radius: 50%;
}

/* .chatlistbox {
    padding: 0 10px 0 9px;
    margin-top: 8px;
} */

.message-box {
    position: relative;
    /* margin-bottom: 10px; */
    border-bottom: 1.5px solid var(--android-border);
}

.message-box.pin-chat .pin-icon {
    background-size: 210px;
    width: 20px;
    height: 20px;
    background-position: 0px -44px;
}

.message-box.pin-chat .pin-icon {
    background-size: 210px;
    width: 20px;
    height: 20px;
    background-position: 0px -44px;
}

.dark-theme .message-box.pin-chat .pin-icon {
    background-position: -21px -44px;
}

.message-box .mute-icon {
    background-size: 210px;
    width: 20px;
    height: 20px;
    background-position: -41px -44px;
}

.dark-theme .message-box .mute-icon {
    background-position: -62px -44px;
}

.message-box:hover .edit-delete,
.message-box.active-hover .edit-delete {
    visibility: visible;
}


/* 
.edit-delete {
    padding: 5px 0;
    position: absolute;
    top: 0; */
/* background: var(--light-green); */
/* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 0;
    visibility: hidden;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(0, 170, 102, 0.6278886554621849) 31%, rgba(0, 170, 102, 0.29175420168067223) 79%);
    z-index: 2; */
/* background: linear-gradient(180deg, rgb(0 0 0 / 52%) 25%, rgb(0 0 0 / 29%) 85%); */
/* } */

.edit-delete {
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    left: 0;
    visibility: hidden;
    border-radius: 10px 10px 0 0;
    background-color: var(--edit-delete-bg);
    z-index: 5;
    backdrop-filter: blur(1px);
    opacity: 0;
}

.edit-delete button {
    background-color: transparent;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
}

.message-box:hover .edit-delete {
    visibility: visible;
    margin-bottom: 5px;
    opacity: 1;
}

.edit-delete button i {
    font-size: 18px;
}

.edit-delete .delete-btn {
    color: #E74C3C;
    /* background: #FADBD8; */
    background-color: var(--white);
}

.edit-delete .edit-msg {
    color: var(--link-color);
    /* background-color: #95e0ff; */
    background-color: var(--white);
}

.edit-delete .reply-msg {
    color: #138d75;
    /* background-color: #95e0ff; */
    background-color: var(--white);
}


.main-list .chat-personal-profile {
    position: relative;
}

.main-list .chat-personal-profile .chat-profile-img {
    position: relative;
    width: 42px;
    height: 42px;
    background-image: url(../../images/profile.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 2px;
    border: 2px solid var(--white);
}

.main-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chat-personal-profile.unseen-sotry .story-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    background: #9624de;
    transform: translate(-50%, -50%);
}

.chat-personal-profile.seen-sotry .story-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    background: var(--border-gray);
    transform: translate(-50%, -50%);
}

.chat-personal-profile.online::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    bottom: 1px;
    right: 2px;
    border-radius: 50%;
    background-color: #46CE19;
    z-index: 1;
    border: 2px solid var(--white);
}

.chat-msg-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.chat-msg-sec p {
    margin: 0;
    font-size: 12px;
    line-height: 19px;
}

.chat-msg-sec .camera-icon {
    position: relative;
    background-size: 370px;
    background-position: -150px -40px;
}

.chat-msg-sec.unseen-msg .camera-icon {
    background-position: -76px -40px;
}

.dark-theme .chat-msg-sec.unseen-msg .camera-icon {
    background-position: -113px -40px;
}

.chat-msg-sec.unseen-msg .camera-icon::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--blue-dot);
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}

.chat-msg-sec.unseen-msg .user-name p,
.chat-msg-sec.unseen-msg .user-message p {
    color: var(--dark-color);
    font-weight: 600;
}

.all-chat .snap-text {
    font-size: 12px;
    color: var(--text-gray);
}

.all-chat {
    display: flex;
    gap: 4px;
    align-items: center;
}

.user-name {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 4px;
}

.user-name p {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 500;
}

.user-message {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-message p {
    color: var(--text-gray);
}

.snap-streak {
    display: flex;
    gap: 5px;
}

.snap-streak span {
    font-size: 13px;
    color: var(--black);
}

.message-time {
    display: flex;
    align-items: center;
}

.msg-time,
.snap-st {
    position: relative;
}

.msg-time::after,
.snap-st::after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--text-gray);
    top: 50%;
    left: -4px;
    transform: translatex(-50%);
}

.unseen-msg .msg-time::after {
    background-color: var(--dark-color);
}

.common-bg-img {
    width: 30px;
    height: 30px;
    background-image: url(/assets/images/instagram/insta-chat-list.png);
    background-size: 220px;
    display: inline-block;
}

/* .user-profile-box {
    width: 100%;
    text-align: center;
} */

.sub-options {
    width: 100%;
    padding: 10px;
    background-color: rgb(0, 161, 176, 0.09);
    border-radius: 10px;
    background-color: #f4f4f4 !important;
    /* margin-bottom: 15px; */
}

.your-profile-box {
    display: flex;
    gap: 15px;
}

/* ----------- custom dropdown css start ------------------ */

.drop-down-arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    pointer-events: none;
}

.all-common-dropdown {
    position: relative;
}

.message-status-box .all-common-dropdown {
    width: 115px;
}

.all-common-dropdown .drop-down-arrow {
    font-size: 16px;
}

.all-common-dropdown.active .drop-down-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.drop-down-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.separate-line {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.selected-text-box {
    border: 1px solid #d4d4d4;
    font-size: 14px;
    border-radius: 7px;
    padding: 5px 10px;
    background-color: #fff;
    color: #737b8c;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;
}

.selected-text-box .separate-line {
    border: none;
}

.select-option-content {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    color: #737b8c;
    font-size: 14px;
    position: absolute;
    width: 100%;
    z-index: 5;
    display: none;
    top: 37px;
}

.network-part .select-option-content {
    bottom: unset;
}

.message-status-main-box .all-common-dropdown.active .select-option-content {
    display: block;
    height: 217px;
    overflow: scroll;
}

.all-common-dropdown.active .select-option-content {
    display: block;
}

.select-option-content .common-dropdown-link {
    padding: 7px 10px;
    transition: 0.3s;

}

.select-option-content .common-dropdown-link:hover,
.select-option-content .common-dropdown-link.active {
    background-color: #e8f7f8;
}

.chat-message-status.common-dropdown-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ----------- custom dropdown css end ------------------ */

/* Delivered */
.snap-icon.delivered .snap-fill {
    fill: #00bfff;
}

/* Opened */
.snap-icon.seen .snap-fill {
    fill: transparent;
    stroke: #00bfff;
    stroke-width: 40;
    /* adjust for thickness */
}

.chat-status-list {
    position: relative;
    width: 100%;
}

.chat-status-list select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 35px 8px 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}


/* .chat-status .all-common-dropdown {
    width: 100%;
    } */

/* .counting-box .all-common-dropdown, */
.chat-status .all-common-dropdown {
    width: 100%;
    min-width: 190px;
}

/* .chat-status {
    width: 50%;
} */

.chat-icon .all-common-dropdown,
.message-time-input,
.score-streak-input,
.friend-request-input {
    width: 115px;
}

.chat-setting-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.message-setting-box {
    margin-bottom: 20px;
}

.message-reaction-main-box {
    margin: 20px 0;
}

.chating-box {
    width: 60%;
    display: flex;
    gap: 10px;
}

.mess-time {
    width: auto;
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.chat-item-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.device-option-footer {
    background-color: var(--primery-color);
    /* background-color: #a6a6a6; */
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid var(--primery-color);
    /* border-top: 1px solid #e5e7eb; */
    display: none;
}

.device-option-footer .whats-new-button {
    position: absolute;
    top: -38px;
    right: 0;
}

.hidden-sticky-buttons.device-option-footer {
    display: none;
}

.device-option-footer.mobile-device-footer {
    position: relative;
    margin: 20px 0 0;
    border-radius: 10px;
    display: none;
    background: transparent;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.device-option-footer.mobile-device-footer .options-tab-grp .option-tabs {
    border: 1px solid var(--primery-color);
}

.options-tab-grp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.options-tab-grp .option-tabs {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--primery-color);
    font-weight: 600;
    background-color: #fff;
    padding: 8px 0;
    border-radius: 10px;
    width: 130px;

}

.options-tab-grp .option-tabs span {
    font-size: 14px;
}


/* preview popup css start */
.preview-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10000;
    -webkit-transform: translateZ(10);
    overflow-x: hidden;
}

.popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    width: 100%;
    padding: 30px 0 100px;
    max-width: 400px;
    margin: 0 auto;
}

.popup-body {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: auto;
    min-width: 300px;
}

.pop-header {
    position: relative;
}

.pop-header p {
    font-size: 24px;
    padding: 20px 0;
    margin: 0;
}

.close-modal-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 30px;
    background-color: #ff6363 !important;
    border-color: #ff6363 !important;
    position: absolute !important;
    right: 15px;
    top: 8px;
    color: #fff;
}

.close-modal-btn i {
    margin: 0;
}

.preview-popup .right-part {
    padding: 5px;
}

.pop-content .message-box:hover .edit-delete {
    display: none;
}

.preview-download-btn {
    border: 1px solid var(--primery-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px 12px;
    background: var(--primery-color);
    color: #fff;
}

.preview-download-btn:hover {
    opacity: 0.8;
    background: var(--primery-color);
    border: 1px solid var(--primery-color);
    color: #ffffff !important;
}

.preview-popup .snapchat.snapchat-chat .android-header .status-bar {
    cursor: unset;
}

.preview-popup .whatsapp-dp {
    cursor: unset !important;
}

.preview-popup .wp-android-header .modal-title .header-content {
    cursor: unset;
}

.preview-popup .wp-android-header .header-content span {
    color: var(--dark-color) !important;
}

.preview-popup .ios-header .status-bar.whatsapp-iphone-status-bar {
    cursor: unset;
}

.preview-popup .wp-ios-header .modal-header .modal-title .header-content {
    cursor: unset;
}

.preview-popup .dark-theme .whatsapp-received .share-contact .contact-footer,
.preview-popup .dark-theme .whatsapp-received .share-live-location .location-footer,
.dark-theme .iphone-device-layout .whatsapp-received .share-contact .contact-footer,
.dark-theme .iphone-device-layout .whatsapp-received .share-live-location .location-footer {
    background-color: var(--ios-msg-color-dark) !important;
}

.preview-popup .whatsapp-sent .share-live-location .message-text,
.whatsapp-sent .share-live-location .message-text,
.iphone-device-layout .whatsapp-sent .share-live-location .message-text {
    margin: 0 !important;
    border-radius: 10px 10px 0 0 !important;
}

.preview-popup .whatsapp-received .share-live-location .message-text,
.iphone-device-layout .whatsapp-received .share-live-location .message-text,
.whatsapp-received .share-live-location .message-text {
    margin: 0 !important;
    border-radius: 10px 10px 0 0 !important;
}

.preview-popup .message-sent .share-contact .whatsapp-text,
.iphone-device-layout .message-sent .share-contact .whatsapp-text,
.share-contact .whatsapp-text {
    box-shadow: none !important;
    margin: 0 !important;
    border-radius: 10px 10px 0 0 !important;
}

.preview-popup .message-received .share-contact .whatsapp-text,
.iphone-device-layout .message-received .share-contact .whatsapp-text,
.share-contact .whatsapp-text {
    box-shadow: none !important;
    margin: 0 !important;
    border-radius: 10px 10px 0 0 !important;
}

.preview-popup .whats-new-options {
    cursor: unset;
}

.chat-list-preview .popup-content {
    max-width: 410px;
}

.chat-list-preview .popup-content .download-btn {
    display: flex;
    justify-content: center;
}

.mobile_view .whatsapp-text {
    max-width: 280px;
}

/* preview popup css end */

.add-chat-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.add-chat-btn .call-send-btn,
.add-chat-btn .reset-call {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.add-chat-btn {
    margin: 15px 0;
}

.keyboard-popup.snapchat-chat-popup .btn-toggle-wp.message-receive-tab .btn-toggle {
    border-radius: 0 10px 10px 0;
}

.switches-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    max-height: 90px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.toggle-switches {
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%); */
    border-radius: 10px;
    border: 1px solid #d4d4d4;

}

.toggle-switches .messsage-tab {
    background-color: transparent;
}

.toggle-switches .messsage-tab .btn-toggle {
    background-color: rgba(0, 161, 176, .15);
    /* color: var(--primery-color); */
    color: #007b87;
    font-weight: 600;
    box-shadow: unset;
    border-radius: 10px 0 0 10px;
}

.toggle-switches .messsage-tab.message-receive-tab .btn-toggle {
    border-radius: 0 10px 10px 0;
}

.toggle-switches input[type=radio]:not(:checked)+.btn-toggle.btn:hover,
.toggle-switches input[type="radio"]:not(:checked)+.btn-toggle {
    background: transparent !important;
    color: #7c7c7c !important;
    border: 0;
}

.toggle-switches .btn-toggle:hover {
    color: #007b87 !important;
    opacity: 1;
}

.updated-new-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.switches-box {
    /* border-bottom: 1px solid #ddd; */
    width: 100%;
    margin: 0;
    padding: 8px;
}

.toggle-switches {
    border-radius: 25px;
    padding: 5px;
    background-color: #f5f5f5;
}

.toggle-switches .messsage-tab .btn-toggle,
.toggle-switches .messsage-tab.message-receive-tab .btn-toggle {
    border-radius: 20px;
}

.btn-toggle-wp .btn-toggle {
    padding: 5px 20px;
}

.toggle-switches .messsage-tab .btn-toggle {
    background-color: var(--primery-color);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.toggle-switches .btn-toggle:hover {
    color: #fff !important;
}

.btn-toggle-wp {
    position: relative;
}

.btn-toggle-wp input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.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;
}

.all-detail-tabbing {
    border-radius: 0 !important;
}


.all-detail-tabbing .all-detail-tab .detail-link {
    background-color: #fff !important;
    color: #7c7c7c !important;
    position: relative;
}

.all-detail-tabbing .all-detail-tab .detail-link.active {
    color: var(--primery-color) !important;
}

.all-detail-tabbing .all-detail-tab .detail-link.active::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--primery-color);
    bottom: 0;
    left: 0;
}

.all-detail-tabbing .all-detail-tab {
    border-bottom: 1px solid #d4d4d4;
}

.more-other-opt.other-opt {
    padding: 0 8px;
}

.add-chat-btn {
    margin: 15px 0;
}

.message-sender-tab i {
    transform: rotate(-90deg);
}

.message-receive-tab i {
    transform: rotate(90deg);
}


.main-footer {
    width: 100%;
    z-index: 999;
}

.mess-edit {
    position: relative;
}

.whatapp-android-footer .edit-icon {
    background-color: #4bb6e9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 5;
}

.whatapp-ios-footer .edit-icon {
    background-color: yellow;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 5;
}

.profile-emoji {
    position: absolute;
    bottom: -7px;
    right: 24px;
    font-size: 17px;
    background: var(--white);
    border-radius: 50%;
    /* padding: 2px;
    line-height: 1; */
}

.all-detail-tabbing {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: 3px solid var(--android-border);
}

.all-detail-tabbing .scroll-sec {
    position: absolute;
    width: 100%;
}

.all-detail-tabbing .scroll-sec .scroll-arrows {
    box-shadow: inset rgb(50 50 93 / 9%) 1px 0px 10px 0px, rgb(0 0 0 / 19%) 0px 18px 36px -18px inset;
    position: absolute;
    background-color: #fff;
    color: var(--primery-color);
    padding: 5px;
    height: 37px;
    cursor: pointer;
    z-index: 1;
}

.all-detail-tabbing .scroll-sec .scroll-arrows.scroll-left {
    left: 0;
    display: none;
}

.all-detail-tabbing .scroll-sec .scroll-arrows.scroll-right {
    right: 0;
    display: block;
}

.top-setting {
    width: 100%;
}

.top-setting .device-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: auto;
}

.top-setting .device-setting {
    flex-wrap: wrap;
}

.message-container {
    max-width: 100% !important;
}

.user-time {
    display: flex;
}

.reaction-emoji-list {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.chat-message-reaction {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    font-size: 18px;
}

.chat-message-reaction:hover {
    background: #e0e0e0;
}

.chat-message-reaction.active {
    background: #d2f9fd;
    border: 2px solid var(--primery-color);
}

#message-time-input::placeholder,
#score-streak-input::placeholder,
#friend-request-input::placeholder,
#unread-message-input::placeholder,
#unread-story-input::placeholder {
    color: #a4a4a4;
    font-size: 14px
}

.sec-title {
    text-transform: none !important;
}

/* .timericon {
    margin-left: 5px;
} */

.time-icon{
    display: flex;
}

.snapchat-box.snapchat-new {
    border-color: #e8f80c;
    color: #000;
    background: rgb(245, 226, 0)
}

.btn,
.btn-primary,
.download_file_card,
.social-page .btn,
.social-page .btn-primary,
.social-page .download_file_card {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 38px;
    border-radius: 6px;
    -webkit-appearance: none;
    border: 1px solid var(--primery-color);
    font-size: 14px;
    line-height: 24px;
    text-transform: none !important;
    padding: 5px 12px;
    background: var(--primery-color);
    color: #fff;
    opacity: 1;
    transition: .3s;
}

.right-part .modal-body .message-container {
    padding: 8px 19px 8px 9px;
}

.android-device-layout .ios-icon,
.iphone-device-layout .android-icon,
.android-device-layout .ios_snapchat,
.iphone-device-layout .android_snapchat,
.android-device-layout .ios_videochat,
.iphone-device-layout .android_videochat,
.android-device-layout .ios-text,
.iphone-device-layout .android-text,
.android-device-layout .ios-texts,
.iphone-device-layout .android-texts,
.android-device-layout .ios-saved,
.iphone-device-layout .android-saved,
.android-device-layout .ios-textsave,
.iphone-device-layout .android-textsave {
    display: none;
}

.iphone-device-layout .ios-icon,
.android-device-layout .android-icon,
.iphone-device-layout .ios_snapchat,
.android-device-layout .android_snapchat,
.iphone-device-layout .ios-text,
.android-device-layout .android-text,
.iphone-device-layout .ios-texts,
.android-device-layout .android-texts,
.iphone-device-layout .ios-textsave,
.android-device-layout .android-textsave,
.iphone-device-layout .ios-saved,
.android-device-layout .android-saved {
    display: block;
}

.iphone-device-layout .all-detail-tabbing,
.iphone-device-layout .message-box {
    border: none;
}

.android-device-layout .android-text,
.android-device-layout .android-texts,
.android-device-layout .android-textsave {
    color : #19A0E0;
    font-weight: 700;
}

.iphone-device-layout .ios-text {
    color : #EC281D;
    font-weight: 700;
}

.iphone-device-layout .ios-texts {
    color : #A83AE8;
    font-weight: 700;
}

.snap-text .flashback-text {
    color: var(--text-flash) !important;
    font-weight: 700;
}

.snap-watch {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 8px 10px;
    background: var(--watch-back);   
    border-radius: 20px;   
    /* width: fit-content; */
}

.snap-watch-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.snap-watch-text {
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
}

.snap-replay {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 7px 10px;
    background: var(--watch-back);   
    border-radius: 20px;   
    /* width: fit-content; */
}

.snap-replay-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.snap-replay-text {
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
}

.bold-username {
    font-weight: 700;
}

.new-btn {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    cursor: pointer;
}

.new-text {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    color: var(--new-text);
}

.profile-friend {
    display: flex;
    gap: 35px;
}

.notification {
    display: flex;
    align-items: center;
    justify-content: center;
}

#notification-ball {
    margin-top: 18px;
    padding: 9px 10px;
}

.streak-disabled .snap-st {
    opacity: 0.6;
    filter: grayscale(100%);
}

.streak-disabled svg {
    opacity: 1.3;
    filter: grayscale(100%);
}

.restore-streak {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: #ff7a18;
    color: #fff;
    padding: 9px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.restore-name {
    color: #fff;
}

.custom-edit {
    display: flex;
    gap: 10px;
}

.tab-options {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #f4f4f4 !important;
}

.chat-status-box {
    display: contents;
}

.status-count {
    display: flex;
    flex-direction: column;
}

.label-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tooltip-info {
    cursor: pointer;
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.tooltip-info i {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    font-size: 8px;
    color: #a9a9a9;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* [data-tooltip]::after, 
[tooltip]::after {
    min-width: 300px;
    max-width: 300px;
    white-space:wrap;
} */

.status-count .tooltip-info::after {
    min-width: 300px;
    max-width: 300px;
    white-space: normal;
    overflow-wrap: break-word;
}

.buttons-grp .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.New-add {
    padding: 5px 10px;
    background-color: rgba(0, 0, 199, 0.102);
    color: rgba(0, 0, 199, 0.839);
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.saved-chat-file-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #00a1b017;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5px;
    position: relative;
}

.saved-chat-file-name .selected-chat-name {
    color: var(--primery-color);
    font-weight: 600;
}

.selected-chat-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.saved-chat-file-name .normal-text {
    font-size: 13px;
}

.save-chat-new-design {
    background-color: #fff;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    width: max-content;

}

.save-this-chat-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    border: 1px solid var(--primery-color);
    color: #fff;
    background-color: var(--primery-color);
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.saved-setting-file-name .old-save-setting .save-custom-dropdown {
    justify-content: space-between;
    width: 100%;
}

.saved-setting-file-name .old-save-setting {
    align-items: flex-start;
}

.saved-setting-file-name .old-save-setting .drop-down-option {
    max-width: 100%;
}

.save-custom-dropdown {
    margin-bottom: 0;
    border: none;
    background-color: transparent;
    padding: 0;
}

.folder-icon {
    transform: unset !important;
}

.saved-dis-setting {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.saved-setting-main-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.saved-setting-main-box .saved-setting-file-name {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #DDD;
}

.saved-setting-main-box .selected-setting-name {
    font-weight: 600;
}

.saved-setting-main-box .saved-setting-header {
    width: max-content;
    white-space: nowrap;
}

.saved-setting-main-box~.all-setting-option {
    margin-top: 10px;
}

.clear-all-setting-btn {
    border-radius: 5px;
    background-color: #e73131;
    border: 1px solid #e73131;
    padding: 4px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}

.saved-setting-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.save-setting {
    padding: 5px 10px;
    background-color: #128c7e30;
    color: #128C7E;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.downloading-btn {
    border: 1px solid #2563eb !important;
    background: #2563eb !important;
}

.downloading-btn:hover {
    background: #1d4ed8 !important;
    opacity: 1 !important;
}

.preview-btn {
    border: 1px solid #14b8a6 !important;
    background: #14b8a6 !important;
}

.preview-btn:hover {
    background: #0f766e !important;
    opacity: 1 !important;
}

#fullsnapshot {
    background: #445b91 !important;
    border: 1px solid #445b91 !important;
}

#fullsnapshot:hover {
    background: #31467A !important;
    opacity: 1 !important;
}

.btn-reset-chat {
    background-color: #ef4444 !important;
    border-color: #ef4444 !important;
}

.btn-reset-chat:hover {
    background: #dc2626 !important;
    opacity: 1 !important;
}

.downloading .snapchat-body {
    max-height: none !important;
    height: auto !important;
}

/* ====================== network new css start ====================== */
.android-header .status-network.network-one,
.status-network.network-one,
.status-network.network-two,
.android-header .status-network.network-two {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    height: 11px;
    margin-right: 0 !important;
}

.status-network.network-two {
    margin-left: 3px !important;

}


.network-line {
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--black);
    margin-right: 2px;
    border-radius: 2px;
    position: relative;
}

.network-line:nth-child(1) {
    height: 40%;
}

.network-line:nth-child(2) {
    height: 60%;
}

.network-line:nth-child(3) {
    height: 80%;
}

.network-line:not(.active) {
    opacity: 0.3;
}

.signal-opt .common-dropdown-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.signal-opt .select-option-content {
    bottom: unset;
}

.new-sim-design {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.phone-network.second-network .network-point {
    width: 4px;
    height: 4px !important;
    border-radius: 2px
}

.new-sim-design:has(.phone-network.sim2:not(.d-none)) {
    height: 17px;
}

.new-iphone-moblie-network .phone-network.sim2 {
    height: 7px;
    padding-bottom: 0;
}


.signal-opt .all-common-dropdown {
    width: 60px;
    min-width: 60px;
}

/* ====================== network new css end ====================== */

.network-device-setting {
    flex-wrap: wrap;
    width: 100%;
}

.network-dropdown {
    width: 70px;
    min-width: 70px;
}

.all-common-dropdown .network-point {
    display: block;
    width: 4px;
    height: 100%;
    background-color: var(--black);
    margin-right: 2px;
    border-radius: 2px;
    position: relative;
}

.ios-header .new-iphone-moblie-network .phone-network {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.all-common-dropdown .phone-network {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 16px;
    position: relative;
}

.all-common-dropdown .phone-network.sim2 {
    height: 10px;
}

.all-common-dropdown .network-point:nth-child(1) {
    height: 60%; 
}

.all-common-dropdown .network-point:nth-child(2) {
    height: 72%;
}

.all-common-dropdown .network-point:nth-child(3) {
    height: 86%;
}

.all-common-dropdown .network-point:not(.active) {
    opacity: 0.3;
}

@media only screen and (max-width: 380px) {
    .frame {
        margin: 0;
    }

    .tab-tool {
        display: flex;
        align-items: center;
        /* gap: 5px; */
        gap: 3px;
        margin: 0px 0 7px;
        padding: 0 2px;
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .tab-tool .tabs {
        /* padding: 5px 9px; */
        padding: 5px 6px;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .saved-setting-file-name .savedchat-name-txt,
    .saved-setting-file-name .savedsetting-name-txt {
        width: 150px;
    }

}

@media only screen and (max-width: 420px) {

    .social-page .form-control.time-box {
        padding: 9px 0 9px 10px;
    }

    .network .switch+span {
        margin-right: 5px;
    }

    .right-part.mobile_view {
        overflow: hidden;
    }

    .preview-popup .right-part {
        overflow: scroll;
    }

    .right-part {
        overflow: hidden;
        background-image: unset;
        box-shadow: none;
        border: none;
    }

    .preview-popup .right-part {
        overflow: scroll;
        box-shadow: inset 0 10px 10px 10px rgba(0, 0, 0, 0.15);
    }

    .frame .snapchat {
        width: 100% !important;
    }

    .frame::after,
    .frame::before {
        right: -14px;
    }

    .frame {
        margin: auto;
        width: 320px;
    }

    .device-option-footer.mobile-device-footer {
        margin: 0;
    }

    .btn-toggle-wp .btn-toggle {
        padding: 5px 10px;
    }

    .network-part .all-common-dropdown {
        width: 60px;
    }

    .frame {
        margin: auto;
        width: auto;
    }

    .clock-part .time-box {
        width: 92px;
    }

    .saved-chat-file-name {
        margin-top: 5px;
    }

    .save-custom-dropdown,
    .social-view-tab {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .device-setting-opt {
        padding: 20px 15px;
    }

    .all-setting-option {
        gap: 20px 10px;
    }

    .mobile-hide {
        display: none !important;
    }

    .message-setting-box {
        flex-direction: column;
        align-items: stretch;
    }

    .chating-box {
        width: 100%;
    }

    .save-this-chat-btn,
    .old-save-chat {
        width: 100%;
    }

    .old-save-chat {
        align-items: center;
    }

    /* .counting-box {
        margin-top: 10px;
    } */
}

@media only screen and (max-width: 575px) {

    .wp_lg_clock {
        padding-right: 10px;
    }

    .wp_lg_clock .battery .select-list .form-element {
        width: 100%;
    }

    .wp_lg_clock .form-element {
        width: 60%;
    }

    .message-box .edit-delete {
        left: 110%;
        transition: 300ms;
    }

    .message-box:hover .edit-delete {
        left: 0;
    }

    .message-box {
        overflow-x: hidden;
        /* height: 54px; */
    }

    .saved-setting-main-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

}

@media only screen and (max-width: 768px) {

    /* .wp_lg_clock {
        padding-right: 0;
    } */

    .social-page .Battery-percent-wrap .form-control {
        padding: 5px;
    }

    .social-page .Battery-percent-wrap {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    body.body-fixed {
        overflow: hidden;
    }

    /* .fake-options {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%; */
    /* overflow-y: hidden; */
    /* transform: translateY(100%);
        z-index: 9999;
        transition: 0.3s;
        padding: 0;
        border-radius: 20px 20px 0 0;
    } */

    .fake-options {
        position: fixed;
        /* bottom: 0; */
        top: 50%;
        right: 0;
        width: 100%;
        transform: translateY(100%);
        z-index: 9999;
        transition: 0.3s;
        padding: 0;
        border-radius: 20px;
    }

    .new-left-panel .whats-new-button {
        display: none;
    }

    .popup-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dee2e6;
        padding: 5px 10px;
        background: #fff;
        z-index: 6;
        border-radius: 20px 20px 0 0;
    }

    .popup-header p {
        margin: 0;
        color: #737b8c;
        font-weight: 600;
    }

    .close-button {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999;
        color: red;
        font-size: 18px;
    }

    .fake-option-content {
        overflow-y: scroll;
        overflow-x: hidden;
    }

    /* .fake-options.toggled {
        transform: translateY(0) !important;
        box-shadow: 1px -20px 20px 100dvh rgb(0 0 0 / 53%) !important;
    }

    .fake-options.toggled .fake-option-content {
        height: auto !important;
        max-height: calc(100vh - 200px);
    } */

    .fake-options.toggled {
        transform: translateY(-50%) !important;
        box-shadow: 1px -20px 20px 100dvh rgb(0 0 0 / 53%) !important;
        overflow-y: scroll;
    }

    .fake-options.toggled .fake-option-content {
        height: auto !important;
        max-height: calc(100dvh - 50px);
        /* border-radius: 20px 20px 0 0; */
    }

    .all-additional-tabbing {
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .select-list .network,
    .wp_lg_clock .battery {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    .wp_lg_clock .battery .select-list {
        width: 50%;
    }

    .social-page .wp_lg_clock .form-group>input {
        height: 34px;
    }

    .social-page .form-group.Battery-percent-wrap {
        margin: 0;
    }

    .snapchat-chat-section {
        margin-top: 0;
    }

    .snapchat.snapchat-chat .whatapp-android-footer,
    .whatapp-ios-footer .ios-footer {
        cursor: pointer;
    }

    .user-detail-box .label-tab::after {
        top: 5px;
    }

    .user-detail-box .label-tab {
        font-size: 11px;
    }

    .device-option-footer.mobile-device-footer {
        display: block;
    }

    .device-option-footer {
        display: block;
    }

}

@media screen and (max-width: 1199px) {
    .other-opt .device-setting {
        flex-wrap: wrap;
    }

    .other-opt {
        flex-wrap: wrap;
    }

    .other-opt .device-box {
        width: unset;
    }

    .network-part .all-common-dropdown {
        width: 100px;
    }
}

@media screen and (max-width: 1399px) {
    .space-left {
        margin: 0;
    }
}