
.header_wrap {
    padding: 0 48px; }

.header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 12px 0; }
.header .header__search.search {
    display: flex;
    align-items: center;
    margin-top: 5px; }
.header .header__search.search .search__icon {
    margin-right: 12px; }
.header .header__search.search .search__input {
    border: none;
    color: #757575;
    font-weight: 600;
    font-size: 14px;
    background-image: url("/src/img/find.png");
    padding: 5px 0 5px 31px;
    background-size: 24px;
    background-repeat: no-repeat; }
.header .header__search.search .search__input:focus {
    border: none;
    outline: none; }
.header .header__info_block {
    display: flex;
    /*position: absolute;*/
    right: 0; }
.header .header__info_block .header__alert {
    position: absolute;
    top: calc(50% - 12px); }

.header__info_block .dropdown {
    margin-right: 0;
}

.dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 35px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 10px; }

.kegs_list .dropdown {
    margin-left: 0px;
}
.dropdown:hover {
    background: #FFF; }
.dropdown:hover .dropdown__sub_menu {
    display: flex;
    flex-direction: column; }
.dropdown li:hover {
    background: #F5F5F5;
    cursor: pointer; }
.dropdown__menu {
    display: flex;
    align-items: center;
    border-radius: 22px;
    padding: 10px 10px 10px 0;
    font-size: 14px; }
.dropdown__menu .avatar {
    margin-left: 13px;
    margin-right: 12px; }
.dropdown__menu a {
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
    font-weight: 600; }
.dropdown__menu a:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    border-left: 5px solid transparent;
    border-top: 6px solid #333;
    border-right: 5px solid transparent; }
.dropdown .dropdown__sub_menu {
    display: none;
    list-style: none;
    padding: 20px 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: -1px 0px 7px 0px #F5F5F5;
    position: absolute;
    width: 240px;
    right: 5px;
    top: 31px;


    }
#table_all_kegs .dropdown .dropdown__sub_menu {
    z-index: 100000;
}
.avatar {
    cursor: pointer;
}
#table-wrap {
    overflow: inherit;
}
#table_all_kegs_wrapper .table-wrap {
    overflow: inherit;
}
.header__info_block .dropdown__sub_menu {
    border: 1px solid #CCC;
}
.welcome_block__bottom a {
    text-decoration: none;
    border-bottom: 0px;
}
.welcome_block__bottom a:hover {
    color: #FFF;
}
.welcome_block__btn {
    text-decoration: none;
     color: #FFF;
}
.welcome_block__btn:hover {
    text-decoration: none;
     color: #FFF;
}

.dropdown .dropdown__sub_menu li {
    padding: 8px 8px 8px 20px; }
.dropdown .dropdown__sub_menu li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center; }
.dropdown .dropdown__sub_menu li a span {
    padding-left: 22px;
    margin-right: 20px; }

.text-themecolor {
     color: black !important;
}

button {
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 10px 16px; }



.sttt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scan_status {
    width: 100%;
}
.button_skan_keg {
    position: relative;
}

.button_skan_keg .count_kegs {
    background: #FFF;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: block;
    position: absolute;
    left: 3px;
    font-size: 19px;
    line-height: 35px;
    top: 3px;
    text-align: center;
}

.block_scan .count_kegs_orange {
    background: #FD6F21;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    display: block;
    position: absolute;
    left: 3px;
    font-size: 19px;
    line-height: 36px;
    top: 17px;
    text-align: center;
    color: #FFF;
}

.keg_st h3 {
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;

    color: #000000;
}

button:hover, a:hover {
    cursor: pointer; }

.client_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
    font-size: 14px; }
.client_block__info {
    display: flex;
    align-items: center; }
