body {
	font-family: 'Open Sans';
}

:root {
	--primary-blue: #2971fc;
	--primary-green: #00bf63;
	--primary-light: #9FD5FF;
	--white: #ffffff;
	--red-light-dark:#ec3939;
}


.bottom-message-box {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2971fc;
	color: white;
	padding: 15px 25px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 14px;
	display: none;
	/* hidden by default */
	z-index: 1000;
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #222;
	color: white;
	text-align: left;
	padding: 4px;
}

/*
   Checkbox
  */

.mark-box {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	left: 5px;
	height: 15px;
	width: 15px;
	background-color: white;
	border: 1px solid #ccc;
}

.container-mark:hover .mark-box~.checkmark {
	background-color: #ccc;
}

.container-mark .mark-box:checked~.checkmark {
	background-color: #2196F3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.container-mark .mark-box:checked~.checkmark:after {
	display: block;
}

.container-mark .checkmark:after {
	left: 5px;
	top: 2px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#emailDetails {
	overflow: scroll;
	overflow-x: hidden;
	height: 100%;
	margin: auto;
}

/*
  Compose
 */

.container-compose {
	margin: 20px;
	height: 100%;
	width: 100%;
}

.btn-default {
	background-color: white;
	color: black;
	border-color: #adadad
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.editor {
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 200px;
	width: 100%;
	margin-top: 0px;
	font-size: 16px;
	background-color: white;
}

.msg-button-con {
	margin-top: 10px;
}


/*
  Attachments
 */


.flex-container {
	display: inline-flex;
	/* overflow-x: scroll; */
	gap: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	height: 180px;
	width: 210px;
}

.flex-item {
	min-width: 200px;
	height: 150px;

	display: flex;
	justify-content: center;

	text-align: center;
	border-radius: 8px;
	position: relative;
}

.image-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.image-thumbnail:hover {
	transform: scale(1.1);
}

.zoomed-image-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.zoomed-image {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	border-radius: 8px;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
	font-weight: bold;
}

.file-name {
	color: black;

}

.line {
	border-top: 1px solid #c5c9d0;
	width: 100%;
	margin-top: 20px;
}

.image-text {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	border-radius: 0 0 8px 8px;
	cursor: pointer;
}

/*
 #############################################################
 # Email inbox dashboard                                     #
 # access id : #100                                          # 
 # status : started                                          #
 #############################################################
 */

.sidebar {
	position: fixed;
	top: 58;
	bottom: 0;
	left: 0;
	padding-top: 2px;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
	width: 240px;
	z-index: 600;
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: 0.5rem;
	overflow-x: hidden;
	overflow-y: auto;
}

.fa {
	margin-right: 10px;
}

.view {
	margin-top: 58px;
	margin-left: 243px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0px;
	left: 0px;
	/* overflow: scroll; */
}

.view {
	display: none;
}

.active {
	display: block;
}

.content__email_list .viewEmail {
	font-family: 'Roboto', sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	padding-bottom: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #202124;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.text-right {
	margin-left: auto; 
	margin-right:250px;
	color: #5f6368;
  }

.content__email_list a:hover {
	border-top: 1px solid whitesmoke;
	box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.24);
}

.select__emails,
.email__select {
	width: 15px;
	height: 15px;
	display: block;
	border: 2px solid #333;
	border-radius: 2px;
	margin: 10px;
}

.email__select {
	margin: 0 10px;
}

.email__start {
	width: 0px;
	height: 24px;
	display: block;
	background: url('../img/icon-star-vazia.png') no-repeat center center;
}

.email__name {
	margin-left: 15px;
	font-weight: 700;
	width: 180px;
}

.email__content {
	margin-left: 0px;
	color: #5f6368;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.icon-container {
	display: flex;
	gap: 25px; /* spacing between icons */
	}
	.icon {
	font-size: 20px;
	color: #4e576c;
	transition: color 0.3s;
	}
	.icon:hover {
	color: #333;
	}
	.tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
	opacity: unset;
	line-height:1;
	}
	.tooltip .tooltiptext {
	visibility: hidden;
	width: auto;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 4px 8px;
	border-radius: 4px;
	position: absolute;
	z-index: 1;
	bottom: 125%; /* Adjust this to change position */
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	opacity: unset;
	transition: opacity 0.3s;
	}
	.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	}
	/* Dropdown list */
	.dropdown-card {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	padding: 8px 0;
	width: 160px;
	display: none;
	top: 60px; /* Adjust as needed */
	right: 20px; /* Position near ellipsis */
	z-index: 999;
	}
	.dropdown-item {
	padding: 8px 16px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: background 0.2s;
	}
	.dropdown-item:hover {
	background-color: #f0f0f0;
	}
