@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");

:root {
  --left-menu-bgColor: #242e42;
  --left-menu-bgColor2: #263544;
  --left-menu-bgColor-hover: #222e42;
  --left-menu-txtColor: #dde9f8;
  --left-menu-headingColor: #7889a4;
  --left-menu-width: 220px;
  --page-content-bgColor: #f0f1f6;
  --page-content-txtColor: #171616;
  --page-content-blockColor: #fff;
  --white: #fff;
  --black: #333;
  --blue: #00b9eb;
  --red: #ec1848;
  --border-radius: 4px;
  --box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.075);
  --switch-bgLightModeColor: #87cefa;
  --switch-sunColor: gold;
  --switch-moonColor: #f4f4f4;
  --switch-bgDarkModeColor: #1f1f27;
  --navbar-width: 200px;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    background: #F2F7FB !important;
}

dl {
    margin-bottom: 0!important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
    position: relative;
    overflow: hidden;
}

.wrap > .container {
    padding: 70px 30px 0px;
    width: calc(100% - var(--navbar-width))!important;
    margin-left: var(--navbar-width);
    margin-right: 200px;
}

.container-body {
    background: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 6px 0 rgba(43, 43, 43, 0.1);
    position: relative;
    width: 100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-bottom: -60px;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.audio-pay, .glyphicon-list-alt {
    /*font-size: 50px;
    top: 20px;*/
    cursor: pointer;
}

.loader {
    width: 50%;
    display: flex;
    align-items: center;
    margin: auto;
}

.textIcon {
    position: relative;
    top: 1px;
    left: 3px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777777;
    cursor: pointer;
    text-decoration: none;
}

.downtext {
    height: 70px;
    display: flex;
    align-items: flex-end;
}

.messaging {
    padding: 0 0 50px 0;
}

.inbox_msg {
    clear: both;
    overflow: hidden;
}

.mesgs {
    float: left;
    width: 100%;
}

.mesgs-mail {
    float: left;
    padding: 10px 0 0 0;
    width: 100%;
}

.msg_history {
    height: 70vh;
    overflow-y: auto;
    padding-right: 1px;
}

.msg_history_mail {
    height: calc(100vh - 160px);
    overflow-y: auto;
    padding-right: 1px;
    word-break: break-word;
}

.incoming_msg_img img {
    width: 100%;
}

.message-type-choose-span {
    margin-right: 10px;
    display: block;
}

.received_msg, .received_msg_a {
    /*display: inline-block;*/
    padding: 0 0 0 0px;
    vertical-align: top;
    /*width: auto;*/
    width: 75%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0 15px 15px 15px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    display: inline-block;
    max-width: 90%;
    /* width: 100%;*/
}

.received_withd_msg div {
    display: inline-block;
}

.msg-time {
    font-size: 10px;
    color: #999;
}

.outgoing_msg {
    overflow: hidden;
    text-align: right;
    margin: 26px 0 26px;
}

.service_msg p, .service_msg_a p {
    background: #c1ebab;
    border-radius: 15px;
    font-size: 14px;
    margin: 0;
    color: #000;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.sent_msg, .sent_msg_a {
    float: right;
    width: 75%;
    /*width: 46%;*/
}

.sent_msg p, .sent_msg_a p {
    background: #dbf4fd;
    border-radius: 15px 0px 15px 15px;
    font-size: 14px;
    margin: 0;
    color: #000;
    padding: 5px 10px 5px 12px;
    max-width: 90%;
    display: inline-block;
    text-align: left;
}

.nav-tabs:not(.minutes-tabs) > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff transparent;
    background-color: #E1E1E1;
    border-radius: 4px 4px 0 0;
}

.nav-tabs:not(.minutes-tabs) > li.active > a, .nav-tabs:not(.minutes-tabs) > li.active > a:hover, .nav-tabs:not(.minutes-tabs) > li.active > a:focus {
    color: #555555;
    cursor: default;
    /*background-color: #fff;*/
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    background-color: #F8F8F8;
}

.teblesign {
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
}

