@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
 /* 
    ================================================================
    Custom Css Classes
    ================================================================
  */
  *{
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      font-family: 'Ubuntu', sans-serif;
      
  }

 .home__visitors__boxs {
    position: relative;
    box-shadow: 0px 0px 30px rgba(24, 35, 97, 0.1);
}
.home__visitors__boxs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
/* curser pointer hover */
.planshadow:hover{
    cursor: pointer;
    filter: drop-shadow(10px 10px 50px rgba(24, 35, 97, 0.15));
    -webkit-filter: drop-shadow(10px 10px 50px rgba(24, 35, 97, 0.15));
}
.planshadow:hover button {
    background: #5972F8;
    color: white;

}
/* Reviews */
.home__reviews_main{
    filter: drop-shadow(10px 10px 50px rgba(24, 35, 97, 0.15));
    -webkit-filter: drop-shadow(10px 10px 50px rgba(24, 35, 97, 0.15));
}

/* Login  */

.sill__loin_form input{
    border-color: #828282;
    color:#828282;
}
.sill__loin_form input:focus{
    border-color: #5972F8;
    border: 1px solid #5972F8;
    outline: none;
}
 .new_textcolor {
    color:#828282;
}
 /* 
    ================================================================
  DashBoard 
    ================================================================
  */

/* .dash__border__right {
    position: relative;
} */


.dash__bg{
    background: #F5F5F5;
    min-height: 100vh;
    /* overflow-y:scroll;
    -ms-overflow-style: none !important; 
    scrollbar-width: none !important; 
    -ms-overflow-style: none !important;  */
}
/* .dash__bg::-webkit-scrollbar {
    display: none !important; 
    visibility: hidden !important; 
  } */
/* .dash__border__right:after {
    content : "";
    position: fixed;
    right: 0;
    z-index: 100;
    top : 0;
    width  :40px;
    height   : 100%; 
    background: #5972F8;
    transform: rotate(-180deg);
} */

/* container-padding  */
.container_width {
    max-width: 1180px ;
} 



.dash__cet__pop button{
    box-shadow: 10px 10px 50px rgb(16 84 127 / 15%);
    padding: 8px 17px;
    text-align: left;
    padding-left: 17px;
    padding-right: 90px;
}
.dash__sidebar ul li {
    background: #5972F8;
    box-shadow: 10px 10px 50px rgba(16, 84, 127, 0.15);
    transition: transform 1s;
    opacity: 1;
    

}
.dash__sidebar ul li:hover{
    background: #5972F8;
    opacity: 0.8;
}
.dash__sidebar ul li a{
    line-height: 38px;
} 

/* .dash__pop__view {
  
    border: 8px solid #F8F8F8;
    box-sizing: border-box;
    box-shadow: 40px 40px 100px rgba(24, 48, 63, 0.25);
    border-radius: 40px; 
    border-bottom-left-radius: 40;
    border-bottom-right-radius: 40px; 
} */
/* .dash__top__pup {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px; 
    
    background: #F8F8F8;
    border: 8px solid #F8F8F8;
    box-sizing: border-box;
     box-shadow: 20px 20px 50px rgba(24, 35, 97, 0.15);
} */

.dashbrd_bg {
    background: #F8F8F8;
    box-shadow: 40px 40px 100px rgba(24, 48, 63, 0.25);
    border-radius: 40px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    
}

.dash__stor__bg input[type='file']{
    visibility:hidden;
    width:0;
    height:0
}
.dash__stor__bg  {
    width: 50px;
    height: 50px;
    position: relative;
}
.dash__stor__bg  img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:2;
}
.dash__stor__bg:after{
    content : "";
    position: absolute;
    width:57px;
    height: 57px;
    top: 49%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgba(89, 114, 248, 0.2);
}

.dash__stor__bg:before {
    content : "";
    position: absolute;
    width:70px;
    height: 70px;
    top: 49%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background:rgb(89, 114, 248 ,0.1);
}
.dash__pop__view__text h6 {
    line-height:28px;
    font-size:18px ;
    font-weight: 700;
    text-align: center;
    /* z-index: 10; */
}


/* Dashbord Main page */
.dash__cet__pop {
    position:absolute;
    top: 18px;
}

