::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.2);
}
h1,h2,h3,h4,h5,h6,p,.text-dark{
    color:#1c2900 !important;
}
.footer h5{
    color:#63B2FF !important;
}
.form-switch .form-check-input {
    width: 70px;
    height: 25px;
    margin-left: -2.5em;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-switch{
    position: relative;
    width: 70px;
}
.form-switch label{
    position: absolute;
    left: 7px;
    top: 10px;
    font-size: 10px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    color: #000;
}
.register_cont input{
    height: 70px;
    padding-left: 60px;
}
.register_cont .btn{
    border: none;
    background-color: #FF0;
    border-radius: 30px;
    margin: 12px 0;
    color: #000;
    padding: 16px 30px;
    top: 3px !important;
}
.vin_btn{
    border: 1px solid #000;
    font-weight: 400;
    color: #000;
    border-radius: 25px;
}
.service_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.service_list li{
    font-size: 16px;
    color: #000;
    width: 50%;
    margin-bottom: 30px;
}
.service_list li i{
    font-size: 18px;
    padding-right: 8px;
}
#clients{
    background-color: #f0f0f0;
}
.client-carousel img{
    padding: 5px 70px;
}
.tags{
    position: absolute;
    height: 50px;
    border-radius: 12px;
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding: 10px;
}
.tags img{
    height: 35px;
    background-color: #FF0;
    border-radius: 5px;
}
.tags span{
    color: #000;
    font-size: 14px;
}
.countries{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.countries li{
    box-shadow: 0 4px 16px rgba(0,0,0,.05);
    background-color: #fff;
    display: flex;
    padding: 2px 16px 2px 8px;
    font-size: 14px;
    margin: 8px;
}
.countries li .flag{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    margin-right: 5px;
}
.countries li .flag img{
    width: 100%;
}
.data_report{
    background-color: #d7f0ff;
    padding: 30px;
    border-radius: 20px;
    min-height: 314px;
}
.footer{
    background-color: #000;
}
.app_container{
    background-color: #1f1f1f;
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
}

.app_container h3,.app_container p{
    color: #FFF;
}

.app_container a{
    color: #FFF;
    border-color: #FFF;
    border-radius: 30px;
}
.footer_top_border{
    border-top: 1px solid #1f1f1f;
}
.footer .btn.btn-link{
    color: #FFF;
    margin-top: 10px;
}
.footer_menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_menu li{
    display: inline-block;
    margin-right: 10px;
}
.footer_menu li a{
    color: #FFF;
    font-size: 14px;
}

.footer_social_menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_social_menu li{
    display: inline-block;
    margin-right: 10px;
}
.footer_social_menu li a{
        display: block;
    color: #FFF;
    font-size: 25px;
    background-color: #1f1f1f;
    padding: 10px;
    border-radius: 20%;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 35px;
}
.pricing_feature{
    border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.75s;
}
.pricing_feature:hover{
    margin-top: -20px;
    box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 1px 21px 0px rgba(0,0,0,0.75);
}
.pricing_feature h3{
    color: #63B2FF;
    padding: 20px 0;
}
.pricing_feature h4{

}
.pricing_feature p{

}

.point_tab{
    display: inline-block;
    text-align: center;
    color: #FFF;
    padding: 8px 0;
    font-weight: 500;
    width: 220px;
}
.sample_container{
    background-color: #FFF;
    padding: 30px;
    border-radius: 30px;
}
.sample_container .table tr td{
    border: none ;
}
#report_btn{
    background-image: url(../img/ukreg.svg);
    background-position: left;
    background-size: cover;
    padding: 14px 35px 14px 55px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 10px 0px rgba(0,0,0,0.75);
    color: #000;
    font-size: 25px;
    font-weight: 900;
}
.red_bg{
    background-color: #b94a48;
}
.green_bg{
    background-color: #2d842e;
}
.orange_bg{
    background-color: #c75000;
}
.blue_bg{
    background-color: #23699a !important;
    color: #FFF;
}
.used_car_container{
    border: 1px solid #1f1f1f;
    border-radius: 20px;
    padding: 50px;
}
.pointer_div{
    position: relative;
}
.pointer_div p{
    position: absolute;
    top: 0;
    color: #FFF;
    font-weight: bolder;
    left: 30%;
    font-size: 50px;
}
.border_right{
    border-right: 1px solid #000;
}
.divider{
    padding: 10px 0;
    border-top: 2px solid #000;
}

