@charset "utf-8";
/* CSS Document */

:root {
    --color-app-main: #c82e27;
    --color-app-main-light: #FF574D;
    --color-app-main-dark: #88211b;
    
    /*--color-app-selected: #006bcd;*/
    /*--color-app-selected-hover: #1c476e;*/
    
    /*--color-app-selected: #2f4858;*/
    --color-app-selected: #476274;
    --color-app-selected-light: #009ca1;
    --color-app-selected-dark: #28485C;
    --color-app-selected-hover: #28485C;
    
    --color-app-dark-0: black; /*content background (main background)*/
    --color-app-dark-1: #191919;
    --color-app-dark-2: #222;
    --color-app-dark-3: #2b2b2b;
    --color-app-dark-4: #353535;
    --color-app-dark-5: #383838;
    --color-app-dark-6: #4c4c4c;
    
    --color-app-light-1: white;
    --color-app-light-2: #e1e1e1;
    --color-app-light-3: #c0c0c0;
    --color-app-light-4: #a0a0a0;
    --color-app-light-5: #878787;
    --color-app-light-6: #747474;
    
    /*--color-green-main: #C6D729;*/
    --color-green-main: #7ABF00;
    
    --color-green-2: #42c08b;
    --color-green-3: #008959;
    --color-gradient-green: linear-gradient(to bottom, var(--color-green-2), var(--color-green-3), var(--color-green-3));

	--color-odds: #2f2f2f;
    --color-ticket-match-title: var(--color-app-selected-light);
    
    
    --color-gradient-main: linear-gradient(to bottom, var(--color-app-main), var(--color-app-main-dark), var(--color-app-main-dark));
    --color-gradient-dark-1: linear-gradient(to bottom, var(--color-app-dark-5),var(--color-app-dark-5), var(--color-app-dark-2));
    --color-gradient-dark-2: linear-gradient(to bottom, var(--color-app-dark-3),var(--color-app-dark-3), black);
    --color-gradient-selected-1: linear-gradient(to right top, var(--color-app-selected-dark), var(--color-app-selected), var(--color-app-selected));
    --color-gradient-selected-2: linear-gradient(to top, var(--color-app-selected-dark), var(--color-app-selected), var(--color-app-selected));
    
    --color-box-shadow-1-dark: #1b1b1b;
    --color-box-shadow-1-light: #3b3b3b;
    
    /*--color-gradient-main: none;
    --color-gradient-dark-1: none;
    --color-gradient-selected-1: none;*/
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    overflow-x: hidden;
    -webkit-user-select: text;/* none; Safari */
    -ms-user-select: text;/* none; IE 10 and IE 11 */
    user-select: text;/* none; Standard syntax */;
	
}

#bb_p_footer {
    widht: 0 !important;
    height: 0 !important;
    /*line-height: 0 !important;*/
    padding: 0!important;
}

.force_h {
    min-height: calc(var(--vh, 1vh) * 100 - 40px) !important;
}

.mr-30 {
    margin-right: 30px;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}


a {
	color: var(--color-app-selected);
}

.display_none {
    display: none !important;
}

.highlight {
    background-color: var(--warning);
    color: white;
    padding: 0 2px;
    border-radius: 3px;
}

