#loader{
    background-color:#fff;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:999;
    display:block
}
#loader .loaderImg{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:0;
    display:block;
    margin:auto
}
@keyframes spin{
    0%{
        transform:rotateY(0deg)
    }
    100%{
        transform:rotateY(360deg)
    }
}
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{
    visibility:visible !important;
    background:#f2f2f2 !important;
    background:rgba(0,0,0,0.06) !important;
    border:0 none !important;
    box-shadow:inset 0 0 12px 4px #fff
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{
    content:"!";
    visibility:hidden
}
.selectize-control.plugin-drag_drop .ui-sortable-helper{
    box-shadow:0 2px 5px rgba(0,0,0,0.2)
}
.selectize-control .dropdown-header{
    position:relative;
    padding:6px .75rem;
    border-bottom:1px solid #d0d0d0;
    background:#f8f8f8;
    border-radius:.25rem .25rem 0 0
}
.selectize-control .dropdown-header-close{
    position:absolute;
    right:.75rem;
    top:50%;
    color:#343a40;
    opacity:.4;
    margin-top:-12px;
    line-height:20px;
    font-size:20px !important
}
.selectize-control .dropdown-header-close:hover{
    color:#000
}
.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{
    display:flex
}
.selectize-dropdown.plugin-optgroup_columns .optgroup{
    border-right:1px solid #f2f2f2;
    border-top:0 none;
    flex-grow:1;
    flex-basis:0;
    min-width:0
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{
    border-right:0 none
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before{
    display:none
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header{
    border-top:0 none
}
.selectize-control.plugin-remove_button .item{
    display:inline-flex;
    align-items:center;
    padding-right:0 !important
}
.selectize-control.plugin-remove_button .item .remove{
    color:inherit;
    text-decoration:none;
    vertical-align:middle;
    display:inline-block;
    padding:1px 5px;
    border-left:1px solid #dee2e6;
    border-radius:0 2px 2px 0;
    box-sizing:border-box;
    margin-left:5px
}
.selectize-control.plugin-remove_button .item .remove:hover{
    background:rgba(0,0,0,0.05)
}
.selectize-control.plugin-remove_button .item.active .remove{
    border-left-color:rgba(0,0,0,0)
}
.selectize-control.plugin-remove_button .disabled .item .remove:hover{
    background:none
}
.selectize-control.plugin-remove_button .disabled .item .remove{
    border-left-color:#fff
}
.selectize-control.plugin-remove_button .remove-single{
    position:absolute;
    right:0;
    top:0;
    font-size:23px
}
.selectize-control{
    position:relative
}
.selectize-dropdown,.selectize-input,.selectize-input input{
    color:#343a40;
    font-family:inherit;
    font-size:inherit;
    line-height:1.5;
    font-smoothing:inherit
}
.selectize-input,.selectize-control.single .selectize-input.input-active{
    background:#fff;
    cursor:text;
    display:inline-block
}
.selectize-input{
    border:1px solid #ced4da;
    padding:.375rem .75rem;
    display:inline-block;
    width:100%;
    overflow:hidden;
    position:relative;
    z-index:1;
    box-sizing:border-box;
    box-shadow:none;
    border-radius:.25rem
}
.selectize-control.multi .selectize-input.has-items{
    padding:calc( 0.375rem - 1px - 0px) 0.75rem calc( 0.375rem - 1px - 3px - 0px)
}
.selectize-input.full{
    background-color:#fff
}
.selectize-input.disabled,.selectize-input.disabled *{
    cursor:default !important
}
.selectize-input.focus{
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.15)
}
.selectize-input.dropdown-active{
    border-radius:.25rem .25rem 0 0
}
.selectize-input>*{
    vertical-align:baseline;
    display:inline-block;
    zoom:1
}
.selectize-control.multi .selectize-input>div{
    cursor:pointer;
    margin:0 3px 3px 0;
    padding:1px 5px;
    background:#efefef;
    color:#343a40;
    border:0px solid #dee2e6
}
.selectize-control.multi .selectize-input>div.active{
    background:#007bff;
    color:#fff;
    border:0px solid rgba(0,0,0,0)
}
.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{
    color:#878787;
    background:#fff;
    border:0px solid #fff
}
.selectize-input>input{
    display:inline-block !important;
    padding:0 !important;
    min-height:0 !important;
    max-height:none !important;
    max-width:100% !important;
    margin:0 !important;
    text-indent:0 !important;
    border:0 none !important;
    background:none !important;
    line-height:inherit !important;
    user-select:auto !important;
    box-shadow:none !important
}
.selectize-input>input::-ms-clear{
    display:none
}
.selectize-input>input:focus{
    outline:none !important
}
.selectize-input>input[placeholder]{
    box-sizing:initial
}
.selectize-input.has-items>input{
    margin:0 4px !important
}
.selectize-input::after{
    content:" ";
    display:block;
    clear:left
}
.selectize-input.dropdown-active::before{
    content:" ";
    display:block;
    position:absolute;
    background:#fff;
    height:1px;
    bottom:0;
    left:0;
    right:0
}
.selectize-dropdown{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    z-index:10;
    border:1px solid #d0d0d0;
    background:#fff;
    margin:-1px 0 0 0;
    border-top:0 none;
    box-sizing:border-box;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
    border-radius:0 0 .25rem .25rem
}
.selectize-dropdown [data-selectable]{
    cursor:pointer;
    overflow:hidden
}
.selectize-dropdown [data-selectable] .highlight{
    background:rgba(255,237,40,0.4);
    border-radius:1px
}
.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{
    padding:3px .75rem
}
.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{
    cursor:inherit;
    opacity:.5
}
.selectize-dropdown [data-selectable].option{
    opacity:1;
    cursor:pointer
}
.selectize-dropdown .optgroup:first-child .optgroup-header{
    border-top:0 none
}
.selectize-dropdown .optgroup-header{
    color:#dd809f;
    background:#fff;
    cursor:default
}
.selectize-dropdown .active{
    background-color:#f8f9fa;
    color:#16181b
}
.selectize-dropdown .active.create{
    color:#16181b
}
.selectize-dropdown .create{
    color:rgba(52,58,64,0.5)
}
.selectize-dropdown-content{
    overflow-y:auto;
    overflow-x:hidden;
    max-height:200px;
    overflow-scrolling:touch
}
.selectize-dropdown .spinner{
    display:inline-block;
    width:30px;
    height:30px;
    margin:3px .75rem
}
.selectize-dropdown .spinner:after{
    content:" ";
    display:block;
    width:24px;
    height:24px;
    margin:3px;
    border-radius:50%;
    border:5px solid #d0d0d0;
    border-color:#d0d0d0 transparent #d0d0d0 transparent;
    animation:lds-dual-ring 1.2s linear infinite
}
@keyframes lds-dual-ring{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{
    cursor:pointer
}
.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{
    cursor:text
}
.selectize-control.single .selectize-input:after{
    content:" ";
    display:block;
    position:absolute;
    top:50%;
    right:calc(0.75rem + 5px);
    margin-top:-3px;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:#343a40 transparent transparent transparent
}
.selectize-control.single .selectize-input.dropdown-active:after{
    margin-top:-4px;
    border-width:0 5px 5px 5px;
    border-color:transparent transparent #343a40 transparent
}
.selectize-control.rtl{
    text-align:right
}
.selectize-control.rtl.single .selectize-input:after{
    left:calc(0.75rem + 5px);
    right:auto
}
.selectize-control.rtl .selectize-input>input{
    margin:0 4px 0 -2px !important
}
.selectize-control .selectize-input.disabled{
    opacity:.5;
    background-color:#fff
}
.selectize-dropdown,.selectize-dropdown.form-control{
    height:auto;
    padding:0;
    margin:2px 0 0 0;
    z-index:1000;
    background:#fff;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:.25rem;
    box-shadow:0 6px 12px rgba(0,0,0,0.175)
}
.selectize-dropdown .optgroup-header{
    font-size:.875rem;
    line-height:1.5
}
.selectize-dropdown .optgroup:first-child:before{
    display:none
}
.selectize-dropdown .optgroup:before{
    content:" ";
    display:block;
    height:0;
    margin:.5rem 0;
    overflow:hidden;
    border-top:1px solid #e9ecef;
    margin-left:-0.75rem;
    margin-right:-0.75rem
}
.selectize-dropdown .create{
    padding-left:.75rem
}
.selectize-dropdown-content{
    padding:5px 0
}
.selectize-input{
    min-height:calc(1.5em + 0.75rem + 2px);
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion: reduce){
    .selectize-input{
        transition:none
    }
}
.selectize-input.dropdown-active{
    border-radius:.25rem
}
.selectize-input.dropdown-active::before{
    display:none
}
.selectize-input.focus{
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25)
}
.is-invalid .selectize-input{
    border-color:#dc3545;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.is-invalid .selectize-input:focus{
    border-color:#bd2130;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #eb8c95
}
.selectize-control.form-control-sm .selectize-input.has-items{
    min-height:calc(1.5em + 0.5rem + 2px) !important;
    height:calc(1.5em + 0.5rem + 2px) !important;
    padding:.25rem .5rem !important;
    font-size:.875rem;
    line-height:1.5
}
.selectize-control.multi .selectize-input.has-items{
    padding-left:calc(0.75rem - 5px);
    padding-right:calc(0.75rem - 5px)
}
.selectize-control.multi .selectize-input>div{
    border-radius:calc(0.25rem - 1px)
}
.form-control.selectize-control{
    padding:0;
    height:auto;
    border:none;
    background:none;
    box-shadow:none;
    border-radius:0
}
.input-group .selectize-input{
    overflow:unset;
    border-radius:0 .25rem .25rem 0
}
html{
    margin:0;
    padding:0
}
body{
    font-family:"Poppins", sans-serif;
    margin:0;
    padding:0;
    background-color:#51CCF8;
	background-image:url("../images/body-bg.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body b,body strong{
    font-weight:600;
}
body .btn{
        color: #fff;
    border-bottom: solid 0px #fff;
    font-size: 24px;

}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
body .btn.btn-primary{
    background:linear-gradient(90deg, #6cc3d8 0%, #3c94d1 100%)
}
body .btn.btn-success{
    background:linear-gradient(90deg, #78de84 0%, #3cd14e 100%)
}
body .btn.btn-secondary{
    background:linear-gradient(90deg, #fca270 0%, #fd686a 100%)
}
body .btn.btn-info{
    background-image:linear-gradient(90deg, #ee6b8a 0%, #de2472 100%)
}
body .btn.btn-warning{
    background-image:linear-gradient(90deg, #af54ae 0%, #852784 100%)
}
body .btn.btn-danger{
    background-image:linear-gradient(90deg, #ff4545 0%, #db0000 100%)
}
body h1,body h2,body h3,body h4,body h5,body h6{
    font-family:"Poppins", sans-serif
}
body p{
    font-family:"Poppins", sans-serif;
    font-size:18px;
    line-height:25px;
    color:#040404
}
body header.main-header{
    /* background-color:#dd809f; */
    padding:0px 0 140px;
    margin-bottom:-150px
}
body header.main-header.inner-header{
    padding-bottom:0;
    margin-bottom:0
}
@media screen and (max-width:1440px){
    body header.main-header .btn--group .btn {
        font-size: 14px !important;
    }
    body .btn {
        font-size: 20px !important;
    }
        body .hSlider .col-5-cols {
        width: 19.62% !important;
    }
}
@media screen and (max-width:1024px){
    body .hSlider .col-5-cols {
        width: 25% !important;
    }
    body .rightSection .col-5-cols {
        max-width: 25% !important;
    }
    .payout{ margin-left:0px !important; margin-top:10px;}
    body header.main-header .btn--group .btn {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 768px) {
    body .rightSection .col-5-cols {
        max-width: 33% !important;
    }
        body .hSlider .col-5-cols {
        width: 33% !important;
    }
    body .hSlider .col-5-cols .thumbBox .caption h6 {
        font-size: 16px !important;
    }
    body .hSlider .col-5-cols .thumbBox .caption .dateTime {
        font-size: 14px !important;
    }
    
}
@media screen and (max-width: 550px) {
    body .rightSection .col-5-cols {
        max-width: 50% !important;
    }
        body .hSlider .col-5-cols {
        width: 50% !important;
    }
    body .hSlider .col-5-cols .thumbBox .caption h6 {
        font-size: 14px !important;
    }
    body .hSlider .col-5-cols .thumbBox .caption .dateTime {
        font-size: 12px !important;
    }
    .col-lg .d-flex {
    display: block !important;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    }
}
@media screen and (max-width: 375px) {
    body .rightSection .col-5-cols {
        max-width: 100% !important;
    }
        body .hSlider .col-5-cols {
        width: 100% !important;
    }
    body .hSlider .col-5-cols .thumbBox .caption h6 {
        font-size: 16px !important;
    }
    body .hSlider .col-5-cols .thumbBox .caption .dateTime {
        font-size: 14px !important;
    }
    .col-lg .d-flex {
    display: block !important;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    }
    body header.main-header nav.navbar a.navbar-brand {
        margin: 0 auto !important;
    }
    .payout {
        margin: 10px auto !important;
    }
}
@media (max-width: 991px){
    
    body header.main-header nav.navbar{
        flex-wrap:wrap
    }
}
body header.main-header nav.navbar a.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
    margin-right:0;
    padding: 0px 20px;
    border-radius: 10px;
    background:#fff;
}
body header.main-header nav.navbar a.navbar-brand img{
    height: 50px;
    width:auto
}
canvas#clock {
    width: 180px;
    display: inline-block;
    vertical-align: -4px;
    margin-left:-10px;
}
body header.main-header .btn--group{
    margin-bottom:0;
    margin-left:0
}
@media (max-width: 1600px){
    canvas#clock {
    width: 140px; 
}
body .whiteBox.boxWrap .total #TicketTotal {
    font-size:20px !important;
}
}
}
@media (max-width: 991px){
    body header.main-header .btn--group{
        text-align:center;
        flex-grow:1;
        order:5
    }
}
body header.main-header .btn--group input[type="text"].payout{
    width:auto;
    border-style:solid;
    border-width:2px;
    border-color:#000;
    border-radius:5px;
    height:39px;
    text-align:center
}
@media (min-width: 1600px){
    body header.main-header .btn--group input[type="text"].payout{
        height:38px
    }
}
@media (max-width: 991px){
    body header.main-header .btn--group input[type="text"].payout{
        height:31px
    }
}
body header.main-header .btn--group input[type="text"].payout:focus{
    outline-width:1px;
    outline-style:dashed
}
body header.main-header .btn--group .btn{
    border:0 none;
    border-radius:5px;
    width:auto;
    height:auto;
    font-size:16px;
    font-weight:normal;
    margin-left:6px
}
body header.main-header .btn--group .btn div#disbalance{
    display: inline;
}
@media (min-width: 1600px){
    body header.main-header .btn--group .btn{
        font-size:18px
    }
}
@media (max-width: 991px){
    body header.main-header .btn--group .btn{
        font-size:14px;
        padding:5px 10px;
        line-height:normal;
        margin:6px
    }
}
body header.main-header .dropdown{
    margin-left:auto
}
body header.main-header .dropdown .dropdown-toggle{
    font-size:20px;
    color:#3b3b3b
}
body header.main-header .dropdown .dropdown-toggle .avatar.img-fluid.rounded-circle{
    border-style:solid;
    border-width:2px;
    border-color:#852784;
    border-radius:50%;
    background-color:#934192;
    width:58px;
    height:58px
}
@media (max-width: 767px){
    body header.main-header .dropdown .dropdown-toggle .avatar.img-fluid.rounded-circle{
        width:36px;
        height:36px
    }
}
@media (min-width: 1200px){
    body .container{
        max-width:1220px
    }
}
@media (min-width: 1200px){
    body .container-fluid{
        padding-left:30px;
        padding-right:30px
    }
}
body .whiteBox{
    border-radius:10px;
    background-color:transparent;
    /*box-shadow:0px 1px 6.51px 0.49px rgba(0,0,0,0.46);*/
    padding:30px 15px 0
}
body .whiteBox.boxWrap{
    padding:15px 15px 0;
    text-align:center;
    margin-bottom:10px;
    color: #37fd4f;
}
@media (min-width: 1200px){
    body .whiteBox.boxWrap{
        margin-top:0px;
        min-height:calc(100%);
        display:flex;
        flex-direction:column
    }
}
body .whiteBox.boxWrap h3{
    font-size:28px;
    font-weight:bold;
    text-align:center;
        margin: 0;
}
body .whiteBox.boxWrap p{
    font-size:24px;
    text-align:center;
    font-weight:normal
}

body .whiteBox.boxWrap #draw_time {
        margin-bottom: 0;
   font-size: 24px;
    font-weight: 600;
    color: #db0000;
}
body .whiteBox.boxWrap .cycle-slideshow{
    -webkit-perspective:1000;
    -webkit-transform-style:preserve-3d;
    -moz-perspective:1000;
    -moz-transform-style:preserve-3d;
    -o-perspective:1000;
    -o-transform-style:preserve-3d;
    perspective:1000;
    transform-style:preserve-3d;
    display:inline-block;
    display: block;
    max-width: 83%;
    margin: 0 auto;
}
body .whiteBox.boxWrap .cycle-slideshow a{
    display:block;
    width:100%;
}
body .whiteBox.boxWrap .cycle-slideshow a img{
       display: block;
    margin: auto;
    max-width: 100%;
}
body .whiteBox.boxWrap div#countdown{  
      margin: 0;
    padding: 0 10px 20px 10px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:34px;
    margin-top:40px; 
    text-align:center;
}
body .whiteBox.boxWrap div#countdown span{
      padding: 0 20px;
}  
body .whiteBox.boxWrap div#countdown #hm_timer {
  border: 1px solid #ddd !important;
    display: inline-block;
    padding: 4px 30px 20px 30px;
    box-shadow:0 0 1px 0 rgb(0 0 0 / 20%);
    font-size:32px;
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
    border-bottom: 2px solid rgb(218, 43, 43) !important;
    border-radius: 5px;  
}
body .whiteBox.boxWrap div#countdown .hm_timer {
    color: #000000;
    font-size:14px;
    margin-top: -25px;
    font-weight:400;
    text-align: center;
}
body .rightSection .whiteBox{
    padding:10px 20px
}
body .rightSection .whiteBox .row-5-cols{
    margin-bottom:0
}
body .rightSection .balanceBox{
    color:#dd809f;
    border-radius:5px;
    background:#dd809f;
    padding:15px;
    text-align:center;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-around
}
body .rightSection .balanceBox span{
    font-weight:bold
}
body .rightSection .balanceBox .balance{
    font-size:18px;
    margin-bottom:15px
}
@media (min-width: 1600px){
    body .rightSection .balanceBox .balance{
        font-size:20px
    }
}
body .rightSection .balanceBox .balance span{
    font-size:30px;
    display:block
}
@media (min-width: 1600px){
    body .rightSection .balanceBox .balance span{
        font-size:34px
    }
}
body .rightSection .balanceBox .dated{
    margin-bottom:15px;
    font-size:18px
}
@media (min-width: 1600px){
    body .rightSection .balanceBox .dated{
        font-size:20px
    }
}
body .rightSection .balanceBox .dated span{
    font-size:28px;
    display:block
}
@media (min-width: 1600px){
    body .rightSection .balanceBox .dated span{
        font-size:28px
    }
}
body .whiteBox.boxWrap .dated,
body .whiteBox.boxWrap .total{
    font-size:16px;
    font-weight:bold
}
@media (min-width: 1600px){
    body .whiteBox.boxWrap .dated,
    body .whiteBox.boxWrap .total{
        font-size:16px
    }
}
body .rightSection .col-5-cols{
    max-width:20%;
    margin-bottom: 10px;
    text-align:center;
}

