body {
  font-family: 'Mulish';
}

.setting-module {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;

}

.save-btn {
  border-radius: 30px !important;
  padding: 5px 30px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background-color: #1D4F3A !important;
  border: none !important;
  cursor: pointer !important;
  border: 1px solid #1D4F3A !important;
}

.save-btn:hover {
  background: #fff !important;
  color: #1D4F3A !important;
  border: 1px solid #1D4F3A !important;
}

.setting-module .cancel-btn {
  border-radius: 30px !important;
  padding: 5px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #808080 !important;
  background-color: #fff !important;
  border: 1px solid #E4E4E4 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
}

.integrations-items .btn-cancel {
  color: #808080 !important;
  background-color: #fff !important;
  border-color: #E4E4E4 !important;
  border-radius: 20px !important;
  padding: 8px 25px 8px 25px !important;
  min-width: 100px !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #EBEBEB !important;
}
.mt-20 {
  margin-top: 20px;
}

.setting-module .setting-header {
  background: white;
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
  position: fixed;
  width: 100%;
  height: 66px;
  top: 0;
  z-index: 5;
}

.topclose {
  width: 16px;
  margin-right: 30px;
}

.setting-module .setting-header h4 {
  margin-left: 20px;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 3px;
}

.setting-module .setting-left {
  background: #000000;
  width: 250px;
  border-right: 1px solid #e4e4e4;
}

.setting-module .setting-right {
  background: #e6e9f0;
  width: calc(100% - 250px);
  overflow: auto;
  padding: 0px 40px;
}

.clerfix {
  clear: both;
}

.setting-module .setting-flex {
  display: flex;
  height: calc(100vh - 66px);
  margin-top: 66px;
}

.setting-nav .sideways {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0px;
}

.setting-nav li.active {
  color: #1AA780;
  background-color: #1f1f1f;
}
.setting-nav li:hover {
  color: #1AA780 !important;
  background-color: #1f1f1f;
}

.setting-nav li {
  cursor: pointer;
  padding: 20px 5px 20px 30px; 
  transition: all .25s;
}

.setting-nav .sideways li a {
  text-decoration: none !important;
  color: #b2b2b2;
  font-size: 16px;
}

.setting-nav .sideways>li.active>a,
.setting-nav .sideways>li.active>a:hover,
.setting-nav .sideways>li.active>a:focus {
  border: none;
  border-radius: 0px;
  margin: 0px;
  color: #1AA780;
}

.setting-nav .sideways>li a img {
  margin-right: 6px;
  width: 18px;
  margin-top: -3px;
}

.setting-nav .sideways>li.active>a img {
  filter: invert(30%) sepia(78%) saturate(1863%) hue-rotate(163deg) brightness(87%) contrast(98%);
}

.setting-nav {
  margin: 0px 0px;
}

/* create sum menu */
.setting-nav .submenu {
  color: #1AA780;
}

.submenu-list {
  display: none;  
  margin-left: 30px;
  list-style: none;
  color: #ccc;
}

.submenu-list-active {
  display: block; 
  margin-left: 30px;
  list-style: none;
  color: #1AA780;
}

.setting-nav .submenu-list-active li.active a {
  text-decoration: none !important;
  color: #fff;
  font-size: 16px;
}

.submenu-list-active li.active .emptybadge {
  position: absolute;
  padding: 3px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #1AA780;
  margin-left: -14px;
  margin-top: 7px;
}

.submenu-list-active li .emptybadge {
  position: absolute;
  padding: 4px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: unset;
  margin-left: -14px;
  margin-top: 7px;
}

.setting-nav .submenu-list-active li {
  cursor: pointer;
  padding: 15px 5px 0px 0px;
}


.setting-nav .submenu-list li {
  cursor: pointer;
  padding: 15px 5px 0px 0px;
}

/* Show submenu on hover */
.sideways li.submenu:hover .submenu-list {
  display: block;
}



.navheading {
  font-size: 22px;
  font-weight: 700;
  color: #101010;
  padding: 14px 0px;
 
}

.border-right {
  border-right: 1px dashed #ccc;
  margin-top: 20px;
}

.profile-container {
  border-radius: 15px;
  background: #fff;
  padding: 10px 20px;
  margin-top: 5px;
}
.info-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  margin-right: 30px;
}

.info-left .tmprofileimg {
  height: 110px;
  width: 110px;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: none;
}

/* profile-card */
.profile-card {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: none;
  border-radius: 4px;
  color: #101010;
}

.profile-card .info-left h4 {
  margin: 0;
}

.tagbtn-center {
  text-align: center;
  margin-bottom: 30px;
}


.info-left .profile-img {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  padding-left: 15px;
}


.setting-module  .profile-dtl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 10px;
}

.setting-module .profile-dtl .profile-name {
  font-weight: 600;
  font-size: 16px; 
  width: 100%;
}

.profile-dtl .profile-position {
  /* font-size: 14px; */
  color: #838D88;
  font-weight: 600;
  /* font-size: 14px; */
  margin-top: 8px;
}

.profile-container .contact-info {
  padding: 21px 30px;
  display: inline-block;
}
.profile-container .edit-height {
  padding: unset;
  padding: 20px 30px;
  
}

