@import "fonts.css";

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #f5f5f5;
}

.frame-container {
    direction: ltr;
    font-size: 13px;
    font-family: "SF UI Text", sans-serif;
    line-height: 1.154;
    font-weight: 400;
    color: #000;
}

#wrap {
    padding-top: 70px;
}

.home h1 {
    font-size: 50px;
}

.navbar-inverse {
    background-color: #fafbfc;
    border-color: #e7e8ec;
    color: #000;
    border: 0;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .06);
}

.navbar-inverse .navbar-nav > li > a {
    -webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear !important;
    -o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear !important;
    transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear !important;
    -moz-appearance: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #3e3e3e;
    font-family: SF UI Text, sans-serif;
    margin-top: 2.5px;
    font-size: 13px;
    font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #223a82;
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    z-index: 1001;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    display: none;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #3e3e3e;
    background-color: transparent;
}

.panel {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
    border: 0px solid transparent;
}

#toast-container > div {
    border-radius: 0px;
    font-family: "SF UI Text", sans-serif;
    font-size: 13px;
    opacity: 0.95;
    font-weight: 400;
    -moz-box-shadow: 4px 6px 12px #999;
    -webkit-box-shadow: 4px 6px 12px #999;
    box-shadow: 4px 6px 12px #999;
    -webkit-transition: all .25s linear, border .25s linear, color .25s linear, background-color .25s linear !important;
    -o-transition: all .25s linear, border .25s linear, color .25s linear, background-color .25s linear !important;
    transition: all .25s linear, border .25s linear, color .25s linear, background-color .25s linear !important;
}

#toast-container > div:hover {
    -moz-box-shadow: 4px 6px 12px #999;
    -webkit-box-shadow: 4px 6px 12px #999;
    box-shadow: 4px 6px 12px #999;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.panel-heading {
    font-family: "SF UI Text", sans-serif;
    background: #fafbfc;
    height: 44px;
    border-bottom: 1px solid #e7e8ec;
    border-radius: 3px 3px 0 0;
    outline: none;
    color: #272727;
    padding: 0 15px;
    position: relative;
}

.table-bordered > thead > tr > th {
    border: 0px solid transparent !important;
    border-bottom: 1px solid #e7e8ec !important;

}

.panel-heading h1 {
    line-height: 45px;
    font-size: 13px;
    font-weight: 500;
}

.panel-footer {
    border-top: 1px solid #e7e8ec;
    background: #fafbfc;
    line-height: 140%;
    padding: 15px 0 17px;
    text-align: center;
}

.group-avatar-logo {
    border-radius: 200px;
    border: 0;
}

.panel-heading .block {
    margin-top: 11px;
    margin-right: 0;
}

.btn:active,
.btn:focus,
.btn:hover {
    border-color: #ebebeb00;
    outline: 0;
}

.label-danger {
    background: #ea2c2c;
}

.label-primary {
    background: #4a76a8;
}

.btn-success {
    background: #4bc992;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #2c9265;
}

.btn-danger {
    background: #ea2c2c;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    background: #ea3500;
}

.btn {
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 4px;
    padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    -webkit-transition: .15s linear;
    transition: .15s linear;
}

.btn-primary {
    background-color: #5181b8;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #5b88bd;
    text-decoration: none;
}

.back-link {
    line-height: 29px;
    margin-right: 15px;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #4872a3;
    text-decoration: none;
    border: 0;
    outline: none;
}

.input-group-error {
    position: absolute;
    margin-top: 30px;
    font-size: 10px;
}

.input-group-addon {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    background-color: #fafbfc;
    border: 1px solid #d3d9de;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.basic-table {
    margin-top: 20px;
    border: 0px solid #e7e8ec;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.navbar-inverse {
    min-height: 58px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent !important;
    margin-top: 13px;
    float: left;
    margin-left: 15px;
}

.navbar-inverse .navbar-collapse {
    margin-top: 2px;
}

.navbar-iphone {
    min-height: 70px;
}

.navbar-iphone .navbar-collapse,
.navbar-iphone-x .navbar-collapse {
    margin-top: 1px;
}

.navbar-iphone-x {
    min-height: 94px;
}

.navbar-inverse.navbar-iphone .navbar-toggle {
    margin-top: 26px;
}

