body {
  max-width: 1920px !important;
  margin: 0 auto !important;
}

/* M-11: Fix mobile nav dropdown overlapping page content */
.navbar-collapse {
  z-index: 1000;
  position: relative;
  background: #fff;
}

@media (max-width: 991px) {
  .navbar-collapse.show {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.scroll-to-top {
  background-color: #f2f2f2;
  right: 40px;
  bottom: 40px;
  position: fixed;
  z-index: 2;
  cursor: pointer;
  border-radius: 7px;
  width: 40px;
  height: 40px;
  transition: opacity 1s ease-in-out;
  box-shadow: 0 9px 25px 0 rgba(132, 128, 177, 0.28);
  border: none;
  outline: none;
  padding: 8px 5px;
}

.ant-badge-count {
  box-shadow: 0 0 0 1px #222;
}
@media only screen and (max-width: 991px) {
  .ant-badge-count {
    margin: 21px 14px 0;
  }
}

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

.login-page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.col-left-img {
  float: left;
  width: calc(100% - 450px);
  height: 100vh;
}

.col-left-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.col-right-login {
  width: 450px;
  background: #fff;
  float: right;
  height: 100vh;
}

.login-felde {
  background: #fff;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 450px;
}

.login-felde h3 {
  margin: 0 0 6px 0;
  font-size: 23px;
  font-weight: normal;
}

.login-felde span {
  font-size: 13px;
  line-height: 15px;
  color: #7c7c7c;
  margin: 3px 0 20px;
  display: inline-block;
}

.form-felds label {
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
}

.form-felds input,
.form-felds select {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  margin-bottom: 13px;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 14px;
}

.form-felds button {
  border-color: #007bff;
  background: #007bff;
  color: #fff;
  width: 100%;
  height: 48px;
  font-size: 16px;
  border: 0;
  margin: 10px 0 5px;
  border-radius: 4px;
}

.form-felds button:hover {
  cursor: pointer;
}

.form-forget {
  text-align: center;
}

.form-forget a {
  font-size: 13px;
  text-decoration: none;
  color: #434242;
}

.form-forget a.register-po {
  display: block;
  font-size: 15px;
  margin: 30px 0 0 0;
}

.login-form {
  padding: 0 50px;
}

.form-half {
  margin: 0 -3%;
  display: inline-block;
  width: 106%;
}

.form-half .form-felds {
  width: 44%;
  float: left;
  margin: 0 3%;
}

.logo-dat {
  position: absolute;
  left: 20px;
  top: 20px;
}

.logo-dat img {
  width: 60px;
}

.form-felds input:focus,
.form-felds select:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
  outline: 0;
}

@media screen and (max-width: 767px) {
  .col-right-login {
    height: auto;
    background: #fff;
    margin: 0 auto;
    float: none;
    max-width: 450px;
    width: 100%;
  }
  .col-left-img {
    width: 100%;
  }
  .login-felde {
    padding: 50px 0;
    width: 100%;
    left: 0;
    max-width: 450px;
    right: 0;
    margin: 0 auto;
  }
  .login-form {
    padding: 0 30px;
  }
}
.header-custom-nav {
  padding: 30px 0 24px !important;
}

.header-custom-nav:hover {
  color: #017dbc !important;
  padding: 30px 0 24px;
}

.header-custom-nav-simple a:hover {
  color: #017dbc !important;
}

.header-custom-nav-child:hover {
  color: #017dbc !important;
}

.header-custom-nav[aria-expanded=true] {
  border-bottom: 5px solid #017dbc;
}

.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}

.custom-antd-multi-select .ant-select-selector {
  padding: 5px 15px;
  color: #757575;
  height: 45px;
  border: 1px solid #d8d6de;
  border-radius: 3px !important;
}
.custom-antd-multi-select .ant-select-selector:hover {
  border-color: black !important;
}
.custom-antd-multi-select .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5019607843);
}
.custom-antd-multi-select .ant-select-selection-item-remove {
  position: relative;
  top: -3px;
}
.custom-antd-multi-select .ant-form-item-row {
  width: 100% !important;
}

