﻿.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 5000;
}
.dm-overlay .close {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 999999999999999;
}
.dm-overlay .close img {
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .dm-overlay .close {
    opacity: 1;
    top: 20px;
    left: 20px;
  }
}
.dm-overlay .scroll-wrapper {
  direction: rtl;
}
.dm-overlay .modal-checkwrapper {
  direction: ltr;
}
.dm-overlay .modal-checkwrapper::-webkit-scrollbar {
  width: 3px;
}
.dm-overlay .modal-checkwrapper::-webkit-scrollbar-thumb {
  width: 3px;
  background: #dae4ee;
  margin-right: 20px;
}
.dm-overlay .yellow-text {
  color: #262a35;
  font-size: 50px;
}
.dm-overlay .yellow {
  background: #fde85e url("../../images/notifications/yellow.png") center center no-repeat;
  background-size: contain;
  min-height: 380px;
  margin-bottom: -24px;
  padding-top: 30px;
  text-align: center;
  display: inherit;
}
.dm-overlay .yellow .sticky-section {
  text-align: right;
}
@media (min-width: 768px) {
  .dm-overlay .yellow {
    display: flex;
    background: #fde85e url("../../images/notifications/yellow.png") center center no-repeat;
    text-align: left;
    margin-bottom: 0;
    display: block;
    padding: 72px 75px;
  }
}

.dm-overlay:target {
  display: block;
  -webkit-animation: fade 0.6s;
  -moz-animation: fade 0.6s;
  animation: fade 0.6s;
  overflow: hidden;
}

.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

.dm-cell {
  display: table-cell;
  padding: 0 0em;
  vertical-align: middle;
  text-align: center;
}

.dm-modal {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
  color: #cfd8dc;
  text-align: left;
  -webkit-animation: fade 0.8s;
  -moz-animation: fade 0.8s;
  animation: fade 0.8s;
}

body.tid.active {
  overflow: hidden !important;
}

.dm-overlay {
  /* Rounded sliders */
}
.dm-overlay .yellow {
  background-color: #FDE85E;
}
.dm-overlay .white {
  background-color: #fff;
}
.dm-overlay .modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.dm-overlay .modal-block {
  flex: 0 0 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.dm-overlay .yellow img {
  box-shadow: none !important;
  border-radius: 0 !important;
  max-width: 97%;
  margin-bottom: 150px;
}
.dm-overlay .white {
  padding: 72px 75px;
  display: block;
}
.dm-overlay .switch {
  position: relative;
  display: inline-block;
  width: 47px;
  height: 26px;
}
.dm-overlay .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dm-overlay .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dm-overlay .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.dm-overlay input:checked + .slider {
  background-color: #FDE85E;
}
.dm-overlay input:focus + .slider {
  box-shadow: 0 0 1px #FDE85E;
}
.dm-overlay input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.dm-overlay .slider.round {
  border-radius: 34px;
}
.dm-overlay .slider.round:before {
  border-radius: 50%;
}
.dm-overlay .check-line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DCE5EE;
  padding-top: 20px;
  padding-bottom: 10px;
}
.dm-overlay .check-name {
  display: flex;
  align-items: center;
  color: #262a35;
}
.dm-overlay .modal-checkwrapper {
  height: calc(100% - 90px);
  overflow-y: scroll;
}
.dm-overlay .container-fluid.mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .dm-overlay .dm-modal {
    margin-top: 50px;
  }
  .dm-overlay .modal-wrapper {
    display: block;
    overflow-y: scroll;
  }
  .dm-overlay .yellow-text {
    top: 20px;
    font-size: 30px;
  }
  .dm-overlay .sticky-section {
    z-index: 1000000000000000000000000 !important;
  }
  .dm-overlay #header {
    z-index: 100000000000000000000000000000 !important;
  }
  .dm-overlay .yellow img {
    margin-bottom: 40px;
    margin-top: 50px;
    max-width: 100%;
  }
  .dm-overlay .modal-block.yellow {
    height: auto;
  }
  .dm-overlay .white {
    padding: 20px 30px;
    border-radius: 26px 26px 0 0;
    margin-top: -17px;
  }
  .dm-overlay .modal-checkwrapper {
    max-height: 820px;
    overflow-y: scroll;
  }
  .dm-overlay .dm-modal {
    margin-top: 0px;
  }
  .dm-overlay .container-fluid.mobile {
    display: block;
  }
  .dm-overlay .modal-block {
    height: auto;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/notifications-manage.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/base/_varibales.scss%22,%22file:///C:/Projects/idf_core/Idf.Web/wwwroot/scss/ltr/_direction.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EAEI;IACI;IACA;IACA;;;AAIR;EACI;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA,YCpCM;EDqCN;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EAbJ;IAcQ;IACA;IACA,YEvEM;IFwEN;IACA;IACA;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;AAuFI;;AAtFA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIJ;EACI;;AAKJ;EACI;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;EAKJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI%22%7D */