@font-face {
  font-family: 'GilroySemiBold';
  src: url('../fonts/GilroySemiBold.eot');
  src: url('../fonts/GilroySemiBold.eot') format('embedded-opentype'),
       url('../fonts/GilroySemiBold.woff2') format('woff2'),
       url('../fonts/GilroySemiBold.woff') format('woff'),
       url('../fonts/GilroySemiBold.ttf') format('truetype'),
       url('../fonts/GilroySemiBold.svg#GilroySemiBold') format('svg');
}

html{ height:100%;}

body{ height:100%; background: #F3F6FF;  margin: 0px; padding: 0px; font-weight: 400; color: #172144; font-size: 14px;
  overflow-x:hidden; font-family: "Poppins", sans-serif;}

.text_blue_1{ color: #1a46e4;}  
.text_light_blue{ color: #737FA4;}
.font15{ font-size: 15px;} 
.font20{ font-size: 20px;}
.font12{ font-size: 12px;}

.btn {
  color: #fff;
   background: #1A46E4; border:none; font-size: 16px;
   display: inline-flex; align-items: center; justify-content: center;
   padding: 5px 10px;
   border-radius: 7px; 
  -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear; }
.btn:hover{ background: #172144; color: #fff; border: none;}
.link_lg_1 {display: inline-block; text-decoration: none; color: #1A46E4;} 
.link_lg_1:hover{ color:#172144 ;}

h1, h2, h3, h4, h5, h6{font-family: "Poppins", sans-serif; color: #172144; font-weight: 700;}

.login_inner{ height: 100vh; } 
.login_bx_1 img{ max-width: 430px; width: 100%;} 

.login_form{ max-width: 412px; }
.login_form h2{ font-size: 50px; line-height: 54px; letter-spacing: -2px;}
.form-control{ box-shadow: none !important; height: 53px; padding: 5px 20px; border: 1px solid rgba(0,0,0,.09); font-size: 13px;} 
.form-control::-moz-placeholder{color:#737FA4; opacity:1;} 
.form-control::placeholder{color:#737FA4; opacity:1;}  
.login_form .btn{ height: 56px;} 

.input-group .input-group-text{ width: 50px; display: inline-flex; align-items: center; justify-content: center; background: #fff; border:none; border-left: 0px; top: 1px; right: 1px; bottom: 1px;} 
.password_f_rw .form-control{ padding-right: 52px;} 
.copyright_lg{ font-size: 14px;}



/*========================================= Start navigation ====================================*/
.header{ background: #fff; padding: 15px 0px; border-bottom: #9EA5BF 1px solid;} 
.navbar-brand img{ width: 126px;}

.navbar-light {
  background: none !important;
}

.navbar-nav>li {
  position: relative; margin-right: 40px;
  
}

.navbar-nav>li:last-child{ margin-right: 0px;}

.navbar-nav>li>a {
  color: #060E2B !important; position: relative;
  font-weight: 400; 
  font-size: 16px; line-height: 24px;
  border-radius: 0px;
  padding: 0px 0px!important; display: flex; align-items: center; justify-content: center;
  text-decoration: none; 
}



.navbar-nav>li>a.active,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li:hover>a {
  color: #1A46E4 !important;
  background:none; 
}

.navbar-nav>li>a.active:before,
.navbar-nav>li>a:hover:before,
.navbar-nav>li>a:focus:before,
.navbar-nav>li:hover>a:before{ content: ""; background: #1A46E4; height: 4px; position: absolute; left: 0px; bottom: -24px; right: 0px;}

.navbar-nav>li>.dropdown-toggle:after {
  position: relative; border: none;
  bottom: -1px;
  content: "\f107"; font-family:'FontAwesome';
}

.navbar-nav>li>.dropdown-menu {
  border: none;
  background: #58db21;
  border-radius: 0px;
  padding:0px;
  
}

.navbar-nav>li>.dropdown-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  outline: none !important;
  background: none !important; white-space: nowrap;
padding: 8px 20px !important; border-bottom: #fff 1px solid;
}

.navbar-nav>li>.dropdown-menu li a:hover,
.navbar-nav>li>.dropdown-menu li a:focus {
  color: #1e1e28;
  background: #fff !important;
}


/*========================================= End navigation ====================================*/ 

.top_right > ul > li > a{ display: inline-flex; background: #1A46E4; align-items: center; width: 42px; height: 42px; border-radius: 100%; justify-content: center;} 
.top_right > ul > li{ margin-left: 10px;} 
.top_right > ul > li > a:hover{ background: #060E2B;} 

.unlock_p_bx{ max-width: 840px;} 
.heading_u{ min-height: 143px; border-radius: 20px 20px 0px 0px; background: #1A46E4 url(../images/pattern.png) repeat center top; padding: 30px 5px 50px;} 
.heading_u h2{ font-size: 35px; line-height: 45px;} 
.unlock_p_bdy{ border-radius: 20px; margin-top: -50px;} 

.unlock_form{ max-width: 576px;}  
.unlock_form .form-control{ height: 61px; border-radius: 12px; border: 1px solid rgba(26,70,228,.21);}

.btn2{ height: 65px;} 

.report_analyzes{ background: #F4F7FF; padding: 25px 30px; margin: 0px 36px; border-radius: 16px; border: #1A46E4 1px solid;}

.light_btn{ background: #fff; max-width: 260px; color: #1A46E4; height: 51px; border-radius: 8px; font-size: 14px; text-decoration: none;} 
.light_btn:hover img{ filter: brightness(0) invert(1);} 


.filter_rw > ul > li{ width: 46.8%; position: relative;}
.filter_rw > ul > li > a{ display:flex; align-items: center; min-width: 113px; height: 37px; justify-content: center; background: #F3F6FF; color: #4F5464; font-size: 12px; border: 1px solid rgba(26,70,228,.07); border-radius: 12px; text-decoration: none;} 
.filter_rw > ul > li > a .fa{ color: #9AA1C4; margin-left: 6px; position: relative; bottom: -1px; font-size: 14px;} 
.filter_rw > ul > li .dropmenu{ left: 0px; top: 100%; width: 190px;} 
.filter_rw > ul > li > a:hover, .filter_rw > ul > li:hover > a{border: 1px solid #1A46E4;} 
.filter_rw > ul > li .dropmenu .form-check .form-check-input:checked[type="checkbox"] + label{ color: #1A46E4;} 
.filter_rw > ul > li .dropmenu .form-check .form-check-input:checked{ background-color: #1A46E4; border-color: #1A46E4;} 
.filter_rw > ul > li:last-child .dropmenu{ left: inherit; right: 0px;}

.h100vh{ height: 100vh;} 

.user_interface{ border-radius: 25px; background: #F3F6FF; border: #9EA5BF 1px solid; padding:23px 30px;} 
.ui_link ul li a{ display: inline-block; padding: 5px 10px; text-decoration: none; font-size: 10px; border-radius: 6px;} 
.ui_link ul li a.ui_lnk_a{ background: #B8F8DF; color: #000000;} 
.ui_link ul li a.ui_lnk_b{ background: #1A46E4; color: #ffffff;} 
.user_interface h3{ font-size: 25px; font-weight: 400; line-height: 30px; color: #000000;} 

.user_interface.ui_2{ background: #0F1527; border: none;} 

/* .dashboard_center:before{ content: ""; width: 1px; background: #9EA5BF; position: absolute; left: 32.5%; top: 0px; bottom: 0px;}  */
/* .dashboard_center:after{ content: ""; width: 1px; background: #9EA5BF; position: absolute; right: 32.5%; top: 0px; bottom: 0px;}  */

.create_assistant_bot{ background: #1A46E4; border-radius: 20px; padding: 20px;} 
.cab_pic{ background: #FFFFFF; padding:8px 10px; border-radius: 15px; margin-left: -10px;} 

.btn_2{ display: inline-block; text-decoration: none; border-radius: 6px; color: #234DE5; line-height: 22px; font-size: 12px; padding: 4px 10px; background: #fff;} 
.btn_2:hover{ background: #000; color: #fff;} 

.category_rec ul li{ margin-bottom: 30px;} 
.category_rec ul li:last-child{ margin-bottom: 0px;}
.category_rec ul li .ic_bx i{ width: 36px; display: inline-flex; align-items: center; justify-content: center; height: 36px; border-radius: 50px;} 
.category_rec ul li .ic_bx i img{ height: 16px;} 
.category_rec ul li .detail{ background: #fff; border-radius: 24px; padding: 20px; border: 1px solid rgba(26,70,228,.26); width: 100%;}  
.category_rec ul li h6{ font-weight: 600; font-size: 16px;} 
.category_rec ul li .detail .t_wrap .btn_c_1{ text-decoration: none;} 
.category_rec ul li .detail .t_wrap h5{ font-size: 13px; font-weight: 600;}

.b_bg{ background: #B8F8DF;}  
.b_bg_2{ background: #FFD0C1;}
.b_bg_3{ background: #D7F77C;}
.b_bg_4{ background: #C1F8FF;}

.lh18{ line-height: 18px;} 
.font16{ font-size: 16px;}

.ds_form .form-control{ background: #F3F6FF; font-size: 12px; color: #000000;  border: 1px solid rgba(26,70,228,.26); border-radius: 8px; height: 44px;} 
.ds_form textarea.form-control{ height: 100px;}  
.ds_form select.form-control{background: #F3F6FF url(../images/down-arrow.svg) no-repeat right  10px center; padding: 0px 25px 0px 15px;}

.ds_form .btn{ border-radius: 10px; font-size: 12px; font-weight: 400;} 
.logo_f_last a{  width: 100%;  background: #F3F6FF; 
  
  /*
  display: flex; align-items: center; justify-content: center; 
  height: 65px; 
  border-radius: 8px; */
} 


.publishing{ background: #F3F6FF; border-radius: 30px; padding: 20px 25px;} 
.publishing h4{ font-size: 23px;  font-family: 'GilroySemiBold'; padding: 30px 0px 5px; font-weight: normal; color: #000000; line-height: 30px; }
.publishing .btn{ font-size: 12px; width: 118px; height: 42px;} 

.learn_hw_bx{background: #0F1527; border-radius: 30px; padding: 30px 40px;} 
.learn_hw_bx h4{font-size: 23px;  font-family: 'GilroySemiBold'; font-weight: normal;}
.light_btn{ background: #fff; display: inline-flex; align-items: center; justify-content: center; width: 118px; height: 42px; font-size: 12px; color: #1A46E4;} 

.overlaybg{ background: #fff; position: fixed; z-index: -1; left: 0px; top: 0px; right: 0px; bottom: 0px;} 


#loginpopup .modal-dialog{  max-width: 400px;}   
#loginpopup .btn_close{ right: -8px !important; top: -8px !important;}
#loginpopup .modal-title{ color: #1A46E4; padding-bottom: 15px; font-size: 25px; font-weight: 700;}
.ul_btn_rw li{ margin-bottom: 10px;} 
.ul_btn_rw li:last-child{ margin-bottom: 0px;}
.ul_btn_rw li a{ height: 66px; padding: 5px 20px; width: 100%; font-size: 20px; color: #fff; text-decoration: none; border-radius: 10px;} 
.ul_btn_rw li a i{ margin-right: 8px;}
.ul_btn_rw li:nth-child(1) a{ background: url(../images/btn_dark.png) no-repeat center top; background-size: 100% 100%;} 
.ul_btn_rw li:nth-child(2) a{ background: url(../images/btn_light_blue.png) no-repeat center top; background-size: 100% 100%;} 
.ul_btn_rw li:nth-child(3) a{ background: #edf1ff; font-weight: 700;  color: #1A46E4;} 

.mxw1144{ max-width: 1144px;} 

.analysis_h{ min-height: 57px; background: #192481 url(../images/pattern2.png)repeat left top; border-radius: 12px;} 

.link_2{ color: #D4FF5A; text-decoration: none;} 

.user_d .card-header .u_p_inr{ width: 32px; height: 32px; background: #192480; border-radius: 6px;} 

.text_blue_drk{ color: #080731;} 
.lead_s_top{ color: #080731; font-size: 20px; font-weight: 400;} 

.user_detail ul li{ margin-bottom: 4px;} 
.user_detail ul li:last-child{ margin-bottom: 0px;}
.user_detail ul li a{ height: 38px; color: #fff; font-size: 15px; font-weight: 300; background: #1A46E4; border-radius: 7px; padding: 2px 15px; text-decoration: none;} 
.user_detail ul li a i{ margin-right: 8px;}
.user_detail ul li a i img{ width: 12px;} 
.user_detail ul li a:hover, 
.user_detail ul li a.active{ background: #192480;} 

.bdr_1{ border-color: rgba(26,70,228,.26);}
.radius22{ border-radius: 22px;} 
.green_bg{ background: #1BCE8D;} 

.tag_rw ul li{ margin-right: 15px;} 
.tag_rw ul li a{ text-decoration: none; color: #1A46E4;} 

.service_use ul li{ color: #000000; font-size: 14px; height: 36px; border: 1px solid rgba(154,161,196, .13); border-radius: 8px; background: #fff; padding: 5px 10px; margin-bottom: 8px;} 
.service_use ul li:last-child{ margin-bottom: 0px;}
.service_use ul li i{ margin-right: 12px;}
.service_use ul li i img{ width: 20px;} 
.service_use ul li.active{ background: #192480; color: #1BCE8E;} 

.seo_ul{ max-width: 200px;} 
.seo_ul li{ text-align: center;}
.seo_ul li img{ width: 20px;} 
.mxw_seo2{ max-width: 114px;}  

.font14{ font-size: 14px;} 

.google_ads ul li i{ margin-right: 10px;} 

.text_green_2{ color: #1BCE8E;} 

.service_use ul.social_ca li.active{ color: #fff;}
.service_use ul.social_ca li i{ margin-right: 15px;} 
.service_use ul.social_ca li span{ display: inline-flex; align-items: center;} 
.service_use ul.social_ca li span img{ margin-right: 8px; position: relative; top: -1px;} 

.table_2 table{ white-space: nowrap;} 
.table_2 table th, .table_2 table td{ padding-left: 10px; padding-right: 10px;}
.table_2 table th{ padding-bottom: 25px;} 
.table_2 table td{ padding-bottom: 35px; text-overflow: ellipsis;} 
.table_2 table thead tr th:last-child,  
.table_2 table tbody tr td:last-child{ text-align: center; padding-right: 0px;} 
.table_2 table thead tr th{ color: #737FA4; font-size: 13px; font-weight: 400;} 
.table_2 table tbody tr td:last-child a{ margin: 0px 8px;} 
.table_2 table tbody tr td{ color: #0A1148; font-weight: 500; font-size: 14px;}  
.table_2 table thead tr th:nth-child(1),  
.table_2 table tbody tr td:nth-child(1){ width: 80px; padding-left: 0px;} 

.text_nb_2{ color: #3F4257 !important; } 
/* .table_2{height: 300px; max-height: 300px;}  */

.fc_t_1{ border: #1A46E4 1px solid; color: #0A1148; background: #F3F6FF;}  
.fc_t_1::-moz-placeholder{color:#0A1148; opacity:1; font-weight: 500; font-size: 14px;} 
.fc_t_1::placeholder{color:#0A1148; opacity:1; font-weight: 500; font-size: 14px;} 
.fc_t_2{ border: #1A46E4 1px solid; color: #000; background: #F3F6FF;} 
.fc_t_2::-moz-placeholder{color:#000; opacity:1; font-weight: 400; font-size: 12px;} 
.fc_t_2::placeholder{color:#000; opacity:1; font-weight: 400; font-size: 12px;} 

.fc_t_3{ border: 1px solid rgba(26,70,228,.26); color: #0A1148; background: #F3F6FF;}  
.fc_t_3::-moz-placeholder{color:#0A1148; opacity:1; font-weight: 500; font-size: 14px;} 
.fc_t_3::placeholder{color:#0A1148; opacity:1; font-weight: 500; font-size: 14px;}  
.fc_t_3:focus{border: 1px solid rgba(26,70,228,1);}

.h144{ height: 144px !important; padding-top: 12px;} 

.u_f_bx{border:1px solid rgba(26,70,228,.26); padding: 10px 15px; border-radius: 10px;} 

.file_u_rw{ background: #FFE2CD;} 

.conversation_start ul li{ background: #E6EBFF; display: flex; justify-content: space-between; align-items:center; padding: 8px 15px; border-radius: 10px; min-height: 42px; margin-bottom: 8px;} 

.mxw576{ max-width: 576px;} 

.bot_image_bx{ background: #343949; border-radius: 10px; height: 132px;} 
.upto{ background: #172144; border-radius: 3px; padding: 2px 5px; color: #FFF61E; font-size: 12px; font-weight: 500;} 
.app_logo_bx{ border: #E4EAFD 1px solid; background: #fff; border-radius: 10px; height: 132px;} 

.card_bx{ border: 1px solid rgba(26,70,228,.26);  border-radius: 20px; background: #F3F6FF;}  

.font24{ font-size: 24px;}  .font13{ font-size: 13px;}

.text_blue_2{ color: #0A1148;}  

.tutorial_gallery .card_bx{ text-align: center;} 


.bonus_bx{border: 1px solid rgba(26,70,228,.26);  border-radius: 20px; background: #F3F6FF;} 
.bonus_bx .card-body{ padding-top: 40px !important; padding-bottom: 60px !important;}
.bonus_bx .card-footer{  border: none; padding: 0px 15px 25px; border-radius: 0px 0px 20px 20px;} 
.bonus_bx .card-footer img{ max-width: 336px; width: 100%;} 
.bonus_bx .card-footer figure{ margin-top: -20px !important;}  
.bonus_bx .bonus{ position: absolute; right: 0px; top: 15px; font-size: 16px; font-weight: 600; font-style: italic; padding: 6px 20px; min-width: 107px; text-align: center;} 
.bonus_bx:hover{ border: #1A46E4 1px solid;}

.btn_3{ background: #0B1330; font-size: 15px; border: none; padding: 5px 20px; height: 40px; font-weight: 400;} .btn_3 i{ margin-left: 5px;} 
.btn_3:hover{ background: #1A46E4; color: #fff;} 

.yellow_clr_bx .card-footer{background: #FFCD1F;} 
.yellow_clr_bx .bonus{background: #FFCD1F; color: #000000;} 

.blue_clr_bx .card-footer{background: #1A46E4;} 
.blue_clr_bx .bonus{background: #1A46E4; color: #fff;} 


.card_bx .fc_t_3::-moz-placeholder{font-weight: 400; } 
.card_bx .fc_t_3::placeholder{font-weight: 400; }  

.logo_brand{ height: 200px;} 

.bg_navy_blue{ background: #172144;} 
.wh24{ width: 24px; height: 24px;} 

.fav_icon_logo{ width: 58px; height: 58px; border-radius: 10px; background: #fff; border: #1A46E4 1px solid;}
.fav_icon_logo img{ height: 26px;}  

.p_show_h{ left: 5px; top: 5px; display: inline-flex; align-items: center; justify-content: center; background: #F6F8FF; width: 40px; height: 40px; font-size: 16px; border-radius: 7px; color: #1A46E4;} 
.password_rw .fc_t_3{ padding-left: 55px;} 

.card_bx .password_rw .fc_t_3::-moz-placeholder{font-weight: 700; font-size: 16px; color: #7F88AB; } 
.card_bx .password_rw .fc_t_3::placeholder{font-weight: 700; font-size: 16px; color: #7F88AB; }  

.myaccess{ background: #fff; border: #E2EAFF 1px solid; padding: 20px 20px 12px; border-radius: 14px;} 

.btn-active{ background: #149338; font-size: 11px; color: #fff; text-transform: uppercase;} 

.text_b_3{ color: #0B1330;} 
.myaccess_bdy ul li{ background: #0B1330; white-space: nowrap; height: 36px; color: #fff; border-radius: 6px; padding: 10px; margin: 5px 15px 5px 0px;} 
.myaccess_bdy ul li span{ padding-left: 8px;} 

.unleash{ background: #BDF27A url(../images/unleash_bg.png) no-repeat center top; border-radius: 8px; background-size: cover; padding: 20px 30px; min-height: 90px;} 
.dark_btn{ background: #000; font-size: 13px; font-weight: 500; padding-left: 14px; padding-right: 14px; min-width: 144px; height: 40px;} 

.profile_sec .fc_t_3{ border: #E2EAFF 1px solid;} 
.profile_sec .fc_t_3:focus{border: #1A46E4 1px solid;} 

.googleapi .password_rw .form-control{ margin-right: -25px; padding-right: 82px;} 

.copylink{ left: inherit !important; right: 130px;} 
.w120{ width: 120px !important;} 

.api_key_f{ height: 52px; border-radius: 6px; padding: 8px 10px; border: #E2EAFF 1px solid;} 

.btn_4{ display: inline-flex; align-items: center;  text-decoration: none; border-radius: 6px; color: #234DE5; line-height: 22px; font-size: 13px; padding: 4px 10px; min-width: 144px; background: #F6F8FF; 
  height: 40px !important; font-weight: 500;} 
.btn_4:hover{ background: #000; color: #fff;}  

.integration{ background: #1A46E4; padding:40px 50px; border-radius: 14px;} 
.font40{ font-size: 40px;}  

.integration ul li{ background: #F6F8FF; display: inline-flex; align-items: center; border-radius: 9px; padding: 8px 15px; color: #0B1330; font-size: 14px; font-weight: 500; height: 45px; margin: 8px 6px 8px 0px;} .integration ul li i{ margin-right: 6px;} 

.lg_cl{ background: #0B1330; max-width: 270px; border-radius: 7px; height: 50px; padding: 8px;} 
.lang_select select{ width: 94px; height: 36px; color: #1A46E4; font-size: 13px; border: none; border-radius: 6px; 
  background: #fff url(../images/down-arrow.svg) no-repeat right 10px center; 
  padding-right: 20px;  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none; padding-left: 12px;} 

  .ul_user li{ margin-bottom: 5px;}
  .ul_user li a{ height: 36px; display: flex; align-items: center; background: #000; border-radius: 4px; padding: 5px 10px; color: #fff; font-weight: 400; text-decoration: none; white-space: nowrap;} 
  .ul_user li a i{ margin-right: 6px;} 
  .ul_user li a:hover{ background: #1A46E4;}
  #collapseuser{ width: 220px;} 
  .select_f_1{-webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none; background: #fff url(../images/down_arrow_select_1.png) no-repeat right center; padding-right: 30px; } 

  .choose_s .form-check{ padding: 0px; position: relative; overflow: hidden; } 
  .choose_s .form-check .form-check-input{ position: absolute; left: 0px; top: 0px; opacity: 0;}
  .choose_s .form-check i{ margin-right: 8px;} 
  .choose_s .form-check .form-check-label{ display: flex; cursor: pointer; align-items: center; width: 100%; padding: 5px 20px; font-weight: 500; border: 1px solid rgba(26,70,228,.26); height: 52px; color: #0A1148; background: #F3F6FF; border-radius: 10px; display: flex;} 

  .choose_s .form-check-input:checked[type="radio"] + .form-check-label{border: 1px solid #1A46E4;} 
  .mxw370{ max-width: 370px;} 

  .chatwrappar .nav-tabs{ background: #fff; border: #E8EDFF 1px solid; padding: 10px; border-radius: 12px;}
  .chatwrappar .nav-tabs .nav-item{ margin: 0px 5px;} 
  .chatwrappar .nav-tabs .nav-item .nav-link{ font-size: 14px; font-weight: 400; border: none; color: #1A46E4; border-radius: 9px; padding: 10px 15px;} 
  .chatwrappar .nav-tabs .nav-item .nav-link.active{ background: #000; color: #fff;} 
  .chatwrappar .nav-tabs .nav-item .nav-link.active img{filter: brightness(0) invert(1);} 

  .lh28{ line-height: 28px;} 
  
 .chat_ftr .btn_4{ display: inline-flex; align-items: center; font-size: 14px !important; padding: 5px 15px; border-radius: 9px; height: 32px !important; min-width: inherit;} 
 .chat_ftr .btn_4 i{ margin-right: 5px;} 
 .chat_ftr .btn_4:hover img{filter: brightness(0) invert(1);} 
 .chat_ftr .btn_4 img{ position: relative; top: -2px;} 
 .chat_ic i{ width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 100%; background: #fff; border: #EAF0FF 1px solid;} 

 .chatbx2{ background: #0B1330; border-radius: 26px; padding: 20px 25px; border: #E8EDFF 1px solid;} 
 .chatbx2 figure img{ width: 38px; max-width: inherit;} 

 .btn_h_r{ height: 32px; border-radius: 8px; font-size: 14px; padding: 2px 10px;} 

 .text_a_1{ height: 70px;} 
 .text_a_1::-moz-placeholder{color:#737FA4; opacity:1; font-size: 16px;} 
 .text_a_1::placeholder{color:#737FA4; opacity:1; font-size: 16px;}   

 .c_browse{ background: #EBEFFD; border-radius: 12px; padding: 8px;} 
 .send_btn{ width: 36px; height: 36px;} 

 .chat_aside{ padding: 0px; border-radius: 19px; border: 20px solid white; } 

 .border_light{ border: #E8EDFF 1px solid !important;} 

 .s_bot_grd ul li{ display: flex; margin-bottom: 2px; justify-content: space-between; border-radius: 9px; padding: 13px 16px; font-size: 13px;} 
 .s_bot_grd ul li.bot_c{ background: #dff7ee;} 
 .s_bot_grd ul li.bot_c .txt_b_1{ color: #02B16F;} 
 .s_bot_grd ul li.chat_c{ background: #f4f6ff;} 
 .s_bot_grd ul li.chat_c .txt_b_1{ color: #1A46E4;} 

 .configure_chat_bx{ background: url(../images/configurechat_bg.png) no-repeat center top; background-size: cover; min-height: 190px; padding: 40px 100px 0px 60px; border-radius: 20px;}  
 .configure_chat_bx figure img{ max-width: 156px; width: 100%;} 
 .configure_chat_bx figure{ margin-bottom: -21px !important;}

 .font35{ font-size: 35px;}




/* dev custom css */

.ls_number{ color:#37DC97; font-size:20px;} 
.number_yellow{ color:#ffc24c; font-size:21px;} 
.number_red{ color:#ff1111; font-size:21px;} 
.lScore {margin-left: 5px; }

.w-45{ width: 45%;} 
.w-50{ width: 50%;} 

 .scroller{
  /* height: 100vh; */
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.scroller::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.scroller::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroller::-webkit-scrollbar-thumb {
  background: #888;
}

 .vh90{ height: 90vh; }
.vh100{ height: 100vh; }
.vh110{ height: 110vh; }
.vh80{ height: 80vh; }
.vh70{ height: 70vh; }
.vh60{ height: 60vh; }

.light_placeholder::placeholder {
  opacity: 0.5;
}

.cpointer{
  cursor: pointer;
}
.integration ul li{
  position: relative;
}
.integration ul li.active i:after {
    position: absolute;
    top: -11px;
    right: -4px;
    font-size: 20px;
    color: #1ec94f;
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
}
.mxw1440{ max-width: 1440px; }
.mxw1200{ max-width: 1200px; }


.btn_save{
  background: #dfe2ff;
  color: #01030e;
}
.btn_save:hover{
  background: #172144;;
  color: #fff;
}

.website_url{
    line-height: 38px;
    overflow: hidden;
    line-break: anywhere;
}


.swal2-container {
  z-index: 199060!important;
}

.tox-tinymce-aux{ z-index: 9999995!important; }