/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100&display=swap");*/
.alert-success {
  color: #155724;
  background-color: #1c1a1a;
  /* border-color: #c3e6cb; */
  border: none;
}
body header.ui-page-header {
  position: absolute;
  /*top: 13px; */
  z-index: 99;
  width: 100%;
/*  background-color: var(--header-bg-color);*/
background-color:transparent ;
}

#persona_dashboard_form .dashboard-image-container {
  position: relative;
  text-align: center;
  height: 306px;
  margin-top: 0px!important;
  /*border: 4px solid #CCCCCC;*/
}

#persona_dashboard_form .dashboard-image-container #upload-back-image {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0px;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
#persona_dashboard_form .dashboard-image-container #upload-back-image:hover{
  opacity: 0.5 !important;
}

#persona_dashboard_form .dashboard-image-container #dashboard-img,
#persona_dashboard_form .dashboard-image-container #dashboard-video {
  width: 100%;
  height: 100%;
}

/* Add some content at the bottom of the video/page */
#ui-page-bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
}

/*add code by aditi 23 april */

iframe.goog-te-menu-frame.skiptranslate {
  margin-top: 5px;
}

/*add code by aditi 23 april */
.dropdown-menu.p-0.show {
  margin-top: 40px;
}

/*add code by aditi 21 april */
#ui-page-bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 109vh;
  object-fit: cover;
  top: 0;
  left: 0;
}
/*add code by aditi 20 april */
@media(min-width:320px) and (max-width:475px){
  video#ui-page-bg-video {
    position: fixed;
    width:155vw;
    height: 103vh;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}

.default-page-bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

body {
  overflow-x: hidden;
  color: var(--text-color-primary) !important;
  background-size: 100% 100%;
  font-size: 14px;
  background-position: center;
  background-color: #000;
  height: 100vh;
}
a {
  text-decoration: none !important;
  color: var(--text-color-primary);/* removed important tag rohan 20-2-22 */
}
a:hover {
  text-decoration: none !important;
  color: var(--text-color-primary); /* removed important tag rohan 20-2-22 */
}
.proflinks {
  /*padding:10px;*/
  border-bottom: 1px solid var(--commn-border-color);

}
.proflinks:hover {
  background-color: var(--header-bg-color);
  opacity: 0.8;
}

.proflinks a {
  display: block;
  width: 100%;
  padding: 13px 0 13px 20px;
}
/*sourabh 19-9-22 change max-width for responsive*/
.ui-page-header .dropdown-menu.show {
  max-width:314px;
  margin-left: -145px;
  margin-top:12px;
  border-radius: 10px;
}

.prof {
  border-bottom: 1px solid var(--commn-border-color);
}

.all-app p {
  padding-left: 8px;
}

.all-app a:hover {
  background: #343435;
}

.drop .btn:focus {
  box-shadow: none;
}

header > .row,
.desc > .row,
.speaker-sec > .row,
.col-lg-7 > .row {
  margin: 0px;
}

header .row {
  justify-content: space-between;
  align-items: center;
  /*padding: 2px 15px;*/
}
header .row div:nth-child(2) p {
  line-height: 1.2;
  /*padding: 6px;*/
  font-size: 11px;
}
header .header-bottom {
  height: 20px;
  background: #80808040;
}
/*header .row div:nth-child(3) img {
  border-radius: 50%;
  margin-left: 10px;
}*/
header .row div:nth-child(3) .fa-bell-o {
/*  padding-left: 6px;*/
font-size: 21px; /* <!-- added to make reposnive rohan 16-2-22 --> */
}
header .fa-shopping-cart{
  font-size: 21px;
}
.dropdown-menu {
  background: rgb(71, 82, 139);
  /*border: none;*/
  border: 1px solid rgb(87 114 147);
}
.dropdown-menu .show {
  left: -10px;
}
.dropdown-item,
.prof div:nth-child(2),
.mark-as,
span {
  color: var(--text-color-primary) !important;
}
.desc {
  padding: 20px 20px 0px 20px;
  margin-bottom:20px;
  /* padding-top: 106px; */
  padding-top:96px;  /* changes to remove vertical scroll */
}
.prof {
  display: flex;
}
.topsection .owl-carousel {
  z-index: 0 !important;
}
.dropdown-menu.show {
  min-width: 260px;
}
.dropdown-menu > div,
.prof {
  padding: 5px;
}
.drop-menu {
  max-height: 239px;
  overflow: auto;
}
.prof div:nth-child(2) {
  display: flex;
  flex-direction: column;
  margin-left: -2px;
  margin-top: 10px;
}

.mark-as {
  float: right;
  font-weight: 700;
}
.mark-as:hover {
  color: #fff;
}
.apps {
  border-radius: 10px;
  background-color: var(--secondary-bg-color);
  padding: 10px;
/*  height: 28%;*/
}
.app-list {
  display: flex;
  flex-wrap: wrap;
}
.app-list > div {
  flex: 0 0 33.33%;
  text-align: center;
}

.btn-red {
  border: 1px solid #d50519;
  border-radius: 7px;
  padding: 2px 18px;
  box-shadow: none;
}

.btn-launch {
  float: right;
}

#login-box {
  margin-top: 33px;
}
.form-control,
.form-control:disabled,
.form-control[readonly],
.form-group input {
  border-radius: 10px;
  background-color: var(--input-bg-color);
  opacity: 1 !important;
  border: none;
  color: var(--input-txt-color);
  /*border-bottom: 1px solid #8c8c8c;*/
}

.scrollbar a {
  padding-left: 10px !important;
}

.login {
  display: flex;
}

.info {
  margin-top: 23px;
}

.login,
.launch {
  padding: 10px;
}
.login h5,
.lauch h5 {
  margin-bottom: 0px;
  font-weight: 200;
}
.login p,
.launch p,
.dropdown-menu a {
  line-height: 1;
  font-size: 13px;
}
.join label {
  margin-bottom: 0;
  font-weight: 400;
  background: #1c1a1a;
  padding: 7px 12px 8px 36px;
  border-radius: 10px;
}
/*add code by aditi 20 april */
@media(min-width: 425px){
  .cloud {
    margin-top: 36px;
  }
}

.join label p,
.cloud p,
.storage-sec label p {
  margin-bottom: 0px;
}
.join label p:nth-child(2) {
  line-height: 1.2;
}
.join label p,
.cloud p,
.storage-sec label p,
.dash-app .col-md-6 p {
  margin-bottom: 0px;
}
.btn-speaker {
  padding: 0px 12px;
  background: transparent;
  font-size: 12px;
  border-radius: 43px;
  color: #fff;
  border: 1px solid #fff;
  margin: 14px 0px;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa !important;
}