.ellipsis_force {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bb_p_maxw_200 {
    max-width: 200px;
}

.bb_p_maxw_150 {
    max-width: 150px;
}

.bb_p_maxw_100 {
    max-width: 100px;
}

.bb_p_minw_100 {
    min-width: 100px;
}

.bb_p_minw_150 {
    min-width: 150px;
}

.bb_p_minw_200 {
    min-width: 200px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.bb_p_dashboard_hide_scrollbar::-webkit-scrollbar {
    display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.bb_p_dashboard_hide_scrollbar {
  -ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;  /* Firefox */
}

@media only screen and (max-width: 750px) {
    .content {
        padding: 0 !important;
    }
    
    .bb_p_dashboard .row {
        --gutter-x: 0 !important;
    }
}

.bb_p_border_bottom_grey_dotted {
    border-bottom: 1px dotted var(--gray-500);
}

.bb_p_border_top_grey_dotted {
    border-top: 1px dotted var(--gray-500);
}

.navbar-brand span {
	font-size: 16px;
	font-weight: 800;
}

.navbar-brand img {
    height: 42px !important;
}

.logout_main {
    cursor: pointer;
}

.sidebar-section-body {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.page-header {
    --page-header-padding-y: 0 !important;
}

.page-title {
    line-height: 2.7;
}

.bb_p_header_filter_item_holder {
    position: relative;
}

.bb_p_header_filter_item_holder .bb_p_header_filters {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
}

.bb_p_header_filter_item_holder .bb_p_btn_date_range {
    min-width: 170px;
    max-width: 170px;
    width: 170px;
}

.drp-calendar.right {
    display: none !important;
}

.daterangepicker .drp-selected {
    display: none !important;
}

@media only screen and (max-width: 1300px) {
    .bb_p_header_filter_item_holder .bb_p_header_filters {
        min-width: 170px;
        max-width: 170px;
        width: 170px;
    }
}

@media only screen and (max-width: 750px) {
    .bb_p_header_filter_holder {
        flex-wrap: wrap;
    }
    
    .bb_p_header_filter_item_holder {
        flex: 1 1 50%;
        /*margin-bottom: 20px;*/
        width: 50%;
        margin-top: 20px;
    }
    
    .bb_p_header_filters {
        width: 95% !important;
        min-width: 95% !important;
        max-width: 95% !important;
    }
    
    .bb_p_btn_date_range {
        width: 95% !important;
        min-width: 95% !important;
        max-width: 95% !important;
        ;
    }
    
    .bb_p_go_button_holder {
        /*margin-right: 10px;*/
    }
    
    .bb_p_go_button {
        width: 95%;
    }
}

.bb_p_header_filters .form-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bb_p_header_filter_item_holder .badge {
    position: absolute;
    top: -13px;
    left: 0;
    z-index: 1;
}

.bb_p_header_filter_item_holder .btn{
    border: 1px solid #646464;
    color: white !important;
}

.bb_p_header_filter_item_holder .btn:hover {
    border: 1px solid #646464 !important;
}

@media only screen and (max-width: 380px) {
    #header_app_title {
        font-size: 14px;
    }
    
    #bb_p_header .navbar-nav-link {
        padding-left: 4px !important ;
        padding-right: 4px !important;
    }
}

.bb_p_content {
    padding-bottom: 0 !important;
}

.bb_p_card {
    margin-bottom: 0 !important;
}

.bb_p_user_profile input.form-control {
    padding-left: 10px;
    padding-right: 5px;
}

.bb_p_user_profile .form-control[readonly]{
  background-color:transparent;
  border: 0;
  padding-left: 0;
    font-weight: 600;
    box-shadow: none;
}

.bb_p_user_profile .form-control[readonly]:focus {
    border: 0;
}

.dropdown.dselect-wrapper.bb_p_header_filters button {
    text-align: left;
}

.list_no_result {
    padding: 20px;
    position: absolute;
}

#header_refresh_container_s {
    margin: 8px 20px 0 10px;
    font-size: 11px;
}

#header_refresh_container_l {
    margin: 16px 20px 0 0;
    font-size: 13px;
}

.spin {
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@media only screen and (min-width: 991px) {
    #header_refresh_container_s {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    #header_refresh_container_l {
        display: none;
    }
}

/*.icon-fs-sm::before {
    font-size: 20px;
}*/

@media only screen and (max-width: 991px) {
    h4.page-title {
        font-size: 17px !important;
    }
    
    h5 {
        font-size: 15px !important;
    }
}

/*
---------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------- -Table
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

.bb_p_table_small_padding tr td {
    padding: 2px 2px 2px 2px !important;
}

.bb_p_table_wrapper {
  overflow: auto;
  height: calc(var(--vh,1vh) * 100 - 150px);
  width: 100%;
}

.bb_p_table_wrapper.tickets_list_table,
.bb_p_table_wrapper.reports_sport_betting_table,
.bb_p_table_wrapper.reports_casino_table {
  height: calc(var(--vh,1vh) * 100 - 183px);
}

.bb_p_table_wrapper.show_footer {
   /* height: calc(var(--vh,1vh) * 100 - 210px);*/
}

@media only screen and (max-width: 750px) {
    .bb_p_table_wrapper {
        height: calc(var(--vh,1vh) * 100 - 130px);
        /*margin: 0 8px;*/
    }
    .bb_p_table_wrapper.show_footer {
        /*height: calc(var(--vh,1vh) * 100 - 190px);*/
    }
    
    .bb_p_table_wrapper.tickets_list_table,
    .bb_p_table_wrapper.reports_sport_betting_table,
    .bb_p_table_wrapper.reports_sport_betting_table {
      height: calc(var(--vh,1vh) * 100 - 177px);
    }
}



.bb_p_table_wrapper table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
}

.bb_p_table_wrapper table th,
.bb_p_table_wrapper table td {
  width: 50px;
  padding: 5px;
}

.bb_p_table_wrapper table tbody {
  height: 90px;
}

.bb_p_table_wrapper table th {
  text-align: center;
  position: sticky;
    top: 0;
  z-index: 2;
    background-color: var(--card-bg);
    cursor: pointer;
    white-space: nowrap;
}

.bb_p_table_wrapper table th i {
    position: absolute;
    right: 0;
    color: var(--color-app-selected-light);
}

.bb_p_table_wrapper table th:nth-child(1) {
  left: 0;
  z-index: 3;
    background-color: var(--card-bg);
        text-align: left;
}

.bb_p_table_wrapper table td {
  text-align: center;
  white-space: pre;
}

.bb_p_table_wrapper table tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 1;
    background-color: var(--card-bg);
    text-align: left;
}

.bb_p_table_wrapper table tbody tr td img{
    height: 20px;
    wifth: 20px;
}

.bb_p_table_wrapper.tickets_list_table .alert{
    padding: 5px 15px !important;
    font-weight: 800;
}

