.mh-240 {
  max-height: 240px;
}
.auth-btn-group {
  display: flex;
  gap: 15px;
  align-items: center;
}
.auth-btn-group .btn {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  padding: calc(8px + 5 * ((100vw - 320px) / (1920 - 320)))
    calc(20px + 10 * ((100vw - 320px) / (1920 - 320)));
}
.auth-btn-group .btn:hover {
  background-color: var(--mcolor);
  color: #fff;
}
.logout-btn {
  background-color: var(--black-100);
  margin: 0 10px 0px 10px;
  border-radius: 5px;
}
.sidebar li.logout-btn {
  margin-bottom: 0;
  background-color: var(--white);
  color: var(--mcolor);
}
.sidebar li.logout-btn a::before {
  content: unset;
}

.sidebar li.logout-btn a {
  background-color: var(--white);
  color: var(--mcolor);
  border-radius: 10px;
  font-weight: normal;
}

.copyright-text {
  display: flex;
  flex-direction: column;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: var(--black);
  margin: 0;
  margin-top: 10px;
}
/* page-topbar  */

.simple-search .form-control {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
  padding: 12px 20px;
  padding-left: 42px;
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  border-radius: 2em;
  line-height: 1.5;
}
.simple-search .form-control::placeholder {
  color: #8ba3cb;
}
.simple-search .form-control:focus {
  caret-color: var(--mcolor);
}
.simple-search .form-control:focus {
  border-color: var(--mcolor);
}
.simple-search .field-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #8ba3cb;
  font-size: 20px;
}

.top_left_content {
  display: flex;
  gap: 20px;
}
.top_right_content {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  width: max-content;
}
.notification_wrap .noti {
  position: relative;
  height: 44px;
  width: 44px;
  background-color: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.notification_wrap .noti i {
  color: var(--black);
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  line-height: 1;
}
.notification_wrap .noti .badge {
  position: absolute;
  right: 0px;
  background-color: #fa5f1c;
  padding: 0;
  min-height: 10px;
  min-width: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  font-size: 12px;
  line-height: 1;
}
/* profile-dropdown */
.profile-dropdown .btn {
  border: none;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: var(--black);
}
.profile-dropdown .btn img {
  object-fit: cover;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.profile-dropdown .dropdown-toggle::after {
  content: unset;
}
.profile-dropdown .dropdown-menu {
  box-shadow: 0px 1px 10px 0px rgba(138, 22, 251, 0.25);
  padding: 0;
  border: none;
  border-radius: 5px;
  background-color: var(--mcolor);
}
.profile-dropdown .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
}
.profile-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: var(--white);
  color: #2196f3
}
.profile-dropdown .dropdown-menu .dropdown-item i {
  font-size: 18px;
}
/* landing-page */

