/* font family */

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.ttf') ;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.ttf') ;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.ttf') ;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf') ;
}
@font-face {  
  font-family: 'Roboto Flex';
  src: url('../fonts/RobotoFlex-Regular.ttf') ;
}

body{
   font-family:'Roboto-Regular';  
}
/* font-family end */
span.invalidClass {
    float: left;
    color: red;
    font-size: 13px;
    clear: both;
}
div.control-label, label.custom-label{
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 12px;
    font-weight: 600;
}
.ms-selectable .search-input, .ms-selection .search-input {
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-bottom: -2px;
    border-radius: 5px 5px 0 0;
}
body .ms-container {
    width: 100%;
   
}
.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    text-align: left;
}
.cr{clear:both;}
input.isd-code-input {
    width: 15%;
    height: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32.4px;
    height: 18px;
  }
  
  .switch input {      
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    /* background-color: #2196F3; */
    background-color: #01D651 !important;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* common utility css */
.mt-2{ margin-top: 2rem;}

/* common utility css end */
  /* .header-block{ display: flex; overflow-x: auto;} */
  .header-block, .displaysection-block {
    /* border: 2px solid red; */
    display: inline-block;
    /* width: 1770px; */
    width:3788px;
    overflow-x: auto;
}
.header-block .col-sm-3, .displaysection-block .col-sm-3{
  max-width: 290px;
  width: 100%;
}

  .selector-tabs {
    border: 1px solid #eaf1fb;
    border-radius: 90px;
    background: #eaf1fb;  
    height: 44px;  
}
.selector-tabs2 {
  border: 1px solid #eaf1fb;
  border-radius: 30px;
  background: #eaf1fb;
  /* display: inline-block; */
  width: 75%;
  float: right;
}
.selector-tabs ul li{
  text-align: center;
}
/* .selector-tabs ul li a{
  color: #000;
  font-size: 15px;
  /* font-weight: 600; 
  display: inline-block;
} */
/* .selector-tabs ul li a {
  color: #000;
  font-size: 15px;
  display: inline-flex;
  padding: 0;
  height: 35px;
  width: 160px;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
} */

.selector-tabs .nav-pills>li.active>a,.selector-tabs .nav-pills>li.active>a:focus,.selector-tabs .nav-pills>li.active>a:hover {
  color: #000;
  background-color: #85d7ff;
  border-radius: 30px;
  padding: 7px 15px;
}

.selector-tabs2 ul li a{
  color: #767b81;  
  width: auto;
}
.selector-tabs2 ul li:first-child{
  border-right: 2px solid #fff;
}
.selector-tabs3 {
  background: #ffbd98;
  min-width: 150px;
  width: 92%;
}
.selector-tabs3 ul li a{padding-left: 6px;}
  .zoom-img{
    border: 2px solid #eaf1fb;
    border-radius: 20px;
  }



  .phone-img{
    height: 140px;
    margin: 16px 0;
  }
  .aipulse-body-container{ border: 2px solid red;}

  .main-title{
    font-size: 17px;
    font-weight: 600;
    margin-left: 15px;
  }
  .compare-item{min-width: 263px; min-height: 322px;}
  .compare-input .input-group-addon:first-child,
  .compare-input .input-group .form-control:last-child
  {
    background: #f6f8fa;
  }
  .compare-input .input-group .form-control:last-child:focus{ outline: none;}
  .compare-input .form-control{
    height: 45px;
    border-radius: 30px;
  }
  .compare-input .input-group-addon{
    height: 45px;
    border-radius: 30px;
  }
  .compare-input .input-group-addon:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .compare-item .compare-input .input-group{
    margin-bottom: 8px;
  }
  .comp-field {
    position: relative;
    font-size: 12px;
    font-style: italic;
    left: 15px;
}
  .comp-field::before{
    content: '*';
    color:#ffbd98;
    position: absolute;
    top:0;
    left: -10px;
  }
  .compare-item .phone-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}
.compare-item .price{
  font-size: 17px;
    font-weight: 500;
}