.lefttab {
    padding-left: 0;
}

.righttab {
    padding-right: 0;
}

#form-field-link {
    margin: auto;
    width: 50%;
}
audio {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    display: block;
    background-color: #f5f5f5;
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.audio-package.selected {
    border-width: 3px;
}

.requisites {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.brick {
    padding: 0;
    padding-bottom: 3px;
    display: inline-block;
}

.brick2 {
    margin-bottom: 10px;
    display: inline-block;
}

.brick2close {
    font-size: 12px;
    margin-left: 3px;
    margin-top: 4px;
}

.tagLabel {
    margin-right: 10px;
}

.brickLabel {
    width: auto;
    padding: 6px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    font-size: 13px;

}

.selectcall {
    border: 2px solid #e59780;
}

.delete-audio {
    font-size: 30px;
    top: 10px;
}

.titlebrik {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

#audio-h1 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar {
    border: none;
    padding: 0;
    box-shadow: 0 4px 6px 0 rgba(43,43,43,.1);
}
.navbar a {
    color: black!important;
}
.labelCallFilter {
    float: left;
    padding-right: 5px;
    margin-top: 6px
}

.navbar-inverse {
    font-size: 16px;
    background-color: var(--white) !important;
}
.site .navbar-inverse {
    background-color: #101010 !important;
}
.site .navbar-inverse li a {
    color: #333;
}
.site .navbar-inverse .navbar-header .navbar-brand img{
    display: inline !important;
}

.baze .navbar-inverse {
    background-color: #101010 !important;
}
.baze .navbar-inverse li a {
    color: #333;
}

.baze .navbar a {
    color: #ffffff !important;
}

.baze .navbar-inverse .navbar-header .navbar-brand img{
    display: inline !important;
}

.calls .navbar-inverse {
    border-color: #9697C5;
}
.calls .navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.calls .navbar-inverse .navbar-nav > .active > a {
    background-color: #900;
}

.status .navbar-inverse {
    border-color: #9697C5;
}

.status .navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.status .navbar-inverse .navbar-nav > .active > a {
    background-color: #900;
}

.analytics .navbar-inverse {
    border-color: #9697C5;
}

.analytics .navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.analytics .navbar-inverse .navbar-nav > .active > a {
    background-color: #900;
}

.chats .navbar-inverse {
    border-color: #9697C5;
}

.chats .navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.chats .navbar-inverse .navbar-nav > .active > a {
    background-color: #900;
}


.caller .navbar-inverse {
    border-color: #9697C5;
}

.caller .navbar-inverse .navbar-nav > li > a {
    color: #333;
}

.caller .navbar-inverse .navbar-nav > .active > a {
    background-color: #900;
}


.flexbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.modal-audio-name {
    width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-row:hover .delete-user {
    display: block;
    padding: 0;
    border: 0;
}

.user-row .delete-user {
    display: none;
}

#form-add-user div.required label.control-label:after {
    content: " * ";
    color: red;
}

.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.timegr {
    color: #aaa;
}

.dot {
    height: 16px;
    width: 16px;
    background-color: #aaa;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.add-minute-label {
    text-align: left !important;
    font-weight: 100;
}

.wallet-content .pagination {
    margin-top: 0 !important;
}

.wallet-content th {
    font-weight: 100;
}

.minutes-tabs {
    border-bottom: none;
}

.tokenfield.form-control {
    height: auto;
}

.cancelBtn {
    display: none;
}

.text-note {
    color: #bbb;
}

.text-unspent {
    color: #5cb85c;
}

.text-value {
    font-size: 22px;
    font-weight: bold;
}

.wallet-content .text-note {
    line-height: 36px;
}

.wallet-content .progress {
    height: 5px;
    margin: 0 0 5px;
}

.panel h3,
.panel h4 {
    margin: 0 0 20px;
}


table {
    background: white;
    box-shadow: var(--box-shadow);
}
.table-hover th,
.table-striped th {
    background-color: #242e42;
    color: #dde9f8;
}
th, td {
    padding: 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.match-pair {
    background-color: yellow;
    font-weight: bold
}

.more-info {
    display: none;
}

.similar-snippets tr {
    cursor: pointer;
}
.left-menu {
    width: var(--navbar-width);
    height: 100%;
    position: fixed;
    top: 0;
    max-height: calc(110vh - 51px);
    margin-left: 0px;
    transition: margin ease 0.2s;
    background: var(--left-menu-bgColor2);
    z-index: 1031;
}
.left-menu ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
}
.left-menu ul li {
    width: 100%;
    padding: 2px 10px;
}
.left-menu ul li a i {
    display: inline-block;
    width: 25px;
    height: 12px;
}
.left-menu ul li a {
    padding: 8px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--white);
    border-radius: 7px;
}

.left-menu ul li a:has(img) {
    display: flex!important;
    gap: 8px!important;
}

.left-menu .menu-heading {
    margin: 12px -2px;
}
.left-menu .menu-heading h3 {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 13px;
    margin: 0;
    color: var(--left-menu-headingColor);
}
.left-menu ul a.active {
    background: var(--left-menu-bgColor-hover);
    outline: none;
    transition: 0.3s ease-in-out;
}
.left-menu ul a.active {
    color: var(--blue);
}
.left-menu.active {
    margin-left: 0;
}
.left-menu li.menu-row:hover {
    background: var(--left-menu-bgColor-hover);
    outline: none;
    transition: 0.3s ease-in-out;
}

.left-menu li.menu-row a:hover {
    transition: 0.3s ease-in-out;   
    color: var(--blue);
}

.fadeloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    opacity: 0.4;
    display: none;
}
.siteloader {
    color: #fff;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    z-index: 9998;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 100px;
}
.fa, .far, .fas, .fa-solid {
    font-family: "Font Awesome 6 Free" !important;
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.navbar .navbar-brand {
    transform: translateX(45px);
}
.navbar .menu-button-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    left: 10px;
    margin-top: -20px;
    z-index: 20;
    cursor: pointer;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.navbar .menu-button-toggle:before,
.navbar .menu-button-toggle:after {
    content: "";
    display: block;
    width: 22px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -11px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all ease 0.2s;
}
.navbar .menu-button-toggle:before {
    height: 2px;
    border-bottom: none;
    margin-top: -1px;
}
.navbar .menu-button-toggle.active:after,
.navbar .menu-button-toggle.active:before {
    height: 2px;
    margin-top: -1px;
    border-bottom: none;
    transform: rotate(45deg);
}
.navbar .menu-button-toggle.active:after {
    transform: rotate(-45deg);
}
.close-panel {
    display: none;
}
.row .small-lg-1 {
    display: none;
}
.row .small-lg-11 {
    width: 100% !important;
    padding: 0 10px !important;
}
.filter-input-group.input-group {
    max-width: 100%;
}
.filter-input-group.input-group .token {
    height: auto;
    max-width: 100%;
}
.filter-input-group.input-group .token .token-label {
    max-width: 100% !important;
    white-space: normal;
    height: auto;
}
@media (max-width: 1199px) {
    .calls-table-block .panel.panel-default.dialogs-block {
        width: 950px !important;
        top: 51px !important;
        position: fixed !important;
        z-index: 1000 !important;
    }
    .dropdown-menu {
        left: auto !important;
        right: 0;
    }
    .left-menu {
        width: 50px;
            /* max-height: calc(100vh - 51px);
            margin-left: -200px;
            transition: margin ease 0.2s; */
    }
    .left-menu li>* {
        padding: 0px;
    }
    .left-menu .menu-logo,
    .left-menu span,
    .left-menu  .menu-heading {
        display: none;
    }
    .left-menu i {
        margin-right: 0;
    }
    .container {
        left: 40px;
        width: calc(100% - 100px);
    }

    .close-panel {
        display: inline-block;
        position: absolute;
        margin-left: 35vw;
    }
}
@media (max-width: 991px) {
    .calls-table-block .panel.panel-default.dialogs-block {
        width: 100% !important;
    }
    .left-menu {
        max-height: calc(100vh - 51px);
        /* margin-left: -130px; */
        transition: margin ease 0.2s;
    }
    .close-panel {
        display: inline-block;
        position: absolute;
        margin-left: 35vw;
    }
}
@media (max-width: 767px) {
    .tbl-scroll-wrap {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 10px;
        overflow-x: auto;
    }
    .tbl-scroll-wrap table {
        width: 1000px;
        max-width: 1000px;
    }
    .tbl-scroll-wrap::-webkit-scrollbar {
        height: 4px;
        width: 4px;
        background-color: #efefef;
    }
    .tbl-scroll-wrap::-webkit-scrollbar-thumb {
        background-color: #337ab7;
    }
    .tbl-scroll-wrap::-webkit-scrollbar-thumb:hover {
        background-color: #337ab7;
    }
    .tbl-scroll-wrap::-webkit-scrollbar-button:vertical:start:decrement {
        background-color: transparent;
        width: 0;
        height: 0;
    }
    .tbl-scroll-wrap::-webkit-scrollbar-button:vertical:end:increment {
        background-color: transparent;
        width: 0;
        height: 0;
    }
    .tbl-scroll-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
        background-color: transparent;
        width: 0;
        height: 0;
    }
    .tbl-scroll-wrap::-webkit-scrollbar-button:horizontal:end:increment {
        background-color: transparent;
        width: 0;
        height: 0;
    }
    .left-menu {
        max-height: calc(100vh - 51px);
        /* margin-left: -130px; */
        transition: margin ease 0.2s;
    }
    .close-panel {
        display: inline-block;
        position: absolute;
        margin-left: 15vw;
    }
}

