html, body {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  height: 100vh;
  /* justify-content: center; */
  /* align-items: center; */
  /* max-width: 180px;
  max-height: 300px;
  min-height: 300px;
  min-width: 180px;
  width: 180px;
  height: 300px; */
  /* background-color: #5888C1; */
  /* vertical-align: top; */
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.main-border{
  border-radius: 10px;
  border: 1px solid rgb(226, 226, 226);
  background-color: white;
}
#contact-page{
  display: none;
}
#history-page{
  display: none;
}
.backgroud-list-custome{
  background-color: white;
}
.custome-border-bottom{
  border-bottom: 1px solid rgb(226, 226, 226);
}
.backgroud-only-custome{
  background-color: white;
}
.bg-custom {
  background-color: #E5E5E5;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.font-custom {
  font-size: 10px;
}

.font-custom-notif {
  font-size: 14px;
}

.font-custom-sec {
  font-size: 12px;
  font-weight: 600;
}

.font-custom-thrd {
  font-size: 12px;
}
.font-custom-hsitory {
  font-size: 10px;
  font-weight:600;
  color: #999999;
;
}
.font-custom-hsitory-time {
  font-size: 8px;
  font-weight:400;
  color: #999999;

}
.font-custom-hsitory-missed {
  font-size: 10px;
  font-weight: 600;
  color:#D14D30;
;
}
.font-custom-hsitory-missed-time {
  font-size: 8px;
  font-weight: 600;
  color:#D14D30;

}

.input-custom {
  border: 0;
  outline: 0;
  border-bottom: 0.5px solid #E5E5E5;
  border-radius: 0;
  /* min-height: calc(1em +(.5rem + 1px)); */
  height: 25px;
  max-width: 200px;
  font-size: 20px;
}

.input-custom:focus {
  border: 0;
  outline: 0;
  border-bottom: 0.5px solid #E5E5E5;
  border-radius: 0;
  box-shadow: none;
}

.button-custome {
  box-shadow: none;
  border: 0;
  border-color: transparent;
  padding: 0px;
  margin: 0px;
}

.button-custome:focus {
  box-shadow: none;
}
.modal-custom{
  position: absolute;
  top: 5px;
}

.circle-custome {
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.inline-container {
  display: inline-flex;
  align-items: center;
}

.bg-custome-contact {
  background-color: #EBF2FA;
}

.border-custome {
  border: none;
}

.input-custom-sec {
  height: 20px;
  font-size: 10px;
}
.input-custom-sec:focus {
  height: 20px;
  font-size: 10px;
  border-color: #ced4da; 
}

.input-custom-sec:focus {
  box-shadow: none;
}

.form-outline img {
  position: absolute;
  top: 0;
  margin-left: 1px;
  height: 10.8%;
  pointer-events: none;
  justify-content: center;
  align-items: center;
}


.search-icon{
  border-left: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: .25rem;
}
.search-icon:focus{
  border-left: 1px solid #ced4da;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  border-radius: .25rem;
}
.incomming-sizepage{
  height: 420px;
  width: 230px;
}
/* STYLE SWITCH */

/* Light Mode */
.btn-custom{
  background-color: #222222;
  width: 24px;
  height: 14px;
  border-radius: 25px;
}
.btn-custom-icon-container{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  transition: transform .2s ease;
}
.custom-close-btn{
  /* border: 1px solid white;
  background-color: white; */
  font-size: 14px;
  font-weight: 600;
  color: black;
  cursor: pointer;
  /* border-radius: 50%;
  
  height: 20px;
  width: 20px; */
}
.notification{
  display: none;
}
.notif-style{
  padding: 10px;
}
.bg-custom-history{
  background-color: white;
}

/* Dark Mode */
body.darkmode{
  background-color: #222222;
}
html.darkmode{
  background-color: #222222;
}
.darkmode .backgroud-list-custome{
  background-color: #222222;
  border-bottom: 1px solid #999999;
}
.darkmode .bg-custom-history{
  background-color: #222222;
}
.darkmode .main-border{
  border-radius: 10px;
  border: 1px solid #999999;
  background-color: #222222;
}
.darkmode .font-custom-notif{
  color: white;
}
.darkmode .backgroud-only-custome{
  background-color: #222222;
}
.darkmode .menu-hove:hover{
  background-color: #333;
}

.darkmode .btn-custom{
  background-color: #222222;
  border: 1px solid white;
}
.darkmode .btn-custom-icon-container{
  height: 100%;
  width: 100%;
  transform: translateX(-10px);
}
.darkmode .font-custom{
  color: white;
}
.darkmode .font-custom-sec{
  color: white;
}
.darkmode .font-custom-thrd{
  color: white;
}
.darkmode .bg-custome-contact{
  background-color: #5888C1;
}

.darkmode .custome-border-bottom{
  border-bottom: 1px solid #999999;
}
.darkmode .input-custom{
  background-color: #222222;
  color: white;
}
.darkmode .input-custom-sec{
  background-color: #222222;
  color: white;
}
.darkmode .custom-close-btn{
  color: white;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: top; /* Horizontal centering */
  align-items: center; /* Vertical centering */
  /* height: 100vh; Ensure body takes full height of viewport */
  /* margin: 0; Remove default margin */
}

.size-body-custome {
  flex: 1;
}
.main-size{
  width: 230px;
  height: 440px;
}

.content {
  width: 220px;
  height: 270px;
  overflow-y: auto;
}
.content-contact {
  width: 220px;
  height: 280px;
  overflow-y: auto;
}
.content-history {
  width: 220px;
  height: 303px;
  overflow-y: auto;
}
.content-incall {
  width: 220px;
  height: 285px;
  overflow-y: auto;
}
.content-modal{
  width: 220px;
  height: 325px;
  overflow-y: auto;
}
.content-contact-list{
  width: 220px;
  height: 365px;
  overflow-y: auto;
}
.history-pointer{
  cursor: pointer;
}

.navbar-top,
.navbar-bottom {
    flex: 0 0 auto;
    padding: 10px 10px 0px 10px;
    width: 220px;
}
.available-width{
  max-width: 120px;
  min-width: 120px;
}
.available-font-size{
  font-size: 10px;
}

@media screen and (max-width: 2560px) and (min-width: 2000px) {
  .content, .navbar-top, .navbar-bottom{
    width: 230px; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

@media screen and (max-width: 2560px) and (min-width: 2000px) {
  .input-custom{
    width: 210px; /* The width is 100%, when the viewport is 800px or smaller */
  }
}



.content::-webkit-scrollbar {
  width: 2px;
}
.content {
  scrollbar-width: thin;
}
.button-number {
  min-width: 40px !important;
}
.clear-button {
  min-width: 50px !important;
}
#main-page{
  display: block;
}
#incall{
  display: none;
}
#connecting{
  cursor: default;
}
#connectingCount{
  display: none;
}
.incall-margin{
  margin-bottom: 85px;
}