.dash__view_sec {
    background: #6461EB;
    border-radius: 17px;
}
.dash__view_sec  .dash_home__sale {
    padding: 1px 23px;
    border-radius: 8px;
}
.dash__inline__btn button {
    box-sizing: border-box;
    border-radius: 8px;
    /* padding: 2px 22px; */
}

.dash__inline__btn button:first-child{
border: 1px solid #44545F;
}
.dash__inline__btn button:nth-child(2) {
    border: 1px solid #FF7F7C;
  }
  .dash__inline__btn button:nth-child(3) {
    border: 1px solid #6530E7;
  }
  .bg_dash__view_sec {
    background: #fff;
    border-radius: 17px;
  }

.dash__view_sec__image_sec {
    position: relative;
}
.dash__view_sec__image_sec iframe{
    position: relative;
    z-index: 10;
}
.dash__view_sec__image_sec::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-color: rgba(255, 255, 255, 0.3);
   /* z-index: 99; */
}
.dash__view_sec__image_text{
    position:absolute;
    top: 25%;
    /* z-index: 100; */
    max-width: 100%;
    
}

.dash__view_sec__image iframe {
    width: 100%;
    height: auto;
}
.dash__view_sec__image_text h6{
    color: #2F3474;
    padding-left: 25px;
}
.dash__view_sec__image_text p{
    
    
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #222;

}
.dash____view {
    scrollbar-width: none;
    max-height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* margin-bottom: 50px; */
}
.dash____view::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  /* .scrollable-element {
  scrollbar-width: none;  
} */
.dast__right__side_switch {
    width: 14%;
}
.dast__right__side_switch input[type="checkbox"]{
    width: 25px;
    height: 25px;
    margin-top: 3px;
    box-shadow: none;
    border-width: 0px;
}
.dast__right__side_switch input[type="checkbox"]:focus{
    outline:none;
    border: none;
    border-color: none;
    box-shadow: none;
}
.dast__right__side_switch label {
    height: 31px;
    margin-bottom: 6px;
}

.toggle-checkbox:checked{
    outline:none;
    border: none;
    border-color: none;
    box-shadow: none;
    background-image: none;
    color: #fff;
}
.dash_home__savebtn{
    padding: 4px 26px;
    border-radius: 8px;
}

.dash_hello_text {
    border: none;
}
.dash_hello_text:focus{
    outline: none;
    border-color: inherit;
    box-shadow: none;
}

.toggle-checkbox:checked {
    @apply: right-0 bg-indigo-lighter;
    right: 0;
    border-color: #AFA2E9;;
  }
  .toggle-checkbox:checked + .toggle-label {
    @apply: bg-indigo-lighter;
    background-color:#AFA2E9; 
  }


 /* 
    ================================================================
        Newsfeed Page 
    ================================================================
  */

  .newsfeed_heading {
      position: relative;
      top: -60px;
  }
  
  .newsfeed_radio input[type="radio"] {
      display: none;
  }

  .newsfeed_btn_icn{
      width: 50px;
      height: 50px;
      position: relative;
      background: rgba(47, 128, 237, 0.1);
      margin-top: 11px;

  }
  .newsfeed_btn_icn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.newsfeed_btn_icn:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    top: 49%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgb(89, 114, 248 ,0.1);
}
 /* .newsfeed_radio input[type="radio"]:checked + label {
    background: grey;
    color: #fff;
  } */
 



  .dash__copy_clip textarea {
      padding: 10px;
      height: 130px;
      resize: none;
  }

  .dash__copy_clip button {
    padding: 9px 0px;
    border-radius: 8px;
  }
  .dash__copy_clip button:focus{
      outline:none;
      border: none;
  }

  /* box-shadow: 0px -2px 10px rgba(16, 84, 127, 0.1); */

  .stor__item {
      background-color: #fff;
      padding: 20px 15px;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
  }
.stor__item_label {
    color: rgba(0, 0, 0, 0.87);
}

.stor__item_image img{
    display: inline-block;
    float: right;
    padding-top: 14px;
    
}