/* Add a thumb */
.scrollbar::-webkit-scrollbar-thumb {
  background: #000;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
.persona-app div img {
  background: #5e5e5e;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 5px;
  margin-bottom: 25%;
}

.topsection .owl-prev,
.topsection .owl-next {
  width: 50px;
  height: 50px;
  position: relative;
  background: none !important;
  outline: none !important;
}

.topsection .owl-prev::before,
.topsection .owl-next::before {
  content: "";
  position: absolute;
  top: 6px;
  /*left: 3px;*/
  right: 110px;
  width: 66%;
  height: 62%;
  background: var(--icon-color) !important;
  border-radius: 73% !important;
  outline: none;
}
.topsection .owl-prev::after,
.topsection .owl-next::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(135deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
  top: 51%;
  margin-top: -10px;
  /*margin-left: -11px;*/
  right: 121px;
  outline: none !important;
}
@media(min-width: 768px) and (max-width: 1024px){
  .topsection .owl-prev::before,
  .topsection .owl-next::before{
    right: 15px;
  }
  .topsection .owl-prev::after,
  .topsection .owl-next::after{
    right: 26px;
  }
}
/* ajusto a seta next */
.topsection .owl-next::after {
  transform: rotate(-45deg);
  margin-left: -15px;
  outline: none !important;
}

.bg div img {
  width: 38px;
  height: 38px;
}
.persona-app div:nth-child(2) img,
.bg div:nth-child(2) img {
  /*background-color: #6287C4;*/
}
.persona-app div:nth-child(3) img,
.bg div:nth-child(3) img {
  /*background-color: #3B87C7;*/
}
.persona-app div:nth-child(4) img,
.bg div:nth-child(4) img {
  /*background-color: #0098DA;*/
}
.dash-app .col-md-5 a,
.persona-app,
.search-dash-app .col-md-5 a,
.search-dash-app {
  align-items: center;
  display: flex;
}
.persona-app {
  /*margin-top: 56px;*/
  position: absolute;
  bottom: 0;
  margin-top: 80px;
}

/*.storage {
  top: 70px;
  position: relative;
  display: flex;
  justify-content: space-between;
}*/

.speaker-sec {
  background: var(--secondary-bg-color);
}

.persona-app div p {
  margin-top: 5px;
}
.persona-app div p,
.silo-apps p,
.app-list p,
.join label p:nth-child(2),
.speaker p,
.prof span:nth-child(2) {
  font-size: 11px;
}
.persona-app div,
.app-list div {
  /*padding-left: 16px;*/
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cloud {
  width: 48%;
  margin-bottom: 15%;
  /*background-image: linear-gradient(180deg, #3E4095, #fff);*/
  background-image: linear-gradient(
    180deg,
    var(--theme-color-primary),
    var(--secondary-bg-color)
  );
  padding:0px 12px 12px 12px;
  text-align: center;
  position: relative;
}
.cloud,
.storage-sec .storegebar{
  border-radius: 12px;
}

.cloud p:nth-child(1) {
  font-weight: 600;
  letter-spacing: -0.5px;
}
.cloud p:nth-child(1),
header div:nth-child(1) h4 {
  font-size: 22px;
}
.cloud i{
  font-size: 16px;
}
.heighttext a{
  animation: glowing 1500ms infinite;
  background-color: transparent;
  border-radius: 5px;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 1px red;
}
@keyframes glowing {
  0% {
   opacity: 0;

 }
 25% {
   opacity: 0.3;

 }

 50% {
   opacity: 0.5;

 }
 75% {
   opacity: 0.8;

 }
 100% {
   opacity: 1;

 }
}
/*.cloud p:nth-child(2) {
  font-size: 12px;
  letter-spacing: -0.5px;
  height: 32px;
  border-bottom: 5px solid;
}*/
/* Changes to get name text centered */
/* .cloud .imgs {
  position: absolute;
  height: 65px;
  width: 65px;
  right: -30px;
  bottom: -30px; 
} */
.cloud .imgs img {
  height: 65px;
  width: 65px;
}

.contentmodel {
  background-color: #1c1a1a !important;
}

.silo-apps img {
  padding: 0px 6px;
/*  height: 34px;*/
}

.add-file i {
  position: absolute !important;
  top: 6px !important;
  font-size: 19px !important;
  right: 8px;
  color: #dfdfdf;
}

.arrow {
  margin: 5% auto;
  border-radius: 3px;
  animation: 0.3s soft-blink infinite alternate;
  position: relative;
  opacity: 0;
}

@-webkit-keyframes soft-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes soft-blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

i.fa.fa-cog:hover {
  color: #fff;
}

.file-modal .modal-content {
  background-color: var(--modal-body-bg-color) !important;
}

.modal-footer .btnRed {
  background-color: red !important;
  font-size: 12px;
  line-height: 1.3;
  border: none;
}

.modal-header {
  border-bottom: none !important;
}

.modal1 {
  border: none !important;
}

.file-modal .form-control:focus {
  background-color: #000;
  color: #fff;
}

.file-modal .form-control {
  background-color: #000;
  color: #fff;
  border-color: #282828;
}

.file-modal .form-control:focus {
  background-color: #000;
}

select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.form-group input {
  border-bottom: none;
}

.file-modal button:hover {
  color: #fff;
}

/*.file-modal .uploadimg{
  cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    }*/

    .storage-sec .storegebar {
      background: var(--secondary-bg-color);
    }

    .storage-sec .storegebar .storage-link {
      padding: 0 10px 10px 10px;
    }
    .storage-sec .storegebar p {
      padding: 10px 10px 0 10px;
      /*padding: 10px 10px;*/

      margin: 0;
    }
    .storage-sec label {
      border-radius: 6px;
      padding: 10px 22px 20px;
      position: relative;
    }
/*.storage-sec label div{
      background: #d50519;
      width: 122px;
      height: 7px;
      position: absolute;
      bottom: 29px;
      right: 12px;
      }*/
      .storage-sec label p {
        width: 201px;
      }
      .storage-sec label .gb {
        /*font-size: 22px;*/
        font-weight: 600;
      }
      .marc button {
        float: left;
        margin-right: 3px;
      }
/* button:hover{
      background-color: #ff2b25;
    }
    */
      .marc div a {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0;
      }
      .storage-sec label div p {
        font-size: 12px;
        margin-top: 8px;
      }
      .speaker h4 {
        font-size: 20px;
        font-weight: 700;
      }
      .cloud p:nth-child(2),
      .speaker p,
      header .row div:nth-child(1) p {
        /* line-height: 0.5; */
        line-height: 1; /* Added to make date responsive */
      }
      .speaker {
        padding-bottom: 17px;
        border-bottom: 1px solid;
      }
      .speaker-sec .col-md-6:nth-child(2) {
        padding: 24px 40px 24px 0px;
      }
      .speaker-sec .col-md-6:nth-child(1) {
        padding: 24px 10px 24px 30px;
      }
      .speaker-sec {
        /*background: url('desc-img/ad.jpg') no-repeat; */
        background-size: cover;
        background-position: right;
        margin-top: 5px;
      }
      .desc .col-lg-5 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
/*.hide{
      opacity: 1;
      transition: all .2s ease-in-out;
      }*/
/*.hide:hover{
      opacity: 1
      }*/

      .topsection .owl-nav {
        display: inline-flex;
      }

      #card-social-links {
        /*margin-top: -21px;*/
        position: absolute;
        right: 0;
        vertical-align: middle;
        margin-top: 6px;
      }
      #card-social-links ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0;
      }
      #card-social-links ul li {
        /*font-size: 8px;*/
        padding: 0 7px;
      }

      #card-social-links ul li svg {
        height: 24px;
        /*color: #d50519;*/
        color: #bababa;
      }
      #card-social-links ul li svg:hover {
        color: #ffffff;
      }
      .storage-sec label div {
        background: #d50519;
        width: 122px;
        height: 7px;
        position: absolute;
        bottom: 29px;
        right: 12px;
      }

      .storage-sec label > progress {
        position: absolute;
        bottom: 24px;
        right: 12px;
      }

      .storage-sec progress::-moz-progress-bar {
        background: lightcolor;
      }

      .storage-sec progress::-webkit-progress-value {
        background: red;
      }

      .storage-sec progress::-webkit-progress-bar {
        background: red;
      }