.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(1) {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*@media only screen and (max-width: 750px) {
    .bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(1) {
        max-width: 50px;
    }
}*/

.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(1),
.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.tickets_list_table table thead tr th:nth-child(1),
.bb_p_table_wrapper.tickets_list_table table thead tr th:nth-child(2) {
    color: var(--gray-600);
}

.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(3) {
    text-align: left;
}

.bb_p_table_wrapper.tickets_list_table table thead tr th:nth-child(2),
.bb_p_table_wrapper.tickets_list_table table thead tr th:nth-child(3) {
    text-align: left;
}

.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(4),
.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(5),
.bb_p_table_wrapper.tickets_list_table table tbody tr td:nth-child(8) {
    text-align: right;
}

.bb_p_table_wrapper.tickets_list_table table thead tr th:nth-child(4),
.bb_p_table_wrapper.tickets_list_table table thead tr th:nth-child(5),
.bb_p_table_wrapper.tickets_list_table table thead tr th:nth-child(8) {
    text-align: right;
}

.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(1),
.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(1),
.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(2) {
    color: var(--gray-600);
}

.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(3),
.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(4),
.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(5) {
    text-align: left !important;
}

.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(6),
.bb_p_table_wrapper.transactions_list_table table tbody tr td:nth-child(7) {
    text-align: right;
}

.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(2),
.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(3),
.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(4),
.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(5){
    text-align: left !important;
}

.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(6),
.bb_p_table_wrapper.transactions_list_table table thead tr th:nth-child(7) {
    text-align: right;
}

.user_profile_user_translactions thead tr th:nth-child(2),
.user_profile_user_translactions tbody tr td:nth-child(2) {
    text-align: right;
    padding-right: 10px !important;
}

.bb_p_table_wrapper.players_list_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.players_list_table table tbody tr td:nth-child(3) {
    text-align: left !important;
}

.bb_p_table_wrapper.players_list_table table thead tr th:nth-child(2),
.bb_p_table_wrapper.players_list_table table thead tr th:nth-child(3) {
    text-align: left !important;
}

.bb_p_table_wrapper.players_list_table table tbody tr td:nth-child(4),
.bb_p_table_wrapper.players_list_table table tbody tr td:nth-child(5) {
    text-align: right !important;
}

.bb_p_table_wrapper.players_list_table table thead tr th:nth-child(4),
.bb_p_table_wrapper.players_list_table table thead tr th:nth-child(5) {
    text-align: right !important;
}

.bb_p_table_wrapper.players_list_table{
    line-height: 1.2;
}

.bb_p_table_wrapper.players_list_table tbody td{
    white-space: normal;
}

.bb_p_table_wrapper.agents_list_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.agents_list_table table tbody tr td:nth-child(3) {
    text-align: left !important;
}

.bb_p_table_wrapper.agents_list_table table thead tr th:nth-child(2),
.bb_p_table_wrapper.agents_list_table table thead tr th:nth-child(3) {
    text-align: left !important;
}

.bb_p_table_wrapper.agents_list_table table tbody tr td:nth-child(4),
.bb_p_table_wrapper.agents_list_table table tbody tr td:nth-child(5) {
    text-align: right !important;
}

.bb_p_table_wrapper.agents_list_table table thead tr th:nth-child(4),
.bb_p_table_wrapper.agents_list_table table thead tr th:nth-child(5) {
    text-align: right !important;
}

.bb_p_table_wrapper.reports_sport_betting_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.reports_sport_betting_table table tbody tr td:nth-child(3),
.bb_p_table_wrapper.reports_sport_betting_table table tbody tr td:nth-child(4),
.bb_p_table_wrapper.reports_sport_betting_table table tbody tr td:nth-child(5) {
    text-align: right !important;
}

.bb_p_table_wrapper.reports_sport_betting_table table thead tr th:nth-child(2),
.bb_p_table_wrapper.reports_sport_betting_table table thead tr th:nth-child(3),
.bb_p_table_wrapper.reports_sport_betting_table table thead tr th:nth-child(4),
.bb_p_table_wrapper.reports_sport_betting_table thead tr th:nth-child(5) {
    text-align: right !important;
}

.bb_p_table_wrapper.reports_casino_table table tbody tr td:nth-child(2),
.bb_p_table_wrapper.reports_casino_table table tbody tr td:nth-child(3),
.bb_p_table_wrapper.reports_casino_table table tbody tr td:nth-child(4),
.bb_p_table_wrapper.reports_casino_table table tbody tr td:nth-child(5) {
    text-align: right !important;
}

.bb_p_table_wrapper.reports_casino_table table thead tr th:nth-child(2),
.bb_p_table_wrapper.reports_casino_table table thead tr th:nth-child(3),
.bb_p_table_wrapper.reports_casino_table table thead tr th:nth-child(4),
.bb_p_table_wrapper.reports_casino_table thead tr th:nth-child(5) {
    text-align: right !important;
}
/*
---------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------------- Ticket
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#bb_p_ticket_view #user_profile_tab_1 .card-body{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
}

.ticket {
  /*position: -webkit-sticky;
  position: sticky;
  top: 105px;*/
  /*background-color: var(--color-app-dark-3);*/
    /*overflow-y: auto;*/
    /*max-height: calc(var(--vh, 1vh) * 100 - 270px);*/
    /*height: calc(var(--vh, 1vh) * 100 - 100px);*/
    display: flex;
    flex-direction: column;
}

