

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{ font-family: "Montserrat", sans-serif!important;
 }
a:focus {
    outline:none;}
.custom-menu .gc-account-leftbar .gc-account-user-menu li.active a, .custom-menu .gc-account-leftbar .gc-account-user-menu li.selected a {
    background-color: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.custom-menu .gc-account-leftbar .gc-account-user-menu li a {
    background-color: #8DB7FF;
     border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.logo-link img {
     content: url("https://kukushka.space/pl/fileservice/user/file/download/h/bfe11424ade4e302cde766d30b3475df.png")!important;
    height: 80px!important;
    padding-left:0px;
}
 .gc-tasks-block .annotate-block {
       border-bottom-left-radius: 10px;
       border-bottom-right-radius: 10px;
   }

.talks-widget-button {
    z-index: 1500;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 15px;
    right: 20px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    color: white;
    background: #FCCA17;
    padding: 0;
    background-image: url(/public/img/talks_widget/dialog.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}
.talks-widget-window .talks-widget-header {
    background: #F7F7F9;
    color: #87B7FF;
    font-weight: bold
   }
.conversation-list-footer .btn-primary {
    background-color:#87B7FF!important;
   border: none!important;
  border-radius:20px;
}

.conversation-list-footer .btn-primary:focus {
outline: none!important;  
}
@media (max-width: 768px) {
    .gc-page-nav-items-menu a {
                background: #8db7ff;}
}