/*#upgrade-storage-btn {
        width: 125px;
        height: 7px;
        position: absolute;
        bottom: 15px;
        left: 22px;
        text-decoration: none;
        color: #d50519;
        font-weight: 500;
      }*/

      #upgrade-storage .modal-content,
      #upgrade-storage .card {
        /*background: rgb(22 21 30 / 62%) !important;*/
        background: var(--modal-body-bg-color)!important;
        border-radius: 12px!important;
      }

      #upgrade-storage .btn-outline-primary {
        border-color: #ff2b25;
        color: #fff;
      }
      #upgrade-storage .btn-outline-primary:hover {
        background-color: #ff2b25;
        border-color: #ff2b25;
        color: white;
      }
      #upgrade-storage .nk-wizard-head a {
        color: #ff2b25;
      }

      .steps ul {
        display: flex;
        list-style: none;
      }

      .steps ul li {
        flex-grow: 1;
      }

      .steps .current-info {
        display: none;
      }

      .actions ul {
        display: flex;
        margin: -10px;
        padding-top: 20px;
      }

      .actions ul li {
        padding: 10px;
      }

      .actions ul li:first-child {
        order: 1;
      }

      .actions ul li a {
        display: inline-block;
        position: relative;
        color: #fff;
        font-weight: 500;
        transition: all 0.4s ease;
        border-color: #e14954;
        background: #e14954;
        padding: 0.4375rem 1.125rem;
        font-size: 0.8125rem;
        line-height: 1.25rem;
        border-radius: 4px;
      }

      .actions ul li.disabled {
        display: none;
      }

      .nk-wizard-head {
        display: none;
      }

      .nk-wizard-simple .steps {
        margin-bottom: 20px;
      }

      .nk-wizard-simple .steps ul li {
        position: relative;
        padding-bottom: 5px;
      }

      .nk-wizard-simple .steps ul li h5 {
        border: none;
        padding: 0 0 6px 0;
        letter-spacing: 0.02em;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 500;
        color: var(--input-txt-color);
      }

      .nk-wizard-simple .steps ul li .number {
        font-size: 13px;
        color: #8094ae;
        font-weight: 700;
      }

      .nk-wizard-simple .steps ul li:after {
        position: absolute;
        height: 2px;
        width: 0;
        left: 0;
        bottom: 0;
        background: #e14954;
        content: "";
        transition: all 0.4s;
      }

      .nk-wizard-simple .steps ul li.done:after,
      .nk-wizard-simple .steps ul li.current:after {
        width: 100%;
      }

      .nk-wizard-simple .steps ul li.done h5,
      .nk-wizard-simple .steps ul li.done .number,
      .nk-wizard-simple .steps ul li.current h5,
      .nk-wizard-simple .steps ul li.current .number {
        color: var(--theme-color-primary);
      }

      .nk-wizard-simple .steps ul li.current ~ .done:after {
        width: 0;
      }

      .nk-wizard-simple .steps ul li.current ~ .done h5,
      .nk-wizard-simple .steps ul li.current ~ .done .number {
        color: #8094ae;
      }

      .nk-wizard-simple .steps .current-info {
        display: none;
      }

      .border-bottom {
        border-color: #0a0f16 !important;
      }

      .toast-success {
        background-color: #2b2b2d !important;
      }

      .toastr.toast-success .icon {
        color: #1ee0ac !important;
      }

      #toast-container > .toast-success {
        background-image: none !important;
      }

      .fa-check-circle:before {
        content: "\f058";
      }
      .fa-bell-o,
      #dropdownMenuButton img {
        cursor: pointer;
      }

      #payWithSiloTokensStorage,
      #payStorageBtn {
        background: #e14954;
        border: 1px solid #e14954;
      }

      .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: var(--btn-bg-color) !important;
        background-color: var(--btn-bg-color) !important;
      }

      #toast-container {
        position: fixed;
        z-index: 999999;
        pointer-events: none;
        padding: 1.25rem;
        width: 100%;
      }

      #toast-container[class*="-center"] .toastr {
        margin-left: auto;
        margin-right: auto;
      }

      #toast-container[class*="-left"] .toastr {
        margin-right: auto;
      }

      #toast-container[class*="-right"] .toastr {
        margin-left: auto;
      }

      #toast-container[class*="-full"] .toastr {
        width: 100%;
      }

      #toast-container[class*="toast-top"] {
        top: 0;
      }

      #toast-container[class*="toast-bottom"] {
        bottom: 0;
      }

      .toastr {
        position: relative;
        pointer-events: auto;
        background: #fff;
        box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15);
        border-radius: 4px;
        opacity: 1;
        border-left: 4px solid transparent;
        padding: 1.25rem 4.5rem 1.25rem 1.25rem;
        width: 430px;
        max-width: 100%;
        font-size: 0.875rem;
        line-height: 1.3rem;
      }

      .is-dark .toastr {
        background: #101924;
        color: #fff;
      }

      .toastr:not(:last-child) {
        margin-bottom: 0.75rem;
      }

      .toastr.toast-success {
        border-color: #1ee0ac;
      }

      .toastr.toast-success .icon {
        color: #1ee0ac;
      }

      .toastr.toast-error {
        border-color: #e85347;
      }

      .toastr.toast-error .icon {
        color: #e85347;
      }

      .toastr.toast-info {
        border-color: #09c2de;
      }

      .toastr.toast-info .icon {
        color: #09c2de;
      }

      .toastr.toast-warning {
        border-color: #f4bd0e;
      }

      .toastr.toast-warning .icon {
        color: #f4bd0e;
      }

      .toastr-icon {
        position: absolute;
        left: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        line-height: 1;
      }

      .toastr-icon + .toastr-text {
        padding-left: 2.35rem;
      }

      .toastr h4,
      .toastr h5,
      .toastr h6 {
        margin-bottom: 0.35rem;
        font-size: 1rem;
      }

      .is-dark .toastr h4,
      .is-dark .toastr h5,
      .is-dark .toastr h6 {
        color: #fff;
      }

      .toast-close-button {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        height: 32px;
        width: 32px;
        text-indent: -9999px;
        cursor: pointer;
      }

      .toast-close-button:after {
        position: absolute;
        top: 0;
        left: 0;
        text-indent: 0;
        color: #8094ae;
        font-family: "Nioicon";
        font-size: 18px;
        line-height: 32px;
        width: 100%;
        text-align: center;
      }

      .is-dark .toast-close-button:after {
        color: #dbdfea;
      }

      .toast-progress {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        background-color: #000000;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
      }

      .toast-title {
        font-weight: bold;
      }

      .toast-message {
        word-wrap: break-word;
      }

      .toast-message a,
      .toast-message label {
        color: #526484;
      }

      .toast-message a:hover {
        color: #cccccc;
        text-decoration: none;
      }
      .nk-wizard-content .custom-control {
        padding-left: 50px !important;
      }
      .custom-control {
        display: inline-flex;
        min-height: 1.5rem;
        position: relative;
        z-index: 1;
        min-height: 1.5rem;
        padding-left: 5.5rem;
      }
      .custom-control-label {
        font-size: 14px;
        line-height: 1.25rem;
        padding-top: 0.125rem;
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        cursor: pointer;
      }

      #stripeStorage .form-control {
        background: #2b2b2d !important;
        border: 1px solid #3d3d40;
      }

      .btn-outline-primary:not(:disabled):not(.disabled).active,
      .btn-outline-primary:not(:disabled):not(.disabled):active,
      .show > .btn-outline-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #ff2b25;
        border-color: #ff2b25;
      }

      .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff !important;
        background-color: #cb454f;
        border-color: #e14954;
      }

      .dropdown-menu {
        background-color: var(--dropdown-bg-color); /* Addedd color  at user dropdown rohan 19-2-22*/
        border: 1px solid var(--commn-border-color);
      }
      .dropdown-item:hover {
        background: transparent;
        color: white;
        border-color: #181818;
      }

      .notifyDropdown .dropdown-item {
        border-bottom: 1px solid #3f4041;
        line-height: 2;
      }

/*media query*/
@media (max-width: 350px) {
  .marc button {
    margin-right: 29px;
  }
}

@media (max-width: 375px) {
  .header-top {
    margin-left: 4px !important;
  }
}

