.datatable-header-bracket {
    font-weight: 100 !important;
    color: #96a2b4
}


html {
    scroll-behavior: smooth;
}

/* body {
    /*font-family: 'Rubik', sans-serif !important;*/
/*font-family: 'Fira Sans', sans-serif !important;*/
/* } */

input[type="text"]:disabled {
    color: #96a2b4 !important;
}

/*::placeholder {*/
/*    color: white !important;;*/
/*    opacity: 1 !important;; !* Firefox *!*/
/*}*/

/*:-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
/*    color: white !important;;*/
/*}*/

/*::-ms-input-placeholder { !* Microsoft Edge *!*/
/*    color: white !important;*/
/*}*/

/* .dropdown:hover .dropdown-menu {
    display: block;
} */


/*input, select, .select2 {*/
/*    max-height: 20px;*/
/*}*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.tab-content {
    margin-top: 10px !important;
}

b {
    font-size: 13px;
}

.b-r-1 {
    border-right: 1px solid;
}

.border-bottom-danger {
    border-bottom: 1px solid red !important;
}

.footer {
    bottom: 0;
    color: #58666e;
    left: 0px;
    padding: 10px 30px !important;
    position: absolute;
    right: 0;
    background: #ffffff;
}

/* add-item START */

.radio-inline,
.form-horizontal .radio {
    padding-top: 0px !important;
}

.panel-body {
    background-color: rgb(28, 30, 37) !important;
}

.wrap-button-redesign {
    border: 1px solid rgb(52, 177, 100);
    border-radius: 3px;
    text-transform: uppercase;
    background-color: rgb(52, 177, 100);
    color: rgb(28, 30, 37);
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: -1.5px;
}

.white-border-2px {
    border: 2px solid white;
}

.wrap-button-warning-redesign {
    border: 1px solid #ffc36d;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #ffc36d;
    color: rgb(28, 30, 37);
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: -1.5px;
}

.list-group-item {
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 70%;
    font-size: 13px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.list-group-item:hover {
    background-color: #343a40 !important;
    opacity: 90%;
}

.node-selected {
    background: #2cabe3 !important;
    color: rgb(28, 30, 37) !important;
    opacity: 100%;
}

.node-selected:hover {
    background: #2996c5 !important;
    color: rgb(28, 30, 37) !important;
}

#add-to-all-environmental-table > tbody > tr > td {
    vertical-align: middle;
}

#add-to-all-health-ingredients-table > tbody > tr > td {
    vertical-align: middle;
}

#add-to-all > tbody > tr > td {
    vertical-align: middle;
}

#add-to-all-ingredients > tbody > tr > td {
    vertical-align: middle;
}

.inputGroup label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: rgb(221, 221, 221);
    background: rgb(28, 30, 37);
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.inputGroup label:hover {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: rgb(221, 221, 221);
    background: rgb(41, 44, 54);
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}


/* add-item END */

/* pricing setup start */
.launch-date-width {
    width: 118px !important;
}

/* pricing setup end */

/* tehcnical-review start */

/* tehcnical-review end */
#completed-tasks-table > tbody > tr > td {
    padding: 0px !important;
}

#open-tasks-table > tbody > tr > td {
    padding: 0px !important;
}

#archived-tasks-table > tbody > tr > td {
    padding: 0px !important;
}

.log_hs_code {
    max-width: 95%;
}

/* company */
.tabs-style-iconbox nav ul li a {
    padding: 10px 0;
}

.tabs-style-iconbox nav ul li.tab-current a {
    background: #2c3e50;
    color: #dbdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs-style-iconbox nav ul li.tab-current a:after {
    border-top-color: #2c3e50;
}


.contact-list td img {
    width: 20px;
}

.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
}

.items-w-auto {
    max-width: 100px !important;
    width: auto !important;
    padding-right: 30px !important;
}

.select2-container-multi .select2-choices {
    min-height: 24px !important;
}

/* company end */
select.input-sm {
    line-height: 1.4;
}

.chat-text {
    background-color: #343a40;
    border-radius: 4px;
    color: rgb(214, 214, 214) !important;
}

.chat-text > h4 {
    color: rgb(214, 214, 214) !important;
}

.thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    border-radius: 5px;
    margin-bottom: 0px;
}

.thumbnail:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.card-edit-btn {
    display: none;
    position: absolute;
    right: 20px;
}

.thumbnail:hover > div > .card-edit-btn {
    display: inline-block;
    cursor: pointer;
}

.mm-height-220 {
    min-height: 220px;
    height: 220px;
    max-height: 220px;
}

.mm-height-300 {
    min-height: 280px;
    height: 280px;
    max-height: 280px;
}

.card-glow {
    -webkit-box-shadow: 0px 0px 7px 1px rgba(21, 168, 217, 0.8);
    -moz-box-shadow: 0px 0px 7px 1px rgba(21, 168, 217, 0.8);
    box-shadow: 0px 0px 7px 1px rgba(21, 168, 217, 0.8);
}

/* card end */


/* customers start */
.customer-nav-tabs > li.active > a,
.customer-nav-tabs > li.active > a:focus,
.customer-nav-tabs > li.active > a:hover {
    border-bottom: 1px solid #0275d8 !important;
}

/* customers end */

.hide_column {
    display: none;
}

.stop-wrapping {
    table-layout: fixed !important;
    word-wrap: break-word !important;
}

.table > tbody > td {
    table-layout: fixed !important;
    word-wrap: break-word !important;
}

.table-hover > tr:hover {
    background-color: #3c4452 !important;
}

.sidebar-nav {
    width: auto !important;
}

.label-dec-width {
    width: 200px !important;
}

.allergen-width {
    min-width: 270px !important;
}

.contains-label-dec-width {
    width: 176px !important;
}


.new-pass-shadow {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}


.uploader-dd-area {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: transparent;
    border: 2px dashed #e8e8e8;
    color: white;
}

.uploader-dd-area input {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.uploader-dd-area img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
}

/* Single file form START */
.uploader-dd-area-modal {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    background: transparent;
    border: 2px dashed #e8e8e8;
    color: white;
    left: 270px;
}