.login_container{
    background-color: #FFF;
    padding: 50px;
    margin: 50px 0;
    border-radius: 15px;
}
.login_with_social{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.login_with_social li{
    margin: 15px 0;
    width: 320px;
}
.login_with_social .btn{
    background-color: #1877f2;
    display: block;
    width: 100%;
    color: #FFF;
    border-radius: 25px;
}
.login_with_social .btn img{
    width: 24px;
    float: left;
}
/** Blog **/
#main_slider{
        border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#main_slider .owl-nav{
    position: absolute;
    bottom: 20px;
    right: 100px;
    display: flex;
}

#main_slider .owl-nav .nav-button{
   width: 50px;
    height: 50px;
    background-color: #0073F0;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    margin: 10px;
    font-size: 30px;
}

.blog_image,.blog_image img{
    height: 100%;
}
.post_breif{
    background-color: #1f1f1f;
    padding: 20px;
    height: 100%;
}
.post_breif .cat_link{
        font-size: 14px;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 7px 10px;
    border-radius: 20px;
}
.post_breif .post_date{
        color: #FFF;
    font-size: 14px;
    padding: 5px 17px;
}
.post_breif h2{
    font-size: 35px;
    color: #FFF;
}
.post_breif .author_image{
    width: 40px !important;
    border-radius: 50%;
    margin: 0 10px;
}
.post_breif .author_name{
    color: #FFF;
    margin: 14px 10px;
    display: inline-block;
    font-size: 14px;
}
#myCat{
    display: flex;
    flex-wrap: wrap;
    border: none;
}
#myTabContent .tab-pane{
    padding: 50px 0;
}
#myCat li{
    margin: 10px;
}
#myCat li button{
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
}
#myCat li button.active{
    background-color: #FFEB28;
    border-color: #FFEB28;
}
.view_more{
    display: inline-block;
    margin: 20px 0;
    border: none;
}


.post_slides .owl-nav{
    position: absolute;
    bottom: -75px;
    right: 0px;
    display: flex;
}
.post_slides .owl-nav .nav-button{
   width: 50px;
    height: 50px;
    background-color: #FFEB28;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #000;
    margin: 10px;
    font-size: 30px;
}
.post_slides .owl-nav .disabled{
   opacity: 0.6;
}
.top_post{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.post_hd_container{
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: -7px;
    left: 6%;
    max-width: 1000px;
    color: #FFF;
    border-radius: 10px;
    padding: 25px;
}
.post_hd_container h1{
    color: #FFF;   
}
.post_hd_container .post_cat_list{
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.post_hd_container .post_cat_list li{
    color: #FFF;
    margin: 10px;
}
.post_hd_container .post_cat_list li a{
        background: rgb(255, 235, 40);
    color: #000;
    padding: 10px 20px;
    border-radius: 25px;
}
.post_content{
    padding: 30px;
    font-size: 18px;
}
.post_content p{
    padding: 20px 0;
    font-size: 18px;
}

.checking_car_photo{
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px;
}
.car_modal_cont{
    padding: 28px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.car_modal_cont p{
        color: #000 !important;
    font-size: 18px;
    text-align: center;
}
.car_modal_cont button,.car_modal_cont button:hover{
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    background-color: #63B2FF;
    cursor: default;
    border-radius: 15px;
}
.checking_car_photo ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.checking_car_photo ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}
.checking_car_photo ul li .btn{
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    background-color: #63B2FF;
    border-radius: 15px;
    margin: 10px 0
}
.checking_car_photo ul li .package_name{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.blog_cat_list{
    list-style: none;
    margin: 10px 0;
    padding: 0;
    display: flex;
    justify-content:left;
}
.blog_cat_list li{
    margin-left: 10px;
}
.blog_cat_list li a{
    color: #000;
    border: 1px solid #000;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
}
.blog_cat_list li span{
    color: #000;
    font-size: 14px;
}
.text_box{
    text-align: center;
}
.text_box h3{
    text-align: center;
    font-size: 22px;
}
.text_box p{
    text-align: center;
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto;
}
#side_menu_container{
    display: none;
    z-index: 100000000000;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.8);
}
#side_menu_list{
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
}
#side_menu_list li{
    
}
#side_menu_list li a{
    text-align: center;
    display: block;
    padding: 20px 0;
    transition: all 0.5s;
}
#side_menu_list li a:hover{
    background-color: #FFF;
    color: #000;
}