.container2 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px;
	width: 20%;
	background-color: white;
	cursor: default;
}

.back-image {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	cursor: default;
}

.back-text h2 {
	font-size: 24px;
	margin-bottom: 10px;
	text-decoration: none;
	color: black;
}

.back-text dd {
	font-size: 16px;
	line-height: 1.6;
}

.container3 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 100%;
	background-color: white;
}

.container4 {
	display: flex;
	align-items: left;
	justify-content: left;
	padding-left: 20px;
	width: 100%;
	background-color: white;
	font-size: 20px;
	font-weight: 700;
}

.container5 {
	display: flex;
	align-items: left;
	justify-content: left;
	padding-top: 10px;
	padding-left: 20px;
	height: 70px;
	width: 100%;
	background-color: white;
}

.circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(to right, #0254ef, #558fff);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.view-from-name {
	padding-left: 0px;
	font-weight: 600;
}

.view-date {
	color: grey;
	right: 0px;
	position: absolute;
	margin-right: 15px;
}

.three-dot {
	color: grey;
	right: 10px;
	position: absolute;
	margin-right: 15px;
}

.container6 {

	align-items: left;
	justify-content: left;
	padding-left: 20px;
	height: 100%;
	width: 100%;
	background-color: white;
}

@media only screen and (max-width: 400px) {
	.view {
		margin-top: 58px;
		margin-left: 0px;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 100%;
		overflow: scroll;

	}

	.email__name {
		margin-left: 15px;
		font-weight: 700;
		width: 180px;
		white-space: nowrap;
	}

	.email__content {
		margin-left: 0px;
		color: #5f6368;
		white-space: nowrap;
		overflow: hidden;
	}

	.form-inline {
		display: none;
	}
}

/*
 #############################################################
 # Email inbox dashboard                                     #
 # access id : #100                                          #
 # status : stopped                                          #
 #############################################################
 */

/*
	 Input spinner
 */

.box {
	width: 100%;
}

.box select {
	background-color: #ffffff;
	color: black;
	padding: 12px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ccc;
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}

.box::before {
	content: "\f13a";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	width: 20%;
	height: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 45px;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
	pointer-events: none;
}

.box:hover::before {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
	padding: 30px;
}

.button-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background: #337ab7;
	background-color: var(--primary-blue);
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 10px 32px;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
}

.button-green {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: var(--primary-green);
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 10px 32px;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
}

.button-red {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: var(--red-light-dark);
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 10px 32px;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
}

/* Top Progressbar */

.Loading {
	position: relative;
	width: 100%;
	height: 10px;
	background: #42b1fb;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 0px;
	overflow: hidden;
	height: 3px;
	display: none;
}

.Loading:after {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	animation: load 1s infinite;
}

@keyframes load {
	0% {
		width: 0;
		background: #66abf9;
	}

	25% {
		width: 40%;
		background: #2afc54;
	}

	50% {
		width: 60%;
		background: #147ffa;
	}

	75% {
		width: 75%;
		background: #630cfa;
	}

	100% {
		width: 100%;
		background: #005eff;
	}
}

@keyframes pulse {
	0% {
		background: #a28089;
	}

	25% {
		background: #a0d2eb;
	}

	50% {
		background: #ffa8b6;
	}

	75% {
		background: #d0bdf4;
	}

	100% {
		background: #494d5f;
	}
}

.header2 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.4em 0.95rem 0.4em 1.5rem;
	border-bottom: 1.5px solid var(--borderElement);
	height: 72px;
	background-color: #ffffff;
}

.container {
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
}

.row {
	height: 100%;
}

.left-side {
	height: 50%;
}

.right-side {
	height: 400px;
}

.left-side-img {
	margin-top: -90px;
}

@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,900|Muli:300,400,500,600,700,800,900&display=swap");

.error-field {
	color: #ff3500;
	font-size: 12px;
	margin-top: -15px;
	display: none;
}

.error-email {
	color: #ff3500;
	font-size: 12px;
	margin-top: -15px;
	display: none;
}

.error-password {
	color: #ff3500;
	font-size: 12px;
	margin-top: -15px;
	display: none;
}



.hidden {
	display: none;
}

