.swal2-cancel.swal2-styled {
	background-color: transparent !important;
	color: #000;
	border: 1px solid #000;
}

.header-bg {
	background-image: url('../images/end-users/header-bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

/*.swal2-actions {
	direction: rtl;
}
.swal2-actions button{
	direction: ltr;
}*/

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
	border-color: #b5b5b5 !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	border-left-color: #A5A8AB;
	border-top-color: #A5A8AB;
	border-right-color: #A5A8AB
}

.nav-tabs {
	border-bottom: 1px solid #A5A8AB;
}
/*.nav-item .nav-link.active {
	border-bottom: 0px;
}*/


/*.text-tl {
	color: #86AA3E;
}
.text-tl2 {
	color: #3B751D;
}*/
.text-primary,
.text-tl,
.text-tl2 {
	color: #3B751D !important;
}
.text-tl3 {
	color: #582C03 !important;
}

.no-readonly .form-control[readonly], 
.no-readonly .readonly {
	background-color: #fff !important;
}

.bg-light-warning2 {
    background-color: #ffebc3 !important;
}

.switch input:empty ~ span:before,
.switch input:checked ~ span:before {
	background-color: #DFDFDF;
}
.switch input:checked ~ span:after {
	background-color: #3B751D;
}
.switch.switch-icon input:checked ~ span:after {
    font-family: Ki;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    line-height: 0;
}

.prize .bg-image {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.prize .bg-image-active {
	background-color: rgba(0, 0, 0, 0.5);
}
.prize .bg-image-active LABEL {
	position: absolute;
	top: 10px;
	left: 10px;
}

.btn-tl3 {
  background-color: #FFCE00;
  background-image: linear-gradient(#FFCE00, #E8A700);
  color: #2A5116;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.bg-prizes-bar {
	background: rgb(255,206,0);
	/*background: linear-gradient(180deg, rgba(255,206,0,1) 0%, rgba(245,252,215,1) 100%);*/
	background: linear-gradient(180deg, #b5b5c3 0%, #e4e6ef 100%);
}

.prizes-bar-menu-active {
	/*border-bottom: 3px #000000 solid;*/
	background-image: linear-gradient(#3C781E, #68CF33);
	border-top-left-radius: 0.42rem;
	border-top-right-radius: 0.42rem;
}


#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
	margin-left: initial;
	margin-right: initial;
}
.toast-top-center {
   top: 12px;   
   margin: 0 auto;  
   left: 50%;   
   margin-left: -150px;
}

.btn.btn-danger.disabled, .btn.btn-danger:disabled,
.btn.btn-warning.disabled, .btn.btn-warning:disabled {
	color: #212529;
	background-color: #ebedf3;
	border-color: #d1d3e0;
}