html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom_scroll::-webkit-scrollbar {
  width: 10px;
}

.custom_scroll::-webkit-scrollbar-thumb {
  background-color: #E2E8F0;
  border-radius: 5px;
  border: 2px solid #fff;
}

.custom_scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 5px;
}

.cc-setting-dialog {
  .MuiPaper-root {
    min-width: 150px !important;
    min-height: 150px !important;
    overflow-y: auto !important;
    border-radius: 12px !important;
    @media (max-width: 450px) {
      padding: 15px !important;
    }
  }
}

#cc-container {
  .MuiPaper-root {
    padding: 20px !important;
    border-radius: 12px !important;
    background-color: rgb(36, 43, 48) !important;
  }
}

.bottom-buttons-other-options {
  .MuiPaper-root {
    min-width: 150px !important;
    min-height: 150px !important;
    overflow-y: auto !important;
    border-radius: 12px !important;
    @media (max-width: 450px) {
      padding: 15px !important;
    }
  };

  & > .bottom-buttons-icon-button {
    display: none;
  }
}