#progressCircle {
	width: 30px;
	height: 30px;
	border: 4px solid #ffffff;
	border-top: 4px solid var(--primary-blue);
	border-radius: 50%;
	animation: spin 0.5s linear infinite;
	transform: translate(-50%, -50%);
}

#progressCircleGreen {
	width: 30px;
	height: 30px;
	border: 4px solid #ffffff;
	border-top: 4px solid var(--primary-green);
	border-radius: 50%;
	animation: spin 0.5s linear infinite;
	transform: translate(-50%, -50%);
}

#progressCircle1 {
	width: 30px;
	height: 30px;
	border: 4px solid #ffffff;
	border-top: 4px solid var(--primary-blue);
	border-radius: 50%;
	animation: spin 0.5s linear infinite;
	transform: translate(-50%, -50%);
}

#progressCircle5 {
	width: 30px;
	height: 30px;
	border: 4px solid #ffffff;
	border-top: 4px solid var(--primary-blue);
	border-radius: 50%;
	animation: spin 0.5s linear infinite;
	transform: translate(-50%, -50%);
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.medium {
	font-weight: 500;
}

.header-area {
	background-color: white;
}

a,
.button {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none
}

a {
	color: #635c5c
}

a:hover {
	color: #fff
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none
}

a,
button {
	color: #fff;
	outline: medium none
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

.username {
	z-index: 0;
}

.login {
	color: var(--theme-color-labelPrimary);
	text-align: center;
	z-index: 1;
	-webkit-margin-before: 0;
	margin-block-start: 0;
	font-family: Ubuntu;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	line-height: 33px;
	font-variant: normal;
	letter-spacing: 0.8px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.btn-submit {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}

.btn-forgot {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 16px;
	width: 100%;
	color: #000000;
	background: #ffffff;
	background-color: #ffffff;
	border: rgb(0, 89, 255) 1px;
	padding: 10px 32px;
	border-radius: 50px;
	margin-top: 0px;
	margin-bottom: 10px;
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
}

.message {
	border-radius: 5px;
	background-color: #ff0032;
	color: white;
	padding: 6px;
	text-align: end;
	display: block;
	margin-bottom: -15px;
	display: none;
}

#frm {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 60%;
	background: white;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.form {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	width: 60%;
	background: white;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.edit {
	border-radius: 5px;
	border: 1px solid #ccc;
	outline: none;
	width: 100%;
	height: 40px;
	padding-left: 15px;
}

.button {
	width: 100%;
	color: #fff;
	background: #337ab7;
	background-color: #0085d5;
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 10px 32px;
	display: block;
	margin: auto;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
}

#btn {
	width: 100%;
	color: #fff;
	background: #337ab7;
	background-color: #0085d5;
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 10px 32px;
	display: block;
	margin: auto;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
}

#btn:active {
	transform: scale(0.98);
	box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

#btn-cr {
	width: 100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}

#btn-cr:active {
	transform: scale(0.98);
	box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}

.register-btn {
	width: 100%;
	color: #fff;
	background: rgb(8, 182, 31);
	background-color: rgb(8, 182, 31);
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 10px 32px;
	display: block;
	margin: auto;
	border-radius: 10px;
	text-align: center;
}

.error {
	border: 2px solid red;
}

.tools {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	display: none;
	background-color: var(--white);
 }

 .tools-container {
	display: flex;
	justify-content: space-between;
 }

 .tools-right {
	margin-right: 250px;
	margin-left: auto; 
 }

 /* .button-green {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background-color: var(--primary-green);
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 10px 32px;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
} */

.tools-btn {
	color: white;
	background-color: var(--red-light-dark);
	border: rgb(195, 216, 255) 1px;
	color: white;
	padding: 5px 22px;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	transition: 0.2s all;
}

.tools-btn:hover {
	color: rgb(146, 146, 146);

}