.uploader-dd-area-modal input {
    position: absolute;
    width: 300px;
    height: 300px;
    /*top: -50px;*/
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.uploader-dd-area-modal img {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
}

/* Single file form END */


/* Single smaller file form START */
.uploader-dd-area-modal-small {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 250px;
    /*background: transparent;*/
    /*border: 2px dashed #e8e8e8;*/
    background: #2f323e;
    border-radius: 5px;
}

.uploader-dd-area-modal-small input {
    position: absolute;
    width: 300px;
    height: 250px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.uploader-dd-area-modal-small .cert_image {
    position: absolute;
    width: 300px;
    height: 250px;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
}

.uploader-dd-area-modal-small .upload_text {
    position: absolute;
    top: 40%;
    left: 17%;
    font-size: 1.2em;
    color: #96a2b4;
    font-weight: bold;
}

/* Single smaller file form END */


.single-contact-info .contact-role {
    color: rgb(203, 217, 223);;
    font-size: 12px;
}

.supplier-view-tabs > li.active a {
    border-bottom: 1px solid #0275d8 !important;
}

.task-view-tabs > li.active a {
    border-bottom: 1px solid #0275d8 !important;
}

.kg-lbs-width {
    width: 92px !important;
}

.case-weight-width {
    width: 80px !important;
}

.submission-general-actions {
    width: 120px !important;
}

.packaging-MOQ {
    max-width: 228px !important;
    width: 228px !important;
}

.min-prod-run {
    max-width: 186px !important;
    width: 186px !important;
}

.units-master {
    max-width: 108px !important;
    width: 108px !important;
}

.units-case {
    max-width: 108px !important;
    width: 108px !important;
}

.MOQ {
    max-width: 80px !important;
    width: 80px !important;
}

/* steps in add-items product information */

.border-collapse-none {
    border-collapse: unset !important;
}

/* qa */
.humidity-width {
    max-width: 145px !important;
    width: 145px !important;
}

.temp-width {
    max-width: 160px !important;
    width: 160px !important;
}

.units-case-QA {
    width: 86px;
    max-width: 86px;
}

.ti-hi-QA {
    width: 50px;
    max-width: 50px;
}

.uom-QA {
    width: 96px;
    max-width: 96px;
}

.stuckable-QA {
    width: 92px;
    max-width: 92px;
}

.bar:after,
.bar:before {
    background: transparent !important;
}

.overview-contact, .overview-contact::before {
    box-shadow: none;
}

.btn-hidden {
    display: none;
}

.inputGroup input:checked ~ label:after {
    background-color: #53e69d;
    border-color: #53e69d;
}

.sidebar-card {
    background-color: rgb(28, 30, 37) !important;
    border-radius: 10px;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 12px;
    height: fit-content;
}

.sidebar-card:not(:nth-child(1)) {
    margin-top: 15px;
}

.home-content-card {
    margin-bottom: 15px;
}

.sidebar-card-header {
    display: inline-block;
}

.sidebar-card-settings {
    display: none;
    margin-right: 15px;
    margin-top: 15px;
    text-align: right;
    cursor: pointer !important;
}

.sidebar-card-settings:hover {
    color: white;
}

.sidebars {
    width: 24% !important;
}

.round-edge {
    border-radius: 10px;
}

.reminder-icon {
    width: 4px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
    height: 1.3em;
    background-color: #343a40;
}

.sidebar-card.over {
    border: 3px dotted #666;
}

/* ------------------------------------------------------------- */

/* NEW REDESIGN */


/* GLOBAL CLASSES */

/* backgrounds */
.dark-bg {
    background-color: rgb(28, 30, 37) !important;
}

.dark-bg-bt {
    background-color: #343a40 !important;
}

.input-bg {
    background-color: #2f323e !important;
}

.bg-red {
    background: #d9534f !important;
}

.fade-bg {
    background: #000000a8;
}

.no-bg label:before {
    background-color: rgba(255, 255, 255, 0) !important;
}

.bg-theme-dark {
    background-color: transparent !important;
}

.bg-transparent {
    background: transparent !important;
    background-color: transparent !important;
}

/* end of backgrounds */

/* fonts */
.font-fira {
    font-family: "Fira Sans", sans-serif;
}

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

.color-aqua {
    color: aqua;
}

/* .rubik {
    /*font-family: "Rubik", sans-serif;*/
/* }  */

.font-hg {
    font-size: 21px !important;
}

.font-nm {
    font-size: 16px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-sm {
    font-size: 13px !important;
}

.font-xs {
    font-size: 11px !important;
}

/* end of fonts */

/* text decorations */
.text-light-gray {
    color: #96a2b4;
}

.text-dark {
    color: rgb(28, 30, 37) !important;
}

.text-pink {
    color: #ff76a4;
}

.text-lightred {
    color: rgb(238, 145, 145) !important;
}

.text-blue {
    color: #0275d8 !important;
}

.text-success {
    color: #53e69d !important;
}

.text-input {
    color: #1ebea9;
}

.text-newnote {
    color: #db6965;
}

.text-white-90 {
    color: rgba(255, 255, 255, 0.85);
}

.text-white-70 {
    color: rgba(223, 223, 223, 0.75);
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-bottom {
    vertical-align: text-bottom;
}

.f-w-n {
    font-weight: normal;
}

.f-w-b {
    font-weight: bold;
}

.f-w-300 {
    font-weight: 300;
}

.fw-600 {
    font-weight: 600;
}

.line-height-08 {
    line-height: 0.8 !important;
}

.line-height-nm {
    line-height: normal !important;
}

/* end of text decorations */

/* margins & paddings */
.m-b-0 {
    margin-bottom: 0px !important;
}

.m-t-1 {
    margin-top: 1px;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-l-2 {
    margin-left: 2px !important;
}

.m-r-2 {
    margin-right: 2px !important;
}

.m-l-4 {
    margin-left: 4px;
}

.m-t-2 {
    margin-top: 2px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-5 {
    margin: 5px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-7 {
    margin-right: 7px !important;
}

.m-l-7 {
    margin-left: 7px !important;
}

.m-b-minus-10 {
    margin-bottom: -15px;
}

.m-t-17 {
    margin-top: 17px !important;
}

.m-l-18 {
    margin-left: 18px !important;
}

/* needs fix */
.move-top {
    margin-top: -20px !important;
}

/* needs fix */
.top-minus-10 {
    top: -10px;
}

.m-h-25 {
    max-height: 25px !important;
}

.m-t-26-5 {
    margin-top: 26.5px;
}

.m-t-50 {
    margin-top: 50px !important;
}

.m-r-50 {
    margin-right: 50px;
}

.m-r-120 {
    margin-right: 120px;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-x-15 {
    margin-right: 15px;
    margin-left: 15px;
}

.w-102-per {
    width: 102%;
}

.w-80 {
    width: 80px;
}

.w-90 {
    width: 90px;
}

.w-30 {
    width: 30px !important;
}

.w-40 {
    width: 40px !important;
}

.w-50 {
    width: 50px !important;
}

.w-60 {
    width: 60px !important;
}

.w-100 {
    width: 100px !important;
}

.w-120 {
    width: 120px;
}

.w-170 {
    width: 170px;
}

.w-180 {
    width: 180px;
}

.w-2-p {
    width: 2%;
}

.w-3-p {
    width: 3%;
}

.w-4-p {
    width: 4%;
}

.w-5-p {
    width: 5%;
}

.w-9-p {
    width: 9%;
}

.w-10-p {
    width: 10%;
}

.w-11-p {
    width: 11%;
}

.w-12-p {
    width: 12%;
}

.w-20-p {
    width: 20%;
}

.w-25-p {
    width: 25%;
}

.m-y-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.m-y-1 {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.m-y-2 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.padding-0 {
    padding: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-t-2 {
    padding-top: 2px !important;
}

.p-x-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.p-y-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.p-l-3 {
    padding-left: 3px !important;
}

.p-3-12 {
    padding: 3px 12px;
}

.p-5 {
    padding: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-6 {
    padding-top: 6px;
}

.p-x-10 {
    padding: 0px 10px !important;
}

.p-x-17 {
    padding: 0px 17px !important;
}

.p-x-25 {
    padding: 0px 25px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-20-0 {
    padding: 20px 0px !important;
}

.middle-auto-center {
    margin: 0 auto;
}

.middle-auto-center-block {
    margin: 0 auto;
    display: block;
}

.padding-header {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* needs FIX */
.p-20 {
    padding: 20px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-x-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-40 {
    padding: 40px;
}

/* end of margins & paddings */

/* width & height */
.w-45 {
    width: 45px;
}

.width-78 {
    width: 78px;
}

.width-80 {
    max-width: 80px;
}

.width-96-perc {
    width: 96%;
}

.width-80-perc {
    width: 80%;
}


.w-80 {
    width: 80px;
}

.w-80-percent {
    width: 80% !important;
}

.w-90-percent {
    width: 90%;
}

.width-90 {
    width: 90px;
}

.width-100 {
    width: 100px;
}

.width-118 {
    width: 118px;
}

.width-120 {
    width: 120px;
}

.w-121 {
    width: 121px;
}

.w-250 {
    width: 250px;
}

.width-50 {
    width: 50px !important;
}

.width-50-perc {
    width: 50%;
}

.width-150 {
    width: 150px !important;
}

.w-170 {
    width: 170px !important;
}

.w-160 {
    width: 160px !important;
}

.w-165 {
    width: 165px !important;
}

.width-180 {
    width: 180px;
}

.width-130 {
    width: 130px !important;
}

.width-135 {
    width: 135px !important;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.width-500 {
    width: 500px;
}

.width-600 {
    width: 600px;
}

.w-200 {
    width: 200px !important;
}

.m-w-220 {
    width: 220px !important;
}

.w-220 {
    width: 220px !important;
}

.width-250 {
    width: 250px !important;
}


.w-295 {
    width: 295px;
}

.w-278 {
    width: 278px;
}

.w-397 {
    width: 397px !important;
    max-width: 397px !important;
}

.w-360 {
    width: 360px;
}

/* need to find and rename all clases to one of two w-450 */
.width-450 {
    width: 450px !important;
}

.w-450 {
    width: 450px !important;
}

.w-600 {
    width: 600px;
}

.w-650 {
    width: 650px !important;
}

.width-1000 {
    width: 1000px !important;
}

.width-100-percent {
    width: 100%;
}

.min-width-450 {
    min-width: 450px;
}

.w-20-percent {
    max-width: 20%;
    width: 25%;
    min-width: 150px;
}

.m-h-500 {
    min-height: 500px;
}

@media (min-width: 1500px) {
    .w-20-percent {
        max-width: 16.66%;
        width: 16.66%;
        min-width: 170px;
    }
}

@media (min-width: 1700px) {
    .w-20-percent {
        max-width: 14.28%;
        width: 14.28%;
        min-width: 170px;
    }
}

@media (min-width: 2000px) {
    .w-20-percent {
        max-width: 12.5%;
        width: 12.5%;
        min-width: 170px;
    }
}

.m-h-unset {
    max-height: unset !important;
}

.h-auto {
    height: auto !important;
    max-height: auto !important;
    min-height: auto !important;
}

.height-500 {
    height: 500px;
}

.height-400 {
    height: 400px;
}

.height-300 {
    height: 300px;
}

.height-40 {
    height: 40px !important;
}

.h-20 {
    height: 20px;
    max-height: 20px;
}

.height-17 {
    height: 17px !important;
}

.max-h-35 {
    max-height: 35px;
}

.w-auto {
    max-width: auto !important;
    width: auto !important;
}

.w-max-content {
    width: max-content !important;
}

/* needs fix */
.max-h-38 {
    max-height: 38px !important;
    vertical-align: middle;
}

/* end of width & height */

/* borders */
.border-bottom-red {
    border-bottom: 1px solid #d9534f !important;
}

.border-bottom-orange {
    border-bottom: 1px solid #f0ad4e !important;
}

.border-bottom-blue {
    border-bottom: 1px solid #0275d8 !important;
}

.border-bottom-green {
    border-bottom: 1px solid #02d854 !important;
}

.border-top-green {
    border-top: 1px solid #02d854 !important;
}

.border-bottom-gray {
    border-bottom: 1px solid #b4afaf !important;
}

.border-bottom-dark {
    border-bottom: 1px solid rgb(88, 87, 87) !important;
}

.border-bottom-dark2 {
    border-bottom: 1px solid rgb(28, 30, 37) !important;
}

.border-top-dark {
    border-top: 1px solid rgb(39, 42, 51) !important;
}

.border-white-1 {
    border: 1px solid white !important;
}

.border-top-bt {
    border-top: 10px solid #343a40 !important;
}

.border-right-bt {
    border-right: 10px solid #343a40 !important;
}

.border-r-dark {
    border-right: 1px solid rgb(88, 87, 87) !important;
}

.border-1-dark {
    border: 1px solid gray;
}

.border-1-theme-radius {
    border: solid 1px #404350;
    border-radius: 5px;
}

/* end of borders */

/* opacity */
.no-dim {
    opacity: 100% !important;
}

.dim {
    opacity: 90% !important;
}

.dim2 {
    opacity: 80% !important;
}

.dim3 {
    opacity: 50% !important;
}

/* end of opacity */


/* other */
*::-webkit-scrollbar {
    width: 0.5em;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.box-shadow {
    box-shadow: 0px 0px 9px #000000;
}

.rounded {
    border-radius: 5px;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.roles-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 5px 5px !important;
}

.users-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 5px 5px !important;
}

.new-company .users-wrapper {
    display: inline-block !important;
}

.speech-bubble {
    background: #343a40;
}

.tooltip-inner {
    background: #343a40;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
}

.rounded-circle {
    border-radius: 50%;
}

.circle {
    width: 35px;
    height: 35px;
    display: table-cell;
    background: rgb(163, 163, 163);
    border-radius: 50%;
    align-items: center;
    overflow: hidden;
    font-size: 15px;
    color: #2b3035;
    cursor: pointer;
    font-family: 'Fira Sans', sans-serif;
}

.circle > a, circle > a:visited, circle > a:active {
    color: inherit;
}

.circle:hover {
    background: rgb(201, 201, 201);
}

.no-sort {
    pointer-events: none !important;
}

.no-sort:after {
    display: none !important;
    pointer-events: none !important;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.pull-bottom {
    left: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.public {
    color: rgb(30, 255, 30);
}

.private {
    color: rgb(255, 29, 30);
}

.pointer {
    cursor: pointer !important;
}

.borderless {
    border: none !important;
}

.hover-light:hover {
    cursor: default;
    text-shadow: 2px 2px 20px rgb(122, 122, 122);
}

.white-hover:hover {
    color: white !important;
}

.box-title {
    padding: 0px !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.multi-wrap {
    border-radius: 3px !important;
    padding: 1px;
    background: #2cabe3 !important;
    color: rgb(28, 30, 37) !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
}

.multi-wrap-sm {
    border-radius: 3px !important;
    padding: 1px;
    background: #2cabe3 !important;
    color: rgb(28, 30, 37) !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
    font-size: 0.8em;
}

.multi-wrap-sm-danger {
    border-radius: 3px !important;
    padding: 1px;
    background: red;
    color: rgb(28, 30, 37);
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
    font-size: 0.8em;
}

.multi-wrap-sm-warning {
    border-radius: 3px !important;
    padding: 1px;
    background: #ffc36d;
    color: rgb(28, 30, 37);
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
    font-size: 0.8em;
}

.multi-wrap-sm-success {
    border-radius: 3px !important;
    padding: 1px;
    background: #53e69d !important;
    color: rgb(28, 30, 37);
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
    font-size: 0.8em;
}

.multi-wrap-sm-low-danger {
    border-radius: 3px !important;
    padding: 1px;
    background: #ff7676;
    color: rgb(28, 30, 37);
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
    font-size: 0.8em;
}

.wrap-btn-danger {
    border-radius: 3px !important;
    padding: 1px;
    background: red;
    color: rgb(28, 30, 37);
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
    font-size: 0.8em;
}

.text-low-danger {
    color: #ff7676;;
}

.multi-wrap-danger {
    border-radius: 3px;
    border-spacing: 4px;
    padding: 1px;
    background: red;
    color: white;
    padding-right: 5px;
    padding-left: 5px;
}

.multi-wrap-success {
    border-radius: 3px;
    border-spacing: 4px;
    padding: 1px;
    background: #53e69d !important;
    color: white;
    padding-right: 5px;
    padding-left: 5px;
}

.multi-wrap-warning {
    border-radius: 3px;
    border-spacing: 4px;
    padding: 1px;
    background: #ffc36d;
    color: white;
    padding-right: 5px;
    padding-left: 5px;
}

.single-contact {
    flex: 16.66% !important;
}

.contact-container {
    padding: 5px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
    height: 45px;
    min-width: 220px;
    max-width: fit-content;
    vertical-align: middle !important;
    margin: 5px 4px;
}

.contact-container:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(58, 58, 58, 0.5);
    filter: blur(10px);
    margin: -20px;
}

@media (max-width: 1680px) {
    .single-contact {
        flex: 25% !important;
    }
}

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

.scrollable-modal {
    max-height: 250px !important;
}

.d-flex {
    display: flex;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 1px !important;
    margin: 0 !important;
}

.nav-table {
    vertical-align: middle;
    padding: 0;
}

.table-p-0 > td > select {
    padding: 1px !important;
    font-size: 13px;
}

.table-p-0 > td > select {
    margin-left: 0 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    top: 0px !important;
}

table.dataTable tbody tr {
    background-color: rgb(28, 30, 37) !important;
    font-size: 13px !important;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    border: none;
    border-radius: none;
    box-shadow: none;
    line-height: normal;
    content: "+";
    background-color: #31b13100;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: auto;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    float: left;
    border-bottom: none;
    padding: 0px 1.5vw;
    min-height: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-left: 1px solid rgba(128, 128, 128, 0.199);
}

.dtr-title {
    vertical-align: middle;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.8);
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: auto;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    min-height: 20px;
}

.dtr-data {
    display: table;
}

table th {
    font-size: 13px !important;
}

.ul-disabled > div.actions.clearfix > ul {
    display: none;
}

.vertical-center {
    vertical-align: middle !important;
}

#validationTeam {
    margin: 0 !important;
    padding: 0 !important;
}

#requirements_table td {
    font-size: 13px !important;
}

#requirements_table > tbody > tr:hover {
    background-color: #3c4452 !important;
    border-radius: 2px !important;
}

.wizard-content .wizard > .actions > ul > li > a {
    color: rgb(28, 30, 37) !important;
}

.wizard-content .wizard > .steps > ul > li a {
    line-height: 3;
}

.wizard-content .wizard > .steps > ul > li.current .step {
    color: rgb(28, 30, 37) !important;
}

.wizard-content .wizard > .content > .body {
    padding: 0 !important;
}

.wizard-content .wizard > .actions {
    padding: 0 !important;
}

.steps-wizard li {
    text-align: center;
    border-radius: 50%;
    background: white;
    color: rgb(28, 30, 37) !important;
    margin: 0 4em;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: default;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border: 3px solid #F3F3F3;
    font-size: 15px;
    border-radius: 50%;
}

.steps-wizard li:hover {
    cursor: pointer
}

.steps-wizard li::before {
    content: '';
    position: absolute;
    left: -8.5em;
    top: 22px;
    width: 8.5em;
    height: 3px;
    background-color: #F3F3F3;
    z-index: 1;
}

.steps-wizard li:first-child::before {
    display: none;
}

.steps-wizard .active {
    border-color: #53e69d;
    background-color: #fff;
}

.steps-wizard .active::before {
    background-color: #53e69d;
}

.steps-wizard .active ~ li {
    color: rgba(28, 30, 37, 0.555) !important;
}

.steps-wizard .done, .steps-wizard .done:before {
    border-color: #53e69d;
    background: #53e69d;
}

.steps-text-wizard li {
    text-align: center;
    border-radius: 50%;
    margin: 0 1.1em;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: default;
    color: #ffffff;
    width: 150px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Fira Sans', sans-serif;
}

.steps-text-wizard li::before {
    content: '';
    position: absolute;
    left: -8.5em;
    top: 22px;
    width: 8.5em;
    height: 3px;
    background-color: rgba(243, 243, 243, 0);
    z-index: 1;
}

p {
    margin: 0px;
    line-height: 1.45 !important;
}

.customtab {
    border-bottom: 1px solid rgb(88, 87, 87) !important;
}

.customtab li a {
    padding: 0px 7px !important;
}

.customtab li.active a,
.customtab li.active a:focus,
.customtab li.active a:hover {
    border: 0px;
    border-bottom: 1px solid #f0ad4e !important;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.979) !important;
    background-color: rgb(28, 30, 37) !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    max-height: 20px;
}

div.no-lenght div.dataTables_wrapper div.dataTables_length label {
    display: none;
}

a.page-link {
    background-color: rgb(28, 30, 37) !important;
    font-size: 13px;
}

a.page-link:hover {
    border: 1px solid rgb(63, 62, 62) !important;
}

.pagination > li > a.page-link {
    background-color: rgb(28, 30, 37) !important;
    font-size: 13px !important;
}

.pagination > li > a.page-link:hover {
    border: 1px solid rgb(63, 62, 62) !important;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 13px;
}

.border-radius-5 {
    border-radius: 3px !important;
}

.vertical-align-top {
    vertical-align: text-top;
}

.overflow-auto {
    overflow: auto !important;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 956px;
    }
}

.dropzone {
    background: none;
    border: none;
}

.box2 {
    background-color: rgba(0, 0, 0, 0) !important;
}

.checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
    min-height: 17px !important;
    max-height: 18px !important;
}

.checkbox label:before {
    height: 14px;
    width: 14px;
    background: rgb(160, 160, 160);
}

.checkbox label:after {
    padding-left: 2px;
}

.form-horizontal .checkbox {
    padding-top: 0px;
}

.note-form-control {
    width: 100%;
    height: 20px;
    padding: 0px 5px;
    background: #2f323e;
    border: none;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control {
    border: 0px;
    max-height: 20px;
    padding: 0px, 5px !important;
}

.form-control::placeholder, .form-control:disabled {
    color: #96a2b4;
}

.floating-labels .form-control {
    padding: 5px;
}

.form-control,
.select2-result-label {
    font-size: 13px;
}

.select2-results .select2-highlighted {
    color: #ffffff;
    background-color: #278db9;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f400;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    background: #2f323e;
}

.select2-container .select2-choice .select2-arrow b {
    height: 60%;
}

.select2-drop-active {
    border: none !important;
    padding-top: 5px;
    width: auto !important;
}

.select2-search-choice {
    background: #2cabe3 !important;
    color: rgb(28, 30, 37) !important;
    font-size: 0.8em;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 3px !important;

}

.select2-container .select2-choice > .select2-chosen {
    padding: 0;
}

.select2-container,
.select2-choice,
.select2-results {
    color: rgb(150, 162, 180) !important;
}

#s2id_selected_users_for_task > ul.select2-choices {
    height: 20px !important;
    border: none;
    border-radius: 3px !important;
}

#s2id_selected_users_for_task > ul > li.select2-search-field {
    vertical-align: middle;
    height: 20px !important;
}

#s2id_selected_users_for_task > ul > li.select2-search-field {
    vertical-align: middle;
    height: 20px !important;
}

#s2id_selected_users_for_task
> ul
> li
> input
> #s2id_autogen1
> .select2-input,
.select2-default {
    vertical-align: middle;
    height: 20px !important;
    border: none;
    padding: 0 0 0 5px !important;
}

#select2-chosen-1 > .select2-chosen {
    margin-right: 26px;
    display: grid;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    width: auto;
    padding: 0 !important;
}

.select2-container .select2-choice > .select2-chosen {
    padding: 0 !important;
}

.select2-container .select2-choice .select2-arrow {
    height: 20px !important;
    top: -50 !important;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0 0 0 5px !important;
}


/* new contacts */
.add-new-contact-wrapper {
    position: relative;
}

.add-new-contact {
    color: #02d854;
    height: 140px;
    width: 140px;
    font-size: 60px;
    font-weight: 900;
    border-radius: 50%;
    border: 3px solid #02d854;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.add-new-contact-nc {
    color: #02d854;
    height: 20px;
    width: 20px;
    font-size: 10px;
    font-weight: 900;
    border-radius: 50%;
    border: 2px solid #02d854;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
}

.add-new-contact-nc-label {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: auto;
}

.radio-group-input {
    display: none;
}

.borderless-radio-group .radio-group-wrapper {
    border: none !important;
}

.borderless-radio-group .radio-group-label {
    border: solid 1px #2f323e;
    border-radius: 5px;
}

.radio-group-label {
    color: rgba(255, 255, 255, 0.623);
    display: inline-block;
    cursor: pointer;
    padding: 0px 10px;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}

.requirement-warning:checked + .radio-group-label {
    color: #ffc36d !important;
}

.requirement-danger:checked + .radio-group-label {
    color: #ff7676 !important;
}

.requirement-pink:checked + .radio-group-label {
    color: #ff76a4 !important;
}

.radio-group-input:checked + .radio-group-label {
    color: #53e69d;
    display: inline-block;
    cursor: pointer;
    background-color: #2f323e;
}

.radio-group-label-danger {
    color: #ff7676 !important;
    display: inline-block;
    cursor: pointer;
    background-color: #2f323e;
}

.radio-group-label-pink {
    color: #ff76a4 !important;
    display: inline-block;
    cursor: pointer;
    background-color: #2f323e;
}

.radio-group-label-warning {
    color: #ffc36d !important;
    display: inline-block;
    cursor: pointer;
    background-color: #2f323e;
}


.radio-group-wrapper {
    border: solid 1px #2f323e;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

/* end of other */

/* END OF GLOBAL CLASSES */

/* NAVBAR CLASSES */
.new-logo {
    height: 50px;
    padding-right: 10px;
    width: 120px;
    object-fit: contain;
}

.top-left-part {
    border-right: none;
}


.navbar-top-links > li > a {
    color: rgba(255, 255, 255, 0.6) !important;
}

.navbar-top-links > li > a:hover {
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1) !important;
}

.navbar-top-links > li > .active {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 15px;
}

/* END OF NAVBAR CLASSES */

/* MAIN TAB */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    border: none;
    margin-bottom: 0 !important;
    /*color: rgba(255, 255, 255, 0.8) !important;*/
    color: white !important;
    background-color: rgb(28, 30, 37) !important;
}

.nav-pills > li > a {
    color: #96a2b4;
    border-radius: 0px;
}

.nav-pills > li > a:hover {
    border: 0px;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgb(28, 30, 37) !important;
}

.nav-pills > li > a,
.nav-pills > li > a:focus {
    border: 0px;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(28, 30, 37) !important;
}

#submissions_box .nav-pills > li.active > a,
#submissions_box .nav-pills > li.active > a:focus,
#submissions_box .nav-pills > li.active > a:hover {
    border: 0px;
    border-bottom: 1px solid #b4afaf !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgb(28, 30, 37) !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

#submissions_box .nav-pills > li > a,
#submissions_box .nav-pills > li > a:focus {
    border: 0px;
    color: rgba(255, 255, 255, 0.6) !important;
    background-color: rgb(28, 30, 37) !important;
    cursor: pointer !important;
}

#submissions_box .nav-pills > li > a:hover {
    border: 0px;
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgb(28, 30, 37) !important;
}

.opportunities-class .nav-pills > li.active > a,
.opportunities-class .nav-pills > li.active > a:focus,
.opportunities-class .nav-pills > li.active > a:hover {
    border: 0px;
    border-bottom: 1px solid #338edd !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgb(28, 30, 37) !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

.launches-class .nav-pills > li.active > a,
.launches-class .nav-pills > li.active > a:focus,
.launches-class .nav-pills > li.active > a:hover {
    border: 0px;
    border-bottom: 1px solid #21c412 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background: rgb(28, 30, 37) !important;
    background-color: rgb(28, 30, 37) !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

.launches-tabs > li.active a {
    border-bottom: 1px solid #0275d8 !important;
}

.submission-class .nav-pills > li.active > a,
.submission-class .nav-pills > li.active > a:focus,
.submission-class .nav-pills > li.active > a:hover {
    border: 0px;
    border-bottom: 1px solid #b4afaf !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgb(28, 30, 37) !important;
    cursor: pointer !important;
    font-weight: bold !important;
}

/* END OF MAIN TAB */

/* TEXTAREAS NOTES */
.submissionNoteArea {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.submissionArchiveNoteArea {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.archiveNoteArea {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.pricingNoteArea {
    min-height: 150px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.new-task-description-area {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
}

.request-edit-text-area {
    min-height: 100px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
}

.description-area {
    min-height: 80px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
}

.control-point-description-area {
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: 150px;
    overflow-y: auto;
}

.technicalNoteArea {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.moreInfoNoteArea {
    min-height: 100px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.additional-info-area {
    min-height: 100px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.req_desc_area {
    min-height: 100px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.item-note-area {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.note-area {
    min-height: 100px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.note-area-xs {
    min-height: 50px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.new-note-area {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.note-chat-wha-color {
    background-color: #176b5b;
    border-radius: 4px;
    margin: 5px;
    width: 90%;
    color: rgb(214, 214, 214) !important;
}

.note-chat-wha-other-user-color {
    background-color: #343a40;
    border-radius: 4px;
    margin: 5px;
    width: 90%;
    color: rgb(214, 214, 214) !important;
}

.note-chat-parent-wha-color {
    background-color: #0a473c;
    border-radius: 4px;
    margin: 5px;
    width: 90%;
    color: rgb(214, 214, 214) !important;
}

.new-task-description-area {
    min-height: 200px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
}

.mention-here {
    min-height: 100px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
}

.special-notes-area {
    min-height: 50px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
}

.printer-text-area {
    min-height: 50px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
}

.media-comment {
    min-height: 50px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-height: auto;
    padding-left: 5px;
    border-radius: 3px !important;
}

/* END OF TEXTAREAS NOTES */


/* LOGIN SCREEN */
.new-login-bg {
    height: 100%;
    position: fixed;
    background-color: #0275d8;
}

.waves-wrapper {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-image: linear-gradient(to top, #2b3035 0%, #23777a 100%);
    overflow: hidden;
}

.wave {
    width: 1000px;
    height: 1025px;
    position: absolute;
    top: -100%;
    left: 30%;
    border-radius: 35%;
    background: rgb(28, 30, 37);
    animation: wave 10s infinite linear;
    z-index: -9999;
}

.wave2 {
    width: 1000px;
    height: 1225px;
    position: absolute;
    top: -110%;
    left: -10%;
    border-radius: 35%;
    background: rgb(28, 30, 37);
    animation: wave2 15s infinite linear;
    z-index: -9998;
}

.wave3 {
    width: 1000px;
    height: 1225px;
    position: absolute;
    top: -120%;
    left: 60%;

    border-radius: 35%;
    background: rgb(28, 30, 37);
    animation: wave3 8s infinite linear;
    z-index: -9997;
}

@keyframes wave {
    from {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(360deg);
    }
}

@keyframes wave2 {
    from {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(180deg);
    }
}

@keyframes wave3 {
    from {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(180deg);
    }
}

.login-container {
    padding: 30px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: inherit;
    overflow: hidden;
}

.login-container:before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(58, 58, 58, 0.5);
    filter: blur(10px);
    margin: -20px;
}

.login-box {
    margin-top: 7%;
}

/* END OF LOGIN SCREEN */

/* ADD-ITEMS-GENERAL-TABLE */

.progress-wrapper {
    margin: 0 -1px !important;
    clear: both;
}

.progress-wrapper nav li {
    margin: 0 1px !important;
    z-index: unset !important;
}

.progress-wrapper nav li::after {
    content: "";
    border-left: 16px solid rgb(28, 30, 37);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-wrapper nav li::before {
    content: "";
    border-left: 16px solid rgb(41, 43, 53);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

.progress-wrapper nav li.tab-current::after {
    content: "";
    border-left: 16px solid rgb(28, 30, 37);
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-wrapper nav li.tab-current::before {
    content: "";
    border-left: 16px solid #ff7676;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 20;
    padding-left: 10px;
    -webkit-animation: slide 0.2s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 0.2s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slide {
    100% {
        left: 100%;
    }
}

@keyframes slide {
    100% {
        left: 100%;
    }
}

.progress-wrapper nav li.tab-current {
    background: #ff7676;
    color: rgb(28, 30, 37) !important;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.progress-wrapper nav > ul > li.tab-current > a > span > b {
    color: rgb(28, 30, 37) !important;
    font-weight: 400 !important;
}

.progress-wrapper nav {
    background: none !important;
}

.progress-wrapper nav li {
    background: rgb(41, 43, 53);
}

.progress-wrapper nav li:last-child:before {
    display: none;
}

.progress-wrapper .nav-header {
    font-size: inherit !important;
}

/* END OF ADD ITEMS GENERAL TABLE */

/* shine */
.shine-it {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, white, red, white);
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 2s linear infinite;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
}

.shine-it-white {
    -webkit-text-fill-color: rgb(255, 255, 255);
}

@keyframes shine {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
}

.supplier-tab-shadow {
    -webkit-box-shadow: 0px 2px 11px -5px rgba(180, 185, 240, 1);
    -moz-box-shadow: 0px 2px 11px -5px rgba(180, 185, 240, 1);
    box-shadow: 0px 2px 11px -5px rgba(180, 185, 240, 1);
}

/* must be after some of the contact classes */
.single-contact-selected:hover {
    background: #0b3791 !important;
}

.single-contact-selected {
    background: #0d40a5 !important;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.searchable > ul > li {
    background-color: #2f323e !important;
    color: rgb(150, 162, 180) !important;
    border: none !important;
    border-bottom: none !important;
    font-size: 13px !important;
}

.searchable > ul {
    border: none !important;
    width: 28.5em !important;
}

.searchable > input::placeholder {
    color: rgb(150, 162, 180) !important;
}

.item-image img {
    height: 160px !important;
    width: 160px !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.white-box {
    padding: 15px;

}

.tags {
    border: none;
}

.select2-border-error {
    border-bottom: 1px solid #ff7676 !important;
}

.error-border {
    border-bottom: 1px solid #ff7676 !important;
}

.error-border-2 {
    border-bottom: 2px solid #ff7676 !important;
}

.label-has-error {
    color: #a94442 !important;
}

.nav-margin-400 {
    margin-top: 400px !important;
}

.note-multi-wrap {
    border-radius: 3px !important;
    background: #2cabe3 !important;
    color: rgb(28, 30, 37) !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-left: 0.5px;
    font-size: 11px;
}


/* CUSTOM SEARCH DD START */
.custom_dd_area .custom_search {
    width: 250px;
}

.custom_dd_area ul {
    list-style: none;
    padding-left: 0px;
    height: 150px;
    color: white;
    width: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgb(28, 30, 37);
}

.custom_dd_area .ul-area-48 {
    margin-left: 48px;
}

.custom_dd_area ul li {
    padding: 5px 5px 10px 5px;
}

.custom_dd_area ul li:hover {
    background-color: #5584f3;
    color: #fff;
    cursor: pointer;
}

/* CUSTOM SEARCH DD END */

.reopenNoteArea {
    min-height: 150px;
}

.z-index-max {
    z-index: 999988 !important;
}

.z-index-select-max {
    z-index: 999999 !important;
}

.f-s-10 {
    font-size: 10px !important;
}

.f-s-13 {
    font-size: 13px !important;
}

.f-s-19 {
    font-size: 19px !important;
}

.modal-header-custom-color {
    background-color: #2f323e !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.real-white-color {
    color: white !important;
}

.company-category-def {
    cursor: pointer;
}

.terms-padding {
    padding: 10px 40px;
}

.p-20-0 {
    padding: 20px 0 !important;
}

.f-s-20 {
    font-size: 20px !important;
}

.f-s-30 {
    font-size: 30px !important;
}

.border-right-info-3 {
    border-right: 3px solid #2cabe3;
}

.border-right-success-3 {
    border-right: 3px solid #53e69d;
}

.border-right-warning-3 {
    border-right: 3px solid #ffc36d;
}

.border-right-secondary-3 {
    border-right: 3px solid #6c757d;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.width-300 {
    width: 300px !important;
}

.fileInput {
    cursor: pointer !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.input-520 {
    width: 520px;
}

.custom-info {
    padding: 3px 3px 3px 3px !important;
    font-size: 8px !important;
    line-height: 0.5 !important;
    border-radius: 3px !important;
}

.b-r-4 {
    border-radius: 4px !important;
}

.component-area-padding {
    padding: 10px 0 0 20px;
}

/* TOOLTIPS CSS START */
.tooltip.in {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.tooltip.top .tooltip-inner {
    background-color: black;
    opacity: 1 !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: black;
    opacity: 1 !important;
}

.tooltip.right .tooltip-inner {
    border-top-color: black;
    opacity: 1 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: black;
    opacity: 1 !important;
}

.tooltip.bottom .tooltip-inner {
    background-color: black;
    opacity: 1 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: black;
    opacity: 1 !important;
}

.tooltip.left .tooltip-inner {
    background-color: black;
    opacity: 1 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: black;
    opacity: 1 !important;
}

/* TOOLTIPS CSS END */

.highlight-public {
    color: orangered;
}

.checkbox-fs-12 {
    font-size: 12px;
}

.feed-box-height {
    height: 500px !important;
}

.color-unstandard-white {
    color: #dce2ec;
}

.text-bolded {
    font-weight: bold;
}

.border-active {
    border: 2px solid #53e69d;
}

.font-9 {
    font-size: 9px;
}

.font-10 {
    font-size: 10px;
}

.chat-body {
    background-color: #e5f7ff;
    width: 90%;
    margin: 10px;
    border-radius: 10px;
    white-space: normal;
    overflow: hidden;
    word-wrap: break-word;
}

.my-chat {
    background-color: #f7f7f7;
    text-align: right;
    width: 90%;
    margin: 10px;
    border-radius: 10px;
}

#chat-parent {
    height: 400px;
    overflow-y: auto;
    position: relative;
}

.chat-box {
    position: absolute;
    left: 0;
    right: 0;
    overflow: auto;
    top: 0;
    overflow-x: hidden;
}

.chat-text {
    padding-left: 15px;
    padding-top: 8.5px;
    padding-bottom: 5px;
    padding-right: 15px;
}

.chat-text b {
    font-size: 10px;
    opacity: .8;
}

.chat-text h4 {
    color: #1a2942;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 15px;
    position: relative;
}

.task-priority-button {
    border: 1px solid #2cabe3;
    color: #2cabe3;
    height: 25px;
    width: 100px;
}

.no-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.h-65 {
    height: 65px;
}

.font-20 {
    font-size: 20px;
}

.product_name_general_position {
    position: absolute;
    top: 0;
}

.wrap-color-1 {
    background-color: #ff5050 !important;
}

.wrap-color-2 {
    background-color: #ffc36d !important;
}

.wrap-color-3 {
    background-color: #2cd07e !important;
}

.wrap-color-4 {
    background-color: #707cd2 !important;
}

.wrap-color-text-1 {
    color: #ff5050 !important;
}

.wrap-color-text-2 {
    color: #ffc36d !important;
}

.wrap-color-text-3 {
    color: #2cd07e !important;
}

.wrap-color-text-4 {
    color: #707cd2 !important;
}

.wrap-text {
    word-wrap: break-word !important;
    white-space: normal;
}

.select2-dropdown {
    z-index: 99999 !important;
}

.m-w-150 {
    min-width: 150px;
}

.display-inline-block {
    display: inline-block !important;
}

.display-inline {
    display: inline;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px !important;
}

/* Roles Color classes START */

.logistics-bubble {
    border-radius: 3px !important;
    padding: 1px;
    background: #EA1E63 !important;
    color: rgb(28, 30, 37) !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
}

.technical-bubble {
    border-radius: 3px !important;
    padding: 1px;
    background: #9B27B0 !important;
    color: rgb(28, 30, 37) !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
}

.planning-bubble {
    border-radius: 3px !important;
    padding: 1px;
    background: #FA9803 !important;
    color: rgb(28, 30, 37) !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
}

.kam-bubble {
    border-radius: 3px !important;
    padding: 1px;
    background: #8CC34A !important;
    color: rgb(28, 30, 37) !important;
    padding-right: 5px;
    padding-left: 5px;
    margin-left: 0.5px;
}

/* Roles Color classes END */


td.header-highlight, th.header-highlight {
    background-color: whitesmoke !important;
    color: black !important;
    font-weight: bold;
}

.focus-border {
    border-bottom: 1px solid white !important;
}

hr {
    width: 100%;
    color: #343a40;
    height: 1px;
    background-color: #343a40;
}

.root-wrapper:last-child {
    margin-bottom: 35px;
}

.img-error-border {
    border: 2px dashed red;
}

/* MEDIA QUERIES AREA START */
@media only screen and (max-width: 1660px) {
    .image-div {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1661px) {
    .image-div {
        margin-left: 6%;
    }
}

.reason-info {
    display: flex;
}

.body-info-wrapper {
    display: flex;
}

.body-info {
    flex-basis: 100%;
    text-align: left;
}

.body-info .form-group {
    text-align: center;
    max-width: 90%;
}

.info {
    flex-basis: 100%;
    text-align: center;
}

.shadow-info {
    opacity: 0.45;
}

.button-padding-20 {
    padding: 5px 50px 5px 50px;
}

.left-side-info {
    width: 50%;
}

.right-side-info {
    width: 10%;
    margin-left: auto;
    margin-top: 20px;
    margin-right: 30px;
}

.flex-left-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.value-not-set {
    font-style: italic;
    opacity: 0.3;
}

.set-inline-block {
    display: inline-block;
!important;
}

.td-center-middle {
    text-align: center;
    vertical-align: middle !important;
}

/* MEDIA QUERIES AREA END */


@-o-keyframes highlightBg {
    0% {
        color: #96a2b4
    }
    50% {
        color: #00ccff
    }
    to {
        color: #96a2b4
    }
}

@-webkit-keyframes highlightBg {
    0% {
        color: #96a2b4
    }
    50% {
        color: #00ccff
    }
    to {
        color: #96a2b4
    }
}

@keyframes highlightBg {
    0% {
        color: #96a2b4
    }
    50% {
        color: #00ccff
    }
    to {
        color: #96a2b4
    }
}

.highlightBg {
    /*     box-shadow: 0 0 0 2px #FF4081; */
    -webkit-animation: highlightBg 1s linear;
    -o-animation: highlightBg 1s linear;
    animation: highlightBg 1s linear;
    -webkit-animation-iteration-count: 2;
    -o-animation-iteration-count: 2;
    animation-iteration-count: 2
}

#page-wrapper .blockUI {
    z-index: 9999999 !important;
}

.selectedCategory {
    padding: 2px;
    border-bottom: 1px solid #343a40
}

.selectedCategory i {
    font-size: 12px;
}

.selectedCategories li {
    margin: 0;
    font-size: 14px;
    margin-left: -39px;
}

.selectedCategoryWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

    .like-button.animated {
        -webkit-animation: likes-pop 0.9s both;
        animation: likes-pop 0.9s both;
    }

    .like-button svg {
        opacity: 1;
    }

    .like-button svg path {
        fill: white;
        transition: fill .4s ease-out;
    }

    .like-button.active svg path {
        fill: #2196f3;
    }
}

table.bg-our-red {
    background-color: #ff7676 !important;
}

.dark-table tbody tr {
    background-color: rgb(28, 30, 37);
    font-size: 13px;
}

.text-our-red {
    background-color: #ff7676 !important;
}

.approved-leave {
    background-color: #69B78A !important;
    color: black;
}

.approved-leave-text {
    color: #69B78A !important;
}

.birthday-leave {
    background-color: #eae031 !important;
    color: black;
}

.birthday-leave-text {
    color: #eae031 !important;
}

.half-working-day {
    background-color: #1f42ca !important;
    color: black;
}

.half-working-day-text {
    color: #1f42ca !important;
}

.pending-leave {
    background-color: #F6C57A !important;
    color: black;
}

.pending-leave-text {
    color: #F6C57A !important;
}

.bereavement-leave {
    background-color: #E94AD7 !important;
    color: black;
}

.bereavement-leave-text {
    color: #E94AD7 !important;
}

.travel-leave {
    background-color: #489FF7 !important;
    color: black;
}

.travel-leave-text {
    color: #489FF7 !important;
}

.public-holiday {
    background-color: #EE7E7A !important;
    color: black;
}

.public-leave-text {
    color: #EE7E7A !important;
}

    @-webkit-keyframes likes-pop {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }
        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }
        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }
        65% {
            -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
        }
        75% {
            -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

    @keyframes likes-pop {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }
        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }
        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }
        65% {
            -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
        }
        75% {
            -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
        }
        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }
