@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.bg-linear-280deg {
  background: linear-gradient(280deg, #3c3071, #566eba) !important;
}

.bg-linear-100deg {
  background: linear-gradient(100deg, #46498e, #494eb6) !important;
}

.bg-linear-75deg {
  background: linear-gradient(75deg, #3e3678, #5770bc) !important;
}

/* Login Left Section */

.auth-form-section {
  min-width: 496px;
  width: 100%;
  max-width: 496px;
  overflow: hidden;
}

/* Form */

.form-login {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 5rem;
}

.control-input {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: full;
}

.control-input > label {
  font-size: 14px;
}

.control-input > input {
  width: full;
  background: #e8f0fe;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 10px 11px 10px;
  outline: none;
  border: none;
}

.button-gradient {
  background: linear-gradient(90deg, #5770bc, #3c3071);
  color: #fff;
  padding: 10px 10px 11px 10px;
  border: none;
}

.auth-info-logo {
  background: #3c3173;
  max-width: 361px;
  padding: 17px 2rem;
  border-radius: 0 50px 50px 0;
}

.auth-info-title {
  gap: 17px;
  width: 395px;
  margin-left: 130px;
}

.auth-info-title > h2 {
  font-size: 48px;
}

.auth-info-title > div > div {
  max-width: 198px;
  width: 100%;
  height: 4px;
}

.show-only-tab {
  display: none;
}

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

.hide-in-mobile {
  display: flex;
}

/**************************************** ADMIN ****************************************/

.button-outline {
  display: flex;
  align-items: center;
  background: none;
  padding: 6px 8px;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #4c4e79;
  color: #4c4e79;
}

.button-outline:hover {
  box-shadow: 0 2px 23px 0 rgba(122, 114, 180, 0.2);
  transition-duration: 100ms;
  border: 1px solid #7a72b4;
  color: #7a72b4;
}

.button-fill {
  display: flex;
  align-items: center;
  border: none;
  background: linear-gradient(90deg, #5770bc, #3c3071);
  padding: 10px 20px;
  gap: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.button-fill:hover {
  background: linear-gradient(90deg, #627fd9, #56459f);
  box-shadow: 0 2px 11px 0 #56459f;
  transition-duration: 100ms;
}

.active {
  background: #7a72b4 !important;
  border: none !important;
}

.active[data-bs-toggle=tab] {
  background: linear-gradient(280deg, #494eb6, #46498e) !important;
  color: #fff !important;
}

.submenu-list .submenu-link {
  margin: 0 !important;
  text-indent: 2.25rem;
  background: #3b3a76;
}

.submenu-list .submenu-link::before {
  background: none !important;
}

.nav-link-item:hover {
  background: #7a72b4 !important;
}

.nav-link-text {
  font-size: 1rem;
  text-align: center;
}

.main-section {
  padding: 29px 27px 29px 27px;
  gap: 25px;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .main-section {
    max-width: calc(100vw - 300px);
  }
}

.total-num-dashboard {
  font-size: 46px;
  font-weight: 900 !important;
  color: #46498f;
}

.white-card {
  background: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
}

.grey-card {
  background: #f4f5f9;
  border-radius: 12px;
  padding: 13px 26px;
}

.jumbotron {
  padding: 12px 23px 11px 23px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  font-size: 22px;
  font-weight: bold;
}

.jumbotron p {
  color: #828dab;
}

.jumbotron .jumbotron-text {
  width: calc(50% - 1rem);
}

@media screen and (max-width: 768px) {
  .jumbotron .jumbotron-text {
    width: 100%;
  }
}

.jumbotron .jumbotron-icon .player {
  width: 222px;
  height: 153px;
}

@media screen and (max-width: 768px) {
  .jumbotron {
    flex-direction: column;
    align-items: start;
  }
}

.sum-report-section {
  padding: 33px 42px 43px;
  gap: 52px;
}

.sum-report-section div {
  width: calc(25% - 40px);
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .sum-report-section div {
    width: 100% !important;
  }
}

.sum-report-section header * {
  color: #828dab;
  margin: 0 !important;
  padding: 0;
}

.sum-report-section header h2 {
  font-size: 1rem;
}

.sum-report-section header p {
  font-size: 12px;
}

.custom-tab {
  padding: 0 20px;
  border-radius: 8px;
  display: flex;
  width: 100%;
  gap: 20px;
  overflow: hidden;
  transition-duration: 300ms;
}

.custom-tab > div {
  cursor: pointer;
  padding: 1rem 1em !important;
}

.custom-tab > div:hover {
  background: none !important;
}

.custom-tab > div:hover div {
  background: linear-gradient(120deg, #1f6de2, #54c1ff);
  color: #fff;
}

.custom-tab > div:hover div::after {
  content: "_";
  border-radius: 20px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  background: #1f5dd5;
  width: 100%;
  box-shadow: 0 -5px 15px 0 rgba(79, 186, 252, 0.7019607843);
  animation-name: translate-from-bottom;
  animation-duration: 100ms;
}

.custom-tab > div div {
  padding: 5px 7px;
  border-radius: 8px;
  display: flex;
  gap: 13px;
  align-items: center;
  min-width: 100px;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.custom-tab > div div a[data-bs-toggle=tab] {
  font-size: 20px !important;
  width: -moz-fit-content;
  width: fit-content;
}

.custom-tab > div div a[data-bs-toggle=tab]:hover {
  background: #7a72b4 !important;
  color: #fff !important;
}

@media screen and (max-width: 1200px) {
  .custom-tab > div div a[data-bs-toggle=tab] {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 992px) {
  .custom-tab > div div a[data-bs-toggle=tab] {
    font-size: 16px !important;
  }
}

.custom-tab .active {
  background: none !important;
}

.custom-tab .active div {
  background: linear-gradient(120deg, #1f6de2, #54c1ff);
  color: #fff;
}

.custom-tab .active div::after {
  content: "_";
  border-radius: 20px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  background: #1f5dd5;
  width: 100%;
  box-shadow: 0 -5px 15px 0 rgba(79, 186, 252, 0.7019607843);
  animation-name: translate-from-bottom;
  animation-duration: 100ms;
}

.floating-icon {
  height: 68px;
  width: 68px;
  top: -16px;
  right: -16px;
}

.blue-background {
  background: #cfeef9;
}

/**************************************** Datatable ****************************************/

.custom-table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0 6px !important;
  border-radius: 6px;
  overflow: hidden;
}

.custom-table thead {
  background: linear-gradient(100deg, #46498e, #494eb6);
  white-space: nowrap;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.custom-table tr > td:first-child,
.custom-table tr > th:first-child {
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}

.custom-table tr > td:last-child,
.custom-table tr > th:last-child {
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}

.custom-table thead > tr > th {
  padding: 20px 28px;
}

.custom-table tbody > tr > td {
  padding: 10px 28px;
}

.custom-table thead > tr > td,
.custom-table tbody > tr > td {
  position: relative;
}

.custom-table thead > tr > td::after,
.custom-table tbody > tr > td::after {
  content: "";
  height: 1px;
  width: 100%;
  background: inherit;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.0392156863);
}

.custom-table tr.odd {
  background: #fff;
}

.custom-table tr.even {
  background: #f6f7fa;
}

.custom-table img {
  height: 14px;
  width: auto;
}

.custom-table button {
  display: flex;
  background: none;
  padding: 7.5px 8px;
  gap: 6px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 12px !important;
}

.custom-table button.button-red {
  border: 1px solid #ff787e;
  color: #ff787e;
}

.custom-table button.button-red:hover {
  box-shadow: 0 2px 23px 0 rgba(255, 120, 126, 0.2);
  transition-duration: 100ms;
}

.custom-table button.button-blue {
  border: 1px solid #4a8cff;
  color: #4a8cff;
}

.custom-table button.button-blue:hover {
  box-shadow: 0 2px 23px 0 rgba(74, 140, 255, 0.2);
  transition-duration: 100ms;
}

#dataTable_filter .form-control {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 8px 8px !important;
  padding-left: 36px;
}

.dataTables_wrapper#dataTable_wrapper {
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .pagination {
  display: flex;
  justify-content: end;
  gap: 5px;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
  background: none;
  color: #434285;
  text-align: center;
  min-width: 44px;
  height: 38px;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button a.page-link {
  background: none;
  font-size: 12px !important;
  color: inherit;
  border-radius: 8px;
  border: 1px solid #434285;
  padding: 10px 10px !important;
  height: inherit;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button a.page-link:hover {
  color: #fff;
  border: 1px solid #5756ab;
  background: #5756ab;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active {
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active a.page-link {
  font-size: 12px !important;
  padding: 10px 10px !important;
  color: #fff;
  border: 1px solid #434285;
  background: #434285;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active a.page-link:hover {
  color: #fff;
  border: 1px solid #6a68d1;
  background: #6a68d1;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button:first-child,
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button:last-child {
  border-radius: 8px;
  background: #434285;
  color: #fff;
}

.dataTables_wrapper .dataTables_paginate .pagination .paginate_button:first-child.disabled,
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button:last-child.disabled {
  opacity: 50%;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 8px !important;
  top: 32%;
  font-size: 10px;
  content: "\25B2" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 8px !important;
  top: 43%;
  font-size: 10px;
  content: "\25BC" !important;
}

/**************************************** Phone ****************************************/

#searchArea > .streamSection {
  padding: 16px 16px 0 !important;
  height: 56px !important;
}

#searchArea > .streamSection span.searchClean {
  padding: 12px 10px;
  background: none !important;
  border: 1px solid #e5e0fe;
}

#searchArea > .streamSection span.searchClean input {
  width: calc(100% - 80px) !important;
}

#searchArea > .streamSection button {
  color: #828dab;
}

.buddyProfileSection {
  height: 57px !important;
  background: #fff !important;
  padding: 8.5px 1rem;
  overflow: visible;
}

.buddyProfileSection > table {
  margin-top: 10px;
}

.buddyProfileSection > table td:last-child {
  color: #0e88cd;
}

.buddyProfileSection > table td:last-child button {
  color: inherit;
}

.buddyProfileSection > div:last-child {
  width: 100%;
  padding: 4px 1rem;
}

.buddyProfileSection > div:last-child .searchClean {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e0fe;
  background: none;
}

#Phone.pageContainer {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 2px 11px rgba(0, 0, 0, 0.15);
}

#Phone.pageContainer .streamSection {
  padding: 0;
}

#Phone.pageContainer .streamSection > .profileContainer {
  background: linear-gradient(100deg, #46498e, #494eb6) !important;
  color: #fff;
  padding: 16px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: static;
}

#Phone.pageContainer .streamSection > .profileContainer #UserProfilePic {
  width: 36px;
  height: 36px;
}

#Phone.pageContainer .streamSection > .profileContainer .contactNameText {
  display: flex;
  align-items: center;
  gap: 6px;
}

#Phone.pageContainer .streamSection > .profileContainer .contactNameText #dereglink {
  background: #3cc565;
  padding: 6px;
  border-radius: 800px;
  color: #fff;
  font-size: 8px;
}

#Phone.pageContainer .streamSection > .profileContainer .contactNameText #dereglink::before {
  content: "";
}

#Phone.pageContainer .streamSection > .profileContainer .contactNameText #reglink {
  background: #707070;
  padding: 6px;
  border-radius: 800px;
  color: #fff;
  font-size: 8px;
}

#Phone.pageContainer .streamSection > .profileContainer .contactNameText #reglink::before {
  content: "";
}

#Phone.pageContainer .streamSection > .profileContainer .contactNameText #UserCallID {
  font-size: 14px;
  color: #f4f5f9;
  font-weight: bold;
}

#Phone.pageContainer .streamSection > .profileContainer #regStatus {
  font-size: 14px;
  color: #a39dbe;
}

#Phone.pageContainer .streamSection > .profileContainer .settingsMenu > button {
  color: #3cc565;
}