.ticket .ticket_header {
	display: flex; 
	background: var(--color-app-dark-5);
	border-radius: 6px 6px 0 0;
	margin: 0;
	height: 40px;
	min-height: 40px;
	align-items: center;
    text-align: center;
}

h5#ticket_header{
    font-size: 13px !important;
}

#ticket_subheader{
    font-size: 13px !important;
}

.ticket .header-tabs-link-title {
    font-size: 14px;
}

.ticket .header-tabs-list-item::after {
    height: 2px;
}

.ticket .header-tabs-list-item {
    margin: 0;
}

.tickets-num {
  color: var(--color-app-light-1);
    font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
}

.ticket .content-header.ticket-tabs {
  /*padding-right: 30px;*/
     justify-content: space-between;
  background: transparent;
  border-bottom: 2px solid var(--color-app-dark-4);
  margin-bottom: 0;
  height: 40px;
    min-height: 40px;
}

.ticket .content-header.ticket-tabs .header-tabs-list {
 /*justify-content: space-between;*/
  width: 100%;
    height: 100%;
}

.ticket .content-header.ticket-tabs .header-tabs-list-item {
    flex: 1 1;
}

.ticket .content-header.ticket-tabs .header-tabs-list-item::after {
  bottom: -2px;
}

.ticket .content-header.ticket-tabs .header-tabs-link-title {
  /*margin-left: auto;
  margin-right: auto;*/
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ticket-match-wrapper {
    padding: 0;
    overflow-y: auto;
    flex-grow: 10;
    /*height: calc(var(--vh, 1vh) * 100 - 465px);*/
    /*width: calc(100% + 8px);*/
}

/*.table-matches .matches_holder {
    overflow-y: scroll;
    height: 49vh;
}*/

.ticket-match {
  border-bottom: 2px solid var(--color-app-dark-4);
  position: relative;
  display: flex;
          flex-direction: column;
  width: 100%;
  /*padding-bottom: 10px;
  padding-top: 10px;*/
    
    padding: 6px 0;
}

.ticket-match:last-of-type {
  border-bottom: 0;
}

.ticket-match__line_holder {
    display: flex;
    /*align-items: center;*/
    /*margin-bottom: 5px;*/
    line-height: 1.1;
}

.ticket-match__title {
  /*color: var(--color-ticket-match-title);*/
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
    margin-right: auto;
}

.match__result_holder {
    
}

.ticket-match__result_st {
    font-size: 14px;
    margin-left: auto;
    /*margin-right: 5px;*/
    color: var(--color-app-light-3);
    font-weight: 800;
    text-align: center;
    
}

.ticket-match__result_ht {
    font-size: 14px;
    color: var(--color-app-light-6);
    font-weight: 800;
    text-align: center;
}

.ticket-match__result_ht:not(:empty) {
    margin-left: 5px;
}

.ticket-match__fix {
	align-self: center;
	/*border: 1px solid var(--color-app-light-3);*/
	padding: 0 5px;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
    font-size: 13px;
    color: var(--color-app-light-3);
    font-weight: 800;
    background-color: var(--color-app-dark-5);
}

.ticket-match__fix:hover {
    background-color: var(--color-app-selected);
    color: white;
}

.ticket-match__fix.selected {
    background-color: var(--color-app-selected);
    border-color: var(--color-app-dark-3);
    color: white;
}

.ticket-match__date {
  color: var(--color-app-light-3);
  font-weight: 400;
  font-size: 11px;
    margin-right: auto;
    display: flex;
}

.ticket-match__date img {
    width: 13px;
    margin-left: 5px;
    margin-top: -2px;
}

.ticket-match__date .event_live_blinker {
    padding: 5px 0 0 4px;
}

.ticket-match__date.event_start_close {
    color: var(--color-app-main);
}

.ticket-match__sport {
    font-size: 11px;
    color:var(--color-app-light-3);
}

.ticket-match__sport_icon img{
    height: 16px;
    width: 16px;
    margin-top: -7px;
    margin-right: 5px;
}

.ticket-match__sport_icon_2 {
    position: absolute;
    top: 10px;
    right: 0;
}

.ticket-match__sport_icon_2 img{
    width: 16px;
    height: 16px;
}

.ticket-match__game-type {
  color: var(--color-app-light-2);
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  /*background-color: var(--color-app-selected);*/
  /*background-color: var(--color-app-dark-5);*/
  min-height: 20px;
  line-height: 20px;
          align-self: center;
  /*padding: 0 8px;*/
    max-width: 80%;
    margin-right: auto;
}

.ticket-match__live {
  /*color: var(--color-app-light-1);
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    background-color: var(--color-app-selected);
    height: 22px;
    line-height: 22px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0 10px;
    position: absolute;
    top: 33px;
    left: 160px;*/
}

.ticket-odd__remove {
  /*position: absolute;
  top: 11px;
  right: 0;*/
  cursor: pointer;
    margin-left: 10px;
}

.ticket-odd__remove::before {
  font-size: 10px;
  color: var(--color-app-light-3);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
    align-self: center;
}

.ticket-odd__remove:hover::before {
  color: var(--color-app-light-1);
}

.ticket-match__odd {
  color: var(--color-app-light-2);
  font-weight: 800;
  font-size: 14px;
    align-self: center;
}

.ticket-footer .success_footer {
    background-color: var(--color-app-selected-light);
    background-image: var(--color-gradient-selected-1);
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom:5px;
}

.ticket-footer .error_footer {
    background-color: var(--color-app-main);
    background-image: var(--color-gradient-main);
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom:5px;
}

.ticket-footer .error_footer .icon-close {
    float: right;
    width: 22px;
    height: 22px;
    border: none;
}

.ticket-footer .stake_change_footer {
    /*background-color: var(--color-app-main);
    background-image: var(--color-gradient-main);*/
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom:5px;
}

.ticket-match__line_holder.error_odd {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    font-size: 11px;
    background-color: var(--color-app-main);
    height: 20px;
    margin: 7px 0px;
    background-image: var(--color-gradient-main);
    border-radius: 5px;
}
.ticket-match__line_holder.error_odd .accept {
    font-weight: 800;
    /*margin-left: 5px;*/
    cursor: pointer;
    align-self: center;
    line-height: 20px;
    border: 2px solid var(--color-app-main-dark);
    padding: 4px 5px;
    border-radius: 4px;
    background-color: var(--color-app-main);
    background-image: var(--color-gradient-main);
    -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.ticket-match__line_holder.error_odd .accept:hover {
    background-color: var(--color-app-main-dark);
    background-image: none;
}

.ticket-match__line_holder.error_odd .odd_change_to{
    align-self: center;
    line-height: 20px;
    margin-left: auto;
}

.ticket-match__line_holder.error_odd .odd_change_to > span{
    font-size: 14px;
    font-weight: 800;
}

.ticket-match__line_holder.error_odd .odd_change_triangle_holder{
    position: relative;
    flex: 0 0 20px;
}

.ticket-match__line_holder.error_odd .odd_change_triangle_holder .triangle{
   width: 0px; 
   border-width: 7px;
   border-style: solid;   
}

.ticket-match__line_holder.error_odd .odd_change_triangle_holder .up{
    border-color: transparent transparent white transparent;
    position: absolute;
    right: 3px;
    top: 0;
}

.ticket-match__line_holder.error_odd .odd_change_triangle_holder .down{
    border-color: white transparent transparent transparent;
    position: absolute;
    right: 3px;
    top: 7px;
}

    
.ticket-match__line_holder .odd_change_triangle_holder{
    position: relative;
    flex: 0 0 20px;
}

.ticket-match__line_holder .odd_change_triangle_holder .triangle{
   width: 0px; 
   border-width: 7px;
   border-style: solid;   
}

.ticket-match__line_holder .odd_change_triangle_holder .up{
    border-color: transparent transparent var(--color-green-main) transparent;
    position: absolute;
    right: 3px;
    top: 0;
}

.ticket-match__line_holder .odd_change_triangle_holder .down{
    border-color: var(--color-app-main) transparent transparent transparent;
    position: absolute;
    right: 3px;
    top: 7px;
}

.ticket-total {
  border-top: 2px solid var(--color-app-dark-4);
  border-bottom: 2px solid var(--color-app-dark-4);
  padding: 0 20px 0 10px;
  min-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}

.ticket-total .events-label {
  color: var(--color-app-light-3);
  font-weight: 400;
  font-size: 14px;
}

.ticket-total .events-num {
  color: var(--color-app-light-1);
  font-weight: 700;
  font-size: 14px;
}

.ticket-total .total-odd-label {
  color: var(--color-app-light-3);
  font-weight: 400;
  font-size: 14px;
}

.ticket-total .total-odd-value {
  color: var(--color-app-light-1);
  font-weight: 700;
  font-size: 14px;
}

.ticket-info {
  padding: 5px 10px;
  /*background-color: var(--color-app-dark-4);*/
}

.ticket-info .accept_odd_changes_holder {
    width: 170px;
    height: 30px;
    background-color: var(--color-app-dark-3);
    border-radius: 10px;
    margin-left: -5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ticket-info .accept_odd_changes_title {
    font-size: 12px;
    line-height: 12px;
    padding-left: 5px;
    min-width: 120px;
}

/*------ ovo je za flip koji je bio u prvoj verziji*/
/*.ticket-info .accept_odd_changes_switch {
    position: absolute;
    right: 27px;
    top: 5px;
}*/

ticket-info .accept_odd_changes_switch {
    position: absolute;
    right: 27px;
    top: 5px;
}

.ticket-info .stake {
  /*border-bottom: 2px solid var(--color-app-dark-3);*/
  min-height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.ticket-info .ticket_data_holder {
  min-height: 19px;
    line-height: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
    
}

.ticket-info .stake_input_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-app-dark-3);
    border-radius: 10px;
}

.ticket-info .stake-value {
  height: 30px;
  border: 0;
  color: var(--color-app-light-2);
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  max-width: 80px;
    background-color: var(--color-app-dark-3);
}

.ticket-info .stake_plus_minus {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
}

#ticket_bet_stake {
    -webkit-touch-callout: none;
}

.ticket-info .ticket_data_holder-label {
  color: var(--color-app-light-3);
  font-weight: 700;
  font-size: 13px;
}

.ticket-info .ticket_data_holder-value {
  color: var(--color-app-light-2);
  font-weight: 600;
  font-size: 14px;
}



.ticket .content-header {
    margin-right: 0 !important;
}

.ticket .right_content_title {
    width: 100%;
    text-align: center;
    font-weight: 800;
}

.ticket .ticket-footer {
    
    width: 100%;
    /*position: absolute;
    bottom: 0;*/
}

.ticket .ticket_place_bet_holder {
    display: flex;
    margin: 10px;
}

.ticket .delete-ticket {
  color: var(--color-app-light-2);
  width: 50px;
  height: 30px;
  background-color: var(--color-app-dark-2);
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  /*margin-right: 10px;*/
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
    margin-left: 10px;
}

.ticket .delete-ticket:hover {
  background-color: var(--color-app-main);
  color: var(--color-app-light-1);
}

.ticket .place-bet {
  background-color: var(--color-app-selected);
    background-image: var(--color-gradient-selected-1);
  border-radius: 4px;
  height: 30px;
    line-height: 28px;
  color: var(--color-app-light-1);
  font-size: 18px;
  font-weight: 600;
          flex: 1 1;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}

.ticket .place-bet:hover {
  background-color: var(--color-app-selected-hover);
    background-image: none;
}

.ticket .place-bet.disabled {
    cursor: auto;
    background-color: var(--color-app-dark-4);
    background-image: none;
}

.ticket .ticket_system_holder {
    margin-top: 5px;
}

.ticket .ticket_system_title_holder {
    min-height: 23px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    background-color: var(--color-app-selected);
    background-image: var(--color-gradient-selected-1);
    border-radius: 6px;
    padding: 5px 3px 5px 10px;
}

.ticket .ticket_system_title {
    margin-right: 10px;
}

.ticket .ticket_system_selector {
    display: flex;
    margin-bottom: 5px;
}

.ticket .ticket_system_selector span{
    width: 35px;
    height: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    border: 1px solid var(--color-app-dark-5);
    text-align: center;
    cursor: pointer;
    color: var(--color-app-light-6);
}

.ticket .ticket_system_selector span.selected {
    background-color: var(--color-app-selected);
    color: white;
}

.ticket .ticket_system_events {
    
}

.ticket .ticket_xofy_grid_wrapper {
	display: block;
	width: 100%;
}

.ticket .ticket_xofy_holder {
    /*display: flex;
    flex-wrap: wrap;*/
    margin-left:auto;
    
      display: grid;
  gap: 2px;
 /* grid-template-columns: repeat(auto-fit, minmax(38px, 1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(38px, 37px));
    justify-content: end;
}

.ticket .ticket_xofy_holder span.xofy {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    border: 1px solid var(--color-app-light-2);
    text-align: center;
    cursor: pointer;
    color: var(--color-app-light-2);
    display: block;
    margin: 2px 2px 2px 0;
    border-radius: 3px;
    padding:0 1px;
}

.ticket .ticket_xofy_holder span.xofy.selected {
    background-color: var(--color-app-selected-light);
    color: white;
}

.popup-ticket .copy_ticket {
    margin-left: auto;
    margin-right: 20px;
    padding: 0 14px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}





#ticket.my_tickets {
        /*max-height: 100%;*/
        /*max-height: calc(var(--vh, 1vh) * 100 - 205px) !important;*/
    }

.ticket_details_close_btn {
    min-width: 50px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.my_tickets_main_holder {
    font-size: 14px;
}

.my_tickets_holder {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    line-height: 30px;
}

.my_tickets_holder.header{
    border-bottom: 1px solid var(--color-app-main-dark);
    background-color: var(--color-app-dark-3);
    position: sticky;
    top: -30px;
    height: 35px;
    line-height: 40px;
    margin-top: -30px;
}

.my_tickets_date {
    flex: 0 0 90px;
}

.my_tickets_time {
    flex: 0 0 40px;
}

.my_tickets_combinations {
    flex: 0 0 50px;
    text-align: right;
}

.my_tickets_payin {
    flex: 0 0 80px;
    text-align: right;
}

.my_tickets_gems {
    flex: 0 0 80px;
    text-align: right;
}

.my_tickets_total_odd {
    flex: 0 0 80px;
    text-align: right;
}

.my_tickets_possible_win {
    flex: 0 0 100px;
    text-align: right;
}

.my_tickets_status {
    flex: 1 1;
    margin-left: auto;
    text-align: right;
}

.my_tickets_status_icon {
    flex: 0 0 30px;
    text-align: right;
}

.my_tickets_status_icon img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.my_tickets_result {
    font-weight: 600;
    font-size: 14px;
}

.my_tickets_result .sm,
.ticket-match__result_st .sm, 
.ticket-match__result_ht .sm {
    font-size: 9px !important;
}

.my_tickets_result.st {
    color:var(--color-app-light-3);
    font-weight: 800;
    text-align: center;
}

.my_tickets_result.ht {
    color:var(--color-app-light-6);
    font-weight: 800;
    margin-left: 5px;
    text-align: center;
}

.my_tickets_league_name {
    color: var(--color-app-light-3);
    font-weight: 400;
    font-size: 10px;
    text-align: right;
    margin-left:auto;
}

.my_tickets_live_bet_badge {
    line-height: 0.5;
}

.my_tickets_live_bet_badge span {
    color: var(--color-app-selected-light);
    /*padding: 2px 5px;*/
    /*border-radius: 5px;*/
    font-size: 11px;
    font-weight: 800;
}

.my_tickets_status_icon_detail_view {
    flex: 0 0 24px;
    text-align: right;
}

.my_tickets_status_icon_detail_view img {
    width: 16px;
    height: 16px;
}

.my_tickets_result {
    
}

#my_tickets_status_holder {
    /*margin: 20px 20px 0 20px;*/
    border-bottom: 1px solid var(--color-app-light-6);
    padding-bottom: 10px;
}

#my_tickets_status_text {
    margin-left: auto;
}