@media (max-width: 767px) {
  .silo-apps {
    overflow-y: scroll;
  }
  .speaker-sec .col-md-6:nth-child(2) {
    padding: 24px 16px 24px;
    text-align: center;
  }
  .desc {
    padding: 20px 6px;
  }
  /*.desc .container-fluid{
    margin-top: 20px;
  }*/
  .modal-content{
    margin-top: 80px;
  }
  .cloud {
    /* width: 95%; */
    width: 90%; /* changed width to remove horizontal scroll at mobile resolution */
  }
  .persona-app {
    position: relative;
  }
  .topsection .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .storage {
    margin-top: 212px;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .login {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .storage-sec {
    display: flex;
  }
  .storage-sec div {
    margin-right: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1440px){
  .modal-content{
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  /*.time {
          display:none;
        }*/
        header .row {
          padding: 0;
          /* flex-wrap: initial;*/ /* added for mobile resoultion rohan 16-2-22 */
        }
        .dropdown-menu.show {
          min-width: 239px;
        }
        .storage,
        .silo-apps-div {
          bottom: -2px;
        }
  /*.storage {
    margin-left: 15px;
  }*/
  .btn-launch {
    float: left;
  }
  .topsection {
    margin-bottom: 36px;
  }
}

@media (max-width: 1024px) {
  .notifyDropdown .dropdown-item {
    font-size: 12px;
  }
  .notify {
    padding-left: 32px !important;
  }
}

@media (min-width: 1200px) {
  .hidden-div {
    position: absolute;
    right: -125%;
    overflow: hidden;
    width: 100%;
    height: 700px;
    transition: 0.5s ease;
  }
  .hide {
    position: relative;
  }
  .hide:hover .hidden-div {
    opacity: 1;
    width: 100%;
    right: 0px;
  }
}

.modal-backdrop.show {
  opacity: -0.5 !important;
}

.modal-backdrop {
  height: 10px !important;
}

/*cloud search css*/
/*.centeritem{
        border-left: 11px solid #c13041;
        border-right: 11px solid #bd9600;
        background-image: linear-gradient(90deg, #c13041, #bd9600),
        linear-gradient(90deg, #c13041, #bd9600);
        background-size: 100% 11px;
        background-position: 0 0, 0 100%;
        background-repeat: no-repeat;
        margin-top:-46px;
        width: 379px;
        height: 345px;

      }
      .centeritem img{
        margin-top:107px;
        }*/

        .grid-clm {
          display: grid;
          gap: 30px;
        }
        .cloud-home {
          grid-template-rows: 5fr 2fr;
        }
        #footer-section {
          grid-template-columns: 1fr 1fr 1fr;
          /*width:700px;*/
        }
/*  .footer-item{
        grid-template-columns:9fr 1fr;
        border: 1px solid #848383;
        }*/
        #main-section {
          text-align: center;
          display: flex;
          justify-content: center;
        }
        .footer-inner {
          border-left: 1px solid #848383;
        }
        .inner1 {
          background-color: #a15d93;
        }
        .inner2 {
          background-color: #3fc2c2;
        }
        .inner3 {
          background-color: #d4c64a;
        }
        .silologo {
          margin: 25px 78px 20px;
        }
        .footer-section2 {
          background-color: #80808040;
          height: 50px;
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
        }
        .outer {
          background-repeat: no-repeat;
          background-size: cover;
          height: 533px;
        }

        .cloud-home .inneritem {
          position: absolute;
          top: 69%;
          left: 50%;
          bottom: 10px;
          font-size: 20px;
        }

        @media (max-width: 1024px) {
          .centeritem {
            width: 292px;
            height: 236px;
            margin-top: -7px;
          }
          .centeritem img {
            margin-top: 50px;
          }
        }

        @media (max-width: 425px) {
          #footer-section {
            grid-template-columns: 1fr !important;
            width: 304px !important;
            height: 50px !important;
          }
          .cloud-home {
            grid-template-rows: 1fr 2fr !important;
          }
          .outer {
            height: 745px !important;
          }
          .grid-clm {
            gap: 38px !important;
          }
          .cloud-home .inneritem {
            position: absolute;
            top: 73% !important ;
            left: 37% !important;
          }
          .cloud {
            margin-top: 36px;
          }
          .storage-sec {
            margin-top: 71px;
          }
          .arrow {
            display: none;
          }
          .notificationlist {
            margin-top: -229px;
          }
        }

        @media (max-width: 1023px) {
          .cloud-home .inneritem {
            position: absolute;
            top: 73% !important ;
          }
        }

        @media screen and (max-width: 599px) and (min-width: 320px) {
          .topsection {
            padding: 0;
          }
          .launch .btn-launch {
            float: right;
          }
        }

        .select2-results__options {
          background: var(--commn-search-bg-color, #111111) !important;
          width: 413.142px;
          border-color: var(--table-border-color, #30303) !important;
        }
        .select2-results__option {
          list-style: none;
        }

        .select2-container--default .select2-selection--single {
          background-color: #111 !important;
          background-color: var(--input-bg-color) !important;
          border: 1px solid #111;
          border-radius: 4px;
        }
        span.select2-dropdown.select2-dropdown--below,
        span .select2-dropdown select2-dropdown--above {
          border: none !important;
        }

        .dropbtn {
          background-color: #d50519;
          color: white;
          padding: 2px;
          font-size: 16px;
          border: none;
          cursor: pointer;
          width: 256px;
        }

        .dropbtn:hover,
        .dropbtn:focus {
          background-color: #3e8e41;
        }

        .select2-dropdown {
          width: 413.99px !important;
        }

        .dropdown .select2 {
          width: 414px !important;
        }

        #myInput {
          box-sizing: border-box;
          background-image: url("searchicon.png");
          background-position: 14px 12px;
          background-repeat: no-repeat;
          font-size: 16px;
          padding: 14px 20px 12px 45px;
          border: none;
          border-bottom: 1px solid #ddd;
        }

        #myInput:focus {
          outline: 3px solid #ddd;
        }

        .dropdown {
          position: relative;
          display: inline-block;
        }

        .dropdown-content {
          display: none;
          position: absolute;
          background-color: #f6f6f6;
          min-width: 230px;
          overflow: auto;
          border: 1px solid #ddd;
          z-index: 1;
        }

        .dropdown-content a {
          color: black;
          padding: 12px 16px;
          text-decoration: none;
          display: block;
        }

/*.dropdown a:hover {background-color: #ddd;}*/

.show {
  display: block;
}

.contentmodel {
  /*top: -80px;
  left: 10px;*/
}
#ui-app-div.toggled {
/*  display: block;*/
opacity: 1;
transition: 0.7s ease;
right: 0%;
}
/*add code by aditi 23 april*/
#ui-app-div {
  right: -25%;
  opacity: 0; 
  transition: 0.7s ease;
/*  height: 75vh;*/
/*  overflow: auto; */
}

#my-media span.nk-file-icon-type img,
#my-media span.nk-file-icon-type svg,
#media-library span.nk-file-icon-type img,
#media-library span.nk-file-icon-type svg {
  height: 100px;
  width: 100px;
}
#media-library span.nk-file-icon-type img, #my-media span.nk-file-icon-type img{
  width: unset!important;
}
#my-media span.nk-file-icon-type img{
  width: 100%!important;
  height: auto!important;
}
#my-media .nk-file-name-text,
#media-library .nk-file-name-text {
  width: 64px;
  word-break: break-all;
  margin-left: 15px;
}

#media-library .nk-file-name-text,
#my-media .nk-file-name-text {
  height: 47px;
  overflow: hidden;
}
div#my-media,
div#media-library {
  height: 355px;
  overflow-y: scroll;
}
/*add code by aditi 21 april */
.nav-tabs .nav-link{
  border: none!important;
}

#myTab.nav-tabs .nav-link:focus,
#myTab.nav-tabs .nav-link:hover {
  border: none;
  background: var(--secondary-bg-color) !important;
}
#myTab.nav-tabs .nav-link.active {
  background-color: var(--btn-bg-color) !important;
  color: var(--btn-txt-color) !important;
  border: none;
}

/* #cloud_epg_workspace_files.nk-file-icon img:hover{
            border: 2px solid;
          }
          */
/*.set-bg-click img {
  width: 300px;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  }*/
  .set-bg-click:hover img {
    width: 350px;
    border: 2px solid red !important ;
  }

  .search-data-div a,
  .search-data-div a > img,
  .search-data-div a > span {
    background: transparent ;
    margin-left: 10px;
  }
  .search-data-div a > span{
    text-overflow: ellipsis!important;
    /*width: 70px;*/
    overflow: hidden!important;
    color: #fff!important;
  }
  .search-data-div a > img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  #search-data-result {
    padding: 0px !important;
    overflow-y: auto;
    /*max-height: 436px;*/
    max-height: 350px;
  }

  #search-data-result div:hover {
    transition: all 0.4s ease-in-out;
    background: #5e5e5e;
    box-shadow: 1px 2px 3px 0 #0a0a0a;
  }
  #search-data-result a {
    list-style: none;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  #search-data-result div {
    list-style: none;
    height: 60px;
    padding: 10px;
  }
  .search-dash-app .col-md-6 .col-md-4:hover,
  .dash-app .col-md-5 a:hover {
    transition: all 0.4s ease-in-out;
    background: #5e5e5e;
    box-shadow: 1px 2px 3px 0 #0a0a0a;
  }
  .dash-app .col-md-6 .col-md-4:hover,
  .dash-app .col-md-5 a:hover,
  .search-dash-app .col-md-8 div:hover {
    transition: all 0.4s ease-in-out;
    background: #5e5e5e;
    box-shadow: 1px 2px 3px 0 #0a0a0a;
  }
  .search-dash-app {
    position: absolute;
    /*bottom: 37px;*/
    /*height: 518px;*/
    width: 720px;
    left: 0px;
    background-color: #1c1a1a;
  }

  [type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjIuODggMTIyLjg4Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmNDE0MTtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmNyb3NzPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02LDZINmEyMC41MywyMC41MywwLDAsMSwyOSwwbDI2LjUsMjYuNDlMODcuOTMsNmEyMC41NCwyMC41NCwwLDAsMSwyOSwwaDBhMjAuNTMsMjAuNTMsMCwwLDEsMCwyOUw5MC40MSw2MS40NCwxMTYuOSw4Ny45M2EyMC41NCwyMC41NCwwLDAsMSwwLDI5aDBhMjAuNTQsMjAuNTQsMCwwLDEtMjksMEw2MS40NCw5MC40MSwzNSwxMTYuOWEyMC41NCwyMC41NCwwLDAsMS0yOSwwSDZhMjAuNTQsMjAuNTQsMCwwLDEsMC0yOUwzMi40Nyw2MS40NCw2LDM0Ljk0QTIwLjUzLDIwLjUzLDAsMCwxLDYsNloiLz48L3N2Zz4=);
    background-size: 10px 10px;
  }

  .dash-app .row,
  .search-dash-app .row,
  .dash-app .col-md-5 p {
    margin: 0;
  }

  .dash-app .col-md-5 a,
  .persona-app,
  .search-dash-app .col-md-5 a,
  .search-dash-app {
    align-items: center;
    display: flex;
    /* color: #fff; */
  }