.s_form .ant-form-item-explain div {
  padding: 0px 0px 0px 10px;
}

.s_date_form .ant-form-item-explain div {
  position: relative;
  top: -15px;
}

.epr-emoji-list li {
  display: block !important;
}

.show-edit-chat {
  position: absolute;
  transform: translate3d(182px, 63px, 0px);
  top: 0px;
  right: 196px;
  will-change: transform;
}

.show-message-section {
  position: absolute;
  transform: translate3d(160px, 58px, 0px);
  top: 0px;
  right: 183px;
  will-change: transform;
}

.message-image-container {
  width: 100%;
  height: 120px;
  border: 1px solid #d8d6de;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.message-image-container .anticon {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 21px;
  cursor: pointer;
  background: white;
}
.message-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.message-for-image {
  width: 100%;
  height: auto;
  max-width: 300px;
  float: right;
  margin: 5px 0px;
}
.message-for-image img {
  border-radius: 8px;
  cursor: pointer;
}

.free-images-active {
  border: 3px solid #002e5d;
}

#form-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 50%;
}

.third {
  float: left;
  width: calc((100% - 32px) / 3);
  padding: 0;
  margin: 0 16px 16px 0;
}

.third:last-of-type {
  margin-right: 0;
}

.sq-input {
  height: 56px;
  box-sizing: border-box;
  border: 1px solid #e0e2e3;
  background-color: white;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

.sq-input--focus {
  border: 1px solid #4a90e2;
}

.sq-input--error {
  border: 1px solid #e02f2f;
}

#sq-card-number {
  margin-bottom: 16px;
}

.button-credit-card {
  width: 100%;
  height: 56px;
  margin-top: 10px;
  background: #017dbc;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border: none;
}

.button-credit-card:hover {
  background-color: #4281cb;
}

