
.visited-container {
  border-radius: 4px;
  box-sizing: border-box;
  height: 112px;
  opacity: 1;
  position: relative;
  transition-property: background, background-color, border-color, box-shadow, opacity, text-shadow;
  width: 112px;
  outline: 0;
  cursor: pointer !important;
  background-color: rgba(33, 32, 36, 0.06);
}
.visited-container:hover {
  background-color: #2a9f00;
  color: #fff;
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 19%);
}

.visited-container a {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 0px 9px 0px;
  outline: 0;
}

.visited-inner {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  position: relative;
  width: 100%;
}

.visited-icon {
  margin-bottom: 16px;
  font-size: 50px;
}
.visited-container:hover .delete_shortcut .edit_shortcut{
  color: #555;
}
.delete_shortcut, .edit_shortcut{
  border: none;
  color: transparent;
  font-size: 15px !important;
  float: right !important;
  cursor: pointer;
  z-index: 1;
}
.delete_shortcut{
  margin-left: 0% !important;
}
.edit_shortcut{
  margin-left: 22% !important;
}
.delete_shortcut:Hover{
  color: red !important;
}
.edit_shortcut:Hover{
  color: green !important;
}
.action-shortcut{
  display: flex;
  width: 100%;
  height: 30px;
  padding: 5px;
  padding-left: 77% !important;
}

.visited-icon img {
    max-width: 50px;
}

.visited-title {
  color: rgba(33, 32, 36, 0.86);
  font-family: 'Roboto', arial, sans-serif;
  font-size: 12px;;
  font-weight: 500;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 96px;
  word-break: break-word;
  word-wrap: break-word;
}

.modal-container {
  position: fixed;
  left: 1%;
  right: 1%;
  bottom: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  height: 100%;
}

.close_shortcut{
  position: absolute;
  top: -10px;
  right: 0;
  margin: 10px;
  font-size: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: black;
}

#new_shortcut {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
}

input, button {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 16px;
}

button[type="submit"] {
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #3e8e41;
}
.modal-content:not(div.message-contect, .note-editor .modal-content) {
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  width: 25%;
}
.addurl_model{
  /* display: none; */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Confirmation model css */
.confirmation_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}
.confirmation_modal_content {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 20%;
  text-align: center;
}

#confirmBtn, #cancelBtn {
  margin: 10px;
  padding: 5px 20px;
}

#confirmBtn {
  background-color: #2a9f00;
  color: white;
}

#cancelBtn {
  background-color: #ec7070;
  color: white;
}

.globe_icon_g{
  color: #2a9f00;
}
.globe_icon{
  color: #337ab7;
}
.globe_icon_w{
  color: #fff;
}
.addshort_icon_live{
  color: #2a9f00;
}
.addshort_icon_beta{
  color: #337ab7;
}
.icon-edit-delete-shortcut{
  width: 20px;
  height: 20px;
  color: #888;
}
.icon-edit-delete-shortcut:hover{
  border: 1px solid;
  background-color: #8c8c8c;
  color: white !important;
}
.action-shortcut-dropdown{
  position: absolute;
  background-color: white;
  width: 65%;
  padding-top: 1px;
  padding-bottom: 1px;

}
.Edit-shortcut,
.remove-shortcut{
  width: 100%;
  height: 42%;
  color: black;
  padding-top: 4px;
  font-size: 14px;
}
.Edit-shortcut:hover,
.remove-shortcut:hover{
  background-color: #bab0b0;
  color: #fff;
}
.save_shortcut_live, .save_shortcut_beta{
  width: 30%;
  margin-left: 35%;
  margin-bottom: 0px;
}
.save_shortcut_live{
  background-color: #2a9f00 !important;
}
.save_shortcut_beta{
  background-color: #0a6d9b !important;
}
.form-group {
  margin-bottom: 5px !important;
}
.add_shortcut_icon_beta{
  color: #337ab7 !important;;
}
.add_shortcut_icon_live {
  color: #2A9F00 !important;;
}
.app-shortcut-list{
  max-width: 113px !important;
  min-width: 113px !important;
}
.all-app-main-div{
  width: auto;
  text-align: center;
  display: flex;
  align-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}



.notification {
  position: absolute;
  right: -0.4em;
  top: -0.4em;
  min-width: 1.6em;
  height: 1.5em;
  border-radius: 2.8em;
  border: -3.95em solid white;
  background-color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  color: white;
  font-weight: normal;
}

/* .announce_list{
  overflow-y: auto;
  height: 60vh;
} */

.no_announce{
  text-align: center;
  color: #425661;
  font-size: 14px;
}
.pagination{
  display: flex;
  justify-content: end;
  cursor: pointer;
  margin:8px 0 0 0;
}



/* release note icon css */
.release_note_notification{
  margin: 2px 0px 0px 5px;
  /* z-index: 100000000; */
  position: absolute;
  display: flex;
  cursor: pointer;
}
.explanation{
  transform: scale(0.6);
  margin: -7px 0 0px;
}
.outer_bell{
  margin: 22px 0px 0px 2px;
  /* z-index: 100000000; */
  position: absolute;
  height: 29px;
  width: 25px;
  border-radius: 5px;
}
.outer_bell:hover{
  background-color: #2a9f0030;
}