#Phone.pageContainer .streamSection > .profileContainer .settingsMenu > button:hover {
  background: #5b59ac;
}

#Phone.pageContainer .streamSection > .contactArea {
  padding: 16px 16px;
}

#Phone.pageContainer .streamSection > .contactArea:has(label) table {
  width: 100%;
  background: #f1f4ff;
  padding: 22px 25px;
  border-radius: 6px;
  margin-top: 1rem;
}

#Phone.pageContainer .streamSection > .contactArea:has(label) table tr:first-child td > *:first-child {
  margin-bottom: 4px;
}

#Phone.pageContainer .streamSection > .contactArea:has(label) table tr:first-child td > *:not(:first-child) {
  background: #DFE5F9;
  padding-left: 1.5rem;
  margin-left: 0 !important;
}

#Phone.pageContainer .streamSection > .contactArea:has(label) table tr:first-child td > *:nth-child(2) {
  padding-top: 1rem;
  border-radius: 6px 6px 0 0;
}

#Phone.pageContainer .streamSection > .contactArea:has(label) table tr:first-child td > *:last-child {
  padding-bottom: 1rem;
  border-radius: 0 0 6px 6px;
}

#Phone.pageContainer .streamSection > .contactArea:has(label) table tr td label {
  display: flex;
  align-items: center;
  gap: 4px;
}