#my_ticket_header_details_l0,
#my_ticket_header_details_l1,
#my_ticket_header_details_l2,
#my_ticket_header_details_l3 {
    display: flex;
    font-size: 11px;
    color: var(--color-app-light-2)
}

#my_ticket_header_details_l3{
    font-size: 13px;
    font-weight: bold;
}

#my_ticket_risk_notes{
    color: #ecb707f5;
}

#my_tickets_status_icon img{
    width: 20px;
    margin-left: 5px;
}

#my_ticket_dt_val {
    margin-left: auto;
}

.my_ticket_event_additional_data_holder .myt_more_details_link {
	font-size: 10px;
	text-align: center;
    cursor: pointer;
    color: var(--color-app-selected-light);
}

.my_ticket_event_additional_data {
    font-size: 11px;
    color: var(--color-app-light-2);
    margin-top: 10px;
    /*padding-top: 10px;*/
    /*border-top: 1px solid var(--color-app-light-6)*/
}

.my_ticket_event_additional_data .mt_adddata_title {
    font-size: 16px;
    font-weight: 800;
    color: var(--color-app-selected-light);
    padding-bottom: 10px;
}


.my_ticket_event_additional_data .mt_adddata_l1 {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-app-dark-5);
}

.my_ticket_event_additional_data .mt_adddata_l2 {
    padding-top: 10px;
    border-bottom: 1px solid var(--color-app-dark-6);
}

