
html {
	 overflow-x: hidden;
	 scroll-behavior: smooth;
     height: 100%;
}
:root {
  --primarycolor: #1982FC;
  --gradient: linear-gradient(#414141, #161616);
  --darkcolor: #656565; 
  --white: #fff;
}
 *, ::before, ::after {
	 box-sizing: border-box;
}
 * {
	 margin: 0;
	 padding: 0;
}
a {
	cursor: pointer;
}
input:focus {
	outline: none;
}
body {
    font-family: 'Poppins', sans-serif !important;
    color: var(--darkcolor);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
}
.app-theme-white .app-page-title {
    background: #fff !important;
}
.customer_left {
    background-color: #fff;
    border-radius: 5px;
    /* min-height: 460px; */
    margin-bottom: 20px;
    box-shadow: 0px 5px 5px rgba(108, 108, 108, 0.05);
}
.setting_input {
    display: block;
    width: 100%;
    border: 1px solid #1982FC;
    padding: 10px;
    border-radius: 7px;
    margin-bottom: 15px;
    color: #1D2130;
}
.app-main .app-main__inner {
    padding: 30px 30px 30px !important;
}
.industry_inner.pricing_div.basic_dd {
    padding: 20px 20px 35px 20px;
}
td.sms_count.in-progress {
    color: #DDCB28;
}
.edit_btn {
    background-color: #1982FC;
    display: inline-block;
    color: #fff;
    padding: 6px 25px;
    font-size: 14px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
    bottom: -17px;
    transition: 0.3s;
}
.edit_btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
hr.customer_hr {
    margin: 0px;
    height: 0px !important;
}
.customer_left_bottom {
    padding: 25px;
}
.company_name {
    width: 55%;
    font-weight: 600;
}
.customer_left_first {
    display: flex;
    margin-bottom: 15px;
}
.customer_title1 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    line-height: 36px;
}
.customer_email {
    font-size: 14px;
    color: #1982FC;
}
.marketing_search_input {
    background-color: #E8F3FF;
    border: none;
    width: calc(100% - 120px);
    padding: 15px 20px;
    border-radius: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_tempbtn {
    margin-bottom: 25px;
}
.page-title-wrapper.keywordwrapper {
    display: block !important;
    padding-bottom: 30px;
}
.keyword_input {
    border: none;
    color: #1D2130;
}
.keywordtitle {
    color: #1D2130;
    font-weight: 600;
    margin-bottom: 5px;
}
.metismenu-state-icon.pe-7s-angle-down.caret-left {
    margin-left: auto;
    font-size: 15px;
}
.marketing_search {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.customer_left_upper {
    display: flex;
    align-items: center;
    padding: 25px;
}
.customer_left_upper img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 20px;
}
.app-page-title {
    padding: 20px 30px !important;
}
.pricingdiv_ul li {
    list-style: none;
    display: flex;
    color: #1D2130;
    font-size: 14px;
    margin-bottom: 8px;
}
table.display.table_custom {
    font-size: 13px;
}
.sms_count {
    color: #54CC8B;
}
.name_div {
    display: flex;
    align-items: center;
}
.name_div span {
    font-weight: 600;
}
.name_div img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
}
table.display.table_custom td, table.display.table_custom th {
    padding: 16px !important;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 3px !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current, .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover {
    color: #fff !important;
    background: #1982fc !important;
    border-color: #1982fc !important;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -10px !important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #EBEFF2 !important;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable td {
    border-bottom: 1px solid #EBEFF2 !important;
}
/*table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none !important;
}
table.dataTable.display>tbody>tr.even>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
    box-shadow: none !important;
}*/
.dataTable.no-footer {
    border-bottom: 1px solid #EBEFF2 !important;
}
.contact_query a {
    text-decoration: none;
    color: #1982fc;
}
.dataTables_wrapper {
    filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.06));
    margin-bottom: 20px;
    background-color: #fff !important;
    padding: 20px 0px;
    border-radius: 5px;
}
.customer_left.subsc_customer_left {
    min-height: auto;
}
.customer_left_upper.customer_subscriber_top {
    align-items: flex-start;
}
.customer_left_upper.customer_subscriber_top .customer_title1 {
    margin-bottom: 20px;
}

