.bg-red {
    background-color: #007185 !important;
    color: white !important;
}

.text-red {
    color: rgb(219, 82, 75);
}

.bg-orange {
    background-color: #03accb !important;
    color: #000000;
}

.bg-orange2 {
    background-color: #34363f !important;
    color: #3b3d47;
    font-size: 17px;
    font-weight: bold;
}

.bg-turkiz {
    background-color: #63e3fc !important;;
    color: black;
}

.bg-green {
    background-color: #03d5f8 !important;
    color: white;
}

.bg-blue {
    background-color: #63e3fc !important;
    color: white;
}

.bg-darkblue {
    background-color: black !important;
}

.flagBig {
    zoom: 1.1;
    float: left;
}

.welcomeBox {
    border-top: 3px solid #03d5f8;
    color: #ffffff;
}

#trackboxfooter {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background: #24262d;
    z-index: 9999;
    color: #3c3f48;
}

.footerSupport {
    width: auto;
    height: 38px;
    margin-top: 4px;
}

.copyright {
    color: #f8b03f;
    margin-top: 1%;
    font-size: 16px;
    text-align: right;
}

.campaignVector {
    opacity: 0.2;
    width: 93%;
}

.trafficAgent {
    height: auto;
    width: 101%;
}

.trafficProvider {
    height: auto;
    width: 87%;
}

.optiIcon {
    height: auto;
    width: 39px;
}

.monthselect {
    background: black;
}

.yearselect {
    background: black;
}

.select2-container .select2-choices .select2-search-field input,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-container .select2-choices {
    background-color: #494b54 !important;
    border-color: #494b54 !important;
    color: #ffffff !important;
}

.select2-results .select2-searching,
.select2-results .select2-no-results {
    background: #494b54;
    color: #ffffff;
}

.tbr {
    color: #db524b;
}

.tby {
    color: #f6af3f;
}

.tbg {
    color: #31b887;
}

.tbb {
    color: #57c0e0;
}

#distribute-creation-wrapper .dropdown-menu {
    max-height: 450px;
    overflow-y: auto;
    width: 100%;
}

#distribute-creation-wrapper .dropdown-menu > li > a:hover {
    background-color: #03d5f8;
}

#distribute-creation-wrapper .btn-default {
    background-color: transparent;
    color: #ffffff;
}

#distribute-creation-wrapper input[type="submit"] {
    background-color: #03d5f8;
    color: #000000;
}

#countries_div button#destroyCB {
    font-size: 16px;
    color: #000000;
    background: #03d5f8;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}