@media (max-width: 1600px){
body .whiteBox.boxWrap div#countdown {
    margin-top:20px;
}
    
}
@media (max-width: 991px){
    body .rightSection .col-5-cols{
        max-width:25%
    }
}
@media (max-width: 575px){
    body .rightSection .col-5-cols{
        max-width:50%
    }
}
body .rightSection .col-5-cols .thumbBox{
    max-width: 90%;
    display: block;
    margin: auto;
    color:#37fd4f;
}
body .rightSection .col-5-cols h6{
    font-weight:bold;
    font-size:16px;
    text-align:center;
    margin: 8px 0;
}
@media (min-width: 1600px){
    body .rightSection .col-5-cols h6{
        font-size:20px
    }
}
body .rightSection .col-5-cols input[type="text"]{
    width:80%;
    border-style:solid;
    border-width:2px;
    border-color:#000;
    border-radius:25px;
    height:34px;
    text-align:center;
    color: #fff;
    background: #000;
}
body .rightSection .col-5-cols input[type="text"]:focus{
    outline-width:1px;
    outline-style:dashed
}
body .hSlider{
    margin:10px -15px 0px;
    overflow:auto;
    padding:0px 15px 15px;
    max-height: 240px !important;
}
@media(min-width:1800px){
body .hSlider{
    max-height: 320px !important;
}
body .hSlider .col-5-cols .thumbBox {
    min-height:154px;
}

}
body .hSlider > .row {
    margin:0;
}
body .hSlider .col-5-cols{
    width:16.23%;
    margin-top:0;
    margin-bottom:0;
    padding:0;
}
@media (min-width: 1199px){
    body .hSlider .col-5-cols{
         /*width:16.23% */
        width:16.62%;
    }
}
@media (max-width: 991px){
    body .hSlider .col-5-cols{
        width:33.33%
    }
}
@media (max-width: 575px){
    body .hSlider .col-5-cols{
        width:50%
    }
}
body .hSlider .col-5-cols .thumbBox{
    border-radius:10px;
    background-color:#fff;
    /*box-shadow:0px 1px 6.51px 0.49px rgba(0,0,0,0.46);*/
    padding:8px;
    display:flex;
        align-items: center;
        border: 2px solid #dd809f;
    min-height: 90px;
        margin-bottom: 10px;
        margin-left:5px;
        margin-right:5px;
}
body .hSlider .col-5-cols .thumbBox .imgWrap{
    flex:0 0 40%;
    order:2
}
body .hSlider .col-5-cols .thumbBox .caption{
    flex:1 0 auto
}
body .hSlider .col-5-cols .thumbBox .caption h6{
    font-weight:bold;
    font-size:18px;
    line-height:18px;
    /*color:#852784;*/
    color:red;
    margin-bottom:6px
}
body .hSlider .col-5-cols .thumbBox .caption .dateTime{
    font-size:18px;
    line-height:18px;
}
body .hSlider .col-5-cols .thumbBox .caption .dateTime .date{
    display:block
}
body .hSlider .col-5-cols .thumbBox .caption .dateTime .time{
    display:block
}
body .modal.smileModal .modal-content{
    background-color:transparent;
    box-shadow:none;
    border:0 none
}
 
.modal-backdrop {
    background:#000000;
}
.img-fluid
{
    width: 300px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 6.51px 0.49px rgba(0, 0, 0, 0.46);
    padding: 5px;
    border-radius: 4px;
}
.dashboart_font{
    color:#ffffff;
}