.inbox-empty-container {
	display: flex;
	justify-content: center;  /* horizontal center */
	align-items: center;      /* vertical center */
	height: 100vh;
	background-color: white;
	margin-right: 270px;
	margin-top: -60px;
  }

  .inbox-empty-content {
	text-align: center;
  }

  .inbox-empty-content img {
	max-width: 150px;
	height: auto;
	margin-bottom: 12px;
  }

  .inbox-empty-content p {
	font-size: 30px;
	color: #67717b;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }

  .inbox-empty-img {
	  font-size: 200px;
	  color: #c0c3c6;
  }

  .EditText {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.EditText:hover {
	border-color: #007BFF;
	border-width: 2px;
	border-style: solid;
	}
	.email-container {
	border: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	cursor: text;
	}
	.email-container input {
	border: none;
	outline: none;
	flex: 1;
	min-width: 100px;
	}

	.email-container-cc {
		border: 1px solid #ccc;
		display: flex;
		flex-wrap: wrap;
		cursor: text;
		}
		.email-container-cc input {
		border: none;
		outline: none;
		flex: 1;
		min-width: 100px;
		}

		.email-container-bcc {
			border: 1px solid #ccc;
			display: flex;
			flex-wrap: wrap;
			cursor: text;
			}
			.email-container-bcc input {
			border: none;
			outline: none;
			flex: 1;
			min-width: 100px;
			}
	
	.email-tag {
	background-color: #28a745;
	color: white;
	padding: 5px 10px;
	border-radius: 20px;
	margin: 3px;
	display: flex;
	align-items: center;
	}
	.email-tag span {
	margin-left: 8px;
	cursor: pointer;
	}
	#emailOutput {
	margin-top: 10px;
	white-space: pre-wrap;
	background: #f9f9f9;
	padding: 10px;
	border: 1px dashed #ccc;
	}

	#emailOutputCC {
	margin-top: 10px;
	white-space: pre-wrap;
	background: #f9f9f9;
	padding: 10px;
	border: 1px dashed #ccc;
	}

	#emailOutputBCC {
		margin-top: 10px;
		white-space: pre-wrap;
		background: #f9f9f9;
		padding: 10px;
		border: 1px dashed #ccc;
		}

	.container-bcc-cc {
		font-weight: 600; 
		font-size:13px; 
		margin-top:3px; 
		display: flex; 
		gap: 10px;
		justify-content: flex-end; 
		cursor: pointer;
	}

	.textviewBCC-CC {
		font-size: 13px;
		color:#2971fc; 
	  }

	  .compose-view {
		background-color:white; 
		overflow: scroll; 
		overflow-x: hidden; 
		border: 1px solid #ccc;
	  }

	.container-kefhm {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: Arial, sans-serif;
    }

    .text1-evryn {
      font-size: 16px;
    }

    .download-btn-cbfhk {
      
      padding: 4px 12px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    .download-btn-cbfhk:hover {
      background-color: #0056b3;
    }
 

/* @media only screen and (max-width: 400px) {
	body {
		background-color: white;
	}

	.logo1 {
		display: none;
	}

	.left-side {
		display: none;
	}

	#frm {
		width: 80%;
		top: 60%;
	}
} */

/* 
@media only screen and (max-width: 400px) {
	body {
		background-color: white;
	}

	.logo1 {
		display: none;
	}

	.left-side {
		display: none;
	}

	#frm {
		width: 80%;
		top: 60%;
	}
} */
/* 
@media only screen and (max-width: 500px) {
	body{
		background-color: red;
	}
	
	.logo1 {
		display: none;
	}

	.left-side {
		display: none;
	}
} */

@media only screen and (max-width: 600px) {

	body{
		background-color: white;
	}
	
	#frm {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		width: 80%;
		background: white;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 50px;
		padding-bottom: 50px;
		left: 50%;
		top: 5%;
		position: absolute;
		transform: translate(-50%, -50%);
	}

	.search {
	display: none;
	}
	
	/* .logo1 {
		display: none;
	} */

	/* .left-side {
		display: none;
	} */
}

@media only screen and (max-width: 700px) {
	.search {
	display: none;
	}
	}

/* @media only screen and (max-width: 700px) {

	.search {
	display: none;
	}


	.logo1 {
		display: none;
	}

	.left-side {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.logo1 {
		display: none;
	}

	.left-side {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	.logo1 {
		display: none;
	}

	.left-side {
		display: none;
	}
} */

/* @media only screen and (max-width: 1000px) {
	.logo1 {
		display: none;
	}

	.left-side {
		display: none;
	}

	.view {
	margin-left: 0px;
	}

	.sidebar {
		display: none;
	}

	.text-right {
		margin-right: 10px; 
		color: #5f6368;
	  }

	  .email__content {
		display: none;
	  }

	  .inbox-empty-container {
		margin-right: 0px;
		font-size: 20px;
	}

	.inbox-empty-img {
		font-size: 100px;
	}

	.inbox-empty-content p {
		font-size: 20px;
	  }
} */

/* @media only screen and (max-width: 900px) {
	body {
	   background-color: white;
	}
 
	.logo1 {
	   display: none;
	}
 
	.left-side {
	   display: none;
	}
 
	#frm {
	   width: 40%;
	   top: 60%;
	}
 } */