﻿.vbs-user-name{
    display: none;
}

.select2-container--disabled .selection .select2-selection {
    background-color: #eee !important;
}

.asterisk-grid {
    font-size: 18px;
    color: #337ab7;
}

.swal2-additn-btn {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #F37324;
    color: #fff;
    min-width: 250px;
}

.filter-task-hidden {
    display: none !important;
}

.list-tile {
    cursor: pointer !important;
}

.swal2-cancel {
    width: 130px !important;
}

.primary-txt-color {
    color: #08234C !important;
}

.vess-cal-table {
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

    .vess-cal-table th {
        background-color: #08234C; /*#a9c9e2;*/
        color: #ffffff;
        border-color: #000000;
        padding-right: 6px;
        padding-left: 6px;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
    }

    .vess-cal-table td {
        padding-right: 6px;
        padding-left: 6px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.overflow {
    overflow: auto !important;
}

.upper-case {
    text-transform: uppercase;
}

.processing-btn {
    pointer-events: none;
}

.btn-cls-tcs {
    border-radius: 0px;
    height: 35px;
}

@media (max-width: 1365px) {
    .modal-bg-dynamic {
        width: 90%;
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .modal-bg-dynamic {
        width: 80%;
    }
}

@media (min-width: 1601px) and (max-width: 1800px) {
    .modal-bg-dynamic {
        width: 70%;
    }
}

@media (min-width: 1801px) {
    .modal-bg-dynamic {
        width: 64%;
    }
}

.select2-selection__choice {
    border-radius: 0px !important;
    background-color: #002e6d !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    margin-top: 0px !important;
}

.select2-selection__choice__remove {
    color: #ffffff !important;
}


body .swal-overlay {
    visibility: hidden;
}

body .swal-overlay--show-modal {
    visibility: visible;
}

body .swal-button__loader {
    visibility: hidden;
}

body .swal-overlay--show-modal .swal-modal {
    visibility: visible;
}

body .swal-modal {
    visibility: hidden;
}

.swal2-container {
    z-index: 9999 !important;
}

.label {
    font-family: inherit !important;
}

.badge {
    font-family: inherit !important;
}

.dsp-flex {
    display: block !important;
    /*display: flex !important;*/
    /**/
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #F37324 !important;
}


.btn-success-outlined:hover, .btn-success-outlined:focus {
    background-color: #F37324 !important;
}

.label-success, .badge-success {
    background-color: #F37324 !important;
}

.swal2-wide {
    width: 500px !important;
    min-height: 330px !important;
}

.add-tv-app-details {
    height: 200px;
    max-height: 200px;
    overflow-wrap: break-word;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
}

.swal2-title {
    font-size: 30px !important;
}

.swal2-icon {
    width: 100px !important;
    height: 100px !important;
    font-size: 20px !important;
}

.swal2-styled {
    width: 100px !important;
    height: 40px !important;
    font-size: 16px !important;
}

.swal2-content {
    font-size: 15px !important;
}


.filter-arrow {
    position: absolute;
    margin-left: -15px;
}

.waiter {
    position: absolute;
    width: 100% !important;
    height: 100%;
    background-color: #ffffffad;
    z-index: 100;
    padding-top: 2%;
}

.waiter-body {
    overflow: visible;
    position: relative;
    width: 100% !important;
}

.announcement-list {
    /*min-height: 300px;*/
    max-height: 200px;
    overflow: auto;
}

.ranges {
    display: contents !important;
}

.vbs-clock {
    color: #ffffff;
    font-weight: bold !important;
    font-size: 15px !important;
    pointer-events: none;
    text-decoration: none;
}

.btn {
    margin-bottom: 3px;
}

.top-alert {
    background-color: #bb2a2aed;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 99999;
    padding-top: 15px;
    color: #ffffff;
    font-weight: bolder;
}

    .top-alert a {
        color: #17172a;
    }

.psw-prev {
    right: 44px;
    position: absolute;
    display: block;
    top: 0;
    width: 34px;
    height: 34px;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

    .psw-prev:hover {
        background-color: #F37324;
        transition: 0.2s;
        color: #ffffff;
    }

.bootstrap-datetimepicker-widget {
    display: block;
}

.select2-selection {
    background-color: #FFFFFF !important;
    background-image: none !important;
    border: 1px solid #e5e6e7 !important;
    border-radius: 1px !important;
    color: inherit !important;
    display: block !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
    font-size: 14px !important;
    height: 35px !important;
}

.vbs-select2 {
    width: 100% !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.vbs-textarea {
    resize: vertical;
    max-height: 400px;
    min-height: 100px;
}

.vbs-textarea-small {
    resize: vertical;
    max-height: 300px !important;
    min-height: 100px !important;
}

.tooltip-style {
    right: 0;
    position: absolute;
    height: 34px;
    width: 34px;
    padding-top: 8px;
    margin-right: 10px;
    margin-top: 0px;
    background-color: #08234C;
    color: #ffffff;
    font-size: 17px;
    display: block;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

.tooltip-style-btn {
    right: 0;
    position: absolute;
    height: 34px;
    width: 34px;
    padding-top: 8px;
    margin-right: 10px;
    margin-top: 0px;
    background-color: #08234C;
    color: #ffffff;
    font-size: 17px;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.tooltip-waiter {
    right: 0;
    position: absolute;
    height: 34px;
    width: 34px;
    padding-top: 8px;
    margin-right: 10px;
    margin-top: 0px;
    color: #000000;
    font-size: 17px;
    display: block;
    text-align: center;
}

input[capitalize] {
    text-transform: uppercase;
}

.margin-filter {
    margin-bottom: 10px !important;
}

.pos-SearchButton {
    float: right;
}

.driver-Modal .modal-content {
    width: 85%;
    margin: auto;
}

.loginscreen {
    padding-top: 20px !important;
    border-radius: 10px !important;
    background-color: white !important;
    padding: 10px !important;
    margin-top: 40px !important;
}

.no-bold {
    font-weight: normal !important;
}

input::-ms-clear {
    display: none;
}

div .chosen-container {
    width: 100% !important;
}

.arrow-up {
    transition: transform .5s, opacity .5s;
    transform: rotate(180deg);
}

.arrow-down {
    transition: transform .5s, opacity .5s;
    transform: rotate(0);
}

table th[st-sort] {
    cursor: pointer;
}

/*.truck-right {
    background-image: url('images/Truckred.png');
    background-size: 40% 40%;
    background-repeat: no-repeat;
}*/



table tbody > tr {
    transition: background-color .2s;
}

    table tbody > tr:hover {
        background-color: #eee !important;
    }

.page-heading {
    padding-top: 20px !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.pagination {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.table-scroll {
    overflow-x: auto !important;
}

tr.header-center th {
    /*text-align: center !important;*/
    vertical-align: middle !important;
}

/**
 * For the correct positioning of the placeholder element, the dnd-list and
 * it's children must have position: relative
 */
.dragndrop ul[dnd-list],
.dragndrop ul[dnd-list] > li {
    position: relative;
}

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.dragndrop ul[dnd-list] {
    min-height: 13em;
    padding-left: 0px;
    /*height: 200px !important;*/
}

    /**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
    .dragndrop ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    /**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
    .dragndrop ul[dnd-list] .dndPlaceholder {
        display: block;
        background-color: #ddd;
        min-height: 42px;
    }

    /**
 * The dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
    .dragndrop ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.dragndrop .handle {
    cursor: move;
    position: absolute;
    top: 14px;
}

/**
 * Show selected elements in green
 */
.dragndrop ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button  {
     -webkit-appearance:  none;
     margin:  0;
     ;
}


.star {
    cursor: pointer !important;
    color: orange;
    text-align: center;
    font-size: 1.5em;
    margin-left: 15%;
}

.asterisk {
    cursor: default !important;
    color: orange;
    font-size: 0.8em;
    margin-left: 3px;
}

.asterisk-2 {
    cursor: default !important;
    color: orange;
    font-size: 0.8em;
    margin-left: 3px;
}

.tick {
    cursor: default !important;
    color: green;
    font-size: 0.8em;
    margin-left: 3px;
}

.appointment-Modal .modal-dialog {
    width: 90%;
    max-width: 1200px;
}

.datepickerClass {
    width: 100% !important;
    height: 100% !important;
}

.scroll {
    height: 450px !important;
    max-height: 450px !important;
    overflow: hidden;
}
.scroll-gc {
    height: 450px !important;
    max-height: 450px !important;
    overflow: auto;
}

.ui-sortable-helper {
    list-style: none;
    margin: 0;
}

    .ui-sortable-helper li {
        background: #FAFAFB;
        border: 1px solid #e7eaec;
        margin: 0 0 10px 0;
        padding: 10px;
        border-radius: 2px;
    }

        .ui-sortable-helper li.warning-element {
            border-left: 3px solid #08234C;
        }

        .ui-sortable-helper li.danger-element {
            border-left: 3px solid #ed5565;
        }

        .ui-sortable-helper li.info-element {
            border-left: 3px solid #1c84c6;
        }

        .ui-sortable-helper li.success-element {
            border-left: 3px solid #F37324;
        }

    .ui-sortable-helper > agile-detail {
        margin-top: 5px;
        font-size: 12px;
    }

.taskAlert {
    background-color: rgba(255, 0, 0, 0.3) !important;
}

.imgLeft {
    height: 200px;
    width: 100%;
}

.imgRight {
    height: 200px;
    width: 100%;
}

.cont20DoorDirRight {
    display: flex;
    justify-content: space-around;
    float: left;
    position: relative;
    height: 50%;
    width: 38%;
    left: 17%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20_right.png");
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 25 !important;
    background-size: cover;
}

.cont20DoorDirLeft {
    display: flex;
    justify-content: space-around;
    float: left;
    position: relative;
    height: 50%;
    width: 38%;
    left: 17%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20_left.png");
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 25 !important;
    background-size: cover;
}

.cont20izqP {
    display: flex;
    justify-content: space-around;
    float: left;
    position: relative;
    height: 50%;
    width: 38%;
    left: 17%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20.png");
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 25 !important;
    background-size: cover;
}


.cont20derP {
    display: flex;
    justify-content: space-around;
    float: right;
    position: relative;
    height: 50%;
    width: 38%;
    right: 5%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 25 !important;
}

.cont20cenP {
    display: flex;
    justify-content: space-around;
    float: left;
    position: relative;
    height: 50%;
    width: 38%;
    left: 32%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 25 !important;
}


.cont40P {
    display: flex;
    justify-content: space-around;
    float: left;
    position: relative;
    height: 50%;
    width: 85%;
    left: 15%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    background-image: url("images/cont20.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 25 !important;
}

.cont20derD {
    display: flex;
    justify-content: space-around;
    float: right;
    position: relative;
    height: 50%;
    width: 38%;
    right: 17%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 25 !important;
}

.cont20cenD {
    display: flex;
    justify-content: space-around;
    float: right;
    position: relative;
    height: 50%;
    width: 38%;
    right: 32%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 25 !important;
}


.cont40D {
    display: flex;
    justify-content: space-around;
    float: right;
    position: relative;
    height: 50%;
    width: 85%;
    right: 10%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    transition: all linear 0.3s;
    background-image: url("images/cont20.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 25 !important;
}

.cont20izqD {
    display: flex;
    justify-content: space-around;
    float: left;
    position: relative;
    height: 50%;
    width: 38%;
    left: 6%;
    top: 26%;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    transition: all linear 0.3s;
    background: url("images/cont20.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 25 !important;
}

.slot-full {
    border-width: 2px;
    font-weight: bolder;
}

.slots {
    display: block;
    padding: 5px;
}

    .slots div {
        display: inline-block;
        width: calc((100%/4) - 3px);
        text-align: center;
    }

        .slots div button {
            padding: 2px;
            width: 115px;
        }

@media (max-width: 1450px) {
    .slots div {
        width: calc((100%/3) - 3px);
    }
}

@media (max-width: 500px) {
    .slots div {
        width: calc((100%/2) - 3px);
    }
}

@media (max-width: 350px) {
    .slots div {
        width: calc(100% - 3px);
    }
}

.contText {
    color: white;
    align-self: center;
    text-align: center;
}

.flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flexitem {
    align-items: flex-start;
}

.padding-bottom {
    padding-bottom: 3%;
}

.snapimg {
    height: 100%;
    width: 100%;
}

.snap {
    margin: auto;
    width: 600px;
    height: 350px;
}

.backImage {
    background-image: url(images/timer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 140px;
    display: table;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.table {
    display: table;
}

.thumb {
    width: 60%;
    max-width: 50px;
}

.truckVisitStyle {
    display: list-item;
    list-style-type: disc;
    font-weight: bold;
}

.fill {
    height: 100% !important;
}

.dashboard-height {
    min-height: 180px;
}

.upper {
    text-transform: uppercase;
}

.flex-box {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: flex-start;
}

.flex-item {
    align-items: center;
}

.imgLeft40 {
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 15;
    position: absolute;
}

.imgLeft20 {
    width: 60%;
    height: 200px;
    left: 0;
    z-index: 10;
    position: absolute;
}

.flip-image {
    transform: rotateY(180deg);
}

.imgRight40 {
    transform: rotateY(180deg);
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 15;
    position: absolute;
}

.imgRight20 {
    transform: rotateY(180deg);
    width: 60%;
    height: 200px;
    right: 0;
    z-index: 10;
    position: absolute;
}

.scroller {
    height: 555px;
    max-height: 555px;
    overflow-x: hidden !important;
    overflow-y: hidden;
    position: relative
}

/*input[type="radio"] {
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background:url(\plugins\\iCheck\\green.png);
    cursor: pointer;
    content: "\2023";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
    overflow: hidden
}*/

/*input[type=radio] {
    display: none;
}

    input[type=radio] + label:before {
        margin: 0;
        padding: 0;
        width: 22px;
        height: 22px;
        background: url(\plugins\\iCheck\\green.png);
        cursor: pointer;
        content: "";
        color: #f3f3f3;
        overflow: hidden
    }

    input[type=radio] + label:before {
        display: inline-block;
        background-position: -120px 0;
    }


    input[type=radio]:hover + label:before {
        background-position: -144px 0;
    }

    input[type=radio]:checked + label:before {
        background-position: -168px 0;
    }*/

/*

input[type=radio]:checked + label:before:checked {
    background-position: -168px 0;
}


input[type=radio] + label:before:disabled {
     background-position: -192px 0;
     cursor: default;
}

input[type=radio] + label:before:checked.disabled {
    background-position: -216px 0;
}*/

/*Este media query es para mobile.*/
@media (max-width: 1024px) {
    .mobileIcon {
        display: none;
    }
}

@media (max-width: 768px) {
    .vbs-clock {
        display: none !important;
    }
}

@media (min-width: 301px) {
    .mobileNav {
        display: none !important;
    }
}

@media (max-width: 768px) {

    /*.mobileIcon {
        display: none;
    }*/

    .dashboardTopMargin {
        margin-top: 15px;
    }

    .mobileTable {
        display: none;
    }

    .truckSetmargin {
        margin-right: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .taskmarginbot {
        margin-bottom: 5px;
    }

    .taskmargintop {
        margin-top: 5px;
    }
}
/*Este media query es para cuando sale de mobile.*/
@media (min-width: 769px) {

    .truckSetmargin {
        margin: 5px;
    }

    .nomobileTable {
        display: none;
    }
}

.arrow-left {
    content: "\f060";
}

.arrow-right {
    content: "\f061";
}

@media (max-width: 749px) {

    .arrow-left {
        content: "\f061";
    }

    .arrow-right {
        content: "\f060";
    }
}


.CTpopuptext {
    cursor: pointer;
    display: none;
    width: 600px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -300px;
}

    /* Popup arrow */
    .CTpopuptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    .CTpopuptext .show {
        display: block;
    }

.vbs-tile .ibox-content img {
    margin: 20px 0px 20px 20px;
}

.vbs-tile .ibox-content {
    background-color: #08234C;
    color: #ffffff;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.vbs-tile .ibox-content-hover:hover {
    color: #F37324;
    background-color: #1c1c21;
    transition: all .2s;
}

.vbs-tile .ibox-content-no-hover {
    background-color: #08234C;
    color: #ffffff;
    display: flex;
    justify-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.vbs-tile .ibox-content > h4 {
    width: 100%;
}

.link-tile > a {
    padding: 20px 0px 20px 20px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    background-color: #F37324 !important;
}

    .link-tile > a:hover {
        background-color: #c75e1e !important;
    }

@media (max-width: 800px) {
    .tiles-list > div {
        padding: 5px !important;
    }

    .head-tile {
        padding: 5px !important;
    }

    .vbs-tile {
        height: 200px;
    }

    .link-tile {
        height: 50px !important;
    }

        .link-tile .ibox-content {
            flex-direction: row !important;
            justify-content: left !important;
        }

    .vbs-tile .ibox-content {
        flex-direction: column;
        justify-content: space-around;
    }

        .vbs-tile .ibox-content img {
            margin: 10px 0px 10px 10px;
        }
}


.vbs-text {
    color: #F37324 !important
}

.tile-sortable {
    border: 1px solid #eee;
    min-height: 200px;
    list-style-type: none;
    margin: 0;
    margin-right: 10px;
    padding-left: 0px;
}

    .tile-sortable li {
        padding: 5px;
        font-size: 1.2em;
        width: 100%;
        height: 50px;
        text-align: center;
        cursor: move;
        margin-bottom: 3px;
    }


.wait-panel {
    background-color: #f7f7f7c2;
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 100vh;
    top: 0;
    margin: 0;
    text-align: center;
    padding-top: 200px;
    font-size: 40px;
    color: #08234C;
}


.contact-block {
    margin-top: 40px;
}

.contact-title {
    margin-bottom: 20px;
    color: #08234C;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
}

.contact-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-link {
    margin-top: 10px;
    padding-left: 45px;
    background-image: url(images/phone.svg);
    background-position: 0% 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #868686;
    font-size: 19px;
    line-height: 32px;
    text-decoration: none;
}

    .contact-link.mail {
        background-image: url(images/envelope.svg);
        background-position: 0% 9px;
    }

    .contact-link.person {
        background-image: url(images/person.svg);
        background-position: 3px 8px;
        background-size: 15px;
    }

.tiles-header {
    width: 100%;
    margin-top: 10px;
    border-bottom: 5px solid #08234C;
    padding: 0px;
}

    .tiles-header > span {
        padding-left: 30px;
        font-size: 20px;
        color: #08234C;
    }

    .tiles-header > a {
        background-color: #08234C;
        font-size: 15px;
        color: #ffffff;
        height: 100%;
        display: inline-table;
        width: 150px;
        padding: 15px 5px 15px 15px;
        font-weight: bold;
    }

        .tiles-header > a:hover {
            transition: all linear 0.2s;
            color: #F37324;
        }

.vbs-accordion .panel {
    border: none;
}

.vbs-accordion .panel-heading {
    background: none;
}

.vbs-accordion .panel-title a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #08234C;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    cursor: pointer;
}

.vbs-regulations-list {
}

.file-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #868686;
    font-size: 16px;
    text-decoration: none;
}

    .file-link .regulations {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.file-link-img {
    height: 36px;
    margin-right: 20px;
}

.text-white {
    color: #ffffff !important;
}

.blinking-indicator {
    padding: 10px 12px 10px 12px;
    animation: blinker 2s linear infinite;
    border: 2px solid #F37324;
    border-radius: 50%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.disabled-link {
    cursor: default !important;
}

.container-card-table tr {
}

.container-card-table .container-card-table-data {
    border-bottom: 1px solid #E0E5EC;
}

.container-card-table td {
    font-size: 17px;
    padding: 5px 0px 5px 15px;
    color: #000000;
}

.container-card-table .container-card-table-title {
    background-color: #08234C;
    color: #ffffff;
    font-size: 17px;
    padding: 5px 0px 5px 15px;
    max-width: 120px;
    min-width: 120px;
}

.container-card-table tr:hover {
    background: none !important;
}

.container-card-table .container-card-table-header {
    padding-left: 20px;
    color: #333333;
}

    .container-card-table .container-card-table-header p {
        font-size: 28px;
    }

.pdf-container {
    max-width: 800px;
    height: 450px;
    overflow: scroll;
    background: #fff;
    text-align: center;
    border: 1px solid #000000;
}

.pdf-navigation {
}

.vbs-gallery {
    display: flex;
    justify-content: center;
}

.vbs-pictures {
    list-style: none;
    margin: 0;
    max-width: 30rem;
    padding: 0;
}

    .vbs-pictures > li {
        border: 1px solid transparent;
        float: left;
        height: 100%;
        /*height: calc(100% / 2);*/
        margin: 0 -1px -1px 0;
        overflow: hidden;
        width: calc(100% / 2);
    }

        .vbs-pictures > li > img {
            cursor: zoom-in;
            width: 100%;
        }


.table-no-hover tr:hover {
    background: none !important;
}

@media (max-width: 650px) {
    .tiles-header > span {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }
}

.vbs-tabs {
}

    .vbs-tabs .nav-tabs .nav-link {
        border: none !important;
    }

    .vbs-tabs .nav-tabs .active a {
        background-color: #08234C !important;
        color: #fff !important;
        border-radius: 0;
    }

    .vbs-tabs .nav-tabs a {
        color: #08234C !important;
    }

    .vbs-tabs .tab-content {
        border-top: 5px solid #08234C;
    }

@media (max-width: 770px) {
    .vbs-tabs .tab-content {
        border-top: inherit;
    }

    .vbs-tabs .nav-tabs {
        border-left: 5px solid #08234C;
    }
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgb(243 243 243);
    color: rgb(51, 51, 51);
    z-index: 9999;
}



.btn-primary {
    background-image: none;
    background-color: #08234C !important;
    border-color: #08234C !important;
}

.btn-success {
    background-image: none;
    background-color: #F37324 !important;
    border-color: #F37324 !important;
}

.bh-text {
    color: #F37324 !important;
}

.dropdown-menu li a:hover {
    background-image: none;
    background-color: #F37324 !important;
    color: #fff;
}

.dashboard-ico {
    width: 110px;
    height: 110px;
    font-size: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-install-popup {
    background-color: #08234C;
    padding: 20px;
    color: #fff;
    text-align: justify;
}

.swal2-container {
    z-index: 20000 !important;
}


.navbar-user {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

    .navbar-user div {
        display: flex;
    }

.navbar-right {
    margin-right: 0 !important;
}

.headFilter {
    color: #F37324;
}

.vbs-homelink i {
    color: #F37324;
    font-size: 20px;
}

.vbs-homelink span {
    color: #F37324;
    font-size: 15px;
}

.head-tile {
    padding: 0 15px 0 15px;
}

.map-hover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #fff;
    width: 300px;
    height: 125px;
    overflow: auto;
}

    .map-hover a {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        background-color: #08234C;
        color: #F37324 !important;
        margin: 5px;
        padding-top: 10px;
        padding-left: 5px;
        min-width: 46%;
        font-size: 13px;
        font-weight: bold;
        height: 52px;
        line-height: 5px;
    }

@media (max-width: 400px) {
    .map-hover {
        height: auto !important;
    }

        .map-hover a {
            display: inline-flex;
            flex-direction: row;
            width: calc(50% - 10px);
            height: 60px;
            margin: 5px;
            padding-top: 5px;
            padding-left: 5px;
            align-content: center;
            box-sizing: border-box;
        }

            .map-hover a p {
                margin: 0;
                padding: 0.5px;
                line-height: 1.2;
                white-space: normal;
            }
}

.map-hover i {
    font-size: 25px;
    padding-right: 15px;
}

.map-hover-bordered {
    border: 3px solid #F37324;
}

.map-distance {
    margin-top: 18px !important;
    width: 150px;
}

    .map-distance p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #08234C;
        color: #F37324 !important;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
        height: auto;
    }

.distance-value {
    font-size: 25px !important;
    display: block;
}

.map-info {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #08234Ccc;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #F37324;
    padding: 10px;
}

.map-info-icon {
    color: #F37324;
}

.in-location-content {
}

.in-location-btn {
    right: 50%;
    position: fixed;
    top: 50%;
}

.leaflet-control-zoom a {
    background-color: #08234C !important;
    color: #F37324 !important;
    border: none !important;
}

.leaflet-control-rotate a {
    background-color: #08234C !important;
    color: #F37324 !important;
    border: none !important;
}

.leaflet-control-fullscreen a {
    background-color: #08234C !important;
    color: #F37324 !important;
    border: none !important;
}

.easy-button-container button {
    background-color: #08234C !important;
    color: #F37324 !important;
    border: none !important;
}

.leaflet-bar {
    border: none !important;
}

.pgon-tooltip {
    border: none !important;
    font-size: 14px !important;
    color: #F37324 !important;
    font-weight: bold;
    background-color: #08234C !important;
}

    .pgon-tooltip.leaflet-tooltip-right:before {
        border-right-color: #08234C !important;
    }

    .pgon-tooltip.leaflet-tooltip-left:before {
        border-left-color: #08234C !important;
    }

    .pgon-tooltip.leaflet-tooltip-top:before {
        border-top-color: #08234C !important;
    }

    .pgon-tooltip.leaflet-tooltip-bottom:before {
        border-bottom-color: #08234C !important;
    }


.leaflet-control-fullscreen-button {
    width: 40px !important;
    height: 40px !important;
}

.leaflet-control-rotate-toggle {
    width: 40px !important;
    height: 40px !important;
}

.easy-button-button {
    width: 40px !important;
    height: 40px !important;
}

.bh-ico-nav {
    padding-top: 4px !important;
}

.driver-card-container {
    background-color: #08234C;
    color: #fff;
}

.bg-darkvbs {
    background-color: #08234C;
}

.vbs-slt-itm {
    display: none;
}

.vbs-slt-header {
    background-color: #08234C;
    color: #fff;
    cursor: pointer;
}


.service-description {
    font-size: 16px;
}

.ContainerPositionRadioGroup > label {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ContainerDoorDirectionRadioGroup > label {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ContainerDoorDirectionRadioGroup .iradio_square-green {
    display: block !important;
}

.ContainerPositionRadioGroup .iradio_square-green {
    display: block !important;
}


.bh-wrap {
    text-wrap: wrap;
}

#destinyPickUp .task-item .is-tc-transac {
    display: none;
}

.origin-desktop .task-item .door-dir-cont-pos .changeContainerPosDoorDir {
    display: none;
}

.map-banner {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 20px;
    background-color: #000000d9;
    text-align: center;
    font-size: 13px;
    color: #009ab9;
    font-weight: bold;
}

.map-accuracy-upper-banner {
    z-index: 999;
    position: absolute;
    width: 100%;
    background-color: #000000d9;
    text-align: center;
    font-size: 13px;
    color: #e0da2f;
    font-weight: bold;
}

.map-accuracy-lower-banner {
    z-index: 999;
    position: absolute;
    width: 100%;
    background-color: #000000d9;
    text-align: center;
    font-size: 13px;
    color: #e0da2f;
    font-weight: bold;
    line-height: 15px;
}

.map-emergency-banner {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 55px;
    background-color: #000000d9;
    text-align: center;
    font-size: 19px;
    color: #fc0303;
    font-weight: bold;
    padding-left: 54px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .map-emergency-banner {
        height: 65px;
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .map-emergency-banner {
        height: 80px;
        font-size: 18px;
    }
}

.map-badge {
    font-size: 10px;
    padding: 1px 4px 1px 4px;
}

.leaflet-bottom.leaflet-left {
    min-width: 100%;
    padding: 0;
    margin: 0;
}

    .leaflet-bottom.leaflet-left .leaflet-control {
        min-width: 100%;
        padding: 0;
        margin: 0;
        background-color: #5555558c;
        overflow: hidden !important;
    }

        .leaflet-bottom.leaflet-left .leaflet-control a {
        }

.polygon-label {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #1ab3ad !important;
    font-size: 10px !important;
}

.polygon-label-2 {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #08234C !important;
    font-size: 10px !important;
}

.rest-area-tooltip {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #08234C !important;
    font-size: 10px !important;
}

.terminal-mapping-waiter {
    position: absolute;
    z-index: 9999;
    width: 100% !important;
    background-color: #0000009e;
    height: 700px;
    padding-top: 30px;
}

.map-filter-chbox-div {
    display: inline-flex;
}

.vbs-Login2FaDescription {
    margin: 3px;
    padding: 0px;
}

.vbs-p-40 {
    padding: 40px;
}

.vbs-p-5 {
    padding: 5px 0px 0px;
}

.vbs-p-5px {
    padding: 5px;
}

.vbs-p-0 {
    padding: 0px;
}

.vbs-p-2 {
    padding: 2px;
}

.vbs-m-3 {
    margin: 3px;
}

.vbs-w-50px {
    width: 50px;
}

.vbs-box-style {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.vbs-address-style {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
}

.vbs-color-main {
    color: #F37324;
}

.vbs-color-danger {
    color: #c83f40;
}

.vbs-color-black {
    color: black;
}

.vbs-color-red {
    color: red;
}

.vbs-bg-red {
    background-color: red;
}

.vbs-color-green {
    color: green;
}

.vbs-no-pointer {
    pointer-events: none;
}

.vbs-d-none {
    display: none;
}

.vbs-d-none-imp {
    display: none !important;
}

.vbs-blur {
    filter: blur(5px);
    pointer-events: none;
}

.vbs-address-style-2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.vbs-ChangeNameSurnameInfo {
    margin-top: 36px;
    margin-bottom: -12px;
}

.vbs-mb-0 {
    margin-bottom: 0;
}

.vbs-mr-10 {
    margin-right: 10px;
}

.vbs-ml-10 {
    margin-left: 10px;
}

.vbs-h-338 {
    height: 338px;
}

.vbs-minh-338 {
    min-height: 338px;
}

.vbs-h-700 {
    height: 700px;
}

.vbs-m-0 {
    margin: 0;
}

.vbs-AverageService-small {
    color: #0a65ac;
    font-weight: bold
}

.vbs-AverageService-h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.vbs-AverageService-h1 {
    margin-bottom: 0;
    font-weight: bold
}

.vbs-talign-center {
    text-align: center;
}

.vbs-bgcolor-fff {
    background-color: #fff;
}

.vbs-tjustify {
    text-align: justify;
}

.vbs-asterisk-style {
    color: rgb(0 46 109);
}

.vbs-w-125 {
    width: 125px !important;
}

.vbs-w-75 {
    width: 75px;
}

.vbs-m-10 {
    margin: 10px;
}

.vbs-w-50 {
    width: 50px;
}

.vbs-pt-20 {
    padding-top: 20px;
}

.vbs-m-5 {
    margin: 5px;
}

.vbs-spinner-style {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
    display: none;
}

.vbs-wrap-txt {
    text-wrap: wrap;
}

.vbs-talign-center-imp {
    text-align: center !important;
}

.vbs-map-style {
    width: 100%;
    height: 60vh;
}

.vbs-small-map-style {
    width: 100%;
    height: 400px;
}

.vbs-map-desinger-style {
    width: 100%;
    height: 700px;
}

.vbs-h-500 {
    height: 500px;
}

.vbs-mt-100 {
    margin-top: 100px;
}

.vbs-cursor-pointer {
    cursor: pointer;
}

.vbs-lang-ul {
    cursor: pointer;
    left: auto;
    right: 0;
}

.vbs-content-list-style {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
    height: 100px;
}

.vbs-float-r {
    float: right;
}

.vbs-color-1 {
    color: #F37324;
}

.vbs-ann-list-style {
    margin-top: 12px;
    margin-bottom: -15px;
}

.vbs-h-minmax-50 {
    min-height: 50px;
    max-height: 50px;
}

.vbs-templates-list-style {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vbs-pl-30 {
    padding-left: 30px;
}

.vbs-overflow-auto {
    overflow: auto;
}

.vbs-color-white {
    color: white;
}

.vbs-fontsize-23 {
    font-size: 23px;
}

.vbs-fontsize-25 {
    font-size: 25px;
}

.vbs-tcList-style {
    position: absolute;
    display: none;
    left: auto;
    right: 0;
}

.vbs-tvaMContainer-1 {
    border-color: #c83f40;
}

.vbs-tvaMContainer-2 {
    background-color: #c83f40 !important;
    border-color: #c83f40 !important;
}

.vbs-p-20 {
    padding: 20px;
}

.vbs-mb-0 {
    margin-bottom: 0;
}

.vbs-maxw-170 {
    max-width: 170px
}

.vbs-minw-180 {
    min-width: 180px;
}

.vbs-maxw-190 {
    max-width: 190px
}

.vbs-plpr-0 {
    padding-left: 0;
    padding-right: 0;
}

.vbs-pl-0 {
    padding-left: 0;
}

.vbs-pl-20 {
    padding-left: 20px;
}

.vbs-pb-10 {
    padding-bottom: 10px;
}

.vbs-w-60 {
    width: 60px;
}

.vbs-slot-day-cell-style {
    border: 1px solid black;
    padding: 2px;
}

.vbs-tile-mess-style {
    height: 80vh;
    overflow: auto;
}

.vbs-h-150-imp {
    height: 150px !important;
}

.vbs-w-340 {
    width: 340px;
}

.vbs-pt-10 {
    padding-top: 10px;
}

.vbs-minh-450 {
    min-height: 450px;
}

.vbs-h-minmax-250 {
    height: 250px;
    max-height: 250px;
}

.vbs-mt-10 {
    margin-top: 10px;
}

.vbs-d-inline {
    display: inline;
}

.vbs-dash-chart-cont-style {
    height: 100% !important;
    max-height: 350px;
}

.vbs-mtest-summary {
    width: 100%;
    font-size: 18px;
}

.vbs-ml-5 {
    margin-left: 5px;
}

.vbs-color-2 {
    color: #00bf63;
}

.vbs-w-30 {
    width: 30px;
}

.vbs-pl-4 {
    padding-left: 4px;
}

.vbs-ttrans-up {
    text-transform: uppercase;
}

.w-100-imp {
    width: 100% !important;
}

.vbs-color-lightgreen {
    color: lightgreen;
}

.vbs-color-lightcoral {
    color: lightcoral;
}

.vbs-p-0-imp {
    padding: 0 !important;
}

.vbs-mr-3 {
    margin-right: 3px;
}

.swal2-content {
    text-align: center;
}

.swal2-html-container {
    font-size: 16px !important;
}

.vbs-nav-sec-level {
    position: absolute !important;
    transition: unset !important;
}

.vbs-r-15 {
    right: 15px;
}

.select2-container.select2 {
    min-width: 100%;
    max-width: 100%;
}

.vbs-ml-14p {
    margin-left: 14%;
}

.ybq-zones-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ybq-zones-item {
    display: flex;
    padding: 8px;
}

    .ybq-zones-item:hover {
        background-color: #F37324;
        color: #ffffff;
    }

.ybq-zones-item-el {
    display: flex;
    cursor: pointer;
    width: 100%;
    align-items: center;
    padding-left: 3px;
    padding-top: 2px;
    font-weight: normal;
}

.ybq-zones-item-btns {
    display: flex;
    width: 60px;
    align-items: center;
    justify-content: center;
}



.vbs-sm-modal-fade {
    z-index: 9999;
}

.vbs-pr-0 {
    padding-right: 0px;
}

.vbs-pl-0 {
    padding-left: 0px;
}

.vbs-pl-5 {
    padding-left: 5px;
}

.vbs-font-bold {
    font-weight: bold;
}

.ybq-days-slot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ybq-days-slot input {
        height: 20px;
    }

.ybq-days-td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ybq-zones-list-container {
    max-height: 60vh;
    overflow: auto;
}

.vbs-mh-217 {
    min-height: 217px !important;
}

.savetiles {
    display: none !important;
}

.config-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.config-collapse {
    position: absolute;
    width: 100%;
    text-align: right;
    height: 40px;
    padding-top: 10px;
    margin-right: 50px;
    padding-right: 60px;
}

    .config-collapse i {
        color: black;
    }

.config-collapse-subgroup {
    padding-right: 90px !important;
}

.configs-item{
    cursor: grab;
}

.changeConfigsOrderInfo {
    margin-top: 4px;
    margin-left: 3px;
}

.configGroupList{
    min-height: 5px;
}

.vbs-group-list, .vbs-subgroup-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1rem;
}

.vbs-group-item, .vbs-subgroup-item {
    background: #f5f5f5;
    margin: 8px 0;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    cursor: move;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

    .vbs-group-item:hover, .vbs-subgroup-item:hover {
        background-color: #eaeaea;
    }

.vbs-group-handle, .vbs-subgroup-handle {
    font-weight: bold;
}

.vbs-ui-state-highlight {
    height: 40px;
    border: 2px dashed #bbb;
    background-color: #f0f0f0;
    border-radius: 6px;
    margin: 8px 0;
}

.vbs-sortable-subgroups{
    min-height: 30px !important;
}

.deliverEmpty{
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .deliverEmpty {
        margin-left: 29%;
    }
}
@media (max-width: 656px) {
    .deliverEmpty {
        margin-left: 26%;
    }
}
@media (max-width: 486px) {
    .deliverEmpty {
        margin-left: 15%;
    }
}

.emptyValidationMsg {
    display: block;
    min-height: 1em;
    margin-top: .20rem;
}
.selectedTransactionTypeReceiveEmpty{
    margin-bottom: 5px;
}
.selectedTransactionTypeDeliverEmpty {
    margin-bottom: 5px;
}

.emptiesWaiter {
    z-index: 9999;
    width: 95% !important;
}

.slotAvailabilityForTile{
    margin-top: 13px;
}

.slot-calendar-overlay-text {
    position: absolute;
    display: flex;
    top: 74%;
    left: 2px;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}
@media (max-width: 1238px) {
    .slot-calendar-overlay-text {
        white-space: normal;
        width: 50%;
        text-align: center;
        top: 73%;
        left: 25%;
    }
}
@media (max-width: 991px) {
    .slot-calendar-overlay-text {
        width: 70%;
        top: 80%;
        left: 16%;
    }
}

.addTaskWaiter {
    z-index: 9999;
    padding-top: 23% !important;
    background-color: unset !important;
}

.announcement-item img {
    width: 100% !important;
}

.vbs-slow-net-alert {
    background-color: #08234C;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 3px;
    z-index: 99999;
}


.filepond--drop-label {
    background-color: #08234C;
    color: #ffffff !important;
    font-size: 15px !important;
}

.filepond--file{
    font-size: 20px !important;
}

.daterangepicker {
    z-index: 999999 !important;
}

.select2-container.select2-readonly .select2-selection {
    background-color: #e9ecef !important;
    pointer-events: none !important;
}

.vbs-slot-style-ok {
    color: #000000 !important;
    border-color: #000000 !important;
}

.vbs-slot-style-over {
    color: #000000 !important;
    border-color: #000000 !important;
}

.vbs-slot-style-half {
    color: #eea236 !important;
    border-color: #eea236 !important;
}

.vbs-slot-style-full {
    color: #d43f3a !important;
    border-color: #d43f3a !important;
}