﻿@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
body {
    background: #adc6e0 url('../images/image@2x.png') no-repeat center center/cover;
    /* background: #fff !important; */
    font-family: 'Roboto', Sans serif;
    font-size: 14px;
}

body a,
ul a,
li a,
a {
    text-decoration: none !important;
    color: #0F1EEC !important;
    cursor: pointer !important;
}

.nblue {
    color: #02101e !important
}

h4 {
    color: #02101e;
}

::-webkit-scrollbar {
    width: 6px;
    /* for vertical scrollbars */
    height: 12px;
    /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: #028036;
}

li {
    list-style: none
}

main {
    padding-top: 40px;
}

header {
    background: #dfe4ef;
    padding: 0px;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 99999;
}

header .logo img {
    width: 65px;
    padding: 2px;
}

.login-card {
    margin-top: 50px;
}

.login {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: 0 auto;
}

.login label {
    color: #884040;
    font-size: 16px;
}

.login input,
.login select {
    border: none;
    border-bottom: 1px solid #d3c9ff;
    border-radius: 0px;
}

.login select {
    color: #0f1eec;
    font-size: 22px;
    padding: 6px 0px;
    font-weight: bold;
}

.login input:focus,
.login select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.login button {
    background: #0f1eec;
    height: 50px;
    font-size: 20px;
}

.aut-title p {
    font-size: 16px;
    margin-top: 20px;
}

.aut-title p span {
    font-weight: bold;
    color: #063c7a;
}

.user-pic {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background: #6fc481;
    border: none;
}

.user-pic img {
    width: 100%;
    height: 100%;
    margin: 5px 0px;
}


/*Group table*/

.custom-table thead tr {
    background: #bedff1;
}


/*.custom-table th:first-child, .custom-table td:first-child{
	border-radius:10px 0px 0px 10px !important;
}
.custom-table th:last-child, .custom-table td:last-child{
	border-radius:0px 10px 10px 0px !important;
}*/

.custom-table {
    border-radius: 10px;
}


/*.custom-table.table tbody{
  border-collapse: separate;
  border-spacing:0px 10px;
  position:relative; 
  
}*/


/*.custom-table.table   {
    border-collapse: separate;
    border-spacing:0 1px;
}*/

.custom-table th {
    padding: 0.5rem !important;
    font-weight: 500;
    color: #291470;
}

.custom-table th,
.custom-table td {
    vertical-align: middle !important;
}

.custom-table tr {
    border: 1px solid #ddd;
}


/*Group table end*/

.ticket-info {
    padding: 10px;
}

.ticket-info label {
    font-size: 12px;
}

.ticket-info p {
    font-size: 15px;
    color: #0B3FCE;
    margin: 0px;
}

.ticket-card,
.bid-list,
.aut-tkt-no ul,
.bid-btn ul {
    padding-inline-start: 0px;
    /* display: flex; */
}

.modal {
    z-index: 999999 !important;
}

.title {
    color: #063C7A;
    font-size: 16px;
}


/* 
.title span{
	font-size:12px; 
	color:#ddd;
	font-weight:100;

} */

.ticket-card li {
    list-style: none;
    display: inline-block;
    margin: 2px;
}


/* .ticket-card li a {
width:100%;
display:inline-block;	
} */

.hard {
    background: #bedff1;
}

.even {
    background: #ffb7d4;
}


/*.ticket-no span {
	top:15px;
	left:15px;
	position: absolute;
}*/

ul.walk-tickets li a .ticket-disc {
    width: auto !important;
}

.ticket-disc {
    position: relative;
    width: 80%;
    float: left;
    text-align: right;
    line-height: 37px;
}

.ticket-txt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #291470;
}

.ticket-txt:first-child {
    border-bottom: 1px solid #ccc;
}

.live-d {
    border-left: 1px solid #10101030;
    padding: 0px 15px;
    min-height: 40px;
}

.live-md {
    border-left: 1px solid #ddd;
    padding: 0px 15px;
}

