/* Common */

@media (min-width: 767px) and (max-width: 876px) {
  .profile-img-col-tab {
    display: block !important;
  }
}

.sent-video {
  padding: 5px;
  background-color: var(--theme-color);
  color: var(--color-white);
  border-radius: 9px;
  font-size: 16px;
  text-align: left;
}

.receive-video {
  padding: 5px;
  background-color: var(--color-white);
  color: var(--primary-text-color);
  border-radius: 9px;
  text-align: left;
}

.scroll-down-div {
  position: absolute;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: var(--color-white);
  text-align: center;
  padding: 16px;
  right: 27px;
  animation-direction: normal;
  bottom: 70px;
  cursor: pointer;
  border: 1px solid var(--primary-text-color);
}

.unread-count {
  position: absolute;
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 2px;
  border-radius: 50%;
  bottom: 21px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  /* left:116px; */
}
.unread-count-raiseticket {
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 2px;
  border-radius: 50%;
  bottom: 21px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-left: -10px;
  /* left:116px; */
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.supportchat-list:hover {
  background-color: #eceff4 !important;
  cursor: pointer;
}
.supportchat-list:hover .supportchat-name {
  color: var(--theme-color) !important;
}
.selected-supportchat-list {
  border-left: 2px solid var(--theme-color);
  background-color: #eceff4 !important;
}
.selected-supportchat-list .supportchat-name {
  color: var(--theme-color) !important;
}
.supportchat-list-li {
  border: unset !important;
  background-color: #fff !important;
  border-radius: 5px !important;
}

/* Attendee */
.supportchat-list-container {
  border-right: var(--div-border);
  height: 100vh;
}
.supportchat-list-container .supportchat-list-item {
  border: none;
  background-color: var(--color-white);
  border-radius: 0.313rem;
  padding: 1rem 1rem 1.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.supportchat-list-container .supportchat-list-item .interest-section {
  padding-top: 0.5rem;
  width: 75%;
}
.supportchat-list-container
  .supportchat-list-item
  .interest-percentage-section {
  width: 25%;
  text-align: right;
}

.supportchat-list-container
  .supportchat-list-item
  .mutual-interest-percentage-text {
  position: absolute;
  bottom: 8px;
  right: 4px;
  font-size: 9px;
  color: var(--color-white);
  font-weight: 500;
}
.supportchat-list-container .supportchat-list-item .supportchat-category {
  background-color: var(--theme-color);
  padding: 0px 5px;
  position: absolute;
  top: 45px;
  left: -8px;
  border-radius: 10px;
  min-width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supportchat-filter-item {
  background-color: var(--color-white);
  border-radius: 1.563rem;
  height: 3.125rem;
  width: 100%;
  position: static;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
}
.supportchat-list-container .supportchat-card-item {
  width: 9.69rem;
  height: 15rem;
  border-radius: 6px;
  margin: 0 0.35rem 1rem 0;
  border: none;
  cursor: pointer;
}
.supportchat-list-container
  .supportchat-card-item
  .mutual-interest-percentage-img {
  position: absolute;
  top: 0.375rem;
}
.supportchat-list-container
  .supportchat-card-item
  .mutual-interest-percentage-text {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 9px;
  color: var(--color-white);
  font-weight: 500;
}
.supportchat-list-container .supportchat-card-item .card-body {
  height: 100%;
  padding: 1rem 0.25rem;
}
.supportchat-list-container .supportchat-card-item .card-body .user-details {
  text-align: center;
  height: 80%;
}
.supportchat-list-container
  .supportchat-card-item
  .card-body
  .user-chat-action {
  text-align: center;
  height: 20%;
}
.supportchat-list-container .supportchat-card-item .supportchat-category {
  background-color: var(--theme-color);
  padding: 0px 5px;
  position: absolute;
  top: 60px;
  left: 45px;
  border-radius: 10px;
  min-width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supportchat-details-container .cross-button-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
.supportchat-details-container .cross-button-section .cross-button {
  z-index: 1;
  background-color: var(--secondary-text-color);
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  padding: 0 0.48rem;
  color: var(--color-white);
}
.supportchat-details-container .supportchat-blur-container {
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
  height: 16.25rem;
}
.supportchat-details-container .supportchat-blur-container .supportchat-img {
  z-index: 2;
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.supportchat-details-container .react-blur-canvas {
  width: 110% !important;
  height: 120% !important;
  margin-left: -16px;
  margin-top: -56px;
}
.supportchat-details-container
  .supportchat-blur-container
  .supportchat-actions-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.supportchat-details-container
  .supportchat-blur-container
  .supportchat-actions-section
  .icon-container {
  padding: 1rem;
  text-align: -webkit-center;
}
.supportchat-details-container
  .supportchat-blur-container
  .supportchat-actions-section
  .icon-container
  .default-icons-white {
  width: 3.125rem;
  height: 3.125rem;
  background: #969493;
  border-radius: 50%;
  padding: 0.625rem 0.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supportchat-details-container
  .supportchat-blur-container
  .supportchat-actions-section
  .icon-container
  .custom-icons {
  width: 3.125rem;
  height: 3.125rem;
  background: #969493;
  border-radius: 50%;
  padding: 0.625rem 0.94rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* User chat */
.chat-list-container {
  border-right: var(--div-border);
  height: 100vh;
}
.chat-list-container .chat-list-item {
  border: none;
  background-color: var(--color-white);
  border-radius: 0.313rem;
  padding: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.chat-list-container .chat-list-item .profile-img-col {
  width: 100%;
}
.chat-list-container
  .chat-list-item
  .profile-img-col
  .supportchat-user-other-details {
  width: 86%;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.chat-list-container
  .chat-list-item
  .profile-img-col
  .supportchat-user-other-details
  .supportchat-name {
  width: 77%;
}
.chat-list-container
  .chat-list-item
  .profile-img-col
  .supportchat-user-other-details
  .supportchat-chattime {
  width: 23%;
  white-space: nowrap;
  text-align: end;
}
.chat-list-container
  .chat-list-item
  .profile-img-col
  .supportchat-user-other-details
  .supportchat-message {
  width: 90%;
}
.chat-list-container
  .chat-list-item
  .profile-img-col
  .supportchat-user-other-details
  .supportchat-message
  .message {
  white-space: nowrap;
  width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-list-container
  .chat-list-item
  .profile-img-col
  .supportchat-user-other-details
  .supportchat-unreadmessge {
  width: 10%;
  white-space: nowrap;
  text-align: end;
}
.chat-list-container
  .chat-list-item
  .profile-img-col
  .supportchat-user-other-details
  .supportchat-unreadmessge
  .unreadmessge {
  background-color: var(--theme-color);
  width: 1.5rem;
  padding: 0.188rem;
  border-radius: 0.313rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-list-container .fixed-compose-btn {
  position: sticky;
  bottom: 0.625rem;
  left: 6.875rem;
}
.chat-modal-header {
  height: 65px !important;
  padding: 0.625rem;
  border-bottom: var(--div-border);
}
.chat-modal-header .close {
  opacity: 1;
}
.chat-conatiner .meeting-container {
  width: 50%;
  border-radius: 5px;
  background-color: #f7f8fa;
  border: var(--div-border);
}
.chat-conatiner .meeting-container .meeting-body {
  border-bottom: var(--div-border);
}
.chat-conatiner .chat-date {
  border: var(--div-border);
  border-radius: 0.625rem;
  padding: 0.125rem 0.625rem;
  background-color: var(--color-white);
}
.chat-supportchat-details-container .supportchat-blur-container {
  position: relative;
  top: 1rem;
  left: 0;
  text-align: center;
  height: 16.25rem;
}
.chat-supportchat-details-container
  .supportchat-blur-container
  .supportchat-img {
  z-index: 2;
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.chat-footer-container {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.chat-footer-container .attachment-button {
  width: 11%;
}
.chat-footer-container .text-box-area {
  width: 80%;
}
.chat-footer-container .chat-area {
  width: 88%;
}
.chat-footer-container .send-button {
  width: 11%;
}
.chat-conatiner .chat-media {
  border-radius: 0.313rem !important;
  width: 50% !important;
  height: 50% !important;
  object-fit: contain;
  cursor: pointer;
  border: 0.125rem solid #eaedf3;
  padding: 0.313rem;
}
.chat-conatiner .chat-media-deownload-sender {
  position: absolute;
  top: 6px;
  right: 25px;
  background: #eaedf3;
}
.chat-conatiner .chat-media-deownload-receiver {
  position: absolute;
  top: 6px;
  left: 25px;
  background: #eaedf3;
}
.chat-conatiner .chat-media-deownload-sender .custom-icons,
.chat-conatiner .chat-media-deownload-receiver .custom-icons {
  margin: 0 0.25rem;
}

.supportchat-user-img {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: var(--primary-text-color);
  color: var(--color-white);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  padding-top: 17px;
  letter-spacing: 1.5px;
}

.supportchat-appicon-img {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: var(--color-white);
  text-align: center;
}

/*** Chat View Section ***/

.supportchat-user-div {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: var(--primary-text-color);
  color: var(--color-white);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  padding-top: 17px;
  letter-spacing: 1.5px;
}

.header-menu-supportchat-icon {
  /* padding: 10px; */
  cursor: pointer;
  width: 20;
  height: 20px;
  /* margin-left: 10px;
  margin-right: 10px; */
}
.nonreg-mail {
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #f47174;
}

.chat-user-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.no-content-message {
  height: 100%;
  color: #a2a3b1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-6 {
  padding: 1px 0px 6px 0px;
}

.receive-chat {
  padding: 12px 14px 12px 14px;
  border-radius: 20px;
  font-size: 16px;
  background-color: var(--color-white);
  color: var(--primary-text-color);
  width: fit-content;
  font-family: var(--addnormal-font-family);
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  text-align: left;
}

.sent-chat {
  padding: 12px 14px 12px 14px;
  border-radius: 20px;
  font-size: 16px;
  background-color: var(--theme-color);
  color: var(--color-white);
  width: fit-content;
  font-family: var(--addnormal-font-family);
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  text-align: left;
}

.chat-img {
  border-radius: 8px;
  margin: 6px;
  height: 89px;
  width: 89px;
}

.sent-div-chat-img {
  height: 96px;
  width: 96px;
  background-color: var(--theme-color);
  border-radius: 15px;
  margin-bottom: 12px;
}

.receive-div-chat-img {
  height: 96px;
  width: 96px;
  background-color: var(--color-white);
  border-radius: 15px;
  margin-bottom: 12px;
}

.notificatino-icon-text {
  position: absolute;
  background-color: var(--color-red);
  color: var(--color-white);
  padding: 2px;
  border-radius: 50%;
  bottom: 36px;
  font-size: 12px;
  height: 20px;
  width: 20px;
}

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes closeWindow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ril__outer {
  background-color: rgba(0, 0, 0, 0.85);
  outline: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  user-select: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.ril__outerClosing {
  opacity: 0;
}

.ril__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ril__image,
.ril__imagePrev,
.ril__imageNext {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: none;
  -ms-content-zooming: none;
  user-select: none;
  -ms-user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.ril__imageDiscourager {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ril__navButtons {
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 34px;
  padding: 40px 30px;
  margin: auto;
  cursor: pointer;
  opacity: 0.7;
}
.ril__navButtons:hover {
  opacity: 1;
}
.ril__navButtons:active {
  opacity: 0.7;
}

.ril__navButtonPrev {
  left: 0;
  background: rgba(0, 0, 0, 0.2)
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==")
    no-repeat center;
  /* display: none; */
}

.ril__navButtonNext {
  right: 0;
  background: rgba(0, 0, 0, 0.2)
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+")
    no-repeat center;
  /* display: none; */
}

.ril__downloadBlocker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-size: cover;
}

.ril__caption,
.ril__toolbar {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ril__caption {
  bottom: 0;
  max-height: 150px;
  overflow: auto;
}

.ril__captionContent {
  padding: 10px 20px;
  color: #fff;
}

.ril__toolbar {
  top: 0;
  height: 50px;
}

.ril__toolbarSide {
  height: 50px;
  margin: 0;
}

.ril__toolbarLeftSide {
  padding-left: 20px;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ril__toolbarRightSide {
  padding-left: 0;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ril__toolbarItem {
  display: inline-block;
  line-height: 50px;
  padding: 0;
  color: #fff;
  font-size: 120%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ril__toolbarItemChild {
  vertical-align: middle;
}

.ril__builtinButton {
  width: 40px;
  height: 35px;
  cursor: pointer;
  border: none;
  opacity: 0.7;
}
.ril__builtinButton:hover {
  opacity: 1;
}
.ril__builtinButton:active {
  outline: none;
}

.ril__builtinButtonDisabled {
  cursor: default;
  opacity: 0.5;
}
.ril__builtinButtonDisabled:hover {
  opacity: 0.5;
}

.ril__closeButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=")
    no-repeat center;
}

.ril__zoomInButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PHBhdGggZD0iTTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+")
    no-repeat center;
  /* display: none; */
}

.ril__zoomOutButton {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTEgMTlsNi02Ii8+PHBhdGggZD0iTTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=")
    no-repeat center;
  /* display: none; */
}

.ril__outerAnimating {
  -webkit-animation-name: closeWindow;
  animation-name: closeWindow;
}

@-webkit-keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

@keyframes pointFade {
  0%,
  19.999%,
  100% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}

.ril__loadingCircle {
  width: 60px;
  height: 60px;
  position: relative;
}

.ril__loadingCirclePoint {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ril__loadingCirclePoint::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 11%;
  height: 30%;
  background-color: #fff;
  border-radius: 30%;
  -webkit-animation: pointFade 800ms infinite ease-in-out both;
  animation: pointFade 800ms infinite ease-in-out both;
}
.ril__loadingCirclePoint:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(1)::before,
.ril__loadingCirclePoint:nth-of-type(7)::before {
  -webkit-animation-delay: -800ms;
  animation-delay: -800ms;
}
.ril__loadingCirclePoint:nth-of-type(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.ril__loadingCirclePoint:nth-of-type(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.ril__loadingCirclePoint:nth-of-type(2)::before,
.ril__loadingCirclePoint:nth-of-type(8)::before {
  -webkit-animation-delay: -666ms;
  animation-delay: -666ms;
}
.ril__loadingCirclePoint:nth-of-type(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ril__loadingCirclePoint:nth-of-type(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.ril__loadingCirclePoint:nth-of-type(3)::before,
.ril__loadingCirclePoint:nth-of-type(9)::before {
  -webkit-animation-delay: -533ms;
  animation-delay: -533ms;
}
.ril__loadingCirclePoint:nth-of-type(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ril__loadingCirclePoint:nth-of-type(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ril__loadingCirclePoint:nth-of-type(4)::before,
.ril__loadingCirclePoint:nth-of-type(10)::before {
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms;
}
.ril__loadingCirclePoint:nth-of-type(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.ril__loadingCirclePoint:nth-of-type(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.ril__loadingCirclePoint:nth-of-type(5)::before,
.ril__loadingCirclePoint:nth-of-type(11)::before {
  -webkit-animation-delay: -266ms;
  animation-delay: -266ms;
}
.ril__loadingCirclePoint:nth-of-type(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.ril__loadingCirclePoint:nth-of-type(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.ril__loadingCirclePoint:nth-of-type(6)::before,
.ril__loadingCirclePoint:nth-of-type(12)::before {
  -webkit-animation-delay: -133ms;
  animation-delay: -133ms;
}
.ril__loadingCirclePoint:nth-of-type(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ril__loadingCirclePoint:nth-of-type(13) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ril__loadingCirclePoint:nth-of-type(7)::before,
.ril__loadingCirclePoint:nth-of-type(13)::before {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.ril__loadingContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* .ril__imagePrev .ril__loadingContainer,
.ril__imageNext .ril__loadingContainer {
  display: none;
} */

.ril__errorContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.ril__imagePrev .ril__errorContainer,
.ril__imageNext .ril__errorContainer {
  display: none;
}

.ril__loadingContainer__icon {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.styledownload {
  border: 2px solid var(--theme-color);
}

.soft-red {
  color: #f47174;
}

/*# sourceMappingURL=style.css.map*/
