* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

a:hover {
	text-decoration: none;
}

.border-left {
	border-left: 2px solid var(--primary) !important;
}

.sidebar {
	top: 0;
	left: 0;
	z-index: 100;
	overflow-y: auto;
}

.overlay {
	background-color: rgb(0 0 0 / 45%);
	z-index: 99;
}

@media screen and (max-width: 767px) {
	.sidebar {
		max-width: 18rem;
    width: 80%;
		transform: translateX(-100%);
		transition: transform 0.4s ease-out;
	}

	.sidebar.active {
		transform: translateX(0);
	}

}

.icon-tra {
	background-color: #dfecff;
	padding: 10px;
	border-radius: 10px;
}

.image-profill {
	height: 40px;
	width: 40px;
}

.font-p {
	font-weight: 700;
}

.font-span {
	font-size: 13px;
	color: #a4a6aa;

}

.bg-color {
	background-color: #f4f7ff;
}

.right-design {
	background-color: #fff !important;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.image-profil {
	height: 60px;
	width: 60px;
}

.font-pd {
	font-weight: 700;
	font-size: 18px;
}

.font-spann {
	color: #a4a6aa;
}

.icon-traa {
	background-color: #dfecff;
	padding: 13px;
	border-radius: 10px;
	font-size: 20px;
}

.icon-trred {
	transform: rotate(315deg);
}

.icon-trreg {
	transform: rotate(132deg);

}

.icon-tr {
	background-color: #ffe9e9;
	padding: 13px;
	color: red;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
}

.icon-trg {
	background-color: #e6ffe8;
	padding: 13px;
	color: #2bba37;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
}

#phone {
	background-color: #FFF;
	padding: 30px;
	border-radius: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.key {
	border-radius: 50px 50px 50px 50px;
	color: #444;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	box-sizing: border-box;
	padding: 0px 0 0 0;
	margin: 0 7px 10px 7px;
	border: 1px solid #e4e4e4;
	cursor: pointer;
}