.my_ticket_event_additional_data .min_play_val {
    margin-left: auto;
}

.my_ticket_event_additional_data .mt_adddata_l2 .ticket-match__title {
    font-size: 12px;
}

.my_ticket_event_additional_data .mt_adddata_l2 .my_tickets_result {
    font-size: 12px;
    text-align: right;
}

.my_ticket_event_additional_data .mt_adddata_l2 .data_title {
    font-size: 11px;
    font-weight: 800;
}

.my_ticket_event_additional_data div:last-child {
    border-bottom: none !important;
}

.ticket.my_tickets {
    /*max-height: calc(var(--vh, 1vh) * 100 - 198px) !important;*/
}

.my_tickets .ticket-match__line_holder.team_names {
    margin: 0 0 5px 0;
}

.my_tickets .ticket-match__line_holder.mt_adddata_l0_team_names {
    justify-content: space-between;
    font-size: 12px;
    font-weight: 800;
    margin: 20px 0 10px 0;
}

.my_tickets .ticket-match__line_holder.mt_adddata_l0 {
    justify-content: space-between;
    align-items: center;
    min-height: 30px;
}

.my_tickets .ticket-match__line_holder .data_value_home {
    flex-grow: 1;
    flex-basis: 0;
}

.my_tickets .ticket-match__line_holder .data_value_home.ccards span:not(:first-child) {
    margin-left: -7px;
}

