body {
  font-family: "Montserrat";
}

header {
  background: -webkit-linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61));
  background: linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61));
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
}

body.show_user_video header {
  height: auto;
}

body.show_top_image header {
  background: -webkit-linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61)), url(../img/bg.jpg);
  background: linear-gradient(rgba(32, 133, 210, 0.27), rgba(3, 55, 164, 0.61)), url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo {
  border-radius: 0 0 30px 30px;
  background: #fff;
  padding: 15px 15px;
  overflow: hidden;
  height: auto;
  display: flex;
}

.logo.logo--image {
  padding: 0;
  min-width: 270px;
}

.logo img {
  max-height: 140px;
  padding: 10px;
}

.header-right h2 {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: auto;
}

.header-right {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.header-right-video {
  display: block;
  height: 100%;
  max-width: 100%;
  padding-bottom:10px;
}

.header-right-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.header-right-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(255 255 255 / 80%);
  border-radius: 35px;
  background:#333333f5;
}

.header-right p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.card-details-wrapper h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  color: #223d78;
  font-weight: 600;
  margin-bottom: 20px;
}

ul.profile-details {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: grid;
  max-width: 510px;
  grid-template-columns: auto auto;
}

ul.profile-details li {
  list-style: none;
  color: #585757;
  overflow: hidden;
  overflow-wrap: break-word;
}

ul li.title {
  color: #666;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
}

.card-img {
  margin-left: 65px;
  display: block;
  width: auto;
  z-index: 99;
  position: absolute;
  top: calc(50% - 25px);
  border-radius: 50%;
  background-color:white;
}

body.show_user_video header .card-img {
  margin-left: 0px;
  top:auto;
  bottom: -35px;
}

.card-img img {
  border: 5px solid #fff;
  height: 160px;
  width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;

}

ul.body-nav {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

ul.body-nav li {
  list-style: none;
  margin: 21px 15px;
  border-radius: 35px;
  overflow: hidden;
  box-shadow: 4px 4px 10px #ddd;
  font-size: 14.4px;
  font-size: 0.9rem;
}

ul.body-nav li a {
  padding: 20px;
  display: block;
  background: -webkit-linear-gradient(65deg, #0337a4, #2085d2);
  background: linear-gradient(25deg, #0337a4, #2085d2);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.body-nav li a i {
  margin-right: 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

ul.body-nav li a span {
  margin: auto;
  margin-left: 18px;
}

ul.body-nav li a:hover {
  color: yellow;
  text-decoration: none;
}

footer {
  background: #e8e8e8;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}

body.show_user_video footer {
  position: relative;
}

.footer-wrapper p {
  margin: 0;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subtitle {
  text-align: center;
}

.subtitle h3 {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.subtitle p {
  font-size: 12.8px;
  font-size: .8rem;
}

.card-content .subtitle {
  display: none;
}

.header-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 400px;
}

.header-nav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: right;
  font-size: 30px;
  padding: 20px 10px;
  display: none;
}

header .col-xs-8 {
  width: 80%;
}

header .col-xs-4 {
  width: 20%;
}

.footer-wrapper a {
  color: #223d78;
}

.card-content {
  margin-top: 100px;
}

body.show_user_video .card-content {
  margin-top: 90px;
}

.card-content.mob-video {
	display:none;
}

.popover-body ul.profile-details {
  margin: 0;
  text-align: left;
  grid: none;
}

.popover-body ul.profile-details li {
  font-size: 0.8rem;
  margin-right: 5px;
  margin-right: none;
}

.header-nav img {
  height: 35px;
}

ul.profile-details li {
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-flex-positive: 1;
  -ms-flex: 1 1 40%;
}

.popover-body ul.profile-details li span {
  color: #585757;
  font-size: 0.8rem;
  font-weight: 400;
}

.popover-body ul.profile-details li.title {
  margin-right: 0;
}

ul.profile-details li span a,
ul.profile-details li a {
  color: #585757;
}

ul.profile-details.navbar-nav {
  grid: none;
  padding: 10px 15px;
}

li.title {}

ul.profile-details.navbar-nav li {
  margin: 0;
  font-size: 0.9rem;
  margin-bottom: 2.5px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url(../img/support.svg);
  height: 35px;
  width: 35px;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/close.svg);
  height: 35px;
  width: 35px;
}

.navbar-light .navbar-toggler {
  border: none;
  padding: .25rem 0.45rem;
}

ul.profile-details.navbar-nav {
  visibility: hidden;
  display: none;
}

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

.logo a {
  margin: auto;
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: 500;
}

div#navbarSupportedContent {
  background: #f8f8f8;
  border: 1px solid rgba(221, 221, 221, 0.43);
}

.navbar ul.profile-details li:last-child {
  margin: 0;
}

.navbar-collapse.collapse.show {
  visibility: visible;
}

.navbar-collapse.collapse {
  visibility: hidden;
}

button#toogleBTN {
  display: none;
}

header {
  display: flex;
  flex-direction: column;
}

header .container {
  height: 50%;
}
body.show_user_video header .container + .container {
  height: auto;
}

header .container .row {
  height: 100%;
}

/* ----------
--- SVG CSS -
------------- */
svg path {
  fill: #1273EB;
}

.navbar-toggler.collapsed g#bars {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.navbar-toggler.collapsed path#Vector,
.navbar-toggler.collapsed path#Vector_2,
.navbar-toggler.collapsed path#chat-c {
  opacity: 1;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out
}

.navbar-toggler.collapsed path#crossBar-2,
.navbar-toggler.collapsed path#close {
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out
}

/* open css */

g#bars {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

path#Vector,
path#Vector_2,
path#chat-c {
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

path#crossBar-2,
path#close {
  opacity: 1;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

body.no-admin-photo .header-right-content {
  max-width: unset;
}

body.no-admin-photo .card-content {
  margin-top: 40px;
}

ul.body-nav li a {
  display: flex;
}

ul.body-nav li a i {
  margin-top: auto;
  margin-bottom: auto;
}