.call-center{background-color:transparent;display:grid;font-family:Inter;grid-template-columns:38px 332px;left:0;pointer-events:none;position:fixed;top:200px;z-index:1000}.call-center.open .call-center__handle{transform:rotate(180deg)}.call-center.open .call-center__box{display:block;pointer-events:auto}.call-center.impersonated .call-center__handle{background-color:#f72f57}.call-center.impersonated .call-center__box{border-color:#f72f57}.call-center.impersonated .call-center__box__header{background-color:#ffeded}.call-center.impersonated .call-center__box__header .circle{background-color:#f72f57}.call-center.impersonated .call-center__box__header select{background-color:#ffeded}.call-center__handle{align-items:center;background-color:#1c8135;cursor:pointer;display:flex;height:80px;padding-left:6px;pointer-events:auto}.call-center__handle__arrow{border:3px solid #fff;border-bottom:none;border-left:none;height:16px;transform:rotate(45deg);width:16px}.call-center__box{background-color:#fff;border:1px solid #1c8135;border-radius:0 8px 8px 8px;box-shadow:0 10px 13px -7px #000,5px 5px 15px 5px transparent;display:grid;display:none;grid-template-rows:80px 200px;min-height:280px;pointer-events:none}.call-center__box__header{align-items:center;background-color:#b8f0c6;border-radius:0 8px 0 0;display:flex;gap:16px;padding:16px}.call-center__box__header .circle{align-items:center;background-color:#1c8135;border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}.call-center__box__header .user{display:flex;flex-direction:column}.call-center__box__header .user strong{font-size:16px;font-weight:600}.call-center__box__header .user a{font-size:13px;text-decoration:underline}.call-center__box__header .user a:hover{text-decoration:none}.call-center__box__header select{background-color:#b8f0c6;border-radius:4px;font-size:14px;margin-left:auto}.call-center__box__content{border-radius:8px;padding:26px 16px}.call-center__box__content form label{font-size:16px;font-weight:600}.call-center__box__content form input{border-radius:4px;font-size:1.35em;height:48px;margin-bottom:24px;margin-top:8px}.call-center__box__content .user-info a,.call-center__box__content .user-info p{font-size:14px}.call-center__box__content .user-info a{font-weight:600;text-decoration:underline}.call-center__box__content .user-info a:hover{text-decoration:none}.call-center__box__content .user-info div+div{margin-top:16px}.call-center__box__content__messages .error{color:#f72f57}.call-center__box__content__messages .info{color:#d3d3d3}.cc-bottom-bar{align-items:flex-start;background-color:#f72f57;bottom:0;color:#fff;display:flex;flex-direction:column;gap:10px;justify-content:space-between;left:0;min-height:55px;padding:16px;position:fixed;width:100vw;z-index:1000}.cc-bottom-bar__user-info{display:flex;flex-wrap:wrap;font-size:14px;font-weight:600;gap:4px}.cc-bottom-bar__actions{display:flex;gap:16px;justify-content:flex-start}.cc-bottom-bar__actions button{background-color:#f72f57;border:1px solid #fff;font-size:14px;padding:4px 12px}@media (min-width:768px){.cc-bottom-bar{flex-direction:row;padding:16px 100px}.cc-bottom-bar__actions{justify-content:center}}