.live-tkt p {
    font-weight: lighter;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.live-tkt p b {
    font-weight: bold;
}

.live-bid-info {
    padding: 25px 20px 140px 20px;
}

.live-bid-info p {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin: 5px
}

.live-bid-info h2 {
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.live-tkt p {
    font-size: 12px;
}

.live-timer-info {
    padding: 20px;
    color: #fff;
}

.live-timer-info p {
    font-size: 14px;
    margin: 5px
}

.live-timer-info span {
    font-size: 18px;
    font-weight: 600;
}

.bid-list>li {
    list-style: none;
    width: 209px;
    border-radius: 15px;
    display: block;
    border-radius: 10px;
    width: 100%;
    margin: 2px 0px;
    background: #e8ecf4;
    height: 50px;
}

.bid-no {
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    margin: 5px;
    background: #8aa8ca;
}


/*
 .bid-list li:last-child {
  background:#fee8eb;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

 .bid-list li:last-child .bid-disc img.rupee-active{
  display: inline-block;
  top: -1px;
  position: relative;
} */

.bid-list li:first-child {
    /* background: #fee8eb; */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.bid-list li:first-child .bid-disc img.rupee-active {
    display: inline-block;
    top: -1px;
    position: relative;
}

.bid-disc img.rupee-active {
    display: none;
}

.bid-disc img.rupee-inactive {
    display: inline-block;
    top: -1px;
    position: relative;
    opacity: 0.4;
}


/* .bid-list li:last-child .bid-disc img.rupee-inactive {
  display: none;
} */

.bid-list li:first-child .bid-disc img.rupee-inactive {
    display: none;
}


/* .bid-list li:last-child p{
color:#fd3547;
font-size:16px
} 
.bid-list li:last-child .bid-no {
	  background: #fd3547;
} */

.bid-list li:first-child p {
    /* color: #fd3547; */
    font-size: 16px
}

.bid-list li:first-child .bid-no {
    /* background: #fd3547; */
}

.bid-disc {
    padding: 3px 20px 3px 20px;
    height: 50px;
}

.bid-no span {
    top: 7px;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
}

.odd,
.even {
    color: #fff;
}

.odd {
    background: #f10122;
}

.even {
    background: #0f1eec;
}

.bid-disc p {
    line-height: 40px;
    color: #7290b3;
}

.bid-txt {
    padding: 7px 100px;
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}

.bid-history {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    box-shadow: -2px 2px 6px rgba(3, 3, 3, 0.11);
    margin: -110px 0px 0px;
    padding: 30px;
    background: #fff;
    z-index: 11;
}

.aut-tkt-no li div {
    list-style: none;
    width: 35px;
    height: 35px;
    border-radius: 15px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
}

.aut-tkt-no li span {
    top: 8px;
    position: relative;
    color: #fff;
}

.tkt-green {
    background: #176231;
}

.tkt-blue {
    background: #0F1EEC;
}

.tkt-red {
    background: #f10122;
}

.bid-btn li {
    list-style: none;
    width: 120px;
    height: 40px;
    border-radius: 15px;
    display: inline-block;
    box-shadow: -2px 2px 6px rgba(3, 3, 3, 0.11);
    margin: 4px;
    padding: 10px 38px;
    font-size: 15px;
    color: #063c7a;
    font-weight: bold;
    text-align: center;
}

.bid-btn li:nth-child(odd) {
    background: #BEDFF1;
}

.bid-price {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    border-radius: 10px;
    height: 90px;
}

.bid-value {
    padding: 30px 34px;
    font-size: 30px;
    height: auto;
    border-radius: 4px 0px 0px 4px !important;
}

.clear-btn {
    background: #FFB7D4;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    color: #F10122 !important;
}

.enter-btn {
    background: #0F1EEC;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    border-radius: 0px 10px 10px 0px;
}

.list-info p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
    padding: 5px;
}

.bid-list fieldset.walkin {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
}

.bid-list fieldset.walkin>li {
    width: 48% !important;
}

.bid-list fieldset.walkin>li.radio .card__body {
    height: 51px !important;
    padding: 10px 3px !important;
    width: 132px !important;
}

.bid-list fieldset.walkin>li.radio .card__body-header span {
    margin: -5px 3px
}

.bid-list .ticket-card li {
    border: none;
    box-shadow: none;
    background: none;
    margin: 0px;
    padding: 2px 2px;
    width: 100%;
}

.bid-list .ticket-no {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    line-height: 46px;
    font-weight: 600;
}

.bid-list .ticket-txt:first-child {
    border-bottom: none;
}

.filtered-tab li a span.badge {
    /*background: #26408A !important;*/
    color: #FFFFFF !important;
}

.filtered-tab li:first-child {
    margin-left: 0px !important;
}

.filtered-tab {
    margin-top: 25px;
}

.filtered-tab li a.active {
    background: #007bff !important;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer !important;
    border-color: #007bff;
    border-bottom: 2px solid rgb(11, 64, 147);
}

.filtered-tab li a {
    background: #fff !important;
    color: #3F454C !important;
    text-align: center;
    padding: 14px 20px !important;
    line-height: 12px;
    display: block;
    text-decoration: none;
    border: 1px solid #96adc6;
    font-size: 12px;
    font-weight: 600 !important;
    font-family: 'Lato', sans-serif !important;
    cursor: pointer !important;
    margin-right: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #ddd;
    border-bottom: 2px solid rgba(11, 64, 147, 0.41);
}


/*.bid-list .ticket-no span {
   text-align:center;
   line-height:12px;
}*/

.bid-list .ticket-txt {
    padding: 6px 14px;
}

.bid-list .ticket-card li:hover,
.bid-list .ticket-card li.hover {
    background: none;
    border: none;
}

.word-break {
    word-break: break-all;
}


/*media queries*/

@media (min-width: 320px) and (max-width: 575px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1117px) {}

#sidebarCollapse {
    right: 0px;
    position: absolute;
    top: 81px;
}

#bid-card {
    width: 100%;
    z-index: 2;
    background: #fff;
}

#bid-list {
    background: #F6F6F6;
    color: #fff;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
    padding: 10px 0px;
    border-radius: 0px !important;
    overflow: auto;
}

@media (max-width: 768px) {
    #bid-list {
        width: calc(100% -250px)
    }
    #bid-list.active {
        margin-left: 0;
    }
}

#bid-list {
    min-width: 310px;
    max-width: 310px;
}

.bid-wrapper {
    display: flex;
    align-items: stretch;
}

#bid-list.active {
    margin-left: -418px !important;
    align-items: stretch;
    opacity: 0;
}

.side-back-btn {
    background: #f6f6f6;
}

#bid-list+#sidebarCollapse img {
    display: none;
}

.note-green {
    position: relative;
    height: 8px;
    width: 8px;
    background: #0FE500;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.note-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #0FE500;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: -2px;
}

.note-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #f00;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 0px;
}

.note-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 21px solid #0F1EEC;
    position: relative;
    display: inline-block;
    margin-right: 0px;
}

.note-right-r {
    border-right: 16px solid #f00;
}

.note-left-wt {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid #fff;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.live-bid-info p {
    font-weight: 100;
}

.footer-disc {
    font-weight: 100px;
    color: #6B6B6B;
}

footer {
    padding: 6px 2px;
    bottom: 0px;
    border-top: 1px solid #ccc;
    position: fixed;
    /*position: sticky !important; */
    z-index: 111;
    width: 100%;
    background: #fff;
}

.aucmonth {
    top: -10px;
    left: 5px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}

.totalmonth {
    top: 0px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    left: -10px
}

.byicon {
    font-size: 35px;
    font-weight: 100
}

