
.btn-link.blurred {
    opacity: 0.5;
    pointer-events: none;
}


    /* Default styles */
    .custom-button button {
      padding: 0;
      font-size: 10px; /* Default font size for larger screens */
    }

    .custom-button .btn_icon {
      width: 20px;
      height: 20px;
    }

    .custom-button .btn_text {
      font-size: 10px; /* Default font size for larger screens */
    }
	
	.fixed-footer-button {
		  position: fixed;
		  bottom: 10px; /* Adjust the value as needed */
		  left: 50%;
		  transform: translateX(-50%);
		  z-index: 9999; /* Ensure it stays on top */
		  //background-color: #fff; /* Optional styling */
		 // border-radius: 5px; /* Optional styling */
		  //box-shadow: 0px 0px 5px rgba(0,0,0,0.2); /* Optional styling */
		}

		@media only screen and (min-width: 768px) {
		  .fixed-footer-button {
			position: static; /* Keep it normal for larger screens */
			transform: none;
		  }
		}
	.left-button {
		left: 87px; /* Fixes the button to the left side */
		}

		.right-button {
			right: 155px; /* Fixes the button to the right side */
		}

		@media (max-width: 768px) {
			.custom-button.fixed-footer-button {
				font-size: 18px; /* Adjusts the button size for smaller screens */
			}
		}
		
	.carousel-indicators li {
		list-style: none; /* Remove any default list numbering */
		background-color: #000; /* Keep the dot styling */
		width: 10px; /* Adjust dot size */
		height: 10px; 
		
	}
	
	.makeModelFuel {
		background-color: #0d6efd;
		color: white;font-weight: bold;
		font-size: 14px;
		padding: 4px 10px;
		border-radius: 9px;
		text-transform: uppercase;
	}
	
	
  .play_button_overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 40px;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      padding: 10px;
  }

   

    .selected-car-details {
      text-align: center;
    }

    .selected-car-details img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px;
    }

    .remove-selection-btn {
      margin-top: 20px;
    }

    .selectable-item {
      cursor: pointer;
      display: block;
      text-decoration: none;
      color: #000;
    }

    .selectable-item:hover {
      text-decoration: underline;
    }

    .variant-link {
      display: flex;
      align-items: center;
    }

    .variant-link i {
      margin-right: 5px;
    }


.otp-container {
    display: flex;
    gap: 10px;
}

.otp-input {
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    //border: 1px solid #ccc;
    border-radius: 4px;
}