#Phone.pageContainer .streamSection > .contactArea:has(label) table tr td label::before {
  color: #1175BE;
  font-size: 20px;
}

#Phone.pageContainer .streamSection > .contactArea .buddy,
#Phone.pageContainer .streamSection > .contactArea .buddySelected {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 12px;
  position: relative;
  padding: 8px 12px 12px;
  background: rgba(81, 97, 170, 0.05);
  align-items: start !important;
  justify-content: start !important;
}

#Phone.pageContainer .streamSection > .contactArea .buddy:hover,
#Phone.pageContainer .streamSection > .contactArea .buddySelected:hover {
  background: rgba(81, 97, 170, 0.15);
}

#Phone.pageContainer .streamSection > .contactArea .buddy .contactNameText,
#Phone.pageContainer .streamSection > .contactArea .buddySelected .contactNameText {
  margin: 8px 0 0;
  font-weight: 500;
  display: flex;
  gap: 8px;
  align-items: center;
}

#Phone.pageContainer .streamSection > .contactArea .buddy .contactNameText .dotDefault,
#Phone.pageContainer .streamSection > .contactArea .buddySelected .contactNameText .dotDefault {
  background: #707070;
  padding: 6px;
  border-radius: 800px;
  color: #fff;
  font-size: 8px;
}