.subscribers_center {
    width: calc(100% - 130px);
    margin-right: 20px;
}
.edit_a {
    margin-left: auto;
    color: #1982FC;
}
.dataTables_length, .dataTables_info {
    padding-left: 10px;
}
.dataTables_filter, .dataTables_paginate {
    padding-right: 10px;
}
.contact_query {
    font-weight: 600;
    margin-bottom: 40px;
}
.blog_img {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}
.cnacellation_radio_div {
    margin-bottom: 50px;
}
.blog_single_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
}
/* The container */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #898989;
    line-height: 18px;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkcontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1px solid #1982FC;
    border-radius: 3px;
}


/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #1982FC;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* The container */
.cancel_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    line-height: 18px;
}

/* Hide the browser's default radio button */
.cancel_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.cancel_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #BCBCBC;
}


/* When the radio button is checked, add a blue background */
.cancel_radio input:checked ~ .checkmark {
    background-color: #fff;
    border-color: #1982fc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cancel_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cancel_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cancel_radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1982FC;
}
p {
    color: #1D2130;
}
.pagination_ul li a.active {
    background-color: #1982fc;
    color: #fff;
}
.blog_img.single_blog_img {
    margin: 20px 0px 0px 0px;
}
.contact_left p {
    margin-bottom: 30px;
}
textarea.contact_input {
    min-height: 148px;
}
.submit_btn {
    background-color: #1982FC;
    color: #fff;
    border: none;
    padding: 10px 70px;
    border-radius: 30px;
    margin-top: 15px;
    transition: 0.3s;
}
.submit_btn:hover {
    background-color: #000;
    color: #fff;
}
.contact_input {
    border: 1px solid #1982FC;
    border-radius: 7px;
    color: #1D2130;
    font-size: 16px;
    padding: 12px;
    margin-bottom: 12px;
    width: 100%;
}
.contact_right .footer_ul {
    margin: 0px;
}
.contact_outer {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(25, 130, 252, 0.16);
    border-radius: 30px;
    padding: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.contact_right .footer_ul li i {
    width: 63px;
    height: 63px;
    background-color: #1982FC;
    text-align: center;
    line-height: 63px;
    color: #fff;
    font-size: 27px;
    border-radius: 100%;
}
.contact_right .footer_ul li {
    color: #1D2130;
    align-items: center;
    margin-bottom: 30px;
}
.contact_left {
    width: 55%;
    padding-right: 50px;
}
.contact_right {
    border-left: 1px solid #E4E4E4;
    padding-left: 50px;
    width: calc(100% - 55%);
}
.drop_message_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #1D2130;
    margin-bottom: 15px;
}
.comment_p {
    margin: 30px;
    border-left: 4px solid #1982fc;
    padding: 5px 20px;
}
.pagination_ul li a {
    width: 30px;
    height: 30px;
    color: #C0C0C0;
    font-size: 16px;
    text-decoration: none;
    line-height: 30px;
    border-radius: 5px;
}
.blog_bottom .blog_post_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px;
}
.pagination_ul li {
    display: inline-flex;
    margin: 0px 2px;
    align-items: center;
}
.pagination_ul {
    margin-top: 50px;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
}
.customer_title.recent_post-title {
    margin-top: 50px;
}
.blog_img.blog_div_img {
    height: 290px;
}
.blog_img.blog_div_img img {
    height: 100%;
    object-fit: cover;
}
.chat_div {
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.chat_header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.chat_header .message_li_left {
    align-items: center;
}
.message_li_left {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 160px);
}
.dropdown.chat_dropdown button {
    background-color: transparent;
    color: #C2CFE0;
    padding: 0px;
    font-size: 18px;
    border: none;
}
.message_li_left img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid transparent;
}
.message_title {
    font-size: 15px;
    color: #323C47;
    font-weight: 600;
    margin-bottom: 3px;
}
.chat_active {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #2ED47A;
    border-radius: 100%;
    margin-left: 10px;
}
.chat_center {
    border-top: 1px solid #EBEFF2;
    border-bottom: 1px solid #EBEFF2;
    padding: 15px;
    min-height: 530px;
    max-height: 530px;
    overflow-y: auto;
}
.chat_left_div {
    max-width: 75%;
    margin: 6px 0px;
}
.chat_left_div p {
    background: #696969;
    border-radius: 0px 10px 10px 10px;
    color: #fff;
    font-size: 13px;
    padding: 12px;
    margin-top: 5px;
}
.chat_left_div.chat_right_div {
    margin-left: auto;
}
.chat_left_div {
    max-width: 75%;
    margin: 6px 0px;
}
.chat_left_div.chat_right_div .message_li_left {
    justify-content: flex-end;
    margin-right: 0pc;
    margin-left: auto;
}
.message_textarea {
    width: calc(100% - 100px);
    border: none;
    font-size: 13px;
    resize: none;
}
.chat_ul {
    margin: 0px;
    border-left: 1px solid #EBEFF2;
    padding: 10px;
}
.chat_ul li {
    display: inline-block;
    margin: 0px 5px;
}
.chat_ul li a {
    color: #C2CFE0;
}
.message_ul li.active .message_li .message_li_left img {
    border-color: #1982FC;
}
.message_ul li.active .message_li .message_li_left .message_title {
    color: #1982FC;
}
.message_ul::-webkit-scrollbar, .chat_center::-webkit-scrollbar {
    width: 6px;
}
 