#report_menu{
    list-style: none;
    margin: 0;
    padding: 0 25px;
    height: 64px;
    overflow: hidden;
}
#report_menu li{
    padding: 20px 0;
}
#report_menu li a{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    margin-right: 10px;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 25px;
    border:1px solid #f2f2f2;
    transition: all ease 0.5s;
}
#report_menu li a:hover{
    border-color: #eff9ff;
    background-color: #eff9ff;
}
#report_menu li a.active{
    border-color: #0073f0;
    background-color: #FFF;
}
.report_box{
    background-color: #FFF;
    margin: 40px 0;
    padding: 30px;
    border-radius: 20px;
}
.main_box{
    background-color: #FFF;
    margin: 40px 0;
    padding: 30px;
    border-radius: 20px;
}
.vin_list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.vin_list li{
    display: inline-block;
    background-color: #f2f2f2;
    margin-right: 15px;
    padding: 7px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.main_report_box{
    display: block;
    text-align: center;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.main_report_box p{
    width:100%;
}

.main_report_box:hover .card{
    border-color: #000;
}
.main_report_box p:nth-child(1){
	width: 100%;
    font-size: 50px;
    color: #CCCCCC !important;
}
.main_report_box p:nth-child(2){
	width: 100%;
    font-size: 18px;
    font-weight: 500;
}
.main_report_box p:nth-child(3){
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: #ffeb28;
    border-radius: 50%;
    padding: 10px;
}
@media (max-width: 768px) {
    .main_report_box p:nth-child(1){
		width: 25%;
	}
	.main_report_box p:nth-child(2){
		width: 50%;
	}
	.main_report_box p:nth-child(3){
	    width: 50px;
	    height: 50px;
	}
}
.report_box .alert{
    background-color: #FFF !important;
    border-color: #f2f2f2 !important;
    padding: 0;
    color: #000;
}
.report_box .alert svg{
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    color: #ffeb28;
}
.report_box .alert.alert-success svg{
    color: #8de398;
}
.report_box .alert.alert-warning svg{
    color: #664d03;
}
.report_box .alert.alert-info svg{
    color: #b6effb;
}
.theft_inner{
    border: 1px solid #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    height:auto;
    margin-bottom: 15px;
}
.theft_inner p{
        font-size: 14px;
    color: #000 !important;
}
.theft_inner .btn{
        border: 1px solid #f3f3f3;
    font-size: 12px;
    cursor: default;
}
.spec_box{
    display: flex;
    margin: 10px 0;
}
#loader_container{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    top: 0;
    left: 0;
    z-index: 100000000000000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
/* HTML: <div class="loader"></div> */
.loader {

  --w:10ch;
  font-weight: bold;
  font-family: monospace;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: var(--w);
  width: var(--w);
  overflow: hidden;
  white-space: nowrap;
  color: #0000;
  animation: l17 2s infinite;
}
.loader:before {
  content:"Loading...";
}

@keyframes l17 {
   0% {text-shadow: 
        calc( 0*var(--w)) -1.2em #000,calc(-1*var(--w)) -1.2em #000,calc(-2*var(--w)) -1.2em #000,calc(-3*var(--w)) -1.2em #000,calc(-4*var(--w)) -1.2em #000, 
        calc(-5*var(--w)) -1.2em #000,calc(-6*var(--w)) -1.2em #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
   4% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) -1.2em #000,calc(-2*var(--w)) -1.2em #000,calc(-3*var(--w)) -1.2em #000,calc(-4*var(--w)) -1.2em #000, 
        calc(-5*var(--w)) -1.2em #000,calc(-6*var(--w)) -1.2em #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
   8% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) -1.2em #000,calc(-3*var(--w)) -1.2em #000,calc(-4*var(--w)) -1.2em #000, 
        calc(-5*var(--w)) -1.2em #000,calc(-6*var(--w)) -1.2em #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
  12% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) -1.2em #000,calc(-4*var(--w)) -1.2em #000, 
        calc(-5*var(--w)) -1.2em #000,calc(-6*var(--w)) -1.2em #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
  16% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) -1.2em #000, 
        calc(-5*var(--w)) -1.2em #000,calc(-6*var(--w)) -1.2em #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
  20% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) -1.2em #000,calc(-6*var(--w)) -1.2em #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
  24% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) -1.2em #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
  28% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 0      #000,calc(-7*var(--w)) -1.2em #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
  32% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 0      #000,calc(-7*var(--w)) 0      #000,calc(-8*var(--w)) -1.2em #000,calc(-9*var(--w)) -1.2em #000}
  36% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 0      #000,calc(-7*var(--w)) 0      #000,calc(-8*var(--w)) 0      #000,calc(-9*var(--w)) -1.2em #000}
  40%,
  60% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 0      #000,calc(-7*var(--w)) 0      #000,calc(-8*var(--w)) 0      #000,calc(-9*var(--w)) 0      #000}
  64% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 0      #000,calc(-7*var(--w)) 0      #000,calc(-8*var(--w)) 0      #000,calc(-9*var(--w)) 1.2em  #000}
  68% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 0      #000,calc(-7*var(--w)) 0      #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  72% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 0      #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  76% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 0      #000,calc(-6*var(--w)) 1.2em  #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  80% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 0      #000, 
        calc(-5*var(--w)) 1.2em  #000,calc(-6*var(--w)) 1.2em  #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  84% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 0      #000,calc(-4*var(--w)) 1.2em  #000, 
        calc(-5*var(--w)) 1.2em  #000,calc(-6*var(--w)) 1.2em  #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  88% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 0      #000,calc(-3*var(--w)) 1.2em  #000,calc(-4*var(--w)) 1.2em  #000, 
        calc(-5*var(--w)) 1.2em  #000,calc(-6*var(--w)) 1.2em  #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  92% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 0      #000,calc(-2*var(--w)) 1.2em  #000,calc(-3*var(--w)) 1.2em  #000,calc(-4*var(--w)) 1.2em  #000, 
        calc(-5*var(--w)) 1.2em  #000,calc(-6*var(--w)) 1.2em  #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  96% {text-shadow: 
        calc( 0*var(--w)) 0      #000,calc(-1*var(--w)) 1.2em  #000,calc(-2*var(--w)) 1.2em  #000,calc(-3*var(--w)) 1.2em  #000,calc(-4*var(--w)) 1.2em  #000, 
        calc(-5*var(--w)) 1.2em  #000,calc(-6*var(--w)) 1.2em  #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
  100% {text-shadow: 
        calc( 0*var(--w)) 1.2em  #000,calc(-1*var(--w)) 1.2em  #000,calc(-2*var(--w)) 1.2em  #000,calc(-3*var(--w)) 1.2em  #000,calc(-4*var(--w)) 1.2em  #000, 
        calc(-5*var(--w)) 1.2em  #000,calc(-6*var(--w)) 1.2em  #000,calc(-7*var(--w)) 1.2em  #000,calc(-8*var(--w)) 1.2em  #000,calc(-9*var(--w)) 1.2em  #000}
}
/* progress bar */

