:root {
    --color-primary: #f2a900;
    --color-primary-light: #d39300;
    --color-primary-dark: #7e5800;
    --color-secondary: #353535;
    --color-secondary-light: #858585;
    --color-nearly-black: #1e1e1e;
    --color-gray: #4a4a4a;
    --color-third: #f3f2f3;

    --color-white: #ffffff;
    --color-black: #000000;

    --color-text-color: #333333;
    --color-text-color-light: #9b9b9b;

    --color-background-grey: #dedede;
    --color-background-grey2: #f5f5f5;

    --color-border-grey: #f3f3f3;

    --color-grey-v1: #555555;
    --color-grey-v2: #707070;
    --color-grey-v3: #bfbfbf;

    --default-font-size: 16px;

    --color-environment-indicator: #ff8833;
    --color-environment-indicator-staging: #33c5ff;
}

.environmentIndicator {
    z-index: 9001;
    cursor: pointer;
    opacity: 0.4;

    position: fixed;
    top: -100px;
    left: -100px;
    width: 200px;
    padding-top: 145px;

    background-color: var(--color-environment-indicator);
    color: var(--color-white);

    font-size: 36px;
    font-family: "Arial", sans-serif;

    line-height: 50px;
    text-align: center;
    vertical-align: baseline;
    transform: rotate(315deg);
}

.environmentIndicator.staging {
    background-color: var(--color-environment-indicator-staging);
}

.release-info-additional {
    display: none;
}

.release-info:hover .release-info-additional {
    display: initial;
}


.logo-lg img {
    height: 70px;
}

.pointer {
    cursor: pointer;
}

.jq-toast-wrap {
    width: 300px;
}

.card,
.navbar-custom,
.leftside-menu {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.timeline {
    margin: 0;
    height: 12px;
    position: relative
}

.timeline-progress {
    height: 2px;
    background: var(--ct-tertiary-bg);
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0
}

.timeline-progress div {
    height: 2px;
    background: rgb(var(--ct-danger-rgb))
}

.timeline-start-end {
    margin-top: 10px
}

.timeline-start-end div {
    float: right
}

.timeline ul {
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    top: 0
}

.timeline ul li {
    position: absolute;
    display: block
}

.timeline ul li.timeline-date-start {
    left: 0;
    top: 0;
    height: 12px;
    width: 3px;
    background: rgb(var(--ct-danger-rgb))
}

.timeline ul li.timeline-date-end {
    right: 0;
    top: 0;
    height: 12px;
    width: 3px;
    background: rgb(var(--ct-danger-rgb))
}

.timeline ul li.timeline-date-end.timeline-date-end-upc {
    background: #000
}

.timeline ul li.timeline-date-now {
    top: 0;
    margin-left: -6px;
    border-left: 6px solid #fff0;
    border-right: 6px solid #fff0;
    border-bottom: 6px solid rgb(var(--ct-danger-rgb));
    border-top: 6px solid rgb(var(--ct-danger-rgb));
    z-index: 1
}

.timeline ul li.timeline-date {
    cursor: pointer;
    top: 2px;
    width: 8px;
    height: 8px;
    background: rgb(var(--ct-danger-rgb));
    border-radius: 50%;
    border: 2px solid #fff0;
    margin-left: -4px;
    transition: border 300ms 0ms, height 300ms 0ms, width 300ms 0ms, background 300ms 0ms, top 300ms 0ms, margin 300ms 0ms
}

.timeline ul li.timeline-date:hover {
    background: #202020;
    border-color: rgb(var(--ct-danger-rgb));
    width: 10px;
    height: 10px;
    top: 1px;
    margin-left: -5px
}

.timeline ul li.timeline-date.timeline-date-upc:hover {
    border-color: #4d4d4d;
    background: #202020
}

.timeline ul li.timeline-date.timeline-date-upc {
    background: #000
}

.timeline-tip {
    background: #000;
    position: absolute;
    left: 0;
    z-index: 99999;
    padding: 5px 12px;
    border: 1px solid #202020
}

.timeline-tip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff0 #fff0 #fff0 rgb(var(--ct-danger-rgb));
    border-width: 9px 0 0 9px;
    position: absolute;
    bottom: 0;
    left: 0
}

.timeline-tip.timeline-tip-right:after {
    border-color: #fff0 #fff0 rgb(var(--ct-danger-rgb)) #fff0;
    border-width: 0 0 9px 9px;
    right: 0;
    left: auto
}

.timeline-tip div:nth-of-type(1) {
    color: rgb(var(--ct-danger-rgb))
}

.role-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}