#calls-filter-tokenfield {
    width: 100%!important;
}
::-webkit-scrollbar {
    width: 20px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.hint {
    position: relative;

    &:hover .hintext {
        visibility: visible;
    }

    .hintext {
        visibility: hidden;
        width: 120px;
        background-color: #040505;
        font-size: 12px;color:#fff;
        text-align: center;
        border-radius: 3px;
        padding: 4px 0;
        position: absolute;
        z-index: 5;
        top: 105%;
        left: 50%;
        margin-left: -60px;
    }

    .hintext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #040505 transparent;
    }
}

.dt-buttons button {
    background: rgb(36, 46, 66);
    color: white;
}

.dt-buttons button:hover {
    color: lightgrey;
}

.checkbox-wrapper {

    & * {
        box-sizing: border-box;
    }

    .cbx {
        -webkit-user-select: none;
        user-select: none;
        cursor: pointer;
        padding: 6px 8px;
        border-radius: 6px;
        overflow: hidden;
        transition: all 0.2s ease;
        display: inline-block;
    }

    .cbx:not(:last-child) {
        margin-right: 6px;
    }

    .cbx:hover {
        background: rgba(0,119,255,0.06);
    }

    .cbx span {
        float: left;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

    .cbx span:first-child {
        position: relative;
        width: 18px;
        height: 18px;
        border-radius: 4px;
        transform: scale(1);
        border: 1px solid #cccfdb;
        transition: all 0.2s ease;
        box-shadow: 0 1px 1px rgba(0,16,75,0.05);
    }

    .cbx span:first-child svg {
        position: absolute;
        top: 3px;
        left: 2px;
        fill: none;
        stroke: #fff;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 16px;
        stroke-dashoffset: 16px;
        transition: all 0.3s ease;
        transition-delay: 0.1s;
        transform: translate3d(0, 0, 0);
    }

    .cbx span:last-child {
        padding-left: 8px;
        line-height: 18px;
    }

    .cbx:hover span:first-child {
        border-color: #07f;
    }

    .inp-cbx {
        position: absolute;
        visibility: hidden;
    }

    .inp-cbx:checked + .cbx span:first-child {
        background: #07f;
        border-color: #07f;
        animation: wave-4 0.4s ease;
    }

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .inline-svg {
        position: absolute;
        width: 0;
        height: 0;
        pointer-events: none;
        user-select: none;
    }
}