html {
  padding: 0px;
  margin: 0px;
}

body {
  font-style: normal;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: rgba(19, 19, 19, 1);
  margin: 0px;
}
*{
  box-sizing: border-box;
  word-break: break-word;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
 text-decoration: none !important;
}
a:hover,
a:focus {
  text-decoration: none !important;
}

:focus,
:hover {
  outline: none !important;
}

img {
  max-width: 100%;
}
figure{
  margin: 0px;
  font-size: 0px;
}
p{
  margin: 0px 0px 10px 0px;
}
.container {
  width: 100%;
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px auto;
  display: inherit;
  box-sizing: border-box;
}
/*CSS SHOW MENU*/
.show_test_menu {
  position: fixed;
  top: 90px;
  right: 50px;
  color: #fff;
  width: 60px;
  height: 60px;
  background: rgba(68, 28, 171, 1);
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 999999;
  border-radius: 50%;
  font-weight: 600;
  border: 1px solid rgba(68, 28, 171, 1);
}

.qb_test_menu {
  border-radius: 10px;
  position: fixed;
  right: 50px;
  top: 150px;
  z-index: 99999999;
  margin: 0px auto;
  width: 100%;
  background: rgba(68, 28, 171, 1);
  max-width: 400px;
  padding: 20px 20px;
  display: none;
}

.qb_test_menu h3 {
  text-align: center;
  color: #fff;
  margin: 20px 0px;
}

.qb_test_menu ul li {
  width: 100%;
  float: left;
  margin: 0px 0px 0px 0px;
  font-weight: 600;
}

.qb_test_menu ul li a {
  color: #fff;
  font-size: 16px;
}

