html{scroll-behavior:smooth}.details-title{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:.5rem;color:#121926}.details-title .details-heading{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;column-gap:.75rem}.details-title .details-para{color:#4b5565;font-weight:500}.sleeve-control{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.sleeve-control .sleeve-control-line{height:.0625rem;background:#cdd5df}.sleeve-control-overlay{position:absolute;bottom:0;left:0;right:0;transition:opacity .25s ease;z-index:2;height:4rem;pointer-events:none;background:linear-gradient(0deg,#fff 4.05%,rgba(255,255,255,0) 95.45%)}@media screen and (max-width:991px){.details-title .details-heading{display:flex;flex-direction:column-reverse;justify-content:center;align-items:flex-start;row-gap:.75rem}}.alert{display:grid;grid-template-columns:1.375rem 1fr;grid-column-gap:.5rem;column-gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;color:#ff2828;background:rgba(255,40,40,.1);font-weight:700;align-items:center}.alert img{width:1.375rem;height:1.375rem;object-fit:contain}.warning{display:flex;column-gap:.5rem;padding:.5rem .625rem;border-radius:.5rem;color:#121926;background:rgba(234,170,8,.2);font-weight:600;align-items:center;flex-direction:row;justify-content:flex-start}.warning img{width:1.25rem;height:1.25rem;object-fit:contain}.success{display:flex;grid-template-columns:1.25rem 1fr;column-gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;color:#121926;background:rgba(22,179,100,.1);font-weight:600;align-items:center;flex-direction:row;justify-content:flex-start}.success img{width:1.25rem;height:1.25rem;object-fit:contain}@media screen and (max-width:477px){.alert{justify-content:center;align-items:center;row-gap:.5rem;flex-wrap:wrap;padding:.5rem .75rem;column-gap:.5rem;white-space:nowrap}.success,.warning{row-gap:.5rem;flex-wrap:wrap;padding:.5rem .625rem;column-gap:.5rem;white-space:nowrap}}