.stor__items_sec {
    box-shadow: 0px -2px 10px rgba(16, 84, 127, 0.1);
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.stor__items_sec ul li {
    color: rgba(0, 0, 0, 0.87);
    padding: 4px 15px;
    cursor:pointer;
}
.stor__items_sec ul li.acitve_item{
    background: #5972F8; 
    color: #fff;
}

.add_stor button{
    padding: 7px 9px;
    border-radius: 10px;
}

.add_store_pop input[type="textarea"]{
    height: 120px;
    border-color: #6b7280;
    border: 1px solid #6b7280;
}
/* background: #5972F8; */


/* Login Page */
.sill__loin_form label span{
    color: #4F4F4F;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}
.sill__loin_form input:focus{
    box-shadow: none;
}

/* .home_registerbtn{
    border: 2px solid #5972F8;
} */

/* Registration */
.regis_passwd_sec {
    position: relative;
}
.regis_passwd_sec i {
    color:#828282;
    font-size: 20px;
    position:absolute;
    bottom:10px;
    right: 10px;
    cursor:pointer;
}
.paytment_name input{
    border-color: #828282;
    color:#828282;
}
.paytment_name input:focus {
    border-color: #5972F8;
    border: 1px solid #5972F8;
    outline: none;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.faster {
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.add_store_btn {
    padding: 6px 20px;
}
/* footerbottom margin */


.add_store_input input {
    border: none;
    box-shadow: none; 
}
.add_store_input select{
    border: none;
    box-shadow: none;
}
.add_store_input input:focus{
    border: none;
    box-shadow: none; 
}
.add_store_input label {
    font-weight:normal;
}

.translate_form input:focus{
    border: none;
    box-shadow: none;
}
.translate_form input::-webkit-input-placeholder { 
    color: #BDBDBD;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
  }
  
  .translate_form input:-ms-input-placeholder { 
    color: #BDBDBD;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 28px;
  }
  
  .translate_form input::placeholder {
    color: #BDBDBD;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
  }
  .right_side_pop {
      z-index: 9999999;
  }

  /*  myLead */

  .myLeads_color {
    width: 95px;
    padding-top: 5px;
   -webkit-padding-start: 10px;
    padding-bottom: 3px;
    border-radius: 8px;
    padding-right: 10px;
    -moz-padding-before:2px;
    -moz-padding-after:2px;
  }
  .myLeads_color input[type="color"]{
      border: none;
      box-shadow: none;
      cursor:pointer;
      background-color: #fff;
      
  }
  .myLeads_color input[type="color"]:focus{
      border: none;
      outline: none;
  }
  .myLeads_color img {
    -webkit-padding-end: 10px;
      object-fit: cover;
      padding-top: 13px;
      padding-right: 3px;
  }
  .color_btn_input {
    -webkit-appearance: none;
    border: none;
    border-radius: 8px;
    
    
  }
  .color_btn_input::-moz-color-swatch {
    -webkit-appearance: none;
    border: none;
    border-radius: 8px;
    width: 67%;
    padding-left: 0px; 
  }
  
  input[type=color]::-moz-color-swatch {
    margin-top: 2px;
    border-radius: 8px;
    border-style: none;
    height: 80%;
  }
  .color-img {
    margin-top: 2px;
  
  }
  .color-img::-moz-color-swatch {
    margin-top: 2px;
  
  }
  
  .color_btn_input::-webkit-color-swatch {
    border: none;
    border-radius: 8px;
   
  }
  .color_btn_input::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 8px;
    
  }
  .myLeads_status_input input::placeholder {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: #828282;
   }
   .myLeads_status_input input:-ms-input-placeholder{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: #828282;
   }
   .myLeads_status_input input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    color: #828282;
   }

   .myLeads_results {
       border-radius: 8px;
       width: 100%;
       /* height: 10%; */
       transition: transform 1s;
       padding: 4px 4px;
   }
   .myLeads_results:hover {
       cursor: pointer;
   }
   .myLeads_results:hover .show_results_text{
    background: #ECF8FF;
    border-radius: 8px;
    /* margin-top: 2px; */
    height: 100%;
    /* padding-top: 2px; */
   }
  
   .show_results_text {
        padding: 6px 16px;
       width: 82%;
       float: left;
       /* margin-top: 7px; */
   }
   .show_results_color {
    width: 8%;
    height: 24px;
    float: left;
    margin-top: 8px;
    border-radius: 6px;
   }
   .show_results_delbtn {
    float: left;
    width: 8%;
    margin-top: 10px;
   }

   /* css for new slick slider */
   /* .subscription_plan .slick-slide{
       max-width:inherit;
   } */

   /* end of css new slick */
   .show_results_delbtn img {
       cursor:pointer;
   }

   .user_profile_logoutbtn button{
       width: 100%;
       background-color:transparent;
       border: 1px solid #5972F8;
       color: #4F4F4F;
       text-align: center;
       font-size: 18px;
       font-weight: 500;
       line-height: 28px;
       font-family: 'Ubuntu', sans-serif;
       border-radius: 8px;
       
   }
   .user_profile_logoutbtn button:hover{
    background: #5972F8;    
    opacity: 0.85;
    color: #fff;
    text-align: center;
   }

.newsfeeds_col_width {
    width:74.666667%;
}
.bg_white_gray_light {
    background: #F7F7F7;
    padding: 40px 0px;
}
.price_active {
    color:#fff;
    background: #5972F8; 
    border: 1px solid #5972F8;
    border-radius: 50px;
    transition: background-color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}

/* .monthly_price_active_plan {
    display: none;
} */

.yearly_price_active_plan .grid div.bg-white{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* .yearly_price_active_plan .grid:hover div.bg-white{
    margin-top: 10px;
} */

/* Show the bg on title  */

/* .yearly_price_active_plan{
    display: flex !important;
    height: 0px;
    overflow: hidden;
  }
  
  .yearly_price_active_plan.active{
    height: auto;
  } */


.dash__pop__view__text h6 {
    position: relative;
}
.view_text_bg {
    position: absolute;
    background: rgba(89, 114, 248, 0.2);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    left: 35%;
    top: 14%;
}
.view_text_bell {
    position: absolute;
    
    background: rgba(89, 114, 248, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 72%;
    margin-top: 24px;
    
    transform: translate(-50%,-50%);
}
.view_text_bg::before {
    content: "";
    position: absolute;
    width: 50px;
    height:50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgba(89, 114, 248, 0.2);
}
.view_text_bg::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: #5972F8;
    opacity: 0.1; 
}

.dash_main_pop{
    border: 0.5px solid #5972F8;
    box-sizing: border-box;
    border-radius: 16px;
    color: #4F5256;
    padding: 7px 18px;
}
.dash_main_pop:focus{
    outline:none;
}

.dash_pop_label label{
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}
.dash_pop_label label span{
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}
.dash_pop_label input {
    border: none;
}
.uplode__image_dashpop img.pop_img{
    width: 50%;
    float: left;
    object-fit: cover;
    height: 78px;
    border-radius: 8px;
}
/* .uplode__image_dashpop button {
    margin-top: -40px;
} */
/* fontsizes start */
.text-smx {
    font-size: 20px;
    line-height: 26px;
  }
.text-xm{
    font-size:16px;
    line-height: 22px;
  }
  .text-mx{
    font-size:25px;
    line-height: 30px;
  }
  .text-lg{
    font-size:18px;
    line-height: 28px;
  }
  .text-xl{
    font-size:24px;
    line-height: 34px;
  }
  .text-3xl{
    font-size:32px;
    line-height:42px;
  }
  .text-4xl{
    font-size:40px;
    line-height:48px;
  }
  .text-5xl{
    font-size:42px;
    line-height: 54px;
  }
  .text-6xl{
    font-size:60px;
    line-height: 78px;
  }
 
  

  /* fontsizes end */


  .dash_save_pop_btn {
    border-radius: 8px;
    color:#5972F8;
    padding: 6px 18px;
  }
  .border_radius_8 {
      border-radius: 8px;
  }

  .new_hidden_text{
    top: -25px;
    font-size: 18px;
    line-height: 18px;
  }

  /* DashBoard  lines layers */

  .dash__stor__icn {
      position: relative;
  }
  .uplode_image_layout {
    position: absolute;
    background: rgba(89, 114, 248, 0.2);
    width: 35px;
    height: 35px;
    top: -70px;
    left: 0;
    border-radius: 50%;
    margin-left: 8px;
  }
  .uplode_image_layout h1{
    font-size: 16px;
    line-height: 32px;
    color: #4F4F4F;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;        
} 
.uplode_image_layout::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgba(89, 114, 248, 0.2);
}
.uplode_image_layout::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: #5972F8;
    opacity: 0.1;
}
.dash__pop__view__text {
    position: relative;
}
.text_border_layout {
    position: absolute;
    background: rgba(89, 114, 248, 0.2);
    width: 35px;
    height: 35px;
    top: -70px;
    left: 46%;
    transform: translateX(-50%);
    border-radius: 50%;
  }
  .text_border_layout h1{
    font-size: 16px;
    line-height: 32px;
    color: #4F4F4F;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;        
} 
.text_border_layout::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgba(89, 114, 248, 0.2);
}
.text_border_layout::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: #5972F8;
    opacity: 0.1;
}
.bell_icon_layout {
    position: absolute;
    background: rgba(89, 114, 248, 0.2);
    width: 35px;
    height: 35px;
    top: -70px;
    right: 8%;
    border-radius: 50%;
}
.bell_icon_layout::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgba(89, 114, 248, 0.2);
}
.bell_icon_layout::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: #5972F8;
    opacity: 0.1;
}
.bell_icon_layout h1{
    font-size: 16px;
    line-height: 32px;
    color: #4F4F4F;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;        
} 

