.btnColorBlue{
    /*background: linear-gradient(180deg, #1E40D8 0%, #0523AB 100%);
    border-color: #0523AB;*/
	background: linear-gradient(180deg, #c4e7ec 0%, #94d0d8 100%);
    border-color: #c4e7ec;
	color: #000000;
}

.btnColorBlueReverse{
    /*background: linear-gradient(0deg, #1E40D8 0%, #0523AB 100%);*/
    background: #2C2C2C;
}

.btnColorYellow{
    background: linear-gradient(180deg, #E2E700 0%, #B8BC00 100%);
    border-color: #E2E700;
}

.btnColorRosegold{
    background: linear-gradient(180deg, #F3D3A3 0%, #C6A777 100%);
    border-color: #F3D3A3;
}

.btnColorRed{
    background: red !important;
    border-color: red !important;
}

.bg-black{
    background: black !important;
}

.bg-blue{
    background: linear-gradient(180deg, #c4e7ec 0%, #94d0d8 100%);
}

.bg-blue2{
    background: #c4e7ec;
}

.textColorBlue{
    /* color: #0523AB; */
    /*color:#FFFFFF;*/  /* for dark mode */
	color:#000000;
}

.textColorBlue2{
	color:#c4e7ec;
}

.textColorWhite{
    color:#FFFFFF;  /* for dark mode */
}

.textColorGrey2{
    color:#787878;  /* for dark mode */
}

.textColorGrey3{
    color:grey;  /* for dark mode */
}

.textColorYellow{
    color:#c9cd01;
}

.textColorGrey{
    color:#666;
}

.textColorRed{
    color: red !important;
}

.textHoverBlue{
    color: #1E40D8;
}

.bg-white{
    background-color: white;
}

.gradientHead1 {
    /*background: #1e40d7;
    background: linear-gradient(180deg, #1e40d7 0%, #0725ae 100%);*/
	background: #94d0d8;
    background: linear-gradient(180deg, #c4e7ec 0%, #94d0d8 100%);
}

.gradientHead2 {
    background: linear-gradient(180deg, #000000 0%, #1e1d1d 100%);
}

.gradientHead3 {
    /*background: linear-gradient(0deg, #000000 0%, #1e1d1d 100%);*/
    background: #2C2C2C;
}

.sround{
    border-radius: 100px;
}

.w-30{
    width: 30% !important;
}

.w-45{
    width: 45% !important;
}

.hb1 {
    height: 35px;
    padding-top: 9px
}

.hb2 {
    height: 80px;
    padding-top: 9px
}

.text-sm{
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    /*color:#bbb !important; */ /* for dark mode */
	color: #787878 !important;
}

.text-sm2{
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
	color: black;
}

.text-sm3{
    font-size: 0.875rem; /* 14px */
    line-height: 1.25rem; /* 20px */
	color: black;
}

.text-xs{
    font-size: 11px;
    /*color:#bbb !important;*/  /* for dark mode */
	color: #787878 !important;
}

.half-ellipse-down {
    border-radius: 52% / 0 0 45% 45% ;
    width: 100%;
    height: 200px;
    /*background: #1E40D8;*/
    /*background-image: url("../images/bg/login_header_bg.png");*/
    background-position: center;
    background-blend-mode: overlay;
}

.half-ellipse-bd-color{
    /*border-bottom:5px solid #ffdc00 !important;*/
	border-bottom:5px solid #F3D3A3 !important;
}

.marqueebg{
    /*background: #FFE600;*/
	background: linear-gradient(180deg, #F3D3A3 0%, #C6A777 100%);
}

.arrow-up {
    width: 0; 
    height: 12px; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
}

.back-to-top{
    bottom:70px;
}

.container-form{
    max-width:500px !important;
}

.mt-80px{
    margin-top:80px;
}

.input-group-prepend > select{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #ced4da;   
}

.input-group-prepend > input{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #ced4da;   
}

.progress-step-active {
    /*color: #bbb !important;*/ /* for dark mode */
    color: #fff !important; /* for dark mode */
}

.progress-step::after {
    /*color: #bbb !important; *//* for dark mode */
    color: #000000 !important; /* for dark mode */
}

body{
    color: #ffffff; /* for dark mode */
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
    /*color: #60e9ff;*/ /* for dark mode */
	color: grey;
}

.navbar-light .navbar-nav .nav-link{
    /*color: #629ab0;*/ /* for dark mode */
	color: #c4e7ec;
}

.h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color:white; /* for dark mode */
}

.text5{
    /*color:#e8ecff !important;*/ /* for dark mode */
    color:#000000 !important; /* for dark mode */
}

.textColorBlack{
    color: black !important; /* for dark mode */
}


/*---------- Bottom Nav Start----------*/
.nav-bt-nav{
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-around;
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.nav-item-bt-nav{
    /*color:#FFFFFF;*/
    /*color:#000000;*/
	color:grey;
    /*opacity: 0.4;*/
}
  

.nav-item-bt-nav span{
    width: 0;
    overflow: hidden;
}


.nav-item-bt-nav:hover{
    text-decoration: none;
    /*color: white;*/
	color: white;
    /*opacity: 1;*/
}
  
  
.nav-item-bt-nav:focus span{
    width: 100%;
    transition: .2s;
}
  
.active{
      /*color: white;*/
	  color: white;
      /*opacity: 1;*/
}

.botnav-border{
    border: 1px solid black;
    border-radius: 5px;
}

.navbar-toggler{
    background-color:white;
    border:1px solid white;
}

.navbar-light .navbar-nav .show > .nav-link{
    /*color:#00394f;*/
	color: #c4e7ec;
}
/*---------- Bottom Nav End ----------*/


/*---------- Register Complete Animation ----------*/
.animation-ctn{
    text-align:center;
    margin-top:5em;
}
  
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    
    }

    100% {
        stroke-dashoffset: 960px;
    
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}


.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
} 

/*---------- Register Complete Animation End ----------*/


@media (min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1640px;
    }
}

@media (max-width: 992px){
    .hotgameimg{
        width: 181px !important;
    }
}