.message_ul::-webkit-scrollbar-track, .chat_center::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.message_ul::-webkit-scrollbar-thumb, .chat_center::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
.message_ul {
    padding: 0px;
    margin: 0px;
    min-height: 655px;
    max-height: 655px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
}
.message_ul li {
    list-style: none;
}
.message_ul li.active .message_li {
    border-right: 2px solid #1982FC !important;
}
.message_li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEFF2;
    padding: 15px 10px;
    list-style: none;
}
.message_li_left {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 160px);
}
.message_li_left img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 10px;
    border: 1px solid transparent;
}
.message_li_left_right {
    width: 100%;
}
.message_title {
    font-size: 15px;
    color: #323C47;
    font-weight: 600;
    margin-bottom: 3px;
}
.message_li_left_right p {
    color: #828282;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
}
.message_li_right {
    text-align: right;
}
.message_time {
    font-size: 12px;
    color: #90A0B7;
    margin-bottom: 3px;
}
.message_ul li.active .message_li .message_notification {
    background-color: #1982FC;
}
.chat_left_div .message_li_left span {
    color: #90A0B7;
    font-size: 10px;
    margin-left: 10px;
}
.chat_left_div .message_li_left .message_title {
    font-size: 12px;
}
.chat_left_div .message_li_left img {
    width: 16px;
    height: 16px;
}
.chat_left_div .message_li_left {
    align-items: center;
}
.message_notification {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #828282;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 500;
    line-height: 20px;
}
.blog_div {
    margin-top: 40px;
}
.blog_bottom {
    padding-top: 15px;
}
.blog_ul li {
    display: inline-block;
    font-size: 15px;
    color: #1982FC;
    opacity: 0.6;
    padding: 0px 8px;
    border-right: 1px solid #1982fc;
    line-height: 15px;
}
.blog_ul li:first-child {
    padding-left: 0px;
}
.blog_ul li:last-child {
    padding-right: 0px;
    border-right: none;
}
.blog_ul {
    padding: 0px;
    margin: 0px;
}
.blog_post_title {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 15px;
}
.trending_post p {
    color: #1D2130;
    font-size: 16px;
}
.blog_img:hover::before {
   display: block;
}
.trending_title {
    font-size: 24px;
    color: #1982FC;
    font-weight: 700;
    margin-bottom: 5px;
}
.blog_img::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000003b;
    border-radius: 32px;
    display: none;
    z-index: 9;
}
.blog_post {
    border: 1px solid #D8D8D8;
    border-radius: 24px;
    padding: 30px;
    margin-top: 30px;
}
.blog_img:hover img {
    transform: scale(1.1, 1.1);
}
.blog_img img {
    width: 100%;
    border-radius: 24px;
    transition: 0.3s;
}
.pricingdiv_ul {
    padding: 0px;
    text-align: left;
}
.dot_span {
    width: 8px;
    height: 8px;
    background-color: #1982FC;
    margin: 6px 15px 0px 0px;
    border-radius: 100%;
}
.additional_message {
    color: #1982FC;
    font-size: 12px;
    text-decoration: none;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #000;
    text-align: left;
    text-decoration: none;
}
.panel.panel-default {
    border-bottom: 1px solid #7E7E7E;
}
.panel-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #1D2130;
    text-align: left;
    padding: 15px 20px;
    border-top: 1px solid #7E7E7E;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.sms_count i {
    color: #1982FC;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
      color: #1982fc;
    font-weight: 700;
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
      color: #1982fc;
    font-weight: 700;
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.new_message_btn {
    margin-left: auto;
    background-color: #1982FC;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}
.new_message_btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
/**********admin-css**********/
.vertical-nav-menu li a.mm-active, .vertical-nav-menu li a:hover  {
    color: #fff !important;
    background: #1982FC !important;
    font-weight: normal !important;
    margin: 0px;
}
.vertical-nav-menu li a.mm-active p,  .vertical-nav-menu li a:hover p, .vertical-nav-menu li a.mm-active i,  .vertical-nav-menu li a:hover i  {
    color: #fff !important;
}
button.btn-primary {
    background-color: #1982fc !important;
    border-color: #1982fc !important;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #1982fc !important;
}
.pricing_hr {
    background-color: #cbcbcb;
    margin: 20px 0px;
    height: 0px !important;
}
.vertical-nav-menu.metismenu li a svg, .vertical-nav-menu.metismenu li a i {
    font-size: 22px;
    /* margin-right: 20px; */
    width: 24px;
}
/*.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}*/
/*.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}*/
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
/* Scrollbar Styling */
.pricingdiv_ul::-webkit-scrollbar {
    width: 6px;
}
 
.pricingdiv_ul::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.faq_div {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(25, 130, 252, 0.16);
    border-radius: 30px;
    padding: 50px 0px;
}
.banner_outer.our_features.faq_outermain {
    padding: 60px 0px;
}
.pricingdiv_ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d42; 
}
.pricingdiv_ul {
    padding: 0px;
    text-align: left;
    height: 234px;
    overflow-y: auto;
}
.industry_inner.pricing_div {
    margin: 20px 0px;
    padding: 40px 30px 20px 30px;
    background-color: #fff;
}
.fixed-header .app-main {
    padding-top: 88px !important;
}
.navbar-nav.me-auto.mb-2.mb-lg-0.first_ul_menu li .nav-link.active {
    color: #1982fc !important;
}
.vertical-nav-menu li a {
    line-height: 3.2rem !important;
    height: 3.2rem !important;
    padding: 0 1.5rem 0 35px !important;
    color: #7D7D7D !important;
    font-size: 16px !important;
    border-radius: 0px !important;
    display: inline-flex !important;
    align-items: center !important;
    width: 100%;
    margin: 0 !important;
}
.card-header-tab.card-header-tab-animation.card-header {
    justify-content: space-between !important;
    border: none !important;
    height: auto !important;
    padding: 20px;
}
.btn-group.h_dot_btn svg {
    font-size: 28px;
}
.customer_growth_title {
    display: block;
    width: 100%;
    font-size: 36px;
}
.card-header-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #272830;
    font-weight: 500;
    display: block !important;
}
.card.card_custom {
    box-shadow: 0px 5px 5px rgba(108, 108, 108, 0.05);
    border-radius: 5px;
}
#TooltipDemo {
    color: #fff;
    background-color: #1982fc;
    border-color: #1982fc;
}
.widget-content .widget-content-left .widget-heading {
    font-weight: normal !important;
    opacity: 1 !important;
}
.widget-content .widget-content-left .widget-subheading {
    opacity: 1 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
.card {
    border-radius: 10px !important;
}
.dontaccount.create_account_title {
    margin-top: 70px;
}
.app-page-title .page-title-heading {
    font-weight: 600 !important;
    color: #000;
    font-size: 28px !important;
}
.app-page-title {
    margin: 0px 0px 25px 0px !important;
    box-shadow: 0px 5px 5px rgb(108 108 108 / 5%) !important;
    background-color: inherit !important;
    border-radius: 5px !important;
}
.app-sidebar.sidebar-shadow {
    box-shadow: 0px 4px 14px rgba(25, 130, 252, 0.16) !important;
}
.app-sidebar .app-sidebar__inner {
    padding: 20px 0rem 0rem !important;
}
.app-header.header-shadow {
    box-shadow: 0px 4px 14px rgb(25 130 252 / 16%) !important;
    height: 88px;
}
.avtar_name {
    color: #000;
    font-size: 15px;
    margin: 0px 5px;
    font-weight: 500;
}
/********************/
.footer_ul li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    color: #fff;
}
.banner_outer.industry_outer {
    padding: 70px 0px 10px;
}
.hamburger.close-sidebar-btn.hamburger--elastic {
    display: none;
}
.industry_title {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    margin: 20px 0pc;
    min-height: 80px;
    line-height: 40px;
}
.industry_inner p {
    font-size: 16px;
    color: #1D2130;
    margin: 0pc;
    line-height: 26px;
}
.industry_inner {
    box-shadow: 0px 4px 30px rgb(25 130 252 / 16%);
    border: 2px solid #fff;
    text-align: center;
    padding: 50px 30px;
    margin: 30px 30px;
    transition: 0.3s;
    border-radius: 30px;
}
.industry_inner:hover {
    border-color: var(--primarycolor);
}
.progress_bar li:before {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 10px;
    padding: 2px;
    text-align: center;
}
.progress_bar li:last-child:after {
    display: none;
}
.progress_bar #step1:before {
    content: "1";
}
.progress_bar #step2:before {
    content: "2";
}
.progress_bar #step3:before {
    content: "3";
}
.progress_bar #step4:before {
    content: "4";
}
.progress_bar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}
.login_outer.choose_plan_section .login_left.workflow3_div {
    width: 100%;
    text-align: center;
    padding: 40px 0px;
    box-shadow: none;
}
.login_left.workflow3_div .logo_img {
    margin-left: 0;
    margin-right: auto;
    display: block;
}
.login_outer.choose_plan_section {
    background-image: none;
}
.progress_bar li.active:before, .progress_bar li.active:after {
    background: #1982fc;
}
.progress_bar {
    padding: 0px;
    margin-bottom: 70px;
}
.progress_bar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
}
.footer_ul li i {
    margin-right: 15px;
    margin-top: 5px;
    font-size: 20px;
}
.logintop.loginbottom {
    bottom: 0;
    top: inherit;
}
button.login_btn.xx_btn {
    background-color: #fff;
    border: 1px solid #1982FC;
    color: #000;
    font-weight: 700;
}
.logintop {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    max-width: initial;
    z-index: -1;
}
.footer_ul li a {  
    color: #fff;
    text-decoration: none;
    position: relative;
}
.footer_ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    background-color: #fff;
    height: 1px;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.navbar-nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    background-color: var(--primarycolor);
    height: 1px;
    -webkit-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.footer_ul li a:hover:before, .navbar-nav li a:hover:before {
    right: 0;
    width: 100%;
}
.footer_ul {
    padding: 0px;
    margin-top: 30px;
}
.purchase_plan_div {
    display: flex;
    align-items: center;
}
.footer_custom {
    background-color: #1982FC;
    padding: 40px 0px;
}
.navbar.navbar-expand-lg.navbar-light.bg-light.navbar_custom {
    padding: 20px 0px;
    box-shadow: 0px 4px 14px rgba(25, 130, 252, 0.16);
}
.radiocontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

