html,
body {
	font-family: 'Schibsted Grotesk', sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	display: flex;
	flex-direction: column;
	justify-content: top;
	align-items: center;
	border-radius: none;
	width: 100%;
	overflow: hidden;
    position: fixed;
	background-color: #f4f6f8;
}

html::-webkit-scrollbar {
	display: none;
}

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

.main-border {
	border-radius: none;
	border: none;
}

.font-custom {
	font-size: 16px !important;
	color: #fff;
}

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

.font-custom-sec {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.font-custom-sec-dark {
	font-size: 18px;
	font-weight: bold;
	color: #cab69c;
}

.font-custom-thrd {
	font-size: 12px;
}

.font-custom-history {
	font-size: 10px;
	font-weight: 600;
	color: #999999;
}
.font-custom-history-time {
	font-size: 8px;
	font-weight: 400;
	color: #999999;
}
.font-custom-history-missed {
	font-size: 10px;
	font-weight: 600;
	color: #d14d30;
}
.font-custom-history-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;
	font-size: 20px;
	background-color: transparent;
}

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

.modal-custom {
	top: 5px;
}

.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;
}

.search-icon {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.search-icon:focus {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.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 0.2s ease;
}
.custom-close-btn {
	font-size: 14px;
	font-weight: 600;
	color: black;
	cursor: pointer;
}
.notification {
	display: none;
}
.notif-style {
	padding: 10px;
}
.bg-custom-history {
	background-color: white;
}

.size-body-custom {
	flex: 1;
	margin: 10px;
}
.main-size {
	width: 100%;
	height: 100vh;
}

.content {
	overflow-y: auto;
}

.content-contact {
	height: 320px;
	overflow-y: hidden;
}

.content-contact-list {
	height: 279px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #888 transparent;
}

.content-history {
	height: 320px;
	overflow-y: hidden;
}

.content-history-list {
	height: 301px;
	overflow-y: auto;
}

.content-modal {
	height: 320px;
}

.history-pointer {
	cursor: pointer;
}

.navbar-top {
	padding: 10px 10px 0px 10px;
}

@media screen and (max-width: 2560px) and (min-width: 2000px) {
	.content,
	.navbar-top,
	.navbar-bottom {
		width: 230px;
	}
}

@media screen and (max-width: 2560px) and (min-width: 2000px) {
	.input-custom {
		width: 210px;
	}
}

.content {
	scrollbar-width: thin;
}
.button-number {
	min-width: 40px !important;
}

.clear-button {
	min-width: 50px !important;
}

#main-page {
	display: block;
}

#connecting {
	cursor: default;
}
#connectingCount {
	display: none;
}
.incall-margin {
	margin-bottom: 85px;
}
#stickyNotification #closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	color: white;
}
#stickyNotification #closeBtn:hover {
	color: white;
	cursor: pointer;
}
.link {
	color: #f9dc99;
	text-decoration: underline;
}
.link:hover {
	color: #f9dc99;
	text-decoration: underline;
}

.notifElement {
	display: block;
	position: absolute;
	color: white;
	width: 225px;
	padding-left: 10px;
	padding-top: 10px;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid black;
	bottom: 80vh;
	background-color: red;
}

.contact-list {
	overflow-y: auto;
	width: 220px;
	height: 259px;
	overflow-y: auto;
}

.contact {
	padding: 10px;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
}

.bootstrap-select .dropdown-toggle {
	font-size: 10px;
}

.bootstrap-select .dropdown-menu li a {
	font-size: 10px;
}

.btn-circle {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 0;
	margin-bottom: 4px;
	font-size: 18px;
	position: relative;
}

.btn-circle small {
	font-size: 8px;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.btn-circle-transfer {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	margin-bottom: 4px;
	font-size: 18px;
	position: relative;
}

.btn-circle-transfer small {
	font-size: 6px;
	position: absolute;
	bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
}

.btn-circle-theme {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 0;
	font-size: 14px;
	position: relative;
}

#historyScroll {
	scrollbar-width: thin;
	scrollbar-color: #888 transparent;
}

.btn-outline-primary {
	background-color: #cab69c !important;
	color: #fff !important;
	border-color: #cab69c !important;
}

.btn-outline-primary:hover {
	background-color: #8f7757 !important;
	color: #fff !important;
	border-color: #8f7757 !important;
}


.btn-rounded {
    width: 60px !important;
    height: 60px !important;
    border-radius: 10px !important;
    padding: 0;
}

.btn-rounded i {
    font-size: 2rem;
    margin: 0;
}

.icon-custom {
    width: 50px;
    height: 50px;
}

.icon-custom-big {
    width: 100px;
    height: 100px;
}

.icon-custom-big i,
.icon-custom-big::before {
    font-size: 60px;
}

.icon-custom i,
.icon-custom::before {
    font-size: 30px;
    line-height: 1;
	display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px !important;
}

/* Desktop size (768px and up) */
@media (min-width: 768px) {
    .btn-rounded {
        width: 100px !important;
        height: 100px !important;
    }

	.icon-custom {
		width: 64px;
		height: 64px;
	}

	.icon-custom i,
	.icon-custom::before {
		font-size: 45px;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px !important;
	}

	.icon-custom-big {
		width: 100px;
		height: 100px;
	}

	.icon-custom-big i,
	.icon-custom-big::before {
		font-size: 100px;
	}
}

.logo-container {
    height: 40px;
    display: flex;
    align-items: center;
}


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

/* Optional: for tablet/desktop */
@media (min-width: 768px) {
    .logo-container {
        height: 60px;
    }
    
    .logo-container img {
        max-height: 60px !important;
    }

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

.linear-gradient {
    background: radial-gradient(circle at center,
        #b67d2f 0%,     /* Dark golden brown center */
        #d9a661 35%,    /* Middle transition */
        #ffebd3 100%    /* Light beige edge */
    );
    min-height: 100vh;  /* Ensure it covers full viewport height */
}

.linear-gradient-1 {
    background: radial-gradient(circle at center,
        #8f7757 0%,     /* Start with your color */
        #4a3d2d 50%,    /* Darker middle */
        #000000 100%    /* Black edges */
    );
    min-height: 100vh;  /* Ensure it covers full viewport height */
}

.content-incall {
    min-height: 100vh;
    position: relative;
    padding-bottom: 20px;
}

.dismissButton {
    width: 60px;  /* or your preferred size */
    height: 60px;
}

.callButton {
    width: 60px;  /* or your preferred size */
    height: 60px;
}

.min-vh-80 {
    min-height: 80vh;
}

/* For mobile devices */
@media (max-width: 768px) {
    .dismissButton {
        width: 50px;
        height: 50px;
    }
    .callButton {
        width: 50px;
        height: 50px;
    }
}


.main-card {
    background: white;
    border-radius: 2rem;
    padding: 2rem;
    margin: 1rem;
    min-height: 80vh;
}

/* For mobile devices */
@media (max-width: 768px) {
    .main-card {
        border-radius: 1.5rem;
        padding: 1rem;
        margin: 0.5rem;
    }
}