/* Added var colors for search box items rohan 19-2-22 */

#search-dash-app{
  color: var(--text-color-primary);
}

#search-dash-app .suggest{
  color: var(--text-color-primary);
}


#upgrade-storage .number {
  display: none;
}
#upgrade-storage .middle-content {
  height: 300px;
}

#upgrade-storage .d-inline-block,
#upgrade-storage .card-header,
#upgrade-storage .btnBuyCloudStorage,
#upgrade-storage #stripeStorage.form-group.form-label {
  text-transform: capitalize !important;
}

#upgrade-storage .d-inline-block:focus,
#upgrade-storage .card-header:focus,
#upgrade-storage .btnBuyCloudStorage:focus,
#upgrade-storage #stripeStorage.form-group.form-label:focus {
  outline: none;
}

/*theme colors*/
.file-modal .modal-header {
  background-color: var(--modal-header-bg-color) !important;
}
.close span{
 color: var(--btn-txt-color)!important;
}
.modal-header {
 color: var(--btn-txt-color)!important;
 background-color: var(--modal-header-bg-color);
 border-radius: 12px 12px 0px 0px!important;
}

.btn-primary {
  color: var(--btn-txt-color) !important;
  background: var(--btn-bg-color) !important;
  border-color:var(--btn-border-color,#ff2b25)!important
}

.btn-primary:hover {
  color: var(--btn-hover-txt-color) !important;
  background-color: var(--btn-hover-bg-color) !important;
}

.btn-primary:disabled {
  background: var(--btn-disabled-bg-color) !important;
}

.join label {
  background: var(--secondary-bg-color) !important;
  color: var(--label-color) !important;
}

.form-control:focus {
  background: var(--input-bg-color) !important;
  color: var(--input-txt-color) !important;
  border: none;
  box-shadow: none;
  outline: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /*color: var(--theme-color-secondary);
  background-color: var(--modal-body-bg-color) !important;*/
  background-color: var(--btn-hover-bg-color) !important;
  color: var(--text-color-primary) !important;
  border-color: transparent;
  border-bottom: 1px solid var(--theme-color-secondary);
}
/*add code by aditi 21 april */

/*.nav-tabs .nav-item {
    margin-bottom: 3px;
}*/

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color: transparent;
  
}
/* Css for user profile image starts ROhan 27-1-22 */
/* added to get name text centered rohan 16-2-22 */
.user-profile {
  /*position: absolute;*/
  right: 15px;
  bottom: -8px;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-left: 14px;
}

.picture {
  background-color: #ffffff;
/*  border: 2px solid #cccccc;*/
  color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  /* Commented to get name text centered rohan 16-2-22 */
  /* position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  height: 40px;
  width: 40px;
  /* right: -30px;
  bottom: -30px; */
}
.picture input[type="file"] {
  cursor: pointer;
  display: block;
  /* changes to get name text centered rohan 16-2-22 */
  /* height: 150px;
  width: 150px; */
  height: 50px;
  width: 50px;
  /*left: -4px;*/
  left: 15px; /*change in location*/
  opacity: 0 !important;
  position: absolute;
  /* top: -4px; */
  top: 0;
  /*right: 0;*/
  margin: 0 auto;
}

/* fit images 28-1-22 */
#userImagePreview {
  width: 100%;
  height: 100%;
  height: -moz-available; /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  height: fill-available;
  object-fit: cover;
  overflow: hidden;
  margin: unset;
}

.picture:hover {
  border-color: var(--theme-color-primary) !important;
}
.imgs span {
  /* commented to get name text centered rohan 16-2-22 */
  /* position: absolute; */
  /* top: 65px;
  left: 2px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

/* Css for user profile image end */
/* .badge {
  border-radius: 50%;
  padding: 4px;
  font-size: 8px;
  margin-top: -8px;
  margin-left: -9px;
  line-height: 0.8;
} */
/* added changes to make reposnive rohan 16-2-22 */
.dashboard-header .badge, #cart_counter {
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
  right: -2px;
  top: 17px;
  border-radius: 50%;
  /* padding: 6px 6px; */
  font-size: 9px;
  margin-top: -17px;
  margin-left: -12px;
  line-height: 0.8;
  /*color: var(--btn-txt-color)!important;
  background-color: var(--btn-bg-color);*/
  background-color: var(--theme-color-primary)!important;
  color: var(--text-color-primary)!important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 375px) {
  .nav-item .d-flex .align-items-center,
  .google_translate_element,
  #dropdownMenu {
    margin-right: 13px;
  }
/*  margin-top: -15px;
    margin-left: -12px;
    line-height: 0.8;*/
  }
  @media (max-width: 570px) {
    .d-flex.align-items-center {
      margin: 0 auto;
      /* margin-left: 8px; */  /* Responsive chages rohan 16-2-22 */
    }
  }
  @media (min-width: 320px) and (max-width: 768px) {
    .storage {
      margin-top: 0;
    }
  }
  @media (min-width: 320px) and (max-width: 375px) {
    .badge {
      margin-left: -23px;
    }
  }

/*added by divya for header*/
.img-time {
  display: flex;
  align-items: center;
}
.middle-user-name {
  margin: 0 auto;
  color: #fff!important;
}
.middle-user-name i{
  color: var(--icon-color);
}


/* added to fix mobile responsive bugs rohan 16-2-22 */
@media (max-width: 1024px) {
  #ui-app-div {
    right: 0;
    display: block;
    opacity: 1;
    padding: 0;
  }
  #current-time {    
    font-size: 12px; 
  }
  .time > p {
    font-size: 10px;
  }
  i.fa.fa-bell-o{
    font-size: 16px;
  }
  .hide-in-mobile{
   font-size: 9px;
 }
 .nav-item .live-button{
  padding: 5px;
} 
}

/* added variable color start rohan 20-2-22 */
#dropdownMenu .fa-bell-o{
  color: var(--icon-color); /* added variable color to belll icon rohan 20-2-22 */
}

.dropdown-menu a {
  color: var(--dropdown-txt-color);
}

.dropdown-menu a:hover {
  color: var(--text-hover-color);
}
/* added variable color end rohan 20-2-22 */

/*added by divya for User Interface Full Screen Video Enter Button css*/
.user-interface-btn{
  border: 1px solid white;
  padding: 5px 24px;
  /*border-radius: 11px;*/
  font-weight: 300;
  font-size: 20px;
}
.close{
  opacity: 1.5;
}
/*Aniket css*/
.empty-media-msg {
  color: #767676;
  font-size: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 300px;
  justify-content: center;
}
#video-back-div{
  position: relative;
}
.prev-video {
  position: absolute;
  top: 75px;
  left: 10px;
  z-index: 999;
  width: 120px;
  padding: 5px 10px;
  border-radius: 6px;
  text-align: center;
  background-color: #00000096;
}

#background-video-ciu-modal{
  height: 100vh;
}