.num-btn {
    font-weight: 500;
    box-shadow: 0px 0px 6px #ddd;
    border: 1px solid #9F9FFF90;
    margin: 2px;
    line-height: 2.52rem !important;
    font-size: 18px;
    width: 98%;
}

.btn-light {
    background: #efefef;
}

.font-18 {
    font-size: 18px !important
}

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

#clockdiv>div {
    padding: 8px;
    border-radius: 3px;
    background: #ddd;
    display: inline-block;
    color: #111;
}

#clockdiv div>span {
    padding: 10px;
    border-radius: 3px;
    background: #efefef;
    display: inline-block;
    color: #111;
}

.smalltext {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 100;
}

.font-10 {
    font-size: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

hr {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}


/* ul#bidscroll {

} */

ul.bid-list {
    padding: 10px 40px 0px 10px;
    height: 200px;
    overflow-y: auto;
    max-height: 200px;
    display: flex;
    flex-direction: column-reverse;
}

.bid-btn-cancel {
    background: #FFB7D4
}

.bid-btn-cancel span,
a.bid-btn-cancel {
    color: #F10122 !important;
    text-align: center;
    width: 100% !important;
    display: block;
    font-size: 14px;
    font-weight: 100;
    padding: 0.05rem;
}

.bid-btn-success span,
a.bid-btn-success {
    color: #fff !important;
    text-align: center;
    width: 100% !important;
    display: block;
    font-size: 14px;
    font-weight: 100;
    margin: 0px;
    border-radius: 0px 4px 4px 0px;
    padding: 0.05rem;
}

.bid-btn-success {
    background: #0F1EEC
}


/*WHEEL*/

#wheel {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px, rgba(0, 0, 0, 0.05) 0px 3px 0px;
    transform: rotate(0deg);
}

#wheel:before {
    content: '';
    position: absolute;
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 242px;
    height: 242px;
    border-radius: 50%;
    z-index: 1000;
}

#inner-wheel {
    width: 100%;
    height: 100%;
    -webkit-transition: all 6s cubic-bezier(0, .99, .44, .99);
    -moz-transition: all 6 cubic-bezier(0, .99, .44, .99);
    -o-transition: all 6s cubic-bezier(0, .99, .44, .99);
    -ms-transition: all 6s cubic-bezier(0, .99, .44, .99);
    transition: all 6s cubic-bezier(0, .99, .44, .99);
}

#wheel div.sec {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 75px 0;
    border-color: #19c transparent;
    transform-origin: 75px 129px;
    left: 50px;
    top: -4px;
    opacity: 1;
}

#wheel div.sec:nth-child(1) {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    border-color: #16a085 transparent;
}

#wheel div.sec:nth-child(2) {
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    border-color: #2980b9 transparent;
}

#wheel div.sec:nth-child(3) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    border-color: #34495e transparent;
}

#wheel div.sec:nth-child(4) {
    transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    border-color: #f39c12 transparent;
}

#wheel div.sec:nth-child(5) {
    transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    border-color: #d35400 transparent;
}

#wheel div.sec:nth-child(6) {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    border-color: #c0392b transparent;
}

#wheel div.sec span.num {
    color: #fff;
    font-size: 30px;
    position: relative;
    font-weight: 600;
    top: -30px;
    left: 10px;
}

#wheel div.sec .fa {
    margin-top: -100px;
    color: rgba(0, 0, 0, 0.2) !important;
    position: relative;
    z-index: 10000000;
    display: block;
    text-align: center;
    font-size: 30px;
    margin-left: -15px;
    text-shadow: rgba(255, 255, 255, 0.1) 0px -1px 0px, rgba(0, 0, 0, 0.2) 0px 1px 0px;
}

#spin {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
    z-index: 1000;
    background: #fff;
    cursor: pointer;
    font-family: 'Exo 2', sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#spin:after {
    content: "SPIN";
    text-align: center;
    line-height: 68px;
    color: #CCC;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100000;
    width: 68px;
    height: 68px;
    display: block;
}

#spin:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 78px 20px;
    border-color: transparent transparent rgba(256, 256, 256, 0.8) transparent;
    top: -58px;
    left: 14px;
}

#inner-spin {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    border-radius: 50%;
    background: red;
    z-index: 999;
    box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#spin:active #inner-spin {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

#spin:active:after {
    font-size: 28px;
}

#shine {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(1%, rgba(255, 255, 255, 0.99)), color-stop(9%, rgba(255, 255, 255, 0.91)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0.91) 9%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    opacity: 0.1;
}


/*ANIMATION*/

@-webkit-keyframes hh {
    0%,
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    50% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
    }
}

@keyframes hh {
    0%,
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    50% {
        transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
    }
}

.spin {
    -webkit-animation: hh 0.1s;
    /* Chrome, Safari, Opera */
    animation: hh 0.1s;
}

.right-10 {
    right: 10px !important;
}

.left-10 {
    left: 10px !important;
}

.walk-tickets {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.walk-tickets li {
    width: 50%;
}

.walk-tickets li a {
    width: 100%;
    display: inline-block;
}

.ticket-disc p {
    font-size: 14px !important;
    font-weight: 400;
}

.tie-tickets {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding: 0px;
}

.tie-tickets li {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: 5px;
    line-height: 40px;
    color: #fff;
}

.ticket-staus {
    width: 10px;
    height: 10px;
    background: #0C0;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.sidebar hr {
    width: 100%;
}

.openbtn {
    cursor: pointer;
    background-color: rgb(1, 97, 44);
    color: white;
    padding: 7px 10px;
    border: none;
    position: fixed;
    border-radius: 0px;
    z-index: 999;
    right: 200px;
}

.openbtn:hover {
    background-color: rgb(0, 58, 24);
}

.sidemenubtn {
    cursor: pointer;
    background-color: #039;
    color: white;
    padding: 7px 10px;
    border: none;
    position: fixed;
    border-radius: 0px;
    z-index: 9999;
    left: 0px;
}

.openbtn:hover {
    background-color: rgb(0, 58, 24);
}

#main,
#mainadmin {
    transition: all .5s;
    padding: 0px 0px;
}