/* Create a custom radio button */
.radiocontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 24px;
    border:  2px solid #fff;
}


/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .checkmark {
  border-color: #1982FC;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.banner_outer.grow_business {
    padding: 140px 0px;
    background-image: url(../images/waves.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.purchase_left label {
    color: #000;
    display: block;
}
.navbar-nav li a {
    color: #000 !important;
    transition: 0.3s;
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: inline-block;
}
.navbar-nav li a:hover {
    color: #1982FC !important;
}
.send_btn {
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 10px 60px;
    margin-top: 20px;
    border-radius: 30px;
    transition: 0.3s;
}
.send_btn:hover {
    border-color: #000;
    background-color: #000;
}
.footer_input {
    color: #6F6F6F;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    border: none;
    padding: 12px;
    border-radius: 7px;
}
.copyright_text {
    font-size: 12px;
    color: #fff;
    margin: 0px;
    margin-top: 10px;
}
.footer_title {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.footer_hr {
    background-color: #F5F5F5;
}
#navbarSupportedContent {
    /* margin-left: 15%; */
    text-align: right;
}
a.nav-link.signup_btn::before {
  display: none !important;
}
.navbar-nav li {
    margin-left: 40px;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0.first_ul_menu {
    margin-left: auto;
    margin-right: 0px !important;
}
.purchase_plan_div button.login_btn {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.basic_title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
}
.credit_title {
    font-size: 16px;
    color: #000;
    margin-top: 3px;
}
.login_left.workflow3_div {
    padding: 100px 20px;
}
.basic_price sub {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}
.purchase_div {
    width: 60%;
    margin: 0 auto;
}
.msg_img {
    position: absolute;
    right: 0;
    top: -60px;
}
.msg_img.msg1 {
    left: 0;
    right: auto;
}
.basic_price {
    font-size: 30px;
    color: #1982FC;
    font-weight: 800;
    margin-bottom: 5px;
}
.plan_ul li.active {
    background-color: #00000030;
}
.banner_outer {
    position: relative;
}
.plan_ul li {
    /* display: inline-block; */
    background-color: #fff;
    padding: 25px;
    border-radius: 24px;
    width: 22%;
    text-align: center;
    margin: 15px;
    box-shadow: 0px 4px 30px rgba(25, 130, 252, 0.16);
    border: 2px solid #fff;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.plan_ul {
    padding: 0px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login_outer {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url(../images/bg_arc.png);
    background-repeat: no-repeat;
    background-size: 55% 100%;
    position: relative;
    z-index: 9;
}
button.login_btn.go_back {
    opacity: 0.5;
}
input.login_input.email_input {
    margin: 0px;
}
.top_img.right_img {
    top: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
/*    transform: rotate(90deg);*/
}
.login_input {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #A6A6A6;
    border: none;
    padding: 18px;
    border-radius: 10px;
    background-color: #F1F7FF;
    margin-bottom: 20px;
    width: 100%;
}
.top_img {
    position: absolute;
    max-width: 634px;
    top: -40px;
    left: 37%;
}
.dontaccount {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #898989;
    margin-top: 70px;
}
.dontaccount a {
    color: #1982FC;
    text-decoration: none;
}
.dontaccount:hover a {
    color: #1982FC;
}
.login_btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #1982FC;
    border-radius: 30px;
    border: none;
    display: block;
    width: 100%;
    padding: 15px;
    margin: 20px 0px;
    transition: 0.3s all ease-in-out;
}
.customer_left.right_customer_left {
    text-align: right;
}
.back_div a {
    color: #1982fc;
    text-decoration: none;
}
.back_div {
    text-align: center;
}
.login_btn:hover {
    background-color: #000;
}
.forgot_password_div {
    text-align: right;
}
.forgot_pwd {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #A6A6A6;
    text-decoration: none;
    transition: 0.3s;
}
.forgot_pwd:hover {
    color: #1982fc;
}
.login_label {
    font-family: 'Poppins';
    font-style: normal;
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
}
.login_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 48px;
    text-align: left;
    color: #000000;
    margin-bottom: 5px;
}
.login_left.workflow3_div .login_subtext {
    width: 650px;
    margin: 0 auto 50px auto;
}
.login_subtext {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}
.logo_img {
    /* position: absolute; */
    /* top: 30px; */
    /* left: 30px; */
    margin-bottom: 50px;
}
.login_left {
    width: 50%;
    padding: 60px 150px;
}
.login_right {
    width: 50%;
    text-align: center;
    padding: 50px;
    position: relative;
}
.login_right img {
    max-width: 100%;
}
section {
    padding: 20px 0px;
}
.container.custom_container {
    width: 1600px;
    max-width: 1600px;
}
.stickyHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.navbar.navbar-expand-lg.navbar-light.bg-light.desktop_menu {
    padding: 4px 0px;
     box-shadow: 0px 0px 5px 0px #ccc; 
    background-color: #fff;
}
.nav-item.signupli {
    margin-left: 20px !important;
}
a.nav-link.signup_btn {
    border: 1px solid var(--primarycolor) !important;
    background-color: var(--primarycolor);
    color: #fff !important;
    font-weight: 500;
    padding: 7px 25px !important;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px; 
}
a.nav-link.signup_btn.get_started {
    padding: 10px 30px !important;
}
.customer_img img {
    max-width: 100%;
}
.customer_title span {
    color: var(--primarycolor);
}
.customer_left p {
    font-weight: 400;
    font-size: 16px;
    color: #1D2130;
    margin-bottom: 28px;
}
.customer_title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 63px;
    color: #000000;
    margin-bottom: 20px;
}
a.nav-link.signup_btn:hover {
    background-color: #000;
    border-color: #000 !important;
    color: #fff !important;
}
a.nav-link.login_a {
    border: 1px solid #8BC441 !important;
    padding: 6px 20px !important;
}
.navbar-nav.custom_nav li a.nav-link:hover, .navbar-nav.custom_nav li.active a.nav-link {
    color: #8BC441;
    border-color: #8BC441; 
}
header {
    z-index: 9;
}
#navbarSupportedContent {
    justify-content: flex-end;
}
.navbar-nav.custom_nav li a.nav-link {
    color: #222222;
    font-size: 18px;
    transition: 0.3s all ease-in-out;
    border-bottom: 2px solid transparent;
    padding: 3px 0px;
}
a.nav-link.download_app {
    border: none !important;
    background-color: var(--primarycolor);
    padding: 8px 15px !important;
    border-radius: 30px;
}
a.nav-link.download_app:hover {
    background: var(--gradient);
}
.navbar-nav.custom_nav.second {
    margin-left: 100px;
}
.navbar-nav.custom_nav.second li {
    margin-left: 20px;
}
.navbar-nav.custom_nav {
    align-items: center;
}
.navbar-nav.custom_nav li {
    margin-left: 60px;
}
.navbar-nav.custom_nav li a.nav-link.post_btn:hover {
    background-color: #201F1F;
    color: #fff !important;
    border-color: #201F1F;
}
.navbar-nav.custom_nav li a.nav-link.post_btn {
    color: #fff !important;
    border: 1px solid #0E52B0;
    border-radius: 6px;
    padding: 6px 15px !important;
    background-color: #0E52B0;
}
.stickyHeader {
    background: var(--gradient);
}