@media(max-width: 481px){
  .prev-video {
    top: 130px;
  }
  #my-media .nk-file-item.nk-file.col-md-3, #media-library .nk-file-item.nk-file.col-md-3{
    width: 33.33%;
  }
}
/*code added by anuradha 20 may*/
.user-profile-img img{
  border-radius: 50%;
  height: 40px; 
  width: 40px;
}
.owl-prev span{
  display: none;
}
.owl-next span{
  display: none;
}
.mr-1 div#dropdownMenu {
  margin-left: 15px;
}
div#google_translate_element{
 /*margin-left: 15px;*/
 height: 28px;
 width: 28px;
}
/*code added by anuradha 20 may*/
.user-profile-img {
  padding: 10px;
}
/*goog-te-gadget-simple{
  height: 32px;
    width: 45px;
}
}*/

/*Enter button at login start-modal rohan starts 16-6-22*/
#start_modal .btn-cont {
  pointer-events: auto; 
  z-index: 1000;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

#start_modal .btn-cont .btn {
  position: relative;
  padding: 20px 70px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 1.125em;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  mix-blend-mode: difference; 
}

#start_modal .btn-cont .btn:hover {
  border: none;
  box-shadow: none;  
}

#start_modal .btn-cont .btn:focus-visible, #start_modal .btn-cont .btn:focus  {
  outline: none;
  box-shadow: none;
}

#start_modal .btn-cont .btn:hover .line-1 {
  animation: move1 1500ms infinite ease;
}

#start_modal .btn-cont .btn:hover .line-2 {
  animation: move2 1500ms infinite ease;
}

#start_modal .btn-cont .btn:hover .line-3 {
  animation: move3 1500ms infinite ease;
}

#start_modal .btn-cont .btn:hover .line-4 {
  animation: move4 1500ms infinite ease;
}

#start_modal .btn-cont .line-1 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  left: 0;
  bottom: 0;
}

#start_modal .btn-cont .line-2 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: white;
  left: 0;
  top: 0;
}

#start_modal .btn-cont .line-3 {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: white;
  right: 0;
  top: 0;
}

#start_modal .btn-cont .line-4 {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background-color: white;
  right: 0;
  bottom: 0;
}


@keyframes move1 {
  0% {
    height: 100%;
    bottom: 0;
  }
  54% {
    height: 0;
    bottom: 100%;
  }
  55% {
    height: 0;
    bottom: 0;
  }
  100% {
    height: 100%;
    bottom: 0;
  }
}
@keyframes move2 {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes move3 {
  0% {
    height: 100%;
    top: 0;
  }
  54% {
    height: 0;
    top: 100%;
  }
  55% {
    height: 0;
    top: 0;
  }
  100% {
    height: 100%;
    top: 0;
  }
}
@keyframes move4 {
  0% {
    width: 0;
    right: 0;
  }
  55% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
/*Enter button at login start-modal rohan ends 16-6-22*/

/*CUI mobile responsive css divya 28-6-2022*/
@media(max-width: 601px){
  .time.mt-2.ml-2.test{
    display: flex;
    align-items: center;
  }
  .time.mt-2.ml-2.test p{
    margin-left: 12px;
    margin-top: 6px;
  }
  .col-lg-4{
    padding-right: 0px;
  }
  .hide-in-mobile {
    font-size: 12px;
  }
  /*ul.dropdown-menu.p-0.show{
    left: 42px!important;
  }*/
  .storage {
    top: 0;
    justify-content: center;
  }
  .storage {
    padding-bottom: 0!important;
  }

/*commit by sourabh*/
.nav-item.d-flex.align-items-center{
  /*margin-right: 100px;*/
}
div#google_translate_element{
  margin-right: -20px;
}
}
/*CUI mobile responsive css end*/
/*added by varsha on 24 Nov*/
/*Start*/
.app-list svg{
  width: 30%!important;
}
.login ,.login h5,.img-time span,.hide-in-mobile{
  color: #fff!important;
}
.test{
/*  width: 110px;*/
  word-wrap: break-word;
  display: inherit;
}
#profile-edit .modal-content{
  background: var(--modal-body-bg-color);
  /*background-color: rgb(22 21 30 / 62%) !important;*/
  border-radius: 12px!important;
}
#profile-edit button:focus{
  outline: unset!important;
}
#profile-edit select#user_country{
  width: 125px;
}
#profile-edit input[type=checkbox]{
  display: none;
}
#profile-edit ul{
  list-style: none;
  display: flex;
}
#profile-edit .custom-control-label,#profile-edit .form-control-lg{
  font-size: 13px;
}
#profile-edit .btn-lg{
  font-size: 16px;
}
#profile-edit input#mobile{
  margin-left: 17px;
}
/*#profile-edit .btn:hover,#profile-edit .btn{
  color: #b2b8bd!important;
}*/
@media (min-width: 320px) and (max-width: 768px) {
  #profile-edit ul{
    display: block;
  }
  #profile-edit{
    top: 65px!important;
  }
}
#profile-edit input[type="date"]{
  display: inline-block;
  position: relative;
}
#profile-edit input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/*#profile-edit button#btn_phone_send_otp{
  margin: -14px 9px;
}*/
/*End*/

/*This css for All Inbox mail list 19 Dec 2022 divya*/

div#email_list {
  padding: 0px;
  overflow: auto;
  height: 480px;
}

#email_list inbox {
  margin: auto;
}

#email_list inbox-list {
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
}

#email_list message-item {
  width: 100%;
  padding: 14px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
}

&:last-child {
  margin-bottom: 0;
}

#email_list header,
main {
  margin-left: 4rem;
}

#email_list header {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  align-items: center;
}

#email_list .sender-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 50%;
}

#email_list .subject {
  font-weight: 500;
}

#email_list .from {
  font-size: 0.8rem;
  /*color: #a3a3a3!important;*/
}

#email_list .time {
  font-weight: normal;
  font-size: 0.8rem;
}

#email_list main    
p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  margin-bottom: 0;
}
#email_list .unread img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#email_list .user-avatar {
  position: absolute;
  top: 1.2rem;
}
#email_list main {
  margin-left: unset!important;
  padding: 0 14px;
}
#email_list inbox-list:hover {
  background: #ffffff0d;
}
#all_mail_list .contentmodel{
  top: 0!important;
  background-color: rgb(22 21 30 / 83%)!important;
}
#all_mail_list .close:focus{
  outline: none!important;
}
#all_mail_list .modal-body{
  padding: 12px;
}
.modal-content.contentmodel{
  border-radius: 12px;
}
.modal .material-symbols-outlined {
  font-size: 22px!important;
}

#calendar-reminder .owl-theme .owl-nav{
  display: none!important;
}
#calendar-reminder button:focus{
  outline: unset!important;
}
#owl-carousel li.cards__item{
  list-style: none!important;
}
#reminder-popup span.material-symbols-outlined {
  font-size: 22px!important;
}
#reminder-popup .modal-header.model1 {
  align-items: center;
}
#exampleModalCenter span.material-symbols-outlined {
  font-size: 22px!important;
}
#exampleModalCenter .modal-header.model1 {
  align-items: center;
}
#exampleModalCenter button:focus{
  outline: unset!important;
}
#profile-edit span.material-symbols-outlined {
  font-size: 22px!important;
}
#profile-edit .modal-header{
  align-items: center;
}
/*.app-list a:hover{
  background-color:#cccccca3;
}*/
.app-list a:hover img,.app-list a:hover svg{
  filter: brightness(0.5);
}
.app-list a:hover p{
  color: var(--text-hover-color) !important;
}
.modal button:focus{
  outline: unset!important;
}

#search-all-data-header::placeholder {
  color:#ccc!important;
  opacity: 1;
  padding-left: 9px;
}

/*loader css*/
.SilochatLoader {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  background: none!important;
}

.SilochatLoader .SilochatLoader-message{
  min-width: 400px;
  position: absolute;
  top: 30px;
  left: -130px;
  background: none;
}