#mainadmin {
    margin-left: 300px;
}

.sidebar {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 86px;
    Right: 0;
    overflow-y: auto;
    background-color: #f6f6f6;
    transition: 0.5s;
}

.sidebar a {
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: flex;
    transition: 0.3s;
    flex-wrap: wrap
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 89px;
    right: 27px;
    font-size: 36px;
    z-index: 999;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 0px;
    }
    .sidebar a {
        font-size: 18px;
    }
}

.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    color: #FF1600 !important;
    font-size: 11px !important;
    opacity: 1;
    display: block !important;
}

.card-ticket {
    --background: #fff;
    --background-checkbox: rgb(16, 161, 130);
    --background-image: #fff, rgba(0, 107, 175, 0.2);
    --text-color: #111;
    --text-headline: #000;
    --card-shadow: rgba(0, 0, 0, 0.4);
    --card-height: 80px;
    --card-width: 180px;
    --card-radius: 4px;
    --header-height: 00px;
    --blend-mode: overlay;
    --transition: 0.30s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card__input {
    position: absolute;
    display: block;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.card__input:checked~.card__body {
    --shadow: 2px 2px 10px var(--card-shadow);
    background: #dfe4ef20;
    border: 1px solid #36c784
}

.card__input:checked~.card__body .card__body-cover-checkbox {
    --check-bg: var(--background-checkbox);
    --check-border: #fff;
    --check-scale: 1;
    --check-opacity: 1;
}

.card__input:checked~.card__body .card__body-cover-checkbox--svg {
    --stroke-color: #fff;
    --stroke-dashoffset: 0;
}

.card__input:checked~.card__body .card__body-cover:after {
    --opacity-bg: 0;
}

.card__input:checked~.card__body .card__body-cover-image {
    --filter-bg: grayscale(0);
}

.card__input:disabled~.card__body {
    cursor: not-allowed;
    opacity: 0.5;
}

.card__input:disabled~.card__body:active {
    --scale: 1;
}

li.radio {
    display: flex;
    flex-wrap: nowrap;
}

li.radio .card__body {
    height: 60px !important;
    padding: 12px 3px !important;
    width: 140px !important;
}

.card__body {
    display: grid;
    /* grid-auto-rows:; */
    background: var(--background);
    height: 90px;
    padding: 10px 0px;
    width: var(--card-width);
    border-radius: var(--card-radius);
    border: 1px solid #ddd;
    border-bottom: 2px solid #a6b0c7;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: var(--shadow, 0 4px 4px 10px rgba(0, 0, 0, 0.02));
    -webkit-transition: box-shadow var(--transition), -webkit-transform var(--transition);
    transition: box-shadow var(--transition), -webkit-transform var(--transition);
    transition: transform var(--transition), box-shadow var(--transition);
    transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition);
    -webkit-transform: scale(var(--scale, 1)) translateZ(0);
    transform: scale(var(--scale, 1)) translateZ(0);
}

.card__body-cover-checkbox {
    background: var(--check-bg, var(--background-checkbox));
    border: 2px solid var(--check-border, #fff);
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1;
    width: 26px;
    height: 26px;
    border-radius: 10%;
    opacity: var(--check-opacity, 0);
    transition: transform var(--transition), opacity calc(var(--transition) * 1.2) linear, -webkit-transform var(--transition) ease;
    -webkit-transform: scale(var(--check-scale, 0));
    transform: scale(var(--check-scale, 0));
}

.card__body-cover-checkbox--svg {
    width: 12px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    fill: none;
    margin: 7px 0 0 5px;
    stroke: var(--stroke-color, #fff);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: var(--stroke-dashoffset, 16px);
    -webkit-transition: stroke-dashoffset 0.4s ease var(--transition);
    transition: stroke-dashoffset 0.4s ease var(--transition);
}

.card__body-header {
    display: block;
    border: 0px solid #111;
    padding: 0px;
    flex-wrap: wrap;
    background: transparent !important;
}

.card__body-header-title {
    color: var(--text-headline);
    font-weight: 400;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 9px 7px 0px 32px;
    text-transform: capitalize
}

.card__body-header-subtitle {
    color: #ff5151;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
}

.card__input:checked~.card__body .card__body-header span {
    background: rgb(84, 137, 168);
    color: #fff;
}

.card__body-header span {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    float: left;
    text-align: center;
    background: #dfe4ef;
    padding: 3px;
    font-weight: 600;
    color: #1e2535;
    font-size: 12px;
    margin: -3px 7px;
    position: absolute;
}

.card__body-header p {
    padding: 0px;
    padding-left: 0px;
    text-align: left;
    padding-left: 29px;
}

li {
    list-style: none;
}

.btn-b-icon {
    background: #4B70FF !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
    height: 38px;
    line-height: 25px;
}

.section-container {
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px #ccc;
    border: 1px solid #ccc;
}

.main-content {
    padding: 10px 5px;
    position: relative;
    top: 120px;
    /*margin:10px;
    border-radius:4px;
     box-shadow:0px 0px 20px #ccc;
     border:1px solid #ccc;*/
}

label {
    color: #3F454C !important;
    font-size: 12px !important;
    font-family: 'roboto', sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
    /*text-transform: capitalize !important;*/
}

.k-pager-wrap {
    background-color: #fff !important;
    border: none;
}

.k-widget {
    border-width: 0px !important;
}

.k-grid table th,
.k-grid table tr {
    color: #25408e !important;
    ;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    border: 0px !important;
    text-align: left;
}

.k-grid td {
    border-width: 0 0 0 0px !important;
}

.k-grid tr td:first-child {
    text-align: left !important;
}

.k-grid-footer tr td {
    font-weight: 600 !important;
}

.k-grid-toolbar {
    background: transparent !important;
}

.k-grid-add-row,
.k-grid-footer,
.k-grid-header,
.k-grid-toolbar,
.k-grouping-header {
    color: #656565;
    background-color: #ffffff !important;
}

.k-grid-content {
    overflow: auto !important;
}

.k-button.k-primary {
    background: none;
}

.k-grid table td {
    color: #333 !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    text-align: left;
    border-bottom: 1px solid #ebebeb !important;
}

.k-grid table th {
    text-align: left !important;
}

.k-button.k-primary,
.k-command-cell>.k-button {
    border-color: transparent !important;
    /* background-color: transparent !important; */
}

.k-grid tr.k-alt {
    background-color: transparent !important;
}

.k-state-selected {
    background-color: #fff !important;
}

.k-grid tr.k-state-selected>td {
    background-color: rgba(255, 255, 255, 1) !important;
}

.k-grid th {
    text-align: center !important;
}

.k-grid-norecords td {
    text-align: center !important;
}

.k-grid tbody button.k-button {
    min-width: 0px !important;
}

.k-button {
    padding: 5px 0px !important;
}

.k-grid-header {
    padding: 0px !important;
}

.k-grid .k-grouping-header {
    border-color: #ebebeb !important;
    border: 1px solid;
    border-top: none !important;
    border-bottom: none !important;
}

.k-grid-header th.k-header {
    border-color: #fff !important;
    background: #fff !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    border: 0px !important;
}

.k-grid th a {
    color: #25408e !important;
}

.k-grid td a {
    color: #25408e !important;
    border: 1px solid #f5f5f5;
    padding: 5px 5px;
    border-radius: 4px !important;
    font-size: 11px;
}

.k-grid-header th.k-header>.k-link {
    padding: 0.7em 0.8em 0.8em 0 !important
}

.k-grid .k-grouping-row .k-icon span {
    margin-left: -100px !important;
}

.k-grid .k-grouping-row .k-icon span:first-child {
    margin-left: -15px !important;
}

.k-grouping-row p:first-child {
    margin-left: -15px !important;
}

.k-grid .k-grid-aria-root {
    border: 1px solid #ebebeb !important;
}

.k-grid .k-grouping-row td,
.k-group-cell,
.k-grid-draggable-header.k-group-indicator {
    background: #F8F9FB !important;
}

.k-grid-draggable-header.k-group-indicator .k-link {
    color: #3F454C !important;
    font-size: 12px !important;
}

.k-group-indicator {
    padding: 0px 8px !important;
}

.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover {
    border: 1px solid #fff !important;
}

.k-grid tbody tr {
    border: 1px solid #ced4da !important;
}

kendo-grid-toolbar.k-header.k-grid-toolbar {
    padding: 0px !important;
}

.k-content input {
    height: 38px !important;
    border-radius: 4px;
    border: 1px solid #929aa2 !important;
    width: 100% !important;
    color: #0F0F0F !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
}

.k-icon.k-clear-value.k-i-close {
    margin-top: 10px !important;
}

.k-footer-template td {
    font-weight: 600;
}

.k-widget .k-combobox {
    width: 100% !important;
}

.k-footer-template td {
    font-weight: 600;
}

.k-widget.k-combobox {
    width: 100% !important;
}

span.k-invalid-msg {
    display: none !important;
}

.kendo-right {
    text-align: right !important;
    padding: 5px 40px 5px 5px !important;
}

th.kendo-right.k-header {
    text-align: right !important;
    padding: 5px 40px 5px 5px !important
}

.k-grid-header th.k-header>.k-link {
    margin: -0.5em 0.em -.4em 0 !important
}

th.kendo-left {
    text-align: left !important;
}

th.kendo-center {
    text-align: center !important;
}

.kendo-center {
    text-align: center !important;
}

.k-grid-footer {
    padding: 0px 0px 0px 0px !important;
}

kendoGridGroupFooterTemplate {
    text-align: right !important;
}

.k-group-footer td .bc-2,
.k-grid-footer td .bc-2,
.form-control.sec-head-bold {
    margin-bottom: 0px !important;
}

.kendo-g-center.k-header span {
    display: none !important;
}

th.kendo-g-center.k-header {
    font-size: 16px !important;
    text-align: center !important;
}

.k-pdf-export .k-grid td {
    white-space: normal;
    text-overflow: clip;
    font-size: 11px;
}

.k-checkbox:checked+.k-checkbox-label::after,
.k-checkbox:checked+.k-checkbox-label::before {
    left: -20px;
}

.k-columnmenu-actions .k-button.k-primary {
    background-color: #ff6358 !important;
}

.k-grid-aria-root {
    padding: 0 10px 0 10px;
}

.k-grid-header-wrap {
    border: 0 !important;
}

.k-grid-header th.k-header>.k-link {
    margin: 0 !important;
    padding: 0 !important;
    /*Data table cell alignments*/
    /*ngx data tables end*/
}

.k-grid-header th.k-header {
    margin: -.5em 0.4em -.4em 0 !important;
    padding: 0.7em 0.8em 0.8em 0 !important;
}

.icon-edit1 {
    margin-left: 6px !important;
}

.icon-delete1 {
    margin-left: -15px !important;
}

.k-grid-header .k-header:first-child {
    padding-left: 20px;
}

.k-grid th,
.k-grid td {
    padding: 8px 0px !important;
}

.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover {
    background-color: #fff !important;
}

.kendo-wordwrap {
    overflow: visible;
    white-space: normal !important;
}

.disableTabs {
    pointer-events: none !important;
}

.login-card {
    max-width: 440px;
    margin: 50px auto;
    padding: 0px 20px;
}

.login-card>.nav-tab {
    display: flex;
    flex-wrap: wrap;
}

.login-card>.nav-tab>li:first-child {
    margin: 0px !important;
    border-radius: 4px 0px 0px 0px;
}

.login-card>.nav-tab>li:last-child {
    border-radius: 0px 4px 0px 0px;
}

.login-card>.nav-tab>li {
    display: inline-block;
    border: 1px solid #ddd;
    border-bottom: none;
    width: 50%;
    text-align: center !important;
}

.login-card>.nav-tab>li.active,
.login-card>.nav-tab>li:hover,
.login-card>.nav-tab>li:visited {
    background: #e3ecff;
    border-bottom: 1px solid #0f1eec;
}

.login-card>.nav-tab>li a img {
    display: inline-block;
    text-align: center;
    position: relative
}

.login-card>.nav-tab>li a {
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 12px;
}

.login-card>.nav-tab>li a span {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.login-card>.tab-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    border-radius: 0px 0px 4px 4px;
    margin: 0px 0px;
    background: #fff;
    z-index: 111;
    position: relative;
}

.login-card h4 {
    font-size: 18px;
    color: #69779C
}

.bid-history .btn {
    border-radius: 0px;
}

.bid-live {
    width: 100%;
    z-index: 99;
    position: static;
    background: #02101e;
}

.sticky {
    position: fixed;
    top: 0;
}

.modal-content {
    border-radius: 10px !important;
    border: 2px solid rgb(255 255 255 / 16%) !important;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4) !important;
    padding: 10px 0px;
    min-height: 100vh !important;
    padding: 5% !important;
}

#successpopmodal .modal-content {
    /* background: #10a861 !important; */
    background: url('../assets/images/Animation.gif'),url('../assets/images/Animation.gif') no-repeat center center, #224132;
    /* background-image: url('../assets/images/Animation.gif') */
    background-size: cover cover;
}

#drawwheelmodal .modal-content {
    /* background: #10a861 !important; */
    background: url('../assets/images/success-bg.png') no-repeat center center, #10a861;
    background-size: cover cover;
}