.bell--container {
  position: relative;
}

.bell--container .bell--notification {
  background-color: red;
  border: 1px solid red;
  color: #ffffff;
  border-radius: 50%;
  height: 10px;
  line-height: 6px;
  text-align: center;
  width: 10px;
  opacity: 0;
  position: absolute;
  right: -4px;
  z-index: 1;
  -webkit-animation: pop 4s 1s infinite ease-in-out;
  animation: pop 4s 1s infinite ease-in-out;
}
.bell--container .bell--shape {
  position: relative;
  transform: perspective(5px);
  transform-style: preserve-3d;
}
.bell--container .bell--shape > * {
  background-color: #add074;
}
.bell--container .bell--shape .bell--top {
  border-radius: 50% 50% 0% 0%;
  height: 2px;
  width: 3px;
  z-index: 1;
  transform: translateZ(0);
  margin: 0 auto;
  margin-bottom: 6px;
}
.bell--container .bell--shape .bell--body {
  height: 20px;
  width: 15px;
  margin-top: -5px;
  border-radius: 20px 20px 0 0;
  border: 2px solid transparent;
  position: relative;
  transform: translateZ(0);
  -webkit-animation: swing 5s 0.1s infinite ease-in-out;
  animation: swing 5s 0.1s infinite ease-in-out;
}
.bell--container .bell--shape .bell--body::after {
  content: "";
  width: 19px;
  height: 4px;
  position: absolute;
  background-color: #add074;
  bottom: -2px;
  left: -9px;
  transform: translateX(25%);
  border-radius: 15px 15px 2px 2px;
  border-bottom: 2px solid transparent;
}
.bell--container .bell--shape .bell--ball {
  border-radius: 0 0 50% 50%;
  height: 2px;
  width: 3px;
  margin: 0 auto;
  transform: translateZ(-1px);
  -webkit-animation: bellswing 5s 0.2s infinite ease-in-out;
  animation: bellswing 5s 0.2s infinite ease-in-out;
  margin-top: 3px;
}
.crud-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.name-tag {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
  }
  10%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pop {
  0% {
    opacity: 0;
  }
  10%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotate(-10deg) translateZ(0);
  }
  2% {
    transform: rotate(-30deg) translateZ(0);
  }
  5.5% {
    transform: rotate(30deg) translateZ(0);
  }
  8.5% {
    transform: rotate(-10deg) translateZ(0);
  }
  12.5% {
    transform: rotate(10deg) translateZ(0);
  }
  15.5% {
    transform: rotate(-5deg) translateZ(0);
  }
  18.5% {
    transform: rotate(2deg) translateZ(0);
  }
  20% {
    transform: rotate(0deg) translateZ(0);
  }
}
@keyframes swing {
  0% {
    transform: rotate(-10deg) translateZ(0);
  }
  2% {
    transform: rotate(-30deg) translateZ(0);
  }
  5.5% {
    transform: rotate(30deg) translateZ(0);
  }
  8.5% {
    transform: rotate(-10deg) translateZ(0);
  }
  12.5% {
    transform: rotate(10deg) translateZ(0);
  }
  15.5% {
    transform: rotate(-5deg) translateZ(0);
  }
  18.5% {
    transform: rotate(2deg) translateZ(0);
  }
  20% {
    transform: rotate(0deg) translateZ(0);
  }
}
@-webkit-keyframes bellswing {
  0% {
    transform: translate3d(0, 0, -1px);
  }
  2% {
    transform: translate3d(7px, 0, -1px);
  }
  5.5% {
    transform: translate3d(-5px, 0, -1px);
  }
  8.5% {
    transform: translate3d(5px, 0, -1px);
  }
  12.5% {
    transform: translate3d(-5px, 0, -1px);
  }
  15.5% {
    transform: translate3d(3px, 0, -1px);
  }
  17.5% {
    transform: translate3d(-1px, 0, -1px);
  }
  18.5% {
    transform: translate3d(0, 0, -1px);
  }
  20% {
    transform: translate3d(0, 0, -1px);
  }
}
@keyframes bellswing {
  0% {
    transform: translate3d(0, 0, -1px);
  }
  2% {
    transform: translate3d(7px, 0, -1px);
  }
  5.5% {
    transform: translate3d(-5px, 0, -1px);
  }
  8.5% {
    transform: translate3d(5px, 0, -1px);
  }
  12.5% {
    transform: translate3d(-5px, 0, -1px);
  }
  15.5% {
    transform: translate3d(3px, 0, -1px);
  }
  17.5% {
    transform: translate3d(-1px, 0, -1px);
  }
  18.5% {
    transform: translate3d(0, 0, -1px);
  }
  20% {
    transform: translate3d(0, 0, -1px);
  }
}
