.d-none {
  display: none !important;
}

#not_logged {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box;
}

.col-7 {
  width: 60% !important;
  box-sizing: border-box;
}

.col-8 {
  width: 70% !important;
}

.col-4 {
  width: 30% !important;
}

.col-5 {
  width: 40% !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.main-zoom {
  height: 300px !important;
  width: 440px !important;
  margin: 0;
  padding: 0;
  /* position: fixed;
  bottom: 65px;
  right: 15px; */
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  box-sizing: border-box;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: #ffffff !important;
  border-radius: 5px !important;
  border: 1px solid rgb(231, 231, 231);
  z-index: 1001;
  transition: all 0.2s;
}

.digit {
  display: flex;
  width: 35px;
  height: 35px;
  font-size: 1rem !important;
  border-radius: 50%;
  font-weight: 600 !important;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: #ebedf1;
  margin-block: 3px;
  margin-inline: 7px;
}

.digit:hover {
  background-color: #e0e0e0;
}

.call:hover {
  color: #ffffff !important;
}

.call {
  display: flex;
  width: 35px;
  height: 35px;
  font-size: 1rem;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-block: 3px;
  margin-inline: 7px;
  background-color: rgb(60, 122, 246) !important;
  color: white;
  text-decoration: none !important;
}

.number {
  width: 100% !important;
  border: none !important;
  padding-inline: 20px !important;
  box-sizing: border-box !important;
  outline: none !important;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgb(37, 37, 37) !important;
  text-align: center;
}

.number::placeholder {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.erase {
  display: flex;
  width: 35px;
  height: 35px;
  font-size: 1rem;
  border-radius: 50%;
  font-weight: 500;
  cursor: pointer;
  justify-content: center;
  margin-block: 3px;
  align-items: center;
  margin-inline: 7px;
  background-color: #ffffff !important;
  color: rgb(150, 150, 150);
}

#output {
  text-align: right;
}

.main-zoom h6 {
  margin-left: 12px;
  font-size: 12px;
  margin-top: 10px;
  color: #3c79f6;
  font-weight: 500;
}

.toggle {
  position: fixed;
  bottom: 5px;
  right: 5px;
  background-color: #3c79f6;
  color: white;
  width: 40px;
  height: 40px;
  border: none !important;
  outline: none !important;
  border-radius: 50%;
}

.call-logs {
  border-radius: 5px !important;
  height: 270px;
  box-sizing: border-box;
  padding-bottom: 10px;
  overflow: scroll;
}

.call-logs::-webkit-scrollbar {
  display: none;
}

.call-logs .row .phone-number {
  font-size: 11px;
  font-weight: 700 !important;
  margin: 0;
  padding: 0;
  color: rgb(41, 41, 41);
}

.call-logs .row .location {
  font-size: 10px;
  margin: 0;
  color: rgb(90, 90, 90);
  padding: 0;
}

.call-logs .row {
  margin: 0;
  box-sizing: border-box;
  border-radius: 0px;
}

.call-logs .row:hover {
  background-color: rgb(247, 247, 247);
}

.call-log-img {
  height: 18px;
  color: #3c79f6;
}

.call-logs .row .date-time p {
  font-size: 8px;
  margin: 0;
  padding: 0;
  color: #818181fd;
  text-align: right !important;
}

#profile-pic {
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
}

#full-name {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.tabs-area {
  height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgb(231, 231, 231);
}

.btn-tab {
  font-size: 10px;
  width: 80px;
  color: #646464;
  padding-block: 5px !important;
  background-color: white !important;
  border: none !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.btn-tab.active {
  color: #3c79f6 !important;
  background: white !important;
  box-shadow: none !important;
}

.btn-tab:hover {
  color: #3c79f6 !important;
  background: white !important;
  box-shadow: none !important;
}

.btn-tab:focus {
  border: none !important;
  color: #3c79f6 !important;
  outline: none !important;
  background: white !important;
  box-shadow: none !important;
}

.btn-tab i {
  margin-right: 5px;
}

.zoom-help-btn {
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 11px;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  text-decoration: none !important;
  color: #959595 !important;
}

/* .zoom-login-box {
  height: 60vh;
  width: 60%;
  border-radius: 10px;
  background-color: white;
} */

.gradient-bg {
  background-image: linear-gradient(to right, #54b2e4, #386fb7) !important;
}

.sub-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif !important;
  color: rgb(78, 78, 78);
}

.brand {
  color: #226dcf;
  font-size: 25px !important;
  font-weight: 600;
  margin: 0 !important;
  /* font-family: "Poppins", sans-serif !important; */
}

.list-group-item {
  padding-left: 0;
  font-size: 12px !important;
  font-family: "Poppins", sans-serif !important;
  color: rgb(92, 92, 92);
}

.cus-alert {
  font-size: 14px !important;
}
