@charset "UTF-8";
@import "styleMenu.css";

@font-face {
    font-family: 'KelsonSansBG-Light';
    src: url("https://my.iservices.bg/fonts/KelsonSansBG-Light.ttf") format("truetype")
}
@font-face {
    font-family: 'KelsonSansBG-Normal';
    src: url("https://my.iservices.bg/fonts/KelsonSansBG-Normal.ttf") format("truetype")
}
@font-face {
    font-family: 'KelsonSansBG-Bold';
    src: url("https://my.iservices.bg/fonts/KelsonSansBG-Bold.ttf") format("truetype")
}

input::-webkit-textfield-decoration-container {
    visibility: hidden; /* or whatever styling you want */
}

.screenImage {
    background: url("../images/hero_large_2x.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.topBarLogin {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: rgba(0, 52, 86, 0.7);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: 'KelsonSansBG-Normal', sans-serif;
    font-size: 24px;
    color: #fff;
}
.bottomBarLogin {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    background-color: rgba(0, 52, 86, 0.7);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 12px;
    color: #fff;
}
.login-window {
    position: fixed;
    width: 400px;
    height: 309px;
    max-height: 309px;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    padding: 20px;
    display: flex;
    box-shadow: rgba(0,0,0,.5) 0 5px 50px;
    background-color: rgba(22, 105, 159, 0.25);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-clip: padding-box;
    border-radius: 15px;
}
.animated {
    -webkit-animation: cssAnimation 0.2s 1 ease;
    -moz-animation: cssAnimation 0.2s 1 ease;
    -o-animation: cssAnimation 0.2s 1 ease;
}
@-webkit-keyframes cssAnimation {
    from { -webkit-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px); }
    to { -webkit-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
    from { -moz-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px); }
    to { -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
}
@-o-keyframes cssAnimation {
    from { -o-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px); }
    to { -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
}

.inputLogin {
    border: solid 1px #3f92c9;
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 33px 10px 10px;
    outline: none;
}
.inputLogin:focus {
    border-color: #005e9d;
}
.inputLogin::-webkit-input-placeholder {
    color: #3f92c9;
}

.buttonLogin {
    background-color: #006eb7;
    border: solid 1px #004f84;
    padding: 12px 40px 9px 40px;
    font-family: 'KelsonSansBG-Normal', sans-serif;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}
.buttonLogin:hover {
    background-color: #004f84;
    padding: 14px 42px 11px 42px;
}

/* --- system --- */
.cover-screen {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.30);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 999;
}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fit-content {
    width: fit-content;
}
.pointer {
    cursor: pointer;
}

div.no-scroll::-webkit-scrollbar {
    display: none;
}