.key span {
	display: block;
	color: #444;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}

.key.special {
	line-height: 60px;
}


.key.phone {
	background: #5CDB74;
	border: none;
	color: #FFF;
	line-height: 60px;
	font-size: 27px;
}

.clear {
	clear: both;
}

.font-ss {
	font-size: 18px;
}

.list-group-item {
	color: #6c757d;
	font-weight: 500;
	background-color: transparent;
    padding: 3px;
}

.list-group-item:hover {
	color: #000;
	background-color: rgba(0, 0, 0, 0.05);
}

.list-group-item.active {
	color: #000;
	font-weight: bold;
	background-color: rgb(0 0 0 / 0%);
}

.list-group-item.active .font-sg {
    color: #fff;

    background: #0d6efd;
    transform: scale(1.1);
    border-radius: 6px;
}

.list-group-item .font-sg {
	font-size: 13px !important;
	color: #6c757d;
}

.list-group-item.active:hover .font-sg {
	color: #fff;
}

.list-group-item .active .font-sgs {
	color: #fff;
  background: #0d6efd;
  transform: scale(1.1);
  border-radius: 6px;
}

.list-group-item .font-sgs {
	font-size: 13px !important;
	color: #6c757d;
  padding: 5px;
}

.list-group-item.active:hover .font-sgs {
	color: #fff;
}
.icon {
  transition: fill 0.3s ease, transform 0.3s ease;
  height: 20px;
}

.list-group-item:hover .icon {
  fill: #fff;
  background: #0d6efd;
  transform: scale(1.1);
  padding: 3px;
  border-radius: 6px;
}

.list-group-item.active .icon {
  fill: #fff; 
  background: #0d6efd;
  padding: 2px;
  border-radius: 4px;
  transform: scale(1.1);
}


.sidebar {
  display: flex;
  flex-direction: column;
}


.sidebar .list-group-item.text-danger:hover {
  background-color: rgba(220, 53, 69, 0.1); 
}

.icon {
  fill: #6c757d;
  transition: fill 0.3s ease;
}


.icon-container {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f9f9f9; /* Light circle background */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

/* Hexagon icon styling */
.icon-container .fa-hexagon {
  font-size: 2rem;
  color: #4a4a4a; /* Darker color for hexagon */
}

/* Centered X icon */
.icon-container .icon-x {
  position: absolute;
  font-size: 1rem;
  color: #4a4a4a; /* Matching color for X */
}
.icon-big-phone{
  font-size: 75px;
  color: #2c81ff;
}
.big-p{
  font-size: 25px;
}
.Big-number{
  font-size: 35px;
  font-weight: 700;
}
.card-bg{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
}
.card1{
  background-color: #5a57fe;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.icon-white{
  background-color: #fff;
  font-size: 20px;
  padding: 20px 19px;
  border-radius: 50%;
}
.font-bold{
  font-weight: 700;
}
.card2{
  background-color: #c64cff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.card3{
  background-color: #2c81ff;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

  
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.login-form {
  width: 100%;
  max-width: 390px;
  padding: 2rem;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
}

.logo {
  margin-bottom: 1.5rem;
}

.logo-img {
  width: 50px;
  height: 50px;
  margin-bottom: 0.5rem;
}

form label {
  font-size: 0.9rem;
  color: #666;
  text-align: left;
  display: block;
  margin: 0.5rem 0 0.2rem;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  /* padding: 0.6rem; */
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #333;
}

input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #007bff;
  outline: none;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #666;
}

.remember-me label {
  margin-left: 0.2rem;
}

.forgot-password {
  color: #007bff;
  text-decoration: none;
}

.forgot-password:hover {
  text-decoration: underline;
}

.login-button {
  width: 100%;
  padding: 8px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-button:hover {
  background-color: #0056b3;
}
.massage-icon{
  background-color: #007bff;
  padding: 7px;
  font-size: 17px;
  border-radius: 50%;
  color: #fff;
}
.massage-icon1{
  background-color: #ff0000;
  padding: 7px;
  font-size: 17px;
  border-radius: 50%;
  color: #fff;
}
.massage-icon2{
  background-color: #60d669;
  padding: 7px;
  font-size: 17px;
  border-radius: 50%;
  color: #fff;
}
.massage-icon3{
  background-color: #1a73e8;
  padding: 7px;
  font-size: 17px;
  border-radius: 50%;
  color: #fff;
}
.icon-call-c{
  background-color: #e3f7f3;
  padding: 7px;
  border-radius: 50%;
  color: #4ccfb1;
  font-size: 17px;
}
.calling{
  background-color: #007bff;
  border-radius: 50%;
  color: #fff;
  height: 30px;
  width: 30px;
  fill: #fff;
  font-size: 17px;
}
.muteall-icons{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.calling1{
 background-color: #f2f7ff;
 color: #8fbcff;
 font-size: 20px;
 padding: 10px;
 border-radius: 50%;
}
.calling2{
  background-color: #fff4f3;
  color: #f84437;
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
}
.card-design-call{
  border-radius: 20px !important;

}
.icon-calblue{
  color: #3c8bff;
  font-size: 25px;
}
.bg-difir{
  background-color: #e1edff;
  padding:10px;
  border-radius: 10px;
  color: #3c8bff;
  display: flex;
  align-items: center;
}
.font-d{
  font-weight: 600;
}
.bg-difir:hover{
  background-color: #2c81ff;
}
.bg-difir:hover .icon-calblue{
  color: #fff;
}
.bg-difir:hover p{
  color: #fff;
}
.textarea-button{
  background-color: #3c8bff;
  padding: 10px 60px;
  border-radius: 10px;
  color: #fff;
}

.modal-body p {
  font-size: 15px;
  padding: 5px 0px;
}

.close{
  display: block;
  width: 100%;
  background-color: red;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  line-height: 50px; 
  text-decoration: none;
}
.next{
  display: block;
  width: 100%;
  background-color: rgb(0, 205, 144);
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  line-height: 50px; 
  text-decoration: none;
}
.modal-header{
  background-color: #f4f7ff;
  border: none !important;

}

.massage-ico{
  background-color: #007bff;
  padding: 10px;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
}
.massage-ico1{
  background-color: #ff0000;
  padding: 10px;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
}
.massage-ico2{
  background-color: #60d669;
  padding: 10px;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
}
.massage-ico3{
  background-color: #1a73e8;
  padding: 10px;
  font-size: 30px;
  border-radius: 50%;
  color: #fff;
}



.bg-difi{
  background-color: #e1edff;
  padding:7px;
  border-radius: 10px;
  color: #3c8bff;
  display: flex;
  align-items: center;
}
.bg-difi .icon-calblue {
  color: #3c8bff;
}

.bg-difi:hover, .active.bg-difi{
  background-color: #2c81ff;
}
.bg-difi:hover .icon-calblue, .active.bg-difi .icon-calblue{
  color: #fff;
}
.bg-difi:hover p, .active.bg-difi p{
  color: #fff;
}
.modal-body{
  background-color: #f4f7ff;
  border-radius: 0px 0px 20px 20px;
}
.fixed{
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  font-size: 30px;
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.Button-st {
  background-color: #2c81ff;
  padding: 20px 50px;
  font-size: 18px;
  border-radius: 50px;
  margin-top: 30px;
  color: #fff;
}
.modal-bg .modal{
  background-color: #fff !important;
}
.modal-bg .modal-header{
  background-color: #fff !important;
}
.modal-bg .modal-body{
  background-color: #fff !important;
}
@media screen and (max-width:992px) {
  .Big-number{
    font-size: 33px !important;
  }
  .button-call{
    padding: 7px 15px !important;
  }
}
.center-class{
  display: flex;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.center-class .nav-link {
  padding: 10px 60px;
  font-weight: 600;
}

.latter{
    background-color: #dfecff;
    padding: 10px;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0d6efd;
}
.button-call{
    background-color: #0d6efd;
    color: #dfecff;
    padding:  7px 37px;
    border-radius: 10px;
}
.close-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconm{
    font-size: 21px;
    background-color: #2c81ff;
    padding: 10px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.toast-success {
    background-color: darkgreen  !important; /* Green */
}


/* Error Message Background */
.toast-error {
    background-color: #dc3545 !important; /* Red */
}

/* Info Message Background */
.toast-info {
    background-color: #17a2b8 !important; /* Blue */
}

/* Warning Message Background */
.toast-warning {
    background-color: #ffc107 !important; /* Yellow */
}
.image-j{
    height: 43px;
    padding-left: 10px;
}
@media screen and (max-width:500px) {
  .center-class .nav-link{
    padding: 10px 40px !important;
  font-weight: 600;
  }

}
.list-group .active .icon-ng {
  background-color: #0056b3;
  color: #fff !important;
  padding: 5px !important;
  font-size: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.key.outhangup {
    background: #ff0000;
    color: #ffffff;
}
