@font-face {font-family: 'handlee';src: url('handlee-regular.ttf');}* {margin: 0px;padding: 0px;}body {width: 240px;height: 320px;font-size: 16px;font-family: handlee;background: #f2f2f2;color: #000;}.dark_mode {color: #e1e3e3;background: #252626;}ul {background: #000;color: #cde;width: 100%;height: 265px;overflow: auto;outline: none;list-style-type: none;}pre {white-space: pre-wrap;}#appxlist {background: #000;color: #cde;width: 100%;height: 265px;overflow: auto;outline: none;list-style-type: none;}ul>li {height: 54px;font-size: 16px;padding: 2px 0px 2px 4px;position: relative;width: 99%;overflow: hidden;box-sizing: border-box;border: 2px dotted #000;border-radius: 10px;white-space: pre;}li span {position: absolute;top: 40%;left: 60px;}li.apxItm:focus {background-image: linear-gradient(rgba(30,144,230, 0.6),rgba(30,144,230, 0.4), rgba(30,144,230, 0.3), rgba(30,144,230, 0.2), rgba(30,144,230, 0.3), rgba(30,144,230, 0.4), rgba(30,144,230, 0.6));border: 2px dotted rgba(176,224,230, 0.5);outline: none;}.board {display: none;background: gray;width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;z-index: 15;animation: sltr 0.3s;}.footer {width: 240px;height: 27px;background: #567;color: #def;font-size: 16px;position: fixed;bottom: 0px;left: 0px;}.dark_mode .footer {color: #e1e3e3;background: #45575f;}.footerbody {width: 100%;height: 100%;position: relative;}.hidden {display: none;}#loading {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(6,6,6,0.8);z-index: 10;}#pan {width: 98%;height: 25%;box-sizing: border-box;background: rgb(42,165,66);padding: 9px 5px;border-radius: 5px;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}#hover {width: 94%;height: 20px;background: rgb(2,2,2);border-radius: 15px;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);}#filler {width: 1%;height: 20px;background: linear-gradient(to right, #ffc155, #ffb077, #ffa167, #ff9148, #ff8246, #ff7345, tomato, orangered, red, crimson, firebrick, brown, darkred, maroon);border-radius: 15px;font-size: 15px;line-height: 22px;}.left {position: absolute;top: 51%;left: 3px;transform: translate(0, -50%);}.center {position: absolute;top: 51%;left: 50%;transform: translate(-50%, -50%);color: white;}.right {position: absolute;top: 51%;right: 3px;transform: translate(0, -50%);}h1 {text-align: center;}h2 {background: darkcyan;color: #eee;text-align: center;}.dark_mode h2 {background: #025050;color: #f2f2f2;}h3 {width: 100%;text-align: center;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);}h4 {text-decoration: underline silver wavy 2px;font-size: 20px;}hr {width: 200px;margin: 10px auto;}.blurx {display: none;width: 100%;height: 100%;position: fixed;top: 0%;left: 0%;z-index: 50;background-image: linear-gradient(45deg, #def, #125);}.dark_mode .blurx {background: #123;}#no_internet {width: 230px;height: 90px;border: 3px solid white;border-radius: 10px;background: #8d0d4d;color: #fff;font-size: 18px;padding: 5px 0px;font-weight: bold;text-align: center;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);}.dark_mode #no_internet {border: 3px solid #dbd8d8;background: #54032c;color: #e1dcdc;}#login,#snd_reset {width: 140px;height: 26px;box-sizing: content-box;background: #4CAF50;color: white;text-align: center;padding: 5px 8px;border: none;border-radius: 8px;font-size: 20px;margin-bottom: 8px;box-shadow: 3px 3px 10px #666;}#login:focus,#snd_reset:focus {background: #3F51B5;}.dark_mode #login, .dark_mode #snd_reset {background: #0d5e9f;box-shadow: none;}.dark_mode #login:focus, .dark_mode #snd_reset:focus {background: #009688;}#help {width: 100%;height: 266px;color: #123;background: #fff;overflow: auto;}.dark_mode #help {color: #e1e3e3;background: #252626;}#help p {font-size: 18px;padding: 3px 0px 0px 5px;word-spacing: 2px;}#login_board,#signup_board,#forgot_board {display: none;box-sizing: border-box;width: 240px;height: 293px;background: #f2f2f2;position: fixed;top: 0px;left: 0px;text-align: center;overflow: scroll;z-index: 1;}.dark_mode #login_board, .dark_mode #signup_board, .dark_mode #forgot_board {background: #252626;color: #e1e3e3;}#signup_board,#forgot_board {display: none;animation: sltr 0.3s;z-index: 2;}@keyframes sltr {from {left: -250px;}to {left: 0px;}}@keyframes srtl {from {left: 0px;}to {left: -250px;}}input:not([type="checkbox"]):not([type="radio"]) {width: 190px;font-size: 16px;font-family: inherit;padding: 7px;margin-bottom: 7px;border-radius: 15px;outline: none;}.dark_mode input:not([type="checkbox"]):not([type="radio"]) {background: #424444;color: #e1e3e3;border: 3px solid #70787c;}input:focus {border: 3px solid #086dbd;}.dark_mode input:focus {border: 3px solid #009688;}button {outline: none;padding-inline:0px;padding-block:0px;}#signup_btn,#create_acc,#req_pass,#srx_btn {width: 160px;background: #0eaabb;text-align: center;padding: 5px;border: none;border-radius: 8px;font-size: 19px;height: 26px;box-sizing: content-box;color: white;box-shadow: 3px 3px 10px #666;}.dark_mode #signup_btn, .dark_mode #create_acc, .dark_mode #req_pass, .dark_mode #srx_btn {background: #0d5e9f;box-shadow: none;}#signup_btn:focus,#create_acc:focus,#req_pass:focus,#srx_btn:focus {background: #0971c4;}.dark_mode #signup_btn:focus, .dark_mode #create_acc:focus, .dark_mode #req_pass:focus, .dark_mode #srx_btn:focus {background: #074b53;}#forgot_pass {width: 170px;border: none;border-radius: 8px;text-align: center;color: #c70e6b;font-size: 18px;padding: 4px;background: #f2f2f2;}.dark_mode #forgot_pass {color: #dedede;background: #4c4f51;}#forgot_pass:focus {background: #9f0808;color: #fff;}.dark_mode #forgot_pass:focus {background: #607D8B;}#invalid_auth,#invalid_auth2,#invalid_auth3,#err_stt {display: none;color: #970b0b;background: #f1c1c9;font-size: 18px;padding: 2px 3px;margin-bottom: 7px;}.dark_mode #invalid_auth, .dark_mode #invalid_auth2, .dark_mode #invalid_auth3, .dark_mode #err_stt {background: #700404;color: #e8e5e6;}#pswd_hint,#pswd_hint2 {width: 220px;font-size: 14px;color: #7b8081;visibility: hidden;}#upld_img {width: 190px;height: 40px;font-size: 16px;margin-bottom: 7px;border: 3px solid #def;background: #fff;border-radius: 8px;color: #123;overflow: hidden;outline: none;}.dark_mode #upld_img {border: 3px solid #009688;background: #009688;color: #fff;}#upld_img:focus {background: darkcyan;color: #fff;}.dark_mode #upld_img:focus {background: #0d5e9f;border: 3px solid #0d5e9f;}#upload_pic {display: none;box-sizing: border-box;width: 240px;height: 293px;background: #f2f2f2;position: fixed;top: 0px;left: 0px;text-align: center;overflow: hidden;animation: sltr 0.3s;z-index: 15;}.dark_mode #upload_pic {background: #252626;color: #e1e3e3;}#upld_state {display: none;font-size: 18px;font-weight: bold;}.colorWave {}.colorWave span {animation: colorave 1.5s infinite;display: inline-block;}.colorWave span:nth-child(1) {animation-delay: 0s;}.colorWave span:nth-child(2) {animation-delay: 0.1s;}.colorWave span:nth-child(3) {animation-delay: 0.2s;}.colorWave span:nth-child(4) {animation-delay: 0.3s;}.colorWave span:nth-child(5) {animation-delay: 0.4s;}.colorWave span:nth-child(6) {animation-delay: 0.5s;}.colorWave span:nth-child(7) {animation-delay: 0.6s;}@keyframes colorave {0% {color: #ffffff;}25% {color: #23ec59;}50% {color: #ee6767;}75% {color: #e8cb56;}100% {color: #ffffff;}}#verify_box,#congr_box,#reverify_box,#reset_box {display: none;width: 210px;height: auto;padding: 3px;position: fixed;top: 5px;left: 12px;z-index: 99;text-align: center;box-shadow: 0 0 10px #4caf50;border-radius: 8px;background: #e6f9f0;color: #2e7d32;animation: sltr 0.3s;}.congr_rest {color: #c70566;}.dark_mode #verify_box, .dark_mode #congr_box, .dark_mode #reset_box {box-shadow: none;background: #05645b;color: #e1e3e3;}.dark_mode .congr_rest {color: #FF9800;}#reset_box {display: block;top: 110px;}#verify_box {top: 120px;}#reverify_box {color: #c70e6b;width: 224px;left: 5px;top: 50%;transform: translate(0,-50%);}.dark_mode #reverify_box {box-shadow: none;background: #05645b;color: #e1e3e3;}#buddies,#chat_board,#srx_buddies {display: none;box-sizing: border-box;width: 240px;height: 293px;background: #f2f2f2;position: fixed;top: 0px;left: 0px;animation: sltr 0.3s;z-index: 1;}#chat_board {display: none;height: 320px;background: #a5bcc7;z-index: 16;}#srx_buddies {z-index: 12;}.dark_mode #buddies, .dark_mode #chat_board, .dark_mode #srx_buddies {background: #123;color: #e1e3e3;}#messages_board {width: 230px;height: 230px;padding: 3px 5px 2px 5px;display: flex;flex-direction: column;overflow: auto;}.message {max-width: 198px;margin-bottom: 10px;padding: 3px;padding-bottom: 0;border-radius: 5px;font-size: 16px;box-shadow: 0 0 12px #555;word-wrap: break-word;overflow-wrap: break-word;}.sent {align-self: flex-end;background-color: #ffffff;border-top-right-radius: 0;}.dark_mode .sent {background-color: #324b56;box-shadow: none;}.received {align-self: flex-start;background-color: #dcf8c6;border-top-left-radius: 0;}.dark_mode .received {background-color: #045e55;box-shadow: none;}.timestamp {font-size: 11px;color: gray;text-align: right;}.dark_mode .timestamp {color: #bac6c6;}#buddies_list,#srx_buddies_list {box-sizing: border-box;width: 240px;height: 262px;background: white;position: fixed;top: 32px;left: 0px;overflow: scroll;}.dark_mode #buddies_list, .dark_mode #srx_buddies_list {background: #123;}#buddies_opt {display: none;grid-template-columns: 77px 77px 77px;width: 233px;height: 180px;overflow: auto;position: fixed;bottom: 28px;left: 1px;z-index: 234;background: #fff;color: #123;border: 3px solid darkgreen;border-radius: 10px;animation: btt 0.3s;}.dark_mode #buddies_opt {background: #252626;color: #e1e3e3;border: 3px solid #3F51B5;}#log_opt, #srx_opt {display: none;width: 115px;height: auto;position: fixed;bottom: 32px;left: 2px;z-index: 234;background: #fff;color: #123;border: 3px solid darkgreen;border-radius: 10px;padding: 2px;text-align: left;animation: btt 0.3s;}.dark_mode #log_opt, .dark_mode #srx_opt {background: #252626;color: #e1e3e3;border: 3px solid #3F51B5;}.bud_opt {outline: none;height: 60px;font-size: 12px;text-align: center;}.bud_opt img {width: 30px;margin-top: 5px;}.logopt {border-bottom: 1px dashed #123;padding: 7px 0 7px 7px;outline: none;}.dark_mode .logopt {border-bottom: 1px dashed #607D8B;}.bud_opt:focus {background: dodgerblue;border-radius: 6px;border-color: dodgerblue;color: #fff}.dark_mode .bud_opt:focus {background: #009688;border-radius: 6px;border-color: #009688;}.logopt:focus {background: dodgerblue;border-radius: 8px;border-color: dodgerblue;color: #fff}.dark_mode .logopt:focus {background: #009688;border-radius: 8px;border-color: #009688;}.bud_opt:focus img {border-radius: 50%;}.buddy,#receiver_guy,.block {height: 50px;padding: 1px 0px;position: relative;outline: none;}.budd_hdr {font-size: 20px;font-weight: bold;color: #fff;background: #07b9b9;border-bottom: 1px solid blue;height: 31px;position: relative;}.dark_mode .budd_hdr {color: #e1e3e3;background: #03756a;border-bottom: 1px solid #9E9E9E;}.act_num {position: relative;top: 5px;background: white;color: blue;padding: 0 3px;border-radius: 12px;}.dark_mode .act_num {background: #bcbcbc;color: #000000;}#receiver_guy {height: 43px;background: darkcyan;color: #fff;overflow: hidden;}.dark_mode #receiver_guy {background: #075e56;color: #e1e3e3;}.buddy:focus {background: darkcyan;color: #fff;}.dark_mode .buddy:focus {background: #046cbf;color: #e1e3e3;}.block:focus {background: #a10854;color: #fff;}.dark_mode .block:focus {background: #680536;color: #e1e3e3;}.buddy img, .block img {width: 48px;position: relative;}#receiver_guy img {width: 42px;position: relative;}.pro_pic {position: absolute;top: 0px;left: 5px;width: 48px;height: 48px;border-radius: 50%;overflow: hidden;text-align: center;border: 1px solid darkcyan;}.dark_mode .pro_pic {border: 1px solid #9E9E9E;}.pro_picb {position: absolute;top: 1px;left: 3px;width: 42px;height: 42px;border-radius: 50%;overflow: hidden;text-align: center;}.pro_name {position: absolute;top: 6px;left: 60px;white-space: pre;}.got_msg {display: none;position: absolute;right: 17px;top: 15px;width: 12px;height: 12px;background: #09d909;border-radius: 50%;border: 1px solid #fff;}.dark_mode .got_msg {background: #00BCD4;border: 1px solid #acacac;}#msg_notify {display: none;width: 45px;height: 45px;background: #fff;position: fixed;bottom: 30px;right: 4px;border-radius: 50%;animation: rtl 0.6s;z-index: 9999;overflow: hidden;text-align: center;border: 2px solid #075cc2;}.dark_mode #msg_notify {background: #252626;border: 2px solid #607D8B;}.Active,.Offline {color: darkcyan;font-size: 12px;background: #f2f2f2;border-radius: 6px;padding: 0 2px;font-weight: bold;}.dark_mode .Active {color: #00BCD4;background: #123;}.Offline {color: #333;font-weight: normal;}.dark_mode .Offline {color: #a1a3a3;background: #122;}#msgr {height: 40px;position: relative;top: 0;transition: top 0.1s ease;background: #fff;}.dark_mode #msgr {background: #324b56;}.dark_mode #msgr input {background: #324b56;}#msgr_text {box-sizing: border-box;height: 40px;width: 200px;border: none;margin-left: 35px;outline: none;font-size: 16px;padding: 5px;}#guy_name {position: fixed;top: 5px;}#guy_state {font-size: 12px;color: #d0d5d5;line-height: 18px;position: fixed;top: 27px;}span.typing {animation: wave 0.9s infinite ease-in-out;display: inline-block;position: relative;}span.typing:nth-child(1) {animation-delay: 0s;}span.typing:nth-child(2) {animation-delay: 0.1s;}span.typing:nth-child(3) {animation-delay: 0.2s;}@keyframes wave {0% {top: 0px}50% {top: -4px}100% {top: 0px}}.seen,.unseen {display: inline-block;margin-left: 3px;width: 12px;height: 12px;font-weight: bold;text-align: center;}.seen {background: #0081ff;border-radius: 50%;color: #fff;padding: 1px;line-height: 16px;}#contact_page {background: #fff;height: 255px;padding: 5px;}#prog_bar {width: 100%;height: 320px;background-image: linear-gradient(45deg,#125,darkcyan);color: #def;text-align: center;position: fixed;top: 0;left: 0;z-index: 999;}.dark_mode #prog_bar {background-image: linear-gradient(#353636,#252626);color: #e1e3e3;}#my_profile,#cng_pass,#usr_profile {text-align: center;background: #124;color: #fff;height: 265px;padding-top: 12px;animation: sltr 0.3s;}#my_profile,#usr_profile {padding: 0;overflow: auto;}#usr_profile .img {position: relative;top: 50%;left: 50%;transform: translate(-50%,-50%);}#my_profile>div {padding: 2px;}#cng_pass {padding-top: 2px;background: #fff;color: #123;overflow: auto;}.dark_mode #cng_pass {background: #252626;color: #e1e3e3e3;}#srx_usr {box-sizing: border-box;width: 240px;height: 265px;background: #def;color: #123;text-align: center;}.dark_mode #srx_usr {background: #123;color: #e1e3e3;}#usr_name {border: 3px solid darkseagreen;box-shadow: 3px 3px 10px #6f99c3;}.dark_mode #usr_name {border: 3px solid #607D8B;box-shadow: none;background: #123;}.srx_tip {text-align: left;padding: 0 5px;font-size: 16px;color: #0c48d5;}.dark_mode .srx_tip {color: #bcbcbc;}#srx_res {color: #eee;margin-top: 10px;background: #950d51;}#see_more_btn {width: 130px;background: dodgerblue;color: #fff;border: 2px solid #f2f2f2;border-radius: 6px;margin: 6px auto 8px auto;text-align: center;height: 31px;line-height: 34px;}#see_more_btn:focus {outline: 3px solid darkcyan;}.dark_mode #see_more_btn {background: dodgerblue;color: #fff;border: 3px solid #122;;}.dark_mode #see_more_btn:focus {border: 3px solid #bcbcbc;outline: none;}#veri_prompt {display: none;position: fixed;bottom: 45px;left: 5px;width: 210px;height: auto;padding: 5px;z-index: 5;font-size: 18px;font-family: handlee;animation: sltr 0.3s;background: #3F51B5;color: #ffffff;border-left: 5px solid #E91E63;}#filds {box-sizing: border-box;width: 240px;height: 55px;position: fixed;bottom: 28px;left: 0px;z-index: -3;}#filds>.view_ad_button {position: fixed;right: 0;bottom: 0;width: 62px;height: 27px;background: #820489;color: #fff;font-size: 18px;line-height: 29px;padding: 0 7px;border-radius: 12px;}#filds>.view_ad_img {display: none;width: 30px;height: 30px;position: fixed;right: 2px;bottom: 5px;background: url('view_ad.png') no-repeat center;background-size: 28px 28px;}#filds>.container {box-sizing: border-box;width: 240px;height: inherit;position: relative;}#ad-container {box-sizing: border-box;width: 230px;height: inherit;text-align: center;position: absolute;left: 5px;top: 0px;}.blankc {width: 240px;height: 320px;position: fixed;top: 0;left: 0;z-index: -1;background: #f2f2f2;}.dark_mode .blankc {color: #e1e3e3;background: #252626;}.cllr {background: #fff;color: #000;z-index: 90;}.dark_mode .cllr {background: #252626;color: #e1e3e3;}#callee_pic,#caller_pic {margin: 7px auto 0 auto;width: 120px;height: 120px;border-radius: 50%;overflow: hidden;text-align: center;}#callee_name,#caller_name {text-align: center;font-size: 25px;white-space: pre;}#callee_state,#caller_state {text-align: center;font-size: 20px;}#caller_state {margin-top: 25px;}.call_accept,.call_decline {text-align: right;position: fixed;bottom: 3px;right: 3px;height: 36px;}.call_accept {right: 200px;}#callee_state span {animation: dott 1.5s infinite ease-in-out;display: inline-block;font-size: 50px;}#callee_state span:nth-child(1) {animation-delay: 0s;}#callee_state span:nth-child(2) {animation-delay: 0.2s;}#callee_state span:nth-child(3) {animation-delay: 0.4s;}#update_notice {height: 261px;overflow: scroll;background: #fff;color: #111;padding: 5px;width: 240px;box-sizing: border-box;}.dark_mode #update_notice {background: #252626;color: #e1e3e3;}@keyframes dott {0% {opacity: 0;}50% {opacity: 1;}100% {opacity: 0;}}@keyframes rtl {from {right: -60px;}to {right: 4px;}}@keyframes btt {from {bottom: -150px;left: -120px;}to {bottom: 32px;left: 0px;}}@keyframes ttb {from {bottom: 32px;left: 0px;}to {bottom: -180px;left: -150px;}}@keyframes abtt {from {top: 320px;left: 240px;}to {top: 0px;left: 0px;}}@keyframes attb {from {top: 0px;left: 0px;}to {top: 340px;left: 260px;}}@keyframes ltr {from {right: 4px;}to {right: -60px;}}#block_prompt,#unblock_prompt,#report_prompt, #fonts_page {width: 220px;height: 130px;background: #fff;border: 3px solid #def;border-radius: 8px;position: fixed;top: 80px;left: 7px;text-align: center;}#report_prompt, #fonts_page {height: 260px;top: 24px;text-align: left;border: none;padding: 3px;font-family: handlee;}#fonts_page {height: 280px;top: 14px;overflow: hidden;}.dark_mode #block_prompt,.dark_mode #unblock_prompt {background: #3F51B5;border: 3px solid #9E9E9E;}.dark_mode #report_prompt, .dark_mode #fonts_page {color: #e1e3e3;background: #607D8B;}.bkll {font-size: 18px;color: #0b49d3}.dark_mode .bkll {color: #e1e3e3;}.usrr {color: #0b49d3;}.dark_mode .usrr {color: #02e2ff;}.op {background: rgba(0, 0, 0, 0.7);animation: none;z-index: 51;}#toast {display: none;background: #870546;color: #fff;font-size: 18px;min-width: 150px;min-height: 26px;max-width: 220px;max-height: 80px;white-space: pre;padding: 8px 5px;text-align: center;border-radius: 35px;position: fixed;bottom: 10%;left: 50%;transform: translate(-50%,0%);z-index: 999;}#loading_bar {display: none;position: fixed;top: 132px;left: 92px;width: 56px;height: 56px;text-align: center;background: #3F51B5;z-index: 99;border-radius: 7px;}.cancel_btn {width: 60px;height: 21px;background: linear-gradient(rgba(170, 170, 170, 0.67), rgba(187, 187, 187, 0.73), rgba(204, 204, 204, 0.8), rgba(221, 221, 221, 0.87), rgba(238, 238, 238, 0.93), rgba(238, 238, 238, 0.93), rgba(221, 221, 221, 0.87), rgba(204, 204, 204, 0.8), rgba(187, 187, 187, 0.73), rgba(170, 170, 170, 0.67));color: #000000;border-radius: 8px;padding: 5px 10px;position: fixed;right: 32px;top: 245px;border: 1px solid #929597;text-align: center;}.ok_btn {width: 60px;height: 21px;background: #4caf50;color: white;border-radius: 8px;padding: 5px 10px;position: fixed;left: 24px;top: 245px;border: 1px solid #4caf50;text-align: center;}#fonts_page .ok_btn, #fonts_page .cancel_btn {top: 255px;}.dark_mode .ok_btn {background: #0c6bb7;color: white;border: 1px solid #e1e3e3;}.rpp_ins {font-size: 18px;color: #000;line-height: 16px;margin: 7px 0px 10px 0px;}.dark_mode .rpp_ins {color: #e1e3e3;}.repp {padding: 3px 0 3px 6px;outline: none;}.repp:focus {background: #0193a5;color: white;}.dark_mode .repp:focus {background: #055ba0;color: #e1e3e3;}.chk_span {border: 1px solid #fff;display: inline-block;height: 13px;position: relative;top: 3px;border-radius: 3px;}#has_reported {width: 240px;height: 320px;}#warnn {height: 261px;background: #252626;color: #fff;padding: 3px 5px;overflow: auto;}#blocked_list {background: #e3e3e3;height: 261px;overflow: auto;}.dark_mode #blocked_list {background: #123}#tos_page {height: 261px;overflow: auto;padding: 3px 5px;background: #e1e3e3;color: #000000;}.dark_mode #tos_page {background: #252626;color: #e1e3e3;}#help_ins {text-align: center;font-size: 17px;color: #00f;}.dark_mode #help_ins {color: #00BCD4;}.hadlee {font-family: handlee;}.sans_serif {font-family: sans-serif;}.monospace {font-family: monospace;}.arial {font-family: arial;}.verdana {font-family: verdana;}.tahoma {font-family: tahoma;}.courier_new {font-family: 'courier new';}#font_demo {height: 42px;text-align: center;margin-bottom: 5px;white-space: pre;}input[type="radio"] {position: relative;top: 1px;}.cam_btx {width: 24px;height: 24px;position: absolute;top: -1px;left: 4px;background: url('cam.png') no-repeat;background-size: 24px 24px;}.dark_mode .cam_btx {filter: contrast(2.5);}#call_btn {width: 30px;height: 12px;position: absolute;top: 25px;left: 2px;background: url('call.png') 0% 0% / 30px 12px no-repeat;filter: brightness(0.8);}