.displaysection-block{ padding-bottom: 30px; border-bottom: 5px solid #eaf1fb;}
.displaysection-block ul {
  border-bottom: 1px solid #eaf1fb;
  display: flex;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  align-items: center;
}
/* .displaysection-block ul:last-child{border-bottom: none; } */
.displaysection-block ul li{
  padding: 0;
}
.displaysection-block ul li label{
  margin-bottom: 0;
}
.displaysection-block ul li label input[type="checkbox"]{
  transform: scale(1.2);
}
.displaysection-block ul li label span{ 
  margin-left: 40px;
}
/* icons */
.mob-icon {
  background: url('../img/mob-icon.svg') no-repeat center;  
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 5px;  
}
.compare-icon {
  background: url('../img/compare-icon.png') no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 25px;
  background-size: contain;
  /* border: 1px solid; */
}
.trend-icon {
  background: url('../img/trend-icon.png') no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 10px;
  background-size: contain;
  /* border: 1px solid; */
}
.history-icon {
  background: url('../img/menu-history-icon.svg') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 15px;
  background-size: contain;
  /* border: 1px solid; */
}
.rating-icon {
  background: url('../img/star-icon.png') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 33px;
  background-size: contain;
  /* border: 1px solid; */
}

.filter-icon {
  background: url('../img/filter-icon.png') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 22px;
  background-size: contain;
  /* border: 1px solid; */
}

.download-icon{
  background: url('../img/download-icon.png') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: -19px;
  background-size: contain;
  /* border: 1px solid; */
}

.filter-icon {
  background: url('../img/filter-icon.png') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}
.add-icon {
  background: url('../img/plus-icon-addpricefilter.svg') no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 13px;
  left: 15px;
  background-size: contain;
  /* border: 1px solid; */
}
.search-icon {
  background: url('../img/search-icon.png') no-repeat center;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 16px;
  left: 13px;
  background-size: contain;
  /* border: 1px solid; */
}

.display-size-icon {
  background: url('../img/display-size-icon.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}

.res-icon{
  background: url('../img/res-icon.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}
.ratio-icon{
  background: url('../img/ratio-icon.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}
.protection-icon{
  background: url('../img/protection-icon.png') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}
.curve-value-icon{
  background: url('../img/curve-value-icon.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}

.no-of-camera-icon{
  background: url('../img/no-of-camera-icon.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}
.rear-cam-icon{
  background: url('../img/rear-cam-icon.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}

.front-cam-icon{
  background: url('../img/front-cam-icon.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}

.model-size-icon {
  background: url('../img/compare_icons/BasicMenu/Model.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.speed-size-icon {
  background: url('../img/compare_icons/BasicMenu/Speed.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.architecture-size-icon {
  background: url('../img/compare_icons/BasicMenu/Architecture.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.core-count-size-icon {
  background: url('../img/compare_icons/BasicMenu/CoreCount.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.ram-ddr3-size-icon {
  background: url('../img/compare_icons/BasicMenu/RAMDDR3.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.external-support-size-icon {
  background: url('../img/compare_icons/BasicMenu/ExternalSupport.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.storage-size-icon {
  background: url('../img/compare_icons/BasicMenu/Storage.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.soc-brand-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/SoCBrand.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.soc-model2-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/SoCModel2.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.soc-model-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/SoCModel.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.soc-model3-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/SoCModel3.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.soc-model4-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/SoCModel4.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.size-of-soc-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/SizeOfSoC.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.number-of-cores-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/NumberOfCores.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.system-bandwidth-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/SystemBandwidth.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.core-speed-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/CoreSpeed.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.core-speed2-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/CoreSpeed2.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.core-speed3-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/CoreSpeed3.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.core-speed4-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/CoreSpeed4.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.gpu-size-icon {
  background: url('../img/compare_icons/ChipsetMenu/GPU.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.sd-card-size-icon {
  background: url('../img/compare_icons/MemoryMenu/SDCard.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.sim-card-slots-size-icon {
  background: url('../img/compare_icons/MemoryMenu/SimCardSlots.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.user-memory-size-icon {
  background: url('../img/compare_icons/MemoryMenu/UserMemory.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.type-of-sim-card-size-icon {
  background: url('../img/compare_icons/MemoryMenu/TypeOfSimCard.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.fingerprint-sensor-size-icon {
  background: url('../img/compare_icons/AuthenticationMenu/FingerprintSensor.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.face-unlock-size-icon {
  background: url('../img/compare_icons/AuthenticationMenu/FaceUnlock.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.real-face-emoji-size-icon {
  background: url('../img/compare_icons/AuthenticationMenu/RealFaceEmoji.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.sound-algorithm-size-icon {
  background: url('../img/compare_icons/SoundMenu/SoundAlgorithm.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.aptX-codec-size-icon {
  background: url('../img/compare_icons/SoundMenu/AptXCodec.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.microphones-size-icon {
  background: url('../img/compare_icons/SoundMenu/Microphones.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.type-of-usb-size-icon {
  background: url('../img/compare_icons/SoundMenu/TypeOfUSB.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.headphones-jack-3-5mm-size-icon {
  background: url('../img/compare_icons/SoundMenu/HeadphonesJack.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.speaker-size-icon {
  background: url('../img/compare_icons/SoundMenu/Speaker.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.OTG-Ver-2-0-Port-size-icon {
  background: url('../img/compare_icons/SoundMenu/OTGVer2-0Port.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.radio-FM-size-icon {
  background: url('../img/compare_icons/SoundMenu/RadioFM.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.bluetooth-size-icon {
  background: url('../img/compare_icons/SoundMenu/Bluetooth.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.wifi-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/WiFi.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.gps-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/GPS.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.vibration-function-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/Vibration.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.g-sensor-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/GSensor.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.barometer-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/Barometer.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.compass-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/Compass.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.magnetometer-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/Magnetometer.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.proximity-sensor-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/ProximitySensor.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.light-sensor-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/LightSensor.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.built-in-stylus-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/Stylus.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.antutu-benchmark-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/AntutuBenchmark.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.gyroscope-vr-3d-ready-size-icon {
  background: url('../img/compare_icons/FeaturesMenu/GyroscopeVR3dREADY.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.wifi-calling-size-icon {
  background: url('../img/compare_icons/CallingMenu/WiFiCalling.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.hd-calling-size-icon {
  background: url('../img/compare_icons/CallingMenu/HDCalling.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.voice-control-size-icon {
  background: url('../img/compare_icons/CallingMenu/VoiceControl.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.hearing-aid-compatibility-size-icon {
  background: url('../img/compare_icons/CallingMenu/HearingAidCompatibility.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.nfc-size-icon {
  background: url('../img/compare_icons/CallingMenu/NFC.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.thermal-size-icon {
  background: url('../img/compare_icons/BodyMenu/Thermal.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.thickness-size-icon {
  background: url('../img/compare_icons/BodyMenu/Thickness.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.weight-of-phone-size-icon {
  background: url('../img/compare_icons/BodyMenu/WeightOfPhone.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.body-structure-of-phone-size-icon {
  background: url('../img/compare_icons/BodyMenu/BodyStructureOfPhone.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.dimensions-size-icon {
  background: url('../img/compare_icons/BodyMenu/Dimensions.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.water-repellent-size-icon {
  background: url('../img/compare_icons/BodyMenu/WaterRepellent.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.number-of-bands-size-icon {
  background: url('../img/compare_icons/NetworkMenu/NumberOfBands.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.network-wifi-size-icon {
  background: url('../img/compare_icons/NetworkMenu/Wifi.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.network-bluetooth-size-icon {
  background: url('../img/compare_icons/NetworkMenu/Bluetooth.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.network-nfc-size-icon {
  background: url('../img/compare_icons/NetworkMenu/NFC.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.network-gsm-size-icon {
  background: url('../img/compare_icons/NetworkMenu/GSM.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}

.network-cdma-size-icon {
  background: url('../img/compare_icons/NetworkMenu/CDMA.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -2px;
  left: -20px;
  background-size: contain;
}


/* end icon */

/* right side view list */

/* Filter custom scroll bar */
/* width */
.right-side-view-list.right-side-aitrends-filter::-webkit-scrollbar {
  width: 7px; 
}

/* Track */
.right-side-view-list.right-side-aitrends-filter::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
.right-side-view-list.right-side-aitrends-filter::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
.right-side-view-list.right-side-aitrends-filter::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
/* Filter custom scroll bar end */


.right-side-view-list { display: block;
  overflow-y: auto;
}
.right-side-view-list {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  width: 289px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.20);
  z-index: 99;
}
.right-side-view-list .btn-block {
  padding: 15px;
  box-shadow: 3px 2px 4px #ddd;
  position: relative;
}
.right-side-view-list .btn-block .btn {
  width: 48%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 90px;
  font-family: "Roboto-Bold";
  color: #1F1F1F;
}
.btn-reset {
  background: #bcd2de !important;
  border-radius: 25px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  border: 0;
}
.btn-apply{ 
  background: #85d7ff; 
  border-radius: 25px;color: #000;
  font-weight: 600;
  font-size: 15px;
  border: 0;
}

.btn-reset:hover{ opacity: 0.8; background: #bcd2de;}
.btn-apply:hover{ opacity: 0.8; background:#85d7ff;}

h2.list-main-title {
  font-size: 17px;
  font-weight: 600;  
  margin: 24px 16px;
}
.display-list-block {
  background: #f4f7fa;
  padding: 20px  15px;
  display: block;
}
.display-list-block h2{ margin:0;}
.display-list-block .item-name {
  float: right;
  font-weight: 500;
  font-size: 17px;
}
.display-list-block h2.list-main-title input{
  transform: scale(1.3);
  margin-right: 10px;
}
.right-side-view-list ul.list-items {
  margin: 0;
  list-style: none;
  padding: 10px 0 10px;
  margin-bottom: 10px;
  position: relative;
}

.right-side-view-list .brand-filter-main-content {
  display: block;
  padding: 0px 25px 0; 
  border-bottom: 1px solid #e7e7e7; 
}
.right-side-view-list .brand-filter-main-content h2.brand-main-title.collapsed::after{
  content: '\f078';
  position: absolute;
  left: 0;
  top: 21px;
  font-size: 10px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}
.right-side-view-list .brand-filter-main-content h2.brand-main-title::after {
  content: '\f077';
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 10px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}
.right-side-view-list.right-side-aitrends-filter .brand-filter-main-content h2.brand-main-title::after{
  top: 7px;
}
.right-side-view-list.right-side-aitrends-filter .brand-filter-main-content { 
  border-bottom: 0px;
}
.right-side-view-list .brand-filter-main-content h2.brand-main-title {
  background: #eaf1fb;
  padding: 15px;
  margin: 0px -15px 0px;
  position: relative;
  cursor: pointer;
}
.right-side-view-list .brand-filter-main-content {
  display: block;
  padding: 10px 16px;
  margin-top: 0;
  border-bottom: 1px solid #5A799D33 !important;
}

.price-filter-add-another {
  margin: 0;
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #5A799D33;
}
.right-side-view-list ul.list-items::after {
  content: '';
  position: absolute;
  left: -25px;
  bottom: 0;
  border-bottom: 1px solid #5A799D33;
  width: calc(100% + 50px);
  display: block;
}
/* .price-filter-add-another::after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  border: 1px solid #5A799D33;
  width: calc(100% + 15px);
  display: block;    
} */
.right-side-view-list ul.list-items  li {
  padding: 20px 30px 0;
}
.right-side-view-list ul.list-items  li input[type="checkbox"]{ 
  transform: scale(1.3);
  margin-right: 10px;
}
.right-side-view-list .toggle-switch{ float: right;}

/* toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.right-side-view-list input:checked + .slider {
  background-color: #2196F3 !important;
}

.right-side-view-list input:focus + .slider {
  box-shadow: 0 0 1px #2196F3 !important;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* end */
/* end */

/* end */

/* aiproduct list page css */
.mb-2{ margin-bottom: 2rem !important;}
.search-phone-block .input-group input[type="text"] { 
  height: 42px;
  background: #eaf1fb;
  
}
.search-phone-block .input-group .form-control:last-child{
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  width: 50%;
  border: 0;
}
.search-phone-block .input-group .form-control:last-child:focus,
.search-phone-block .input-group .form-control:last-child:active
{
  border: none;
}
.search-phone-block .input-group-addon{
  border-radius: 25px;
  padding-right: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #eaf1fb;
  border: 0;
}
.search-phone-block .search-icon {
  background: url('../img/search-icon.png') no-repeat center;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 16px;
  left: 17px;
  background-size: contain;
  /* border: 1px solid; */
}

.filter-btn-block .btn-filter {
  position: relative;
  background: #eaf1fb;
  color: #8b9197;
  border: 0;
  border-radius: 25px;
  width: 15%;
  /* margin-left: 38px; */
  padding-left: 35px;
}
.filter-btn-block .btn-filter .filter-icon {
  background: url('../img/filter-icon.png') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 14px;
  background-size: contain;
  /* border: 1px solid; */
}


.product-item-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f3f7fc;
  border-radius: 12px;
  margin: 10px 0px;
  padding: 15px;
}
.list-item-block{
  
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
/* .list-item-block .image-block{ width: 115px;} */
.list-item-block .image-block {
  width: 126px;
  height: 126px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.list-item-block .image-block img{ height: 105px;}
.product-details h2.pd-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 8px;
}
.product-details .pd-price{
  font-weight: 600;
  margin-bottom: 5px;
}
.date-note, .pd-note{
  color: #8b9197;
  margin-bottom: 8px;
}

.btn-add-remv-block ul{
    margin: 0;
    padding: 0;
    list-style: none;   
    min-width: 315px 
}
.btn-add-remv-block ul li{
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.btn-add-remv-block ul li a {
  color: #000;
  text-decoration: none;
  padding-left: 10px;
  font-weight: 600;
}
.btn-add-remv-block ul li .btn-remv {
  /* border: 1px solid; */
  background: #bcd2de;
  padding: 8px 25px;
  border-radius: 25px;
  margin-right: 10px;
}
.btn-add-remv-block ul li .btn-remv .remove-icon{
  background: url('../img/remove-icon.png') no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 14px;
    background-size: contain;
    
}
.btn-add-remv-block ul li .btn-remv .remove-icon .icon-count {
  background: #1b00fb;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  display: block;
  position: absolute;
  top: -14px;
  left: 25px;
  text-align: center;
  line-height: 41px;
  border: 2px solid #fff;
  font-size: 17px;
  font-weight: 500;
}
.btn-add-remv-block ul li .btn-open .open-icon{
  background: url("../img/eye-icon.png") no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 14px;
    background-size: contain;
 
}
.date-note{ position: relative; padding-left: 25px;}
.date-note .cal-icon{
  background: url(../img/calend-icon.png) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
 
}

.btn-add-remv-block ul li .btn-compare {
  /* border: 1px solid; */
  background: #85d7ff;
  padding: 8px 25px;
  border-radius: 25px;
  margin-right: 10px;
}
.btn-add-remv-block ul li .btn-compare .compare-icon {
  background: url(../img/add-icon.png) no-repeat center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 18px;
  background-size: contain;
}
.btn-add-remv-block ul li .btn-open {
  /* border: 1px solid; */
  background: #ffbd98;
  padding: 8px 15px 8px 25px;
  border-radius: 25px;
}
/* end list page */

/* bottom fix compare css */
.bottom-fix-compare-block{
  border: 0px ;
  padding: 10px 20px 4px;
  box-shadow: 0px -7px 10px #eee;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 83%;
  z-index: 9;
  /* height: 175px; */
}
.bottom-fix-compare-block ul {
  margin: 0;
  padding: 0px 0 15px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.bottom-fix-compare-block ul li a.comparenow-btn {
  position: relative;
  background: #a6ece1;
  color: #000;
  padding: 10px 20px 10px 35px;
  border-radius: 25px;  
  font-weight: 600;
}


.bottom-fix-compare-block ul li a.comparenow-btn .btm-compare-icon {
  background: url(../img/compare-icon.png) no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 15px;
  background-size: contain;
}

.bottom-fix-compare-block ul li a.added-btn {
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 25px;
}

.bottom-fix-compare-block ul li a.added-btn span{
  position: absolute;
  left: 0px;
  font-size: 30px;
  top: -14px;
}

.bottom-compare-items{
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 8px;
}
.bottom-compare-items .list-item-block {
  background: #f3f7fc;
  padding: 8px;
  border-radius: 12px;
  min-width: 350px;
}
.bottom-compare-items .vs-text {
  align-items: center;
  padding: 0 15px;
  display: flex;
}

/* end */

/* ai product detail page start */

h1.product-name-title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 5px;
}
h2.sub-product-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
}

.product-spec-imagewrapper {
  background: #F3F7FC;
  padding: 30px 45px;
  border-radius: 10px;
}

.prod-price{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1F1F1F;
}
.prod-rel-date{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #767B81;
}

.prod-rel-date {
  position: relative;
  padding-left: 35px;
}
.prod-rel-date::before {
  content: '';
  background: url(../img/calend-icon.png) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
}


.prod-spec-card{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}


.prod-card {
  border: 1px solid #F3F7FC;
  background: #F3F7FC;
  width: 15%;
  margin: 0 5px;
  border-radius: 3px;
  height: 75px;
  min-width: 140px;
  display: flex;
  align-items: center;
  padding: 12px;
}
.logo-content{
    align-items: center;
    display: flex;
    background: #fff;
    padding: 15px;
}
.prod-card-2x{
  width: 32%;
}
.icon1{
  width: 20px;
  height: 20px;
}
.prod-card .prod-card-right{
  padding: 0 0 0 10px;
}

.prod-card .prod-card-right .spec-label {
  font-size: 11px;
  color: #767B81;
  white-space: nowrap;
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

.prod-card .prod-card-right .spec-detail{
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* cursor: pointer; */
}

.prod-display-wrapper {
  display: flex;
  height: 100%;
  align-items: flex-start;
}
.display-ht {
  height: 16.1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;

}
.display-ht .prod-card-icon{  
  width: 100%;
  align-self: flex-end;
}
.display-ht .prod-card-icon img{
  width:35px;
  height:100%;
}
.display-ht .prod-card-right{
  width: 100%;
  align-self: flex-start;
}

.tabular-wrapper{
    display: flex;
    align-items: flex-start;
    margin:0 15px 0 5px;
    background: #F3F7FC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tabular-wrapper .tbl-column{
  width: 100%;
}

.tabular-wrapper .tbl-column ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabular-wrapper .tbl-column ul li {
  padding: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tabular-wrapper .tbl-column ul li:empty {
  padding: 5px;
  border: 0px solid #fff;
}
.tabular-wrapper .tbl-column ul li:first-child {
  background: #d8e5ec;
  font-size: 13px;
  color: #767B81;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabular-wrapper .tbl-column ul li:first-child img{
  margin-right: 5px;
}
.tabular-wrapper .tbl-column ul li:not(:first-child){
  background: #f4f7fa;
  font-weight: 600;
}
.tabular-wrapper:first-child .tbl-column ul li{ border-top-left-radius: 5px;}
.border-top-left{ border-top-left-radius: 10px;}
.border-top-right{ border-top-right-radius: 10px;}
/* end */

/* aitrends CSSS */
.chip-wrapper ul {
    margin: 0;
    padding: 0 40px 0 0px;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}
.chip-wrapper ul li {
  border: 1px solid #eaf1fb;
  border-radius: 20px;
  padding: 5px 13px;
  margin: 5px;
  cursor: pointer;
  color: #767b81;
  display: flex;
  height: 34px;  
  align-items: center;
  justify-content: center;
}
.chip-wrapper ul li span{
  margin-left:5px;
}

.trends-wrapper {
  border-radius: 10px;
  background: #f6f8fa;  
}
.trends-wrapper .trends-cardsection {
  border-bottom: 2px solid #fff;
  margin-bottom: 5px;
  padding: 15px 15px;
}
h2.trend-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.range-box {
  background: #e8ecef;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 25px;  
  color: #767b81;
  margin-top: 5px;
}
ul.graph-wrapper {
  margin: 10px 0 10px;
  padding: 0;
  list-style-type: none;
}
ul.graph-wrapper li {
  padding: 5px 0;
  color: #767b81;
}

.pop-up-wrapper{
  position: relative;
}
.pop-upcard {
  position: absolute;
  top: 0;
  left: 42px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  width: 200px;
  box-shadow: 0px 0px 14px #ddd;
}
.pop-upcard img{
  width: 100px;
  margin-bottom: 10px;
}
.pop-upcard .popup-prod-price{
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.pop-upcard .btn-details {
  background: #85d7ff;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 25px;
}


/* end */
/* right side price range filter */
.price-filter-wrapper{padding: 15px; margin: 15px 0;}
h2.price-filter-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}
.price-filt-range{
  background: #e8ecef;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 25px;
    color: #767b81;
    margin-top: 5px;
}
.slider-selector-tab{ 
  width: 55%;
    position: relative;
    top: 15px;
    left: 30px;
}
.slider-selector-tab ul li a{ font-weight: 600;}
.date-filt-range {  
  display: flex; 
  justify-content: space-between;
}
.date-fltr-chip{
  background: #e8ecef;
  display: flex;
  padding: 5px 8px;
  border-radius: 25px;
  color: #767b81;
  margin-top: 5px;
  justify-content: space-between;
}
.date-filtr-date-icon{ 
  position: relative; 
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 5px;
}
.date-filtr-date-icon::after{
    content: '';
    background: url(../img/calend-icon.png) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
 
}
/* price range slider  */
[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 20px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: #85c7e8;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -6px;
  z-index: 2;
  height: 15px;
  width: 15px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;  
  background-color: #fff;
  border:1px solid #85c7e8;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  /* opacity: 0;
  position: absolute; */
  opacity: 1;
  /* margin-left: -11px; */
  margin: 10px 0 0;
  top: -39px;
  z-index:3;
  /* background-color: #85c7e8; */
  color: #767b81;
  width: 28px;
  height: 28px;
  /* border-radius: 28px;
  -webkit-border-radius: 28px; */
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

/* [slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #85c7e8;
} */

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}
.sliderleft-indicator{float:left; }
.sliderright-indicator{float: right; }
/* end */
/* end */
/* brand filter block css */
.price-filter-main-section{display: block;}
.brand-filter-main-content{ display: block; padding: 2px 15px 0;}
h2.brand-main-title{
  margin: 0 0 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.brand-filter-main-content .brand-count {
  float: right;
  font-size: 12px;    
  padding: 3px 0 0;
}
.right-side-view-list .brand-filter-main-content ul.list-items  li {
  padding: 20px 15px 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto-Medium';
}
.search-brand-block .input-group-addon {
  border-radius: 25px;
  padding-right: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #eaf1fb;
  border: 0;
}
.search-brand-block .input-group .form-control:last-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px; 
  border: 0;
}

.search-brand-block .search-icon {
  background: url('../img/search-icon.png') no-repeat center;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 19px;
  left: 17px;
  background-size: contain;
  /* border: 1px solid; */
}
.search-brand-block .input-group input[type="text"] {
  height: 50px;
  background: #eaf1fb;
}
/* end */

/* fixes after dev  */
.selector-tabs ul{
  background: none;
}
.selector-tabs ul li {
  padding: 0;
}
/* .selector-tabs ul li:hover{
  border-radius: 20px;
} */

.search-phone-block .input-group input[type="text"] { 
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border: 0;
}

.search-result {
  position: absolute;
  top: 48px;
  left: 45px;
  z-index: 9;
  background: #fff;
  box-shadow: 1px 2px 7px #eee;
  max-height: 300px;
  overflow-y: auto;
}
.search-result { list-style: none;}
.search-result li {padding: 7px;}
.search-result li:hover {background: #eee;}
.search-result li button{
  border: 0;
  background: none;
}
.btn-add-remv-block ul li .btn-remv button, .btn-add-remv-block ul li .btn-open button{
  border: 0;
  background: none;
}
.btn-add-remv-block ul{ background: none;}
.btn-compare button {
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 20px;
}
.sidebar-wrapper ul.nav{
  background: #242849;

}
.sidebar-wrapper ul.nav li:hover{
  background: none;
}
.sidebar-wrapper ul.nav li a{
  color: #fff !important;
}
.compare-input .form-control { 
  border-bottom-right-radius: 20px!important;
  border-top-right-radius: 20px!important;
  border-left: none;
}
.compare-input .input-group-addon:first-child { 
  padding: 15px;
  
}

.display-list-block {
  display: flex;
  justify-content: space-between;
}
.display-list-block h2{
  font-size: 17px;
  font-weight: 600;
}
.filter-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  font-size: 20px;
  font-weight: 600;
}
/* end */

/* common custom scroll bar */
/* width */
.bottom-compare-items::-webkit-scrollbar {
  height: 10px; 
}

/* Track */
.bottom-compare-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/* Handle */
.bottom-compare-items::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover */
.bottom-compare-items::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
/* end */

/* pagination style */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #85d7ff;
  border-color: #85d7ff;
}
/* end */

/* Compare popup css styling */
#show_image_popup{  
  display: none; /*  to hide first time   */
}

#show_image_popup img{
  max-width: 100%;
  height: auto;
}

.popup-block{
   position: absolute; /*  so that not take place   */
  top: 50%;
  left: 50%;
  z-index: 1000; /*  adobe all elements   */
  transform: translate(-50%, -50%); /*  make center   */
}

.popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  align-items: center;
  height: 100vh;
  z-index: 9;
}

.popup-overlay-ai {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 0.5;
  align-items: center;
  height: 100vh;
  z-index: 9;
}
.popup-block .close-btn-area {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.popup-block .close-btn-area button {
  border: 0;
  background: none;
  font-size: 20px;
  font-weight: 600;
}
/* end */

/* listing page image dimensions  */

.bottom-compare-items .list-item-block .image-block {
  width: 55px;
  height: 109px;
  margin-right: 15px;
}
.bottom-compare-items .list-item-block .image-block img {
  height: 100%;
}

/* end */

.product-item-block .btn-add-remv-block ul li .btn-remv {
  /* border: 1px solid; */
  background: #bcd2de;
  padding: 8px 25px;
  border-radius: 25px;
  margin-right: 10px;
}



/* fixes 23-8-2023 */
.selector-tabs .nav-pills>li.active>a, .selector-tabs .nav-pills>li.active>a:focus, .selector-tabs .nav-pills>li.active>a:hover {
  padding: 7px 0px !important;
  margin-left: 5px !important;
}

.p-0{ padding: 0;}
.selector-tabs ul li a {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  padding: 0;
  height: 35px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 4px 0px 4px 0px;
  font-family:'Roboto-Medium';
}
.ai-pulse-pdlist-maincontainer .mob-icon, 
.ai-pulse-pdlist-maincontainer .compare-icon,
.ai-pulse-pdlist-maincontainer .trend-icon,
.ai-pulse-pdlist-maincontainer .history-icon,
.ai-pulse-pdlist-maincontainer .rating-icon
{
  position: static;
  margin-right: 3px;
}
.ai-pulse-pdlist-maincontainer  .selector-tabs2 { 
  width: 100%; 
}
.ai-pulse-pdlist-maincontainer .filter-icon { 
  position: static;
  margin-right: 2px;
}
.ai-pulse-pdlist-maincontainer .download-icon {
  position: static;
  margin-right: 5px;
}

.ai-pulse-pdlist-maincontainer.selector-tabs2 ul li a {  
  padding: 21px 7px !important;
  margin: 0 !important;
  justify-content: center;
}
.ai-pulse-pdlist-maincontainer .add-icon{
  position: static;
}

/* aipulse page */
.ai-pulse-maincontainer .mob-icon, 
.ai-pulse-maincontainer .compare-icon,
.ai-pulse-maincontainer .trend-icon,
.ai-pulse-maincontainer .history-icon,
.ai-pulse-maincontainer .rating-icon
{
  position: static;
  margin-right: 3px;
}
.ai-pulse-maincontainer  .selector-tabs2 { 
  width: 100%; 
}
.ai-pulse-maincontainer .filter-icon { 
  position: static;
  margin-right: 2px;
}
.ai-pulse-maincontainer .download-icon {
  position: static;
  margin-right: 5px;
}

.ai-pulse-maincontainer.selector-tabs2 ul li a {  
  padding: 21px 7px !important;
  margin: 0 !important;
  justify-content: center;
}
.ai-pulse-maincontainer .add-icon{
  position: static;
}
/* aitrends page */
.ai-trends-maincontainer .mob-icon, 
.ai-trends-maincontainer .compare-icon,
.ai-trends-maincontainer .trend-icon,
.ai-trends-maincontainer .history-icon,
.ai-trends-maincontainer .rating-icon
{
  position: static;
  margin-right: 3px;
}
.ai-trends-maincontainer  .selector-tabs2 { 
  width: 100%; 
}
.ai-trends-maincontainer .filter-icon { 
  position: static;
  margin-right: 2px;
}

.ai-trends-maincontainer .add-icon{
  position: static;
}
.ai-trends-maincontainer .download-icon {
  position: static;
  margin-right: 5px;
}

.ai-trends-maincontainer .selector-tabs2 ul li a {
  
  padding: 21px 7px !important;
  margin: 0 !important;
  justify-content: center;
}
.w-100{ width: 100% !important;}

/* compare bottom block */
.bottom-fix-compare-block {  
  width: calc(100% - 210px) !important; 
}
.bottom-fix-compare-block .bottom-compare-items .list-item-block .image-block img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.bottom-fix-compare-block .bottom-compare-items .list-item-block .image-block {
  height: 66px;
  margin-right: 0px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-fix-compare-block  .product-details{
  width: calc(100% - 55px);
  height: 100%;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-details h2.pd-title {
  white-space: nowrap;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.bottom-compare-items .product-details h2.pd-title {
  white-space: nowrap;
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;   
}
.ssuggesstion-box ul li {  
  cursor: pointer;
  padding: 5px;
}
.ssuggesstion-box ul li:hover { background: #eee; }

/* compare page input close */
.ai-pulse-maincontainer .compare-input .form-control {
  border-bottom-right-radius: 0px!important; 
  border-top-right-radius: 0px!important;
  border-left: none;
  border-right: none;
}
.ai-pulse-maincontainer .input-group-addon:not(:first-child):not(:last-child) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #eee;
}
.inputcross-icon {
  cursor: pointer;
  
}

/* compare screen fix first row */
/* .ai-pulse-maincontainer{ position: relative;}
.ai-pulse-maincontainer .header-block{ position: fixed; left:0; right:0; background: #fff;} */
/* .ai-pulse-maincontainer .header-block {
  position: fixed;
  background: red;
  z-index: 9;
  left: auto;
  display: flex;
  top: -151px;
  width: 3788px;
  overflow-x: scroll;
} */
.width290by5{ width:1453px; }
.width290by6{ width: 1743px;}
.width290by7{ width:2033px; }
.width290by8{ width:2323px; }
.width290by9{ width: 2613px;}
.width290by10{ width:2903px; }

/* accordion */
.brand-filter-main-content h2.brand-main-title {
  background: #eaf1fb;
  padding: 15px;
  margin: 0px -15px 0px;
  position: relative;
  cursor: pointer;
}
.brand-filter-main-content h2.brand-main-title::after {
  content: '\002B';
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 25px;
}
/* end */

/* accordion */
.brand-filter-main-content h2.brand-main-title {
  background: #eaf1fb;
  padding: 15px;
  margin: 0px -15px 15px;
  position: relative;
  cursor: pointer;
}
/* .brand-filter-main-content h2.brand-main-title::after {
  content: '\002B';
  position: absolute;
  right: 15px;
  top: 13px;
  font-size: 25px;
} */
.brand-filter-main-content h2.brand-main-title.collapsed::after,.date-hide-show-filter h2.brand-main-title.collapsed::after {
  content: '\f078';
  position: absolute;
  left:0;
  top: 9px;  
  font-size: 12px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}
.brand-filter-main-content h2.brand-main-title::after,.date-hide-show-filter h2.brand-main-title::after {
  content: '\f077';
  position: absolute;
  left: 0;
  top:9px;
  font-size: 12px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}

.brand-filter-main-content h2.brand-main-title, .brand-filter-main-content h2.brand-main-title:hover {
  background: #fff !important;
}
/* end */

.btn-add-remv-block ul li .btn-compare .remove-icon {
    background: url(../img/remove-icon.png) no-repeat center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 14px;
    background-size: contain;
}

.ai-pulse-pdlist-maincontainer .btm-compare-icon {
    background: url('../img/compare-icon.png') no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 16px;
    background-size: contain;
}

.remove-model-from-list {
  position: absolute;
  top: -8px;
  right: 2px;
  font-size: 25px;
  color: #767B81;
  font-weight: 300;
  line-height: 1;
}
.remove-model-from-list:hover{
     color:#000;
}

.product-details {
     position: relative;
}
.ai-pulse-pdlist-maincontainer .selector-tabs3 {
    background: #ffbd98;
    min-width: 150px;
    width: 92%;
    max-width: 158px;
    float: right;
    margin-right: 10%;
}

/* add price slot page */
.ai-toggle-switch-block {
  display: flex;
  align-items: center;
  height: 229px;
  position: relative;
  word-break: break-word;
}
.ai-toggle-switch-container .ai-toggle-switch-block:first-child::after{
  display: none;
}
.ai-toggle-switch-block::after{
content: '';
position: absolute;
left: 0;
top: 0;
height: 2px;
width: 90%;
background: #EAF1FB;
}
.ai-toggle-switch-container .ai-toggle-switch-block:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 90%;
  background: #EAF1FB;
  }
/* .trends-add-card-wrapper {
  border-radius: 10px;  
  border: 2px solid #f6f8fa;
  display: block;
} */
.trends-add-card-wrapper {
  /* border-radius: 10px;
  border: 2px solid #f6f8fa;
  display: block; */
  border:0;
}
/* .trends-add-card-wrapper .trends-add-cardsection {
  border-bottom: 2px solid #fff;  
  padding: 15px 15px;
} */
.trends-add-card-wrapper .trends-add-cardsection {
  /* border-bottom: 2px solid #fff; */
  padding: 15px 15px;
  border-radius: 16px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #BCD2DE;
}
/* .trends-add-card-wrapper .trends-add-cardsection .add-card-block{
  text-align: center;
  color: #767B81;
  font-weight: 600;
  cursor: pointer;
} */
.trends-add-card-wrapper .trends-add-cardsection .add-card-block {
  text-align: center;
  color: #767B81;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}

.ai-toggle-switch-block .switch{
  height: 20px;
  width: 37px;
}
.ai-toggle-switch-block input:checked + .slider + .eye-icon:before {
  content: "\f06e";
}
.ai-toggle-switch-block input:checked + .slider {
  background-color: #85D7FF !important;
}
.ai-toggle-switch-block .eye-icon {
  position: absolute;
  right: -25px;
  top: 3px;
  color: #767B81;
  font-size: 16px;
  cursor: pointer;
}
.ai-toggle-switch-block .slider:before {  
  height: 17px;
  width: 17px;  
  bottom: 2px; 
}
.ai-toggle-switch-block .label-toggle {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Roboto-Regular';
  color: #1F1F1F;
}
.ai-filter-switch, .ai-price-range-slider {  
  /* height: 80px;   */
  height: 90px;
  display: flex;
  justify-content: center;
  background: #fff;
}
.ai-filter-switch a {
  width: 45px;
  height: 30px;
  background: #EAF1FB;
  position: relative;
  border-radius: 20px;
  display: none;
}
.ai-filter-switch a .filter-icon {
  position: absolute;
  margin-right: 0;
  left: 15px;
  top: 8px;
}
.trends-main-box {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  border-left: 2px solid #EAF1FB;
  overflow: visible;
  padding-top: 10px;
}

/* .trends-box {
  /* border: 1px solid green; */
  /* width: 32%; */
  /* display: inline-grid; 
  min-width: 375px;
} */
.trends-box {
  /* border: 1px solid green; */
  min-width: 390px;
}
.trends-main-box .trends-wrapper {  
  background: #fff; 
  /* background: red; */
}
.trends-main-box .trends-wrapper .trends-cardsection {  
  height: 221px;
  border-radius: 6px;
  background: #F6F8FA;
  width: 100%;
  cursor: pointer;
}
.trends-main-box .ai-trends-canvas {
  width: 100% !important;
  height: 72% !important;
}

.chip-wrapper{
  position: relative;
}
.chip-wrapper .side-drop-btn{
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

.chip-wrapper .side-drop-btn .btn-secondary{
  border-radius: 50%;
  border-width: 1px;
  width: 40px;
  height: 40px;
}
.chip-wrapper .side-drop-btn .dropdown-menu{
  right: 0;
  left: auto;
  transition: none;
}
.chev-icon {
  background: url('../img/down-chev-icon.svg') no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15px;
  left: 14px;
  background-size: contain;
}
.chip-wrapper .side-drop-btn .dropdown-menu {  
  overflow: hidden;
  border-radius: 8px;
}
.side-drop-btn .dropdown-menu .chip-wrapper{
  width: 330px;  
}
.side-drop-btn .dropdown-menu .chip-wrapper ul {
  flex-wrap: wrap;  
  padding: 10px;
  max-height: 200px;
  overflow-y: auto;
}
/* drop down chip custom scroll bar */
/* width */
.side-drop-btn .dropdown-menu .chip-wrapper ul::-webkit-scrollbar {
  width: 5px; 
}

/* Track */
.side-drop-btn .dropdown-menu .chip-wrapper ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
.side-drop-btn .dropdown-menu .chip-wrapper ul::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
.side-drop-btn .dropdown-menu .chip-wrapper ul::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
/* drop down chip custom scroll bar end */
.side-drop-btn .dropdown-menu .chip-wrapper ul li{
  min-width: auto;
}
/* style="width:100%;max-width:600px" */
/* end */


/* css for Benchmark input screen */
.device-review-wraper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.device-img-wraper {
  width: 280px;
  background: #F3F7FC;
  padding: 17px 40px;
  border-radius: 8px;
  height: 280px;
}

.device-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 8px;

}

.device-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  color: #1F1F1F;
  margin-bottom: 8px;

}

.device-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  color: #767B81;
  margin-bottom: 8px;
}

.device-feature-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #1F1F1F;
  margin-top: 32px;
  margin-bottom: 8px;
}

/* start search page css */
.start-search-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 48px auto;
}

.search-img {
  width: 374px;
  height: 374px;
}

.start-search-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0px;
  text-align: center;
  background-color: #FFBD98;
  border: 1px solid #FFBD98;
  padding: 16px 24px;
  border-radius: 25px;
  color: #1F1F1F;
  font-family: "Roboto-Medium";
  position: relative;
  top: -55px;
}
/* launch date popup */
.price-date-modal.modal-dialog {
  width: 480px;
  margin: 50px auto 30px;
}

#launch-date-popup.cust-info-edit-popup .modal-content {
  border-radius: 10px;
  padding: 24px 24px 15px;
}

.launch-date-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.launch-date-title i.fa{
  font-size: 16px;
  font-weight: 300;
}
.launch-date-title i.fa-arrow-left{
  color: #767B81;
}
.justify-end {
  justify-content: flex-end;
}
#the-list-price .date-slider-sec {
  padding: 10px 16px;
  margin: 10px auto;
 
  border-radius: 0;
  border-bottom: 0;
}
.date-slider-sec {
  padding: 10px 16px;
  margin: 10px auto; 
  border-radius: 0;
  border-bottom: 1px solid #5A799D33;
}
.date-slider-header {
  display: block;  
  margin-bottom: 0px;  
}


.date-slider-header-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #1F1F1F;
  display: block;
  margin-bottom: 3px;
  font-family: "Roboto-Medium";
}

.date-range {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  color: #767B81;
  background-color: #E8ECEF;
  padding: 4px 8px;
  border-radius: 90px;
  min-width: 50px;
  display: inline-block;
  font-family: "Roboto-Regular";
  text-transform: uppercase;
}
.add-slider-btn-wraper {
  padding: 16px;
  margin: 10px auto;
  border-radius: 16px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #BCD2DE;
}

.add-slider-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  color: #767B81;
}
.price-date-modal .modal-content{
  padding: 24px;
}
.cust-info-edit-popup .price-date-modal .modal-content {  
  border-radius: 16px;
}

.brand-search-bar {
  background: #F6F8FA;
  padding: 13px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.brand-search-bar i.fa-search{
  font-size: 16px;
  color: #767B81;
}
.brand-search-input{
  color: #767B81;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left;
  background: transparent;
  border: none;
  width: 100%;

}
.list-type-title{
font-size: 11px;
font-weight: 400;
line-height: 13px;
letter-spacing: 0px;
text-align: left;
color: #767B81;
padding: 8px;

}
.search-list-wraper h4.list-type-title{
  margin-top: 0;
}
.search-list-item{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.brand-checks-wraper {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto-Medium';
}
.search-list-wraper{
  height: 300px;
  overflow-y: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.brand-checks{
  position: relative;
}
input.brand-checks:checked:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.brand-checks:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #767B81;
  padding: 0px;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
  cursor: pointer;
  width: 19px;
  height: 19px;
  top: -5px;
  left: -3px;
  border-radius: 2px;
}
input.brand-checks:checked:before {
  background-color: #85D7FF;
  border: none;
}
.brnad-count{
font-size: 11px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0px;
text-align: left;
color: #767B81;
}
.skip-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #767B81;
  border: none;
  background: transparent;
  padding: 16px;
}
.space-between{
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.cust-info-edit-popup .btn-bg-danger {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  background-color: #FFBD98;
  border: 1px solid #FFBD98;
  padding: 16px 24px;
  border-radius: 90px;
  font-family: "Roboto-Medium";
  color: #1F1F1F;
}
/* start range slider css */
.price-range-slider {
  width: 100%;
  padding: 0px;
}
.price-range-slider .range-value {
  margin: 0;
}
.cust-info-edit-popup .price-range-slider .range-value {  
  color: #767B81;
  font-weight: 400;
  font-size: 11px;
  font-family: 'Roboto-Regular';
  bottom: -35px;
}
.cust-info-edit-popup .price-range-slider .range-value input {
  bottom: -3px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #767B81;
  font-family: 'Roboto-Regular';
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #767b81;
  font-size: 12px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0;
  position: relative;
  bottom: -30px;
}
.price-range-slider .range-bar {
  border: none;
  background: #e8ecef;
  height: 3px;
  width: 96%;
  margin-left: 0;
  position:relative;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #85c7e8;
  height: 3px;
  position: absolute;

}
/* .price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #85c7e8;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
  position: absolute;
  background: #fff !important;
  margin: 0;
} */
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #85c7e8;
  height: 14px;
  width: 14px;
  top: -0.4em;
  cursor: pointer;
  position: absolute;
  background: #fff !important;
  margin: 0;
}
.range-close-icon-custom {
  float: right;
  width: 10%;
  font-size: 17px;
  /* position: relative;
  top: -10px; */
}
/* end range slider css */


/* / // popup custom scroll bar // / */
/* / // width // / */
.search-list-wraper::-webkit-scrollbar {
  width: 5px; 
}

/* / // Track // / */
.search-list-wraper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/* / // Handle // / */
.search-list-wraper::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* / // Handle on hover // / */
.search-list-wraper::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
/* / // end // / */


.trends-cardsection.price-slot-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.trends-cardsection.ram-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection.memory-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection.size-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection.battery-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection.technology-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection.cores-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection.speed-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection.gpu-slider-hide{
  height: 85px !important; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.trends-cardsection canvas{
width: 95%;  
display: block;  
height: 70%;
}

.date-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E8ECEF;
  border-radius: 90px;
  padding: 5px 15px;
  margin: 5px;
  min-width: 164px;
  cursor: pointer;
  color: #767B81;
  background-color: #E8ECEF;
  width: 178px;
  height: 34px;
}
.calendar-icon{
  position: relative;
  padding-right: 15px;
}
.calendar-icon::after {
  content: '';
  background: url('../img/calendar-icon.svg') no-repeat center;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0px;
  right: -2px;
  background-size: contain;
}
.pdr-0{ padding-right: 0 !important;}
.pdl-0{padding-left: 0 !important;}

.selector-tabs2.selector-tabs4 ul li:not(:last-child) {
  border-right: 2px solid #fff;
}

.sort-icon {
  background: url('../img/sort-icon.svg') no-repeat center;
  width: 15px;
  height: 15px; 
  background-size: contain;  
}


.brand-filter-main-content  .brand-filter-header-block { 
  display: flex;
  justify-content: space-between;
  align-items: center;  
}
.brand-filter-main-content  .brand-filter-header-block .ai-toggle-switch-block {
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
}
.brand-filter-main-content .brand-filter-header-block .ai-toggle-switch-block::after {
  display: none;
}
.brand-filter-main-content  .brand-filter-header-block h2.brand-main-title{   
  margin: 0;
  width: 100%;
  font-size: 16px;
  padding: 5px 15px;  
  font-family: 'Roboto-Medium';
  font-weight: 500;
}

.ai-productdetail-maincontainer .add-icon{
  position: static; 
  }

.trends-main-box::-webkit-scrollbar {
  height: 10px; 
}
.trends-main-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}

.trends-main-box::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}
.trends-main-boxr::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}

/* chartbox vertical scrollbar */
.graph-chart-container {
  height: calc(100vh - 245px);
  overflow: auto;
}
.graph-chart-container::-webkit-scrollbar {
  width: 10px; 
  height: 10px;
}
.graph-chart-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}

.graph-chart-container::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}
.graph-chart-container::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
/* end */

/* range label styling */
.range-slot-label-container, .range-label-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.range-slot-label-container .range-slot-title{ font-weight: 600;}
.range-slot-label-container .range-label-box {
  font-size: 12px;
  background: #e8ecef;
  min-width: 70px;
  border-radius: 20px;
  padding: 3px 8px;  
}
.range-label-box .range-separator {
  min-width: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* temp hack */
.launch-date-title h2.brand-main-title, .date-slider-header h2.brand-main-title{
  font-family: 'Roboto-Medium';
  font-weight: 500;
  position: relative;
  padding: 5px 15px;
}

.launch-date-title h2.brand-main-title::after, .date-slider-header h2.brand-main-title::after {
  content: '\f077';
  position: absolute;
  left:0;
  top: 7px;  
  font-size: 10px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}
.launch-date-title h2.brand-main-title.collapsed::after, .date-slider-header h2.brand-main-title.collapsed::after {
  content: '\f078';
  position: absolute;
  left: 0;
  top:7px;
  font-size: 10px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}

.price-filter-add-another .price-range-slider{
  position: relative;
  height: 90px;
  margin-top: 15px;
}
.price-filter-add-another #the-list-price .price-range-slider{
  position: relative;
height: auto;
margin-top: 5px;
}
.price-filter-add-another #the-list-price{
  position: relative;

}

/* .price-filter-add-another #the-list-price.collapse::after
 {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -30px;
    border: 1px solid #5A799D33;
    width: calc(100% + 15px);
    display: block;
} */

/* .price-filter-add-another .price-range-slider.collapse::after
 {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 0px;
    border: 1px solid #5A799D33;
    width: calc(100% + 30px);
    display: block;
} */

/* temp end */
/* end */

.total_value_current{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 10px 15px;  
}
.total_value_current .label-total-value{ 
  display: flex;
  height: 33px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.total_value_current span.total_span{
  border: 1px solid #ccc;
  background: #f5f5f5;  
  width: 80px;
  border-radius: 3px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor-pointer, .fa-trash{ cursor: pointer;}

/* select2 style start */
.select2-container--default .select2-selection--single{
  height: 33px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  top: 60% !important;
}
/* select2 style end */
/* fota list style start */
.fota-dep-list-table, .fota-build-number-column p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fota-dep-name-column{  
  max-width: 140px;
}
.fota-group-name-column{ 
  max-width: 140px;
}
.fota-model-name-column{ 
  max-width: 240px;
}
.fota-build-number-column p{
  max-width: 110px;
}

.fota-numof-device-column{
  max-width: 90px;
  text-align: center; 
  width: 90px;
}
.fota-type-column{
  max-width: 85px;
  width: 85px;
}
.fota-os-type-column{
  max-width: 80px;
  width: 80px;
}
.fota-schedule-column{
  max-width: 172px;
  width: 172px;
}
.fota-dep-date-column{
  max-width: 172px;
  width: 172px;
}
/* .fota-status-column{
  max-width: 240px;
}
.fota-action-column{
  max-width: 240px;
} */
/* end */
/* group listing start */
.fota-creategroup-list-table, .fota-creategroup-builtno-column p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fota-creategroup-name-column{
  max-width: 100px;
}
.fota-creategroup-name-column{
  max-width: 100px;
}
.fota-creategroup-modelname-column{
  max-width: 320px;
}
.fota-creategroup-builtno-column p{
  max-width: 120px;
}
.fota-creategroup-osname-column{
  max-width: 125px;

} 
/* end */
/* release listing start */
.fota-createrelease-list-table{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fota-createrelease-releasename-column{
  max-width: 300px;
}
/* end */

/* device listing */
.fota-device-list-table{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fota-devicelist-imei-column{
  max-width: 150px;
}
.fota-devicelist-ostype-column{
  max-width: 82px;
}
.fota-devicelist-modelname-column{
  max-width: 277px;
}
.fota-devicelist-buildno-column{
  max-width: 420px; 
}
/* end */

input#search_filter:not(.remove-margin){
  padding-right: 25px;
}

@media screen and (max-width: 1920px){

.ai-pulse-maincontainer .row .col-sm-9{
  padding-right: 0;
  padding-left: 0;  
}
.prod-card {
  width: 15%;  
  min-width: 120px; 
  padding: 5px;
}
.prod-card-icon{
min-width: 20px;
}

.prod-card .prod-card-right .spec-label {
    font-size: 12px;  
}

}


@media(max-width:1600px){
  .selector-tabs ul li a {     
    font-size: 14px;   
}
.ai-pulse-maincontainer .row .col-sm-9{
  padding-right: 15px;
  padding-left: 15px;  
}
}

@media(max-width: 1366px){

.trend-icon {   
    left: 0px;  
}
.history-icon {    
    left: 8px;  
    
}
.rating-icon {    
    left: 28px;   
}

}

/* start customer services view details page css */
.cust-info-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
  margin-top: 24px;
  margin-bottom: 16px;

}

.cust-info-title i.fa-pencil {
  color: #85C7E8;
  padding-left: 8px;
  font-size: 17px;
  cursor: pointer;
}

.cust-info-items-wraper {
  margin-bottom: 16px;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}

.cust-info-item {
  padding: 16px 12px;
  border-radius: 5px;
  background-color: #F4F7FA;
  flex: auto;
  min-width: 159px;
}

.cust-info-item-title {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #767B81;
}

.cust-info-item-value {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #1F1F1F;
}

.item-problem-list {
  background: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.item-problem-list:focus-visible,
.item-problem-list:focus {
  margin: 0px;
  padding: 0px;
  border: 0px !important;
}

.cust-item-date {
  border: none;
  background: transparent;
}

.cust-info-item-fullwidth {
  flex: 0 0 100%;
}

.cust-product-list-wraper {
  display: flex;
  margin: 12px 0px;
  align-items: center;
}

.cust-product-list-item {
  display: flex;
}

.cust-product-img {
  width: 125px;
  height: auto;
}

.cust-product-desc {
  display: flex;
  flex-flow: column;
  padding: 10px 15px 10px 5px;
}

.cust-product-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
  color: #1F1F1F;
  margin: 0px;

}

.cust-product-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #1F1F1F;
  margin: 0px;
}

/* end services view details page */

/*full width service bottom popup*/
.service-request-listing ul.pagination{
width: 100%;
}
/* end full width service bottom popup*/


/* date range label fixes start */
.date-range input{border: 0;background: #E8ECEF;width: 75px;}
.date-slider-sec.price-filter-add-another .price-range-slider .date-range{position: relative}
.date-slider-sec.price-filter-add-another .price-range-slider .date-range::after {
  content: '';
  background: url('../img/calendar-icon.svg') no-repeat center;
  position: absolute;
  right: -141px;
  top: 0px;
  display: block;
  width: 20px;
  height: 20px;
}
.date-range input#dateRangestart1,.date-range input#dateRangeend1{
  width: 35px;
} 
.cust-info-edit-popup .date-slider-header {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
}
.cust-info-edit-popup .date-slider-sec {
  padding: 20px 16px 40px;
  margin: 10px auto;
  background-color: #F6F8FA;
  border-radius: 16px;
}
.justify-end {
  /* justify-content: flex-end; line 2136 refrence */
  display: flex;
}
.cust-info-edit-popup .launch-date-title {
  justify-content: center;
  position: relative;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'Roboto-Medium';
  color: #000;
}
.cust-info-edit-popup .modal-body {
  position: relative;
  padding: 0;
}
/* .cust-info-edit-popup .launch-date-title span:last-child{
  position: absolute;
  right: 0;
  top: 0;
} */


.cust-info-edit-popup .view-detail-cross-icon {
  background: url('../img/filter-editpopup-cross-icon.svg') no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 0;
  left: auto;
  background-size: contain;
  /* border: 1px solid; */
  cursor: pointer;
}
.cust-info-edit-popup #launch-date-title-div .view-detail-cross-icon {
  background: url('../img/filter-editpopup-cross-icon.svg') no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px !important;
  right: 0;  
  background-size: contain;
  /* border: 1px solid; */
  cursor: pointer;
}
.cust-info-edit-popup .back-arrow-custom-popup {
  background: url('../img/back-arrow-custom-popup.svg') no-repeat center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;  
  background-size: contain;  
  cursor: pointer;
}
/* date range label fixes end */

/* rightside filter add another button */
.right-side-view-list.right-side-aitrends-filter .slider-selector-tab {
  width: 40%;  
  left: 15px;
  position: static;
  margin-left: 16px;
  margin-top: 15px;
  display: inline-block;
}
.right-side-view-list.right-side-aitrends-filter .slider-selector-tab .add-icon {  
  top: 10px;
  left: 4px;  
}
.right-side-view-list.right-side-aitrends-filter .selector-tabs ul li {
  padding-left: 15px;
}
.mt-3{
  margin-top: 3rem !important;
}
/* rightside filter add another button end */


/* price filter close icon */
.price-filter-add-another #the-list-price .date-slider-sec {
  position: relative;
}
#the-list-price .right-filter-cross-icon{
	position: relative;
  cursor: pointer;
}
#the-list-price .right-filter-cross-icon::after{
	content: '';
	background: url('../img/right-filter-cross-icon.svg') no-repeat center;
	position: absolute;
	right: 0px;
	top: 2px;
	display: block;
	width: 20px;
	height: 20px;
}

/* price filter close icon end */

/* filter button changes */
.ai-trends-maincontainer button.filter_button {
  position: relative;
  background: none;
  border: 0;
  font-family: "Roboto-Medium";
}


.ai-trends-maincontainer button.filter_button .filter-icon {
  position: absolute;
    top: 3px;
    left: -12px;
}
/* end */

.range-value{
  display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: -32px;
    font-size: 12px;
}


.add-another-slot-button {
  color: #000;
  font-size: 14px;
  display: inline-flex;
  padding: 0;
  height: 35px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 4px 0px 4px 0px;
}
/* Feature Trends Tooltip */
#chartjs-tooltip table{
  width: 100%;
}
#chartjs-tooltip {
  opacity: 99999999;
  position: absolute;
  color: #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 5%);
  padding: 16px 16px 0px !important;
  background: #fff;
  border-radius: 8px;
  width: 152px;
  min-height: 205px;
  box-shadow: 0px 20px 90px 0 rgba(0, 0, 0, 0.15);
  

}

.chartjs-tooltip-key {
  display: inline;
  width: 10px;
  height: 10px;
  background: "pink";
  margin-right: 10px;
}
.tooltip-title {
  font-size: 14px;
  font-weight: 400 !important;
  padding: 5px 0;
  color: #57577D;
  font-family: 'Roboto-Regular';
  line-height: 1.3;
  max-height: 43px;
  text-overflow: ellipsis;
   display: -webkit-box;
  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .tooltip-title {
  font-size: 14px;
  font-weight: 400 !important;
  padding: 5px 0;
  color: #57577D;
  font-family: 'Roboto-Regular';
  line-height: 1.5; */
  /* white-space: nowrap; 
  width: 50px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  border: 1px solid #000000; 
} */

.btn-tooltip {
  background: #85d7ff;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 25px;

}

.price-tooltip {
  color: #1F1F1F;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Roboto-Medium';
}

.tooltip-value {
  color: #63b963;
  font-size: 22px;
  font-weight: 600 !important;
  font-family: "Raleway";
}

/* top bar of view details page */
@media(max-width: 1280px){

.selector-tabs .nav-pills > li.active > a, .selector-tabs .nav-pills > li.active > a:focus, .selector-tabs .nav-pills > li.active > a:hover {
	padding: 7px 5px !important;	
}

}



/* hide show */
/* .graph-radio-box {
height: 200px;
display: flex;
align-items: center;
justify-content: center;
} */
.graph-radio-box {
  height: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  /* border: 2px solid; */
  /* gap: 10px; */
}
.show-for-radio-trends{
  display: flex!important;
}

/* model specs fixes */
.product-details-card h1.product-name-title{
  font-size: 24px;
  font-family: 'Roboto-Regular';
  }
  
  .product-details-card .prod-price {
      font-size: 14px;  
      font-family: 'Roboto-Regular';  
  }
  
  .product-details-card .prod-rel-date {
      font-size: 14px; 
  padding-left: 30px; 
  font-family: 'Roboto-Regular';
    
  }
  
  .product-list-view h2.sub-product-title {
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 5px;
      font-family: 'Roboto-Regular';
  }
  
  h2.sub-product-title {
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 0px;
      position: relative;
      padding-left: 43px;
      display: flex;
      height: 59px;
      align-items: center;
      font-family: 'Roboto-Regular';
  }
  h2.sub-product-title::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 36px;
      height: 36px;
      border-radius: 8px;
  }
  
  h2.specs-memory-icon.sub-product-title::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 36px;
      height: 36px;
      border-radius: 8px;
      background: #85D7FF url('../img/specs-memory-icon.svg') no-repeat center;
     
  }

  h2.specs-display-icon.sub-product-title::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #85D7FF url('../img/specs-display-icon.svg') no-repeat center;
   
}

h2.specs-comm-icon.sub-product-title::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #85D7FF url('../img/specs-comm-icon.svg') no-repeat center;
 
}


/* aitrends toggle button card start */
/* .graph-radio-box{
  margin-top: 10px;
} */
/* .graph-radio-box{
   margin-top: 0px; 
} */
.graph-radio-box.show{
  display: flex !important; 
  margin-top: 10px;
}
.graph-radio-box h2.trend-title {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #767B81;
  font-family: 'Roboto-Regular';
}
.trends-cardsection canvas {
  padding: 24px 20px;
}
.trends-main-box .trends-wrapper .trends-cardsection {
    padding: 0;
    border-bottom: 0px solid #fff;
    border-radius: 16px;
    margin-top: 0px;
}

/* aitrends toggle button card end */

.product-list-view .tooltip .tooltip-inner{
  background: #85d7ff !important;
  box-shadow: 0px 0px 14px #ddd;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  color: #000;
}

.product-list-view .tooltip .tooltip-arrow{   
  border-bottom-color: #85d7ff !important;
}

/* aipulse page dropdown */

ul.countryList {
  width: 200px;
  max-height: 230px;
  border: 1px solid black;
  overflow-y: auto;
}
.ssuggesstion-box {
   position: absolute;
    top: 44px;
    left: 31px;
    background: white;
    z-index: 9;
    overflow-x: hidden;
    width: 100%;
    border: 0;
}

.ssuggesstion-box ul{ margin:0; padding: 0; list-style-type: none}

/* width */
.countryList::-webkit-scrollbar  {
  width: 5px;
}

/* Track */
.countryList::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.countryList::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.countryList::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* width */
.right-side-view-list::-webkit-scrollbar  {
  width: 1px;
}

/* Track */
.right-side-view-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.right-side-view-list::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.right-side-view-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.chip-wrapper .side-drop-btn {
  position: absolute;
  top: 0;
  right: -30px;
  background: #fff;
}


/* css figma design fixes */
.w-136{
  width: 136px !important;
}

.ai-trends-maincontainer .w-136 .add-icon {
  position: relative;
  top: 0;
  left: -5px;
}
.trends-main-box .trends-wrapper .price-slot-show{
  margin-top: 0px;
  height: 221px;
  margin-bottom: 0px;
}
/* end */
/* price slot css tooltip */

/* Tooltip container */
.i-icon-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  top: -2px;
  left: 8px;
}
/* Tooltip text */
.i-icon-wrapper .csstooltip-txt{
  visibility: hidden;
  width: 249px;
  height: 74px;
  border-radius: 8px;
  padding: 8px;
  background-color: #fff;
  color: #767B81;
  text-align: left;  
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Roboto-Regular';
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 9;
}

/* Show the tooltip text when you mouse over the tooltip container */
.i-icon-wrapper:hover .csstooltip-txt {
  visibility: visible;
}
.i-icon-wrapper .csstooltip-txt .help-txt{
  color: #1F1F1F;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  font-family: 'Roboto-Medium';
  display: block;
  margin-top: 3px;
}

/* end */

/* fixed top scroll bar */
.main-panel > .content {  
  background: #fff;
}
 .ai-sticky-menu-top,.ai-sticky-menu-bottom {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  width: calc(100% - 210px);
  padding-bottom: 15px;
}
.ai-sticky-menu-bottom {
  top: 76px !important;
  background: #fff;
  padding-top: 15px;
} 
.futuretrends-top-space{
  margin-top: 175px;

}
.ai-pulse-pdlist-top-space{
  margin-top: 190px;
}
.ai-view-detailpage-top-space{
  margin-top: 120px;
}
.ai-pulse-comparepage-top-space{
  margin-top: 100px;
}
.ai-pricehistory-top-space{
  margin-top: 100px;
}
.ai-rating-top-space{
  margin-top: 100px;
}
.ai-future-trends-top-space-nodata {
  margin-top: 60px;
  height: calc(100vh - 129px);
}

.list-item-block .image-block {  
  margin-right: 10px;
}
.remv-msg, .add-msg{
  font-size: 14px;
  font-family: "Roboto-Medium";
  margin: 0;
}

.btn-add-remv-block{font-family: "Roboto-Medium";}
/* end */


/* available model anoj */
.ai-pulse-pdlist-maincontainer .product-item-block .btn-add-remv-block ul {
  min-width: auto;
  display: flex;
  align-items: center;
}

.ai-pulse-pdlist-maincontainer .search-phone-block{
 width: 400px;
 margin-left: 3px;
}

.ai-pulse-pdlist-maincontainer .search-phone-block .input-group input[type="text"] {
 border-top-right-radius: 90px !important;
 border-bottom-right-radius: 90px !important;
 border: 0;
 height: 40px;
}
.ai-pulse-pdlist-maincontainer .product-item-block {
  height: 142px;
  border-radius: 10px;
  margin: 4px 0px;
  padding: 8px 24px 8px 8px;
}
.ai-pulse-pdlist-maincontainer .list-item-block .image-block {
  margin-right: 0px;
  padding: 12px 23px 9px 22px;
  width: 126px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-pulse-pdlist-maincontainer .list-item-block .product-details {
  padding-left: 24px;    
  width: calc(100% - 126px);
}
.ai-pulse-pdlist-maincontainer .product-details h2.pd-title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto-Medium';
  color: #1F1F1F;
  margin-bottom: 8px;
}
.ai-pulse-pdlist-maincontainer .product-details .pd-price {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  color: #1F1F1F;
}

.ai-pulse-pdlist-maincontainer .date-note .cal-icon {
  background: url(../img/view-detail-cal-icon.svg) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
}
.ai-pulse-pdlist-maincontainer .date-note {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto-Medium";
  color: #767B81;
  margin-bottom: 8px;
}
.ai-pulse-pdlist-maincontainer .pd-note{  
    font-size: 12px;
    font-weight: 400;
    color: #767B81;
    font-family: "Roboto-Regular";
    margin: 0;
}
.ai-pulse-pdlist-maincontainer .product-item-block .btn-add-remv-block ul li .btn-remv {
  background: #BCD2DE;
  width: 99px;
  display: inline-flex;
  height: 34px;
  border-radius: 90px;
  justify-content: flex-start;
  align-items: center;
}
.ai-pulse-pdlist-maincontainer .btn-add-remv-block ul li .btn-remv button, 
.ai-pulse-pdlist-maincontainer .btn-add-remv-block ul li .btn-open button {  
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto-Medium";  
}
.ai-pulse-pdlist-maincontainer .btn-add-remv-block ul li .btn-remv .remove-icon {
  background: url('../img/view-detail-btn-remove.svg') no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 10px;
  background-size: contain;
}
.ai-pulse-pdlist-maincontainer .btn-add-remv-block ul li .btn-open .open-icon {
  background: url("../img/view-detail-btn-viewdetail.svg") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 8px;
  left: 10px;
  background-size: contain;
}
.ai-pulse-pdlist-maincontainer .btn-add-remv-block ul li .btn-open {
  border-radius: 90px;
  height: 34px;
  display: flex;
  align-items: center;
}

.ai-pulse-pdlist-maincontainer .selector-tabs {
  border: 1px solid #eaf1fb;
  border-radius: 90px;
  background: #eaf1fb;
  height: 44px;
  margin-left: 1px;  
}
.ai-pulse-pdlist-maincontainer .selector-tabs.right-btn-filter {
  width: 80px;
}
.ai-pulse-pdlist-maincontainer .selector-tabs.right-btn-filter ul li a{
  color: #767B81;
}
.ai-pulse-pdlist-maincontainer .selector-tabs3 {
  background: #ffbd98;
  min-width: 150px;
  width: 92%;
  max-width: 158px;
  float: right;
  margin-right: 5px;
}

.ai-pulse-pdlist-maincontainer .list-item-block .image-block img {
  height: 105px;
  margin: 0 auto;
  object-fit: contain;
}
.search-phone-block .search-icon {
  background: url('../img/availb-mdel-search-icon.svg') no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 11px;
  left: 14px;
  background-size: 16px;
  /* border: 1px solid; */
}
.rating-icon {
  background: url('../img/menu-star-icon.svg') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: 33px;
  background-size: contain;
  /* border: 1px solid; */
}
.history-icon { 
  width: 14px;
  height: 14px;  
  /* border: 1px solid; */
}
.ai-pulse-pdlist-maincontainer .btn-add-remv-block ul li .btn-compare {
  background: #85d7ff;
  padding: 8px 7px 8px 9px;
  border-radius: 90px;
  margin-right: 10px;
  width: 150px;
  display: flex;
  height: 34px;
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-items: center;
}
.ai-pulse-pdlist-maincontainer .search-phone-block .cross_search {
  z-index: 100;
  top: 0px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  background: #eaf1fb;
  height: 40px;
  width: 40px;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.view-detail-cross-icon {
  background: url(../img/view-detail-cross-icon.svg) no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute !important;
  top: 55% !important;
  right: 20px;
  background-size: contain;
  margin-top: 0;
  transform: translate(0, -55%);
}
.add2compare-btn-icon {
  background: url('../img/add2compare-btn-icon.svg') no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 3px;  
  top: 0px;
}


.toggle_console {  
  padding: 10px 40px !important;  
}
.bottom-compare-items h2.pd-title a{
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto-Medium';
}
.bottom-fix-compare-block ul li a.added-btn {
  color: #1F1F1F;
  font-weight: 600;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-family: "Roboto-Regular";
}
.bottom-fix-compare-block ul li a.comparenow-btn {
  position: relative;
  background: #a6ece1;
  color: #1F1F1F;
  padding: 12px 20px 12px 37px;
  border-radius: 25px;
  font-weight: 600;
  height: 42px;
  display: inline-block;
}
.bottom-fix-compare-block ul li a.comparenow-btn .btm-compare-icon {
  background: url(../img//view-detail-comp-icon.svg) no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 14px;
  background-size: contain;
  margin-top: -9px;
}
.ai-pulse-pdlist-maincontainer .search-phone-block .input-group input[type="text"]::placeholder{
 color: rgba(118, 123, 129, 1);
 font-size: 12px;
 font-weight: 300;
 font-family:"Roboto-Regular"
}

.ai-pulse-pdlist-maincontainer .selector-tabs ul.nav li .compare-icon {
  background: url('../img/view-detail-comp-icon.svg') no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 25px;
  background-size: contain;
  /* border: 1px solid; */
}

.ai-sticky-menu-bottom .selector-tabs.left-menu-tabs{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ai-sticky-menu-bottom .selector-tabs.left-menu-tabs ul.nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 4px;
}
.ai-sticky-menu-bottom .selector-tabs.left-menu-tabs ul.nav li {
  padding: 0 15px;  
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ai-sticky-menu-bottom .selector-tabs.left-menu-tabs ul.nav li span {
  position: static;
  margin-right: 7px;
}
.selector-tabs.left-menu-tabs .nav-pills>li.active>a {
  padding: 7px 12px 6px !important;
  margin-left: 0px !important;
}
.ai-sticky-menu-bottom .selector-tabs.left-menu-tabs ul.nav li.active{ 
  padding:0;
}

.filter-icon {
  background: url('../img/ava-model-filter-icon.svg') no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: -20px;
  background-size: contain;
  /* border: 1px solid; */
}
.ai-pulse-pdlist-maincontainer .selector-tabs3 .btm-compare-icon {
  background: url('../img/view-detail-comp-icon.svg') no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 16px;
  background-size: contain;
}
.ai-pulse-pdlist-maincontainer .selector-tabs3 {
  border: 0;
  width: 146px;
  height: 42px;
  max-width: 146px;
  min-width: auto;
}
.ai-pulse-pdlist-maincontainer .selector-tabs3 li{
  width: auto;
  display: block;
}
.selector-tabs ul li a.comparenow-btn {
  margin: 0;
  height: auto;
  font-size: 14px;
  font-family: Roboto-Medium;
  padding: 11px 20px 11px 37px;
  display: flex;
  align-items: center;
}
.ai-pulse-pdlist-maincontainer .selector-tabs3 .btm-compare-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -9px;
}
.bottom-fix-compare-block ul {
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  padding: 0 0 10px;
}
.bottom-compare-items .list-item-block {
  border-radius: 10px;
}
.bottom-compare-items .product-details .pd-price {
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto-Medium";
  color: #1F1F1F;
}
.bottom-compare-items .date-note {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
.bottom-compare-items .pd-note {
  position: relative;
  padding-left: 0px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto-Regular";
  margin-bottom: 0;
}
.bottom-compare-items .vs-text {  
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto-Medium";
  color: #767B81;
}
.margin-botom-space{
  margin-bottom: 17px;
}
.plus-sign-1, .plus-sign-2{
  font-size: 18px;
  position: relative;
  top: 1px;
  left: -5px;
}

/* available model anoj end */
/* future trends anoj */
.ai-trends-maincontainer .selector-tabs{
  margin-left: 3px;
}
.ai-trends-maincontainer .selector-tabs.ai-trends-menu-filter-wrapper {
  margin-right: 5px;
}
.futuretrends-top-space.custom-row {
  margin-right: -5px;
}
.ai-trends-maincontainer .selector-tabs3 {
  float: right;
  margin-right: 18px;
}
.ai-trends-maincontainer .selector-tabs4{
  width: 228px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-trends-maincontainer .selector-tabs4 ul.nav li:last-child{
    display: table-cell;
    vertical-align: middle;
}
.ai-trends-maincontainer .date-label {  
  font-weight: 500;
  font-family: 'Roboto-Medium';
}
.ai-trends-maincontainer .chip-wrapper .side-drop-btn {  
  right: 0px;  
}
/* #chartjs-tooltip{
  opacity: 1 !important;
} */
.chart-tooltip-header {
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto-Regular";
  color: #404245;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #DFF4FF;
  padding: 8px;
  border-bottom: 1px dashed #85C7E8;
  letter-spacing: 0.2px;
}
.circleforgrapho {
  width: 6px;
  height: 6px;
  display: inline-block;
  border: 2px solid #85C7E8;
  border-radius: 50%;
  padding: 3px;
  margin: 0 1px;
  background: #fff;
}
.chart-img{
  margin-top: 25px;
}
.auto-width{ width: auto;}
.right-side-view-list.right-side-aitrends-filter .btn-block {  
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 9;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
}
.right-side-view-list.right-side-aitrends-filter .btn-block .btn{
  width: 123px;
  height: 40px;
  padding: 12px 15px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  color: #1F1F1F;
  display: flex;
  justify-content: center;
  align-items: center;
}  
.right-side-view-list.right-side-aitrends-filter .btn-block .btn.btn-reset{
  margin-right: 2px;
}
.right-side-view-list.right-side-aitrends-filter .btn-block .btn.btn-apply{
  margin-left: 2px;
}
.right-side-view-list.right-side-aitrends-filter .date-slider-header-title{
  font-size: 14px;
}
.right-side-view-list.right-side-aitrends-filter .date-slider-sec.price-filter-add-another .price-range-slider .date-range{
  position: static;
}
.right-side-view-list.right-side-aitrends-filter .date-slider-sec.price-filter-add-another .price-range-slider .date-range::after{
  right: 0;
}
.right-side-view-list.right-side-aitrends-filter .price-range-slider .range-value input{
  font-size: 11px;
}
.right-side-view-list.right-side-aitrends-filter .price-range-slider .range-bar .ui-slider-handle{
  top: -6px;
}
.right-side-aitrends-filter .price-filter-add-another .selector-tabs.slider-selector-tab{
  width: auto;
}
/* future trends end */

/* Compare Page Start */
.comparison-header-block .main-title{
  font-size: 16px;
  color: #1F1F1F;
  margin-top: 5px;
  padding-top: 0px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
  margin-left: 10px;
}
.comparison-header-block .compare-item {
  min-width: 237px;
  min-height: 232px;
}
.comparison-header-block .compare-item .compare-zoom-img {
  border: 1px solid #D2D6DC;
  border-radius: 16px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.comparison-header-block .zoom-img{
  border-radius: 0;
  max-width: 100%;
  max-height: 210px;
  border: 0;
}
.comparison-section-block .main-title{
  font-size: 16px;
  color: #1F1F1F;
  padding-left: 30px;
  position: relative;
  margin-top: 16px;
}
.comparison-section-block .main-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/times-icon.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  cursor: pointer;
}
.displaysection-block.comparison-section-block{
  padding-bottom: 0px;
  border-bottom: 0;
}
.displaysection-block.comparison-section-block .h-separator-5 {
  float: none;
  width: calc(100% - 30px);
  height: 5px;
  margin: 0 auto;
  display: flex;
  margin-top: 10px;
  padding-top: 15px;
  border-bottom: 5px solid #F4F7FA;
}
.displaysection-block.comparison-section-block ul{
  border-bottom: 1px solid #F4F7FA;
  padding-left: 16px;
  align-items: flex-start;
}
.displaysection-block.comparison-section-block ul li label{
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.comparison-section-block ul li label{
  padding-left: 23px;
}
.displaysection-block.comparison-section-block ul li input[type="checkbox"]{
  display: inline-block;
  margin: 0;
  color: #85D7FF;
  background-color: #85D7FF;
  transform: scale(1.15);
}
.displaysection-block.comparison-section-block ul li input[type="checkbox"]{
  appearance: none;
  position: relative;
  cursor: pointer;
}

.displaysection-block.comparison-section-block ul li input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 14px;
  width: 14px;
  border: 1px solid #85D7FF;
  background-color: #85D7FF;
  border-radius: 3px;
  margin-top: -7px;
}
.displaysection-block.comparison-section-block ul li input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 50%;
  margin-top: -5px;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
  border-color: #fff;
  padding: 4px 2px 2px 1px;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 200ms ease;
}
.displaysection-block.comparison-section-block ul li input[type="checkbox"]:checked:after {
  opacity: 1;
}
.displaysection-block.comparison-section-block ul li label span.product-icon{
  position: static;
  color: #767B81;
  display: inline-block;
  margin: 0 0 0 0;
  width: 20px;
  height: 20px;
}
.displaysection-block.comparison-section-block ul li label span{
  color: #767B81;
  margin: 0 0 0 8px;
}
.comparison-section-block ul li {
  color: #767B81;
}
.comparison-section-block ul li:first-child.col-sm-3 {
  min-width: 237px;
  padding-left: 0;
}
.comparison-header-block .compare-item .compare-input .input-group {
  border-radius: 90px;
  background: #F6F8FA;
  display: flex;
  align-items: center;
}
.comparison-header-block .compare-item .compare-input .input-group .input-group-addon,
.comparison-header-block .compare-item .compare-input .input-group .search-box{
  background: transparent !important;
  border: 0;
  height: 50px;
}
.comparison-header-block .compare-item .compare-input .input-group .search-box{
  padding: 15px;
  height: 50px;
}
.comparison-header-block .search-icon{
  background-image: url(../img/search-icon.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: static;
}
.comparison-header-block .compare-item .compare-input .input-group .input-group-addon:first-child{
  padding-left: 15px;
  display: inline-block;
}
.comparison-header-block .compare-item .compare-input .input-group .input-group-addon .clearSearch{
  display: none;
}
.comparison-header-block .compare-item .compare-input .comp-field {
  color: #1f1f1f;
  font-size: 11px;
  left: 10px;
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box{
  top: 50px;
  left: 15px;
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box ul {
  border: 1px solid #5A799D33;
  padding: 0px;
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box ul::-webkit-scrollbar {
  width: 5px;
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box ul::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box ul::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box ul li:nth-child(2n) {
  background-color: #f9f9f9;
}
.comparison-header-block .compare-item .compare-input .input-group .ssuggesstion-box ul li {
  padding: 5px 10px;
}
.comparison-header-block .compare-item .phone-img {
  height: 93px;
  width: auto;

  margin: 20px 0 15px 10px;
  display: block;
}
.comparison-header-block .compare-item .phone-name{
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
  padding-left: 10px;
}
.comparison-header-block .compare-item .price{
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  padding-left: 10px;
}
.header-block.comparison-header-block{
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0px;
  overflow: unset;
}
.header-block.comparison-header-block,
.displaysection-block.comparison-section-block {
  width: auto;
  overflow: unset;
}
.header-block.comparison-header-block .col-sm-3,
.comparison-section-block ul li.col-sm-3{
  min-width: 257px;
  padding-left: 10px;
  padding-right: 10px;
}
.comparison-section-block ul li.col-sm-3{
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.comparison-section-block ul li input[type=checkbox]{
  margin: 0;
}
.container-fluid.ai-pulse-maincontainer.ai-pulse-comparepage-top-space {
  overflow: auto;
  height: calc(100vh - 180px);
  padding-left: 20px;
}
.container-fluid.ai-pulse-maincontainer::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.container-fluid.ai-pulse-maincontainer::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
.container-fluid.ai-pulse-maincontainer::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}
.container-fluid.ai-pulse-maincontainer::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
/* Compare Page End */

#image-show-area #canvas {
  display: block!important;
  background: white!important;
  width: 43vw!important;
  height: auto!important;
}

/* future trends brand filter inside scroll */
.brand-filter-main-content ul.list-items {
  /* border: 1px solid red; */
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* .right-side-view-list .brand-filter-main-content ul.list-items  li {
  padding: 10px 15px 0;
} */

.right-side-view-list ul.list-items::after {
  content:none;
  
}

/* Brand Filter list custom scroll bar */
/* width */
.brand-filter-main-content ul.list-items::-webkit-scrollbar {
  width: 7px; 
}

/* Track */
.brand-filter-main-content ul.list-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
.brand-filter-main-content ul.list-items::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
.brand-filter-main-content ul.list-items::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
.brand-filter-main-content .search-brand-block{
  margin-right: 5px;
}
/* future trends brand filter inside scroll end */
/* end */

/* future trends hide show toggle eye */
.toggle-height {
  height: 94px;
  /* height: 100px; */
  /* border: 1px solid red; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.graph-radio-box.show.toggle-height {    
  /* height: 91px; */
  height: 83px;
}

.fix-ht.toggle-height{  
  height: 83px;
}
/* future trends hide show toggle end */

/* side filter date range fix */
#the-list-date .range-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: -10px;
  font-size: 12px;
}
/* side filter date range fix end*/


/* Issues Fixes due to sidebar collapsed. - Start */
.ai-sticky-menu-top {
  padding-bottom: 0;
}
.wrapper.sidebar-panel.mini-sidebar .ai-sticky-menu-top,
.wrapper.sidebar-panel.mini-sidebar .ai-sticky-menu-bottom,
.wrapper.sidebar-panel.mini-sidebar .bottom-fix-compare-block {
  width: calc(100% - 72px) !important;
}
.ai-sticky-menu-bottom {
  top: 61px !important;
}

.container-fluid.ai-trends-maincontainer.ai-sticky-menu-bottom.aiCompare .selector-tabs.selector-tabs2{
  width: 228px;
}

/* Issues Fixes due to sidebar collapsed. - End */

/* html2pdf */
.ai-trends-menu-filter-wrapper ul li{
  cursor: pointer;
}
/* end */

/* view detail page toggle hide show menu top space */
.viewdetail-top-space{
  margin-top: 17px;  
}

/* end */

.comparison-section-block.removeclose .main-title::before {
  display: none;
}

.comparison-section-block.removeclose .main-title {
  padding-left: 0;
}
.displaysection-block.comparison-section-block h2.main-title {
  margin-bottom: 5px;
}

.comparison-section-block.removeclose .main-title img.rm-close {
  width: 12px;
  margin-right: 15px;
  cursor: pointer;
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content ul.list-items {
  /* border: 1px solid red; */
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 10px;
}
/* view detail page rightside filter */

.filter-right-side-available-model {
  border: 0px solid red;
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content {
  display: block;
  padding: 0px 0px 0px 15px;
  margin-top: 0px;
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content h2.brand-main-title {
  background: #eaf1fb;
  padding: 15px 22px;
  margin: 0px 0px 0px;
  position: relative;
  cursor: pointer;
  color: #1f1f1f;
  font-family: 'Roboto-Medium';
  font-weight: 500;
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content h2.brand-main-title.collapsed::after {
  content: '\f078';
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 10px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content h2.brand-main-title::after {
  content: '\f077';
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 10px;
  font-family: 'FontAwesome';
  font-weight: lighter;
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content ul.list-items  li {
  font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto-Medium';
}
.right-side-view-list.filter-right-side-available-model ul.list-items {
  margin: 0;
  list-style: none;
  padding: 0px 0 10px;
  margin-bottom: 10px;
  position: relative;
}
.right-side-view-list.filter-right-side-available-model .btn-block {  
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}
/* Filter custom scroll bar */
/* width */
div#right-side-view-list.compare-filter::-webkit-scrollbar,
.right-side-view-list.filter-right-side-available-model::-webkit-scrollbar {
  width: 7px; 
}

/* Track */
div#right-side-view-list.compare-filter::-webkit-scrollbar-track,
.right-side-view-list.filter-right-side-available-model::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
div#right-side-view-list.compare-filter::-webkit-scrollbar-thumb,
.right-side-view-list.filter-right-side-available-model::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
div#right-side-view-list.compare-filter::-webkit-scrollbar-thumb:hover,
.right-side-view-list.filter-right-side-available-model::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
/* Filter custom scroll bar end */



/* view detail page rightside filter end */

.ai-sticky-menu-bottom .selector-tabs.left-menu-tabs ul.nav {  
  min-width: 770px;
}
.ai-trends-maincontainer button.filter_button { 
  font-size: 13px;
}
.container-fluid.ai-trends-maincontainer.ai-sticky-menu-bottom.aiCompare .selector-tabs.selector-tabs2 {
  width: 185px;
}
.screenfix{
  display: flex;
}
.ai-pulse-comparepage-top-space {
  margin-top: 110px;
}
/* end */

/* Radar Popup Start */
div#show_image_popup .popup-block {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}

div#show_image_popup .popup-block .close-btn-area {
  right: 10px;
  top: 10px;
  line-height: 1;
}
div#show_image_popup .popup-block .close-btn-area #close-btn111 {
  height: 20px;
  width: 20px;
  padding: 0;
  background-image: url(../img/view-detail-cross-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
/* Radar Popup End */

/* whole page custom scrollbar start */
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
body::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}


/* end */

/* viewdetail page searchbox cross icon  */
.search-phone-block .input-group-addon #clearsearch.view-detail-cross-icon {
  position: absolute; 
  left: 10px;
  top: 3px !important;
}

/* end */
/* modal overlay fixes */
.modal-open .sidebar.sbn {
  background-color: #EAF1FB;
  z-index: 2;
}

/* end */
/* Compare Fiter Start */
div#right-side-view-list.compare-filter .btn-block {
  position: sticky;
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
  z-index: 9;
  background: #fff;
  padding: 12px 16px;
}
.compare-filter .btn-block .btn {
  color: #1F1F1F;
}
.compare-filter .btn-block .btn.btn-reset.filter_reset_button {
  background-color: #BCD2DE;
}
.compare-filter .btn-block button.btn.btn-apply {
  background-color: #85D7FF;
}
.compare-filter h2.list-main-title {
  margin: 0;
  padding: 16px;
  color: #1F1F1F;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  font-weight: 500;
}
.compare-filter .display-list-block {
  background-color: #F4F7FA;
  padding: 16px;
  border-radius: 5px;
}
.compare-filter .display-list-block h2.list-main-title {
  padding: 0;
  font-weight: 500;
  font-family: 'Roboto-Medium', sans-serif;
}
.compare-filter .display-list-block h2.list-main-title input[type="checkbox"],
.right-side-view-list .list-items li input.accentCheckbox[type="checkbox"],
.right-side-view-list.compare-filter .list-items li input.display_sub_checkbox[type="checkbox"],
.right-side-view-list.compare-filter .list-items li input.camera_sub_checkbox[type="checkbox"],
.right-side-view-list.compare-filter .list-items li input.network_sub_checkbox[type="checkbox"]{
  margin-top: 0;
  margin-right: 7px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  transform: scale(1.15);
  width: 14px;
  height: 14px;
}
.compare-filter .display-list-block h2.list-main-title input[type="checkbox"]::before,
.right-side-view-list .list-items li input.accentCheckbox[type="checkbox"]::before,
.right-side-view-list.compare-filter .list-items li input.display_sub_checkbox[type="checkbox"]::before,
.right-side-view-list.compare-filter .list-items li input.camera_sub_checkbox[type="checkbox"]::before,
.right-side-view-list.compare-filter .list-items li input.network_sub_checkbox[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 14px;
  width: 14px;
  border: 1px solid #767B81;
  background-color: #fff;
  border-radius: 3px;
  margin-top: -5px;
}
.compare-filter .display-list-block h2.list-main-title input[type="checkbox"]:checked::before,
.right-side-view-list .list-items li input.accentCheckbox[type="checkbox"]:checked::before,
.right-side-view-list.compare-filter .list-items li input.display_sub_checkbox[type="checkbox"]:checked::before,
.right-side-view-list.compare-filter .list-items li input.camera_sub_checkbox[type="checkbox"]:checked::before,
.right-side-view-list.compare-filter .list-items li input.network_sub_checkbox[type="checkbox"]:checked::before {
  background-color: #85D7FF;
  border: 1px solid #85D7FF;
}
.compare-filter .display-list-block h2.list-main-title input[type="checkbox"]::after,
.right-side-view-list .list-items li input.accentCheckbox[type="checkbox"]::after,
.right-side-view-list.compare-filter .list-items li input.display_sub_checkbox[type="checkbox"]::after,
.right-side-view-list.compare-filter .list-items li input.camera_sub_checkbox[type="checkbox"]::after,
.right-side-view-list.compare-filter .list-items li input.network_sub_checkbox[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
  border-width: 0px 2px 2px 0px;
  border-style: solid;
  border-color: #fff;
  padding: 4px 2px 2px 1px;
  opacity: 0;
  transition: all 200ms ease;
  transform: rotate(45deg) translate(-0.6px, 0.4px);
}
.compare-filter .display-list-block h2.list-main-title input[type="checkbox"]:checked:after,
.right-side-view-list .list-items li input.accentCheckbox[type="checkbox"]:checked::after,
.right-side-view-list.compare-filter .list-items li input.display_sub_checkbox[type="checkbox"]:checked::after,
.right-side-view-list.compare-filter .list-items li input.camera_sub_checkbox[type="checkbox"]:checked::after,
.right-side-view-list.compare-filter .list-items li input.network_sub_checkbox[type="checkbox"]:checked::after {
  opacity: 1;
}
.right-side-view-list.compare-filter .list-items {
  padding: 8px 0;
  margin: 0;

}
.right-side-view-list.compare-filter .list-items li {
  font-family: Roboto Flex;
  font-weight: 500;
  padding: 6px 16px 6px 24px;
  color:#1F1F1F;
}
.right-side-view-list.compare-filter .list-items li .toggle-switch .switch{
  margin-bottom: 0;
  width: 32px;
  height: 18px;
}
.right-side-view-list.compare-filter input:checked + .slider{
  background-color: #85D7FF !important;
}
.right-side-view-list.compare-filter .slider:before{
  left: 2px;
  bottom: 2px;
  width: 14px;
  height: 14px;
}
.right-side-view-list.compare-filter .slider.round{
  background-color: #D2D6DC !important;
}
.compare-filter .display-list-block h2.list-main-title.rc {
  color: #767B81;
  font-weight: 500;
  font-family: 'Roboto-Medium', sans-serif;
}
div#right-side-view-list.compare-filter {
  padding: 0 0 10px;
}
/* Compare Fiter End */
/* future trends graph chart right side toogle sticky */
.togg {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: #fff;
}
/* future trends graph chart right side toogle sticky  end */

.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space{
  height: calc(100vh - 240px);
  margin-top: 170px;
}
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix {
  height: 100%;
  overflow-y: auto;
}
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space.remove-margin .row.side-row-space-fix {
  height: calc(100vh - 180px);
}
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix div#main {
  height: calc(100% - 100px);
  padding: 0 5px;
}
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix div#pagination {
  width: 100%;
  float: left;
  padding: 8px 5px;
}
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix div#pagination ul.pagination {
  margin: 10px 0 0;
}
/* width */
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix::-webkit-scrollbar {
  width: 10px; 
}
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space .row.side-row-space-fix::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}

.ai-rating-top-space,
.ai-pricehistory-top-space{
  min-height: calc(100vh - 170px);

}
#chartjs-tooltip{  
  z-index: 99;
}

.selectboxcustom .select2-container
{
  width: 100% !important;
}
/* future trends graph chart right side toogle sticky  end */


/* Fixes for different screens sizez start */
/* Default styles for all screens */

/* Media query for laptops with screens up to 1366px */
@media only screen and (max-width: 1366px) {
  /*  Styles specific to laptops up to 1366px  */
  /* .ai-trends-maincontainer .screenfix .col-sm-10.pdl-0{
    max-width: 81%;
  } */
  .screenfix {
    display: flex;
    position: relative;
}
  .auto-width {
    width: auto;
    z-index: 9;
}
  .ai-trends-maincontainer .screenfix .col-sm-10.pdl-0 {
    width: calc(100% - 206px);
    position: absolute;
    right: 0;
    top: 0;
}
  .ai-trends-maincontainer .chip-wrapper .side-drop-btn {  
    right: 0px;  
  }
  
  .ai-trends-maincontainer .chip-wrapper{ width: 100%;}
  .ai-trends-maincontainer .chip-wrapper ul#mainul{ width: 100%;}
  .ai-trends-maincontainer .chip-wrapper ul{ width: 95%;}
.chip-wrapper ul li { 
  padding: 5px 11px;  
}
.ai-pulse-pdlist-maincontainer .selector-tabs.right-btn-filter {
  width: 50%;
}
.ai-toggle-switch-block .label-toggle {
  font-size: 10px;  
}
.product-details h2.pd-title {  
  width: 330px;  
}

}

/*  Media query for laptops with screens between 1367px and 1600px  */
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  /*  Styles specific to laptops between 1367px and 1600px */
  .ai-pulse-pdlist-maincontainer .selector-tabs.right-btn-filter {
    width: 40%;
    
  }
  .ai-trends-maincontainer .chip-wrapper .side-drop-btn {
    right: -25px;
}
  
}

/*  Media query for larger laptops with screens above 1600px  */
@media only screen and (min-width: 1601px) {
  /*  Styles specific to larger laptops above 1600px  */
  
}
/* Fixes for different screens sizezend */
.comparison-header-block .compare-item .compare-input .input-group input[type="text"] + .input-group-addon,
.ai-pulse-pdlist-maincontainer .search-phone-block .input-group input[type="text"] + .input-group-addon {
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 50px;
  opacity: 0;
  display: none;
  top: 0px !important;
  right: 0px !important;
  left: auto;
  background-color: #eaf1fb !important;
  cursor: default !important;
}
.comparison-header-block .compare-item .compare-input .input-group input[type="text"] + .input-group-addon{
  position: absolute;
  background-color: #F6F8FA !important;
  z-index: 3;
}
.comparison-header-block .compare-item .compare-input .input-group .input-group-addon .clearSearch,
.ai-pulse-pdlist-maincontainer .search-phone-block .input-group-addon #clearsearch.view-detail-cross-icon {
  left: -10px;
  top: 14px !important;
  position: relative !important;
  display: inline-block;
  cursor: pointer;
}
.comparison-header-block .compare-item .compare-input .input-group .input-group-addon .clearSearch{
  background: url(../img/view-detail-cross-icon.svg) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
}
.comparison-header-block .compare-item .compare-input .input-group input[type="text"]:focus + .input-group-addon,
.comparison-header-block .compare-item .compare-input .input-group input[type="text"] + .input-group-addon:hover,
.ai-pulse-pdlist-maincontainer .search-phone-block .input-group input[type="text"] + .input-group-addon:hover,
.ai-pulse-pdlist-maincontainer .search-phone-block .input-group input[type="text"]:focus + .input-group-addon {
  display: inline-block;
  opacity: 1;
}

/* media query for screen resolution fixes */
@media(max-width: 1300px){

  .selector-tabs ul li a {
    font-size: 13px;
  }
  .ai-sticky-menu-bottom .selector-tabs.left-menu-tabs ul.nav {
    min-width: 720px;
  }
  .ai-sticky-menu-bottom .selector-tabs.left-menu-tabs ul.nav li {
    padding: 0 10px;
  }
  
}
@media screen and (max-width:991px) {
  .ai-sticky-menu-top, .ai-sticky-menu-bottom {
    width: 100%;
  }
}

/* Feature Trends Sidebar Start */
.right-side-view-list.right-side-aitrends-filter .date-slider-header h2.brand-main-title {
  margin: 0 !important;
  font-family: 'Roboto-Medium';
  font-weight: 500;
}
.right-side-view-list.right-side-aitrends-filter .date-slider-sec {
  margin: 0;
}
/* Feature Trends Sidebar End */


/* custom filter popup scroll bar start*/
.cust-info-edit-popup .add-slider-btn-wraper{
  cursor: pointer;
}

/* Filter custom scroll bar */

/* width */
.cust-info-edit-popup .modal-dialog.price-date-modal .modal-content .modal-body::-webkit-scrollbar {
  width: 5px; 
}

/* Track */
.cust-info-edit-popup .modal-dialog.price-date-modal.futuretrends-popup-addprice .modal-content .modal-body {  
  max-height: 280px;
  overflow-y: auto;
}
.cust-info-edit-popup .modal-dialog.price-date-modal.futuretrends-popup-addprice .modal-content .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
.cust-info-edit-popup .modal-dialog.price-date-modal.futuretrends-popup-addprice .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
.cust-info-edit-popup .modal-dialog.price-date-modal.futuretrends-popup-addprice .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
/* Filter custom scroll bar end */


/* custom filter popup scroll bar end*/
.ai-trends-maincontainer .selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper {
  width: 208px;
  overflow: hidden;
}
.selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper .nav-justified li {
  width: auto;
  cursor: default;
  display: inline-block;
}
.ai-trends-maincontainer .selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper .nav-justified{
  display: flex;
  align-items: center;
}
.ai-trends-maincontainer .selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper .nav-justified li a,
.selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper .nav-justified li .filter_button {
  padding: 10px 15px !important;
  font-size: 14px;
  line-height: 1.4;
  color: #767B81;
  height: 42px;
  display: flex;
  align-items: center;
}
.ai-trends-maincontainer .selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper .nav-justified li a .download-icon,
.selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper .nav-justified li .filter_button .filter-icon {
  font-size: 0;
  line-height: unset;
  height: 18px;
  width: 18px;
  background-size: 14px;
  display: inline-block;
}
.selector-tabs.selector-tabs2.selector-tabs4.ai-trends-menu-filter-wrapper .nav-justified li .filter_button .filter-icon{
  position: static;
  margin-right: 5px;
}


/* custom menu sidebar scrollbar start  */

.wrapper.sidebar-panel .sidebar-wrapper::-webkit-scrollbar {
  width: 10px;
}
.wrapper.sidebar-panel .sidebar-wrapper::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
.wrapper.sidebar-panel .sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}
.wrapper.sidebar-panel .sidebar-wrapper::-webkit-scrollbar-track {  
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}

/* custom menu sidebar scrollbar end  */

/* .ai-pulse-pdlist-maincontainer .btn-add-remv-block .btn-compare button {
  padding-left: 15px;
} */
.ai-pulse-pdlist-maincontainer .btn-add-remv-block .plus-sign-1,
.ai-pulse-pdlist-maincontainer .btn-add-remv-block .plus-sign-2 {
  font-size: 0 !important;
  background: url(../img/plus-icon.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: 18px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 1px;
}

/* chip dropdown hide show  */
.chip-wrapper .side-drop-btn{
display: none;

}

/* end */

/* modal vertical center */
.cust-info-edit-popup.modal{
  text-align: center;
}
.cust-info-edit-popup.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.cust-info-edit-popup .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* end */

.aiCompare .selector-tabs2 ul li a {
  color: #767B81;
}

/* ai future trends side filter fixes */
.right-side-aitrends-filter .price-filter-add-another .selector-tabs.slider-selector-tab{
  background-color: transparent;
  border: 0;
}
.right-side-view-list.right-side-aitrends-filter .selector-tabs ul li{
  padding-left: 0;
  text-align: left;
}
.right-side-aitrends-filter .price-filter-add-another .selector-tabs.slider-selector-tab li a{
  margin: 0;
  background-color: #BCD2DE;
  padding: 12px 16px 12px 32px;
  border-radius: 90px;
  width: 132px;
}
.right-side-view-list.right-side-aitrends-filter .slider-selector-tab .add-icon {
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
.price-filter-add-another #the-list-price .date-slider-sec:not(:first-child) {  
  margin-top: 25px;  
}
.right-side-view-list.right-side-aitrends-filter .brand-filter-main-content h2.brand-main-title::after{
  left: -4px;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-filter-main-content .brand-filter-header-block .ai-toggle-switch-block .ai-toggle-switch-block{
  line-height: 1;
}
.right-side-view-list.right-side-aitrends-filter .ai-toggle-switch-block .switch {
  height: 18px;
  width: 32px;
  margin-bottom: 0;
}
.right-side-view-list.right-side-aitrends-filter .ai-toggle-switch-block .slider:before {
  height: 14px;
  width: 14px;
  bottom: 2px;
  left: 2px;
}
.right-side-view-list.right-side-aitrends-filter .search-brand-block .input-group-addon,
.right-side-view-list.right-side-aitrends-filter .search-brand-block .input-group input[type="text"]{
  background-color: #F6F8FA;
  height: 48px;
}
.right-side-view-list.right-side-aitrends-filter .search-brand-block .input-group input[type="text"]{
  padding-right: 15px;
}
.right-side-view-list.right-side-aitrends-filter .search-brand-block .input-group input[type="text"]::placeholder{
  color: #767B81;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}
.right-side-view-list.right-side-aitrends-filter .search-brand-block .search-icon{
  background-image: url('../img/trends-filter-search-icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 16px;
  left: 16px;
}
.right-side-view-list.right-side-aitrends-filter .brand-filter-main-content ul.list-items li{
  font-family: Roboto Flex;
  color: #1F1F1F;
  padding: 15px 12px 0;
}
.brand-filter-main-content .brand-count{
  font-size: 11px;
  font-weight: 500;
  color: #767B81;
}
/* ai future trends side filter fixes end*/

/* available-model side filter fixes */
.filter-right-side-available-model .price-filter-add-another .selector-tabs.slider-selector-tab{
  background-color: transparent;
  border: 0;
}
.right-side-view-list.filter-right-side-available-model .selector-tabs ul li{
  padding-left: 0;
  text-align: left;
}
.filter-right-side-available-model .price-filter-add-another .selector-tabs.slider-selector-tab li a{
  margin: 0;
  background-color: #BCD2DE;
  padding: 12px 16px 12px 32px;
  border-radius: 90px;
  width: 132px;
}
.right-side-view-list.filter-right-side-available-model .slider-selector-tab .add-icon {
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
.price-filter-add-another #the-list-price .date-slider-sec:not(:first-child) {  
  margin-top: 25px;  
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content h2.brand-main-title::after{
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-filter-main-content .brand-filter-header-block .ai-toggle-switch-block .ai-toggle-switch-block{
  line-height: 1;
}
.right-side-view-list.filter-right-side-available-model .ai-toggle-switch-block .switch {
  height: 18px;
  width: 32px;
  margin-bottom: 0;
}
.right-side-view-list.filter-right-side-available-model .ai-toggle-switch-block .slider:before {
  height: 14px;
  width: 14px;
  bottom: 2px;
  left: 2px;
}
.right-side-view-list.filter-right-side-available-model .search-brand-block .input-group-addon,
.right-side-view-list.filter-right-side-available-model .search-brand-block .input-group input[type="text"]{
  background-color: #F6F8FA;
  height: 48px;
}
.right-side-view-list.filter-right-side-available-model .search-brand-block .input-group input[type="text"]{
  padding-right: 15px;
}
.right-side-view-list.filter-right-side-available-model .search-brand-block .input-group input[type="text"]::placeholder{
  color: #767B81;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
}
.right-side-view-list.filter-right-side-available-model .search-brand-block .search-icon {
  background-image: url('../img/trends-filter-search-icon.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 16px;
  margin-top: -10px;
}
.right-side-view-list.filter-right-side-available-model .brand-filter-main-content ul.list-items li{
  font-family: Roboto Flex;
  color: #1F1F1F;
  padding: 15px 12px 0;
}
.brand-filter-main-content .brand-count{
  font-size: 11px;
  font-weight: 500;
  color: #767B81;
}
/* available-model side filter fixes end*/


.popup-addprice-close-icon{
  position: relative;
}
span.range-close-icon-custom {
  float: none;
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  font-size: 0;
  right: 7px;
  top: 6px;
  text-align: center;
}
span.range-close-icon-custom span{
  display: inline-block;
}
.popup-addprice-close-icon .view-detail-cross-icon{
  width: 8px;
  height: 8px;
  top: 0px !important;
  right: 0px;
  margin-top: 0;
}
.modal-dialog.price-date-modal .search-list-item{
  padding: 6px 10px;
}
.modal-dialog.price-date-modal .search-list-item input[type="checkbox"] {
  appearance: none;
  height: 14px;
  width: 14px;
  margin: 0;
}
.modal-dialog.price-date-modal .search-list-item input[type="checkbox"]:before{
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
.modal-dialog.price-date-modal .search-list-item input[type="checkbox"]:checked:after{
  top: 0;
  left: 0;
  width: 5px;
  height: 9px;
  transform: rotate(45deg) translate(4px, -2px);
}
.modal-dialog.price-date-modal .search-list-wraper {
  margin-top: 16px;
}
.modal-dialog.price-date-modal .search-list-wraper h4.list-type-title {
  margin-bottom: 0;
}
.modal-dialog.price-date-modal .search-list-item span {
  font-family: Roboto Flex;
}
.modal-dialog.price-date-modal .brand-checks-wraper{
  gap: 8px;
}
/* future trends popup close end */


/* Model Spec Page - Start */
.ai-view-detailpage-top-space {
  margin-top: 146px;
}
.mx-manage-row{
  margin-left: -15px;
  margin-right: -15px;
}
.aiDetailPage .product-inner-wrapper{
  display: flex;
}
.aiDetailPage .product-detail-wrapper .top-pdetail-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 135px;
  left: 0;
  z-index: 9;
}
.aiDetailPage .product-spec-imagewrapper{
  border-radius: 8px;
  background-color: #F3F7FC;
  padding: 17px 45px;
  width: 280px;
  max-width: 100%;
  margin-top: 15px;
  height: 100%;
}
.aiDetailPage .product-detail-wrapper .top-pdetail-wrapper .title-price-release-wrapper {
  padding-left: 13px;
  width: 100%;
  background-color: #fff; 
  padding-top: 15px;
}
.aiDetailPage .product-spec-imagewrapper figure{
  width: 100%;
  height: 246px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aiDetailPage .product-spec-imagewrapper figure img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.aiDetailPage .product-detail-wrapper
{
  width: calc(100% - 280px);
  padding-left: 20px;
}
.aiDetailPage .product-detail-wrapper .top-pdetail-wrapper .title-price-release-wrapper .shadow-row {
  margin-left: -30px;
  box-shadow: 15px 20px 22px 0px rgba(0, 0, 0, 0.02);
}
.aiDetailPage .product-detail-wrapper .bottom-detail-wrapper {
  padding-left: 0px;
  width: 100%;
  padding-top: 24px;
  overflow: auto;
  max-height: calc(100vh - 316px );  
}
/* width */
.aiDetailPage .product-detail-wrapper .bottom-detail-wrapper::-webkit-scrollbar {
  width: 10px; 
}
.aiDetailPage .product-detail-wrapper .bottom-detail-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
 
/*Handle*/
.aiDetailPage .product-detail-wrapper .bottom-detail-wrapper::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}

/* Handle on hover*/
.aiDetailPage .product-detail-wrapper .bottom-detail-wrapper::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}


.aiDetailPage .product-details-card h1.product-name-title{
  font-family: 'Roboto-Medium';
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.1;
}
.aiDetailPage .product-details-card .prod-price{
  font-family: 'Roboto-Medium';
  font-weight: 500;
  margin-bottom: 8px;
}
.aiDetailPage .product-details-card .prod-rel-date{
  padding-left: 27px;
  margin-bottom: 4px;
  font-family: 'Roboto Flex', sans-serif;
}
.aiDetailPage .product-details-card .prod-rel-date::before{
  background-image: url(../img/calender-icon.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
.aiDetailPage .basic-product-list{  
  position: relative;
}

.aiDetailPage .product-list-view h2.sub-product-title {
  font-weight: 500;
  margin: 0 0 5px;
  font-family: 'Roboto-Medium';
  color: #1f1f1f;
  height: auto;
  padding: 10px 10px 10px 45px;
}
.aiDetailPage .product-list-view h2.sub-product-title::before {
  top: 0;
}
.aiDetailPage .product-list-view .product-spec-wrapper .prod-spec-card {
  margin-bottom: 0px;
}
.aiDetailPage .product-list-view .prod-card.logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #D2D6DC;
  border-radius: 5px;
}
.aiDetailPage .product-list-view .prod-card {
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  padding: 18px 12px;
  height: 64px;
  border-radius: 5px;
}
.aiDetailPage .product-list-view .prod-card .prod-card-right {
  font-family: 'Roboto-Medium';
  font-weight: 500;
  width: calc(100% - 20px);
  overflow: hidden;
}
.aiDetailPage .product-list-view .prod-card .prod-card-right .spec-label{
  font-size: 11px;
  line-height: 16px;
  width: 100%;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 500;
}
.aiDetailPage .product-list-view .prod-card .prod-card-right .spec-detail{
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 500;
}
.mt-24{
  margin-top: 24px;
}
.aiDetailPage .tabular-wrapper {
  margin-left: 0;
}
.prod-card .prod-card-right .spec-detail{
  color: #1F1F1F; 
}
.aiDetailPage .product-detail-wrapper .bottom-detail-wrapper .prod-spec-card {
  flex-wrap: wrap;
}
.aiDetailPage .product-detail-wrapper .bottom-detail-wrapper .prod-card {
  min-width: 100px;
  width:auto;
}
.aiDetailPage .display-ht .prod-card-icon{
  width: 20px;
}
.product-list-view h2.sub-product-title::before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #85D7FF;
  background-repeat: no-repeat;
  background-position: center;
}
h2.sub-product-title.sp-body-icon::before {
  background-image: url('../img/aimodel-spec/sp-body-icon.svg');
}
h2.sub-product-title.sp-calling-icon::before {
  background-image: url('../img/aimodel-spec/sp-calling-icon.svg');
}
h2.sub-product-title.sp-features-icon::before {
  background-image: url('../img/aimodel-spec/sp-features-icon.svg');
}
h2.sub-product-title.sp-sound-icon::before {
  background-image: url('../img/aimodel-spec/sp-sound-icon.svg');
}
h2.sub-product-title.sp-auth-icon::before {
  background-image: url('../img/aimodel-spec/sp-auth-icon.svg');
}
h2.sub-product-title.sp-masc-icon::before {
  background-image: url('../img/aimodel-spec/sp-masc-icon.svg');
}
.aiDetailPage .tabular-wrapper{
  margin: 0;
  overflow: hidden;
}
.tabular-wrapper .tbl-column ul li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabular-wrapper .tbl-column ul li .spec-detail{
  margin-left: 10px;
}

/* Static Width as per figma - Start */
.communication-list .prod-card,
.prod-card.feature-info-note,
.prod-card.feature-amen,
.prod-card.bady-wop,
.prod-card.bady-strucure,
.prod-card.chipset-ssoc,
.prod-card.chipset-noc,
.prod-card.chipset-sb,
.prod-card.masc-rmem,
.prod-card.masc-sdc,
.prod-card.masc-scs,
.prod-card.sound-algo,
.prod-card.sound-apx,
.prod-card.sound-mic,
.prod-card.sound-tou,
.prod-card.sound-headphone,
.prod-card.sound-speaker,
.basic-qualcom,
.basic-product-list .prod-card ,
.calling-product-list .prod-card{
  width: 165px;
}
.prod-card.masc-tosc,
.calling-product-list .prod-card.calling-hac,
.basic-product-list .basic-model,
.display-drf,
.display-drn,
.display-tpcp {
  width: 338px;
}
.display-ratio,
.prod-card.bady-dimensions{
  width: 173px;
}
.display-resolution,
.display-mbn1{
  width: 217px;
}
.display-ed{
  width: 194px;
}
.display-pd{
  width: 203px;
}
.display-sds{
  width: 211px;
}
.display-gt{
  width: 262px;
}
.display-tpf{
  width: 272px;
}
.display-mbn2{
  width: 255px;
}
.camera-product-list .prod-card{
  width: 150px;
}
.camera-product-list .camera-fcvr{
  width: 240px;
}
.prod-card.bady-thermal{
  width: 125px;
}
.prod-card.bady-thickness{
  width: 135px;
}
.prod-card.bady-wr{
  width: 227px;
}

.prod-card.feature-gps,
.prod-card.feature-wifi {
  width: 109px;
}
.prod-card.feature-vfun{
  width: 160px;
}
.prod-card.feature-compass,
.prod-card.feature-barometer,
.prod-card.feature-gsen{
  width: 140px;
}
.prod-card.feature-megnetometer{
  width: 183px;
}
.prod-card.feature-psensor{
  width: 145px;
}
.prod-card.feature-lsensor{
  width: 134px;
}
.prod-card.feature-bis{
  width: 141px;
}
.prod-card.feature-svda{
  width: 240px;
}
.prod-card.feature-gvr{
  width: 301px;
}

.prod-card.sound-otg{
  width: 232px;
}
.prod-card.sound-slvd{
  width: 398px;
}
.prod-card.sound-radio{
  width: 187px;
}
.prod-card.sound-bluetooth{
  width: 189px;
}
.prod-card.sound-bluetooth{
  width: 189px;
}

.auth-product-list .prod-card{
  width: 185px;
}

.prod-card.chipset-socb{
  width: 205px;
}
.prod-card.chipset-socm2{
  width: 217px;
}
.prod-card.chipset-socm1{
  width: 213px;
}
.prod-card.chipset-socm3{
  width: 155px;
}
.prod-card.chipset-socm4{
  width: 208px;
}
.prod-card.chipset-cs1{
  width: 246px;
}
.prod-card.chipset-cs2{
  width: 257px;
}
.prod-card.chipset-cs3,
.prod-card.chipset-cs4{
  width: 397px;
}
.prod-card.chipset-gpu{
  width: 220px;
}
/* Static Width as per figma - End */
/* Model Spec Page - End */
/* chipwrapper overlapp fix start */
.ai-trends-maincontainer .chip-wrapper .side-drop-btn {
  right: 0;
}
.screenfix {
  display: flex;
  position: relative;
}
.auto-width {
  width: auto;
  z-index: 9;
}

.ai-trends-maincontainer .screenfix .col-sm-10.pdl-0 {
  width: calc(100% - 206px);
  position: absolute;
  right: 0;
  top: 0;
}
.ai-trends-maincontainer .chip-wrapper {
  width: 100%;
}
.ai-trends-maincontainer .chip-wrapper ul#mainul {
  width: 100%;
}
.chip-wrapper ul li {
  padding: 5px 9px ;
}

/* chipwrapper overlapp fix end */
.side-row-space-fix{
  margin-left: -15px;
  margin-right: -15px;
}

/* navbar space fixes */
.navbar .navbar-brand {
  padding: 15px 3px !important;  
}

/* end */

.filter-spacing-fix {
  float: right;
  margin-right: 20px;
}
.ai-sticky-menu-bottom { 
  z-index: 1;
}
.price-range-slider .range-bar {  
  z-index: 0;
}


/* aidetail back button */
.aiDetailmenu {
  margin-left: -11px;
  margin-bottom: 7px;
  padding: 0;  
}
.aiDetailback-button{
  display: inline-flex;
padding: 8px 15px 8px 10px;
height: 36px;
width: 81px;
align-items: center;
gap: 4px;
border-radius: 90px;
background: #BCD2DE;
margin-top: 15px;
}
.aidetail-bk-btn {
  background:url('../img/aidetail-bk-btn.svg') no-repeat center;
  width: 20px;
height: 20px;
display: inline-flex;
align-items: center;
}
.aiDetailback-button a {
  color: #1F1F1F;
  font-family: "Roboto-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;  
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px; 
}

.ai-pulse-pdlist-maincontainer.ai-pulse-pdlist-top-space.remove-margin {
  margin-top: 110px;
  height: calc(100vh - 180px);
}
.start-search-sec button.start-search-btn {
  top: 0;
}
.ai-pulse-pdlist-maincontainer .product-item-block{
  position: relative;
}
.ai-pulse-pdlist-maincontainer #main  .list-item-block {
    width: 70%;
}
.ai-pulse-pdlist-maincontainer #main div.msg-add-rem h4 {
  position: absolute;
  right: 350px;
  top: 50%;
  background: #f3f7fc;
  padding: 0px 5px;
  z-index: 9;
  border-radius: 20px;
  left: auto;
  margin-top: -15px;
}
.ai-pulse-pdlist-maincontainer #main .btn-add-remv-block {
    width: 28%;
}
.ai-pulse-pdlist-maincontainer #main .product-item-block .btn-add-remv-block ul{
  justify-content: flex-end;
}
.tabular-wrapper.add-font-family .tbl-column ul li {
    font-family: 'Roboto Flex', sans-serif;
}

.tabular-wrapper.add-font-family .tbl-column ul li:first-child {
    font-size: 11px;
}
.ai-trends-maincontainer.ai-rating-top-space,
.ai-trends-maincontainer.ai-pricehistory-top-space,
.ai-pulse-maincontainer.ai-compare-nodata,
.container-fluid.ai-pulse-maincontainer.ai-pulse-comparepage-top-space.ai-compare-nodata,
.ai-trends-maincontainer.ai-future-trends-top-space-nodata{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  height: calc(100vh - 170px);
}
.ai-trends-maincontainer.ai-rating-top-space .start-search-sec,
.ai-trends-maincontainer.ai-pricehistory-top-space .start-search-sec,
.ai-pulse-maincontainer.ai-compare-nodata .start-search-sec,
.ai-trends-maincontainer.ai-future-trends-top-space-nodata .start-search-sec{
  margin: 0;
}
.ai-pulse-maincontainer .start-search-sec .start-search-btn {
  top: 0;
}
@media only screen and (max-width: 1400px) {
  .start-search-sec h2 {
    font-size: 28px;
    margin: 15px 0;
  }

}
@media only screen and (max-width: 1335px) {
  .ai-pulse-pdlist-maincontainer #main .list-item-block {
    width: 58%;
  }
  .ai-pulse-pdlist-maincontainer #main .btn-add-remv-block {
    width: 40%;
  }
}
@media only screen and (max-width: 1280px) {
  .search-img {
    width: 300px !important;
    height: auto;
  }
  .container-fluid.ai-pulse-maincontainer.ai-pulse-comparepage-top-space.ai-compare-nodata .search-img ,
  .ai-trends-maincontainer.ai-future-trends-top-space-nodata .search-img {
    width: 270px !important;
  }
  .start-search-sec h2 {
    font-size: 24px;
  }
  .ai-pulse-maincontainer.ai-compare-nodata .start-search-sec .start-search-btn,
  .start-search-sec button.start-search-btn {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-img {
    width: 250px !important;
  }
}

/* loader */




.spanner{
  position:fixed;
  background: #2a2a2a55;
  width: 100%;
  display:block;
  text-align:center;
  height: 100VH;
  color: #FFF;
  /*transform: translateY(-50%);*/
  z-index: 1000;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.load-content{
  position:absolute;
  text-align:center;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  /*transform: translateY(-50%);*/
}
/*
.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
}*/

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show{
  visibility: visible;
}

.spanner, .overlay{
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spanner.show, .overlay.show {
  opacity: 1
}
/* end loader */


/* end */

.aiDetailPage .product-list-view .tooltip .tooltip-inner{
  background: #fff !important;
  color: #1F1F1F;
  padding: 4px 8px !important;
  border-radius: 4px;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.aiDetailPage .product-list-view .tooltip .tooltip-arrow{   
  border-bottom-color: #fff !important;
  display: none;
}


/* Site Setting Style Start */
.padding-x-5{
  padding-left: 5px;
  padding-right: 5px;
}
.padding-bottom-15{
  padding-bottom: 15px;
}
.border-bottom-1{
  border-bottom: 1px solid #D2D6DC;
}
.section-title{
  margin-bottom: 10px;
}
.section-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
div#siteSettingAccordion .panel.panel-default {
  padding: 0;
}
div#siteSettingAccordion .panel.panel-default .panel-heading {
  background-color: transparent;
  border-color: #D2D6DC;
  padding: 0;
}
div#siteSettingAccordion .panel.panel-default .panel-heading .panel-title a,
div#siteSettingAccordion .panel.panel-default .panel-heading .panel-title a.collapsed{
  font-weight: 500 !important;
  font-family: 'Roboto-Medium';
  display: block;
  padding: 10px 15px;
  color: #000;
  background-color: #EAF1FB !important;
  position: relative;
}
div#siteSettingAccordion .panel.panel-default .panel-heading .panel-title a:hover,
div#siteSettingAccordion .panel.panel-default .panel-heading .panel-title a[aria-expanded="true"]{
  background-color: #85D7FF !important;
}
div#siteSettingAccordion .panel.panel-default .panel-collapse .panel-body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 400;
}
div#siteSettingAccordion .panel.panel-default .panel-body .single-setting figure {
  width: 25%;
}
div#siteSettingAccordion .panel.panel-default .panel-body .single-setting figure img {
  max-width: 100px;
  object-fit: scale-down;
  object-position: center;
}
div#siteSettingAccordion .panel.panel-default .panel-body .single-setting {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.image-note{
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.15;
}
.toggle-arrow{
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  transition: all 300ms ease;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #000;
  padding: 3px;
  transform: rotate(45deg);
  transition: 300ms ease;
}
a[aria-expanded="true"] .toggle-arrow{
  transform: rotate(225deg);
  margin-top: -3px;
}
/* Site Setting Style End */

/* Release Version Modal Start */
.release-btn-content-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.release-btn-content-wrapper .btn{
  padding: 6px;
  margin-right: 8px !important;
  border: 2px solid #3472F7;
}
.custom-popover{
  position: absolute;
  left: auto;
  right: 8px;
  top: 52px;
  border: 0;
  z-index: 999;
}
.custom-popover a{
  color: #3472F7;
}
.custom-popover .popover-title {
  font-size: 15px;
  font-weight: 600;
  border: 0;
  padding: 5px;
}
.custom-popover .popover-content{
  padding: 0px 0 8px;
}
.custom-popover table{
  margin-bottom: 8px;
}
.custom-popover .close {
  color: #000;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 4px;
  margin: 0 !important;
}
.margin-bottom-0{
  margin-bottom: 0;
}
.custom-popover table th:first-child,
.custom-popover table td:first-child{
  width: 105px;
  white-space: nowrap;
}
.release-btn-content-wrapper .custom-popover table th{
  font-weight: 700;
}
.release-btn-content-wrapper .custom-popover table th,
.release-btn-content-wrapper .custom-popover table td{
  font-size: 12px;
  padding: 5px 8px;
}
.d-block{
  display: block !important;
}
.text-right{
  text-align: right;
}

.custom-modal .modal-header {
  padding: 8px;
  border-radius: 5px 5px 0 0;
}
.custom-modal .modal-header .modal-title{
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}
.custom-modal .modal-body{
  padding: 8px;
}
.custom-modal .close{
  color: #fff;
  opacity: 1;
}
.custom-modal .table tr th{
  white-space: nowrap;
  font-weight: 600 !important;
}
.custom-modal .table tr th,
.custom-modal .table tr td {
  vertical-align: top;
  font-size: 13px;
  padding: 5px 8px;
  color: #1F1F1F;
  min-height: 20px;
  line-height: 1.3;
}
.custom-modal .table tr th:nth-last-child(3),
.custom-modal .table tr th:nth-last-child(4),
.custom-modal .table tr td:nth-last-child(3),
.custom-modal .table tr td:nth-last-child(4){
  background-color: #ffbd9833;
}
.custom-modal .table tr th:nth-last-child(1),
.custom-modal .table tr th:nth-last-child(2),
.custom-modal .table tr td:nth-last-child(1),
.custom-modal .table tr td:nth-last-child(2) {
  background-color: #EAF1FB55;
}
.custom-modal .table tr td ol{
  padding-left: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.release-modal.modal .modal-dialog{
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  right: auto;
  margin: 0;
}
div#releaseModal .table-responsive {
  max-height: 400px;
  overflow-y: auto;
}
.custom-modal table thead{
  position: sticky;
  left: 0;
  top: -1px;
  width: 100%;
  z-index: 9;
  background: #fff;
  border: 1px solid #ccc !important;
}
.custom-modal table tr thead th{
  border: 1px solid #ccc !important;
}
/* Release Version Modal End */
.main-panel > .content .panel > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.wrapper {
  /* overflow-x: hidden; */
}

.input-icon-imp {
  cursor: pointer !important;
}
.download-wrap-apk {
  word-wrap: break-word;
}
.deployement-choose-file {
  padding: 5px 8px;
}
.dowloadapk {
  margin-top: 15px;
}
/* progress bar fota*/
.progress-wrap .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
.progress-wrap .progress-bar {
  font-size: 10px;
  line-height: 16px;
  background-color: #1dc7ea;
}
.progress-wrap .progress {
  border-radius: 20px;
  height:16px;
  max-width: 50%;
  margin-top: 10px;
}
.release-filename-wrap, .overflow-wrap{
  overflow-wrap: anywhere;
}
.release-name-os-type-width{
  width: 92px;
}
.release-os-type-width{
  width: 60px;
}
.release-created-date-width{
  width: 150px;
}
.release-action-width{
  width: 95px;
}
/* .sidebar-wrapper li.active{
  background: currentColor !important;
} */
.sidebar.sbn .sidebar-wrapper .nav li.active > a{
  background:#d2e4ffd4 !important;
  color: #000000 !important;
}
.file-download-vipzon {
  max-width: 300px;
  overflow: hidden;
}
.custom-filters .regbtn-submit,
.custom-filters .regbtn-reset {
  max-width: 130px;
}
.regbtn-export{
  margin-left:7px;
  padding: 5px 16px;
}
.hasDatepicker.form-control[readonly] {
  cursor: text;
  background-color: transparent;
}
.filtertop-wrap {
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-size: 13px;
}

.filtertop-wrap > select {
  margin: 0 8px;
  font-size: 12px;
}
.filtertop-wrap > select#goto-page {
  margin-right: 0;
}
.cross-search-alignment .view-detail-cross-icon{
  left: auto !important;
  right:20px;
  top: 52% !important;
}
.search-padding-right{
  padding-right: 30px;
}
.list-device-input {
  height: 28px;
  background-color: #ffffff;
  width: 100%;
  padding: 13px 16px;
  font-family: "Roboto-Flex",sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #767B81;
  border: 1px solid #e7e7e7;
  border-radius: 90px;
  margin-bottom: 10px;
}
.custom-list-device .device-group-sep span.listofdevice-item {
  border-bottom: 1px solid #fff;
  color: #1A2034;
  font-size: 12px;
  margin-bottom: 3px;
  padding: 0;
}
.custom-list-device .listofdevice-wrap{
  max-height: 120px;
  width: 100%;
}
.custom-list-device span.div-val-inner {
  width: 100%;
}

.custom-list-device .device-group-sep-inner {
  display: block;
}
.custom-list-device span.search-ls-icon:after {
  background: url(../../assets/images/search-device-icon.svg) no-repeat center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 11px;
  content: "";
  z-index: 999;
}

.custom-list-device span.list-device-search-group {
  position: relative;
}
.custom-list-device .list-device-input {
  padding-left: 15px;
  transition: all 0.4s ease;
}
.custom-list-device .list-device-input:focus {
  border-color: #9bcbf7;
}
.added-group-row.remove-margin-bottom{
  margin-bottom:8px;
}
.createdBy {
  text-align: right;
  font-size: 12px;
  font-style: italic;
}
.createdBy>span {
  font-weight: 600;
  margin-left: 2px;
}

.listofdevice-wrap::-webkit-scrollbar {
  width: 7px; 
}
.listofdevice-wrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #F4F7FA; 
  border-radius: 10px;
  background: #F4F7FA;
}
.listofdevice-wrap::-webkit-scrollbar-thumb {
  background: #D2D6DC; 
  border-radius: 10px;
}
.listofdevice-wrap::-webkit-scrollbar-thumb:hover {
  background: #85C7E8; 
}
.swal2-container{
  z-index: 99999 !important;
}
.Current-Date-note{
  display: flex;
  flex-direction: column;
}
.Current-Date-note span {
  text-align: left !important;
}
.input-devices{
  border: 1px solid #ccc;
  background: #f5f5f5;
  width: 80px;
  border-radius: 3px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-left-items-devices {
  display: flex;
  gap: 10px;
  align-items: center;
}

.fullscreen #OpenLayers_Map_2_OpenLayers_ViewPort{
    height: calc(100vh - 0px) !important;
  }

#OpenLayers_Map_2_OpenLayers_ViewPort{
    height: calc(100vh - 250px) !important;
  }
  
.custom-filters.icon-position .cross-search-alignment .view-detail-cross-icon {   
    top: 56% !important;
} 
.custom-filters.icon-position  input {   
   padding-right: 25px;
} 


.btn-city{
  background: #1DC7EA !important;
  border-color: #1DC7EA !important;
}

.city-alignment{
  display: flex;
  align-items: baseline;
}

.padding-right-0{
  padding-right: 0px !important;
}

input#search_filter::placeholder {
    font-size: small;
}
