/*1702623278000*/
#click{display:none}label.chating{right:30px;bottom:20px;height:90px;width:130px;background-image:url("/o/irdai-theme/images/svg/footer-chat.svg");text-align:center;line-height:80px;border-radius:80px;font-size:30px;color:#fff;cursor:pointer}label.chating i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .4s ease}label.chating i.fas{opacity:0;pointer-events:none}#click:checked ~ label i.fas{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) rotate(180deg)}#click:checked ~ label i.fab{opacity:0;pointer-events:none;transform:translate(-50%,-50%) rotate(180deg)}.wrapper{position:absolute;right:30px;bottom:0;max-width:400px;background:#fff;border-radius:15px;box-shadow:0 15px 20px rgba(0,0,0,0.1);opacity:0;pointer-events:none;transition:all .6s cubic-bezier(0.68,-0.55,0.265,1.55)}#click:checked ~ .wrapper{opacity:1;bottom:85px;pointer-events:auto}.wrapper .head-text{line-height:60px;color:#fff;border-radius:15px 15px 0 0;padding:0 20px;font-weight:500;font-size:20px;background:-webkit-linear-gradient(left,#0000cd,#6495ed)}.wrapper .chat-box{padding:20px;width:100%}.chat-box .desc-text{color:#515365;text-align:center;line-height:25px;font-size:17px;font-weight:500}.chat-box form{padding:10px 15px;margin:20px 0;border-radius:25px;border:1px solid lightgrey}.chat-box form .field{height:50px;width:100%;margin-top:20px}.chat-box form .field:last-child{margin-bottom:15px}form .field input,form .field button,form .textarea textarea{width:100%;height:100%;padding-left:20px;border:1px solid lightgrey;outline:0;border-radius:25px;font-size:16px;transition:all .3s ease}form .field input:focus,form .textarea textarea:focus{border-color:#fc83bb}form .field input::placeholder,form .textarea textarea::placeholder{color:silver;transition:all .3s ease}form .field input:focus::placeholder,form .textarea textarea:focus::placeholder{color:lightgrey}.chat-box form .textarea{height:70px;width:100%}.chat-box form .textarea textarea{height:100%;border-radius:50px;resize:none;padding:15px 20px;font-size:16px}.chat-box form .field button{border:0;outline:0;cursor:pointer;color:#fff;font-size:18px;font-weight:500;background:-webkit-linear-gradient(left,#0000cd,#6495ed);transition:all .3s ease}.chat-box form .field button:active{transform:scale(0.97)}#webchat{box-shadow:0 0 10px rgba(0,0,0,0.05);margin:auto;height:460px;width:400px}.app__help-button{left:10px;position:absolute;top:10px}