.client_block__info img {
    width: 68px;
    margin-right: 20px;
    border: 1px solid #8080803d; }
.client_block__info p {
    font-weight: 500;
    font-size: 18px; }

.tariff {
    display: flex;
    align-items: center; }
.tariff_info {
    display: flex;
    flex-direction: column; }
.tariff_info__name {
    color: #00446A;
    font-weight: 500;
    margin-bottom: 2px; }
.tariff__manage {
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #00446A;
    padding: 10px 16px;
    width: 160px; }


.expire {
    margin-right: 24px; }
.expire__info {
    color: #9E9E9E; }
.expire__date {
    color: #000000;
    font-weight: 500; }

.keg_tracking__dashboard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px; }

.title {
    margin: 0;
    margin-bottom: 16px;
    font-size: 28px; }

.total {
    color: #757575;
    font-size: 15px; }

.count {
    font-weight: 500;
    color: #000000;
    font-size: 15px; }

.fill {
    font-size: 14px; }

.subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
.subtitle span {
    color: #757575;
    font-size: 15px; }
.subtitle button {
    text-transform: uppercase;
    font-weight: 500;
    color: #00446A;
    background: #F5F5F5;
    border: none;
    border-radius: 4px;
    padding: 4px 11px;
    width: 128px;
    height: 32px; }

.cards_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.cards_wrap .cards {
    /*flex-basis: 65%;*/
    flex-basis: 65%;


    }
.cards_wrap .card:last-child {
    margin-right: 0; }
.cards_wrap__column {
    flex-basis: 33%; }
.cards_wrap__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    height: 60px;
    padding: 16px 12px 15px 12px; }
.cards_wrap__row:hover {
    background: #F5F5F5;
    cursor: pointer; }
.cards_wrap__row .left, .cards_wrap__row .right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.cards_wrap__row .left {
    width: 88px; }
.cards_wrap__row .left .percent {
    font-size: 18px; }
.cards_wrap__row .right {
    width: calc(100% - 134px); }
.cards_wrap__row .right .status {
    font-size: 14px; }
.cards_wrap__row .untupped {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }


.notice_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px; }

.notice_block_top_dash {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px; }

.notice_block_top_dash .more_sixty_days {
    flex-basis: 100% !important;
}

.more_sixty_days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    background: #F8EBE8;
    border-radius: 4px;
    height: 48px;
    flex-basis: 63.5%; }
.more_sixty_days div {
    display: flex;
    align-items: center;
    width: 444px; }
.more_sixty_days div .count {
    margin-right: 4px;
    font-size: 15px; }
.more_sixty_days div .describe {
    font-size: 14px; }
.more_sixty_days svg {
    margin: 14px 17px 15px 21px; }
.more_sixty_days button {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    background: #f3ded9;
    color: #B72F18;
    border: none;
    padding: 17px;
    white-space: nowrap; }

.learn_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ECF2F5;
    color: #000000;
    border-radius: 4px;
    flex-basis: 33%;
    height: 48px; }
.learn_more span {
    margin-left: 20px;
    font-size: 14px; }
.learn_more button {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    background: #ECF2F5;
    color: #00446A;
    border: none;
    padding: 16px 0;
    width: 120px;
    white-space: nowrap; }

.map_navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

.map {
    margin: 24px 0 60px 0; }