/* banner section */
.full-height-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(70px + 30 * (100vw - 320px) / 1600) 0
    calc(50px + 30 * (100vw - 320px) / 1600);
}
.banner-section:before {
}
.banner-section.intern-banner {
  min-height: auto;
}
.banner-content h2 {
  font-size: calc(30px + 34 * (100vw - 320px) / 1600);
  line-height: 1.3;
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
  position: relative;
  font-weight: 400;
}
.banner-content h2 span {
  color: var(--mcolor);
}
.banner-content p {
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-bottom: calc(30px + 10 * ((100vw - 320px) / (1920 - 320)));
}
.banner-content p span {
  color: var(--mcolor);
}
.banner-line-shape {
  background-color: #3adad9;
  max-width: 50px;
  border-radius: var(--radius);
  display: block;
  height: 6px;
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
.banner-content .highlight-label {
  box-shadow: 2px 2px 12px 0px rgba(38, 40, 82, 0.1);
  background-color: var(--white);
  border-radius: 10px;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  padding: 8px 16px;
  display: inline-block;
  margin-bottom: 20px;
  color: #606060;
}
.banner-content .highlight-label span {
  font-weight: bold;
}
/* Login */
.login-card.auth-wrapper {
  padding: calc(20px + 30 * (100vw - 320px) / 1600);
  background-color: var(--white);
  border-radius: calc(15px + 20 * (100vw - 320px) / 1600);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.auth-wrapper .auth-head h2 {
  font-size: calc(22px + 12 * (100vw - 320px) / 1600);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}
.auth-wrapper .auth-head p {
  margin-bottom: 0px;
}
.auth-wrapper .auth-head {
  margin-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
.auth-wrapper .auth-head .stetic-icon-img {
  max-width: 130px;
  margin: 20px 0 0 0;
}
.auth-icon-btn {
  border-color: #e7e7e7;
  background-color: var(--black-100);
  border-radius: 14px;
  color: var(--black);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  white-space: nowrap;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: calc(10px + 6 * ((100vw - 320px) / (1920 - 320)))
    calc(20px + 10 * ((100vw - 320px) / (1920 - 320)));
}
.auth-icon-btn:hover {
  background-color: var(--mcolor-100);
  color: var(--black);
}
.auth-form p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: #6a7986;
}
.auth-form .otp-box {
  display: flex;
  gap: 14px;
  justify-content: center;
}
.auth-form .form-control {
  /* border-color: #f1f1f1;
  background-color: #f1f1f1;
  font-weight: 600; */
}
.auth-form .otp-box .form-control {
  padding: calc(4px + 8 * (100vw - 320px) / 1600)
    calc(4px + 8 * (100vw - 320px) / 1600);
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
  line-height: 1.2;
  border: none;
  text-align: center;
  border-radius: 15px;
  max-width: 64px;
  transition: var(--transition-03);
  background-color: #f1f1f1;
  min-height: 50px;
}
.resend-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  margin-top: 15px;
}
.resend-code a {
  color: var(--mcolor);
  font-weight: 600;
}
.resend-code span {
}
.auth-form .otp-box .form-control:focus {
  background-color: #dfdfdf;
  caret-color: #e9b13a;
}
.auth-form .otp-box .form-control.visited {
  background-color: var(--mcolor);
  color: #fff;
}
.form-group .input-icon.pass-show-icon {
  left: auto !important;
  right: 0 !important;
  cursor: pointer;
}
.policy-info span {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: var(--gray);
}
.forgot-pass a {
  color: var(--black);
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.login-page {
  position: relative;
}
.login-page::before {
  content: "";
  height: 100%;
  background-color: var(--mcolor);
  width: 43%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.privacy-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-link li {
  position: relative;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}
.privacy-link li:not(:last-child) {
  margin-right: 30px;
}
.privacy-link li:not(:last-child)::before {
  content: "";
  height: 75%;
  width: 1px;
  background-color: var(--black);
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.privacy-link a {
  text-decoration: underline;
  color: var(--black);
}
.modal .auth-wrapper .auth-head {
  text-align: center;
}
.modal .auth-wrapper .auth-head h2 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
}
.modal .auth-wrapper .auth-head p {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
/* Signup page  */
.info-card {
  border-radius: 15px;
  background-color: var(--white);
  box-shadow: 0px 0px 6px rgba(33, 150, 243, 0.8);
  padding: 30px;
}
.info-card-head {
  margin-bottom: 30px;
}
.info-card-head .title {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 0.3rem;
}
.info-card-head .desc {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0;
}
.error-msg {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 13px;
  margin-top: 0.4rem;
  font-weight: 500;
}
.error-msg i {
  border-radius: 50%;
  background-color: #189d01;
  line-height: 1;
  color: var(--white);
  font-size: 12px;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.error-msg.success {
  color: #189d01;
}
.error-msg.danger {
  color: #ff0000;
}
.error-msg.success i {
  background-color: #189d01;
}
.error-msg.danger i {
  background-color: #ff0000;
}
.document-title {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0.8rem;
}
.info-section {
  padding: calc(30px + 20 * (100vw - 320px) / 1600) 0
    calc(30px + 20 * (100vw - 320px) / 1600);
}
.document-upload-wrapper {
  display: none;
}
.document-upload-wrapper .doc-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  height: 24px;
  width: 24px;
  background-color: #ff0000;
  color: var(--white);
}
.uploaded-doc-img {
}
.doc-uploaded .document-wrapper {
  display: none;
}
.doc-uploaded .document-upload-wrapper {
  display: block;
}
.verification-msg {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  font-size: 14px;
  color: var(--black-700);
  line-height: 1;
}
.phone_number_wrap {
}
.phone_number_wrap .form-control {
  padding-left: 100px !important;
}
.phone_number_wrap .country_code {
  border: unset;
  position: absolute;
  right: auto;
  left: 30px;
  transform: none;
  top: auto;
  bottom: 17px;
  min-width: 56px;
}

.user-data {
  max-width: 48px;
  min-width: 48px;
  max-height: 48px;
  min-height: 48px;
  overflow: hidden;
  border-radius: 10px;
}
.user-data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.datepicker-group input[type="date"] {
  padding-inline: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: transparent;
}
.datepicker-group input[type="date"]::placeholder {
  color: var(--white-500);
}
.datepicker-group input[type="date"]::-webkit-inner-spin-button,
.datepicker-group input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none; */
  -webkit-appearance: none;
  background-image: none;
}
.datepicker-group .form-group .input-icon {
  color: var(--mcolor);
  right: 0;
  z-index: 1;
}
.datepicker-group .form-group::before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../img/icon/svg/datepicker.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
/* detail page  */
.detail-header-inner {
  padding: 20px 20px;
  border: 1px solid var(--mcolor);
  border-radius: 20px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  background-color: var(--white);
}
.detail-basic-info {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.detail-name {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  font-weight: 500;
}
.detail-basic-info .user-name {
  margin: 0;
}
/* detail-data-box */
.content-title {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.detail-data-box {
  display: block;
  height: 100%;
}
.detail-data-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
  padding: 15px 15px;
  border-bottom: 1px solid #eeeeee;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.detail-data-head .detail-data-action {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-data-head .edit-btn {
  height: 28px;
  width: 28px;
  border-radius: 8px;
}

.detail-data-head .detail-data-title {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin: 0;
  text-transform: capitalize;
  color:#fff;
}
.detail-data-desc {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  color: var(--black-700);
  margin-bottom: 0;
}
.cstm-hr {
  border-width: 3px;
  border-color: #f0f0f0;
  opacity: 1;
}
/* subcription Page  */
.subcription-content {
  margin-top: 40px;
}
.subcription-wrap {
  border: 1px dashed #b86fff;
  border-radius: 15px;
  background-color: #f8e8ff;
  padding: 20px;
  padding-top: 0;
  margin-bottom: 40px;
}
.subcription-wrap .subcription-head {
  background: linear-gradient(90deg, #dd8fff 0%, #9853ff 100%);
  padding: 15px;
  border-radius: 2em;
  box-shadow: 0px 4px 44px 0px rgb(0 0 0 / 15%);
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: -40px;
}
.subcription-head .subcription-img {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 15%);
  border-radius: 50%;
}
.subcription-head .subcription-img img {
  max-width: 30px;
  max-height: 30px;
}
.subcription-head-content {
  flex-grow: 1;
}
.subcription-head .plan {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.plan .plan-info {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plan-info .plan-title {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0;
  color: var(--white);
}
.plan-info .plan-desc {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}
.subcription-wrap .subcription-body {
  display: flex;
  justify-content: left;
  align-items: center;
}
.subcription-body .plan-list {
}
.plan-list li {
  display: flex;
  gap: 8px;
  color: var(--black);
  font-weight: 500;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.plan-list li + li {
  margin-top: 10px;
}
.plan-list li i {
  color: #7819d7;
}
.subcription-popular.subcription-wrap .subcription-head {
  background: linear-gradient(90deg, #ffc296 0%, #ff6f95 100%);
}
.subcription-popular.subcription-wrap {
  background-color: #ffeeea;
  border-color: #ff9295;
}
.subcription-popular .plan-list li i {
  color: #962f32;
}
.subcription-basic.subcription-wrap .subcription-head {
  background: linear-gradient(90deg, #85d9d3 0%, #04cdad 100%);
}
.subcription-basic.subcription-wrap {
  background-color: #effffd;
  border-color: #3cd2bd;
}
.subcription-basic .plan-list li i {
  color: #035347;
}

.history-list {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 44px 0px rgb(0 0 0 / 10%);
}
.history-list ul {
  padding: 0;
  margin: auto;
  list-style-type: none;
}
.history-list li {
  padding: 15px 0;
}
.history-list li:first-child {
  padding-top: 0;
}
.history-list li:last-child {
  padding-bottom: 0;
}
.history-list li {
  padding: 12px 0;
}
.history-list li:not(:last-child) {
  border-bottom: 1px solid var(--black-100);
}
.history-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.history-wrap .history-img {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #2196f3 0%, #007de0 100%);
  border-radius: 10px;
}

.history-wrap .history-img img:visited{
  background: transparent;
}

.history-wrap .history-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.content-head .f-title {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
  margin: 0;
  margin-bottom: 5px;
}
.content-head .f-desc {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1;
  color: #929292;
}
/* capture converation page  */
/* .cstm-tab .tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
} */
.capture-converation,
.capture-recording{
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.capture-desc{
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin: 0;
  color: var(--black);
  font-weight: 500;
}

.capture-recording-card{
  padding: 20px;
  background-color: var(--mcolor);
  border-radius: calc(20px + 20 * (100vw - 320px) / 1600);
  text-align: center;
}
.capture-recording-card .capture-desc{
  color: var(--white);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.timer{
  color: var(--white);
  font-size: calc(22px + 8 * (100vw - 320px) / 1600);
  line-height: 1.3;
  font-weight: 500;
}
/* .converation-box{
  min-height: calc(100vh - 235px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
} */
.converation-box .btn-white:hover{
  background-color: #0974c9;
  color: #fff;
}
.capture-recording-text {
  text-align: left;
}
.capture-recording-text .capture-desc {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin: 0;
  color: var(--black);
  font-weight: 500;
}
.capture-recording-text .capture-desc + .capture-desc{
  margin-top: 15px;
}
.add-converation-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  border-radius: 20px;
  border: 2px dashed #CBD0DC;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.add-converation-wrap .capture-desc{
  flex-grow: 1;
}
.converation-box + .converation-box {
  margin-top: 30px;
}
/* upload_conversation_card  */
.upload_conversation_card{
  padding: 20px;
  border-radius: 20px;
  background-color: var(--white);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
}
/* .file-list {
  max-height: 24rem;
  overflow-y: auto;
} */
.file-list{
  margin-top: 40px;
}
.file-list ul {
  padding: 0;
  margin: auto;
  list-style-type: none;
}
.file-list li {
  padding: 12px 12px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.file-list li + li{
  margin-top: 10px;
}
.file-wrap {
  display: flex;
  gap: 5px;
}
.file-wrap .file-content {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.file-list .content-head .f-title {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
  margin: 0;
}
.close-list {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mcolor-100);
  border-radius: 50%;
}

.card{padding:0px;
  
}

.detail-data-body{padding:15px;}

.sortable {
  cursor: pointer;
}

.navbar-nav .nav-link {
  color: #fff;
}
.dropend .dropdown-toggle {
  color: #2196f3;
  margin-left: 1em;
}
.dropdown-item:hover {
  /* background-color: #2196f3; */
  /* background: var(--white);
  color: var(--mcolor); */
  background-color: #fff;
  color: #2196f3;
  /* background-color: #2196f3;
  color: #fff; */
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
  left: auto;
  right: -0.5625rem;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

pre {
  font-family: sans-serif;
  font-size: 15px;
  word-wrap: break-word;  
  white-space: pre-wrap;
  /* overflow-x: auto; */
}

.textwrapper {
  margin:5px 0;
  padding:3px;
}

textarea {
  width:100%;
  padding: 12px;
}

.header-hiddend {
  display: none !important;
}

.fixwidth-price{
  text-align: right !important;
}


/* subcription Page  */
.subcription-content-app {
  
}
.subcription-wrap-app {
 
  padding: 20px;

}
.subcription-wrap-app .subcription-head-app {
  background: linear-gradient(90deg, #dd8fff 0%, #9853ff 100%);
  padding: 15px;
  border-radius: 2em;
  box-shadow: 0px 4px 44px 0px rgb(0 0 0 / 15%);
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  
}
.subcription-head-app .subcription-img {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 15%);
  border-radius: 50%;
}
.subcription-head-app .subcription-img img {
  max-width: 30px;
  max-height: 30px;
}
.subcription-head-app-content {
  flex-grow: 1;
}
.subcription-head-app .plan {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.plan .plan-info {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.plan-info .plan-title {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0;
  color: var(--white);
}
.plan-info .plan-desc {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}
.subcription-wrap-app .subcription-body-app {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subcription-popular-app.subcription-wrap-app .subcription-head {
  background: linear-gradient(90deg, #ffc296 0%, #ff6f95 100%);
  padding: 15px;
    border-radius: 2em;
    box-shadow: 0px 4px 44px 0px rgb(0 0 0 / 15%);
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;

}
.subcription-popular-app.subcription-wrap {
  background-color: #ffeeea;
  border-color: #ff9295;
}

.subcription-popular-app .plan-list li i {
  color: #962f32;
}
.subcription-basic-app.subcription-wrap-app .subcription-head {
  background: linear-gradient(90deg, #85d9d3 0%, #04cdad 100%);
  padding: 15px;
    border-radius: 2em;
    box-shadow: 0px 4px 44px 0px rgb(0 0 0 / 15%);
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.subcription-basic.subcription-wrap {
  background-color: #effffd;
  border-color: #3cd2bd;
}
.subcription-basic .plan-list li i {
  color: #035347;
}

.subcription-footer-app {}
.subcription-footer-app .modal-footer{
  display: flex;
  justify-content: space-evenly;
}
.subcription-footer-app .btn-select {
  color: #118AEA;
}
.subcription-footer-app .btn-select:hover {
  color: #797979;
}

.cstm-select2 .ts-control {
  border: none;
  padding: 0px !important;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600) !important;
}

/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
}

.switch-wrapper label:hover {
  background: var(--lightgray);
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--mcolor);
  transition: transform 0.25s ease-in-out;
}

.subscripton_radio{
  text-align: center;
}

input:invalid {
  border: 1px red;
}

.coupon_form {}

.coupon_form .form-control {
  padding: 14px 20px;
  font-size: calc(14px + 2*(100vw - 320px) / 1600);
  color: var(--black);
  border-radius: 0;
  background-color: #2296f378;
  border: 1px solid rgb(124 124 124 / 20%);
  border-radius: 10px;
  width: 100%;
}

.send-email-modal textarea {
  height: 350px;
}

.only_icon{
  font-size: 24px;
  color: var(--mcolor);
}

.toast {
  opacity: 1 !important;
}

#toast-container > div {
  opacity: 1 !important; 
}