.my_tickets .ticket-match__line_holder .data_value_home.ccards span img{
    filter: drop-shadow(0px 3px 4px black);
    width: 18px;
    height: 24px;
}

.my_tickets .ticket-match__line_holder .data_value_away.ccards span:not(:last-child) {
    margin-right: -7px;
}

.my_tickets .ticket-match__line_holder .data_value_away.ccards span img{
    filter: drop-shadow(0px 3px 4px black);
    width: 18px;
    height: 24px;
}

.my_tickets .ticket-match__line_holder .data_value_away{
   flex-grow: 1;
   flex-basis: 0;
    text-align: right;
}

.my_tickets .ticket-match__line_holder.mt_adddata_l0_team_names div {
    flex: 1 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my_ticket_event_additional_data .mt_adddata_l0 .data_title {
    margin: 0 auto;
}

.popup_main_holder.popup-ticket .popup-container .ticket.my_tickets .ticket-match span.s_odd_holder {
    height: 18px;
    line-height: 1.4;
}

.my_tickets_max_pot_win {
    height: 30px;
}

.my_tickets_max_pot_win .ticket_data_holder-value{
    font-size: 20px;
    font-weight: 800;
}

.event_live_blinker {
    padding: 3px 0 0 5px;
}

.event_live_blinker span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--color-green-main);
    animation: blinker2 2.5s linear infinite;
    opacity: 0;
    display: block;
}