.SilochatLoader .dot {
  -webkit-animation-name: movement;
  animation-name: movement;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  height: 10px;
  position: absolute;
  top: -10px;
  transform: translate3d(0, -25px, 0) scale(1);
  width: 10px;
}
.SilochatLoader .dot:nth-of-type(1) {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  left: 150px;
}
.SilochatLoader .dot:nth-of-type(1)::before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.SilochatLoader .dot:nth-of-type(2) {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
  left: 150px;
}
.SilochatLoader .dot:nth-of-type(2)::before {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.SilochatLoader .dot:nth-of-type(3) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
  left: 125px;
}
.SilochatLoader .dot:nth-of-type(3)::before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.SilochatLoader .dot:nth-of-type(4) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
  left: 125px;
}
.SilochatLoader .dot:nth-of-type(4)::before {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
}
.SilochatLoader .dot:nth-of-type(5) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  left: 100px;
}
.SilochatLoader .dot:nth-of-type(5)::before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.SilochatLoader .dot:nth-of-type(6) {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
  left: 100px;
}
.SilochatLoader .dot:nth-of-type(6)::before {
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
.SilochatLoader .dot:nth-of-type(7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  left: 75px;
}
.SilochatLoader .dot:nth-of-type(7)::before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.SilochatLoader .dot:nth-of-type(8) {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
  left: 75px;
}
.SilochatLoader .dot:nth-of-type(8)::before {
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s;
}
.SilochatLoader .dot:nth-of-type(9) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  left: 50px;
}
.SilochatLoader .dot:nth-of-type(9)::before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.SilochatLoader .dot:nth-of-type(10) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  left: 50px;
}
.SilochatLoader .dot:nth-of-type(10)::before {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}
.SilochatLoader .dot:nth-of-type(11) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  left: 25px;
}
.SilochatLoader .dot:nth-of-type(11)::before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.SilochatLoader .dot:nth-of-type(12) {
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
  left: 25px;
}
.SilochatLoader .dot:nth-of-type(12)::before {
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
}
.SilochatLoader .dot:nth-of-type(13) {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
  left: 0px;
}
.SilochatLoader .dot:nth-of-type(13)::before {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}
.SilochatLoader .dot:nth-of-type(14) {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
  left: 0px;
}
.SilochatLoader .dot:nth-of-type(14)::before {
  -webkit-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
.SilochatLoader .dot:nth-of-type(15) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
  left: -25px;
}
.SilochatLoader .dot:nth-of-type(15)::before {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.SilochatLoader .dot:nth-of-type(16) {
  -webkit-animation-delay: -2.6s;
  animation-delay: -2.6s;
  left: -25px;
}
.SilochatLoader .dot:nth-of-type(16)::before {
  -webkit-animation-delay: -2.6s;
  animation-delay: -2.6s;
}
.SilochatLoader .dot:nth-of-type(17) {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
  left: -50px;
}
.SilochatLoader .dot:nth-of-type(17)::before {
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
}
.SilochatLoader .dot:nth-of-type(18) {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
  left: -50px;
}
.SilochatLoader .dot:nth-of-type(18)::before {
  -webkit-animation-delay: -2.8s;
  animation-delay: -2.8s;
}
.SilochatLoader .dot:nth-of-type(19) {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
  left: -75px;
}
.SilochatLoader .dot:nth-of-type(19)::before {
  -webkit-animation-delay: -1.9s;
  animation-delay: -1.9s;
}
.SilochatLoader .dot:nth-of-type(20) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  left: -75px;
}
.SilochatLoader .dot:nth-of-type(20)::before {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}
.SilochatLoader .dot:nth-of-type(21) {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
  left: -100px;
}
.SilochatLoader .dot:nth-of-type(21)::before {
  -webkit-animation-delay: -2.1s;
  animation-delay: -2.1s;
}
.SilochatLoader .dot:nth-of-type(22) {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
  left: -100px;
}
.SilochatLoader .dot:nth-of-type(22)::before {
  -webkit-animation-delay: -3.2s;
  animation-delay: -3.2s;
}
.SilochatLoader .dot:nth-of-type(23) {
  -webkit-animation-delay: -2.3s;
  animation-delay: -2.3s;
  left: -125px;
}
.SilochatLoader .dot:nth-of-type(23)::before {
  -webkit-animation-delay: -2.3s;
  animation-delay: -2.3s;
}
.SilochatLoader .dot:nth-of-type(24) {
  -webkit-animation-delay: -3.4s;
  animation-delay: -3.4s;
  left: -125px;
}
.SilochatLoader .dot:nth-of-type(24)::before {
  -webkit-animation-delay: -3.4s;
  animation-delay: -3.4s;
}
.SilochatLoader .dot:nth-of-type(25) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
  left: -150px;
}
.SilochatLoader .dot:nth-of-type(25)::before {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}
.SilochatLoader .dot:nth-of-type(26) {
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
  left: -150px;
}
.SilochatLoader .dot:nth-of-type(26)::before {
  -webkit-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
.SilochatLoader .dot::before {
  -webkit-animation-name: size-opacity;
  animation-name: size-opacity;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: white;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.SilochatLoader .dot:nth-of-type(even)::before {
  background-color: #ed3237;
  box-shadow: inset 0 0 4px #ed3237;
}
@keyframes movement {
  0% {
    transform: translate3d(0, -25px, 0);
    z-index: 0;
  }
  50% {
    transform: translate3d(0, 25px, 0);
    z-index: 10;
  }
  100% {
    transform: translate3d(0, -25px, 0);
    z-index: -5;
  }
}
@keyframes size-opacity {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  25% {
    transform: scale(1.5);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.35;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*end loader css*/
#jitsi-container, #siloChat_view{
  height: 70vh;
}

#siloChat_view{
  overflow-y: scroll;
}

/*this css for calendar reminder show card 20 Dec 2022 divya*/
/*reminder tab css*/
#calendar-reminder .card {
  width: 385px;
  height: 200px;
  background: #1c1a1a;
  border-radius: 3%;
  margin: 0 auto;
}
#calendar-reminder img, #calendar-invite img {
  height: 100px;
  width: 100px;
  /*border-radius: 50%;*/
}
#calendar-reminder .main-contain, #calendar-invite .main-contain {
  padding: 20px;
  display: flex;
}
#calendar-reminder .main-div h3, #calendar-invite .main-div h3{
  margin-top: unset!important;
}
#calendar-reminder .main-div, #calendar-invite .main-div {
  padding-left: 20px;
}
#calendar-reminder .time-setting p, #calendar-invite .time-setting p{
  margin-top: unset!important;
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 18px;
}
#calendar-reminder .time-setting span, #calendar-invite .time-setting span{
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #000!important;
}
#calendar-reminder .time-reminder, #calendar-invite .time-reminder{
  padding: 0 35px;
}
#calendar-reminder .time-setting, #calendar-invite .time-setting{
  display: flex;
}
#calendar-reminder .people-img p, #calendar-invite .people-img p {
  color: #a3a3a3;
  margin: unset;
  padding-left: 30px;
}
#calendar-reminder .images-people img, #calendar-invite .images-people img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
#calendar-reminder .people-img, #calendar-invite .people-img {
  display: flex;
  align-items: center;
}
#calendar-reminder .short-desc p, #calendar-invite .short-desc p {
  /*color: #a3a3a3;*/
  color: var(--label-color);
  margin: 10px 0;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#calendar-reminder .heading-main h3, #calendar-invite .heading-main h3{
  margin: unset!important;
  font-size: 18px;
  color: #fff;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#calendar-reminder .images-people .img1, #calendar-invite .images-people .img1{
  position: relative;
}
#calendar-reminder .images-people .img2, #calendar-invite .images-people .img2{
  position: absolute;
  left: 15px;
}
#reminder-popup #nav-profile-tab {
  background: none;
  color: #fff;
}
#reminder-popup .nav-tabs{
  border-bottom: none!important;
}
#reminder-popup .nav-tabs .nav-link:focus{
  outline: none!important;
}
#reminder-popup .nav-tabs .nav-link.active{
  outline: none!important;
}
#reminder-popup .contentmodel{
  background-color: var(--modal-body-bg-color) !important;
}
/*Invite tab css*/
#calendar-invite .card {
  width: 385px;
  height: 160px;
  /*background: #1c1a1a;*/
  background: var(--modal-input-bg-color);
  border-radius: 3%;
  margin: 0 auto;
}
#reminder-popup .modal-body{
  height: 232px;
}
#reminder-popup .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000!important;
}
.carousel-indicators{
  margin-bottom: 1px!important;
}
#reminder-popup .modal-content.contentmodel {
  top: 0!important;
  left: 0!important;
}
.middle-user-name.test.col-6.col-xl-4.text-center.text-xl-left.pl-0.pl-xl-5.px-1{
  display: flex;
  align-items: center;
}
.middle-user-name i#down-arrow:hover {
  color: #fa0019;
}
h5#mailModalCenterTitle, #chatModalCenterTitle, #notificationModalTitle {
  width: 55%;
}

