body {
  background-color: #F7F7F7 !important;
  overflow-x: hidden;
  height: 100vh;
}

html {
  overflow-x: hidden;
}

.middle-wrapper, .left-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100vh;
}

.left-wrapper {
  overflow-y: scroll;
  height: 100vh;
}

.middle-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #F7F7F7;
}

.left-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #eee;
  direction: rtl !important;
  float: left;
}

.right-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #eee;
}

.left-wrapper,
.right-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.left-wrapper{
  position: relative;
  left: -3rem !important;
}

.profile-page .profile-header {
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
  border: 1px solid #f2f4f9;
}

.profile-page .profile-header .cover {
  position: relative;
  border-radius: .25rem .25rem 0 0;
}


.profile-page .profile-header .cover figure {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .navbar-brand {
    margin-left: -9%;
  }
}

.navbar-brand {
  padding-left: 9%;
}

#navbarNav {
  padding-right: 8%;
}

@media (max-width: 767px) {
  .profile-page .profile-header .cover figure {
    height: 110px;
    overflow: hidden;
  }
}

@media (min-width: 2400px) {
  .profile-page .profile-header .cover figure {
    height: 280px;
    overflow: hidden;
  }
}

.profile-page .profile-header .cover figure img {
  border-radius: .25rem .25rem 0 0;
  width: 100%;
}

@media (max-width: 767px) {
  .profile-page .profile-header .cover figure img {
    -webkit-transform: scale(2);
    transform: scale(2);
    margin-top: 15px;
  }
}

@media (min-width: 2400px) {
  .profile-page .profile-header .cover figure img {
    margin-top: -55px;
  }
}

.profile-page .profile-header .cover .gray-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0.1), #fff 99%);
}

.profile-page .profile-header .cover .cover-body {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
}

.fab,
.fas,
.fa {
  color: #4a76b5;
}

.prim {
  color: #1c3e7a;
}

.secd {
  color: #4a76b5;
}

.profile-page .profile-header .cover .cover-body .profile-pic {
  width: 150px;
}

@media (max-width: 767px) {
  .profile-page .profile-header .cover .cover-body .profile-pic {
    width: 70px;
  }

  .form-card {
    max-height: 220px;
    overflow-y: scroll;
    max-width: 300px;
  }
}

.profile-page .profile-header .cover .cover-body .profile-name {
  font-size: 20px;
  font-weight: 600;
  margin-left: 17px;
}

.profile-page .profile-header .header-links {
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  border-radius: 0 0 .25rem .25rem;
}

.profile-page .profile-header .header-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.profile-page .profile-header .header-links ul li a {
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.profile-page .profile-header .header-links ul li:hover,
.profile-page .profile-header .header-links ul li.active {
  color: #727cf5;
}

.profile-page .profile-header .header-links ul li:hover a,
.profile-page .profile-header .header-links ul li.active a {
  color: #727cf5;
}

.profile-page .profile-body .left-wrapper .social-links a {
  width: 30px;
  height: 30px;
}

.profile-page .profile-body .right-wrapper .latest-photos>.row {
  margin-right: 0;
  margin-left: 0;
}

.profile-page .profile-body .right-wrapper .latest-photos>.row>div {
  padding-left: 3px;
  padding-right: 3px;
}

.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 6px;
}

.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.profile-page .profile-body .right-wrapper .latest-photos>.row>div figure img {
  border-radius: .25rem;
}

.rtl .profile-page .profile-header .cover .cover-body .profile-name {
  margin-left: 0;
  margin-right: 17px;
}

.img-xs {
  width: 50px;
  height: 50px;
}

.rounded-circle {
  border-radius: 50% !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header {
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f2f4f9;
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.875rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #f2f4f9;
}

.grid-margin {
  margin-bottom: 1rem;
}

.card {
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
  -webkit-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
  -ms-box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2);
}

.rounded {
  border-radius: 0.25rem !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f2f4f9;
  border-radius: 0.25rem;
}