@media only screen and (max-width: 991px) {
  .search-vol-3-mbl input {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .search-vol-3-mbl .cu-Filter {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .ful-tab-nav .nav-tabs {
    display: inline-block !important;
    overflow: auto !important;
    white-space: nowrap !important;
    width: 100% !important;
  }
  .ful-tab-nav .nav-tabs li {
    display: inline-block;
    float: none;
  }
  .ul-xustomg {
    margin: 24px 0 7px !important;
    width: 100% !important;
  }
  .ul-xustomg .ul-xustomg-btn {
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
    padding: 13px 0;
  }
}
@media only screen and (max-width: 768px) {
  .col-left-img img {
    display: none !important;
  }
  .slider-tab .nav-tabs {
    display: inline-block !important;
    overflow: auto !important;
    white-space: nowrap !important;
    width: 100% !important;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 992px) {
  .corp-header {
    position: relative;
    top: 16px;
  }
  .navbar-collapse {
    background: white;
    box-shadow: 0px 0px 3px 1px lightgrey;
    padding: 0px 0px 18px;
  }
  .navbar-collapse .nav-link {
    padding: 15px 0 15px !important;
  }
}
.pricing-container .shirt-col-1 {
  height: 350px;
}
.pricing-container .shirt-col-1 .col-videos {
  height: 100%;
}
.pricing-container .shirt-col-1 .col-videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pricing-container .shirt-col-2 {
  height: 350px;
  display: flex;
  align-items: center;
}
.pricing-container .shirt-col-2 .Marketing-box {
  padding: 0px;
  margin: 0 13%;
}
@media only screen and (max-width: 992px) {
  .pricing-container h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .pricing-container .indicator-m {
    width: 50% !important;
    left: 2px !important;
  }
  .pricing-container .indicator-y {
    width: 50% !important;
    left: 49% !important;
  }
  .pricing-container .sms-text {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .pricing-container .video-col-1 {
    height: 350px;
  }
  .pricing-container .video-col-1 .col-videos {
    height: 100%;
  }
  .pricing-container .video-col-1 .col-videos video {
    height: 100%;
    object-fit: contain;
    background: black;
  }
  .pricing-container .video-col-2 {
    height: 350px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-container .reverse-mbl {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1500px) {
  .feature-page-container .feature-nav-fix {
    overflow: auto;
  }
  .feature-page-container .feature-nav-fix .navigation {
    display: flex;
    width: 1500px;
  }
}
@media only screen and (max-width: 1400px) {
  .feature-page-container .shirt-col-1 {
    height: 450px;
  }
  .feature-page-container .shirt-col-1 .col-videos {
    height: 100%;
  }
  .feature-page-container .shirt-col-1 .col-videos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .feature-page-container .shirt-col-2 {
    height: 450px;
    display: flex;
    align-items: center;
  }
  .feature-page-container .shirt-col-2 .root-h3 {
    font-size: 21px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 992px) {
  .feature-page-container h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .feature-page-container .client-text-2 {
    padding: 0px 40px;
  }
}

@media only screen and (max-width: 992px) {
  .resource-page-container h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 600px) {
  .resource-page-container .inner-button {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  .industries-page-container h2 {
    font-size: 38px;
    line-height: 44px;
  }
}

.solution-page-container .shirt-col-1 {
  height: 350px;
}
.solution-page-container .shirt-col-1 .col-videos {
  height: 100%;
}
.solution-page-container .shirt-col-1 .col-videos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-page-container .shirt-col-2 {
  height: 350px;
  display: flex;
  align-items: center;
}
.solution-page-container .shirt-col-2 .Marketing-box {
  padding: 0px;
  margin: 0 13%;
}
@media only screen and (max-width: 992px) {
  .solution-page-container h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .solution-page-container .reverse-mbl {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 992px) {
  .marketing-page-container h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .marketing-page-container .right-tab-data p {
    width: 100%;
  }
  .marketing-page-container .right-tab-data img {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .marketing-page-container .inner-left-tab .left-tab-list {
    width: 100%;
  }
  .marketing-page-container .inner-left-tab .right-tab-list {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .marketing-page-container .inner-button {
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .group-chat-container .row-for-group {
    flex-direction: column-reverse;
  }
  .group-chat-container .row-for-group .col-sm-content {
    width: 100%;
    padding: 40px;
  }
  .group-chat-container .row-for-group .col-sm-mobile-width {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .dashboard-page .ripo2 {
    float: inherit;
    margin: 0px 0px 10px 0px;
  }
}

.import-contacts-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.import-contacts-container .direct-text {
  color: #797d88;
  font-size: 23px;
}
.import-contacts-container .direct-contant {
  color: #797d88;
  text-align: center;
  width: 63%;
  margin: 10px 0px 10px;
}
.import-contacts-container .direct-contant span {
  color: #017dbc;
}
.import-contacts-container .import-button {
  color: #017dbc;
  background: transparent;
  border: 1px solid #017dbc;
  height: 50px;
  padding: 10px 40px;
  border-radius: 3px;
  margin-top: 15px;
}

.upload-group .upload-contant {
  color: #797d88;
  margin: 10px 0px 0px;
  font-size: 16px;
  font-weight: 550;
}
.upload-group .direct-contant {
  color: #797d88;
  margin: 0px 0px 0px;
}
.upload-group .direct-contant span {
  color: #017dbc;
}

.support-container .support-image-container img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
}
.support-container .support-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.support-container .support-content img {
  width: 50px;
  margin-top: 30px;
}
.support-container .support-content .t1 {
  font-size: 22px;
  font-weight: 700;
}
.support-container .support-content .t2 {
  font-size: 15px;
  font-weight: 700;
}
.support-container .support-content .t4 {
  color: #0c7aeb;
  margin: 27px 0px 173px;
  text-decoration: underline;
  font-size: 15px;
}

/* M-12: Override browser autofill yellow background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
}