.home-section .home-title {
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #0655c7;
}
.home-section .home-title .home-description {
    display: flex;
    align-items: center;
}
.home-section .home-title .home-description div#toggleMenu {
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 5px;
}
.home-section .home-title .home-description .fa-bars {
    font-size: 22px;
    color: #333;
    cursor: pointer;
}
.home-section .home-title .home-buttons {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.home-section .home-content {
    display: flex;
    padding: 10px;
    height: calc(100vh - 112px);
}

.bottomBar {
    height: 30px;
    width: 100%;
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: #666;
    border-top: 1px solid #ccc;
}

/* --- search --- */
.search-panel {
    border: 1px solid #1B408E;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;;
    border-radius: 20px;
}
.search-input {
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 14px;
    line-height: 38px;
    font-weight: 300;
    color: #1B408E;
    padding: 0;
    outline: none;
    border: none;
}
input.search-input::placeholder {
    color: #5471ad;
    opacity: 1; /* Firefox */
}
input.search-input:-ms-input-placeholder {
    color: #5471ad;
}
input.search-input::-ms-input-placeholder {
    color: #5471ad;
}

.search-clear-btn {
    color: rgba(240, 84, 35, 0.70);
    cursor: pointer;
    visibility: hidden;
}
.search-clear-btn:hover {
    color: #fc1900;
}

.clientsWindow {
    position: absolute;
    top: 56px;
    left: 492px;
    border:1px solid #2980b9;
    height: 250px;
    width: 312px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    z-index: 99999999;
}
.sidebar.close ~ .clientsWindow {
    left: 300px;;
}
.clientsLine {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #3498db;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #d5d5d5;
}
.clientsLine:hover {
    color: #fff;
    background-color: #3498db;
}
.clientsLineS {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #3498db;
    border-bottom: 1px solid #d5d5d5;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'KelsonSansBG-Normal', sans-serif;
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 35px;
    width: 35px;
    margin: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: 0.3s;
}
.btn.zoom:hover {
    margin: 0;
    height: 37px;
    width: 37px;
}

.btn-circle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 18px;
    width: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-circle.greyGreen {
    color: #f5f5f5;
    background-color: #999999;
}
.btn-circle.greyGreen:hover {
    color: #fff;
    background-color: #27ae60;
}

.btn.standard {
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
}
.btn.standard:hover {
    border: 1px solid #777;
    background-color: #e5e5e5;
}

.btn.green {
    color: #fff;
    border: 1px solid #27ae60;
    background-color: #2ecc71;
}
.btn.green:hover {
    border: 1px solid #27ae60;
    background-color: #27ae60;
}

.btn.light_green {
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
}
.btn.light_green:hover {
    border: 1px solid #27ae60;
    color: #27ae60;
}

.btn.red {
    color: #ffffff;
    border: 1px solid #c0392b;
    background-color: #e74c3c;
}
.btn.red:hover {
    border: 1px solid #c0392b;
    background-color: #c0392b;
}

.btn.light_red {
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
}
.btn.light_red:hover {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.small-btn-tab {
    display: none;
    flex-direction: row;
    align-items: center;
    overflow:hidden;
    height: 0;
    width: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    margin-left: 0;
    border: 0 solid #d5d5d5;
    background-color: #e5e5e5;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}
.btn-options:hover .small-btn-tab{
    display: flex;
    height: 20px;
    width: auto;
    opacity: 1;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    animation: showBtnOptions .2s ease 1s backwards;
}
@keyframes showBtnOptions {
    from {
        opacity: 0;
        height: 0;
        width: 0;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        border: 0 solid #d5d5d5;
    }
    to {
        opacity: 1;
        height: 20px;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
        border: 1px solid #d5d5d5;
    }
}

.hoverRed {
    color: inherit;
    cursor: pointer;
}
.hoverRed:hover {
    color: #e74c3c;
}
.hoverGreen {
    color: inherit;
    cursor: pointer;
}
.hoverGreen:hover {
    color: #2ecc71;
}
.hoverBlue {
    color: inherit;
    cursor: pointer;
}
.hoverBlue:hover {
    color: #1B408E;
}

.inputService {
    background-color: #ffffff;
    border: solid 1px #a9d1ec;
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #006eb7;
    padding: 9px 6px 7px 6px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.inputService:focus {
    border: solid 1px #2980b9;
}

.inputData {
    border: solid 1px #d9e5ed;
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 15px;
    line-height: 17px;
    color: #1B408E;
    padding: 9px 8px 7px 8px;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.inputData:focus {
    border: solid 1px #2980b9;
}


/* ---- flex ---- */

.red {
    color: #e74c3c;
}

.vl_grey {
    color: #ccc;
}
.light_grey {
    color: #999;
}
.grey {
    color: #666;
}
.dark_grey {
    color: #333;
}

.blue {
    color: #3498db;
}
.dark_blue {
    color: #1B408E;
}

.green {
    color: #27ae60;
}
.dark_green {
    color: #00825a;
}

.white {
    color: #ffffff;
}
.black {
    color: #000000;
}

.markOver {
    cursor: pointer;
}
.markOver:hover {
    background-color: #f5f5f5;
}

.kelsonL {
    font-family: 'KelsonSansBG-Light', sans-serif;
}
.kelsonN {
    font-family: 'KelsonSansBG-Normal', sans-serif;
}

.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.fs15 {
    font-size: 15px;
}
.fs16 {
    font-size: 16px;
}
.fs17 {
    font-size: 17px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs21 {
    font-size: 21px;
}
.fs22 {
    font-size: 22px;
}
.fs23 {
    font-size: 23px;
}
.fs24 {
    font-size: 24px;
}

.lh10 {
    line-height: 10px;
}
.lh11 {
    line-height: 11px;
}
.lh12 {
    line-height: 12px;
}
.lh13 {
    line-height: 13px;
}
.lh14 {
    line-height: 14px;
}
.lh15 {
    line-height: 15px;
}
.lh16 {
    line-height: 16px;
}
.lh17 {
    line-height: 17px;
}
.lh18 {
    line-height: 18px;
}
.lh19 {
    line-height: 19px;
}
.lh20 {
    line-height: 20px;
}
.lh21 {
    line-height: 21px;
}
.lh22 {
    line-height: 22px;
}
.lh23 {
    line-height: 23px;
}
.lh24 {
    line-height: 24px;
}

.ls-0 {
    letter-spacing: 0;
}
.ls-05 {
    letter-spacing: -0.5px;
}
.ls-1 {
    letter-spacing: -1px;
}

.flex {
    display: flex;
}
.flex-col {
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
    flex-direction: row;
}

.ai-c {
    align-items: center;
}
.ai-fs {
    align-items: flex-start;
}
.ai-fe {
    align-items: flex-end;
}
.ai-str {
    align-items: stretch;
}

.jc-c {
    justify-content: center;
}
.jc-fs {
    justify-content: flex-start;
}
.jc-fe {
    justify-content: flex-end;
}
.jc-sb {
    justify-content: space-between;
}

.pt1 {
    padding-top: 1px;
}
.pt2 {
    padding-top: 2px;
}
.pt4 {
    padding-top: 4px;
}
.pt5 {
    padding-top: 5px;
}

.px5 {
    padding-left: 5px;
    padding-right: 5px;
}
.px10 {
    padding-left: 10px;
    padding-right: 10px;
}

.py5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}

.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}

.ml5 {
    margin-left: 5px;
}
.ml8 {
    margin-left: 8px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}

.mt1 {
    margin-top: 1px;
}
.mt2 {
    margin-top: 2px;
}
.mt3 {
    margin-top: 3px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}

.my5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mx5 {
    margin-left: 5px;
    margin-right: 5px;
}
.mx10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m10 {
    margin: 10px;
}

/* --- rounded --- */

.br3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.br5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.br7 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.br10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* --- invoice --- */
.br-b {
    border-bottom: 1px solid #000;
}
.br-t {
    border-top: 1px solid #000;
}
.br-l {
    border-left: 1px solid #000;
}
.br-r {
    border-right: 1px solid #000;
}

.ta-c {
    text-align: center;
}
.ta-r {
    text-align: right;
}

.aside-popup {
    position: absolute;
    top: 10px;
    bottom: 10px;
    background-color: #fff;
    border: 1px solid #1B408E;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9999;
}
.aside-title {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #1B408E;
    margin-left: 10px;
    margin-right: 10px;
}

/* Customize the radio or checkbox container */
.container {
    width: 18px;
    height: 18px;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #1B408E;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #eee;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #1B408E;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Create a custom checkbox */
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #d9e5ed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark1 {
    background-color: #eee;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark1 {
    background-color: #1B408E;
    border: 1px solid #1B408E;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark1:after {
    display: block;
}
/* Style the checkmark/indicator */
.container .checkmark1:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom checkbox red */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #e74c3c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark2 {
    background-color: #eee;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark2 {
    background-color: #e74c3c;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark2:after {
    display: block;
}
/* Style the checkmark/indicator */
.container .checkmark2:after {
    left: 5px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ---error --- */
.notificationWindow {
    width: 330px;
    position: fixed;
    right: 10px;
    bottom: 53px;
    display: block;
    z-index: 999999;
}

.notification {
    font-family: 'KelsonSansBG-Light', sans-serif;
    width: 300px;
    display: block;
    margin-bottom: 10px;
    padding: 14px;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-animation: notifIn 0.5s 1 ease;
    -moz-animation: notifIn 0.5s 1 ease;
    -o-animation: notifIn 0.5s 1 ease;
}
.notiOut {
    font-family: 'KelsonSansBG-Light', sans-serif;
    width: 300px;
    display: block;
    margin-bottom: 10px;
    margin-left: 400px;
    padding: 14px;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-animation: notifOut 0.3s 1 ease;
    -moz-animation: notifOut 0.3s 1 ease;
    -o-animation: notifOut 0.3s 1 ease;
}

.error {
    background-color: #d2201a;
}
.success {
    background-color: #27ae60;
}
.not-title {
    font-family: 'KelsonSansBG-Normal', sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    height: 16px;
}
.not-message {
    font-size: 12px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.not-close-btn {
    float: right;
    cursor: pointer;
    font-size: 16px;
    color: #d2d2d2;
    text-decoration: none;
    outline: 0;
}
.not-close-btn:hover {
    color: #fff;
}

@-webkit-keyframes notifOut {
    from { margin-left: 0; opacity: 1.0; }
    to { margin-left: 400px; opacity: 0.0; }
}
@-moz-keyframes notifOut {
    from { margin-left: 0; opacity: 1.0; }
    to { margin-left: 400px; opacity: 0.0; }
}
@-o-keyframes notifOut {
    from { margin-left: 0; opacity: 1.0; }
    to { margin-left: 400px; opacity: 0.0; }
}

@-webkit-keyframes notifIn {
    from { margin-bottom: -30px; opacity: 0.0; }
    to { margin-bottom: 10px; opacity: 1.0; }
}
@-moz-keyframes notifIn {
    from { margin-bottom: -30px; opacity: 0.0; }
    to { margin-bottom: 10px; opacity: 1.0; }
}
@-o-keyframes notifIn {
    from { margin-bottom: -30px; opacity: 0.0; }
    to { margin-bottom: 10px; opacity: 1.0; }
}

.tippy-tooltip.myServices-theme {
    background-color: black;
    font-family: 'KelsonSansBG-Light', sans-serif;
    font-size: 15px;
    color: #fff;
}