@keyframes blinker2 {
  0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }
    
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#bb_p_ticket_view{
    box-sizing: border-box;
}

#bb_p_ticket_view .nav-item{
    font-size: 11px;
}

#bb_p_ticket_view #my_tickets_ticket_id{
    margin-left: auto;
}


/*
---------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------- Dashboard
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

#tickets_bar_chart_holder,
#tickets_area_chart_holder,
#casino_bar_chart_holder,
#casino_area_chart_holder{
    overflow-x: auto;
    padding-bottom: 20px;
    overflow-y: hidden;
}

.legend_holder {
    position: relative;
}

.legend_title_holder_all {
    position: absolute;
    bottom: 40px;
    /*left: 0px*/
}

.legend_title_holder_date {
    position: absolute;
    top: 40px;
    /*left: 0px*/
}

.dashboard_group_legend_holder {
    border: 1px solid var(--gray-100);
    border-radius: 10px;
}

.legend_title_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.legend_blue {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #2196F3;
    display: block;
    margin-right: 5px;
}

.legend_red {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #E57373;
    display: block;
    margin-right: 5px;
}

.legend_green {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #4CAF50;
    display: block;
    margin-right: 5px;
}

/*
---------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------- Tickets List
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

.ticket_summary_holder {
    padding: 14px 5px 9px 5px;
    justify-content: space-between;
}

.ticket_summary_holder div:first-child {
    min-width: 60px;
}

.ticket_summary_holder div {
    position: relative;
    border:1px solid var(--gray-400);
    padding: 5px 10px;
    border-radius: 10px;
    margin: 0 5px 0 0 !important;
    min-width: 80px;
    text-align: center;
}

.ticket_summary_holder div.alert-success {
    border-color: #3f7363;
}

.ticket_summary_holder div.alert-danger {
    border-color: #935656;
}

.ticket_summary_holder div span.badge{
    position: absolute;
    top: -12px;
    left: -5px;
    font-size: 11px;
}

@media only screen and (min-width: 750px) {
    .ticket_summary_holder {
        padding: 20px 15px 0 19px;
    }
}

.risk_acc_rej_holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.risk_acc_rej_holder span,
.risk_acc_rej_holder button,
.risk_acc_rej_holder div{
    margin-right: 10px;
    min-width: 100px;
}

.risk_new_odd {
    border: 1px solid white;
    border-radius: 5px;
    width: 100px;
    height: 20px;
    text-align: right !important;
    font-weight: normal;
    position: relative;
    right: -3px;
}

.risk_new_odd:focus {
    outline: none;
    border: 1px solid var(--color-app-main-dark);
}

.risk_stake_holder input {
    outline: none;
    border: 1px solid white;
    border-radius: 5px;
    width: 100px;
    height: 20px;
    text-align: right !important;
    font-weight: normal;
    position: relative;
    right: -3px;
}

.risk_stake_holder input:focus {
    outline: none;
    border: 1px solid var(--color-app-main-dark);
}

#risk_accept_ticket {
    background-color: var(--color-green-3);
}

#risk_reject_ticket {
    background-color: var(--color-app-main-dark);
    border-color: var(--color-app-main-dark);
}

#risk_accept_ticket:focus {
    background-color: var(--color-green-main);
    border-color: var(--color-app-main-dark);
}

#risk_reset_changes {
    background-color: var(--color-app-selected-light);
    border-color: var(--color-app-selected-dark);
}

#risk_submit_changes {
    background-color: var(--color-app-selected-light);
    border-color: var(--color-app-selected-dark);
}

#risk_submit_changes:focus {
    background-color: var(--color-app-selected-dark);
    border-color: var(--color-app-selected-dark);
    outline-color: var(--color-app-selected-dark);
}
/*
---------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------- Offcanvas customization
---------------------------------------------------------------------------------------------------------------------------------------------------
*/

.offcanvas-header-small {
    padding: 10px 21px 5px 21px !important;
}

.offcanvas-subhead-small {
    border-bottom: 1px solid black;
}

.nav-tabs-highlight .nav-link.active::before, .nav-tabs-overline .nav-link.active::before, .nav-tabs-underline .nav-link.active::before {
	background-color: var(--color-app-selected-light) !important;
}