.input-err-msg {
    border: 2px solid #d62b1f !important;
}

.chat_contact {
    cursor: pointer;
}

.cus_color {
    color : #1982fc
}

.copyright_text a {
    color: #fff;
}

@media (max-width: 1700px) {
.container.custom_container {
    width: 95%;
    max-width: 95%;
}
}

@media (max-width: 1500px){
.login_label {
    margin-top: 10px;
}
}


@media (max-width: 1365px) {
.navbar-nav.custom_nav li {
    margin-left: 40px;
}
.basic_price sub {
    font-size: 16px;
}
.basic_price {
    font-size: 18px;
    line-height: 30px;
}
/*.plan_ul li {
    width: 30%;
}*/
.basic_title {
    font-size: 26px;
}
.login_left {
    padding: 100px 110px;
}
.navbar-nav.custom_nav li a {
    font-size: 16px;
}
.top_img {
    max-width: 400px;
}
}

@media (max-width: 1249px) {
.vertical-nav-menu li a {
    padding: 0 1.5rem 0 30px !important;
}
}

@media (max-width: 1199px) {
header .container-fluid {
    width: 100%;
}
.navbar-nav li {
    margin-left: 20px;
}
.plan_ul li {
    width: 28%;
}
.top_img {
    max-width: 300px;
}
section {
    padding: 40px 0px;
}
.section_space {
    padding: 40px 0px;
}
.navbar-nav.custom_nav li a {
    font-size: 14px;
}
.navbar-nav.custom_nav li {
    margin-left: 15px;
}
}

