@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  letter-spacing: normal;
  font-family: "Poppins", serif;
}

html,
button,
input,
select,
textarea {
  font-family: "Poppins", serif;
  outline: none;
  border: 0;
}

header {
  width: 100%;
  float: left;
  padding: 0px 20px;
  display: flex;
  background: #003B5C;
  position: fixed;
  z-index: 102;
  top: 0;
  justify-content: space-between;
}

.header-logo {
  /* width: 354px; removed the width as the header was breaking in Ip*/
  float: left;
  margin-top: 17px;
  margin-bottom: 17px;
  display: block;
}

.header-logo img {
  height: 45px;
  width: auto
}

.header_in button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: 0;
  margin-top: 3px;
  margin-left: 15px;
}

.header_in {
  float: left;
  display: block;
  margin-top: 23px;
}

.header_in .profile-image {
  width: 37px;
  float: left;
  border-radius: 50%;
  border: 3px solid #fff;
}

.header_in .name-block {
  float: left;
  padding-left: 8px;
  /* padding-right: 15px; */
  margin-top: 8px;
  color: #fff;
}

.toggle span {
  width: 100%;
  height: 2px;
  background: #2393D2;
  display: block;
  position: relative;
  cursor: pointer;
}

.toggle span:before,
.toggle span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2393D2;
  transition: all 0.3s ease-out;
}

.toggle span:before {
  top: -6px;
}

.toggle span:after {
  top: 6px;
}

.toggle span.toggle {
  background: transparent;
}

.toggle span.toggle:before {
  top: 0;
  transform: rotate(-45deg);
  background: #2393D2;
}

.toggle span.toggle:after {
  top: 0;
  transform: rotate(45deg);
  background: #2393D2;
}

.sidebar {
  background: #043149;
  width: 260px;
  position: fixed;
  top: 0;
  right: -260px;
  height: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding-top: 80px;
  transition: all 0.3s ease-out;
  z-index: 101;
  display: block;
}

.sidebar .top-block {
  width: 100%;
  padding: 34px 20px 20px;
  background: #03273B;
  float: left;
}

.sidebar .top-block .profile-image {
  width: 99px;
  position: relative;
  margin: 0px auto;
  display: flex;
}

.sidebar .top-block .profile-image img {
  width: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}

.sidebar .top-block .profile-image .upload-camera {
  width: 24px;
  position: absolute;
  bottom: -8px;
  left: 43px;
  border: 0;
}

.sidebar .top-block .name {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding-top: 25px;
  display: block;
  text-align: center;
}

.sidebar .top-block .email {
  width: 100%;
  float: left;
  text-align: center;
  display: block;
  color: #91B8CE;
  font-size: 11px;
}

.sidebar .top-block .sign-out {
  width: 100%;
  float: left;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #113E56;
  display: flex;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  justify-content: center;
}

.sidebar .top-block .sign-out:hover {
  color: #2393D2;
}

.sidebar .top-block .sign-out svg {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

.sidebar ul {
  list-style: none;
  float: left;
  width: 100%;
  padding: 25px 20px;
}

.sidebar ul .head {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2393D2;
  font-weight: 500;
  padding: 0;
  padding-bottom: 15px;
  display: block;
}

.sidebar ul li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #113E56;
  padding: 20px 0;
}

.sidebar ul li .left {
  width: 85%;
  float: left;
}

.sidebar ul li .left .star {
  width: 15px;
  margin-right: 12px;
  float: left;
  margin-bottom: 20px;
}

.sidebar ul li .left .content.a {
  width: 85%;
  float: left;
  display: block;
  color: #fff;
  line-height: 15px;
  font-family: 13px;
}

.sidebar ul li .left .content span {
  width: 100%;
  float: left;
  display: block;
  color: #507D97;
  padding-top: 4px;
}

.sidebar ul li .right {
  float: right;
}

.sidebarshow {
  right: 0;
}

.left-bar {
  background: #fff;
  box-shadow: 5px 0 4px -5px #9b9b9b69;
  height: 100%;
  padding: 30px 15px 0 15px;
  position: fixed;
}

.left-bar .icon-block {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.left-bar .icon-block .icon {
  width: 23px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.left-bar .icon-block .icon path {
  fill: #003B5C;
}

.left-bar .icon-block.active {
  background: linear-gradient(45deg, #003b5c 0%, #2393d2 100%);
}

.left-bar .icon-block:hover {
  background: linear-gradient(45deg, #8f8f8f 0%, #cdcdcd 100%);
}

.left-bar .icon-block:hover .icon path,
.left-bar .icon-block.active .icon path {
  fill: #FFFFFF;
}

#mainContent {
  background: linear-gradient(to bottom, #2393d2 0px, #2393d2 170px, #EEF2F7 170px);
  height: 100%;
}

.page-gradient {
  background: linear-gradient(to bottom, rgb(64,160, 215), rgb(255,255, 255));
  min-height: 120vh;
  height: 120vh;
}

@media screen and (max-width: 768px) {
  .header_in .name-block {
    display: none;
  }
}

/* Hide by default (desktop/tablet) */
.smallDevicesNav {
  display: none;
}

/* Show only on small devices (mobile)*/
@media (max-width: 992px) {
  .smallDevicesNav {
    display: block;
  }
  .smallDevicesNav {
        display: flex;           /* Arrange children in a row */
        justify-content: space-around; /* Evenly space icons */
        align-items: center;     /* Vertically center icons */
        background-color: #003B5C; /* Blue background */
        padding: 10px;
    }
}
