.text-gray-light {
  color: #AAAAAA;
}

body {
  font-family: "open_sauce_sansregular";
  color: #333333;
  font-size: 14px;
}

.uniform-space-b-5 {
  padding-bottom: 38px;
}

@media (max-width: 991px) {
  .uniform-space-b-5 {
    padding-bottom: 15px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .uniform-space-b-5 {
    padding-bottom: 20px;
  }
}

.uniform-space-b-4 {
  margin-bottom: 20px;
}

.v-transform-center {
  top: 50%;
  transform: translateY(-50%);
}

.absolute {
  position: absolute;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.w-full-90 {
  width: 90%;
}

.w-full-80 {
  width: 80%;
}

.w-full-70 {
  width: 70%;
}

.w-full-65 {
  width: 65%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.w-min-width-20 {
  min-width: 20%;
}

.text-dark {
  color: #585858;
}

.section-title {
  font-family: "open_sauce_sansbold";
  font-size: 36px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

.login-form-box .section-title {
  font-family: "sf_monoheavy";
}

.sub-title {
  font-family: "open_sauce_sansregular";
  font-size: 16px;
  color: #585858;
}

.navbar {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.right-part .navbar {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  height: 80px;
  border-bottom: 1px solid #E7E7E7;
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .right-part .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .right-part .navbar {
    height: auto;
  }
}

.right-part .navbar-nav {
  flex-direction: row;
}

.right-part .navbar-nav .dropdown-menu {
  position: absolute;
}

.dropdown-menu-right {
  left: inherit;
  right: 0px !important;
}

.dropdown-item {
  white-space: normal !important;
  font-size: 14px;
}

.dropdown-toggle::after {
  display: none;
}

.round-container {
  background: #F8F9FB;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.section-auth {
  background: url(../images/line-pattern.png) left top no-repeat;
}

.content-space {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .content-space {
    padding-left: 15px;
    padding-right: 15px;
  }
}

input.styled-control:focus,
input.styled-control:active,
select.styled-control:focus,
select.styled-control:active,
textarea.styled-control:active,
textarea.styled-control:focus {
  border-color: #006FFF;
  background: #F8F9FB;
}

.styled-control2 {
  background: #F8F9FB;
  outline: 0px;
  height: 60px;
  padding-left: 20px;
  width: 100%;
  display: block;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
}

.styled-control2.control-sm {
  height: 50px;
  font-size: 14px;
}

.styled-control {
  background: rgba(245, 247, 251, 0.2);
  outline: 0px;
  height: 60px;
  padding-left: 20px;
  width: 100%;
  display: block;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.styled-control.control-sm {
  height: 50px;
  font-size: 14px;
}

select.styled-control {
  background: rgba(245, 247, 251, 0.2) url(../images/selectbox-arrow.png) no-repeat right 23px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.styled-control:focus,
select.styled-control:active {
  background: rgba(245, 247, 251, 0.2) url(../images/selectbox-arrow.png) no-repeat right 23px center;
}

input[type=date].styled-control::-webkit-calendar-picker-indicator {
  background: rgba(245, 247, 251, 0.2) url(../images/date_range.png) no-repeat right 15px center;
  padding-right: 25px !important;
}

input[type=date].styled-control::-webkit-calendar-picker-indicator:focus,
input[type=date].styled-control::-webkit-calendar-picker-indicator:active {
  background: rgba(245, 247, 251, 0.2) url(../images/date_range.png) no-repeat right 15px center;
}

input.styled-control,
textarea.styled-control {
  font-weight: 600;
  color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
}

textarea.styled-control {
  min-height: 160px;
}

.border-title {
  position: relative;
}

.border-title:after {
  content: "";
  z-index: 1;
  border-bottom: 2px dashed #E7E7E7;
  height: 1px;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.border-title span {
  z-index: 2;
  position: relative;
  color: #AAAAAA;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}

.form-label {
  font-family: "open_sauce_sansbold";
  font-size: 16px;
}

.form-label .sub-label {
  font-family: "open_sauce_sansregular";
  font-size: 14px;
  margin-top: 8px;
}

.login-form-box .form-label {
  font-family: "sf_monoheavy";
}

.login-form-box .form-label .sub-label {
  font-family: "open_sauce_sansregular";
  font-size: 14px;
}

.control-w-icon {
  position: relative;
}

.control-w-icon .styled-control {
  padding-left: 56px;
}

.control-w-icon .icon-position {
  left: 20px;
  font-size: 25px;
}

.btn-dots {
  background: none;
  box-shadow: none;
  border: 0px;
  color: #333333;
  font-size: 18px;
}

.btn-danger {
  background: #FF0000;
}

.btn {
  border-radius: 10px;
  height: 60px;
  font-size: 16px;
  font-family: "open_sauce_sanssemibold";
  letter-spacing: 0.04em;
  font-weight: 600;
  transition: none !important;
  padding: 8px 16px;
}

.btn-light {
  background-color: #e5f1ff !important;
}

.btn-action {
  box-shadow: none !important;
  outline: 0px !important;
  border-radius: 8px;
  display: inline-block;
  padding: 6px 12px;
  height: 36px;
  min-width: 36px;
  color: #585858;
  background-color: #F8F9FB;
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
  border: 0px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.btn-action.text-primary {
  color: #006FFF;
}

.btn-action.font-bold {
  font-family: "open_sauce_sansbold";
}

.btn-action.x-space {
  padding-left: 18px;
  padding-right: 18px;
}

.btn-light {
  outline: 0px;
  box-shadow: none !important;
  background-color: #F8F9FB;
  color: #006FFF;
}

.btn-w-icon i,
.btn-w-icon svg {
  display: inline-block;
  margin-right: 5px;
  font-size: 19px;
  vertical-align: middle;
}

.btn-sm {
  height: 48px;
  font-size: 14px !important;
}

.btn-smaller {
  height: 40px;
  font-size: 14px !important;
}

.btn-outline-primary {
  background: rgba(0, 111, 255, 0.1);
  color: #006FFF;
}

.btn-xs {
  height: 26px;
  border-radius: 4px;
  padding: 0;
  min-width: 26px;
  font-size: 10px;
}

.btn-all-task {
  min-height: 73px;
}

.btn-primary,
.hover-primary:hover {
  background: #006FFF;
  color: #fff !important;
}

.btn-dark {
  outline: 0px !important;
  background-color: #AAAAAA;
  box-shadow: none !important;
}

.btn-dark:hover,
.btn-dark:focus {
  background-color: #006FFF;
  outline: 0px !important;
  box-shadow: none !important;
}

.btn-link {
  border: 0px;
  font-weight: 600;
  background: none;
  text-decoration: none;
  color: #006FFF;
}

.btn-link span,
.btn-link img {
  display: inline-block;
  vertical-align: middle;
}

.btn-link img {
  margin-right: 16px;
}

.btn-link.sm {
  font-size: 14px;
}

.text-link {
  color: #006FFF;
  text-decoration: none;
  font-family: "open_sauce_sanssemibold";
}

.align-form-center {
  width: 100%;
  max-width: 800px;
}

.copyright-text p {
  color: #AAAAAA;
  font-size: 14px;
  text-align: center;
}

.left-img-frame {
  display: inline-block;
}

.left-img-frame .rating-block {
  z-index: 9;
  padding: 20px;
  border-radius: 12px;
  bottom: 70px;
  right: 21px;
  width: 340px;
  height: 220px;
}

.left-img-frame .rating-block ul {
  margin: 0px;
  padding: 0px 0px 5px 0;
  list-style: none;
}

.left-img-frame .rating-block ul li {
  display: inline-block;
}

.left-img-frame .rating-block p {
  font-size: 14px;
  color: #585858;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 0px;
}

.left-img-frame .media-block h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0px;
}

.left-img-frame .media-block img {
  width: 46px;
  height: 46px;
  border-radius: 100%;
}

.validate-error .error-label {
  font-size: 14px;
  color: #FF0000;
  font-family: "open_sauce_sansregular";
  font-weight: 500;
}

.validate-error .styled-control,
.validate-error .styled-control:focus,
.validate-error .styled-control:active {
  border-color: #FF0000;
  color: #FF0000;
}

.validate-error > .PhoneInput {
  border: 1px solid red !important;
}

/*home page*/
.sidebar {
  width: 250px;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  border-right: 1px solid #E7E7E7;
}

.sidebar .logo-area {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E7E7E7;
}

.right-part {
  margin-left: 250px;
  width: calc(100vw - 250px);
}

@media (max-width: 991px) {
  .right-part {
    margin-left: 0px;
    width: calc(100vw - 0px);
  }
}

.bg-base {
  background: #F8F9FB;
}

.bg-white {
  background: #fff;
}

.view-full {
  min-width: 100vw;
  height: 100vh;
}

.form-content-area {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .form-content-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.side-menu {
  padding-top: 40px;
}

.side-menu h3 {
  padding-left: 40px;
  padding-right: 40px;
  padding-right: 0px;
  font-size: 12px;
  color: #AAAAAA;
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .side-menu h3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.side-menu .nav-link {
  font-size: 14px;
  color: #585858;
  font-family: "open_sauce_sanssemibold";
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
  outline: 0px;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1370px) {
  .side-menu .nav-link {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.side-menu .nav-link::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 0px;
  bottom: 0px;
  width: 9px;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.side-menu .nav-link:hover {
  color: #006FFF;
}

.side-menu .nav-link i {
  padding-right: 12px;
  font-size: 18px;
  color: currentColor !important;
  vertical-align: middle;
}

.side-menu .nav-link i::before {
  color: currentColor !important;
}

.side-menu .nav-link span {
  display: inline-block;
  vertical-align: middle;
}

.side-menu .pathshape:before {
  color: rgb(170, 170, 170) !important;
}

.side-menu .nav-link.active {
  color: #006FFF !important;
  font-family: "open_sauce_sanssemibold";
}

.side-menu .nav-link.active .pathshape:before {
  color: #006FFF !important;
}

.side-menu .nav-link:hover svg path {
  fill: #006FFF !important;
}

.side-menu .nav-link:hover svg path {
  stroke: #006FFF !important;
}

.side-menu .nav-link.active::before {
  background: #006FFF;
}

.searcharea {
  position: relative;
  /* min-width: 320px; */
}

.EmojiPickerReact {
  margin-bottom: 38px;
}

.chat-box {
  height: 50vh;
  overflow: scroll;
  padding: 5px;
}

@media (max-width: 767px) {
  .searcharea {
    min-width: 100%;
    width: 100%;
    margin: 10px 0 !important;
  }
}

.searcharea i {
  position: absolute;
  left: 15px;
  cursor: pointer;
}

.searcharea .input-control {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding-left: 48px;
  height: 48px;
  border: 1px solid transparent;
  outline: 0px;
  background: #F8F9FB;
}

.searcharea .input-control:focus,
.searcharea .input-control:active {
  border-color: #006FFF;
}

.badge-counter {
  background-color: #FF0000;
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  padding: 0px;
  font-size: 10px;
  font-weight: 600;
  top: 5px;
}

.notify-dropdown {
  min-width: 300px;
}

.dropdown.media-block {
  border-left: 1px solid #F8F9FB;
  padding-left: 32px !important;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .dropdown.media-block {
    padding-left: 15px !important;
    margin-left: 10px;
  }
}

.dropdown.media-block h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 0px;
}

.dropdown.media-block img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

.dropdown.media-block p {
  font-size: 12px;
  margin: 0px;
}

.w-140 {
  width: 140px;
}

svg {
  transition: none;
}

.space-x-20>button,
.space-x-20>div {
  margin-right: 20px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  border: 2px solid #AAAAAA !important;
}

.form-check-input.lg-checkbox {
  width: 18px;
  height: 18px;
}

.form-check-input:checked {
  background-color: #006FFF !important;
  border-color: #006FFF !important;
}

.transform-none {
  text-transform: none !important;
}

.over-hidden {
  overflow: hidden;
}

.font-weight-bold {
  font-weight: 900;
}

.form-check-input {
  border: 1px solid black;
}

.font-medium {
  font-weight: 500;
  font-family: "open_sauce_sanssemibold";
}

.font-semibold {
  font-weight: 600;
}

.font-sm {
  font-size: 14px;
}

.right-0 {
  right: 0px;
}

.right-15 {
  right: 15px;
}

.text-underline {
  text-decoration: underline;
}

* {
  transition: all ease-in-out 0.2s;
}

.badege-danger {
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
  font-size: 12px;
}

.badege-success {
  background: rgba(30, 158, 35, 0.1);
  color: #1E9E23;
  font-size: 12px;
}

.badege-primary {
  background: rgba(0, 111, 255, 0.1);
  color: #006FFF;
  font-size: 12px;
}

.badege-pink {
  background: rgba(255, 68, 134, 0.1);
  color: #FF4486;
  font-size: 12px;
}

.badege-pink-light {
  background: rgba(251, 65, 195, 0.1);
  color: #FB41C3;
  font-size: 12px;
}

.badege-green-dark {
  background: #A7C03B;
  color: #fff;
  font-size: 12px;
}

.badege-orange-dark {
  background: #F7853F;
  color: #fff;
  font-size: 12px;
}


.tag-editable-input>input {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.tag-editable-input>input::placeholder {
  color: #fff;
  font-size: 12px;
  opacity: 1;
  text-transform: capitalize;
}

.title-editable-input input {
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

.title-input-editable {
  border-bottom: 1px solid #000 !important;
}

.badege-orange {
  background: rgba(255, 124, 73, 0.1);
  color: #FF7C49;
  font-size: 12px;
}

.badege-orange-revert {
  background: #FF7C49;
  color: #fff;
  font-size: 12px;
}

.badege-gray {
  background: #E7E7E7;
  color: #333333;
  font-size: 12px;
}

.badege-yellow {
  background: rgba(255, 181, 80, 0.1);
  color: #FFB550;
  font-size: 12px;
}

.shadow-lg {
  box-shadow: 0px 11px 40px rgba(5, 71, 141, 0.25);
}

img {
  max-width: 100%;
}

.wrapper {
  overflow-x: hidden;
}

.padd-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-primary {
  color: #006FFF;
}

.no-underline {
  text-decoration: none;
}

.form-group .heighlited-text {
  font-size: 16px;
  font-weight: 600;
}

.btn-space-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1190px) {
  .btn-space-tb-100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.form-check .form-check-label {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.form-check input[type=radio]:checked+.form-check-label {
  font-weight: 600;
}

.password-icon {
  position: absolute;
}

.click-to-change {
  cursor: pointer;
}

.modal-body {
  padding: 40px;
}

.modal-content {
  border-radius: 20px;
}

.otp-diaolog {
  max-width: 700px;
}

.otp-diaolog .modal-body {
  padding: 40px 100px;
}

@media (max-width: 767px) {
  .otp-diaolog .modal-body {
    padding: 30px;
  }
}

.otp-diaolog h2 {
  color: #333333;
  font-size: 32px;
  font-family: "sf_monoheavy";
  margin-top: 40px;
}

@media (max-width: 767px) {
  .otp-diaolog h2 {
    font-size: 22px;
    margin-top: 15px;
  }
}

.otp-diaolog p {
  font-size: 16px;
  color: #585858;
}

.otp-diaolog .styled-control {
  background: #E7E7E7;
  box-shadow: none;
  border-width: 2px;
  font-size: 20px;
  font-weight: 700;
}

.otp-diaolog .styled-control:focus,
.otp-diaolog .styled-control:active {
  background: #F8F9FB;
}

@media (max-width: 767px) {
  .otp-diaolog .styled-control {
    font-size: 14px;
    padding: 0 !important;
  }
}

.remember {
  color: #AAAAAA;
}

/*cardblock*/
.hover-block:hover,
.acitve-block {
  background: #006FFF !important;
  box-shadow: 0px 11px 40px rgba(5, 71, 141, 0.25);
}

.hover-block:hover p,
.hover-block:hover h3,
.hover-block:hover .number-badge,
.acitve-block p,
.acitve-block h3,
.acitve-block .number-badge {
  color: #fff !important;
}

.card-block {
  border-radius: 12px;
  padding: 24px 40px;
  background: #fff;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .card-block {
    padding: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .card-block {
    padding: 20px 30px;
  }
}

.card-block p {
  font-size: 12px;
  text-transform: uppercase;
  color: #AAAAAA;
  margin-bottom: 10px;
}

.card-block h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin: 0px;
  font-family: "open_sauce_sansregular";
}

@media (max-width: 991px) {
  .card-block h3 {
    font-size: 18px;
  }
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .card-block h3 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .card-block h3 {
    font-size: 20px;
  }
}

.card-block.sm-block {
  border-radius: 12px;
  height: 100%;
  padding: 16px 0px 12px 0 !important;
}

.card-block.sm-block p,
.card-block.sm-block h3 {
  padding-left: 12px;
  padding-right: 12px;
}

.graph-area {
}

.graph-area img,
.graph-area canvas {
}

.number-badge {
  padding: 4px 8px 4px 6px;
  line-height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  display: inline-block;
  min-height: 28px;
  font-family: "open_sauce_sanssemibold";
}

.number-badge.name-placeholder {
  width: 24px;
  height: 24px;
  font-size: 8px;
  line-height: 16px;
}

.number-badge.name-placeholder.lg-placeholder {
  width: 100px;
  height: 100px;
  font-size: 32px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.number-badge.name-placeholder.name-placeholder-position {
  position: absolute;
  left: 0px;
  top: 0px;
}

.align-with-leftright {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .align-with-leftright {
    flex-direction: column;
    text-align: center;
  }
}

.day-pagination {
  border-radius: 8px;
  background: #F8F9FB;
  padding: 8px;
}

.day-pagination ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.day-pagination ul li {
  min-width: 36px;
  cursor: pointer;
  height: 28px;
  padding: 8px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.day-pagination ul li:hover,
.day-pagination ul li.active {
  background: #fff;
  font-weight: 700;
  box-shadow: 0px 2px 12px rgba(49, 79, 88, 0.12);
  color: #333333;
}

.search-with-button .btn,
.search-with-button .searcharea {
  display: inline-block;
}

.search-with-button .searcharea {
  margin-left: 12px;
}

.datatable thead tr th {
  background: rgba(244, 247, 250, 0.6);
  display: table-cell;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #585858;
  font-weight: 500;
}

.datatable thead tr th,
.datatable tr td {
  padding: 17px;
}

@media (max-width: 767px) {

  .datatable thead tr th,
  .datatable tr td {
    padding: 10px 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {

  .datatable thead tr th,
  .datatable tr td {
    padding: 12px;
  }
}

.short-arrow {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 10px;
}

.datatable thead tr th:first-child {
  border-radius: 12px 0 0 12px;
}

.datatable thead tr th:last-child {
  border-radius: 0 12px 12px 0;
}

.datatable thead tr td {
  color: #585858;
}

.datatable.table> :not(:first-child) {
  border-top: 0px !important;
}

.datatable.table> :not(caption)>*>* {
  border-color: rgba(231, 231, 231, 0.5) !important;
}

.table-custome {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .table-custome {
    margin-top: 15px;
  }
}

.v-center {
  vertical-align: middle;
}

.rotate-flp {
  transform: rotateX(-90deg);
}

.pagination {
  margin-top: 40px;
}

.pagination .page-item {
  margin-right: 10px;
}

.pagination .page-link {
  border: 1px solid #E7E7E7;
  border-radius: 8px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  color: #585858;
}

.pagination .page-link:hover,
.pagination .page-link .acitve {
  background-color: #006FFF;
  border-color: #006FFF;
  color: #fff;
}

.pagination .page-link .next {
  background-color: transparent !important;
}

.pagination .page-link.next:hover,
.pagination .page-link.prev:hover {
  background: none !important;
}

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

.donot-have-task {
  padding: 100px 0 60px 0;
}

.donot-have-task p {
  font-size: 16px;
  color: #585858;
  text-transform: none !important;
  margin: 50px 0;
  font-weight: 600;
}

/*for accordian*/
.accordion-button::after {
  content: "\f0d7";
  font-family: fontAwesome;
  background-image: none !important;
}

.accordion .accordion-item {
  border: 0px;
}

.accordion .accordion-item .accordion-header {
  background: none;
  border: 0px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  box-shadow: none;
  border: 0px;
  background: none;
  color: #333333;
  font-size: 24px;
  font-family: "open_sauce_sansbold";
  padding: 8px 0 0 0;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
  font-size: 16px;
}

.accordion .accordion-item .accordion-body {
  padding: 32px 0 0 0;
  margin-top: 25px;
  border-top: 1px dashed #E7E7E7;
}

.over-input-icon {
  position: absolute;
  right: 22px;
  bottom: 14px;
}

.chat-input {
  font-weight: normal !important;
  background-color: #F8F9FB !important;
  font-family: "open_sauce_sansregular";
}

.list-notes {
  list-style: none;
  margin-bottom: 0px;
}

.list-notes li {
  display: flex;
  justify-content: space-between;
  padding-left: 38px;
  position: relative;
  margin-bottom: 30px;
}

.list-notes li h4 {
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
  margin-top: 5px;
}

.list-notes li h4 span {
  font-weight: normal;
  font-family: "open_sauce_sansregular";
  color: #AAAAAA;
  font-size: 14px;
}

.badge-cpsule {
  background: #F8F9FB !important;
  padding: 10px;
  border-radius: 4px;
  text-transform: none !important;
  color: #333333 !important;
  font-size: 12px !important;
}

.btn-moreaction {
  background: #F8F9FB !important;
  vertical-align: middle;
  width: 48px;
  text-align: center;
  line-height: 47px;
  height: 48px;
  border-radius: 10px;
  display: inline-block;
}

.btn-moreaction.btn-sm {
  width: 36px;
  text-align: center;
  line-height: 36px;
  height: 36px;
}

.text-right {
  text-align: right;
}

.min-w-120 {
  min-width: 120px;
}

.attached-link {
  list-style: none;
  margin: 0px 0 60px 0;
  padding: 0px;
}

.attached-link li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 20px;
  background: rgba(0, 111, 255, 0.15);
  color: #006FFF;
  font-family: "open_sauce_sanssemibold";
  border-radius: 8px;
  padding: 12px 16px;
}

.attached-link li a {
  text-decoration: none;
  color: #006FFF;
}

.tabs-custom {
  justify-content: space-between;
}

.tabs-custom .nav-item {
  width: 33%;
}

.tabs-custom .nav-item .nav-link {
  font-size: 14px;
  color: #AAAAAA;
  width: 100%;
  border: 0px;
  border-bottom: 2px solid #E7E7E7;
  padding: 15px;
}

.tabs-custom .nav-item .nav-link.active {
  border-bottom-color: #006FFF;
  color: #006FFF;
  font-weight: 600;
}

.mail-wrapper .tabs-custom {
  justify-content: start;
  border: 0px;
  margin-left: 20px;
}

.mail-wrapper .tabs-custom .nav-item {
  width: auto;
}

.mail-wrapper .tabs-custom .nav-item .nav-link {
  font-size: 14px;
  color: #585858;
  width: 100%;
  border: 0px;
  border-bottom: 7px solid transparent;
  padding: 15px;
}

.mail-wrapper .tabs-custom .nav-item .nav-link.active {
  border-bottom-color: #006FFF;
  color: #006FFF;
  font-weight: 600;
}

.mail-wrapper .tabs-custom .nav-item .nav-link.active svg {
  color: #006FFF;
}

.mail-wrapper .tabs-custom .nav-item .nav-link svg {
  margin-right: 12px;
  color: #AAAAAA;
}

.star-mail-column {
  width: 48px;
  text-align: center;
}

.star-mail-column img {
  cursor: pointer;
}

.tab-content-spaced,
.title-spaced,
.profile-info {
  padding: 32px;
}

.profile-info {
  border-bottom: 1px dashed #E7E7E7;
}

.patient-info-list {
  padding: 40px 0 0 0;
  margin-bottom: 0px;
}

.patient-info-list li {
  margin-bottom: 28px;
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  color: #333333;
  list-style: none;
  font-family: "open_sauce_sanssemibold";
}

.patient-info-list li a {
  color: #006FFF;
  text-decoration: none;
}

.patient-info-list li i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-menu {
  border-radius: 12px;
  border: 0px !important;
  min-width: 233px;
  box-shadow: 0px 4px 40px rgba(46, 50, 88, 0.12) !important;
}

.dropdown-menu.dropdown-menu-right {
  left: inherit !important;
  right: 0px !important;
}

.dropdown-items-with-icon .dropdown-item {
  padding-left: 35px;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #585858;
}

.dropdown-items-with-icon .dropdown-item img {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.spaceholder-padding {
  padding: 32px;
}

.activities-placeholder h3 {
  padding: 32px;
  display: flex;
  justify-content: space-between;
}

.activities-placeholder h3 a {
  font-size: 14px;
  text-decoration: none;
}

.align-with-activites .accordion-button {
  font-size: 14px !important;
  padding: 32px !important;
  background: #F8F9FB !important;
}

.mail-header-wrapper {
  padding: 12px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mail-header-wrapper.with-border {
  border-bottom: 1px dashed #E7E7E7;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.mail-wrapper .tab-content {
  padding: 24px 0;
}

.mail-row {
  padding: 20px 22px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #F8F9FB;
  background: #fff;
}

.mail-row:hover,
.mail-row.new-mail {
  background: #F4F7FA;
}

.email-date {
  font-size: 12px;
  font-family: "open_sauce_sansregular";
  font-weight: normal;
}

.view-message {
  font-size: 14px;
}

.view-message strong {
  font-family: "open_sauce_sansbold";
}

.email-date {
  text-align: right;
  color: #AAAAAA;
  font-size: 14px;
}

.right-action-mail {
  display: inline-block;
  margin-left: auto;
}

.right-action-mail ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.right-action-mail ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 5px;
}

.email-dilogue-position {
  position: fixed;
  right: 40px;
  bottom: 0px;
}

.new-email-diologue .card {
  border-radius: 20px;
  width: 784px;
  height: auto;
  border: 0px;
  box-shadow: 0px 30px 84px rgba(19, 10, 46, 0.08), 0px 8px 32px rgba(19, 10, 46, 0.07), 0px 3px 14px rgba(19, 10, 46, 0.03), 0px 1px 3px rgba(19, 10, 46, 0.13);
}

.new-email-diologue .card .card-header {
  position: relative;
  height: 56px;
  line-height: 42px;
  border: 0px;
  border-radius: 20px 20px 0 0;
  background-color: #333333;
  color: #fff;
}

.new-email-diologue .card .card-header span {
  color: #ccc;
}

.new-email-diologue .card .card-header .close {
  position: absolute;
  right: 20px;
  top: 6px;
  color: #fff;
  text-decoration: none;
}

.new-email-diologue .card .with-css {
  position: relative;
}

.new-email-diologue .card .with-css .other-mail-pos {
  position: absolute;
  right: 0px;
}

.new-email-diologue .card .with-css .other-mail-pos a {
  color: #AAAAAA;
  font-size: 14px;
  text-decoration: none;
  margin-left: 15px;
}

.new-email-diologue .card .with-css .other-mail-pos a:hover {
  color: #333333;
}

.new-email-diologue .card .mail-input {
  padding-right: 60px;
  position: relative;
}

.new-email-diologue .card .mail-input.for-subject {
  margin-top: 30px;
}

.new-email-diologue .card .mail-input .label-position {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.new-email-diologue .card .mail-input .form-control {
  box-shadow: none;
  border: 0px;
  padding-left: 65px;
}

.new-email-diologue .mail-body-text {
  min-height: 290px;
}

.new-email-diologue .card-footer {
  border: 0px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-email-diologue .card-footer .btn {
  min-width: 155px;
  text-align: center;
}

.new-email-diologue .card-footer .btn span {
  padding-right: 5px;
  margin-right: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.new-email-diologue .card-footer .left-action a {
  margin-right: 15px;
}

.new-email-diologue.reply-email-diolgue .card {
  border-radius: 20px;
  width: calc(100vw - 445px);
  height: 300px;
  border: 0px;
  box-shadow: 0px 30px 84px rgba(19, 10, 46, 0.08), 0px 8px 32px rgba(19, 10, 46, 0.07), 0px 3px 14px rgba(19, 10, 46, 0.03), 0px 1px 3px rgba(19, 10, 46, 0.13);
}

.new-email-diologue.reply-email-diolgue .mail-body-text {
  min-height: 160px;
}

.align-w-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.email-detail-body h3 {
  margin-bottom: 40px;
}

.email-detail-body .email-detiled {
  list-style: none;
  margin-bottom: 0px;
  padding: 0px;
}

.email-detail-body .email-detiled li {
  display: flex;
  justify-content: space-between;
  padding-left: 75px;
  position: relative;
  margin-bottom: 30px;
  flex-wrap: wrap;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 40px;
}

.email-detail-body .email-detiled li h4 {
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
  margin-top: 5px;
}

.email-detail-body .email-detiled li h4 span {
  font-weight: normal;
  font-family: "open_sauce_sansregular";
  color: #AAAAAA;
  font-size: 14px;
}

.email-detail-body .email-detiled li .number-badge.name-placeholder {
  width: 52px;
  height: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.email-detail-body .email-detiled li .sender-details {
  font-size: 14px;
  text-transform: none;
  color: #585858;
}

.email-detail-body .email-body {
  padding: 32px 0 0 0;
}

.email-detail-body .email-body p {
  text-transform: none;
  font-size: 16px;
  color: #333333;
  margin-bottom: 25px;
  padding-bottom: 0px;
  line-height: 28px;
}

.email-detail-body .email-body .attached-details {
  border-top: 1px solid #E7E7E7;
  padding-top: 30px;
}

.email-detail-body .email-body .attached-details h4 {
  font-size: 16px;
  font-family: "open_sauce_sansbold";
  margin-top: 0px;
}

.email-detail-body .email-body .attached-details ul {
  margin: 0px;
  padding: 0px;
}

.email-detail-body .email-body .attached-details li {
  padding: 0px;
  margin: 20px 20px 0 0;
  list-style: none;
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
}

.min-w-138 {
  min-width: 138px;
}

.align-w-icon {
  justify-content: space-between;
}

.card-block.message-userlist {
  padding: 0px;
  border-radius: 12px 0 0 12px;
}

.card-block.message-userlist .card-header {
  padding: 32px 20px;
  background: none;
  border: 0px;
}

.card-block.message-userlist .searcharea {
  margin: 0 20px 40px 20px;
}

.card-block.message-userlist h4 {
  margin: 0 0 12px 20px;
  color: #AAAAAA;
  font-size: 14px;
  text-transform: uppercase;
}

.seprator {
  border-bottom: 1px dashed #E7E7E7;
}

.message-sender {
  list-style: none;
  margin-bottom: 0px;
  padding: 12px 20px 0 20px;
  cursor: pointer;
}

.message-sender:hover,
.message-sender.unread-message {
  background: #F8F9FB;
}

.message-sender li {
  display: flex;
  justify-content: space-between;
  padding-left: 62px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px dashed #E7E7E7;
}

.message-sender li h4 {
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
  margin-top: 5px;
  margin-left: 0px !important;
  text-transform: none !important;
  color: #333333 !important;
  display: inline-flex !important;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8px;
}

.message-sender li h4 span {
  font-weight: normal;
  font-family: "open_sauce_sansregular";
  color: #AAAAAA;
  font-size: 14px;
}

.message-sender li .number-badge.name-placeholder {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.message-sender li .left-details {
  width: 100%;
}

.message-sender p {
  text-transform: none !important;
  color: #585858;
  font-size: 12px;
  margin-bottom: 0px;
  padding-right: 30px;
  position: relative;
}

.message-sender p .badge {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  border-radius: 100%;
  background: #FF0000;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  padding: 0 !important;
}

.text-nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-action a {
  display: inline-block;
  margin-right: 20px;
}

.message-sender.header-sender {
  padding: 0px;
}

.message-sender.header-sender:hover {
  background: none !important;
}

.message-sender.header-sender .action-right {
  min-width: 240px;
}

.message-circulat-date {
  text-align: center;
  margin: 26px 0;
}

.message-circulat-date span {
  background: #E7E7E7;
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
}

.message-sender-side {
  padding-left: 60px;
  position: relative;
  max-width: 60%;
  margin: 15px 0;
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .message-sender-side {
    max-width: 95%;
  }
}

@media (max-width: 991px) {
  .message-sender-side {
    max-width: 98%;
  }
}

.message-sender-side.message-mean-to-forward {
  margin-left: 30px;
  position: relative;
}

.message-sender-side.message-mean-to-forward .checkbox-aside {
  position: absolute;
  left: -30px;
  top: 0px;
}

.message-sender-side .name-placeholder {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.message-sender-side .message-bubbles {
  background: #006FFF;
  margin-bottom: 8px;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 0.04em;
  padding: 12px;
  color: #fff;
  border-radius: 0px 12px 12px 12px;
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
}

.message-receiver-side {
  padding-right: 60px;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.message-receiver-side.message-mean-to-forward {
  margin-left: 30px;
  position: relative;
}

.message-receiver-side.message-mean-to-forward .checkbox-aside {
  position: absolute;
  left: -30px;
  top: 0px;
}

.message-receiver-side .name-placeholder {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.message-receiver-side .message-bubbles {
  background: #F8F9FB;
  margin-bottom: 8px;
  line-height: 24px;
  display: inline-block;
  letter-spacing: 0.04em;
  padding: 12px;
  color: #333333;
  border-radius: 12px 0px 12px 12px;
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
  max-width: 50%;
  margin-left: auto;
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .message-receiver-side .message-bubbles {
    max-width: 95%;
  }
}

@media (max-width: 991px) {
  .message-receiver-side .message-bubbles {
    max-width: 98%;
  }
}

.message-receiver-side .number-badge.name-placeholder.name-placeholder-position {
  position: absolute;
  left: inherit;
  right: 0px;
  top: 0px;
}

.message-receiver-side p {
  text-align: right;
}

.message-receiver-side .quote-message-to-forward {
  background: #e5f0ff;
  max-width: 50%;
  margin-left: auto;
  text-align: left;
  margin-bottom: -10px;
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .message-receiver-side .quote-message-to-forward {
    max-width: 95%;
  }
}

@media (max-width: 991px) {
  .message-receiver-side .quote-message-to-forward {
    max-width: 98%;
  }
}

.message-receiver-side .quote-message-to-forward p {
  text-align: left;
}

.message-pannel .card-block {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.message-pannel .card-block .footer-message {
  width: 100%;
  margin-top: auto;
  align-self: self-end;
  padding-top: 30px;
}

.message-pannel .card-block .template-message {
  list-style: none;
  margin-bottom: 25px;
  padding: 0px;
}

.message-pannel .card-block .template-message li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
}

@media (min-width: 1100px) and (max-width: 1200px) {
  .message-pannel .card-block .template-message li {
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .message-pannel .card-block .template-message li {
    margin-bottom: 5px;
  }
}

.modal-dialog h3 {
  font-size: 20px;
  font-family: "open_sauce_sansbold";
  margin-bottom: 40px;
}

.btn-space .btn {
  margin: 0 10px;
}

.btn-delete {
  border: 0px;
  color: #FF0000;
  font-family: "open_sauce_sanssemibold";
  border-radius: 8px;
  display: inline-block;
  padding: 6px 12px;
  height: 36px;
  min-width: 36px;
  background-color: #F8F9FB;
  font-size: 14px;
  border: 0px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.missid-call {
  background: #FFFFFF;
  padding: 12px 16px;
  margin-bottom: 8px;
  border: 1px solid #FF0000;
  font-family: "open_sauce_sanssemibold";
  color: #FF0000;
  border-radius: 0px 12px 12px 12px;
  max-width: 160px;
}

.inbound-call {
  background: #FFFFFF;
  padding: 12px 16px;
  margin-bottom: 8px;
  font-family: "open_sauce_sanssemibold";
  color: #1E9E23;
  border: 1px solid #1E9E23;
  border-radius: 0px 12px 12px 12px;
  max-width: 210px;
}

.inbound-call span {
  color: #585858;
  font-family: "open_sauce_sansregular";
  display: inline-block;
  padding-left: 10px;
}

.outbond-call {
  background: #FFFFFF;
  padding: 12px 16px;
  margin-bottom: 8px;
  font-family: "open_sauce_sanssemibold";
  color: #1E9E23;
  border: 1px solid #1E9E23;
  margin-left: auto;
  border-radius: 12px 0px 12px 12px;
  max-width: 216px;
}

.outbond-call span {
  color: #585858;
  font-family: "open_sauce_sansregular";
  padding-right: 10px;
}

/*file upload*/
.accordion-item {
  background: none;
}

.activities-placeholder .accordion-item {
  border-bottom: 1px dashed #E7E7E7;
}

.activities-placeholder .accordion-item .accordion-body {
  border: 0px;
  margin-top: 0px;
}

.box__input {
  padding: 40px;
  background: #FFFFFF;
  border: 2px dashed #E7E7E7;
  margin-bottom: 40px;
  border-radius: 20px;
}

.box__input p {
  color: #AAAAAA;
  margin: 15px 0;
}

.diloge-650 {
  width: 100%;
  max-width: 650px;
}

.min-w-100 {
  width: 100px;
}

.small-form {
  margin-bottom: 30px;
}

.small-form label {
  font-family: "open_sauce_sansbold";
  display: block;
  margin-bottom: 8px;
}

.with-more-action {
  position: relative;
  padding-right: 70px;
}

.more-action-wrap {
  position: absolute;
  right: 0px;
  top: 0px;
}

.quote-message-to-forward {
  padding-right: 35px;
  margin-bottom: 10px;
  border-left: 5px solid #006FFF;
  background: #F8F9FB;
  border-radius: 10px;
  padding: 12px 20px;
  position: relative;
}

.quote-message-to-forward h4 {
  color: #006FFF;
  font-size: 14px;
  font-family: "open_sauce_sansbold";
}

.quote-message-to-forward p {
  color: #333333;
  font-size: 14px;
  text-transform: none;
  font-family: "open_sauce_sanssemibold";
}

.quote-message-to-forward .close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.footer-message-formword {
  display: flex;
  justify-content: space-between;
}

.footer-message-formword .selected-n span {
  color: #333333;
  font-family: "open_sauce_sanssemibold";
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
}

.modal-content .searcharea {
  min-width: 100%;
  margin-bottom: 20px;
}

.formward-modal {
  text-align: center;
  border-bottom: 1px dashed #E7E7E7;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}

.formward-modal img {
  display: inline-block;
  margin-right: 15px;
}

.forward-list {
  margin: 0px 0 40px 0;
  padding: 0px;
}

.forward-list li {
  position: relative;
  list-style: none;
  padding-left: 80px;
  margin-bottom: 20px;
}

.forward-list li .form-check-input {
  position: absolute;
  left: 20px;
  top: 0px;
}

.forward-list li .name-placeholder-position {
  left: 50px !important;
  min-height: 28px;
  max-height: 28px;
}

.forward-list li .form-check-label {
  color: #006FFF;
  font-family: "open_sauce_sanssemibold";
  font-size: 14px;
}

.form-text {
  font-style: italic;
  font-size: 14px;
  color: #585858 !important;
  display: block;
  margin-bottom: 10px;
}

.form-text svg {
  color: #AAAAAA !important;
}

/*mobile responsive*/
.message-sender.header-sender .action-right {
  text-align: right;
}

.mobile-hide {
  display: block;
}

.mobile-show {
  display: none !important;
}

.stared-message {
  background: #006FFF;
  font-size: 14px;
  font-family: "open_sauce_sanssemibold";
  margin-bottom: 8px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.04em;
  padding: 12px;
  border-radius: 0px 12px 12px 12px;
}

.message-time {
  font-size: 12px;
  text-transform: uppercase;
  color: #AAAAAA;
  margin-bottom: 10px;
}

.stared-message-outlook {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.star-message .left-details {
  margin-top: 15px;
}

.search-email .badege-pink {
  background: #FFE398 !important;
  color: #333333 !important;
  font-size: 12px;
}

.sub-section-title {
  color: #585858;
  font-size: 14px;
}

.phone-code {
  padding-left: 75px;
  position: relative;
}

.phone-code span {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
}

.phone-code span .styled-control2.control-sm {
  padding: 0px 0 0 5px !important;
}

.icon-btn {
  background-color: #006FFF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.custom-pills-tab .nav-link {
  padding: 14px 20px;
  margin-right: 30px;
  font-size: 12px;
  border-radius: 8px;
  color: #585858;
}

.disabled-table .badege-primary {
  background: rgba(88, 88, 88, 0.1) !important;
  color: #585858 !important;
}

.disabled-table .text-primary {
  color: #585858 !important;
}

.disabled-table .number-badge {
  background: rgba(88, 88, 88, 0.1) !important;
  color: #585858 !important;
}

.btn-shadow {
  box-shadow: 0px 16px 40px rgba(8, 128, 238, 0.3);
}

.fixed-bottom {
  position: fixed;
  left: 0px;
  text-align: right;
  right: 50px;
  bottom: 50px;
}

.call-going-in {
  background: #15153E;
  position: relative;
  padding: 10px;
  border-radius: 8px;
  padding-right: 70px;
}

.call-going-in h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.call-going-in p {
  font-size: 10px;
  color: #E7E7E7;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.call-going-in button {
  border: 0px;
  outline: 0px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #FF0B40;
}

.active-call-going {
  background: #00BF53;
  border: 0px;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.start-meeting {
  border: 2px solid #006FFF;
  min-height: 98px;
  padding: 20px;
  border-radius: 15px;
}

.new-meeting {
  background: #006FFF;
  padding-left: 80px;
  position: relative;
}

.new-meeting h3 {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.new-meeting p {
  color: #E7E7E7;
  letter-spacing: 0.04em;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  text-transform: none;
}

.new-meeting i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.text-decoration-none {
  text-decoration: none;
}

.join-meeting .input-group-text {
  background: none;
  padding: 0px;
  border: 0px;
}

.join-meeting .form-control {
  background: none;
  padding: 0px 0 0 15px;
  border: 0px;
  box-shadow: none;
}

.join-meeting .btn {
  height: 50px;
  padding-top: 11px;
}

.no-after:after {
  display: none;
}

.video-call-frame {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 318px;
  background: #333333;
}

.video-call-frame p.no-audioVideo {
  position: absolute;
  left: 0px;
  text-align: center;
  color: #fff;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.audio-left-bottom {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.audio {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #006FFF;
  border-radius: 100%;
}

.control-bottom {
  position: absolute;
  margin: 0px;
  padding: 0px;
  left: 0px;
  right: 0px;
  bottom: 15px;
  text-align: center;
  list-style: none;
}

.control-bottom li {
  display: inline-block;
  padding: 0 5px;
}

.audio-control {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3) url(../images/mic.svg) no-repeat center;
  border: 2px solid #FFFFFF;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.audio-control:hover,
.audio-control.off {
  background: #FF0B40 url(../images/mic_off.svg) no-repeat center;
  border-color: #FF0B40;
}

.video-control {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3) url(../images/videocam.svg) no-repeat center;
  border: 2px solid #FFFFFF;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.video-control:hover,
.video-control.off {
  background: #FF0B40 url(../images/videocam_off.svg) no-repeat center;
  border-color: #FF0B40;
}

.audio-control-big {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #E7E7E7 url(../images/mic-big.svg) no-repeat center;
  border: 2px solid #FFFFFF;
}

.audio-control-big:hover,
.audio-control-big.off {
  background: #FF0B40 url(../images/mic_off.svg) no-repeat center;
  border-color: #FF0B40;
}

.video-control-big {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #E7E7E7 url(../images/videocam-big.svg) no-repeat center;
  border: 2px solid #FFFFFF;
}

.video-control-big:hover,
.video-control-big.off {
  background: #FF0B40 url(../images/videocam_off.svg) no-repeat center;
  border-color: #FF0B40;
}

.shareScreen-control-big {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #E7E7E7 url(../images/screen_share.svg) no-repeat center;
  border: 2px solid #FFFFFF;
}

.more-control-big {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background: #E7E7E7 url(../images/more-v-big.svg) no-repeat center;
  border: 2px solid #FFFFFF;
}

.group-user {
  margin: 20px 0;
}

.group-user .number-badge {
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  font-family: "open_sauce_sanssemibold";
  color: #fff;
}

.group-user .number-badge:first-child {
  background: #FB41C3;
}

.group-user .number-badge:nth-child(2) {
  background: #FF4486;
  margin-left: -15px;
}

.group-user .number-badge:nth-child(3) {
  background: #FF7C49;
  margin-left: -15px;
}

.group-user .number-badge:nth-child(4) {
  background: #333333;
  margin-left: -15px;
}

.info-des {
  color: #AAAAAA;
}

.min-w-200 {
  min-width: 200px;
}

.meeting-title {
  border-bottom: 1px dashed #E7E7E7;
  padding-bottom: 20px;
}

.time-frame {
  font-weight: 600;
  background: #E7E7E7;
  display: inline-block;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
}

.video-user-list {
  margin: 0px -10px 20px -10px;
  padding: 0px;
  list-style: none;
}

.video-user-list li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.video-user-list li p {
  color: #fff;
  font-size: 12px;
  text-transform: none;
  z-index: 2;
}

.video-user-list li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-user-list li .inner-frame {
  background: #333333;
  position: relative;
  width: 176px;
  overflow: hidden;
  height: 100px;
  border-radius: 8px;
}

.video-user-list li .inner-frame:after {
  content: "";
  background: linear-gradient(354.84deg, #333333 4.28%, rgba(51, 51, 51, 0.43) 4.28%, rgba(51, 51, 51, 0) 79.17%);
  z-index: 1;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.video-user-list li .inner-frame.big-thumbnail {
  width: 100%;
  height: auto;
}

.video-user-list .at-the-bottom {
  left: 15px;
  bottom: 5px;
  position: absolute;
  z-index: 3;
}

.copy {
  background: #F8F9FB;
  height: 58px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E7E7E7;
  padding: 0 10px;
  border-radius: 10px;
}

.copy span {
  display: inline-block;
  padding: 0 5px;
}

.group-control {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.group-control li {
  display: inline-block;
}

.leave-meeting {
  background: #FF0B40;
  height: 58px;
  justify-content: space-between;
  align-items: center;
  border: 0px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
}

.bottom-video-control {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=layout.css.map */

.PhoneInput>input {
  border: none;
  margin-right: 10px;
  background: rgba(245, 247, 251, 0.2);
}

.signup.PhoneInput {
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  height: 60px !important;
  background: rgba(245, 247, 251, 0.2);
}

.signup.PhoneInput>input:focus,
.signup.PhoneInput>input:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subaction-with-title {
  padding: 12px;
  margin-bottom: 10px;
}

.rangeselector {
  background-color: #F8F9FB !important;
}