#Phone.pageContainer .streamSection > .contactArea .buddy .contactNameText .dotDefault::before,
#Phone.pageContainer .streamSection > .contactArea .buddySelected .contactNameText .dotDefault::before {
  content: "";
}

#Phone.pageContainer .streamSection > .contactArea .buddy .contactDate,
#Phone.pageContainer .streamSection > .contactArea .buddySelected .contactDate {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
}

#Phone.pageContainer .streamSection > .contactArea .buddy .buddyIcon,
#Phone.pageContainer .streamSection > .contactArea .buddySelected .buddyIcon {
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: none;
  border: none;
  box-shadow: none;
}

#Phone.pageContainer .streamSection > .contactArea > div:nth-child(1) button {
  color: #0e88cd;
  background: #e0e7f9;
}

#Phone.pageContainer .streamSection > .contactArea > div:nth-child(2) {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Phone.pageContainer .streamSection > .contactArea > div:nth-child(2) #dialText.dialTextInput {
  font-size: 48px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 250px !important;
  color: #0e88cd;
}

#Phone.pageContainer .streamSection > .contactArea > div:nth-child(2) #dialDeleteKey {
  height: 48px;
  width: 48px;
  font-size: 24px;
  color: #0e88cd;
}

#Phone.pageContainer .streamSection > .contactArea > div:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
}

#Phone.pageContainer .streamSection > .contactArea > div:nth-child(4) button.dialButtonsDial {
  background: #63e587;
  padding: 23.5px 66.5px;
  border-radius: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

#Phone.pageContainer .streamSection > .contactArea table {
  border-spacing: 10px;
  border-collapse: separate;
}

#Phone.pageContainer .streamSection > .contactArea table td button.dialButtons {
  width: 100%;
  height: 100%;
  min-width: 106px;
  min-height: 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0e88cd;
  font-size: 32px;
  background: rgba(81, 97, 170, 0.0509803922);
}

#Phone.pageContainer .streamSection > .contactArea table td button.dialButtons div {
  color: inherit;
  font-size: inherit;
  line-height: 90%;
}

#Phone.pageContainer .streamSection > .contactArea table td button.dialButtons span {
  color: inherit;
  line-height: normal;
  font-size: 14px;
}

/**************************************** Responsive ****************************************/

@media screen and (max-width: 1200px) {
  .show-only-tab {
    display: flex !important;
  }
}

@media screen and (max-width: 992px) {
  .flex-center-tab {
    justify-content: center;
    align-items: center;
  }

  .auth-info-title {
    gap: 17px;
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }

  .auth-info-logo > img {
    min-width: 180px;
    max-width: 200px;
    width: 90%;
  }

  .auth-info-title > h2 {
    font-size: 32px;
  }

  .auth-info-title > div > div {
    width: 50%;
  }

  .show-only-mobile {
    display: flex !important;
  }
}

@media screen and (max-width: 768px) {
  .auth-form-section {
    max-width: 100%;
  }

  .hide-in-mobile {
    display: none !important;
  }

  .w-full-mobile {
    width: 100% !important;
  }
}

@keyframes translate-from-bottom {
  from {
    transform: translate(0, 1rem);
  }

  to {
    transform: translate(0, 0);
  }
}

#Phone .inCallButtons:disabled {
  color: #707070;
  background: #CCCCCC !important
}