@media (max-width: 991px) {
.nav.nav-tabs.setting_tabs li a {
    font-size: 16px;
}
.fixed-header .app-main {
    padding-top: 58px !important;
}
.message_li_left {
    width: calc(100% - 80px);
}
.app-header.header-shadow {
    height: 58px;
}
.display.table_custom {
    width: 1000px !important;
}
.contact_outer {
    padding: 20px;
    margin-top: 20px;
    display: block;
    align-items: center;
}
.contact_left {
    width: 100%;
    padding-right: 0px;
}
.contact_right .footer_ul li i {
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
}
.contact_right .footer_ul li {
    margin-bottom: 10px;
}
.contact_right {
    border-left: none;
    padding-left: 0px;
    width: calc(100% - 0%);
    margin-top: 30px;
}
.drop_message_title {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 15px;
}
.blog_post_title {
    font-size: 30px;
    line-height: 40px;
}
.trending_title {
    font-size: 20px;
}
.blog_bottom .blog_post_title {
    font-size: 18px;
    line-height: 28px;
}
.panel-body {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px;
}
.panel-default>.panel-heading a {
    padding: 15px 15px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1em;
}
.app-page-title .page-title-heading {
    font-size: 24px !important;
}
.hamburger.close-sidebar-btn.hamburger--elastic {
    display: block;
}
.industry_inner {
    padding: 30px 20px;
    margin: 10px 0px;
}
.industry_title {
    font-size: 24px;
    margin: 20px 0pc;
    min-height: 65px;
    line-height: 34px;
}
.industry_inner p {
    font-size: 15px;
    line-height: 25px;
}
.industry_inner img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.reverse_row .row {
    flex-direction: column-reverse;
}
.msg_img {
    width: 150px;
}
.footer_custom {
    padding: 20px 0px;
}
.footer_input {
    padding: 10px;
}
.footer_left img{
    max-width: 192px !important;
}
.footer_ul {
    margin-top: 20px;
}
.footer_ul li {
    margin-bottom: 10px;
    font-size: 14px;
}
.footer_title {
    font-size: 18px;
}
.banner_outer.grow_business {
    padding: 50px 0px;
}
.navbar-nav li a:before {
    bottom: 0px;
}
.login_left {
    padding: 100px 80px 60px 40px;
}
.navbar.navbar-expand-lg.navbar-light.bg-light.navbar_custom {
    padding: 5px 0px;
}
#navbarSupportedContent {
    text-align: left;
}
.navbar-nav li {
    margin-left: 0px;
}
.customer_title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: var(--darkcolor);
    border-width: 0px;
    background-color: var(
    --primarycolor);
}
.navbar-nav.custom_nav li {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.signup {
    padding: 8px 30px;
    font-size: 16px;
    margin-top: 15px;
}
.navbar-nav.custom_nav.second {
    margin-left: 0px;
}
.navbar-nav.custom_nav.second li {
    margin-left: 0px;
    margin-bottom: 20px;
}
/*.navbar.navbar-expand-lg.navbar-light.bg-light.desktop_menu {
    background-color: #000000eb !important;
}*/
.navbar-nav.custom_nav li a.nav-link.signup_btn {
    margin-left: 0px;
    margin-bottom: 7px;
    width: 130px;
    text-align: center;
}
.navbar-nav.custom_nav li a.nav-link.post_btn {
    width: 130px;
    text-align: center;
}
.navbar-light .navbar-toggler:focus {
    box-shadow: none !important;
}
.navbar.navbar-expand-lg.navbar-light.bg-light.desktop_menu {
    padding: 5px 0px;
}
.accordion-button span {
    width: calc(100% - 110px);
}
}