.range_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px; }
.range_row button {
    color: #00446A;
    background: #ECF2F5; }

.range_date button {
    text-transform: none;
    border: none;
    padding: 10px 16px;
    font-weight: 500;
    border-radius: 5px; }

.range_date__all_kegs {
    color: #ffffff;
    background: #00446A; }

.range_date__thirty {
    color: #74A543;
    background: #74a543; }

.range_date__till_sixty {
    color: #F57F17;
    background: #F57F17; }

.range_date__more_sixty {
    color: #B72F18;
    background: #B72F18; }

.range_date .active {
    background: #00446A;
    color: #ffffff; }

.switch_wrap {
    position: relative;
    display: flex;
    align-items: center; }
.switch_wrap span {
    color: #757575;
    margin-right: 12px;
    font-weight: 500; }


.switch {
    visibility: hidden;
    position: absolute; }

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none; }

.switch--shadow + label {
    padding: 2px;
    width: 46px;
    height: 28px;
    background-color: #0F4286;
    border-radius: 60px; }
.switch--shadow + label:before {
    display: none;
}
/*.switch--shadow + label:before,*/
.switch__container .switch--shadow + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    border-radius: 100%;
    background-color: #00446A;
    transform: none;

}

/*.switch--shadow + label:before {*/
/*    right: 1px;*/
/*    background-color: #f1f1f1;*/
/*    border-radius: 60px;*/
/*    transition: background 0.4s; }*/

.switch__container .switch--shadow + label:after {
    /*width: 30px;*/
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin: 0;
    top: calc(50% - 12px);
    transition: all 0.4s;
    width: 24px;
    height: 24px;
    left: 2px;
}

/*.switch--shadow:checked + label:before {*/
/*    !*background-color: #00446A; *!*/
/*}*/

.switch--shadow:checked + label:after {
    border-radius: 100%;
    margin: 0;
    transform: translateX(22px);
    left: -2px;

}

.view_customers {
    border: none;
    padding: 10px 16px;
    margin-right: 2px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    background: #F5F5F5;
    color: #00446A; }

.customer_column {
    display: flex;
    flex-direction: column;
    justify-content: center; }
.customer_column .left {
    width: 124px;
    position: relative; }
.customer_column .left .position {
    padding-right: 22px;
    font-size: 20px; }
.customer_column .left .name {
    font-size: 14px;
    position: absolute;
    left: 30px; }
.customer_column .address {
    color: #757575;
    max-width: 170px;
    font-size: 13px; }

.cards_wrap .first {
    background: #FBF3E5; }
.cards_wrap .first .customer__position {
    color: #FF9030; }

.cards_wrap .second {
    background: #EEEEEE; }
.cards_wrap .second .customer__position {
    color: #9E9E9E; }

.cards_wrap .third {
    background: #F9EFEB; }
.cards_wrap .third .customer__position {
    color: #CB673F; }

.customer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px; }
.customer div {
    display: flex;
    flex-direction: column; }
.customer__position {
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 16px; }
.customer__name {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px; }
.customer__address {
    color: #757575;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px; }
.customer__count_kegs {
    font-size: 18px;
    font-weight: 500;
    color: #000000; }

.welcome_block {
    padding: 28px;
    background: #ECF2F5;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px; }
.welcome_block span {
    color: #757575; }
.welcome_block__title {
    font-weight: 500;
    margin-bottom: 9px;
    color: #000000; }
.welcome_block__subtitle {
    font-size: 15px;
    margin-bottom: 28px; }
.welcome_block__bottom {
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.welcome_block__btn {
    background: #00446A;
    color: #ffffff;
    margin-right: 40px;
    font-size: 14px;
 }
.welcome_block__btn svg {
    margin-right: 20px; }
.welcome_block a {
    margin-left: 8px;
    text-decoration: underline; }

.progress {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
.progress__card {
    display: flex;
    flex-direction: column;
    text-align: center;

    }
.progress__card:last-child {
    margin-right: 0; }
.progress__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ECF2F5;
    padding: 14px;
    width: 171px;
    height: 171px;
    margin-bottom: 16px;
    position: relative; }
.progress__status {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 21px; }
.progress .complete {
    background: #F1F6ED; }
.progress .complete .progress__status {
    position: absolute;
    left: 14px;
    width: 24px; }
.progress__name {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    width: 172px;
    text-align: center; }

.select, .input {
    width: 100%;
    max-width: 354px;
    margin-bottom: 12px; }

.input {
    padding: 5px 10px 5px 16px; }
.input:focus {
    outline: none; }

.customer_loc {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.customer_loc span {
    margin: 0 16px; }
.customer_loc .input {
    margin-right: 12px; }
.customer_loc__new {
    display: flex;
    align-items: center; }
.customer_loc button {
    padding: 20px;
    width: 120px;
    color: #ffffff;
    background: #00446A;
    margin-bottom: 12px; }

.manage_customers {
    color: #00446A;
    margin: 12px 0 40px 0; }


.dashboard h3 {
    margin: 10px; }

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

.card {
    position: relative;
    display: flex;
    flex-basis: 210px;
    flex-direction: column;
    margin: 0 10px 32px 0;
    border-radius: 4px;
    color: #fff;
    padding: 28px 0 28px 28px;
    height: 312px; }
.card__header {
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff; }
.card__chart_wrap {
    position: relative;
    top: calc(50% - 100px); }
.card__chart_wrap h1 {
    position: absolute;
    margin-top: 0;
    color: #ffffff;
    font-size: 44px; }
.card__chart {
    position: absolute;
    right: 0; }
.card__counts_list {
    position: absolute;
    bottom: 0;
    padding-bottom: 18px;
    color: #ffffff;
    line-height: 24px; }
.card__counts {
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0; }
.card__counts span {
    color: #ffffff;
    font-size: 16px; }
.card__counts h4 {
    margin: 0;
    margin-right: 6px;
    color: #ffffff;
    font-size: 20px; }

.filled {
    background: #e79210;
    background: linear-gradient(138.84deg, #E79210 0%, #E85217 100%); }

.returned_dirty {
    background: #f06e46;
    background: linear-gradient(138.84deg, #D05251 0%, #762625 100%); }

.out_to_customer {
    background: #adae27;
    background: linear-gradient(138.84deg, #88C03F 0%, #477527 100%); }

.marked_as_clean {
    background: #57b4ff;
    background: linear-gradient(138.84deg, #5EB8FF 0%, #1382DB 100%); }

.marked_as_dirty {
    background: #f06e46;
    background: linear-gradient(138.84deg, #D05251 0%, #762625 100%);}

.require_service {
    background: #969da3;
    background: linear-gradient(138.84deg, #EE4545 0%, #920202 100%); }

.returned_untapped {
    background: #e79210;
    background: linear-gradient(138.84deg, #E79210 0%, #E85217 100%); }

.scanned_in_new {
    background: #57b4ff;
    background: linear-gradient(138.84deg, #A7BAD2 0%, #67788C 100%); }
    
.lost {
    background: black;}


* {
    color: #000000;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }

.page_container {
    max-width: 1900px;
    margin: 0 auto;
    font-size: 12px;
    padding: 6px; }

.btn {
    cursor: pointer; }

.select, .input {
    position: relative;
    font-family: 'Manrope', sans-serif !important;
    height: 56px;
    color: #000000;
    background: #F5F5F5;
    border: none;
    border-radius: 4px;
}

.input input {
    padding: 5px 10px 5px 16px;
}

.select:focus {
    outline: none; }

.select__text {
    width: 100%;
    position: relative;
    font-family: inherit;
    background-color: transparent;
    padding: 28px 16px 0 16px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    -webkit-appearance: none;
    appearance: none; }
.select__text:focus {
    outline: none; }

.select:after {
    position: absolute;
    top: 26px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    pointer-events: none; }

.select__label {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 20px;
    transition: 0.2s ease all; }

.input__label{
    color: #757575;
    font-size: 17px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 20px;
    transition: 0.2s ease all;
}

.modal a.close-modal {
    top: 1.5px;
    right: 1.5px;
 }

.input:focus {
    outline: none; }

.input__text {
    width: 100%;
    position: relative;
    font-family: inherit;
    background-color: transparent;
    padding: 28px 16px 0px 16px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    /*padding: 5px 10px 5px 16px;*/
}
.input__text:focus {
    outline: none; }

.input__text:focus ~ .input__label, .input__text:valid ~ .input__label {
    color: #757575;
    top: 8px;
    left: 16px;
    transition: 0.2s ease all;
    font-size: 12px;
}

.input__text:focus ~ .input__bar:before, .input__text:focus ~ .input__bar:after {
    width: 50%; }

.select__text:focus ~ .select__label, .select__text:valid ~ .select__label {
    color: #757575;
    top: 8px;
    left: 16px;
    transition: 0.2s ease all;
    font-size: 12px; }

.select__text:focus ~ .select__bar:before, .select__text:focus ~ .select__bar:after {
    width: 50%; }

li {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000; }

.btn {
    border-radius: 4px;
    padding: 16px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    cursor: pointer; }

ul {
    list-style: none; }

#accordion .card-header {
    display: flex;
    background-color: transparent;
    border: 0px;
}
#accordion .card-header {
    padding: 3px;
}
#accordion .card-header a {
    color: #000;
}
.one_check {
    margin-top: 8px;
}
.collapse .card-body {
    background: #EEEEEE;
    border-radius: 4px;
    margin-top: 5px;
}
.all_bt {
   width: 100%;
}

.custom_orange {
    background: rgba(253, 111, 33, 0.15);
    border-radius: 4px;
}
.custom_green {
    background: rgba(116, 165, 67, 0.15) !important;
    border-radius: 4px;
}

.table-wrap {
    overflow-x: scroll;
}
