body { height: 100vh;}
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: none;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3);
}

#main-container {
	width: 100vw;
	height: 100vh;    
}

#navbar {
	background: #1e1e2f; margin-bottom: 10px;
}

.dropdown-toggle::after {
	display: none;
}

.chat-list-item {
	background: white;
	cursor: pointer;
}

.chat-list-item:hover {
	background: hsl(0, 0%, 95%);
}

.chat-list-item:active {
	background: hsl(0, 0%, 85%);
}

.chat-list-item.active {
	background: hsl(0, 0%, 90%);
}

.chat-list-item .chat-details {
	width: 60%;
}

.chat-list-item.unread .name,
.chat-list-item.unread .last-message {
	font-weight: bold;
}

.chat-list-item .last-message,
#message-area #navbar #details {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#message-area {
	 
}

#message-area .overlay {
	background: hsl(0, 0%, 80%);
}

#input-area {background: hsl(0, 0%, 95%);}
#input-area #input {outline: none;}
.message-item {position:relative;max-width: 75%;word-break: break-word;}
.message-item.self {background: #dcf8c6!important;}
.message-item .number {color: #1f7aec !important;}
.message-item .options {position: absolute;top: 0;right: -3px;opacity: 0;transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;}
.message-item:hover .options {opacity: 1;right: 0;}
#messages {flex: 1!important;background:url(../images/chat-bg.jpg) repeat center;overflow: auto;}
.bg-primary {background-color: #ec268f!important;}
.text-primary {color: #ec268f!important;}
#profile-settings {position: absolute;top: 0;left: -110%;background: hsl(0, 0%, 95%);transition: all 0.2s ease-in;-moz-transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;}
#profile-pic {cursor: pointer;position: relative;width: 200px;}
.profile-input {border-bottom: 1px solid #cecece !important;outline: none;}
.profile-input:focus {border-bottom-color: hsl(0, 0%, 50%) !important;}
.overlay {position: absolute;top: 0;left: 0;z-index: 99;}
.navbar,.navbar .logo{padding:0;color:#fff;margin:0}
.drawermenu,.navbar{background-color:#000}
.drawermenu,.drawermenu-overlay{position:fixed;top:0;height:100%}
.navbar{width:100%;height:50px;display:flex;display:-webkit-flex;flex-direction:row;-webkit-flex-direction:row;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;justify-content:space-between;-webkit-justify-content:space-between}
.navbar .logo{display:block;font-size:18px;line-height:50px}
.navbar .logo a{color:#fff;text-decoration:none;}
.navbar .logo a:hover{color:#e0e0e0}
.navbar .logo a img,.navbar .logo a svg{height:20px;line-height:100%;width:auto;vertical-align:bottom;padding:15px 0}
.navbar .logo a svg path{vertical-align:bottom;fill:#fff}
.navbar .menu-left,.navbar .menu-right{display:block;height:17px;width:50px;padding:18px 20px}
.navbar .menu-left svg,.navbar .menu-right svg{height:17px;width:auto;line-height:100%;cursor:pointer}
.navbar .menu-left{order:0;text-align:left}
.navbar .logo{order:1;text-align:center}
.navbar .menu-right{order:2;text-align:right}
.navbar .hamburger{height:20px}.navbar .hamburger rect{fill:#fff}
.navbar .hamburger:hover rect{fill:#e0e0e0}
.drawermenu{left:-250px;width:250px;max-width:70%;z-index:100}
.drawermenu.drawermenu-right{left:auto;right:-250px}
.drawermenu>dl,.drawermenu>ul{list-style:none;padding:0;margin:0;overflow-x:hidden;overflow-y:auto;height:100%;background:#101010;}
.drawermenu>dl>li,.drawermenu>ul>li{width:100%}
.drawermenu>dl>li>a,.drawermenu>ul>li>a{    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #e9e9e9;
    background-color: #101010;
    border-bottom: solid 1px rgb(42 42 42);
    font-weight: bold;}
.drawermenu>dl>li>a .icon-down,.drawermenu>ul>li>a .icon-down{fill:#101010;width:8px;margin-left:10px}
.drawermenu>dl>li>ul,.drawermenu>ul>li>ul{display:none;list-style:none;padding:0;margin:0;    background: #3c393a;}
.drawermenu>dl>li>ul>li>a,.drawermenu>ul>li>ul>li>a{ display: block;font-size: 12px;color: #fff;padding: 6px 34px;text-decoration: none;font-weight: bold;border-bottom:1px solid #645d61;}
.drawermenu>ul>li>ul>li>a i{ padding-right:4px;}
.drawermenu-overlay{display:none;cursor:pointer;z-index:80;left:0;right:0;bottom:0;width:100%;background-color:rgba(0,0,0,.8)}
.menu-left i {font-size: 24px;color: #fff;cursor:pointer;padding: 21px 14px;}

#down {float: right;padding-top: 5px;}
.menu-left-icon {color: #e9e9e9;padding-right: 4px;width:20px;}
.form-main {text-align: left;padding: 0 0;}
.form-main h2 { font-size: 19px;margin-bottom:20px;}
.form-main .form-group { position:relative;}
.icon-input { position: absolute;top: 7px;left: 8px;color: #b9b9b9;}
.form-main .form-group .form-control { padding: 6px 32px;}
.form-main .form-group .form-control:focus { border-color: #ec268f;outline: 0;box-shadow: 0 0 0 0.2rem rgba(236, 38, 143, 0.21); }
.form-main .form-group .submit-btn { font-size: 18px;outline: none;padding: 6px 29px;font-weight: bold;background: #1e1e2f;color: #f7f7f7;border: none;border-radius: 4px;display: block;width: 100%;cursor:pointer;}
.pin-sub-btn { font-size: 15px;outline: none;padding: 6px 5px;font-weight: bold;background: #a90059;color: #f7f7f7;border: none;border-radius: 4px;display: block;width: 100%;cursor: pointer;}
.user-main-block {text-align: center;padding: 16px 0px;background: linear-gradient(to right,#ec268f, #ad1668);border-bottom: 2px solid #ab005b;}
.user-main-block a {font-size: 16px;background: #fff;padding: 7px 19px;font-weight: bold;text-decoration: none;color: #666;display: inline-block;border-radius: 2px;}
.edit-profile-pic {position: absolute !important;top: 180px;right: 76px;background: #000;color: #fff;width: 34px !important;height: 34px;text-align: center;border-radius: 50%;line-height: 33px;}
#unread-count { background-color: #bf0065;}
.main-bg {background:#000;min-height: 100%;text-align: center;}
.main-bg img { }
.main-bg h2 {color: #fff;padding: 10px 0;}
.login-main-block { padding: 28px 18px;background: #fff;border-radius: 24px;}
.login-main-block .form-group { position:relative;text-align:left;}
label.error {  padding-left:4px;   color: #de0a00;}
.login-main-block .icon-input { position: absolute;top: 8px;left: 8px;color: #717171;}
.login-main-block .form-group .form-control {padding: 7px 32px;background: #ffffff;color: #5f5f5f;border: 1px solid #717171;}
.login-main-block .form-group .form-control:focus { border-color: #1e1e2f;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(247 147 26 / 46%);
}
.login-main-block .form-group .submit-btn { font-size: 18px;outline: none;padding: 6px 29px;font-weight: normal;background: #e2e2e2;color: #6f6f6f;border: none;border-radius: 4px;display: block;width: 88%;cursor: pointer;}
.login-main-block .form-group .form-control::-webkit-input-placeholder { color: #000;}
.login-main-block .form-group p a { font-size: 14px;color: #4e0000;text-decoration:none;margin-top: 34px;display: block;}
.first-pg-block { position: fixed;bottom: 60px;}
.first-pg-block a  {background: #b90062;display: inline-block;padding: 6px 27px;font-size: 14px;color: #fff;border-radius: 2px;text-decoration: none;}
.first-pg-block a.second  {background: #f0f0f0;display: inline-block;padding: 6px 27px;font-size: 14px;color: #fe3ca2;border-radius: 2px;text-decoration: none;}
.rf-cd-tp {color:#fff;font-size:10px;display:block;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {    border: none;
    background: #fff;
    color:#d57e14;
    border-radius: 0;
    border-bottom: 2px solid #d57e14;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {border:none; border-bottom: 2px solid #d57e14;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {color:#505050;border:none;border-bottom: 2px solid transparent;}
.main-pg-block { padding: 12px 22px;margin-bottom:20px;border-radius:6px;}
.main-pg-block p { color: #fff;font-size: 22px;font-weight: bold;text-align: center;    margin-bottom: 14px;}
.main-pg-block1 { padding: 0px -1px;margin-bottom:5px;border-radius:6px;}
.main-pg-block1 p { color: #fff;font-size: 22px;font-weight: bold;text-align: center;}
.main-pg-block h2 { font-size: 14px;color: #fff;text-align:center;}
.main-pg-block.dark { background: #1a0303; }
.main-pg-block.green { background: #1e1e2f; }
.main-pg-block1.green { background: #1e1e2f; }
.main-pg-block.yellow { background:#f39c12;}
.main-pg-block.blue { background:#0157a0;}

.main-pg-block.dark h2 a { color: #fff;text-decoration:none;}
.main-pg-block.green h2 a { color: #fff;text-decoration:none;}
.main-pg-block.yellow h2 a { color: #fff;text-decoration:none;}
.main-pg-block.blue h2 a { color: #fff;text-decoration:none;}
.main-title { font-size: 14px;text-align: center;background: #5a5a5a;width: 100%;padding: 6px 0;color: #fff;margin-bottom: 0px;}
.acc-top-block { text-align: center;padding: 32px 0;background:linear-gradient(to bottom, #4519a3 50%, #b30c63 50%);}
.acc-top-block img { width: 100px;height: 100px;border-radius: 50%;border: 2px solid #b30c63;
    background: #b30c63;}
.acc-top-block h2 { font-size: 13px;padding-top: 12px;margin-bottom: 0;color: #fff;}
.acc-top-block p { font-size: 11px;color: #f5f5f5;}
.acc-btm-block ul {padding: 0;list-style-type: none;}
.acc-btm-block ul li { list-style-type:none;text-align:left;    border-bottom: 1px solid #e4e4e4;padding: 10px 18px;background: #f9f9f9;color: #565656;font-size: 14px;}
.acc-btm-block ul li span{float:right;}
.acc-btm-block ul li i { width:18px;}
.success-msg { font-size: 16px;
    text-align: center;
    color: #20a200;}
.alert-msg { color:#e80000; font-size: 16px;
    text-align: center;}
.acc-btm-block a { background: #1e1e2f;border-radius: 2px;padding: 8px 20px;font-size: 15px;display:inline-block;color: #fff;margin-top:20px;}
.vertical-tab{font-family: 'Roboto', sans-serif;display: table;margin-top:24px;width:100%;}
.vertical-tab .nav-tabs{display: table-cell;width: 28%;min-width: 28%;border: none;vertical-align: top;position: relative;}
.vertical-tab .nav-tabs li{float: none;vertical-align: top;margin-bottom: 34px;}
.vertical-tab .nav-tabs li a{color: var(--text_color);background-color: transparent;font-size: 12px;text-align: center;text-transform: uppercase;padding: 4px 10px;margin: 0px -4px 4px 0;display: block;position: relative;z-index: 1;transition: all 0.20s ease 0s;background: #b30c63;color: #fff;border-radius: 4px;text-decoration:none;}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{color: var(--main_color);background-color: var(--bg_color);background: #1ea203;color: #fff;}
.vertical-tab .nav-tabs li a:hover:before, .vertical-tab .nav-tabs li a.active:before {content: '';background: linear-gradient(45deg, transparent 49%, #b30c63 50%);height: 15px;width: 15px;transform: translateY(-50%) rotate(45deg);position: absolute;right: -7px;top: 50%;transition: all 0.3s ease 0.2s;}
.vertical-tab .tab-content{font-size: 13px;line-height: 22px;width:100%;padding: 0px 0 0px 12px;position: relative;border-left: 1px dotted #ec268f;margin-left: 13px;}
.vertical-tab .tab-content h3 {color: var(--main_color);text-transform: uppercase;margin: 0 0 7px 0;}
.fade.in {opacity: 1;}
.contact-profile {width: 100%;display: inline-block;background: rgba(232, 176, 206, 0.24);border-radius: 2px;padding: 6px 4px;margin-bottom: 0px;box-shadow: 2px 2px 1px #ececec;margin-top: 8px;}
.contact-profile a {text-decoration:none;}
.profile-img {display: table-cell;vertical-align: top;}
.profile-img i {width: 38px;height: 38px;border-radius: 50%;text-align: center;font-size: 22px;vertical-align: middle;border: 2px solid #ec268f;color: #ec268f;line-height: 30px;}
.profile-text {display: table-cell;vertical-align: top;text-align: left;padding: 0 0 0 10px;}
.profile-text h4 {margin: 0 0px;font-size: 14px;color: #717171;}
.profile-text p {margin: 0 0;font-size: 12px;color: #5d5d5d;line-height: 18px;}
.acc-btm-block .table thead th {vertical-align: bottom;
    border-bottom: 2px solid #1e1e2f;
    font-size: 12px;
    background: #dde0ed;
    color: #616161;
    border-top: 1px solid #1e1e2f;}
.acc-btm-block .table-striped tbody tr:nth-of-type(odd) {background-color: rgb(231 228 225);}
.acc-btm-block .table td { border-top: 1px solid #1e1e2f;font-size: 11px;}
ul, #myUL { list-style-type: none; }
#myUL {margin: 0;width:100%;padding: 0;}
#myUL li { font-size: 14px;color: #676767;}
#myUL li i { color: #c5036a;padding-right: 4px;}
.tabular-first {display: block;padding: 4px 18px;background: #f9f9f9;box-shadow: 2px 1px 1px #ececec;margin-bottom:4px;}
.caret {cursor: pointer; -webkit-user-select: none; /* Safari 3.1+ */-moz-user-select: none; /* Firefox 2+ */-ms-user-select: none; /* IE 10+ */user-select: none;}
.caret::before {content: "\25B6";color: black;display: inline-block;margin-right: 6px;font-size:13px;color:#676767;}
.caret-down::before {-ms-transform: rotate(90deg); /* IE 9 */-webkit-transform: rotate(90deg); /* Safari */ transform: rotate(90deg);  }
.nested {display: none;}
.active {display: block;}
.scrolleble-table tr { display:table; width:100%; table-layout:fixed; }
.note-pnt a {display: block;font-size: 14px;color: #c17518;text-decoration: none;}
.note-pnt span {font-size: 11px;color: #545454;display:block;}
.note-pnt span sup i {font-size:7px;}
.pnt-block p {color: #fff;background:#1e1e2f;padding: 8px 8px;border-radius: 2px;font-size:16px;}
.pnt-block p span {font-weight:bold;}
.help-main {padding: 0 15px;margin-top: 22px;}
.help-main p {font-size: 14px;color: #5a5a5a;}
.help-main ul {padding:0;}
.help-main ul li {font-size: 12px;color: #616161;}
.help-main ul li i { font-weight: normal;font-size: 9px;color: #ec268f;    }
.p-2 { padding:0 !important;}
.chat-list-item { padding:.5rem !important;}
.term-main {padding: 0 15px;margin-top: 22px;}
.term-main p {font-size: 14px;color: #5a5a5a;}
.term-main ul {padding:0;text-align:left;}
.term-main ul li {    font-size: 14px;color: #fff;}
.term-main ul li i {     color: #fff;    }
.term-main ul li p {     font-size: 12px;
    color: #fff;
    padding-left: 12px;}
.container-chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-chk a {
	    color: #f18c12;
}
/* Hide the browser's default checkbox */
.container-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
      top: 2px;
    left: 5px;
  height: 19px;
  width: 19px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-chk:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-chk input:checked ~ .checkmark {
  background-color: #f18c12;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-chk input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-chk .checkmark:after {
  left: 7px;
    top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buy-btn {
 background: #f18c13;
    color: #ffff;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 2px;
    margin: 10px 0 0 14px;
    display: inline-block;   

}
.win-top-block {
	width: 100%;
    display: inline-block;
    background: #d57e14;
    margin: 12px 0;
    border-radius: 2px;
    padding: 12px 8px;
}
.win-top-block h3 {
	font-size: 16px;
    color: #fdfdfd;margin-bottom:0;
     
}
.bg-green {
    background-color: #39b54a;
    color: #fff;
}
 
.margin-top {
    margin-top: 16px;
}
 
.cu-btn {
    position: relative;
    border: 0px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
       padding: 0 14px;
    font-size: 14px;
    height: 32px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    margin-left: 0;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
    margin-right: 0;border-radius: 5px;
}
.shadow[class*="-green"] {
    box-shadow: 3px 3px 4px rgb(48 156 63 / 20%);
}
.margin-left {
    margin-left: 16px;
}
.dataTables_length { display:none;}
.win-tab-block h2 {
	    text-align: center;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid #d57e14;
    padding: 8px;
    background: #fff;
    box-shadow: 4px 0px 10px #ececec;
}
.win-tab-block table tr th, .win-tab-block table tr td { border: none;
    border-bottom: 1px solid #dfdfdf !important;
    font-size: 13px;
    padding: 6px 0px;
    text-align: center;}
.win-tab-block table { border:none;}
span.green-c {
	width: 16px;
    height: 16px;
    background: #b30c63;
    display: inline-block;
    border-radius: 50%;
}
.win-middle-block {
	width:100%;
	display:inline-block;
	background:#ececec;padding:10px;
}
.win-middle-block p {
	    font-size: 12px;
    margin-bottom: 0;
}
.win-middle-block h3 {
	font-size:11px;margin:0;
}
.bg-purple {
    background-color: #6739b6;
    color: #fff;
}
.bg-red {
    background-color: #e54d42;
    color: #fff;
}
.win-btn-block {
	width:100%;
	 
}
.bg-purple-red {
	    background-image: linear-gradient(160deg, rgb(103, 57, 182) 50%, rgb(229, 77, 66) 50%);color:#fff;
}
.bg-purple-green {
	    background-image: linear-gradient(160deg, rgb(103, 57, 182) 50%, rgb(57, 181, 74) 50%);color:#fff;
}
.bg-green-red {
	    background-image: linear-gradient(160deg, rgb(57, 181, 74) 50%, rgb(229 77 66) 50% );color:#fff;
}
.win-btn-modal .modal-header {
	padding:0;
}
.win-btn-modal .modal-header h4 {
	    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
}
.number-input-block {
	    width: 64%;
    display: inline-block;
    margin: 12px 0;
}
.number-input-block .input-group-btn {
	border: 1px solid #ced4da;
}
div.dataTables_wrapper div.dataTables_info {
	    font-size: 13px;
    color: #444;
}



.footer-bottom {
      background: #eaeaea;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #dcdcdc;z-index: 999999;
}
.footer-bottom {
  padding-top: 85px;
}

.footer-bottom .footer-text {
  color: #fff;
  opacity: .6;
}

.footer-bottom .footer-text i {
  color: #6247ea;
  opacity: 1;
}

.footer-bottom .footer-text a {
  color: #6247ea;
  opacity: 1;
}

.footer-bottom .footer-social {
  text-align: right;
}

.footer-bottom .footer-social a {
 font-size: 14px;
    line-height: 24px;
    color: #525252;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 10px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.footer-bottom .footer-social p { margin-bottom:10px;}
.footer-bottom .footer-social a:hover {
  color: #fff;
  background-image: -moz-linear-gradient(0deg, rgb(98 51 197) 0%, rgb(98 51 197 / 82%) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(98 51 197) 0%, rgb(98 51 197 / 82%) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(98 51 197) 0%, rgb(98 51 197 / 82%) 100%);
}
.timer-m { font-size:17px;color:#e32316;}
 
.btc-main h2 { font-size:16px !important;margin-top: 36px !important;}
.btc-main {       width: 100%;
    display: inline-block;
    background: #022035;
    padding-bottom: 20px;
    border: 2px solid #021624;
    position: relative;
    overflow: hidden;}
.btc-main h2 { font-size: 16px;
    color: #d6d6d6;}
.btc-main h2 span { color:#b30c63;}
.btc-main img { width:190px;display: inline-block;}
.right-bt-block { margin-top:38px;}
.right-bt-block p { font-size: 14px;
    color: #d6d6d6;
    font-weight: 600;}
.right-bt-block p span { color: #b30c63;}
.right-bt-block .form-control {     margin-bottom: 12px;
    margin-top: 10px;
    font-size: 16px;
    background: #333;
    color: #a5a5a5;
    border-color: #000;}
	.new-right {
    right: -28px;
    top: -12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.icon-new-label {
    font-size: 11px;
    color: #fff;
    background: #b30c63;
    text-transform: uppercase;
    padding: 0px;
    text-align: center;
    display: block;
    position: absolute;
    top: -12px;
    z-index: 1;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    width: 75px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
}
.new-right {
    right: -28px;
    top: -12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.cu-table-title {
	border-radius: 10px 10px 0 0;
    padding: 0.875rem 1rem;
    background: rgb(2 32 53);
    border-color: rgba(0,0,0,.05);
    z-index: 2;
    border-bottom: 2px solid #0e2e45;
}
.cu-table-title h5 {
	    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}
/*---- Timer Css ----*/

.base-timer {
position: relative;
    width: 112px;
    border: none;
    height: 28px;
    text-align: center;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: #fff;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: #fb8c00;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
position: absolute;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    left: 34%;
}
#app { position: absolute;
    top: 57px;
    right: 56px;}
@media (max-width:575px){
.cu-btn {
	padding: 0 12px;
             min-width: 68px;
    height: 28px;
}
.cu-btns {
	padding: 0 8px;}
}

.margin-tb { margin:6px 0; }
.box-footer .btn {
	   background-color: #f18c12;
    border-color: #f18c12;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.callout-title {
    animation-delay: 0s;font-size:70px; font-weight:1000; color:#ffffff;
	/*text-shadow:1px 1px 1px #ffffff;*/
}
.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animate__animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: animate-duration: 2s;;
    animation-duration: animate-duration: 2s;;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
button.auto-price-btn {
	    background: #ececec;
    border: 1px solid #ccc;
    border-radius: 2px;
}

@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}