#drawwheelmodal .modal-content {
    background: rgb(1, 15, 63) !important;
}

#drawwheelmodal button {
    background: #0F1EEC!important;
    text-transform: uppercase;
    color: rgba(256, 256, 256, 0.8);
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    width: 200px;
    margin: auto;
    border: none !important;
}

.modal {
    background: rgba(0, 0, 0, 0.6) !important;
}

.close {
    font-size: 3.2rem !important;
    position: absolute !important;
    right: 7px !important;
    z-index: 1111;
    top: -4px;
}

#successpopmodal .modal-body .tie-tickets li {
    line-height: 28px !important;
    font-size: 24px !important;
    font-weight: 600;
}

.modal-body textarea,
.modal-body textarea:hover,
.modal-body textarea:focus {
    background: rgba(252, 251, 251, 0.863);
    color: #676060 !important;
    border: rgba(0, 0, 0, 0.4);
}

.modal-body .btn-success {
    background: #dbe7e2 !important;
    text-transform: uppercase;
    color: rgba(0, 63, 26, 0.863);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2) !important;
}


/* 
 
  
  .fixed-header {
    position: fixed;
    top: 100;
    left: 0;
    width: 100%;
  }
   */

.nav {
    position: -webkit-sticky;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.fixed-win {
    margin-top: 10px !important;
}

.fixed {
    position: fixed;
    top: 88px;
    width: 100%;
    left: 0;
    animation: smoothScroll 1s forwards;
    height: 132px;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media only screen and (max-width: 600px) {
    header {
        height: 50px;
    }
    .user-pic {
        margin: 5px 0px;
        width: 40px;
        height: 40px;
    }
    header .aut-title p {
        margin-top: -7px;
        font-size: 14px;
    }
    header .logo img {
        width: 40px;
    }
    #main,
    #main-admin {
        padding: 0px 0px;
    }
    .openbtn {
        position: fixed;
        top: 0px;
        z-index: 99999;
        right: 20px;
        width: 95px;
        font-size: 10px;
        padding: 6px 6px;
    }
    .sidebar {
        top: 100px;
    }
    .sticky-openbtn {
        position: fixed;
        top: 0px;
        z-index: 99999;
        right: 0px;
        width: 95px;
        font-size: 10px;
        padding: 6px 6px;
    }
    .live-d {
        border-top: 1px solid #10101030;
        border-left: 0px;
        padding: 5px 15px;
        min-height: 40px
    }
    .live-bid-info h2 {
        margin-bottom: 0px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .note-up {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #0FE500;
        position: relative;
        display: inline-block;
        margin-right: 3px;
        top: -2px;
        margin-left: 3px;
    }
    .live-timer-info span {
        font-size: 12px;
        font-weight: 600
    }
    .live-bid-info {
        padding: 10px;
    }
    .live-timer-info {
        padding: 10px;
    }
    .bid-history {
        margin: 0px 0px 0px;
    }
    .base-timer {
        position: absolute !important;
        right: 10px;
        top: -56px;
    }
    .bid-live {
        padding: 0px;
    }
    .fixed .live-bid-info {
        padding: 2px;
    }
    .fixed .base-timer {
        position: relative;
        width: 70px;
        height: 70px;
        margin-top: 7px;
    }
    .fixed .live-timer-info {
        padding: 2px;
    }
    .live-timer-info p {
        margin: 2px 5px;
        font-size: 12px !important;
    }
    .live-timer-info img {
        width:18px;
    }
    .fixed .live-bid-info h2 {
        padding: 2px;
    }
    .fixed {
        padding: 2px;
    }
    .fixed .base-timer__label {
        position: absolute;
        width: 70px;
        height: 70px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #fff;
        line-height: 100px;
    }
    .bid-history {
        padding: 30px 5px;
        margin: 10px 0px;
    }
    ul.bid-list {
        padding: 10px 15px;
    }
    ul.bid-list p.font-18 {
        font-size: 14px !important;
        font-weight: 600;
    }
    ul.bid-list p img {
        width: 10px;
    }
    ul.bid-list p img.rupee-inactive,
    ul.bid-list p img.rupee-active {
        width: 8px;
    }
    .bid-no {
        width: 32px;
        height: 32px;
    }
    .bid-disc p {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bid-list li:first-child p {
        font-size: 12px;
    }
    .bid-no span {
        top: 6px;
        font-size: 14px;
    }
    .bid-disc {
        padding: 5px;
        height: 50px;
    }
    .num-btn {
        font-size: 12px;
        padding: 10px 0px;
    }
    .bid-value {
        padding: 15px 19px;
        font-size: 30px;
        height: auto;
        border-radius: 4px 0px 0px 4px !important;
    }
    .bid-btn-cancel,
    .bid-btn-success {
        line-height: 0.88rem
    }
    .bid-btn-cancel img,
    .bid-btn-success img {
        width: 30px;
    }
    .note {
        font-size: 10px;
    }
}

.openbtn-sm {
    padding: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
    background:rgb(1, 97, 44);
    border-radius: 50%;
    border: none;
    position: fixed;
    font-size: 18px !important;
    font-weight: 600;
    color: #fff;
    z-index: 999;
    right: 14px;
    top: 80px
}

.sticky-header {
    height: 50px;
}

.sticky-header .logo img {
    width: 40px;
}

.sticky-header .user-pic {
    margin: 5px 0px;
}

.sticky-header .aut-title p {
    margin-top: -7px;
}

.sticky-openbtn {
    position: fixed;
    top: 90px;
    z-index: 999;
    right: 205px;
    width: 95px;
    font-size: 10px;
    padding: 6px 6px;
}

.sticky-sidebar {
    top: 89px;
}

.side-tabs li {
    background: none !important;
    box-shadow: none !important;
}

.side-tabs li a {
    font-size: 16px !important;
    padding: 5px 30px;
}

.side-tabs li.active {
    background-color: none !important;
    border-bottom: 2px solid #06F !important;
    color: #fff !important;
}

.bc-1,
.bc-2,
.bc-2-bold {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    color: #26408A !important;
    font-size: 14px !important;
    /* line-height: 15px !important; */
    margin-bottom: 0px !important;
}

.temp-ul {
    padding-inline-start: 0px !important;
    margin-top: -35px;
    margin-block-end: 0px !important;
}

li.temp-ico {
    /* background: #fff !important; */
    color: #333;
    width: 30px;
    /* height:50px; */
    text-align: center;
    display: block;
    text-decoration: none;
    /* border-radius: 40px; */
    /* border: 1px solid #F3F3F3; */
    /* box-shadow: 2px 2px 4px #9a9a9a; */
    display: inline-block;
}

li.temp-ico img {
    cursor: pointer !important;
}

.dropdown-menu {
    position: absolute !important;
}

.btn-offer.disabled,
.btn-offer:disabled {
    opacity: 0.3;
}

.btn-due {
    padding: 8px 6px !important;
    color: red !important;
    background: #e2e7f1 !important;
    border-radius: 0px 0px 0px 2px;
    margin: 0px;
    min-width: 60%;
    text-align: center;
    font-size: 11px !important;
    font-weight: 600;
    letter-spacing: 0.04rem;
    border-bottom: 2px solid #d6d6d6 !important;
    cursor: pointer;
}

.card__body-header .btn-offer {
    padding: 8px 6px !important;
    color: #06F !important;
    background: #fff !important;
    border-radius: 0px 0px 3px 0px;
    margin: 0px;
    min-width: 40%;
    text-align: center;
    font-size: 11px !important;
    font-weight: 400;
    letter-spacing: 0.04rem;
    border-bottom: 2px solid #d6d6d6 !important;
    cursor: pointer;
}

.card__body-header .btn-offer:hover,
.btn-offer.active {
    background: #06F !important;
    color: #fff !important;
}

ul.user-chit-info {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

ul.user-chit-info li {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px 4px;
    padding: 6px 10px;
    border-radius: 4px;
    background: #fff;
}

ul.user-chit-info li span {
    min-width: 20px;
}

.navbar {
    padding-top: 0px;
    background: #fff;
}


/* @media (max-width: 768px) {
  ul.user-chit-info {
    position: relative;
    top:-20px;
  }

  .navbar-brand {
    position: relative;
    top: 15px;
  }

} */

.user-title {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .nblue {
        color: #02101e !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; 
        width: 50px !important;
    }
    .user-title {
        margin-top: 6px;
        position: absolute;
        right: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 195px;
    }
    .live-bid-info h2 {
        font-size: 14px;
    }
    /* .live-bid-info {
        padding: 20px 12px 40px 12px;
    } */
    ul.user-chit-info {
        position: relative;
        top: 0px;
        padding-left: 0px;
        display: block;
    }
    .bid-history {
        padding: 30px 5px;
        margin: 10px 0px;
    }
    ul.user-chit-info li {
        display: inline-block;
        border: 1px solid #ddd;
        margin: 0px 4px;
        padding: 6px 10px;
        border-radius: 4px;
        background: #fff;
        font-size: 9px;
    }
    .navbar-brand {
        position: relative;
        top: 15px;
    }
    .xs {
        height:86px !important;
    }
    .navbar-brand img {
        width: 90px;
        margin-left: -20px;
        margin-top: -20px;
    }
    .avatar {
        position: relative;
        top: 0px;
    }
    .fixed {
        top: 85px;   
    }
    .bid-live.fixed {
        height: 110px;
    }
    .modal-content {
        padding: 0px;
    }
    .auction-tree h2 {
        font-size: 16px
    }
    .auction-tree h1 {
        font-size: 20px
    }
}

@media (max-width: 600px) {
    .avatar {
        position: relative;
        top: 0px;
        right: -15px;
    }
    ul.user-chit-info {
        position: relative;
        top: 0px;
        padding-left: 10px;
        display: block
    }
    .base-timer {
        top: 10px;
    }
    .order-sm-12 {
        -ms-flex-order: 0;
        order: 0;
    }
}

.full-rounded {
    border-radius: 50% !important;
    min-width: 30px;
    min-height: 30px;
}

.ticket-btn-label {
    font-size: 9px;
    color: #666;
    position: relative;
    top: -5px;
}

.card__body-header .btn-offer:hover>.ticket-btn-label,
.card__body-header .btn-offer:visited>.ticket-btn-label,
.card__body-header .btn-offer.active>.ticket-btn-label {
    font-size: 9px;
    color: #fff;
    position: relative;
    top: -5px;
}

.ticket-btn-head {
    position: relative;
    top: -5px;
}

@media (max-width: 575px) {
    .avatar {
        position: relative;
        top: -45px;
        right: -15px;
    }
    ul.user-chit-info {
        position: relative;
        top: -39px;
        padding-left: 10px;
        display: block
    }
}

@media (max-width: 406px) {
    ul.user-chit-info {
        position: relative;
        top:6px;
        padding-left: 8px;
        display: block;
    }
    .openbtn-sm {
        padding: 3px;
        text-align: center;
        width: 30px;
        height: 30px;
        background: rgb(1, 97, 44);
        border-radius: 50%;
        border: none;
        position: fixed;
        font-size: 14px !important;
        font-weight: 600;
        color: #fff;
        z-index: 999;
        right: 65px;
        right: 6px;
        top: 47px;
    }
    .avatar {
        position: relative;
        top: -50px;
        right: -16px;
    }
    .bid-value {
        font-size: 22px;
    }
    .bid-btn-cancel,
    .bid-btn-success {
        line-height: 0.46rem;
    }
    .bid-btn-cancel span,
    a.bid-btn-cancel {
        font-size: 12px;
    }
    .bid-btn-success span,
    a.bid-btn-success {
        font-size: 12px;
    }
    .line-height-sm {
        line-height: 1.25rem !important;
    }
}

.badge {
    line-height: 1.2 !important;
}

.popup-bid-info {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.popup-bid-info li {
    width: 100%;
    display: flex;
    line-height: 4px;
}

.popup-bid-info li label {
    text-align: right;
    padding: 14px;
    width: 60%;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.popup-bid-info li span {
    text-align: right;
    padding: 10px;
    width: 40%;
    color: #fff;
    font-size: 16px;
}

.k-datepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap {
    border-color: rgb(0 0 0 / 21%);
    color: #656565;
    background-color: #ffffff;
    height: 36px;
    border-radius: 3px;
}

.page-template .header {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
}


/* The sidebar menu */

.sidebar-menu {
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0;
    overflow-y: auto;
    background-color: #e6e6e6;
    transition: 0.5s;
    padding-top: 10px;
}

.btn-lg-icon {
    background: #F8F9FB !important;
    color: #111 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    border: 1px solid #929aa2 !important;
    display: inline-flex;
}

.btn-g-icon {
    /* background: #BEBEBE !important; */
    background: #e95541 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    cursor: pointer !important;
    line-height: 25px;
}

.modal.slideInRight {
    animation-duration: 0.5s;
    animation-name: slideInRight;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

element.style {
    padding-right: 21px;
    display: block;
}

.modal-dialog {
    margin: auto !important;
}

.modal-content {
    border-radius: 0rem !important;
    border: none;
}

.modal {
    padding-left: 0 !important;
    z-index: 9999 !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.left .modal-dialog,
.right .modal-dialog {
    position: fixed;
    margin: auto;
    right: 0px;
    width: 30%;
    height: 100%;
}


/* The sidebar links */

.sidebar-menu a {
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #2c109a !important;
    display: block;
    transition: 0.3s;
    text-align: left;
}

.inner-menu {
    padding: 15px 0px 0px 30px;
}

.inner-menu a {
    color: #06F !important;
}


/* When you mouse over the navigation links, change their color */

.sidebar-menu a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidebar-menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebar-menu h2 {
    text-align: center;
    color: #666;
    font-size: 26px;
    border-bottom: 1px solid #fff;
    padding: 30px;
}

.sidebar-menu .closebtn1 {
    position: absolute;
    top: -17px;
    right: 8px;
    font-size: 36px;
    margin-left: 50px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar-menu {
        padding-top: 15px;
    }
    .sidebar-menu a {
        font-size: 18px;
    }
}

.sidebar-menu a .fa {
    right: 17px;
    position: absolute;
}

.card-header {
    padding: 8px !important;
    cursor: pointer;
}

.btn-s-icon {
    background: #21CE99 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
}

.search-k-cst {
    height: 0px;
    width: 288px !important;
    margin-left: -2px;
}

li.temp-ico a {
    background: none !important;
    border: none !important;
}

.k-grid tbody .k-button {
    min-width: 45px !important;
}

.sb {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    background-image: url("../images-old/icon-search-field.svg") !important;
    background-repeat: no-repeat !important;
    background-position: left bottom 10px !important;
    background-size: 25px 13px !important;
    padding-left: 26px !important;
}

.loading-area{
    background-color: #FFF;
    border-radius: 20px !important;
    margin: 150px;
  }
  /* .loading-text{
    color: rgb(163, 148, 148);
    font-size: 20px;

  }
  .loading-image{
    width: 180px;
    padding-top: 20px;
  } */

  .loader {
  border: 5px solid #a1edb2;
  border-radius: 50%;
  border-top: 5px solid #28a745;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.sticky-top {
    z-index: 999 !important;
}