.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)!important;
}
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)!important;
}
.overflow-auto, .table-bordered{
    transform: none!important;
}

.orange-background{
    background-color: orange!important;
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
        opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
        opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
        opacity: .2;
    }
}

.grabbing span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.grabbing span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.grabbing span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

.grabbing{
    font-size: 16px;
    text-align: center;
}

#confirm-success-area a{
    height: max-content!important;
}

#step-3-messages p,
#step-4-messages p,
.new-market-sections p,
#step-6-messages p{
    margin: 0!important;
}
.jexcel > tbody > tr > td.readonly {
    color: black!important;
}

.buying-table-content{
    overflow-x: scroll!important;
    width: 100%!important;
}

#buying-step-3 .buying-table-content{
    /*overflow-x: hidden!important;*/
}

.swal2-container{
    z-index: 2700!important;
}

.max-width-100{
    max-width: 100%!important;
}

.budget-sections div{
    min-height: 143px;
}

.buying-table-content .jexcel_content {
    overflow: auto!important;
    height: 70vh!important;
    width: 100%!important;
    font-size: 0.8rem!important;
}

.buying-table-content .jexcel_content table {
    table-layout: auto!important;
    width: 100%!important;
}


.buying-table-content .jexcel > thead.resizable > tr > td:nth-child(1)::before ,
.buying-table-content .jexcel > thead.resizable > tr > td:nth-child(1)::after{
    content: "";
}

.buying-table-content .jexcel > thead.resizable > tr > td::before {
    content: "▾";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 12px;
    color: #808080a1;
    right: 20%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
}

.buying-table-content .jexcel > thead.resizable > tr > td::after {
    content: "▴";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 5px;
    color: #808080a1;
    right: 20%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
}

.buying-table-content .jexcel > thead.resizable > tr > td.has_sorting_desc::before{
    color: black!important;
}
.buying-table-content .jexcel > thead.resizable > tr > td.has_sorting_asc::after{
    color: black!important;
}

#confirm-success-area{
    display: flex;
    flex-direction: column;
}

#confirm-error-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#orders-table .order-example{
    display: none;
}

.light_blue{
    color: #6cb2eb !important;
}

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

.buying-table-content{
    width: 100%!important;
}

.buying-table-content .jexcel > thead > tr > td:nth-child(1),
.buying-table-content .jexcel > thead > tr > td:nth-child(2){
    width: 3%!important;
}

.buying-table-content .jexcel > thead > tr > td:nth-child(6){
    width: 7%!important;
}

.buying-table-content .jexcel > thead > tr > td:nth-child(7),
.buying-table-content .jexcel > thead > tr > td:nth-child(9){
    width: 5%!important;
}

.buying-table-content .jexcel > thead > tr > td:nth-child(15){
    width: 8%!important;
}

.buying-table-content .jexcel > thead > tr > td:nth-child(16){
    width: 5%!important;
}

.buying-filters{
    margin: 0 0 20px 0!important;
}

.buying-filters > div{
    height: max-content;
}

.buying-filters > div > label{
    margin: 0!important;
    width: 100%;
}

.buying-filters > div > label > p{
    margin: 0!important;
}

.buying-filters .select2-container {
    margin: 0!important;
    width: 100%!important;
}

.buying-filters .fl-beginning-time label,
.buying-filters .fl-ending-time label{
    display: flex;
}

.buying-filters .from-time,
.buying-filters .to-time{
    width: 50%!important;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding: 5px!important;
}

.select2-container--open{
    z-index: 10000!important;
}

#step-3-table .jexcel tbody > tr.bg-blue{
    background: #e2f0fb;
}

#step-4-table .jexcel thead > tr > td:nth-child(2),
#step-4-table .jexcel tbody > tr > td:nth-child(2),
#step-3-table .jexcel thead > tr > td:nth-child(19),
#step-3-table .jexcel tbody > tr > td:nth-child(19),
#step-4-table .jexcel thead > tr > td:nth-child(19),
#step-4-table .jexcel tbody > tr > td:nth-child(19){
    display: none;
}

