   ::-webkit-scrollbar {
      width: 0px; /* Width of the scrollbar */
    }

    /* Track (the background of the scrollbar) */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; /* Light background color */
      border-radius: 10px; /* Rounded corners */
    }

    /* Handle (the scroll thumb) */
    ::-webkit-scrollbar-thumb {
      background: linear-gradient(45deg, #ff6f61, #ffab40); /* Gradient background */
      border-radius: 10px; /* Rounded corners */
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); /* Shadow for a 3D effect */
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(45deg, #ffab40, #ff6f61); /* Change gradient on hover */
    }
 .tool a{
     text-decoration: none; 
         font-size:13px;
 }
 .singh i{
    background: #fff;
    padding: 2px 5px;
    border-radius: 50px;
    color: #0e5198;
    margin-right: 5px;
 }
  .tool a i{
    color:#0e5198;
 }  
.tool{
     padding: 5px 13px;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
      color:#0e5198;
}

.tool:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
    .tooltip-container {
      position: relative;
      display: inline-block;
    }

    .tooltip-btn {
      border: none;
      font-size: 16px;
      cursor: pointer;
    }

    .tooltip-box {
      display: none;
      position: absolute;
      background-color: #fff;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
      text-align: center;
      width: 180px;
      top: 53px;
      left: -103%;
      transform: translateX(-50%);
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s ease;
    }



    .tooltip-visible {
      display: block;
      opacity: 1;
    }
.bg-blue{
	background-color:#0e5198;
}
.logout i{
	font-size:17px;
	color:#fff;
	padding-right:5px;
}
.logout span{
	font-size:14px;
	color:#fff;
	padding-left:15px;
}
.astyle{
    color:#fff;
    line-height:28px;
}
.astyle:hover{
    color:#fff;
    text-decoration: none;
}
.singh{
    float:right;
}
.servicer{
	padding:20px;
	background-color:#0e5198;
	height:150px;
	border-radius:10px;
	cursor: pointer;
}
.top_bar{
	color:#fff!important;
}
.top_nav{
	margin-left:40px;
}
.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 0.5rem;
    }
	
.footer{
  background-image: url("../../assets/img/back.jpg");
  position: relative;
}

.footer::before{
  background-color: rgba(0, 123, 255, 0.54);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0px;
}	
	
	
.footer {
    margin-top: 30px;
    padding: 25px;
    padding-bottom: 10px;
    bottom: -20px;
}
.social_media ul li{
	list-style:none;
	text-decoration:none;
	display:inline;
	padding-right:15px;
	left:0px;
}
.social_media{
	margin-top:10px;
}
.footer_center{
	text-align:center;
}
.px16{
	font-size:16px;
}
.px17{
	font-size:17px;
}
.px18{
	font-size:18px;
}
.px19{
	font-size:19px;
}
.px20{
	font-size:20px;
}
.px21{
	font-size:21px;
}
.px22{
	font-size:22px;
}
.px23{
	font-size:23px;
}
.px24{
	font-size:24px;
}
.px25{
	font-size:25px;
}
.px26{
	font-size:26px;
}
.px27{
	font-size:27px;
}
.px28{
	font-size:28px;
}
.px29{
	font-size:29px;
}
.px30{
	font-size:30px;
}
.white{
	color:#fff;
}
.blue{
	color:#0e5198;
}

ul{
	margin:0px!important;
	padding:0px!important;
}


.servicer:hover {
-webkit-box-shadow: 0px 5px 40px -10px rgba(180,0,0,0.99);
-moz-box-shadow: 0px 5px 40px -10px rgba(180,0,0,0.99);
transition: all 0.4s ease 0s;
}

.footer_mobile{
    top: 10px;
    position: relative;
	background-color:#fff;
	padding:12px;
	border-radius:10px;
}
hr {
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    border: 1px solid #fff;
    border-top: 1px solid rgb(255 255 255 / 0%);
    width: 100%;
}
.login-container {
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
        }
.login-container h2 {
            margin-bottom: 20px;
            font-weight: 700;
        }
.form-control {
            border-radius: 5px;
            padding: 13px;
        }
.btn-login {
            background: #0e5198;
            border-radius: 50px;
            padding: 10px 30px;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            transition: background 0.3s;
        }
        .btn-login:hover {
            background: #0056b3;
        }
        .input-group-text {
            border-radius: 5px 0 0 5px;
            background-color: #0e5198;
            color: #fff;
        }
.body_login{
	background: #0e5198;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
}
.service_img{
	width:70px;
	border-radius:50px;
}
.top_padding{
	padding-top:10px;
}		
select.form-control {
    height: calc(3rem + 2px)!important; /* Ensures height matches other inputs */
    padding-right: 1.75rem; /* Adds space for the dropdown icon */
    background-size: 8px 10px; /* Size of the dropdown icon */
}
 .custom-radio {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        font-size: 16px;
    }

    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .custom-radio label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border: 2px solid #007bff;
        border-radius: 4px;
    }

    .custom-radio input:checked + label:before {
        background-color: #007bff;
        border-color: #007bff;
    }

    .custom-radio input:checked + label:after {
        content: "\f00c"; /* FontAwesome check icon */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 3px;
        top: 0;
        font-size: 16px;
        color: #fff;
    }
 textarea.form-control {
        border-radius: 10px;
    }
.col-md-6{
	float:left;
}	