.card-body .mt-3:hover {
  background-color: #F7F7F7;
}

#moreMenu4 {
  max-width: 100%;
}

a:hover {
  text-decoration: none !important;
}

select {
  background-color: #fff !important;
  border-radius: .2rem;
  border-color: #4a76b5 !important;
  width: 100%;
  height: 38px;
  max-width: 100px;
}

#num {
  border-radius: .2rem;
  width: 100%;
}

.btn-group-toggle .btn-primary:not(.active) {
  background-color: #F7F7F7;
  color: #000000;
}

.btn-group-toggle .btn-primary.active {
  background-color: #4a76b5;
  color: #ffffff;
}

.scrollable-area {
  max-height: 100px;
  overflow-y: auto;
}

.scrollable-area::-webkit-scrollbar {
  width: 3px;
  background-color: #4a76b5;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.fa-search {
  color: #4a76b5 !important;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-menu {
  left: auto !important;
  right: 5%;
}

.dropdown-menu[data-placement="bottom"] {
  top: calc(100%) !important;
  bottom: auto !important;
}

.form143::placeholder {
  font-size: 26px;
}

.form143 {
width: 50%;
}

.form-control:focus {
  outline: none;
  border-color: #fff !important;
  box-shadow: none !important;
}

/*.window-content-wrapper {
  display: none;
}*/

.popup-bar1 {
  padding: 7px;
  border-top-left-radius: 6px;
  cursor: pointer;
}

.profile-circle {
  position: relative;
}

.profile-circle img {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}

.bar-text {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
}

.online-circle {
  width: 8px;
  height: 8px;
  background-color: #0F0;
  position: absolute;
  right: 0;
  border-radius: 8px;
  top: 0;
  border: 2px solid #fff;
}

.message-circle {
  position: relative;
}

.message-circle img {
  width: 33px;
  height: 33px;
  border-radius: 33px;
  margin-left: 9px;
}

.designation2 {
  font-size: 13px;
  color: #999;
  margin-top: -5px;
}

.name-wrapper {
  margin-left: 9px;
}

.message-bar-wrapper {
  border-bottom: 1px solid #ebebeb;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.message-bar-wrapper:hover {
  background-color: #f3f3f3;
}

.message-name {
  font-size: 14px;
  font-weight: 500;
}

.window-content {
  background-color: #fff;
  max-height: 400px;
  overflow: auto;
}

.message-search {
  background-color: #FFF;
  padding: 5px;
  position: relative;
}

.input_img {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 12px;
  height: 12px;
}

.message-search input {
  border: 1px solid #ddd;
  background-color: #FFF;
  width: 100%;
  padding: 6px;
  font-size: 13px;
  font-weight: 500;
}

.message-search input::placeholder {
  color: #999;
  font-size: 13px;
  padding-left: 5px;
}

.new-message-noti {
  height: 18px;
  width: 18px;
  border-radius: 10px;
  background-color: #4a76b5;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin-right: 10px;
}

.window-main {
    width: 320px !important;
    position: fixed !important;
    right: calc(0% + 250px) !important;
    bottom: 0 !important;
    z-index: 9999;
}
body.modal-open {
  overflow: scroll;
  padding: 0 !important;
}
.check {
  width: 125px;
  position: relative;
  bottom: 10rem;
}

.muted {
  color: #6c757d;
}

#moreMenu5 {
  display: none;
}

#toggleCheckbox:checked~#moreMenu5 {
  display: block;
}

.hidden-text {
  display: inline;
}

#toggleCheckbox:checked~#textContainer .hidden-text {
  display: none;
}

#toggleCheckbox:checked~#textContainer {
  border-bottom: none !important;
}

@media (max-width: 767px) {
  .window-main {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999999;
  }

  .check {
    width: 125px;
    position: relative;
    bottom: 5rem;
  }

  .ch {
    position: relative;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
  }

  #section1>div,
  #section2>div,
  #section3>div {
    flex-wrap: wrap !important;
  }

}