#program-names .program-name-item > div{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
#program-names .program-name-item .input-area label{
    margin: 0!important;
}

#gi-tab-4-table{
    width: 100% !important;
}

.leads-to-ads {
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.leads-to-ads thead th{
    padding: 10px;
}

.leads-to-ads tbody td{
    padding: 10px;
}

.leads-to-ads .bootstrap-select {
    width: 100% !important;
    border: 1px solid #3490dc!important;
    border-radius: 4px!important;
}

#ads-leads-loader{
    width: 20px;
    margin-left: 10px;
}

#ads-leads-back:disabled,
#ads-leads-create:disabled,
#ads-leads-save:disabled{
    opacity: 0.5;
    pointer-events: none;
}

#ads-leads-table{
    overflow: hidden;
    width: 100%;
}

#ads-leads-table .jexcel_content {
    overflow: auto!important;
    height: 70vh!important;
    width: 100%!important;
    font-size: 0.8rem!important;
}

#ads-leads-table .jexcel_content table {
    table-layout: auto!important;
    width: 100%!important;
}


#ads-leads-table .jexcel > thead.resizable > tr > td:nth-child(1)::before ,
#ads-leads-table .jexcel > thead.resizable > tr > td:nth-child(1)::after{
    content: "";
}

#ads-leads-table .jexcel > thead.resizable > tr > td::before {
    content: "▾";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 10px;
    color: #808080a1;
    right: 20%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
}

#ads-leads-table .jexcel > thead.resizable > tr > td::after {
    content: "▴";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 3px;
    color: #808080a1;
    right: 20%;
    font-family: Arial, sans-serif;
    font-size: 18px;
    cursor: pointer;
}

#ads-leads-table .jexcel > thead.resizable > tr > td.has_sorting_desc::before,
#ads-leads-table .jexcel > thead.resizable > tr > td.has_sorting_asc::after{
    color: black!important;
}

#ads-leads-table .jexcel > thead > tr > td{
    padding: 10px 35px;
}

#ads-leads-table .jexcel > tbody > tr > td {
    padding: 10px;
}

#ads-leads-table .jexcel > tbody > tr > td.readonly{
    color: grey!important;
    pointer-events: none!important;
}

.vendor-matching {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
    table-layout: fixed;
}

.vendor-matching thead th{
    padding: 10px;
}

.vendor-matching tbody td{
    padding: 10px;
}

.vendor-matching .select2-container {
    margin: 0!important;
    width: 100%!important;
}

.vendor-matching .select2-container--open{
    z-index: 10000!important;
}

.vendor-matching .bootstrap-select {
    width: 100% !important;
    border: 1px solid #3490dc!important;
    border-radius: 4px!important;
    height: 100%!important;
    top: 0;
    left: 0;
}

.datepicker table{
    width: 300px!important;
    height: 300px!important;
}

#vendor-filters .row > div > label {
    width: 100%;
    margin: 0;
}

#vendor-filters .row > div > label > p {
    margin-bottom: 0rem !important;
}

#vendor-filters .row > div > label > span {
    width: 100% !important;
}

#vendor-filters .row > .vf-action {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 900px) {
    #vendor-filters .row > div {
        margin-bottom: 15px;
    }
}

.custom-filters .row > div > label {
    width: 100%;
    margin: 0;
}

.custom-filters .row > div > label > p {
    margin-bottom: 0 !important;
}

.custom-filters .row > div > label > span {
    width: 100% !important;
}

.custom-filters .row > .cf-action {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 900px) {
    .custom-filters .row > div {
        margin-bottom: 15px;
    }

    .custom-filters .row > div:last-child {
        margin-bottom: 0;
    }

    #orders-filters .cf-action {
        margin-top: 0!important;
    }
}

.table-vertical-middle tbody tr td, #check-all-imports {
    vertical-align: middle;
}

.gap-15 {
    gap: 15px;
}

.gap-5 {
    gap: 5px;
}