/*END CSS SHOW MENU*/
/*CSS CONTENT*/
.dashboard_general{
  display: flex;
}
.dashboard_general .dashboard_ct_left{
  width: 78%;
  padding: 30px 40px;
  background: rgba(247, 246, 252, 1);
  height: 100%;
}
.dashboard_general .dashboard_ct_right{
  width: 22%;
  padding: 20px 40px;
  background: #fff;

}
.toppage_left{
  display: none;
}
.mirabot_dashboard_homepage{
  background: rgba(247, 246, 252, 1);
  height: 100%;
}
.dashboard_toppage{
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 30px 0px;
}
.dashboard_translate{
  padding: 7px 15px;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
  position: relative;
}
.dashboard_translate .default_option {
  display: flex;
  align-items: center;
}
.dashboard_translate .default_option:before {
  content: url(../images/admin-mirabot-translate-global-icon.svg);
  padding: 0px 10px 0px 0px;
  position: relative;
  top: 2px;
}
.dashboard_translate .default_option:after {
  content: url(../images/admin-mirabot-translate-arr-icon.svg);
  padding: 0px 0px 0px 10px;
  position: relative;
  top: -3px;
}
.dashboard_translate.tag_active .default_option:after {
  transform: rotate(180deg);
  padding: 0px 10px 0px 0px;
  top: 3px;
}
.dashboard_translate .select_ul {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 10px 0px;
  width: 100%;
  top: 50px;
  display: none;
  left: 0px;
}
.dashboard_translate.tag_active .select_ul {
  display: block;
}
.dashboard_translate .select_ul li span {
  display: inline-block;
  padding: 10px;
  width: 100%;
  transition: all 0.3s;
}
.dashboard_translate .select_ul li:hover span{
  color:
  rgba(68, 28, 171, 1);
}
.dashboard_ke_po{

}
.dashboard_ke_po .ke_po_general{
  display: flex;
  gap: 40px;
}
.dashboard_ke_po .dashboard_menu{

}
.dashboard_ke_po .menu_img_yes,
.dashboard_ke_po nav>ul.menu>li>a:hover .menu_img_not,
.dashboard_ke_po nav>ul.menu>li.current>a .menu_img_not{
  display: none;
}
.dashboard_ke_po nav>ul.menu>li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 0px 20px 0px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(68, 28, 171, 0.05);
  border-radius: 20px;
}
.dashboard_ke_po nav>ul.menu>li:last-child{
  margin: 0px;
}
.dashboard_ke_po nav>ul.menu>li>a{
  box-shadow: 0px 0px 15px 0px rgba(68, 28, 171, 0.05) inset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  background: rgba(237, 244, 252, 1);
  width: 110px;
  height: 110px;
  transition: all 0.3s;
  color: rgba(137, 137, 137, 1);
}
.dashboard_ke_po nav>ul.menu>li>a span{
  font-weight: 500;
  transition: all 0.3s;
  display: table;
  margin: 10px auto 0px auto;
}
.dashboard_ke_po nav>ul.menu>li>a:hover,
.dashboard_ke_po nav>ul.menu>li.current>a{
  background: #fff;
  color: rgba(68, 28, 171, 1);
}
.dashboard_ke_po nav>ul.menu>li>a figure{
  width: 33px;
  height: 33px;
  position: relative;
  display: table;
  margin: 0px auto;
}
.dashboard_ke_po nav>ul.menu>li>a img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dashboard_ke_po nav>ul.menu>li>a:hover .menu_img_yes,
.dashboard_ke_po nav>ul.menu>li.current>a .menu_img_yes{
  display: table;
  margin: 0px auto;
}
.dashboard_ke_po .dashboard_super_bg{
  flex-grow: 1;
  box-sizing: border-box;
}
.dashboard_ke_po .dashboard_notifi{

}
.dashboard_ke_po .dashboard_notifi .notifi_top{
  margin: 0px 0px 24px 0px;
}
.dashboard_ke_po .dashboard_notifi .notifi_top .notifi_bg{
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: 15% 15% auto;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_bg{
  display: flex;
  gap: 24px;
}
.dashboard_ke_po .dashboard_notifi .notifi_detailds{
}
.dashboard_ke_po .dashboard_notifi .notifi_top .notifi_ct{min-height: 290px;display: flex;flex-direction: column;justify-content: center;overflow: hidden;}
.dashboard_ke_po .dashboard_notifi .notifi_top .notifi_ct{
  border-radius: 20px;
  padding: 0px 25px;
}
.dashboard_ke_po .dashboard_notifi .notifi_num .notifi_ct{
  background: rgba(0, 102, 179, 1);
}
.dashboard_ke_po .dashboard_notifi .notifi_pack .notifi_ct{
  background: rgba(2, 207, 250, 1);
}
.dashboard_ke_po .dashboard_notifi .notifi_create .notifi_ct {background: #fff;box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);box-sizing: border-box;}
.dashboard_ke_po .dashboard_notifi .notifi_num,
.dashboard_ke_po .dashboard_notifi .notifi_pack{}
.dashboard_ke_po .dashboard_notifi .notifi_create{}
.dashboard_ke_po .dashboard_notifi .notifi_img{
  margin: 0px 0px 30px 0px;
}
.dashboard_ke_po .dashboard_notifi .notifi_inside .notifi_statistical{
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin: 0px 0px 30px 0px;
  color: #fff;
}
.dashboard_ke_po .dashboard_notifi .notifi_inside .notifi_statistical strong{
  font-size: 50px;
}
.dashboard_ke_po .dashboard_notifi .notifi_inside b{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.dashboard_ke_po .notifi_create .notifi_inside h2{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}
.dashboard_ke_po .notifi_create .notifi_create_ct{
  border-radius: 20px;
  border: 2px dashed rgba(228, 228, 228, 1);
  padding: 35px;
  text-align: center;
}
.dashboard_ke_po .notifi_create .notifi_create_ct a{
  color: rgba(137, 137, 137, 1);
}
.dashboard_ke_po .notifi_create .notifi_create_ct span{
  font-weight: 500;
  color: rgba(68, 28, 171, 1);
  display: table;
  margin: 0px auto 5px auto;
  text-align: center;
}
.dashboard_ke_po .notifi_create .notifi_create_ct p{
  margin: 0px;
}
.dashboard_ke_po .notifi_create .notifi_create_ct figure{
  display: table;
  margin: 0px auto 5px auto;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_detailds{width: 33.33%;}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_inside{
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  padding: 20px 20px 0px 20px;
  min-height: 100px;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_flex .wrap_figure{
  display: flex;
  align-items: center;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_flex .wrap_figure figure{
  margin: 0px 20px 0px 0px;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_flex .wrap_figure strong{
  color: rgba(91, 91, 91, 1);
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_flex .text_widget .notifi_listed{
  font-size: 20px;
  line-height: 28px;
  color: rgba(137, 137, 137, 1);
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_flex .text_widget .notifi_listed strong{
  font-size: 40px;
  line-height: 48px;
  color: rgba(68, 28, 171, 1);
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_progress{
  color: #fff ;
  background-color: rgba(68, 28, 171, 1) ;
  height: 5px;
  border-radius: 5px;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_float{
  display: table;
  width: 100%;
  margin: 20px 0px 0px 0px;
}
.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_float .progress {
  padding:0;
  width: 85%;
  height: 5px;
  overflow:hidden;
  background: rgba(237, 237, 237, 1);
  border-radius: 5px;
  float: right;
}

.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_float .bar {
  height:100%;
  background: rgba(68, 28, 171, 1);
  position: relative;
}

.dashboard_ke_po .dashboard_notifi .notifi_bottom .notifi_float .percent {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.dashboard_user{
  margin: 0px 0px 50px 0px;
}
.dashboard_user .user_general{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard_user .user_left{
  display: flex;
  align-items: center;
}
.dashboard_user .user_left .wrap_figure{
  padding: 0px 10px 0px 0px;
}
.dashboard_user .user_left .wrap_figure figure{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.dashboard_user .user_left .wrap_figure figure img{width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}
.dashboard_user .user_left .text_widget{

}
.dashboard_user .user_left .text_widget span{
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.dashboard_user .user_left .text_widget p{
  margin: 0px;
  font-size: 16px;
  color: rgba(68, 28, 171, 1);
}
.dashboard_user .user_right a{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(245, 244, 255, 1);
  border-radius: 10px;
  text-align: center;
}
.dashboard_package{
  margin: 0px 0px 40px 0px;
}
.dashboard_sidebar_title{
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin: 0px 0px 30px 0px;
}
.dashboard_package .package_general{
 background: linear-gradient(0deg, #EBEDFA, #EBEDFA),
 linear-gradient(0deg, #FFFFFF, #FFFFFF);
 border-radius: 20px;
}
.dashboard_package .package_detailds{
  border-radius: 20px;
  border: 1.5px solid rgba(235, 237, 250, 1);
  padding: 20px 20px 20px 15px;
  background: #fff;
}
.dashboard_package .package_ct{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0px 15px 0px;
}
.dashboard_package .package_detailds>.package_ct:last-child{
  margin: 0px;
}
.dashboard_package .package_ct span{
  font-size: 16px;
  line-height: 24px;
}
.dashboard_package .package_ct strong{
  font-weight: 500;
  color: rgba(68, 28, 171, 1);
}
.dashboard_package .package_change{
  padding: 20px 20px;
}
.dashboard_package .package_change .package_btn{
  font-size: 20px;
  line-height: 28px;
  color: rgba(68, 28, 171, 1);
  display: table;
  margin: 0px auto;
  text-align: center;
  cursor: pointer;
}
.dashboard_account{
  margin: 0px 0px 40px 0px;
}
.dashboard_account .account_general{
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
}
.dashboard_account .account_detailds{

}
.dashboard_account .account_ct{
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  background: rgba(235, 237, 250, 1);
}
.dashboard_account .account_general>.account_detailds:nth-child(2) .account_ct,.dashboard_account .account_general>.account_detailds:nth-child(3) .account_ct{
  background: rgba(230, 251, 254, 1);
}

.dashboard_account .account_ct a,
.dashboard_alone_create_bot .alone_create_ct a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: rgba(68, 28, 171, 1);
}
.dashboard_account .account_ct figure,
.dashboard_alone_create_bot .alone_create_ct figure{
  display: table;
  margin: 0px auto 5px auto;
}
.dashboard_alone_create_bot,
.dashboard_add_new_source{
  margin: 0px 0px 40px 0px;
}
.dashboard_alone_create_bot .alone_create_ct,
.dashboard_add_new_source .add_new_source_ct{
  background: rgba(235, 237, 250, 1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
}
.mirabot_enon_edih{
  display: none;
}
.mirabot_enon_edih.tg_current {
  display: block;
}
.dashboard_bot_null{
  margin: 200px 0px 0px 0px;
  text-align: center;
}
.dashboard_bot_null .bot_null_detailds{
  font-weight: 500;
}
.dashboard_bot_null .bot_null_detailds figure{
  display: table;
  margin: 0px auto 10px auto;
}
.dashboard_bot_null .bot_null_detailds span{
  font-size: 32px;
  line-height: 40px;
  display: table;
  margin: 0px auto 10px auto;
  text-align: center;
}
.dashboard_bot_null .bot_null_detailds p{
  margin: 0px;
}
.dashboard_bot_evah{

}
.dashboard_bot_evah .bot_evah_general{
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 24px;
}
.dashboard_bot_evah .bot_evah_detailds{
  position: relative;
}
.dashboard_bot_evah .bot_evah_ct{
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  display: block;
}
.dashboard_bot_evah .bot_evah_inside{
  display: flex;
  align-items: center;
}
.dashboard_bot_evah .bot_evah_inside .wrap_figure figure{
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(0, 102, 179, 1);
  position: relative;
}
.dashboard_bot_evah .bot_evah_inside .wrap_figure figure a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.dashboard_bot_evah .bot_evah_inside .wrap_figure figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dashboard_bot_evah .text_widget{
  padding: 0px 20px 0px 16px;
}
.dashboard_bot_evah .text_widget .top_evah_widget{
  margin: 0px 0px 5px 0px;
}
.dashboard_bot_evah .text_widget .bot_evah_flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.dashboard_bot_evah .text_widget .top_evah_widget b{
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: rgba(19, 19, 19, 1);
}
.dashboard_bot_evah .text_widget .top_evah_widget b a{
  color: rgba(19, 19, 19, 1);
  transition: all 0.3s;
}
.dashboard_bot_evah .text_widget .top_evah_widget b a:hover{
  color: rgba(0, 102, 179, 1);
}
.dashboard_bot_evah .text_widget .top_evah_widget span{font-size: 14px;position: relative;color: rgba(91, 91, 91, 1);padding: 3px 12px 3px 24px;border-radius: 90px;background: rgba(237, 244, 252, 1); white-space: nowrap;}
.dashboard_bot_evah .text_widget .top_evah_widget .bot_evah_no_source:before{
  position:absolute;
  content: "";
  background: rgba(215, 5, 5, 1);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 8px;
  left: 12px;
}
.dashboard_bot_evah .text_widget .top_evah_widget .bot_evah_is_active:before{
  position:absolute;
  content: "";
  background: rgba(5, 215, 89, 1);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 8px;
  left: 12px;
}
.dashboard_bot_evah .text_widget .bottom_evah_widget{
  font-size: 16px;
  color: rgba(137, 137, 137, 1);
}
.dashboard_bot_evah .text_widget .bottom_evah_widget span{
  display: inline-block;
  margin: 0px 10px 0px 0px;
}
.dashboard_bot_evah .text_widget .bottom_evah_widget span img{
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.dashboard_bot_evah .text_widget .bottom_evah_widget span strong{
  color: rgba(19, 19, 19, 1);
  padding-right: 4px;
}
.bot_evah_setting{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}
.bot_evah_setting .bot_evah_setting_icon{
  cursor: pointer;
}
.bot_evah_setting ul{
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  width: 130px;
  border-radius: 5px;
  top: 27px;
  right: 0px;
  background: #fff;
  display: none;
  z-index: 9;
}
.bot_evah_setting.tag_active ul{
  display: block;
}
.bot_evah_setting ul li a{
  position: relative;
  display: block;
  color: rgba(19, 19, 19, 1);
  padding: 10px 0px 10px 41px;
  transition: all 0.3s;
  box-sizing: border-box;
  font-size: 16px;
}
.bot_evah_setting ul>li:nth-child(1) a{
  border-radius:5px 5px 0px 0px;
}
.bot_evah_setting ul>li:last-child a{
  border-radius:0px 0px 5px 5px;
}
.bot_evah_setting ul li a:hover{
  color: rgba(0, 102, 179, 1);
}
.bot_evah_setting ul li a:before{
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 11px;
  left: 16px;
  transition: all 0.3s;
}
.bot_evah_setting ul>li:nth-child(1) a:before{
  background: url(../images/admin-mirabot-have-edit-icon.svg) no-repeat;
}
.bot_evah_setting ul>li:nth-child(2) a:before{
  background: url(../images/admin-mirabot-have-trash-icon.svg) no-repeat;
}
.bot_evah_setting ul>li:nth-child(1) a:hover:before{
  background: url(../images/admin-mirabot-have-edit-blue-icon.svg) no-repeat;
}
.bot_evah_setting ul>li:nth-child(2) a:hover:before{
  background: url(../images/admin-mirabot-have-trash-blue-icon.svg) no-repeat;
}
.dashboard_breacrumb{
  margin: 0px 0px 20px 0px;
  padding: 30px 24px 0px 24px;
  border-radius: 20px 20px 0px 0px;
}
.dashboard_breacrumb .breacrumb_ct {
  border-bottom: 2px dashed rgba(204, 204, 204, 1);
  padding: 0px 0px 20px 0px;
}
.dashboard_breacrumb .breacrumb_ct ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dashboard_breacrumb .breacrumb_ct ul li{
  font-size: 16px;
  color: rgba(19, 19, 19, 1);
}
.dashboard_breacrumb .breacrumb_ct ul li:after{
  content: "/";
  padding: 0px 5px;
}
.dashboard_breacrumb .breacrumb_ct ul>li:last-child:after{
  display: none;
}
.dashboard_breacrumb .breacrumb_ct ul li a{
  color: rgba(137, 137, 137, 1);
}
.dashboard_bot_sdliated .bot_sdliated_general,
.dashboard_tnuocca .tnuocca_general{
  background: #fff;
  border-radius: 20px;
}
.dashboard_bot_sdliated .bot_sdliated_detailds{
  padding: 0px 24px 0px 24px;
  margin: 0px 0px 20px 0px;
  position: relative;
}
.dashboard_tnuocca .tnuocca_detailds{
  padding: 0px 24px 60px 24px;
}
.dashboard_bot_sdliated .bot_sdliated_ct{
  border-bottom: 1px solid rgba(248, 248, 248, 1);
  padding: 0px 0px 20px 0px;
  display: flex;
  align-items: center;
}
.dashboard_bot_sdliated .bot_sdliated_ct .wrap_figure figure{
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: rgba(0, 102, 179, 1);
  position: relative;
}
.dashboard_bot_sdliated .bot_sdliated_ct .wrap_figure figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget{
  padding: 0px 0px 0px 16px;
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget .bot_evah_flex  {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(137, 137, 137, 1);
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget .bottom_evah_widget span{
  display: inline-block;
  margin: 0px 10px 0px 0px;
  font-size: 16px;
  color: #898989;
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget .bottom_evah_widget span img{
  position: relative;
  top: 2px;
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget .bot_evah_flex b{
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: rgba(19, 19, 19, 1);
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget .top_evah_widget{
  margin: 0px 0px 3px 0px;
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget .top_evah_widget span {
  font-size: 14px;
  position: relative;
  color: rgba(91, 91, 91, 1);
  padding: 3px 12px;
  border-radius: 90px;
  background: rgba(237, 244, 252, 1);
  margin: 0px 0px 0px 10px;
}
.dashboard_bot_sdliated .bot_sdliated_ct .text_widget .middle_evah_widget{
  font-size: 16px;
  margin: 0px 0px 3px 0px;
}
.dashboard_bot_sdliated .bot_sdliated_statistical{
  padding: 0px 24px 30px 24px;
}
.dashboard_bot_sdliated .statistical_general{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 24px;
}
.dashboard_bot_sdliated .statistical_detalds{
  text-align: center;
}
.dashboard_bot_sdliated .statistical_detalds span strong{
  font-size: 24px;
  color: rgba(68, 28, 171, 1);
  font-weight: 700;
}
.dashboard_bot_sdliated .dashboard_utilities{
  padding: 30px 20px;
  border-radius: 0px 0px 20px 20px;
}
.dashboard_bot_sdliated .dashboard_utilities ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.dashboard_bot_sdliated .dashboard_utilities ul li a{
  display: block;
  color: rgba(68, 28, 171, 1);
  text-align: center;
  font-weight: 500;
  background: rgba(235, 237, 250, 1);
  border-radius: 10px;
  padding: 11px 20px;
  transition: all 0.3s;
}
.dashboard_bot_sdliated .dashboard_utilities ul li a:hover{
  color:#fff;
  background:rgba(68, 28, 171, 1);
}
.dashboard_bot_sdliated{
  background: rgba(248, 248, 248, 1);
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  border-radius: 20px;
}
.dashboard_bot_sdliated .dashboard_utilities .utilities_no_source a{
  color: rgba(137, 137, 137, 1);
  background: rgba(239, 239, 239, 1);
  pointer-events: none;
}
.dashboard_close_menu{
  display: none;
}
.dashboard_bot_evah_ecruos{
  margin: 30px 0px 0px 0px;
}
.dashboard_sdliated_title{
 font-weight: 500;
 font-size: 28px;
 margin: 0px 0px 20px 0px;
 display: flex;
 justify-content: space-between;
}
.dashboard_bot_evah_ecruos .evah_ecruos_general{
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: auto auto;
}
.dashboard_bot_evah_ecruos .evah_ecruos_detailds{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.dashboard_bot_evah_ecruos .evah_ecruos_detailds .ct_left{
  display: flex;
  gap:12px ;
}
.dashboard_bot_evah_ecruos .evah_ecruos_detailds .ct_left .wrap_figure figure{
  width: 40px;
  height: 40px;
}
.dashboard_bot_evah_ecruos .evah_ecruos_detailds .ct_left .text_widget span{
  display: block;
  margin-top: 4px;
}
.dashboard_bot_evah_ecruos .ecruos_name{
  color: rgba(137, 137, 137, 1);
}
.dashboard_bot_evah_ecruos .ecruos_name strong{
  color: rgba(19, 19, 19, 1);
}
.dashboard_bot_evah_ecruos .ecruos_link{
  font-size: 16px;
}
.dashboard_bot_evah_ecruos .ecruos_type{
  font-size: 16px;
}
.dashboard_bot_evah_ecruos .ecruos_status{
  border-radius: 90px;
  text-align: center;
  font-size: 14px;
  padding: 3px 12px;
  background: rgba(237, 244, 252, 1);
}
.dashboard_bot_evah_ecruos .ecruos_queue{
  color: rgba(91, 91, 91, 1);
}
.dashboard_bot_evah_ecruos .ecruos_queue:before{
  content: url(../images/admin-mirabot-ecruos-exclamation-icon.svg);
  padding: 0px 10px 0px 0px;
}
.dashboard_bot_evah_ecruos .ecruos_success{
  color: rgba(89, 200, 21, 1);
}
.dashboard_bot_evah_ecruos .ecruos_success:before{
  content: url(../images/admin-mirabot-ecruos-check-icon.svg);
  padding: 0px 10px 0px 0px;
}
.dashboard_bot_evah_ecruos .ecruos_setting{
  color: rgba(0, 198, 174, 1);
}
.dashboard_bot_evah_ecruos .ecruos_setting:before{
  content: url(../images/admin-mirabot-ecruos-loader-icon.svg);
  padding: 0px 10px 0px 0px;
}
.dashboard_bot_etaerc_wen{
  background: rgba(248, 248, 248, 1);
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  border-radius: 20px;
}
.dashboard_bot_etaerc_wen .bot_etaerc_wen_detailds {
  padding: 0px 20px 40px 20px;
  margin: 0px 0px 20px 0px;
  position: relative;
}
.dashboard_bot_etaerc_wen .bot_etaerc_wen_general {
  background: #fff;
  border-radius: 20px;
}
.dashboard_bot_etaerc_wen .bot_etaerc_wen_bg{
  max-width: 900px;
  margin: 0px auto;
  width: 100%;
}
.dashboard_bot_etaerc_wen .etaerc_wen_form_group .etaerc_wen_list_group{
  display: flex;
  gap: 24px;
  margin: 0px 0px 24px 0px;
}
.dashboard_bot_etaerc_wen .etaerc_wen_form_group>.etaerc_wen_list_group:last-child{
  margin:0px;
}
.dashboard_bot_etaerc_wen .etaerc_wen_form_group .etaerc_wen_list_group .ct_left{width: 32%;}
.dashboard_bot_etaerc_wen .etaerc_wen_form_group .etaerc_wen_list_group .ct_right{
  width: 68%;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_left label{
  font-weight: 500;
}
.obli_red{
  color: rgba(255, 5, 5, 1);
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right input,
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right textarea,
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right select{
  width: 100%;
  border-radius: 5px;
  border:1px solid rgba(204, 204, 204, 1);
  background: #fff;
  padding: 12px 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right textarea{
  resize: none;
  height: 100px;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: url(../images/admin-mirabot-ecruos-select-arr-icon.svg) #fff no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right input::placeholder,
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right textarea::placeholder{
  color: rgba(153, 153, 153, 1);
  font-style: italic;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_general>.etaerc_radio:last-child{
  margin: 0px;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio{
  margin: 0px 0px 24px 0px;
}
.dashboard_bot_etaerc_wen .ct_right .etaerc_radio input[type="radio"]{
  display: none;
}
.dashboard_bot_etaerc_wen .ct_right .etaerc_radio input[type="radio"]+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  margin: 0px;
  font-weight: 400;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio input[type="radio"]+label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(204, 204, 204, 1);
  position: absolute;
  top: -3px;
  left: 0px;
  background: #fff;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio input[type="radio"]:checked+label:before {
  border: 1px solid rgba(68, 28, 171, 1);
  background: rgba(68, 28, 171, 1);
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio input[type="radio"]:checked+label:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 3px;
  left: 6px;
  position: absolute;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio label strong{
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio strong p{
  margin: 0px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border-radius: 90px;
  background: rgba(237, 244, 252, 1);
  padding: 3px 8px;
  margin: 0px 0px 0px 10px;
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio label span{
  display: block;
  margin: 5px 0px 0px 31px;
  color: rgba(137, 137, 137, 1);
}
.dashboard_bot_etaerc_wen .etaerc_wen_list_group .ct_right .etaerc_radio label span a{
  text-decoration: underline !important;
  color: rgba(68, 28, 171, 1);
}
.dashboard_bot_etaerc_wen .delete_bot_btn{
  margin: 30px 0px 0px 0px;
}
.dashboard_bot_etaerc_wen .etaerc_hint_question .etaerc_hint_ct{
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0px 0px 16px 0px;
}
.dashboard_bot_etaerc_wen .etaerc_hint_question>.etaerc_hint_ct:last-child{
  margin: 0px;
}
.dashboard_bot_etaerc_wen .etaerc_hint_question .etaerc_hint_close{
  cursor: pointer;
}
.dashboard_bot_erom_ecruos{
  margin: 30px 0px 0px 0px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_general {
  background: #fff;
  padding: 24px 24px 30px 24px;
  border-radius: 20px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt{
  margin: 16px 0px 0px 0px;
  display: flex;
  gap: 16px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele{
  border-radius: 20px;
  border:1px solid rgba(204, 204, 204, 1);
  background: #fff;
  padding: 16px 24px;
  display: flex;
  gap: 10px;
  max-width: 330px;
  width: 100%;
  cursor: pointer;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele:hover,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele.current{
  border:1px solid rgba(68, 28, 171, 1);
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele .wrap_figure figure{
  width: 32px;
  height: 32px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele .wrap_figure .epyt_sey,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele:hover .wrap_figure .epyt_on,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele.current .wrap_figure .epyt_on{
  display: none;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele:hover .wrap_figure .epyt_sey,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele.current .wrap_figure .epyt_sey{
  display: block;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele .text_widget strong{
  font-size: 16px;
  display: block;
  margin: 0px 0px 5px 0px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele .text_widget span{
  font-size: 14px;
  color: rgba(137, 137, 137, 1);
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele:hover .text_widget strong,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele.current .text_widget strong,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele:hover .text_widget span,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ele.current .text_widget span{
  color: rgba(68, 28, 171, 1);
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_deitalds{
  margin: 24px 0px 0px 0px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_deitalds .erom_ecruos_epyt_qoute{
  font-size: 16px;
  color: rgba(137, 137, 137, 1);
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_ct{
  margin: 30px 0px 0px 0px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex{
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0px 0px 24px 0px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex_widget{
  margin: 0px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_left{width: 47%;}
.dashboard_bot_erom_ecruos .erom_ecruos_right{
  width: 53%;
display: flex;
align-items: center;
gap: 10px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_title{
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0px 0px 5px 0px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tooltip{
  position: relative;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tooltip .tooltip_mage{
  cursor: pointer;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tooltip .text_widget{
  position: absolute;
  width: 380px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  border-radius: 5px;
  padding: 12px 12px;
  color: rgba(137, 137, 137, 1);
  font-size: 14px;
  text-align: center;
  top: -12px;
  left: 35px;
  opacity:0;
  visibility:hidden;
  z-index: 9;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tooltip:hover .text_widget{
  opacity:1;
  visibility:visible;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tooltip .text_widget:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 6px solid transparent;
  top: 13px;
  left: -12px;
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex input,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex select{
  border-radius: 5px;
  border:1px solid #CCCCCC;
  font-size: 16px;
  width: 100%;
  padding: 13px 16px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex input::placeholder,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex select::placeholder{
font-style: italic;
color: #999999;
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex select{
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/admin-mirabot-ecruos-select-arr-icon.svg) #fff no-repeat;
    background-position: 97% 50%;
    cursor: pointer;
}
.dashboard_bot_erom_ecruos .erom_ecruos_plus,
.dashboard_bot_erom_ecruos .erom_ecruos_trash{
  width: 46px;
  height: 46px;
  line-height: 46px;
text-align: center;
border:1px solid #441CAB;
border-radius: 10px;
position: relative;
}
.dashboard_bot_erom_ecruos .erom_ecruos_plus a,
.dashboard_bot_erom_ecruos .erom_ecruos_trash a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_plus img,
.dashboard_bot_erom_ecruos .erom_ecruos_trash img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex .erom_ecruos_right input,
.dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex .erom_ecruos_right select{
  flex-grow: 1;
  margin: 0px;
}
.dashboard_bot_erom_ecruos .xelf_nmuloc{
  position: relative;
  flex-grow: 1;
}
.dashboard_bot_erom_ecruos .xelf_nmuloc i.fa{
  position: absolute;
  top: 16px;
  right: 16px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tnemucod a{
  background: #fff;
  border:1px dashed #CCCCCC;
  padding: 20px 24px 32px 24px;
  display: block;
  width: 100%;
  height: 100%;
font-size: 14px;
color: #898989;
border-radius: 5px;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tnemucod a figure{
display: table;
margin: 0px auto 12px auto;
}
.dashboard_bot_erom_ecruos .erom_ecruos_tnemucod a span{
  display: table;
  margin: 0px auto;
  text-align: center;
}
.dashboard_tnuocca {
  box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);
  border-radius: 20px;
}
.dashboard_tnuocca .tnuocca_bg{
  max-width: 900px;
    margin: 0px auto;
    width: 100%;
}
.dashboard_tnuocca .tnuocca_table{
  display: table;
  width: 100%;
  margin: 0px 0px 24px 0px;
}
.dashboard_tnuocca .list_tnuocca{
  width: 68%;
  float: right;
  display: flex;
}
.dashboard_tnuocca .list_tnuocca ul{
display: flex;
    align-items: center;
    background: rgba(68, 28, 171, 1);
    border-radius: 90px;
    padding: 3px;
    margin: 0px 0px 0px 15px;
}
.dashboard_tnuocca .list_tnuocca ul li{
  padding: 0px 45px 0px 45px;
}
.dashboard_tnuocca .list_tnuocca ul li.current {
    padding: 0px;
}
.dashboard_tnuocca .list_tnuocca ul li a {
    color: #fff;
    display: inline-block;
    border-radius: 90px;
    text-align: center;
    background: transparent;
}
.dashboard_tnuocca .list_tnuocca ul li.current a {
    background: #fff;
    padding: 10px 46px;
    color: #000;
    font-weight: 600;
    color: #441CAB;
}
.dashboard_tnuocca .tnuocca_form_group .tnuocca_list_group {
    display: flex;
    gap: 24px;
    margin: 0px 0px 24px 0px;
    align-items: center;
}
.dashboard_bot_tnuocca .tnuocca_form_group>.tnuocca_list_group:last-child {
    margin: 0px;
}
.dashboard_tnuocca .tnuocca_form_group .tnuocca_list_group .ct_left {
    width: 32%;
}
.dashboard_tnuocca .tnuocca_form_group .tnuocca_list_group .ct_right {
    width: 68%;
}
.dashboard_tnuocca .tnuocca_form_group .tnuocca_list_group .ct_left label {
    font-weight: 500;
}
.dashboard_tnuocca .tnuocca_form_group .tnuocca_list_group .ct_right input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(204, 204, 204, 1);
    background: #fff;
    padding: 12px 48px 12px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.dashboard_tnuocca .delete_bot_btn{
  margin: 30px 0px 0px 0px;
}
.tnuocca_pass_hide,
.tnuocca_pass_hide2,
.tnuocca_pass_hide3 {
    display: none;
}
.dashboard_tnuocca .tnuocca_evitalew{
  position: relative;
}
.dashboard_tnuocca .tnuocca_evitalew input{

}
.dashboard_tnuocca .see_pass_word{
  position: absolute;
  top: 14px;
  right: 16px;
}
#background {
    background-image: url(../images/admin-mirabot-color-picker-img1.png);
    background-color: transparent;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #441cab;
    line-height: 84px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#background img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.demo-section{
 background: transparent !important;
 display: flex;
 align-items: center;
 gap: 45px;
}
.custom_widget_flex .demo-section .wrap_figure{
  border:1px solid rgba(231, 231, 231, 1);
  padding: 45px 55px;
  border-radius: 5px;
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0px !important;
}
.demo-section .text_widget{flex-grow: 1;position: relative;border: 1px solid rgba(231, 231, 231, 1);border-radius: 5px;padding: 15px;}
.demo-section .k-palette tbody{display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));}
.demo-section .k-palette tbody tr{display: flex;justify-content: space-between;margin: 0px 0px 10px 0px;}
.demo-section .k-palette tbody tr td{
  border-radius: 5px;
  cursor: pointer;
}
.demo-section .text_widget .k-colorpalette{
  width: 100%;
}
.demo-section .k-palette tbody>tr:nth-child(2n+1){
  padding: 0px 5px 0px 0px;
}
.demo-section .k-palette tbody>tr:nth-child(2n){
  padding: 0px 0px 0px 5px;
}
.k-animation-container{
  top:0px !important;
  left: 0px !important;
  display: block !important;
  padding: 0px !important;
  height: 220px !important;
}
.field_column{
position: relative;
}
.field_column .k-selected-color,
.field_column .k-colorpicker{display:none;}
div.k-flatcolorpicker{display: block !important;padding: 0px;cursor: pointer;}
.k-flatcolorpicker .k-hsv-gradient{
  margin: 0px;
}

/*24102023*/

.mc_body_content_chatbox.mc_has_support .mc_powerby{

}

.mc_spbox_inner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mc_support_box{
  margin: 20px 0px 0px 0px;
  padding:0px 0px 0px 15px;
  position: relative;
  display: none;
}

.mc_support_box svg{
  position: absolute;
  top: 1px;
  left: -16px;
}

.mc_support_box a{
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  padding: 0px 0px 0px 4px;
  position: relative;
}

.mc_textnote_2410{
  display: block;
}

.mc_body_content_chatbox a.mc_source_2410{
  display: none;
}

.demo-section #background svg{
  width: 40px;
  height: 40px;
}

.popup_dip_widget .tobtahc_noci .noci_general ul li p{
  margin: 0px;
  width: 36px;
  height: 36px;
}

.mc_avatar_chatbox{
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc_avatar_chatbox svg{
  width: 15px;
  height: 15px;
}

.mc_avatar_chatbox svg path{
  stroke: #fff;
}

/*end 24102023*/

.mc_btn_help_chatbox.tg_active{
  margin-left: 0px;
}

.mc_btn_help_chatbox svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.mc_btn_help_chatbox svg path {
  stroke: #fff;
  fill:#fff;
}

.mc_btn_help_chatbox em{
  width: 20px;
  height: 20px;
}

/*END CSS CONTENT*/
/*CSS BUTTON IPHONE*/
input[type="checkbox"].ios8-switch {
  position: absolute;
  margin: 8px 0 0 16px;
}
input[type="checkbox"].ios8-switch + label {
  position: relative;
  padding: 5px 0 0 52px;
  line-height: 2.0em;
}
input[type="checkbox"].ios8-switch + label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 51px; /* x*5 */
  height: 24px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: rgba(137, 137, 137, 1);
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 1px;
  width: 21px; /* x*3 */
  height: 21px; /* x*3 */
  border-radius: 16px; /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
input[type="checkbox"].ios8-switch + label:hover:after {
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
  margin-left: 26px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
  background: rgba(68, 28, 171, 1);
}


/*END CSS BUTTON IPHONE*/
/* POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  font-size: 15px;
display: none;
  overflow: auto;
}
.popup_price_list,
.popup_delete_bot{
display: none;
}

.popup .content_popup {
  position: relative;
  z-index: 9;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #fff;
  padding: 40px;
  width: 100%;
  border-radius: 20px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  background-position: 100% 0%;
}
.popup_price_list .content_popup{
  max-width: 1600px;
  margin: 100px auto 0px auto;
}
.popup_delete_bot .content_popup{
  max-width: 600px;
  margin: 350px auto 0px auto;
}
.popup_dip_widget .content_popup{
  max-width: 1100px;
  margin: 50px auto 0px auto;
}
.popup_tobtahc_gpt .content_popup{
  max-width: 1200px;
  margin: 50px auto 0px auto;
}
.popup .close_popup {
  cursor: pointer;
}
.popup_price_list h2{
  display: table;
  text-align: center;
  margin: 0px auto 20px auto;
}
.popup_tobtahc_gpt h2{
  margin: 0px auto 30px auto;
  display: table;
  text-align: center;
}
.popup_delete_bot h2{
  margin: 0px 0px 20px 0px;
}
.popup_dip_widget h2{
  margin: 0px 0px 15px 0px;
}
.popup .content_popup h2{
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}
.popup_delete_bot .delete_bot_general{
  color: rgba(137, 137, 137, 1);
  font-size: 18px;
}
.popup_dip_widget .delete_bot_btn{
  margin: 30px 0px 0px 0px;
}
.delete_bot_btn{
  display: flex;
  margin: 20px 0px 0px 0px;
  justify-content: flex-end;
  font-size: 18px;
}
.delete_bot_btn a{
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  display: block;
}
.delete_bot_btn .cancel_delete_bot{
  border:1px solid rgba(137, 137, 137, 1);
  background: #fff;
  color: rgba(19, 19, 19, 1);
  margin: 0px 16px 0px 0px;
  padding: 11px 18px;
}
.delete_bot_btn .confirm_delete_bot{color: #fff;background: linear-gradient(39deg, #A93AFF 0%, #364CFF 51.04%, #08BDFF 100%);padding: 11px 26px;}
.popup  .close_popup{
  position: absolute;
  top: 40px;
  right: 40px;
}
.popup_price_list .list_ecirp{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
}
.popup_price_list .list_ecirp .show_hide_tab{
  display: flex;
  align-items: center;
  background: rgba(68, 28, 171, 1);
  border-radius: 90px;
  padding: 3px;
  margin: 0px 0px 0px 15px;
}
.popup_price_list .list_ecirp .show_hide_tab li{

  padding: 0px 20px 0px 20px;
}
.popup_price_list .list_ecirp .show_hide_tab>li:last-child{

}
.popup_price_list .list_ecirp .show_hide_tab li a{color: #fff;display: inline-block;border-radius: 90px;text-align: center;background: transparent;}
.popup_price_list .list_ecirp .show_hide_tab li a strong{
  color: rgba(68, 28, 171, 1);
}
.popup_price_list .list_ecirp .show_hide_tab li.current{
  padding: 0px;
}
.popup_price_list .list_ecirp .show_hide_tab li.current a{

  background: #fff;

  padding: 14px 28px;

  color: #000;
}
.popup_price_list .ecirp_detailds {margin: 30px 0px 0px 0px;}
.popup_price_list .ecirp_detailds .ecirp_sale{
  display: table;
  margin: 0px auto 30px auto;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: rgba(65, 194, 126, 1);
}
.popup_price_list .ecirp_bg{
  display: flex;
  margin: 0px -15px;
}
.popup_price_list .ecirp_ct{
  padding: 0px 15px;
}
.popup_price_list .ecirp_inside{
  border-radius: 20px;
  border: 1px solid rgba(207, 207, 207, 1);
  background: #fff;
  padding: 30px 20px;
}
.popup_price_list .ecirp_detailds .ecirp_ct .row{
  margin: 0px -20px;
}
.popup_price_list .ecirp_detailds .ecirp_ct .row .col-sm-4{
  padding: 0px 20px;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.popup_price_list .ecirp_inside .ecirp_eman{font-size: 24px;line-height: 32px;font-weight: 600;display: block;margin: 0px 0px 15px 0px;}
.popup_price_list .ecirp_inside .ecirp_eman strong{font-size: 16px;line-height: 24px;color: rgba(84, 46, 255, 1);background: rgba(238, 235, 255, 1);text-align: center;border-radius: 90px;padding: 5px 10px;}
.popup_price_list .ecirp_inside .ecirp_price{
  display: block;
  margin: 0px 0px 15px 0px;
  font-size: 24px;
  line-height: 32px;
}
.popup_price_list .ecirp_inside .ecirp_price strong{
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: rgba(84, 46, 255, 1);
}
.popup_price_list .ecirp_inside .ecirp_sapo{
  font-size: 18px;
  line-height: 26px;
  color: rgba(149, 149, 149, 1);
  display: block;
  margin: 0px 0px 30px 0px;
  min-height: 52px;
}
.popup_price_list .ecirp_inside ul{
  min-height: 240px;
}
.popup_price_list .ecirp_inside ul li{
  position: relative;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 30px;
  font-size: 18px;
}
.popup_price_list .ecirp_inside ul li p{
  margin:0px;
}
.popup_price_list .ecirp_inside ul li:before{
  position: absolute;
  content: "";
  background: url(../images/mira-eci-check-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
}
.popup_price_list .ecirp_inside ul>li:last-child{
  margin: 0px;
}
.popup_price_list .ecirp_inside .ecirp_btn{
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(134.05deg, #4C2FFF 11.81%, #F60BFF 93.44%), #CFCFCF;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  padding: 15px 10px;
  display: table;
  text-align: center;
  box-sizing: border-box;
}
.popup_dip_widget .ypoc_tegdiw_qoute{
  color: rgba(137, 137, 137, 1);
  display: block;
  margin: 0px 0px 10px 0px;
}
.popup_dip_widget .ypoc_tegdiw_btn{
  margin: 20px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.popup_dip_widget .ypoc_tegdiw_btn .copy_clipboard_btn{
  border-radius: 10px;
  background: rgba(235, 237, 250, 1);
  color: rgba(68, 28, 171, 1);
  text-align: center;
  padding: 12px 16px;
}
.popup_dip_widget .ypoc_tegdiw{
 margin: 0px 0px 40px 0px;
}
.popup_dip_widget .dip_widget_title strong{
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin: 0px 0px 5px 0px;
}
.popup_dip_widget .dip_widget_title span{
  color: rgba(137, 137, 137, 1);
}
.popup_dip_widget .motsuc_tegdiw .ct_left .wrap_figure{margin: 0px 0px 20px 0px;}

.popup_dip_widget .motsuc_tegdiw .custom_widget_flex{
  /*  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: space-between;*/
  display: table;
  width: 100%;
  }
.popup_dip_widget .tobtahc_noci .noci_general ul{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.popup_dip_widget .tobtahc_noci .noci_general ul li{
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border:1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s;
  text-align: center;
  color: rgba(137, 137, 137, 1);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_dip_widget .tobtahc_noci .noci_general ul li figure{

}
.popup_dip_widget .tobtahc_noci .noci_general ul li:hover,
.popup_dip_widget .tobtahc_noci .noci_general ul li.noci_current{
  border: 1px solid rgba(68, 28, 171, 1);
  color: rgba(68, 28, 171, 1);
}
.popup_dip_widget .tobtahc_noci .noci_general ul li figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.3s;
}
.popup_dip_widget .tobtahc_noci .noci_general ul li .tobtahc_sey,
.popup_dip_widget .tobtahc_noci .noci_general ul li:hover .tobtahc_on,
.popup_dip_widget .tobtahc_noci .noci_general ul li.noci_current .tobtahc_on{
  display: none;
}
.popup_dip_widget .tobtahc_noci .noci_general ul li:hover .tobtahc_sey,
.popup_dip_widget .tobtahc_noci .noci_general ul li.noci_current .tobtahc_sey{
  display: table;
}
.popup_dip_widget .motsuc_tegdiw{
  margin: 0px 0px 20px 0px;
}
.popup_dip_widget .custom_widget_title{
  margin: 0px 0px 8px 0px;
  font-size: 18px;
}
.popup_dip_widget .custom_widget_title strong{
  font-weight: 500;
  display: block;
}
.popup_dip_widget .custom_widget_title span{
  color: rgba(137, 137, 137, 1);
  font-size: 16px;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noci{
  margin: 0px 0px 20px 0px;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop{
  margin: 0px 0px 20px 0px;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_general{
  display: flex;
  align-items: center;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_general>.noitisop_radio:nth-child(1){
  padding: 0px 40px 0px 0px;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio input[type="radio"]{
  display: none;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio input[type="radio"]+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  margin: 0px;
  font-weight: 400;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio input[type="radio"]+label:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(204, 204, 204, 1);
  position: absolute;
  top: -3px;
  left: 0px;
  background: #fff;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio input[type="radio"]:checked+label:before {
  border: 1px solid rgba(68, 28, 171, 1);
  background: rgba(68, 28, 171, 1);
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio input[type="radio"]:checked+label:after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 3px;
  left: 6px;
  position: absolute;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
}
.popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio_bg input[type="radio"]{
    display: none;
  }
  .popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio_bg input[type="radio"]+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    margin: 0px;
    font-weight: 400;
  }
  .popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio_bg input[type="radio"]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, 1);
    position: absolute;
    top: -3px;
    left: 0px;
    background: #fff;
  }
  .popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio_bg input[type="radio"]:checked+label:before {
    border: 1px solid rgba(68, 28, 171, 1);
    background: rgba(68, 28, 171, 1);
  }
  .popup_dip_widget .motsuc_tegdiw .ct_right .tobtahc_noitisop .noitisop_radio_bg input[type="radio"]:checked+label:after {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    top: 3px;
    left: 6px;
    position: absolute;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
  }
.rehto_detailds:last-child{
  margin-bottom: 0;
}
.popup_dip_widget .tobtahc_noitpac{
  margin: 0px 0px 12px 0px;
}
.popup_dip_widget .tobtahc_noitpac .noitpac_general{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_dip_widget .tobtahc_eton input,
.popup_dip_widget .motsuc_rehto_tegdiw input{border: 1px solid rgba(204, 204, 204, 1);border-radius: 5px;padding: 13px 16px;font-size: 16px;width: 100%;}
.popup_dip_widget .tobtahc_eton input::placeholder,
.popup_dip_widget .motsuc_rehto_tegdiw input::placeholder{
  color:rgba(153, 153, 153, 1);
}

.popup_dip_widget .motsuc_rehto_tegdiw .rehto_lluf{
  grid-column:span 2;
}
.italic_placeholder::placeholder{
  font-style: italic;
}
.popup_dip_widget .motsuc_rehto_tegdiw .rehto_show .custom_widget_title{
  margin: 0px;
}
.popup_dip_widget .motsuc_rehto_tegdiw .rehto_show .rehto_show_general{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_tobtahc_gpt .chat_box_bg{
  border-radius: 20px;
  background: rgba(250, 250, 250, 1);
  position: relative;
}
.popup_tobtahc_gpt .chat_box_general{
  padding: 24px 24px 0px 24px;
  height: 590px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup_tobtahc_gpt .chat_box_general::-webkit-scrollbar {
  width: 5px;
}

.popup_tobtahc_gpt .chat_box_general::-webkit-scrollbar-track {
  background: #F2F3F4;
}

.popup_tobtahc_gpt .chat_box_general::-webkit-scrollbar-thumb {
  background-color: #0066B3;
  border-radius: 90px;
  border: 90px solid #0066B3;
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .chat_box_user,
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .chat_box_robot{
  display: flex;
  gap: 16px;
  margin: 0px 0px 24px 0px;
}

.popup_tobtahc_gpt .tobtahc_gpt_chat_box .chat_box_user .wrap_figure figure{
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(235, 237, 250, 1);
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .chat_box_robot .wrap_figure figure{
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(0, 102, 179, 1);
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .wrap_figure figure img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .text_widget{padding: 15.5px 20px;box-shadow: 0px 0px 20px 0px rgba(68, 28, 171, 0.07);border-radius: 10px;font-size: 16px;}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .text_widget p{
  margin: 0px 0px 20px 0px;
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .text_widget strong{
  display: block;
  margin-bottom: 8px;
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .text_widget a{
  display: flex;
  align-items: center;
  color: rgba(68, 28, 171, 1);
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .text_widget a img{
  padding: 0px 9px 0px 0px;
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .text_widget p:last-child{
  margin: 0px;
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .chat_box_user .text_widget{
  background: #fff;
}
.popup_tobtahc_gpt .tobtahc_gpt_chat_box .chat_box_robot .text_widget{
  background: rgba(230, 251, 254, 1);
}
.popup_tobtahc_gpt .tobtahc_gpt_enter_text{
  width: 100%;
  border-radius: 10px;
  background: #fff;
}
.popup_tobtahc_gpt .tobtahc_gpt_enter_text .enter_text_general{position: relative;}
.popup_tobtahc_gpt .tobtahc_gpt_enter_text .enter_text_general textarea{
  width: 100%;
  resize: none;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  padding: 12px 60px 12px 20px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid rgba(204, 204, 204, 1);
}
.popup_tobtahc_gpt .tobtahc_gpt_enter_text .enter_text_general textarea::placeholder{
  font-style:italic;
  color:rgba(153, 153, 153, 1);
  position: relative;
  top: 7px;
}
.popup_tobtahc_gpt .tobtahc_gpt_enter_text .enter_text_general textarea::-webkit-scrollbar {
 display: none;
}
.popup_tobtahc_gpt .tobtahc_gpt_enter_text .enter_text_general figure{
  position: absolute;
  top: 18px;
  right: 20px;
}
.popup_tobtahc_gpt .tobtahc_gpt_suggest{
  margin: 16px 0px 0px 0px;
}
.popup_tobtahc_gpt .tobtahc_gpt_suggest .suggest_general{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.popup_tobtahc_gpt .tobtahc_gpt_suggest .suggest_detailds a{
  display: flex;
  align-items: center;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/*CSS LOGIN*/
.login_mirabot {
  position: relative;
  width: 100%;
  height: 100%;
  /* background: url(../images/bgr_login_mirabot.png) center center no-repeat ; */
  background-size: cover;
}
.longin_page_content{
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding: 40px 0px 40px;
  gap: 45px;
}
.form_login_mirabot{
  width: 37%;
}
.mirabot_regis_confirm .form_login_mirabot form{background: #fff;padding: 45px 65px;}
.mirabot_email_verification .form_login_mirabot form{
  background: #fff;
  padding: 50px 40px;
}
.form_login_mirabot form{
  box-shadow: 0px 30px 30px 0px #47006480;
  background: #F0F1FF;
  border-radius: 15px;
  padding: 19px 44px;
  margin: 50px 0px 0px 0px;
  padding-top: 32px;
  padding-bottom: 24px;
}
.logo_form{
  display: block;
  text-align: center;
  margin: 0 auto;
}
.title_form_mirabot{
  margin: 0px 0px 24px 0px;
  color: #000000;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: center;
}
.form_group{

  margin: 0px 0px 22px 0px;
}
.error_red{
  margin: 14px 0px 0px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FF0000;
  display: block;
}
.form_group_iput{
  display: flex;
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 15px 21px 15px 21px;
  border:1px solid #fff;
}
.danger_red_line .form_group_iput{
  border:1px solid red;
  border-left: none;
}
.form_group_iput::before{
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  border-radius: 6px 0px 0px 6px;
  background: #441CAB;
  left: 0px;
  top: 0px;
}
.form_group input{
  color: #000;
  font-size: 14px;
  border: none;
  padding: 0px 17px;
  flex-grow: 1;
}
.imgaes_icon{
  padding: 0px 16px 0px 0px;
  border-right:1px solid #A3A3A3;

}
.see_pass_word{
  cursor: pointer;
}
.pass_hide{
  display: none;
}
.pass_hide2{
  display: none;
}
.btn_register_mirabot{
  display: block;
  background: linear-gradient(82.04deg, #A93AFF -3.85%, #364CFF 52.51%, #08BDFF 106.56%);
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  border: none;
  max-width: 300px;
  width: 100%;
  padding: 15px;
  margin: 24px auto 10px auto;
}
.register_google{
  display: flex;
  height: 45px;
  gap: 6px;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  background: #fff;
  border: 0.63px solid #DAD9E8;
  border-radius: 25px;
}
.fot_bot_login{
  border-top: 1.26px solid #DAD9E8;
  margin: 28px 0px 0px 0px;
  padding: 22px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fot_bot_login a{
  color: #441CAB;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;

}
.fot_bot_login span{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}
.images_login_mirabot{
  width: 63%;
}
.notification_mirabot .notification_text{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0px 0px 0px 0px;
  color: #000;
}
.notification_mirabot .cofirm_check_icon{
  display: table;
  margin: 0px auto 25px auto;
}
.come_back{
  display: block;
  margin: 33px 0px 0px 0px;
  background: linear-gradient(82.04deg, #A93AFF -3.85%, #364CFF 52.51%, #08BDFF 106.56%);
  border-radius: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 14px;
  text-align: center;
  color: #fff;
}
.mirabot_regis_confirm .come_back,
.mirabot_email_verification .come_back{
  max-width: 300px;
  width: 100%;
  margin: 33px auto 0px auto;
}
.title_email_verification{
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin: 0px 0px 0px 0px;
}
.text_email_form{
  margin: 14px 0px 13px 0px;
}
.text_email_form_01{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
}
.text_email_form_02{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;

}
.text_email_form_03{
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;

}
.text_email_form_03 a{
  color: #441CAB;
}
.get_text_password{
  margin: 0px 0px 30px 0px;
  color:#000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;

}
/*END CSS LOGIN*/
/*CSS RESPONSIVE*/
@media (min-width: 1025px) and (max-width: 1365px) {
  .demo-section{
    gap: 30px;
  }
  .form_login_mirabot form{
    padding: 30px !important;
  }
  /*CSS LOGIN*/
  .images_login_mirabot{
    width: 50%;
  }
  .form_login_mirabot {
    width: 50%;
  }
  .images_login_mirabot img{
    max-width: 100%;
  }

  /*END CSS LOGIN*/

}
@media (max-width:1200px){
  .dashboard_ke_po .dashboard_notifi .notifi_num .notifi_ct , .dashboard_ke_po .dashboard_notifi .notifi_pack .notifi_ct{
    padding: 32px 16px;
  }
  .dashboard_ke_po .dashboard_notifi .notifi_create .notifi_ct{
    padding: 16px;
  }
  .dashboard_ke_po .dashboard_notifi .notifi_top .notifi_ct{
    min-height: initial;
  }
  .dashboard_ke_po .dashboard_notifi .notifi_detailds{
    margin: 0px 0px 20px 0px;
  }
  .dashboard_ke_po .dashboard_notifi .notifi_bg{
    flex-wrap: wrap;
  }
  .dashboard_general{
    flex-direction: column;
  }
  .dashboard_general .toppage_left{
    display: block;
  }
  .dashboard_toppage{
    align-items: center;
  }
  .dashboard_general .dashboard_ct_left{
    width: 100%;
    padding: 15px;
  }
  .dashboard_menu_bg{
    padding: 20px;
  }
  .dashboard_close_menu{
    position: fixed;
    z-index: 9999999;
    top: 16px;
    left: 170px;
  }
  .dashboard_opacity {
    position: fixed;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
  }
  .dashboard_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 150px;
    left: -150px;
    background-color: rgba(247, 246, 252, 1);
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    z-index: 9999999;
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .demo-section .k-palette tbody tr{
    justify-content: space-around;
  }
  .demo-section .text_widget{
  }
  .field_column div.k-flatcolorpicker{
    display: table !important;
    margin: 0px auto;
    text-align: center;
    position: inherit !important;
  }
.field_column .k-animation-container{
  margin: 0px auto;
  display: table !important;
  text-align: center;
  width: 100% !important;
}
    .popup_dip_widget .ypoc_tegdiw{
    margin: 0px 0px 30px 0px;
  }
  .title_email_verification{
    font-size: 30px;
    line-height: 38px;
  }
  .mirabot_regis_confirm .come_back,
  .mirabot_email_verification .come_back{
    margin: 20px auto 0px auto;
  }
  .form_login_mirabot{
    width: 100%;
    order: 1;
  }
  .form_login_mirabot form{
    margin:30px 0px 0px 0px;
  }
  .form_login_mirabot form {
    padding: 30px !important;
  }
  .longin_page_content{
    flex-direction: column;
    gap: 30px;
  }
  .notification_mirabot{
  }
  .images_login_mirabot{
    width: 100%;
    order: 2;
  }
  .images_login_mirabot figure{
    display: table;
    margin: 0px auto;
  }
  /*CSS LOGIN*/
  .title_form_mirabot {
    font-size: 27px;
    line-height: 30px;
  }
  .form_login_mirabot form{
    padding: 20px;
  }

  /*END CSS LOGIN*/

}

@media (max-width: 767px) {
  .dashboard_bot_erom_ecruos .erom_ecruos_epyt_flex .erom_ecruos_right .xelf_nmuloc input{
    width: 100% !important;
  }
.demo-section .text_widget{
    order: 2;
  }
  .demo-section{
    flex-direction: column;
    gap: 20px;
  }
  .popup_dip_widget .ypoc_tegdiw{
    margin: 0px 0px 20px 0px;
  }
  .dashboard_ke_po .dashboard_notifi .notifi_top .notifi_bg{
    grid-template-columns: auto auto;
  }
  .dashboard_general .toppage_middle figure{
    max-width: 120px;
    width: 100%;
    margin: 0px auto;
  }
  .dashboard_translate .default_option:before{
    padding: 0px;
  }
  .dashboard_translate .default_option .noitpo span{
    display: none;
  }
  .title_email_verification{
    font-size: 25px;
    line-height: 33px;
  }
  .notification_mirabot .cofirm_check_icon{
    max-width: 80px;
    margin: 0px auto 20px auto;
  }
  .logo_form img{
    max-width: 220px;
    width: 100%;
  }
  .mirabot_regis_confirm .come_back,
  .mirabot_email_verification .come_back{
   width: initial;
   margin: 20px auto 0px auto;
 }
 .form_login_mirabot{
  width: 100%;
}
.images_login_mirabot figure{
  display: table;
  margin: 0px auto;
}
.images_login_mirabot{
  display: none;
}
/*CSS LOGIN*/
.notification_mirabot {
  width: 100%;
}
.notification_mirabot .notification_text,
.text_email_form_01,
.text_email_form_02,
.text_email_form_03{
  font-size: 18px;
}
.longin_page_content{
  flex-direction: column;
  gap: 20px;
  padding: 40px 0px 40px 0px;
}
.title_form_mirabot{
  font-size: 27px;
}
.form_login_mirabot{
  order: -1;
}
.form_login_mirabot form {
  padding: 20px !important;
  margin: 20px 0px 0px 0px;
}
}
/*END CSS LOGIN*/
/*END CSS RESPONSIVE*/