.navbar-inverse.navbar-iphone-x .navbar-toggle {
    margin-top: 50px;
}

.app-container {
    margin-top: 55px;
}

.mobile-instruction {
    margin-top: 21px;
    margin-right: 18px;
}

.container-iphone-x {
    margin-top: 99px;
}

.container-iphone {
    margin-top: 70px;
}

.start-bot-conversation {
    display: none;
}

@media (max-width: 980px) {
    .app-container {

    }
}

.partnership-inactive-alert {
    margin-top: 12%;
}

.setting-regenerate-api-token {
    display: inline-block;
    margin-top: 30px;
}

.menu-content {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .flex {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    }

    .flex-wrap {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .basic-table {
        overflow-x: scroll;
    }

    .setting-regenerate-api-token {
        margin-top: 15px;
    }

    .menu-content {
        order: 1;
    }

    .main-content {
        order: 2;
    }

    .partnership-inactive-alert {
        margin-top: 10px;
    }

    .mobile-instruction {
        float: left !important;
        margin-left: 20px;
        margin-top: 22px;
    }

    .start-bot-conversation {
        display: block;
        margin-right: 14px;
        margin-top: 21px;
    }

    .modal-dialog {
        width: 95% !important;
    }
}


.table-bordered {
    border: none;
}

.modal-header {
    color: #5a5a5a;
    background: #fff;
    border-bottom: 0px solid #e5e5e5;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #4a76a894;
    border-color: #4a76a894;
    cursor: default;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    position: relative;
    top: 3px;
}

.setting .switchery {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #848484;
    background-color: #fff;
    border: 0px solid transparent;
    margin-left: -1px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.modal-content {
    position: relative;
    background-color: #fff;
    color: #e7e7e7;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0 solid #999;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-content .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #5b88bd;
    line-height: 21px;
    padding: 15px;
}

.modal-name {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    cursor: default;
}

.modal-footer {
    padding: 14px 0 14px 0;
    background-color: #fafbfc;
    border-radius: 0 0 4px 4px;
    min-height: 60px;
}

.extended-modal-footer {
    padding: 10px 0px 10px 0px;
}

.close-modal-button {
    margin-right: 15px;
}

.modal-instruction {
    margin-right: 20px;
    margin-top: 0;
}

.modal-instruction a {
    color: white;
    font-size: 12px;
}

.modal-instruction a:hover {
    color: #ededed;
}

.modal-header .close {
    color: white;
    -webkit-transition: 0.2s opacity;
    -moz-transition: 0.2s opacity;
    -ms-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-header .close:hover,
.modal-header .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.modal-body {
    position: relative;
    padding: 15px;
    color: #05264e;
}

.table {
    width: 100%;
    margin-bottom: 0px;
}

.input-group .form-control {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.alert {
    border-radius: 3px;
    border-color: transparent;
    line-height: 19px;
}

.alert-info {
    padding: 15px;
    background: #f0f2f5;
    font-size: 13px;
    color: #525252;
}

.switchery-small {
    border-radius: 15px !important;
    height: 15px !important;;
    width: 28px !important;;
}

.switchery-small > small {
    height: 14px !important;;
    width: 14px !important;;
}

.modal-logo {
    height: 150px;
    margin-top: -40px;
}

.btn-default, .btn-default.disabled {
    background-color: #e5ebf1;
    color: #55677d;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background-color: #dfe6ed;
}

.form-group label {
    font-family: "SF UI Text", sans-serif;
    font-weight: 400;
    margin-bottom: 7px;
}

.label {
    font-family: "SF UI Text", sans-serif;
    font-weight: 300;
    font-size: 11px;
}

.label i {
    font-size: 8px;
}

.form-control {
    border-radius: 2px;
    webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 300;
}

thead {
    background-color: #ebeef2;
}

table {
    border: 1px solid #d3dbe1;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border: 1px solid #dfe4ed;
    text-align: center;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 0;
}

.balance-input {
    font-weight: 400;
    color: #006700;
    letter-spacing: 0.3px;
}

.balance-output {
    font-weight: 400;
    color: #f55555;
    letter-spacing: 0.3px;
}

.table-bordered > thead > tr > th > a,
.table-bordered > thead > tr > th {
    font-weight: 600;
    color: #272727;
    padding: 12px;
    background: #fafbfc;
    /*border-bottom: 1px solid #e7e8ec;*/
}

.material-table .table-bordered > thead > tr > th > a,
.material-table .table-bordered > thead > tr > th {
    color: #626d7a;
    font-weight: 400;
}

.material-table .table-bordered > thead > tr > th {
    height: 40px;
    position: relative;
    cursor: pointer;
    padding: 0 4px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.material-table.basic-table > thead > tr > th {
    text-align: center;
}

.referrals-table .table-bordered > tbody > tr > td {
    text-overflow: ellipsis;
    text-align: left;
}

.material-table .table-bordered > tbody > tr > td {
    line-height: initial;
    font-size: 13px;

    vertical-align: middle;
}

.material-table.basic-table .table-bordered > tbody > tr > td {
    padding: 10px;
}

.referrals-table > table {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.nowrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.referrals-table .table-bordered > tbody > tr > td {
    white-space: nowrap;
}

.referrals-table .table-bordered > tbody > tr > a {
    text-decoration: none;
}

.table-bordered > tbody > tr > td {
    font-weight: 400;
    color: #575c66;
    font-size: 12px;
}

.table-bordered > tbody > tr > td > .label {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.balance-amount-label {
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.balance-amount-label i {
    font-size: 11px;
}

.table-striped > tbody > tr {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
    border-bottom: 0px;
    border-right: 0px;
}

.table tr > td {
    border: 1px solid #d3dbe1;
    text-align: center;
}

@media (min-width: 980px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1050px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 60%;
    }
}

.table-non-margin table {
    margin-bottom: 0px;
}

.table-panel {
    box-shadow: 0 0px 0 0 #d7d8db, 0 0 0 0px #e3e4e8;
    text-align: center;
}

.table-panel table, .table-panel .table {
    margin-bottom: 0px;
}

.table-panel .panel-body {
    padding: 0px;
}

.table-panel .panel-heading {
    border-bottom: 0px solid transparent;
}

.table td span {
    position: relative;
    top: -2px;
}

.has-error .help-block {
    display: block;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #e7e8ec;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1f3969;
    color: #fff;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #777;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

.brand-logo {
    height: 32px;
    margin-top: -4px;
}

.label {
    display: inline;
    padding: 4px 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
}

.balance-label {
    font-weight: 600;
}

.balance-label i {
    position: relative;
    top: -1px;
}

#toast-container > .toast {
    background-image: none !important;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
        padding-right: 2px;
        display: block;
    }
}

.pricing {
    text-align: center;
    border: 1px solid #f0f0f0;
    color: #777;
    font-size: 14px;
    padding-left: 0;
}

.pricing .header {
    color: #05264e;
    font-weight: 600;
    font-size: 14px;
}

.pricing img {
    display: block;
    margin: auto;
    width: 32px;
}

.pricing li:first-child,
.pricing li:last-child {
    padding: 20px 13px;
}

.pricing li {
    list-style: none;
    padding: 13px;
}

.pricing li + li {
    border-top: 0px solid #f0f0f0;
}

.pricing big {
    font-size: 32px;
}

.pricing h3 {
    margin-bottom: 0;
    font-size: 36px;
}

.pricing span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.pricing li:nth-last-child(2) {
    padding: 13px 13px;
}

.pricing button:hover {
    opacity: .9;
}

.pricing button:active {
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}

/* pricing color */
.p-green big,
.p-green h3 {
    color: #05264e;
    margin-top: 0px;
}

.p-green button {
    background: #4c7737;
}

.p-yel big,
.p-yel h3 {
    color: #ffbb42;
}

.p-yel button {
    background: #ffbb42;
}

.p-red big,
.p-red h3 {
    color: #e13c4c;
}

.p-red button {
    background: #e13c4c;
}

.p-blue big,
.p-blue h3 {
    color: #3f4bb8;
}

.p-blue button {
    background: #3f4bb8;
}

.chat-status-icon {
    position: relative;
    top: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 15px;
}

.comments-status-icon {
    position: relative;
    top: 1px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
    font-size: 14px;
}

.scenario-enabled {
    color: #5181b8;
}

.scenario-disabled {
    color: #5181b8;
    opacity: 0.2;
}

.custom-alert {
    line-height: 19px;
    font-weight: 300;
}

.label-info {
    background-color: #dfe6ed;
    color: #55677d !important;
}

a:hover {
    text-decoration: none;
}

.update-scenario-icon {
    position: relative;
    top: 0px;
    margin-right: 7px;
    font-size: 15px;
    color: #afafaf;
    text-decoration: none;
}

.test-scenario-icon {
    position: relative;
    top: 0;
    margin-right: 12px;
    font-size: 15px;
    color: #afafaf;
    text-decoration: none;
    cursor: pointer;
}

.test-scenario-icon:hover,
.test-scenario-icon:focus {
    color: #23527c;
}

.update-subscribers-list {
    cursor: pointer;
}

.delete-scenario-icon {
    position: relative;
    top: 0px;
    font-size: 17px;
    color: #afafaf;
    text-decoration: none;
}

.refresh-subscribers-icon {
    position: relative;
    top: 0px;
    font-size: 18px;
    color: #afafaf;
    text-decoration: none;
}

.copy-scenario-icon {
    position: relative;
    top: -1px;
    margin-right: 5px;
    font-size: 14px;
    color: #afafaf;
    text-decoration: none;
}

/* LOADER */

.cssload-loader {
    position: relative;
    left: calc(50% - 31px);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid rgb(96, 208, 254);
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid rgba(45, 71, 254, 1);
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid rgb(45, 127, 254);
}

@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-one {
    0% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-one {
    0% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-one {
    0% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-two {
    0% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-two {
    0% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-two {
    0% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-o-keyframes cssload-rotate-three {
    0% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-ms-keyframes cssload-rotate-three {
    0% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-moz-keyframes cssload-rotate-three {
    0% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

.loader {
    width: 100%;
    left: 0px;
    height: 100%;
    position: absolute;
    z-index: 9999;
    background: #f5f5f5;
    top: 56px;
}

.loader-atoms {
    margin-top: 32%;
}

@media (max-width: 768px) {
    .loader-atoms {
        margin-top: 71%;
    }
}

/* LOADER END */

.breadcrumb > .active {
    color: #707070 !important;
}

.breadcrumb > li {
    display: inline-block;
    font-weight: 400;
}

.breadcrumb {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 0;
    list-style: none;
    font-size: 13px;
    background-color: transparent;
    border-radius: 4px;
    display: none;
}

.breadcrumb li {
    color: #707070;
}

.breadcrumb a {
    color: #707070;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb .icon {
    font-size: 15px;
    position: relative;
    top: 2px;
}

@media (min-width: 768px) {
    .breadcrumb {
        display: inline-block;
    }
}

.select2-container--default .select2-selection--multiple {
    border-radius: 3px !important;
    color: #555 !important;
    border: 1px solid #d3d9de !important;
    padding-left: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
    font-family: "SF UI Text", sans-serif;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 3px;
    border: 1px solid #d3d9de !important;
}

.form-control,
.form-control:focus,
.form-control:active,
.has-success .form-control,
.has-success .form-control:focus {
    border: 1px solid #d3d9de;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.select2-dropdown {
    margin-top: -1px;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    font-family: "SF UI Text", sans-serif;
    overflow-x: hidden;
}

.select2-results {
    width: calc(100% + 18px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d3d9de;
    border-radius: 2px;
    height: 34px;
    padding: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0px solid transparent !important;
    background-color: #dfe6ed !important;
    color: #55677d !important;
}

.field-settingform-keepoutafteradminreply {
    margin-bottom: -4px;
    position: relative;
    top: 3px;
    left: 3px;
}

.scenario-enabled-label {
    font-size: 9px !important;
}

.datetimepicker td, .datetimepicker th {
    text-align: center;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;;
    border-radius: 0px !important;;
    border: none;
}

.datetimepicker table {
    border: none !important;
}

.datetimepicker thead {
    background-color: #f5f5f5;
}

.datetimepicker {
    margin-top: 64px !important;
}

.datetimepicker th {
    font-weight: 500 !important;
    color: #3e3e3e;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #4a76a8 !important;
    background-image: none !important;
    filter: none !important;
    border-color: transparent !important;
    text-shadow: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.admin-container .breadcrumb {
    padding-left: 0px;
}

.stat-counter {
    font-size: 30px;
    padding-bottom: 5px;
    text-align: center;
}

.admin-group-info .item {
    margin-top: 9px;
    font-size: 15px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.admin-group-info strong {
    width: 300px;
    display: inline-block;
}

.alert-panel {
    padding: 20px;
    background: #e64a4a;
    margin-top: 20px;
    color: #f5f5f5;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
}

.alert-panel i {
    font-size: 45px;
    margin-bottom: 15px;
}

.alert-panel a {
    color: #f5f5f5;
    text-decoration: none;
    border-bottom: 1px dashed #f5f5f5;
}

.partner-icon {
    -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
    font-size: 9px;
    position: absolute;
    top: 13px;
    right: 5px;
    color: #494949b8;
}

.partnership-info {
    font-weight: 400;
    text-align: justify;
    line-height: 21px;
    color: #575c66;
}

.subscription-info {
    padding: 10px 15px 18px 15px;
    text-align: center;
    line-height: 17px;
    font-size: 13px;
    font-weight: 400;
}

.current-balance,
.current-balance-referrer,
.partnership-menu-promo-code {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    padding: 15px 10px 10px 10px;
}

.settings-bot-status {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    padding: 15px 10px 10px 10px;
    color: #9c9c9c;
}

.settings-bot-status span.enabled {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: green;
}

.payments-buttons {
    padding-top: 9px;
}

.payments-buttons button i {
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.partnership-menu-promo-code {
    padding: 7px 10px 12px 10px;
    font-size: 20px;
}

.current-balance-referrer .balance-caption,
.current-balance .balance-caption,
.partnership-menu-promo-code .code-label {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 300;
    margin-top: 7px;
}

.partnership-promo-code {
    color: #9c9c9c;
    font-size: 12px;
    font-weight: 300;
    margin-top: 7px;
}

.theme-table .empty {
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
}

.group-avatar {
    margin-right: 10px;
    margin-left: 15px;
    border-radius: 50px;
    height: 35px;
    border: 1px solid #dfe6ed;
}

.referrals-group-avatar {
    height: 25px;
    margin-left: 0;
}

.theme-table td {
    vertical-align: middle !important;
}

@media (max-width: 699px) {
    #reconnect-bot {
        margin-bottom: 5px;
    }
}

@media (max-width: 800px) {
    .sortable-icon {
        visibility: hidden;
    }
}

.table td span.scenario-info-block {
    width: 57px;
    display: inline-block;
    top: 2px;
}

span.scenario-info-block .comments-status-icon {
    float: right;
}

span.scenario-info-block .chat-status-icon {
    float: right;
}

.info-tooltip {
    display: inline-block;
    color: #8e96a3;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 3px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

.tooltip-inner-custom {
    font-size: 13px;
    line-height: 17px;
    padding: 13px 15px;
    color: #000;
    border: 1px solid #c5d0db;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

.tooltip-custom.in {
    opacity: 1;
}

.tooltip-arrow-custom {
    border-bottom-color: rgb(197, 208, 219);
    content: "";
    border-top-color: transparent;
}

.tooltip.top .tooltip-arrow-custom {
    border-width: 6px;
    margin: -7px -6px;
    border-bottom-color: rgb(197, 208, 219);
    transform: rotate(180deg);
    content: "";
    border-top-color: transparent;
}

.tooltip.right .tooltip-arrow-custom {
    border-width: 6px;
    margin: -7px -6px;
    transform: rotate(-90deg);
    border-right-color: transparent;
}

.tooltip-inner {
    /*font-size: 13px;*/
    /*line-height: 17px;*/
    /*padding: 13px 15px;*/
    /*color: #000;*/
    /*border: 1px solid #c5d0db;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);*/
    font-family: "SF UI Text", sans-serif;
    font-weight: 300;
}

.tooltip.in {
    /*opacity: 1;*/
}

.tooltip-arrow {
    /*border-bottom-color: rgb(197, 208, 219);*/
    /*content: "";*/
    /*border-top-color: transparent;*/
}

.tooltip.top .tooltip-arrow {
    /*border-width: 6px;*/
    /*margin: -7px -6px;*/
    /*border-bottom-color: rgb(197, 208, 219);*/
    /*transform: rotate(180deg);*/
    /*content: "";*/
    /*border-top-color: transparent;*/
}

.tooltip.right .tooltip-arrow {
    /*border-width: 6px;*/
    /*margin: -7px -6px;*/
    /*transform: rotate(-90deg);*/
    /*border-right-color: transparent;*/
}

.fast-modal .modal-footer {
    padding: 12px;
    min-height: initial;
}

.fast-modal .modal-body {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.modal .close .ti-close {
    font-size: 11px;
}

.modal .close .ti-close:active {
    outline: none;
}

.btn-default-transparent {
    background-color: transparent;
    color: #2a5885;
}

.btn.btn-default-transparent:focus,
.btn.btn-default-transparent:hover,
.btn.btn-default-transparent:active {
    background-color: #e5ebf1;
    color: #2a5885;
    outline: none;
}

.loading-button {
    width: 65px;
    height: 30px;
}

.button-loader {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    animation: button-loader-keyframes 0.6s ease alternate infinite;
    animation-delay: 0.30s;
    top: 50%;
    margin: -31px auto 0;
}

.button-loader::after, .button-loader::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    animation: button-loader-keyframes 0.6s ease alternate infinite;
}

.button-loader::before {
    left: -15px;
    animation-delay: 0.14s;
}

.button-loader::after {
    right: -15px;
    animation-delay: 0.41s;
}

@keyframes button-loader-keyframes {
    0% {
        box-shadow: 0 28px 0 rgba(255, 255, 255, 0.15);
    }
    25% {
        box-shadow: 0 28px 0 rgba(255, 255, 255, 0.35);
    }
    50% {
        box-shadow: 0 28px 0 rgba(255, 255, 255, 0.65);
    }
    75% {
        box-shadow: 0 28px 0 rgba(255, 255, 255, 0.75);
    }
    100% {
        box-shadow: 0 28px 0 rgba(255, 255, 255, 0.90);
    }
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 12px;
        width: 11em
    }

    #toast-container > div.rtl {
        padding: 12px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 12px;
        width: 18em
    }

    #toast-container > div.rtl {
        padding: 12px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 15px;
        width: 25em
    }

    #toast-container > div.rtl {
        padding: 15px 15px 15px 15px
    }
}

.balance-amount .fa-ruble {
    font-size: 11px;
}

.current-balance-label {
    font-weight: 400;
}

.dispatch-items-list {
    margin-top: 0;
}

.material-panel,
.material-table,
.material-alert,
.material-pagination .pagination {
    color: #222;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
    margin-bottom: 10px;
}

.material-panel {
    margin-bottom: 20px;
}

.material-alert {
    border: none;
    line-height: 19px;
    color: #575c66;
}

.material-panel .panel-heading {
    border-radius: 8px 8px 0 0;
}

.material-panel .panel-heading h1,
.material-panel .panel-heading h2,
.material-panel .panel-heading h3,
.material-panel .panel-heading h4,
.material-panel .panel-heading h5,
.material-panel .panel-heading h6 {
    margin: 0;
}

.material-table {
    overflow: hidden;
    overflow-x: auto;
    margin-top: 0;
    /*border: 1px solid #e7e8ec;*/
    width: 100%;
    background: white;
    border-radius: 8px;
    display: block;
}

.material-table table {
    max-width: 100%;
    width: 100%;
    border: none;
}

.material-table th {
    padding: 14px;
    background: white;
    border-bottom: 1px solid #e7e8ec;
}

.material-table td {
    padding: 13px;
}

.table-one-line-td td,
.one-line-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.material-table th a,
.material-table th {
    color: #626d7a;
    font-weight: 400;
}

.material-table tr {
}

.material-table tr:last-child {
    border-bottom: none;
}

.dispatch-items-list .pagination {
    color: #222;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
}

.dispatch-items-list .panel .panel-footer {
    background-color: #f5f7fa;
    border-color: #ececec;
    color: #6f7985;
    padding: 15px;
    text-align: left;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dispatch-items-list .panel .panel-footer .sent-time {
    width: 63%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: -5px;
}

.dispatch-items-list .panel .panel-footer .sent-time .time-tooltip {
    cursor: pointer;
}


.dispatch-items-list .buttons {
    display: inline-block;
    float: right;
}

.dispatch-items-list .name {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 65%;
    overflow: hidden;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.dispatch-items-list .options {
    margin-top: 20px;
}

.dispatch-items-list .options .item {
    margin-bottom: 10px;
}

.dispatch-items-list .options .item .data {
    font-weight: 500;
    font-size: 24px;
}

.dispatch-items-list .options .item .data-label {
    color: #939393;
    font-size: 13px;
    font-weight: 400;
}

.dispatch-items-list .name .status {
    margin-right: 5px;
}

.dispatch-items-list .pagination {
    margin-top: 5px;
    margin-bottom: 25px;
}

.dispatch-items-list .dispatch-test-button {
    float: right;
    margin-top: -3px;
}

.dispatch-items-list .panel-footer {
    min-height: 49px;
}

.dispatch-send-button {
    margin-top: -3px;
    margin-left: 10px;
    float: right;
}

.pagination .ti-angle-left,
.pagination .ti-angle-right {
    position: relative;
    top: 1px;
}

.btn-small {
    padding: 4px 10px 5px;
}

.navigate-panel-separator {
    border-top: 1px solid #e7e8ec;
    margin: 5px 15px;
}

.pre-navigate-separator {
    padding-bottom: 10px;
}

.navigate-panel-body {
    border: none;
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
}

.navigate-panel-body a {
    display: block;
    text-align: left;
    color: #656565;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px;
    line-height: 31px;
    text-decoration: none;
}

.navigate-panel-body a:hover {
    background-color: #f0f2f5;
}

.navigate-panel-body a.active {
    color: #000;
    font-weight: 500;
    background-color: #f0f2f5;
}

.navigate-panel-body a:last-child {
    margin-bottom: 0;
}

.navigate-panel-body span {
    margin-left: 20px;
}

.alert-info.material-panel {
    color: #525252;
}

.dispatch-items-list .panel-footer.dispatch-list-item-footer {
    height: initial;
}

.dispatch-list-central-remove-icon {
    position: absolute;
    left: 35px;
    top: 19px;
    font-size: 15px !important;
    background: white;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.system-dispatch-list-info-alert {
    margin-bottom: 0;
    padding: 5px 15px;
    margin-top: 20px;
}

.scenario-dispatch-list-info {
    margin-top: -5px;
    margin-bottom: 10px;
    padding: 5px 15px;
}

.alert.material-panel {
    box-shadow: 0 4px 20px 10px rgba(0, 0, 0, .08);
}

.root-row {
    margin-top: 20px;
    margin-bottom: 10px;
}

.right-separator {
    border-right: 1px solid #e7e8ec;
}

.menu-new-label {
    padding: 3px 3px;
    font-size: 9px;
    position: relative;
    top: -1px;
    background: #f55555;
    display: inline-block;
}

.promocode-copy-button {
    font-size: 17px;
    margin-right: 5px;
    cursor: pointer;
}

.top-alert {
    margin-bottom: 0;
    margin-top: 15px;
}

.root-row .top-alert {
    margin-top: 0;
    margin-bottom: 20px;
}

.scenario-test-button {
    margin-right: 5px;
}

.menu-content .switchery-group {
    padding: 10px 15px;
}

.menu-content .switchery-group .switchery-label {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 13px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: block;
}

.menu-content .switchery-group .switchery-label .switchery-label-span {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.menu-content .switchery-group .switchery-label:last-child {
    margin-bottom: 0;
}

.gray-span {
    color: #939393;
}

.landing-items-list .panel .description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.landing-items-list .row-item {
}

.landing-items-list .row-item:last-child {
    margin-bottom: 0;
}

.landing-link-button {
    margin-right: 10px;
    font-size: 16px;
    position: relative;
    top: 1px;
    color: #afafaf;
    text-decoration: none;
    -webkit-transition: 0.2s color;
    -moz-transition: 0.2s color;
    -ms-transition: 0.2s color;
    -o-transition: 0.2s color;
    transition: 0.2s color;
}


.alert.material-panel.tab-info-alert {
    margin-bottom: 20px;
}

.label-beta {
    margin-left: 10px !important;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: 400;
    background: #5181b8;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner {
    display: inline-block;
    width: 44px;
    height: 44px;
    -webkit-animation: rotating 0.75s linear infinite;
    -moz-animation: rotating 0.75s linear infinite;
    -o-animation: rotating 0.75s linear infinite;
    animation: rotating 0.75s linear infinite;

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

    background: url("/images/spinner.svg");
}

.stat-spinner {
    text-align: center;
    height: 345px;
    padding: 139px;
}

.stat-spinner {
    height: 300px;
}

.scenario-items-list .panel .name {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    max-width: 400px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.scenario-items-list .panel h5 {
    padding: 3px;
}

.scenario-items-list .panel .panel-body {
    padding: 12px;
}

.scenario-items-list .panel {
    margin-bottom: 5px;
}

.scenario-items-list .panel .key-label {
    margin-right: 5px;
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    float: left;
}

.scenario-items-list .panel .key-label:last-child {
    /*margin-right: 0;*/
}

@media (max-width: 767px) {
    .scenario-items-list .panel .key-label {
        display: none;
    }

    .scenario-items-list .panel .key-label:nth-child(-n+1) {
        display: inline-block;
    }

    .scenario-items-list .panel .name {
        max-width: 53%;
    }

    .scenario-items-list .panel {
        margin-bottom: 9px;
    }
}

.scenario-items-list .panel .scenario-status {
    display: inline-block;
    float: left;
    width: 21px;
    height: 19px;
}

.scenario-items-list .buttons {
    display: inline-block;
    float: right;
}

.scenario-items-list .buttons a {
    margin-right: 12px;
}

.scenario-items-list .buttons a:last-child {
    margin-right: 5px;
}

.scenario-status {
    cursor: pointer;
}

.scenario-status-left {
    width: 6px;
    height: 12px;
    float: left;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    margin-top: 4px;
    border: 2px solid #ff4c4c;
    border-right: 0;
}

.scenario-status-right {
    width: 6px;
    height: 12px;
    float: left;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    margin-top: 4px;
    border: 2px solid #ff4c4c;
    border-left: 0;
}

.scenario-status-left.enabled,
.scenario-status-right.enabled {
    border-color: #0fa34d;
}

.scenario-list-pager {
    display: inline-block;
    width: 100%;
    margin-bottom: -10px;
}

.navigate-panel-body .menu-scenario-count {
    margin-left: 0;
    color: #656565;
    font-weight: 300;
    float: right;
    margin-right: 20px;
}

.scenario-toggles-tooltip .tooltip-inner {
    font-size: 13px;
    line-height: 17px;
    padding: 13px 15px;
    color: #000;
    border: 1px solid #c5d0db;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);

    max-width: 270px;
    text-align: left;
    margin-left: -10px;
    margin-top: 5px;
}

.scenario-toggles-tooltip.in {
    opacity: 1;
}

.scenario-toggles-tooltip.right .tooltip-arrow {
    display: none;
}

.scenario-list-toggles label {
    font-weight: 300;
    font-size: 11px;
    text-align: left;
    vertical-align: middle;
    font-family: "SF UI Text", sans-serif;
    margin-left: 5px;
    margin-bottom: 0;
}

.scenario-list-toggles .toggle {
    margin-bottom: 7px;
}

.scenario-list-toggles .toggle:last-child {
    margin-bottom: 0;
}

.scenario-list-toggles label .switchery {
    margin-right: 7px;
}

.subscribe-button,
.unsubscribe-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

@media (max-width: 767px) {
    .subscribe-button,
    .unsubscribe-button {
        max-width: 200px;
    }
}

.menu-content .switchery-input {
    margin-bottom: 5px;
}

.menu-content .switchery-input:last-child {
    margin-bottom: 0;
}

.switchery-input label {
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-left: 5px;
    cursor: pointer;
}

.landing-chart {
    height: 145px;
    display: none;
}

.dispatch-items-list .panel,
.stat-items-list .panel {
    margin-bottom: 15px;
}

.dispatch-items-list .panel .panel-footer.panel-stat-footer {
    padding: 0;
}

.dispatch-items-list .panel .panel-footer .spinner-area {
    padding: 43px;
}

.utm-filter-dropdown {
    display: inline-block;
    height: 26px;
    padding: 2px 7px;
    font-size: 13px;
}

.utm-stat-filter .form-group {
    display: inline-block;
}

.utm-stat-filter .form-group label {
    display: block;
    color: #656565;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.4px;
    dispatch-items-list
}

.landing-detailed-stat-alert {
    margin-bottom: 0;
    margin-top: -5px;
}