.sub-window-header {
  background-color: #1c3e7a;
  color: #fff;
  padding: 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.sub-window-body {
  background-color: #fff;
  max-height: 278px;
  overflow-y: scroll !important;
}

.online-circle-two {
  width: 8px;
  height: 8px;
  background-color: #0F0;
  border-radius: 8px;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

.active-now2 {
  font-size: 12px;
}

.window-message-text {
  margin-left: 10px;
}

.window-message-text p {
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  padding: 0;
}

.window-message-text span {
  font-size: 12px;
}

.message-bar-new {
  padding: 5px 0;
  border-bottom: 1px solid #ebebeb;
}

.sub-window-textarea textarea {
  border: 1px solid #fff;
  height: 100px;
  width: 100%;
  padding: 10px;
  outline: none;
  font-size: 14px;
}

.bar-bottom-message {
  padding: 7px;
  background-color: #ddf5f5;
}

.close-window-icon {
  cursor: pointer;
}

.chat-box-new {
  position: fixed;
  right: 0;
  bottom: 0
}

.wrapper {
  position: absolute;
  right: 25px;
}

.link_wrapper {
  position: relative;
}

.dd {
  display: flex;
  height: 30px;
  text-decoration: none;
  background: #F7F7F7;
  align-items: center;
  color: #4a76b5 !important;
  transition: all .35s;
  justify-content: center;
}

.icon {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: 1;
  transition: all .35s;
  border-radius: .25rem .25rem 0 0;
}

.icon svg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: #4a76b5;
  transition: all .35s;
  display: none;
}

.dd:hover {
  width: 150px;
  background: transparent;
  color: #4a76b5;
  cursor: pointer;
}

.dd:hover+.icon {
  border: 3px solid #4a76b5;
  right: -25%;
}

.dd:hover+.icon svg {
  display: block;
}

.dropdown-item .user-item {
  white-space: normal;
  vertical-align: middle;
}

input[type=checkbox] {
  accent-color: #1c3e7a;
}

input[type=radio] {
  accent-color: #1c3e7a;
}

.image-preview,
.video-preview {
  width: 200px;
  height: auto;
  display: flex;
  margin: 10px auto;
}

.modal-dialog {
  width: 60% !important;
  max-width: 60% !important;
  margin: 0 auto !important;
}

.image-container4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2px;
  position: relative;
  width: 100%;
  /* Adjust the width as needed */
  height: 100%;
  /* Adjust the height as needed */
}

.image-container4 .img-fluid1 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container4 .img-fluid2 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container4 .img-fluid3 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container4 .img-fluid4 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.more-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: .8;
  color: #1c3e7a !important;
  padding: 4px 8px;
}
.more-indicator:hover {
  cursor: pointer;
}

.image-container1 {
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 1;
  grid-gap: 2px;
  position: relative;
  width: 100%;
  height: 100%;
}
.image-container1 .img-fluid1 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 2px;
  position: relative;
  width: 100%;
  height: 100%;
}

.image-container2 .img-fluid1 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container2 .img-fluid2 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-container3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 2px;
  position: relative;
  width: 100%;
  height: 100%;
}

.image-container3 .img-fluid1 {
  grid-column: 1;
  grid-row: span 2;
  width: auto;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container3 .second-column {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 2px;
}

.image-container3 .img-fluid2,
.image-container3 .img-fluid3 {
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container5 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 2px;
  position: relative;
  width: 100%;
  height: auto;
}

.image-container5 .img-fluid1,
.image-container5 .img-fluid2,
.image-container5 .img-fluid3,
.image-container5 .img-fluid4,
.image-container5 .img-fluid5 {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-container5 .first-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2px;
}

.image-container5 .second-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2px;
}

.image-container5 .first-column,
.image-container5 .second-column,
.image-container5 .third-column {
  width: 100%;
}

.lb-outerContainer{
 width: 100% !important;
  height: 80vh !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  background-color: black !important;
}
.lb-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1700px) {
    .res-xl {
        left: 15% !important;
    }
}