.my_progress_bar .icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: none;
}

.hidden {
  display: none;
}

.my_progress_bar {
  display: flex;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step {
  flex-grow: 1;
  position: relative;
}

.my_progress_bar .step-progress {
  width: 100%;
  height: 0.25em;
  background: #fcb034;
}

.icon-wrapper {
  text-align: center;
  display: inline-block;
}

.step.done .step-progress:after {
  position: absolute;
  content: "";
  height: 0.25em;
  width: 0;
  background-color: #0087B3;
  -webkit-animation: growLine 1s linear forwards;
          animation: growLine 1s linear forwards;
}

.icon-checkmark {
  position: absolute;
  top: -0.55em;
  left: -0.125em;
  border: 0.125em solid #fcb034;
  background: #051B23;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  padding: 0.125em;
  border-radius: 50%;
  transition: all 0.25s linear;
}

.step.done .icon-checkmark {
  background: #0087B3;
  border-color: #0087B3;
}

.icon-checkmark .path1 {
  stroke: #aaa;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: empty;
}

.step.done .icon-checkmark .path1 {
  -webkit-animation: dash 5s linear forwards;
          animation: dash 5s linear forwards;
  stroke: #fcb034;
}

.step-text {
  position: relative;
  margin-left: -50%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #aaa;
  margin-top: 0;
  opacity: 0;
}

.step.done .step-text {
  color: #0087B3;
  -webkit-animation: dropText 0.5s linear forwards;
          animation: dropText 0.5s linear forwards;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes growLine {
  to {
    width: 100%;
  }
}
@keyframes growLine {
  to {
    width: 100%;
  }
}
@-webkit-keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}
@keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}
.bar_content{
    text-align: center;
  }
  .icons_container{
    display: flex;
    justify-content: center;
    margin: 20px 0;
    height: 56px;
    overflow: hidden;
  }
  .icons_container img{
    width: 50px;
    display: none;
  }
  .icons_container > img:first-child{
    display: block;
  }
  .dimmy_msg{
    font-weight: 700;
    color: #CCC !important;
  }
  .bright_msg{
    font-weight: 700;
    color: #ff9999 !important;
  }
  .dynamic_msg{
    height: 54px;
  }
  .dynamic_msg > p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    font-family: sans-serif;
    display: none;
  }
  .dynamic_msg > p:first-child{
    display: block;
  }
  #progress_bar_container{
    position: relative;
    width: 100%;
    height: 30px;
  }
  .my_progress_bar_container{
    position: relative;
  }