.tot-modal-plugin-deactivation {
  background-color: rgba(0, 0, 0, 0.45);
  overflow: auto;
}

.tot-modal-plugin-deactivation .tot-modal {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  padding: 35px 30px;
  max-width: 552px;
  top: 100px;
}

.tot-modal-plugin-deactivation .tot-modal.modal-transition {
  transition: all 0.2s 0.12s;
  transform: translate(-36.6%, 10%);
}

.tot-modal-plugin-deactivation .tot-modal.is-visible.modal-transition {
  transform: translate(-36.6%, 0%);
}

.tot-modal-plugin-deactivation .tot-modal-content {
  color: #757575;
  padding: 0;
}

.tot-modal-plugin-deactivation img.tot-logo {
  margin-bottom: 20px;
}

.tot-modal-plugin-deactivation .tot-content-label,
.tot-modal-plugin-deactivation .success-message,
.tot-modal-plugin-deactivation .error-message {
  font-weight: 600;
  line-height: 1.4444444444444444;
  word-wrap: break-word;
}

.tot-modal-plugin-deactivation .tot-content-label,
.tot-modal-plugin-deactivation .success-message {
  color: #1D2327;
}

.tot-modal-plugin-deactivation .tot-content-label,
.tot-modal-plugin-deactivation .error-message {
  text-align: left;
  font-size: 15px;
}

.tot-modal-plugin-deactivation .error-message {
  color: red;
  margin: 30px 0px;
}

.tot-modal-plugin-deactivation .tot-content-label {
  margin-bottom: 12px;
}

.tot-modal-plugin-deactivation .success-message {
  text-align: center;
  font-size: 17px;
  margin: 30px 0px;
}

.tot-modal-plugin-deactivation .checkbox-group {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.tot-modal-plugin-deactivation .ratings-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 85px;
  margin: 20px 0 30px;
  justify-content: center;
}

.tot-modal-plugin-deactivation .ratings-wrapper input {
  position: absolute;
  visibility: hidden;
}

.tot-modal-plugin-deactivation .ratings-wrapper label {
  line-height: 0;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: font-size 0.3s linear;
}

.tot-modal-plugin-deactivation .ratings-wrapper label img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: all 0.3s linear;
}

.tot-modal-plugin-deactivation .ratings-wrapper label img:focus,
.tot-modal-plugin-deactivation .ratings-wrapper label img:focus-visible {
  outline: none;
}

.tot-modal-plugin-deactivation .ratings-wrapper input:checked + label {
  font-weight: 600;
}

.tot-modal-plugin-deactivation .ratings-wrapper input:checked + label.poor,
.tot-modal-plugin-deactivation .ratings-wrapper label.poor:hover {
  color: #F0967D;
}

.tot-modal-plugin-deactivation .ratings-wrapper input:checked + label.okay,
.tot-modal-plugin-deactivation .ratings-wrapper label.okay:hover {
  color: #F9DC71;
}

.tot-modal-plugin-deactivation .ratings-wrapper input:checked + label.great,
.tot-modal-plugin-deactivation .ratings-wrapper label.great:hover {
  color: #BFDF8D;
}

.tot-modal-plugin-deactivation .ratings-wrapper input:checked + label img  {
  transform: scale(1.2);
}

.tot-modal-plugin-deactivation .ratings-wrapper label:active img {
  transform: scale(0.93);
  transition: transform 0.05s linear;
}

.tot-modal-plugin-deactivation .reasons-wrapper {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tot-modal-plugin-deactivation .reasons-wrapper .checkbox-group {
  gap: 7px;
}

.tot-modal-plugin-deactivation .reasons-wrapper .checkbox-group input {
  margin: 0;
  border-color: #D9D9D9;
  border-radius: 50%;
  box-shadow: none;
}

.tot-modal-plugin-deactivation .reasons-wrapper .checkbox-group input::before {
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  content: "";
}

.tot-modal-plugin-deactivation .reasons-wrapper .checkbox-group input:checked {
  border: 4px solid #1677ff;
}

.tot-modal-plugin-deactivation .reasons-wrapper .checkbox-group label {
  line-height: 0;
  cursor: pointer;
}

.tot-modal-plugin-deactivation .reasons-wrapper .checkbox-group label,
.tot-modal-plugin-deactivation .ratings-wrapper label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tot-modal-plugin-deactivation textarea {
  width: 100%;
  background-color: #F6F6F6;
  border-color: #EAEAEA;
  height: 83px;
  padding: 10px;
}

.tot-modal-plugin-deactivation textarea:focus,
.tot-modal-plugin-deactivation textarea:focus-visible {
  border-color: #1677ff;
  box-shadow: none;
}

.tot-modal-plugin-deactivation .tot-modal-action {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  margin-top: 10px;
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-accept,
.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-cancel {
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 1.5;
  height: 32px;
  padding: 3px 15px;
  border-radius: 6px;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-accept:focus-visible,
.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-cancel:focus-visible {
  outline: 4px solid #91caff;
  outline-offset: 1px;
  transition: outline-offset 0s, outline 0s;
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-accept {
  color: #fff;
  background: #1677ff;
  box-shadow: 0 2px 0 rgba(5, 145, 255, 0.1);
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-accept:active {
  background-color: #0958d9;
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-accept:hover {
  background: #4096ff;
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-accept:disabled,
.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-accept:disabled:hover {
  background: #7EA5FA;
  cursor: not-allowed;
  pointer-events: none;
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-cancel {
  color: #757575;
  border-color: #d9d9d9;
  background: #ffffff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-cancel:active {
  color: #0958d9;
  border-color: #0958d9;
}

.tot-modal-plugin-deactivation .tot-modal-action .tot-btn-cancel:hover {
  color: #4096ff;
  border-color: #4096ff;
}

.tot-modal-plugin-deactivation .tot-spinner {
  display: none;
}

.tot-modal-plugin-deactivation .tot-spinner div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.tot-modal-plugin-deactivation .tot-spinner div::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top-color: #7EA5FA;
  border-radius: 50%;
  animation: tot-spin 0.7s linear infinite;
}

@keyframes tot-spin {
  to {
    transform: rotate(360deg);
  }
}
