.driver-popover {
background: linear-gradient(0deg, rgb(17 17 17 / 90%) 0%, rgba(25, 25, 25, 0.1) 100%), radial-gradient(circle at 95% 10%, rgb(59 21 36) 0%, rgba(0, 0, 0, 0.9) 60%) !important;
    backdrop-filter: blur(91.7px);
    -webkit-backdrop-filter: blur(91.7px);

  


}

.driver-popover-next-btn {
    background: linear-gradient(180deg, #212121 0%, #212121 100%) !important;
    border: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
}
.driver-popover-next-btn:hover, .driver-popover-prev-btn:hover {
    background: linear-gradient(180deg, #99003E 0%, #FF0068 100%) !important;
  
    color: #fff !important;
    
}

.driver-popover-prev-btn {
    background: linear-gradient(200.96deg, #2A2A2C -3.91%, #232325 122.68%) !important;
    color: #fff !important;
    border: 0 !important;
    text-shadow: none !important;
}

#go_to_rule {
    color: #fff;
    text-decoration: underline;
}
#go_to_rule:hover {
    cursor: pointer;
}

.driver-popover-title {
    color: #ffffff !important;
       font-weight: 400;
    font-size: 17px;
    font-family: Gotham, system-ui, sans-serif;
    line-height: 1.2;
    max-width: 80%;
}
.driver-popover-footer button {
    border-radius: 5px !important;
    font-weight: 500 !important;
    font-family: Gotham, system-ui, sans-serif !important;
    transition: all 0.3sease !important;
    color: #3f3f3f !important;
    font-size: 12px;
    padding: 6px 18px !important;
}
.driver-popover {

    max-width: 360px !important;

}

.driver-popover-description {
    max-width: 80% !important;
    font-size: 12px !important;
}

.driver-popover-title {
    display: flex !important;
    justify-content: space-between;
    max-width: 100% !important;
    position: relative;
}

.driver-step-number {
width: 40px;
    height: 40px;
    background: rgb(87 18 46);
    padding: 9px;
    border-radius: 60px;
    color: rgb(235 2 96);
    font-weight: 600 !important;
    position: absolute;
    right: -7px;
    top: -7px;
    text-align: center;
    font-size: 17px;
    font-family: Gotham, system-ui, sans-serif;
    /* box-shadow: 0 0px 9px rgba(0, 0, 0, 0.6) !important; */
    margin: 5px;
}

.driver-popover-title span:first-child {
    max-width: 80% !important;
	
    font-weight: 400;
    font-size: 17px;
    font-family: Gotham, system-ui, sans-serif;

}

.driver-popover-navigation-btns {
    justify-content: flex-start !important;
}