#connectModalCenterTitle{
  width: 85%;
}
#dashboardModalCenterTitle{
  width: 78%;
}
#notification-modal .modal-content {
  border-radius: 12px;   
  background-color: var(--modal-body-bg-color)!important;
}

 /*#notification-modal .modal-body{
  background-color: var(--modal-body-bg-color);
 }*/

 #all_mail_list .modal-header .close{
  margin: -1rem 0rem -1rem auto!important;
}
#all_mail_list span.material-symbols-outlined {
  font-size: 22px!important;
}
#all_mail_list .modal-header.model1 {
  align-items: center;
}
/*this css for calendar reminder show card end*/

/*  dropmenulit added by sourabh 27-12-22*/
.site-drop-menu-list{
  background-color:#fff !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 30px);
  min-width: 70%;
  border-radius: 10px;
  display: none;
  color: #2f3192!important;
}
.bi-card-list{
  font-size: 32px!important;
  color: #fff;
}
button:focus{
  outline: none;
}
.section3-submenu .row{
  justify-content: flex-start;
  align-items: inherit!important;
}
.section3-submenu .row li{
  margin: 8px 0px;
}
/*.site-drop-menu-list h5, .platform{
  border-bottom: 3px solid var(--theme-color-primary);
  padding-bottom: 6px;
}*/
.site-drop-menu-list h5{
  position: relative;
  border-bottom: 3px solid #dfdada;
  padding-bottom:8px;
}
.site-drop-menu-list h5:before{
 content: "";
 position: absolute;
 width: 20%;
 height: 4px;
 background-color: var(--theme-color-primary);
 bottom: -4px;
 left: 0px;
 transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}
.site-drop-menu-list h5:hover h5:before{
 width: 100%;  
}
.site-drop-menu-list .container{
  padding: 0px 54px;
}
.site-drop-menu-list ul li a{
  display: block;
  color: currentColor;
/*  cursor: pointer;*/
}
.site-drop-menu-list ul li:hover a{
/*  transform: scale(1.05);*/
/*  color: var(--label-color)!important;*/
color: currentColor!important;
text-shadow: 0.5px 0 currentColor;
}
.silo-map{
  position: relative;
  color: #fff;
}
.silo-map:before, .silo-map:after{
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background:var(--theme-color-primary);
  top: 55%;
  position: absolute;
}
.silo-map:before{ 
  left: 25%;
}
.silo-map:after{  
  right: 25%;
}

.hamburger input[type="checkbox"]{
  width: 40px;
  height: 32px;
  position: absolute;
  top: -10px;
  display: block;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.hamburgerlines{
  width: 25px;
  height: 22px;
  position: absolute;
  top: -10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburgerlines .lines{
  display: block;
  height:3px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.hamburger{
  position: relative;
}
.footer-humburg-menu{
  border-radius: 0px 0px 10px 10px;
  background-color: #ECECEC;
  color: #494949;
}
.hamburger input[type="checkbox"]:checked ~ .hamburgerlines .lines{
  background: #fff;
}

.hamburgerlines .line1{
 transform-origin: -10% 0%;
 transition: transform 0.3s ease-in-out;    
}

.hamburgerlines .line3{ 
 transform-origin: -6% 100%;
 transition: transform 0.3s ease-in-out;  
}

.hamburger .site-menu-icon ~ .hamburgerlines .line1{
  transform: rotate(45deg);
}

.hamburger .site-menu-icon ~ .hamburgerlines .line2{
  display: none;
}


.hamburger .site-menu-icon ~ .hamburgerlines .line3{
  transform: rotate(-45deg);
}
@media only screen and (max-width: 500px) {
  .hamburgerlines{
    width: 21px;
    height: 18px;
    position: absolute;
    top: -8px;
  }
  .hamburger input[type="checkbox"]{
    width: 25px;
  }
  #notificationModalTitle{
    width: 41%!important;
  }
}

@media only screen and (max-width: 900px) {
  .site-drop-menu-list{
    min-width: 98%!important;
  }
}


/*User chats*/

.silo-chat-user-list {
  overflow-y: scroll;
  padding-bottom: 50px;
}

#silo-chat-user-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat-item {
  position: relative;
  border-radius: 4px;
  transition: background-color .3s;
}

.chat-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: .75rem;
  cursor: pointer;
}

.chat-list .user-avatar, .chat-list [class^="user-avatar"]:not([class*="-group"]) {
  background-color: var(--modal-body-bg-color);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #798bff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  position: relative;
}

.chat-list .user-avatar img {
  height: 36px;
  width: 36px;
  object-fit: cover;
  border-radius: 50%;
}

.chat-list .user-avatar .status, .chat-list [class^="user-avatar"]:not([class*="-group"]) .status {
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.start_chat .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.dot-success {
  background: #1ee0ac;
}

.dot-gray {
  background: #8091a7;
}

.chat-media {
  height: 44px;
  width: 44px;
}

.chat-info {
  width: calc(100% - 3.75rem);
}

.chat-media + .chat-info {
  margin-left: 1rem;
}

.chat-from {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.notification-message{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width:95%;
}

#siloNotification_view{
  overflow-y: scroll;
  height: 350px;
}

#make_notif_as_read{
  font-size: 12px;
  color: #fff!important;
}

.noti-background-dark{
  /*color: var(--dropdown-txt-color);
  background-color: rgb(22 21 30 / 62%) !important;*/
  color: var(--text-color-primary);
  background-color: var(--modal-body-bg-color)!important;
}

.list-group-item-dark.noti-background-dark:hover{
  color: var(--text-hover-color);
  background-color: var(--main-bg-color);
}

/*Added it show tooltips for notifications dropdown*/
.tooltip.show{
  z-index: 99999;
}

#marketplace-modal{
  z-index: 99999;
}

#siloNotification_list{
  background-color: var(--main-bg-color);
}

#search_modal iframe{
  /*Needs to be changed to make responsive rohan 9-1-23*/
  min-height: 525px; 
}

#siloDashboard_view .card{
  background: var(--secondary-bg-color) !important;
  color: var(--label-color) !important;
}

#siloDashboard_view .icon-shape {
  display: inline-flex;
  padding: 6px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

#siloDashboard_view .icon {
  width: 1.8rem;
  height: 1.8rem;
}

#siloDashboard_view .wrap-title{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width:100px; 
}
.dropdown-toggle::after{
  display: none;
}

/*new shop cart*/
.sportsmagazine-rating i {
  color: #ffb400;
  font-size: 14px;
  margin: 10px 0px;
}
.shop-cart .mark-1{
  font-size: 20px;
}

.shop-cart .dropdown-menu{
  left:inherit!important;
  right: 0px!important;
  min-width:260px;
  margin-left: 0px!important;
}
.balance-price{
  font-size: 16px!important;
}
.shop-cart .checkout-btn{
  background-color: #19191b;
  padding: 12px 40px;
}
@media only screen and (min-width: 768px){
  .shop-cart .dropdown-menu{
    min-width: 350px;
  }
}

/*mobile responsive*/
@media (max-width:765px){
  #ui-app-div{
    right: -87%;
    height: 225px;
    padding: 24px 0px 0px 0px;
    background:var(--sidebar-bg-color);
    border-radius: 30px 0px 0px 30px;
    transition: all .4s linear;
  }
  .mobile-topsection{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: calc(100% - 57px);
  }
  .mobile-topsection .login{
    padding: 10px 0px;
  }
  #ui-app-div .scroll-arrow-div{    
    height: 220px;
    overflow-y: auto;
    padding-bottom: 60px;
    padding-left: 60px;
   }
  #ui-app-div:hover{
    right:0%;  
  }
  
  .list-icon{
    flex-direction: column;
  }
  .list-icon i{
    font-size: 20px!important;
  }
  .arrow-side{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.6rem;
    animation: glowing 1300ms infinite;
  }
  .arrow-side i{
    font-size: 1.5rem;
    animation: glowing 1300ms infinite;
  }
  .apps {
    width:320px!important;
  }


  @keyframes glowing {
    0% {
      color:var(--icon-color);
    }
    50% {
      color:#d12323bf;
    }
    100% {
      color:var(--icon-color);
    }
  }
}

@media (max-width: 425px){
  .apps {
    width:288px!important;
  }
}