.profile-card .info-left .profilepic img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}

.profile-card .info-left .profile-dtl .camera-file img {
  width: 35px;
}

.profile-card .info-left .profile-dtl .camera-file a {
  position: absolute;
  top: 77px;
  padding-left: 20px;
}

.profile-card .btn-lightxs {
  background-color: #f3f7f6;
  color: #065F46;
  font-weight: 600 !important;
  padding: 5px 15px;
  border-radius: 20px;
  min-width: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.info-left .user-team-edit {
  margin-top: 20px;
}
.info-left .user-team {
  margin-top: 60px;
}


.mr-10 {
  margin-right: 10px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.profile-card .info-listlft {
  padding: 5px 10px 4px 10px;
  font-weight: 600;
}

.profile-card .info-list {
  padding: 5px 10px;
  font-weight: 600;
}
.profile-container .editinfo{
  border-bottom: solid 1px #ccc;
    padding: 0px 0px 5px 0px;
    margin-right: 20px;
}


.profile-card .info-list:last-child {
  border-bottom: none;
}

.profile-card .info-list img {
  padding: 0px;
  background-color: #F0F0F0;
  border-radius: 100%;
  width: 42px;
}

.profile-card .Changepwd {
  text-align: right;
  margin-top: 5px;
}

.profile-card .Changepwd a {
  color: #1D4F3A;
  font-weight: 600;
}

.profile-card .Changepwd a i {
  margin-left: 2px;
  font-size: 11px;
}

.mt-20 {
  margin-top: 20px;
}

.Password-dtl {
  font-size: 10px;
}

.profile-card .info-left .Password-dtl {
  margin-top: 25px;
  margin-bottom: 10px;
}

.profile-card .info-left .Password-dtl img {
  margin-right: 20px;
  width: 15px;
  margin-top: -5px;
}

.profile-card .info-left .Password-dtl i {
  font-size: 10px;
  color: #9C9C9C;
  margin-right: 3px;
}

.last-time {
  margin-left: 10px;
}

.setting-module .connectinfo-icon {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  margin-top: 20px;
}

.setting-module .contact-icon {
  width: 36px;
  height: 36px;
}

/* setting-popup */
.setting-popup .modal-header.bg-header {
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.setting-popup .btn-dark {
  color: white;
  background: #028090;
  font-weight: 500 !important;
}

.setting-popup .update-profile-form {
  margin: 30px 50px;
}

.setting-popup .border-btm {
  border-bottom: solid 1px #cccccc7d;
}

.setting-popup .title {
  margin-top: 10px;
}

.setting-popup .popup-title {
  margin: 10px;
  font-size: 18px;
  font-weight: 500;
}

.inline-flex-container {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 5px 0px 10px;
  margin: 0;
  box-sizing: border-box;
}

.inline-flex-item {
  margin: 0;
  /* Ensure no margin for children */
  flex: 1;
  /* Allow items to grow and shrink as needed */
  text-align: center;
  /* Center text for demonstration */
}


@media (min-width: 768px) {
  .setting-popup .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}

.setting-popup .modal-header .cancelbtn {
  width: 15px;
  padding-top: 12px;
}

/* Update Profile */
/* .tmprofilebg{ background-color: #F2F2F2;    min-height: 100px;} */
.tmprofileimg .pr-pic {
  border-radius: 50%;
  height: 110px !important;
  width: 110px !important;
  box-shadow: 0 2px 2px #ddd;
  object-fit: cover;
}

.pr-choose {
  position: absolute;
  right: 0px;
  top: -40px;
  background-color: #F3F7F6;
  border-radius: 50%;
  width: 42px;
}


.tmprofileimg {
  position: relative;
}

.pad-top {
  padding-top: 0;
}

.profilename {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

.updateprofileform {
  margin: 30px 40px;
}

.updateprofileform .form-group {
  margin-bottom: 25px;
}

.updateprofileform .form-control {
  height: 40px;
}

.choose-dropdown {
  right: -45px !important;
  top: -45px !important;
}

.choose-dropdown:before {
  content: '';
  background-color: transparent;
  border-right: 8px solid #fff;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 8px;
  left: -16px;
}

.choose-dropdown {
  border: none !important;
  padding: 0 !important;
  border-radius: 4px !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .175) !important;
}

.choose-dropdown>li>a {
  display: block !important;
  padding: 10px 15px !important;
  clear: both !important;
  font-weight: 500 !important;
  line-height: 1.42857143 !important;
  color: #333 !important;
  white-space: nowrap !important;
  margin-right: 0 !important;
}

.choose-dropdown>li {
  border-bottom: 1px solid #eee;
}

.choose-dropdown.dropdown-menu>li>a:focus,
.choose-dropdown.dropdown-menu>li>a:hover {
  color: #028090 !important;
  text-decoration: none;
  background-color: #fff !important;
}

.tdlink a {
  color: #028090;
  text-decoration: underline;
}

.btndefault {
  background: #F2F2F2;
  color: #333;
  font-weight: 800;
}

.Profilepicture .modal-header {
  background-color: #028090;
  height: 70px;
  color: white;
  padding: 18px 30px 0px 30px !important;
}

.Profilepicture .modal-header .close {
  position: absolute;
  right: -30px;
  top: -35px;
  opacity: 1;
}

.Profilepicture .modal-header .close img {
  width: 32px;
}

.Profilepicture .modal-dialog {
  border-radius: 5px;
  width: 370px !important;
  position: relative;
  margin: 60px auto !important;
}

.Profilepicture .photo-pro img {
  width: 316px;
  height: 306px;
}

.Profilepicture .btn-dark {
  color: white;
  background: #028090;
  font-weight: 500 !important;
}

.Profilepicture .modal-body {
  margin: 10px;
}

.avlcr {
  padding: 13px 0;
}

.avlcr h4 {
  font-weight: 800;
  font-size: 25px;
}

.user-container {
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 20px;
  font-size: 16px;
  width: 83%;
}

.grid-icon {
  margin-left: 10px;
  padding-right: 5px;
}

.user-list {
  padding-left: 0px;
  position: relative;
  margin-bottom: 25px;
  list-style-type: none;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 50px;
}

.user-list li {
  border-bottom: solid 1px #ddd;
}

.user-list li .user-dtl {
  padding: 5px 0px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.user-list .control {
  display: block;
  position: relative;
  padding: 5px 0px;
  padding-left: 30px;
  cursor: pointer;
  color: #727272;
  margin-right: 15px;
}

.user-list li .user-dtl .user-info {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.user-list .user-dtl .user-info .user-name {
  min-width: 300px;
  font-weight: 600; 
  color: #101010;
  font-size: 16px;
}

.user-list .user-dtl .user-info .user-designation {
  color: #838D88;
}

.right-action-box {
  display: flex;
  justify-content: center;
  margin-right: 25px;
  align-items: center;
}

.right-action-box .icon {
  margin-right: 10px;
  width: 36px;
}

.right-action-box a {
  margin-right: 10px;
  margin-left: 20px;
  color: #1D4F3A !important;
  font-size: 14px;
  font-weight: 600;
}

.right-action-box .fa {
  font-size: 10px;
}

.user-list .user-img {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.user-list .user-blank-team {

  border-radius: 50%;
  background: #065F46;
  color: white;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

/* Setting breadcrumb */
.setting-headbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.naveditbtn {
    color: #065F46;
  font-size: 13px;
  margin-top: -10px;
}

.setting-breadcrumb .breadcrumb {
  margin: 0;
  padding: 10px 30px;
  background-color: #e6e9f0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 32px;
}

.setting-breadcrumb .breadcrumb .first-item h4 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.setting-breadcrumb .breadcrumb>li+li:before {
  padding: 0 10px;
  color: #000;
  font-size: 20px;
  content: "\203A";
}

.setting-breadcrumb .breadcrumb .last-item {
  color: #028090;
}


.Storagedetail {
  display: flex;
  padding: 20px 35px;
}

.Storagedetail .Storageicon {}

.Storagedetail .Storageicon img {
  width: 68px;
}

.Storagedetail .Storageinfo {
  margin-top: 30px;
}

.Storagedetail .Storageinfo p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #707070;
  font-weight: normal;
}
.Storagedetail .Storageinfo p a {
  color: #028090;
  text-decoration: underline;
}

.apexcharts-text {
  white-space: pre-wrap;
  /* Allows text to break into multiple lines */
}

.Storageinfo i {
  font-size: 12px;
}

.used-storage {
  position: absolute;
  top: 60px;
  background-color: #F2FEF9;
  left: 60px;
  padding: 10px;
  border-radius: 15px;
  z-index: 2;
  border: solid 1px #1D4F3A;
}

.used-storage .title {
  font-size: 14px;
  color: #707070;
}

.used-storage .value {
  color: #1D4F3A;
  font-size: 14px;
  font-weight: 600;
}

.Storage-progress {
  margin-top: 50px;
}

.Storage-value {
  display: flex;
}

.Storage-progress .Storage-left {
  margin-right: 25px;
}

.Storage-progress .Storage-left small {
  font-size: 14px;
  font-weight: 600;
}

.Storage-progress .Storage-left h4 {
  font-size: 25px;
  font-weight: 800;
}

.Storage-progress .Storage-right {
  margin-left: 25px;
}

.Storage-progress .Storage-right small {
  font-size: 14px;
  font-weight: 600;
}

.Storage-progress .Storage-right h4 {
  font-size: 25px;
  font-weight: 800;
}

.vertical-line {
  display: inline-block;
  border-left: 2px solid #ccc;
  margin: 15px 10px;
  height: 45px;
}

.Storage-progress .progress-bar {
  background: #028090;
  border-radius: 10px;
}

.Storage-progress .progress {
  height: 10px;
  border-radius: 10px;
  background-color: #F1F3F9;
  width: 70%;
}




.box-body .table .tbl {
  border-top: none;
  color: #808080;
  text-transform: uppercase;
  font-size: 13px;
}

.table {
  margin-bottom: 0;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.box-header {
  color: #444;
  padding: 15px 10px;
  background: #F8F8F8;
  position: relative;
}

.box-header .box-title {
  display: inline-block;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

.box-header .box-title img {
  margin-right: 6px;
}

.box {
  box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
  background: white;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  border-radius: 0px 0px 5px 5px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 10px;
  vertical-align: middle;
}

.table>tbody>tr>td {
  font-weight: 600;
}


.togglebtn {
  margin-bottom: 50px;
}

.togglebtn a {
  background: #F6F6F6;
  border: 1px solid #CDCDCC;
  padding: 10px 20px 12px 10px;
  border-radius: 50px;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.togglebtn a span {
  background: #E7E7E7;
  padding: 6px 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.togglebtn a span img {
  width: 15px;
}

.togglebtn a.active {
  background: #E8F2F4;
  border: 1px solid #028090;
  color: #028090;
}

.togglebtn a.active img {
  filter: invert(100%) sepia(4%) saturate(7499%) hue-rotate(241deg) brightness(108%) contrast(101%);
}

.togglebtn a.active span {
  background: #028090;
}

.Notifications-box {
  margin-top: 7%;
}

.inline-block {
  display: inline-block;
}

.SubId {
  color: #808080;
  margin-left: 10px;
}

.btn-dark,
.btn-dark:hover {
  color: white;
  background: #028090;
  font-weight: 500 !important;
}

.table .thbg {
  background: #F8F8F8;
  border-top: none;
}

.thhead {
  background: #F8F8F8;
  border-top: none;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 800;
}

.Add-Ons select {
  background: #F6F6F6;
  border: 1px solid #CDCDCC;
  border-radius: 2px;
  padding: 4px 5px;
  min-width: 90px;
}

.paid-detail {
  display: flex;
  margin: 10px;
  min-height: 50px;
}

.paid-detail .paidnow {
  width: 80%;
  background: #F2F2F2;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 15px;
  text-align: right;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.paid-detail .tot-amount {
  width: 20%;
  background: #028090;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  color: white;
  padding: 13px 15px;
  font-size: 15px;
  font-weight: 700;
}

.btn-right {
  text-align: right;
  padding: 20px;
}

.btn-right .btnlink {
  color: #808080;
  font-size: 15px;
  font-weight: 600;
}

.btn-right .btn-outline {
  background: transparent;
  border: 1px solid #028090;
  color: #028090;
  font-size: 15px;
  font-weight: 700;
}


.setting-pricing .pricing {
  background: #EFF1EE;
  padding: 60px 0px;
  margin-top: 50px;
  height: 114vh;
}

.setting-pricing .pricing-title {}

.setting-pricing .pricing-title h1 {
  font-weight: 900;
}

.setting-pricing .pricing-title p {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}

.setting-pricing .pricing-card-head {
  text-align: center;
}

.setting-pricing .pricing-card {
  background: white;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 30px;
}

.setting-pricing .pricing-card-head .btn-outline {
  color: #028090;
  border: 1px solid #028090;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.3s ease-in-out !important;
  font-weight: bold;
}

.setting-pricing .pricing-card-head .btn-outline:hover {
  background: #028090;
  color: white;
}

.setting-pricing .pricing-card-head .btn-primary {
  background: #028090;
  color: white;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.3s ease-in-out !important;
  font-weight: bold;
}

.setting-pricing .pricing-card-head .btn-primary:hover {
  background: transparent;
  color: #028090;
  border: 1px solid #028090;
}

.setting-pricing .pr-tag .pr-amount {
  font-size: 45px;
  font-weight: 800;
}

.setting-pricing .pricing-card-head h4 {
  font-weight: 800;
  color: #000000;
}

.setting-pricing .pricing-dtl-list p img {
  width: 18px;
  margin-right: 12px;
}

.setting-pricing .pricing-dtl-list p {
  margin: 0 0 15px;
}

.setting-pricing p {
  line-height: 24px;
  font-size: 16px;
}

.setting-pricing .pr-tag .pr-icon {
  width: 15px;
  margin-top: -45px;
}

.setting-pricing .for-user {
  font-size: 15px;
  margin-bottom: 20px;
}

.setting-pricing .pricing-dtl-list {
  margin-top: 35px;
}

.setting-pricing .btn-lg {
  padding: 10px 25px;
  font-size: 14px;
}



.Add-Ons-card {
  position: relative;
}

.title {}

.Add-Ons-card .user {
  font-weight: 700;
  color: #000000;
  margin-bottom: 11px;
}

.Add-Ons-card img {
  width: 100%;
}

.Add-Ons-card .rate {
  background: #DEEFF1;
  color: #028090;
  padding: 12px 30px;
  display: inline-block;
  font-weight: 800;
  border-radius: 3px;
}

.box-items {
  text-align: center;
  position: absolute;
  top: 50px;
  left: 75px;
}

.topflex {
  display: flex;
  float: right;
  margin-bottom: 20px;
}

/* Payment Confirmation */
.payment-confirmation .bg {
  background-color: #6c7bee;
  width: 480px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  font-family: 'Roboto';
  margin-top: 40px;
}

.payment-confirmation .card {
  background-color: #fff;
  width: 100%;
  float: left;
  margin-top: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 80px 30px 25px 30px;
  text-align: center !important;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.payment-confirmation .card__success {
  position: absolute;
  top: -50px;
  left: 145px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #60c878;
  border: 5px solid #fff;
}

.payment-confirmation .card__success i {
  color: #fff;
  line-height: 100px;
  font-size: 45px;
}

.payment-confirmation .card__msg {
  text-transform: uppercase;
  color: #55585b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.payment-confirmation .card__submsg {
  color: #959a9e;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
}

.payment-confirmation .card__body {
  background-color: #f8f6f6;
  border-radius: 4px;
  width: 100%;
  margin-top: 30px;
  float: left;
  box-sizing: border-box;
  padding: 30px;
}

.payment-confirmation .card__avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.payment-confirmation .card__recipient-info {
  display: inline-block;
}

.payment-confirmation .card__recipient {
  color: #232528;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}

.payment-confirmation .card__email {
  color: #838890;
  text-align: left;
  margin-top: 0px;
}

.payment-confirmation .card__price {
  color: #232528;
  font-size: 70px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.payment-confirmation .card__price span {
  font-size: 60%;
}

.payment-confirmation .card__method {
  color: #d3cece;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  margin-bottom: 5px;
}

.payment-confirmation .card__payment {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-confirmation .card__credit-card {
  width: 50px;
  display: inline-block;
  margin-right: 15px;
}

.payment-confirmation .card__card-details {
  display: inline-block;
  text-align: left;
}

.payment-confirmation .card__card-type {
  text-transform: uppercase;
  color: #232528;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 3px;
}

.payment-confirmation .card__card-number {
  color: #838890;
  font-size: 12px;
  margin-top: 0px;
}

.payment-confirmation .card__tags {
  clear: both;
  padding-top: 15px;
}

.payment-confirmation .card__tag {
  text-transform: uppercase;
  background-color: #f8f6f6;
  box-sizing: border-box;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 10px;
  color: #d3cece;
}







.details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}

#change-password .detail-item {

  padding-bottom: 10px;
}

.setting-module .detail-item .icon {
  margin-right: 10px;
  font-size: 20px;
  width: 42px;
}


.detail-item .title {
  display: block;
  font-size: 13px;
  color: #707070;
}

.detail-item .value {
  font-size: 15px;
  font-weight: 600;
  color: #101010;
}
.password-section {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}

.Password-dtl .fa {

  font: normal normal normal 5px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding: 1px;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5px;
}

.pdl {
  padding-left: 40px !important;
  margin-top: 40px;
}

.Password-dtl-box {
  margin-top: 32px;
  background-color: #F0F0F0;
  padding: 15px;
  margin-left: -10px;
  width: 90%;
  border-radius: 20px;
}

.mb10 {
  margin-bottom: 10px !important;

}

.btn-row {
  margin-top: 40px;
  float: right;

}

.ddl-selectht {
  height: 35px !important;
  min-width: 135px !important;
}

.contact-info .react-tel-input .form-control {
  position: relative;
  font-size: 14px;
  letter-spacing: .01rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  border-radius: 5px;
  line-height: 25px;
  height: 35px !important;
  width: 300px;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  font-weight: 600;
  color: #101010;

}

.contact-info .react-tel-input .selected-flag {
  outline: none;
  position: relative;
  width: 38px;
  height: 100%;
  padding: 0 0 0 8px;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}

.contact-info .react-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  background-color: unset;
  border-radius: 3px 0 0 3px;
  height: 36px;
  border: 0 !important

}

.text250 {
  width: 250px !important;
}

.password-close-btn {
  margin: 5px 10px 10px 0px !important;
}

.form-control-no-border {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  height: 20px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  outline: none;
}

.modal-sm {
  width: 340px !important;
  margin: 0 auto;
}

.setting-module .modal-footer {
  padding: 10px !important;
  text-align: right !important;
  border-top: 1px solid #e5e5e5 !important;
  background: #FAFAFA !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#change-password .modal-content {
  min-height: 350px !important;
}

.mtneg10 {
  margin-top: -10px;
}

.setting-module .modal-content {
  border-radius: 20px !important;
}

.setting-module .InviteBox input {
  border: unset;
  border-radius: 15px;
  font-family: "DM Sans" !important;
  padding-left: 10px;
  padding-right: 53px;
  background: #FFFFFF;
  width: 80%;
}

.setting-module .adduser-popup .modal-dialog {
  border-radius: 5px;
  width: 550px !important;
  position: relative;
  margin: 20px auto !important;
  min-height: 500px !important;
}

.setting-module .adduser-popup .modal-content {
  min-height: 500px !important;
}

.setting-module .adduser-popup .modal-footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}

.setting-module .react-multi-email {
  border: solid 1px #ddd;
  padding: 15px;
  border-radius: 10px;
  max-height: 300px;
}

.setting-module .add-new-member {
  text-align: center;
  padding: 0px !important;
  margin-top: -50px;
}

.setting-module .add-new-member .InviteBox .InviteBox-List {
  background: #F2F2F2;
  border: 1px solid #CDCDCC;
  display: inline-table;
  padding: 6px 6px;
  border-radius: 9px;
  float: left;
  margin-bottom: 5px;
  margin-right: 8px;
  color: #808080;
}

.setting-module .add-new-member .InviteBox .icon {
  width: 89px;
}



.setting-module .custom-email-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 54px;
}

.setting-module .custom-email-container .react-multi-email {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.setting-module .custom-email-container .react-multi-email input {
  order: -1;
  width: 100%;
}

.setting-module .custom-email-container .InviteBox-List {
  margin-top: 5px;
  display: flex;
  align-items: center;
}


/* TAb CSS */
.notice-container {
  width: 65% !important;
  margin: 0 auto;
}

.tab-container {
  width: 100%;
  font-family: Arial, sans-serif;
}

.tabs {
  display: flex;
}

.tab {
  padding: 6px 30px;
  cursor: pointer;
  background-color: unset;
  margin-right: 5px;
  color: #808080;
  border: unset;

}

.tab.active {

  background-color: #065F46;
  border: 1px solid #065F46;
  color: #fff;
  border-radius: 25px;
}

.tab:hover {
  cursor: pointer;
}

.tab-content {
  border-radius: 20px;
  background-color: #fff;
  margin-top: 20px;
}

.notice-container .table .thbg {
  background: #FAFAFA;
  color: #838D88;
}

.notice-container .table .topleft-redius {

  border-top-left-radius: 20px;
}

.notice-container .table .topright-redius {

  border-top-right-radius: 20px;
}

.notice-container .table th {
  padding: 15px;
  font-variant-caps: all-small-caps;
  font-size: 16px;

}

.notice-container .table td {
  padding: 15px;
}

/* switch */


.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  width: 40px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}
.slidecontainer .slider:before
{
  background-color: unset !important;
}
input:checked+.slider {
  background-color: #1D4F3A;
}

input:focus+.slider {
  box-shadow: 0 0 1px #1D4F3A;
}

input:checked+.slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.user-container .teammodcardlist {
  width: 25%;
  border: solid 1px #e9e9e987;
}

.teammodcardlist .editlink {
  width: 154px;
  padding-top: 0px;
  color: #1D4F3A;
  font-weight: 600;
  font-size: 14px;
}

.editlink a {
  color: #1D4F3A;

}

.editlink .fa {
  font-size: 12px;
  /* padding-left: 5px; */
}

.user-container .whitecard-team h3 {
  font-weight: unset;
  margin: 20px 0px;
  margin-bottom: 0px;
  padding: 0;
  font-size: 16px;
  color: #101010 !important;
  font-weight: bold;
}
.setting-module .modal-header {
  background-color: unset;
  height: 70px;
  padding: 10px 20px !important;
}

.setting-module .modal-header .close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #1B1B1B;
  opacity: 1;
}

.setting-module .modal-header h4 {
  color: #1B1B1B;
  font-size: 20px;
  font-weight: 600;
}

.setting-module .modal-header .close img {
  width: 16px;
}

.setting-module .modal-dialog .border-btm {
  border-bottom: solid 1px #cccccc7d;
  margin: 0px;
  margin-bottom: 20px;
}

.setting-module .modal-dialog .border-nobtm {
  border-bottom: none;
  margin: 0px;
  margin-bottom: 20px;
}

.vl {
  border-right: 2px solid #EBEBEB;
  height: 20px;
  margin-top: 10px;
}


.setting-module .dropdown-profile-menu1 {
  display: none;
  position: absolute;
  top: 5px;
  right: -26px;
  background-color: white;
  border: solid 1px #E4E4E4;
  z-index: 1000;
  padding: 10px 20px 10px 10px;
  min-width: 160px;
  border-radius: 15px;
}

.setting-module .dropdown-profile-menu1:before {
  background: #fff;
  border-radius: .3rem;
  bottom: 100%;
  content: "";
  display: block;
  height: 14px;
  right: 45px;
  position: absolute;
  transform: rotate(-45deg) translateY(1rem);
  width: 16px;
  z-index: -5;
  border: solid 1px #E4E4E4;
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.setting-module .dropdown-profile-menu1 li {
  padding: 6px 0px;
}

.setting-module .dropdown-item {
  padding: 5px;
  cursor: pointer;
}

.dropdown:hover .dropdown-profile-menu1 {
  display: block;

}

.setting-module .dropdown-menu1 {
  display: none;
  position: absolute;
  top: 23px;
  right: -15px;
  background-color: white;
  border-bottom: solid 1px #E4E4E4;
  z-index: 1000;
  padding: 10px;
  min-width: 160px;
}

.setting-module .dropdown-menu1:before {
  background: #fff;
  border-radius: .4rem;
  bottom: 100%;
  content: "";
  display: block;
  height: 14px;
  right: 47px;
  position: absolute;
  transform: rotate(-45deg) translateY(1rem);
  width: 16px;
  z-index: -5;
  border: solid 1px #E4E4E4;
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.setting-module .dropdown-menu1 li {
  padding: 6px 0px;
}

.setting-module .dropdown-item {
  padding: 5px;
  cursor: pointer;
  display: block;
}

.setting-module .adduser-img {
  position: relative;
  display: inline-block;
}

.setting-module .adduser-img .addicon {
  width: 38px;
  margin-right: 15px;
}
.adduser-img:hover .dropdown-menu1 {
  display: block;

}

/* managesurveypage */
.setting-module .managesurveypage .themebox {
  background: linear-gradient(135deg, #065F46, #138D6B);
  padding: 25px;
  color: #CEE3DD;
  min-height: 60px;
  border-radius: 15px;
}

.managesurveypage-container {
  border-radius: 15px;
  background: #fff;
  padding: 0px;
  margin-top: 5px;
}

.managesurveypage-container .managesurveypage .themebox h4 {
  font-weight: bold;
  font-size: 22px;
  margin-top: 0px;
  padding-bottom: 0px !important;
  color: #fff;
}

.managesurveypage-container .managesurveypage .themebox p {
  font-size: 14px;
  line-height: 1;
  color:#CEE3DD
}

.managesurveypage-container .managesurveypage .editlink {
  background-color: #fff;
  padding: 5px 15px;
  color: #065F46;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
}

.managesurveypage-container .managesurveypage .themebox .pausebtn button {
  background: #3c9a80;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.themebox .intem-box {
  padding: 20px;
  background-color: #2e9075;
  border-radius: 15px;
  width: 55%;
  margin: 50px 0px 20px 0px;
}

.intem-box .items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 20px 15px;
}

.themebox .item-title {
  font-size: 12px;
  color: #fff;
}

.themebox .item-value {
  font-size: 14px;
}

.flex-column {
  display: flex;
  flex-direction: column;
}



.themebox .intem-box img {
  width: 36px;
}

.managesurveypage-container .managesurveypage .themebox .pausebtn {
  display: flex;
  margin-top: -53px;
  float: right;
  position: relative;
}

.d-flex-center {
  display: flex;
  align-items: center;
}

.pinter {
  cursor: pointer;
}

.setting-module .accordion-item {
  background: #F7F7F7 !important;
  margin-bottom: 15px !important;
  border: none !important;
  border-radius: 20px;
  position: relative;
}

.setting-module .accordion-item .accordion-title h5 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.setting-module .accordion-item .accordion-title.active-title {
  background-color: #F0F0F0;
  color: #101010;
  border-radius: 15px 15px 0 0;
}


.setting-module .accordion-item .accordion-title {
  cursor: pointer;
  padding: 15px;
  transition: all 0.4s;
  border-radius: 5px 5px 0 0;
}

.setting-module .accordion-item .accordion-content {
  display: none;
  line-height: 1.7;
  padding: unset !important;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  border-top: 0;
}

.setting-module .accordion-item .accordion-title .fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  background-color: #F0F0F0;
  border-radius: 50%;
  font-size: 12px;
  color: #B1B1B1;
}

.setting-module .accordion-item .active-title .fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  background-color: #F0F0F0;
  border-radius: 50%;
  font-size: 12px;
}

.setting-module .accordion-item .accordion-title.active-title .fa {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 12px;
}

.setting-module .accordion-item .accordion-content .questions {
  display: flex
  ;
      border-bottom: solid 1px #E4E4E4;
      padding: 8px 10px;
      justify-content: space-between;
      margin-left: 20px;
      font-weight: 500;
      align-items: center;
}
.setting-module .accordion-item .questions {
  display: flex
  ;
      border-bottom: solid 1px #E4E4E4;
      padding: 8px 10px;
      justify-content: space-between;
      margin-left: 20px;
      font-weight: 500;
      align-items: center;
}
.questions .qrow {
  padding: 10px 0;
  font-size: 16px;
}

.questions .editicon {
  display: none;
  width: 42px;
  padding: 5px
  
}

.questions:hover .editicon {
  display: block;
}


.setting-module .action-menu {
  display: none;
  position: absolute;
  top: 48px;
  right: -30px;
  background-color: white;
  border: solid 1px #ccc;
  z-index: 1000;
  padding: 5px 20px 5px 10px;
  min-width: 150px;
  border-radius: 10px;
}
.setting-module .accordion-content {
  
  overflow: unset !important;

}
.setting-module .accordion-content a {
  color: #808080 !important;
  font-size: 14px !important;
  font-weight: unset !important;
}
.setting-module .action-menu:before {
  background: #fff;
  border-radius: .3rem;
  bottom: 100%;
  content: "";
  display: block;
  height: 14px;
  right: 50px;
  position: absolute;
  transform: rotate(-45deg) translateY(1rem);
  width: 16px;
  z-index: -5;
  border: solid 1px #E4E4E4;
  border-left-color: #fff;
  border-bottom-color: #fff;
}


.rightbtn:hover .action-menu {
  display: block;
}


.d-flex-justify-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting-module .accordion-content a:hover {
 text-decoration: none !important; 
}
.setting-module .accordion-item .position-3dot {
  display: none;
  position: absolute;
  top: 11px;
  right: 16px;
  padding: 5px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  margin-top: 7px;
}

.accordion-item:hover .position-3dot {
  display: block;
}


.accordion-item .edit-hovr-icon {
  display: none;
}

.accordion-item .accordion-title.active-title .edit-hovr-icon {
  display: inline-block;
}



.accordion-item .edit-hovr-icon .dropdown-menu1 {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
  top: 16px;
  right: 10px;
}
.accordion-item .edit-hovr-icon:hover .dropdown-menu1 {
  display: block;
}

.action-block {
  position: relative;
}

.action-block .three-dot {
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right: 10px;
}

.setting-module .whitecard-team {
  background: #fff;
  padding: 25px 10px 10px 10px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 256px;
}
.questions .emptybadge {
  position: absolute;
  padding: 4px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #E4E4E4;
  margin-left: -14px;
  margin-top: 10px;
}
.questions:hover .emptybadge {
  background-color: #1AA780;
}
.setting-module .questions .ohterinfo {
  font-size: 12px;
  background-color: #edf3f4;
  padding: 2px 10px;
  border-radius: 15px;
  color: #1D4F3A;
  border: solid 1px #065f4629;
}

.setting-module .modal-add-question textarea {
  flex: 1;
  padding: 20px;  
  height: 120px;
  border: 1px solid #E4E4E4 !important;
  border-radius: 20px;
  background: #F6F6F6; 
  width: 100%;
}
.setting-module .popuu-que-row {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 50px;
}
.setting-module .popuu-que-row .popuu-que {  
  margin-right: 30px;
}

.setting-module  input[type=radio] {
  margin: unset; 
}
.setting-module  .radio-label {
  margin-left: 30px;
}


/* Create a custom radio button */
.setting-module .popuu-que-row input[type='radio']::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: white;
  margin-right: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}

/* Add the inner circle (gap and fill color) */
.setting-module .popuu-que-row input[type='radio']::after {
  content: '';
  display: inline-block;
  width: 10px; 
  height: 10px;
  border-radius: 50%;
  background-color: transparent; /* Default state is transparent */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease;
}

/* Change the border color and fill color when the radio is checked */
.setting-module .popuu-que-row input[type='radio']:checked::before {
  border-color: #1D4F3A;
}

.setting-module .popuu-que-row input[type='radio']:checked::after {
  background-color:  #1D4F3A;
}

/* Style the label when the radio is checked */

.setting-module #addsurvey .detail-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}

.setting-module #addsurvey input[type='radio']:checked + .radio-label {
  color: #1D4F3A;
}

.setting-module .audience-block {
  width: 100%;
  margin: 40px 0px 30px 0px;
}
.setting-module .audience-block .vl {
  border-right: 2px solid #EBEBEB;
  height: 20px; 
  margin:unset;
}
.audience-block .audience-item {
  background-color: #F6F6F6;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* Hide the default checkbox */
.audience-block input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: unset;
  width: 18px;
  height: 18px;
  background-color: #F6F6F6;
  border: 1px solid #ddd;
  border-radius: 3px; /* Optional for rounded corners */
  cursor: pointer;
}

/* Style the checkbox when it's checked */
.audience-block input[type="checkbox"]:checked {
  background-color: #1D4F3A;
  border-color: #1D4F3A;
  position: relative;
}

.audience-block input[type="checkbox"]:checked::before {
  content: "✔";
  display: block;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 4px;
}
.setting-profile-info-edit {
  border-bottom: solid 1px #cccccc7d;
  margin-bottom: 14px;
  width: 100%;
  padding: 0px 0px 10px 0px;
}
.setting-profile-info-edit2 {
  border-bottom: solid 1px #cccccc7d;  
  padding: unset
}
.setting-right .btn-team-header {
  background-color: #e6e9f0 !important;
}
.setting-right .btn-team-header:hover {
  color: #065F46 !important;
}

.notice-container .toggler{
  width: 50px;
  float: right;
  }
  .modal-footer .delete-user {
    color: #DE5353 !important;
    float: left;
    border-radius: 30px !important;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
  .modal-footer .delete-user:hover{
    color: #DE5353 !important;    
  }

/* //////// Subscriptions //////// */


/* integrations-page */
.integrations-page {
  width: 65% !important;
  margin: 0 auto;
  border-radius: 15px;
  background: #fff;
  padding: 10px 15px;
  margin-top: 5px;
}

.integrations-page .integrations-items {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #EBEBEB;
  padding: 20px;
}

.integrations-page .integrations-items img{
  width:36px;
}
.integrations-page .integrations-items .item-title {
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
.integrations-page .integrations-items .btn-save:hover{
color:#fff !important;

}

.free-plan-box{
  padding: 100px;
  text-align: center;
}
.free-plan-box p {
  font-size: 16px;
  color: #707070;
  padding: 10px;
  font-weight: normal;
  margin: unset !important;
}
.free-plan-box img{
  width: 90px;
}
.free-plan-box span{
  font-size: 18px;
  font-weight: 600;

}

.select-rd-button{
  color: #1D4F3A;
  font-weight: 500;
}
.plan-details-modal .table-bordered>tbody>tr>td{
  border: 0px !important;
}
.plan-details-modal .table-bordered>thead>tr>td, .plan-details-modal .table-bordered>thead>tr>th {
  border-bottom-width: 0px !important;
  border: 0px !important;
}
.plan-details-modal .navheading {
  font-size: 22px;
  font-weight: 700;
  color: #101010;
  padding: 0px 0px; 
}

.plan-details-modal .plan-type {
  font-size: 18px;
   
    display: inline-block;
    padding: 2px 0px;
    border-radius: 30px;
    background-color: #cccccc0d;
}
.setting-module .pEQeF {
  position: relative;
  display: flex
;
  align-items: center;
  box-sizing: border-box;
  line-height: normal;
  padding-left: 16px;
  padding-right: 16px;
  word-break: break-word;
  font-size: 16px;
}

.setting-module .duWzVD {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