.right__side_layout {
    /* position: absolute; */
    background: rgba(89, 114, 248, 0.2);
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
}
.right__side_layout h1{
    font-size: 16px;
    line-height: 32px;
    color: #4F4F4F;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500; 
}

.right__side_layout::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: rgba(89, 114, 248, 0.2);
}
.right__side_layout::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background: #5972F8;
    opacity: 0.1;
}

.uplode_image_line:after {
    content: "";
    position: absolute;
    height: 26px;
    border: 1px solid #000;
    left: 50%;
    top: 100%;
    margin-top: 6px;
}
.text_border_line:after {
    content: "";
    position: absolute;
    height: 29px;
    border: 1px solid #000;
    left: 50%;
    top: 100%;
    margin-top: 6px;
}





/* My Leads Page */

.my_leads_header {
    position: relative;
    top: -90px;
}
.import_leads {
    color:#FFFFFF;
}


.my_leads_select {
    background-color: #fff;
    border: none;
    font-size: 18px;
    line-height: 28px;
    border-radius: 16px;
    
    box-shadow: 10px 10px 50px rgba(16, 84, 127, 0.12);
}
.my_leads_select option {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    
    background-color: #fff;
    outline: none;
    
}
.my_leads_select:focus {
    border: none;
    border-color: none;
    outline: none;
    box-shadow: none;
}