@media (max-width: 768px) {
.login_outer {
    display: block;
    background-image: none;
}
.login_label {
    font-size: 16px;
}
.industry_title {
    font-size: 24px;
    margin: 15px 0pc;
    min-height: auto;
}
.login_left {
    padding: 30px 20px 30px 20px;
    width: 100%;
    /* background-color: #e8f3ff; */
    box-shadow: 0px 4px 50px rgba(25, 130, 252, 0.16);
}
.logo_img {
    margin-bottom: 60px;
}
.login_right {
    width: 100%;
    padding: 20px;
}
.login_title {
    font-size: 28px;
    line-height: 44px;
}
.top_img {
    display: none;
}
.login_left.workflow3_div .login_subtext {
    width: 100%;
}
}

@media (max-width: 767px) {
.nav.nav-tabs.all_tab li {
    width: 100% !important;
}
.card-header-tab.card-header-tab-animation.card-header {
    display: flex;
}
.card-header-tab.card-header-tab-animation.card-header div.card-header-title {
    display: block !important;
    line-height: inherit !important;
}
.edit_btn {
    bottom: 6px;
}
.app-page-title {
    margin: 0px 0px 15px 0px !important;
}
.customer_left {
    min-height: auto;
}
.customer_left_bottom {
    padding: 15px;
}
.customer_title1 {
    font-size: 20px;
    line-height: 30px;
}
.customer_left_upper {
    padding: 15px;
}
.blog_img {
    margin-top: 20px;
}
.blog_div {
    margin-top: 0px;
}
.plan_ul li {
    width: 40%;
    margin: 5px;
}
.nav.nav-tabs.custom_tabs li button {
    font-size: 18px;
}
.login_left.workflow3_div {
    padding: 100px 20px 30px 20px;
}
.back_div {
    text-align: center;
}
}

@media (max-width: 575px) {
.plan_ul li {
    width: 90%;
    margin: 5px;
}
}

@media (max-width: 480px) {

}


/*# sourceMappingURL=main.min.css.map */


/* -------- Shubham CSS 8 Dec--------------- */
.Action_column{
    /* min-width: 150px !important ; */
    display: flex; 
    gap: 10px;
}

.back_to_btn{
    text-decoration: none;
    text-align: center !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    width: 200px;
}
.Profile_Detail img{
    border-radius: 50%;
}
.more_text{
    font-size: 32px;
    line-height: 48px;
}

.pricecards{
    row-gap: 20px;

}
.pricecard_one .pricing_div{
    height: 100%;
}
.left_u_menu{
     /* margin-left: 20px; */
     margin-bottom: 0 !important;
}

.shubhm {
   display: flex;
   flex-direction: row;
   gap: 15px;
   align-items: center !important;
}
.shubhm i{
    width: 30px;
}