/* Slick icon */

/*  */
/* .yearly_price_active_plan .slick-prev , .yearly_price_active_plan .slick-next{
    display: none !important;
}

.yearly_price_active_plan.active .slick-prev , .yearly_price_active_plan.active .slick-next{
    display: block !important;
} 
.hide-arrow .yearly_price_active_plan .slick-prev , .yearly_price_active_plan .slick-next{
    display: none !important;
}

.hide-arrow .yearly_price_active_plan.active .slick-prev , .yearly_price_active_plan.active .slick-next{
    display: none !important;
} */
.subscription_plan .slick-next {
    right: -3px !important;
}
.subscription_plan .slick-prev {
    left: -3px !important;
    z-index: 1;
}
/* .welcome_page_slider .slick-slide {
    margin-right:15px;
    margin-left:15px;
} */
.home__reviews .slick-prev , .home__reviews .slick-next{
    display: none !important;
}

.home__reviews .slick-prev , .home__reviews .slick-next{
    display: none !important;
}

.myLeads_scroll_text {
    max-height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

/* Email Verify code */
.email_virify_btn button {
    background: #5972F8;
    border-radius: 16px;
    font-family: 'Ubuntu', sans-serif;
    color:#fff;
}
.email_virify_btn button:hover{
    background: #5972F8 ;
    color:#fff;
    opacity: 0.85;
}
.email_virify_btn a{
    background: #5972F8;
    border-radius: 16px;
    font-family: 'Ubuntu', sans-serif !important;
    color: #fff;
    padding: 11px 9px;
    font-weight: 500;
    border-width: 0px;
}
.email_virify_btn a:hover{
    opacity: 0.85;
}
.verification_text p {
    text-align: center;
    color: green;
    font-family: 'Ubuntu', sans-serif;
    font-size:16px;
    font-weight: 500;
}



select, option {
    font: -moz-pull-down-menu;
    font-family: 'Ubuntu', sans-serif;
  }


/* Mobile  Responsiveness  Design */
@media (min-width: 1024px) {
    .view_text_bell {
        left: 75%;
    }
    
.view_text_bg {
 
    left: 38%;
}

}
@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .view_text_bell {
        left: 70%;
    }
    
.view_text_bg {
 
    left: 34%;
}

}

@media (max-width: 768px) {
    .welcome_page_slider .slick-slide {
    margin-right:15px;
    margin-left:15px;
    margin-bottom: 15px;
}
   

}
@media (max-width: 600px) {
    .sm_32_font {
        font-size: 32px;
        line-height: 42px;
    }
    .sm_24_font {
        font-size: 24px;
        line-height: 34px;
    }
    .sm_width_100{
        width: 100%;
    }
    .newsfeeds_col_width {
        width: 100%;
    }
    .newsfeed_btn_icn {
        position: absolute;
        left: 70%;
        margin-top: 0px;
    }
    .newsfeed_heading {
        
        top: -35px;
    }
    .show_results_text {
        padding: 6px 0px;
        width: 65%;
        float: left;
        margin-left: 20px;
    }
    .show_results_color {
        width: 33px;
        
    }
    .show_results_delbtn {
        margin-left: 20px;
    }
    .my_leads_header {
        top: -40px;
    }
    
    
    .dash__cet__pop {
        width: 100%;
        top: 300px;
    }
    .dash__cet__pop button{
        margin: auto;
        text-align: center;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .right__side_layout {
        
        margin-top: 12px;
    }
    .dast__right__side_switch {
        width: 18%;
        
    }
    .dast__right__side_switch .toggle-label {
    
        background: rgba(120, 120, 128, 0.16);
    }
    .view_text_bell {
        left: 67%;
    }
    .font-20-26 {
        font-size: 20px;
        line-height: 26px;
      }
      .uplode_image_line:after {
        
        left: 49%;
        
    }
    .dash_main_pop {
        
        padding: 7px 30px;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    .hide-arrow .yearly_price_active_plan.active  {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
   
    .bg_white_gray_light {
        background: #F7F7F7;
        padding: 0px 0px;
    }
    .home__reviews .reviews_mobile_slider.slick-slider {
        margin-bottom: 0px !important;
    }
   
 
    
}
.home__reviews .slick-slide img{
    display: inline;
}
.home__reviews .reviews_mobile_slider .slick-list.draggable{
padding: 0px 32px;
}

  .active_white_color{
    color: #fff !important;
  }
/* select arrow */
select.sel_drop_down  { 
    overflow: -moz-hidden-unscrollable;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Ubuntu', sans-serif;
  }
  
  select.select_font   {
    
    padding-left: 20px;
    
}
select.sel_drop_down option {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  
  /* arrows */
  
  select.drop_arrow {
    background-image:
      linear-gradient(45deg, transparent 50%, black 50%),
      linear-gradient(135deg, black 50%, transparent 50%);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      100% 0;
    background-size:
    5px 8px, 5px 8px,
      2.5em 2.5em;
    background-repeat: no-repeat;
  }
  
  select.drop_arrow:focus {
    background-image:
      linear-gradient(45deg, black 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, black 50%),
      linear-gradient(to right, white, white);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      100% 0;
    background-size:
    5px 8px, 5px 8px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: white;
    outline: 0;
  }
  
  /* .reviews_mobile_slider .home__reviews_main{
      flex: 1;
  } */

  /* pre tag */
 .responsive-pre-tag {
    white-space: pre-wrap;
    word-break: break-all;
  }
  .translation_input input { 
    border: 1px solid white;
    
}
  .translation_input input:focus { 

    border: 1px solid  #5972F8;
    
}

/* ul li */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}
