.mainContainer {
    width: 100%;
}
.title {
    width: 450px;
    margin: 50px;
    font-family: Helvetica;
}
.title h1 {
    color: #5D5E64;
    font-family: Helvetica;
}

.dashboardContainer, .mainContainer {
    display: flex;
    flex-direction: row;
    justify-content: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #5D5E64;
}

.dashboardMenu {
    width: 200px;
    flex: 1;
}

.dashboardContent {
    flex: 5;
    margin-top: 20px;
}

.dashboardMenuButton, .navigationButton, .navigationSubButton {
    display: block;
    margin: 5px 0;
    color: #ED3F1C;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    text-decoration: none;
    cursor: pointer;
}

.navigationSubButton {
    margin-left: 20px;
    font-size: 14px;
}

.itemContainerEditSet {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.itemImageEditSet {
    width: 200px;
    border-radius: 5px;
}

.itemImageEditSet img {
    width: 100%;
    border-radius: 5px;
}

.itemImageEdit img {
    width: 100%;
    border-radius: 5px;
}

.itemImagePreview {
    display: inline-block;
    margin: 0 20px 20px 0;
    max-width: 200px;
}

.itemImagePreview img {
    width: 100%;
}

.dashboardItems {
    display: flex;
    flex-wrap: wrap;
}

.dashboardItem {
    margin: 20px 0 0 20px;
    padding: 10px;
    width: 200px;
    height: 200px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #5D5E64;
    border-radius: 10px;
    border: 1px solid #5D5E64;
    box-shadow: 5px 5px 24px #f7f7f7, -5px -5px 24px #ffffff;
}

.dashboardItem:hover {
    border: 1px solid #736B1E;
    scale: 1.02;
}

.smallItemImage {
    max-width: 100px;
    margin: auto;
}

.smallItemImage img {
    width: 100%;
    border-radius: 5px;
}

.dashboardItemText {
    text-align: center;
    text-decoration: none;
}

.dashboardSummaryItem {
    margin: 20px;
    width: 200px;
    height: 200px;
    color: #5D5E64;
    border: 1px solid #5D5E64;
    border-radius: 10px;
    box-shadow: 5px 5px 24px #f7f7f7, -5px -5px 24px #ffffff;
}

.dashboardSummaryItemText {
    margin-top: 20px;
    text-align: center;
    font-size: 36px;
}

.profileFirstText {
    flex-basis: 100%;
    margin: 50px 20px;
    font-size: 24px;
}

.dashboardNewItems {
  flex-basis: 100%;
  margin: 10px;
}

.dashboardNewItem, .dashboardItemSet {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  width: 200px;
  height: 200px;
  font-size: 24px;
  line-height: 200px;
  text-align: center;
  text-decoration: none;
  color: #5D5E64;
  border-radius: 10px;
  border: 1px solid #5D5E64;
  box-shadow: 5px 5px 24px #f7f7f7, -5px -5px 24px #ffffff;
}

.dashboardItemSet {
    line-height: 50px;
}

.dashboardSummaryItem:hover, .dashboardNewItem:hover {
    color: #ED3F1C;
    scale: 1.02;
}

.itemEditSet {
    display: flex;
    flex-direction: row;
    min-width: 400px;
    margin: 20px 50px 20px 0;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5D5E64;
    text-decoration: none;
    border: 2px solid #f1f1f1;
    border-radius: 5px;
}

.itemDescriptionEditSet {
    padding: 5px 0 10px;
    margin-bottom: 10px;
}

.itemEditContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.itemEditImage, .itemEditText, .itemSelectPODItem, .itemSelectBox {
    min-width: 260px;
    height: 362px;
    margin: 0 48px 20px 0;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 5px; 
}

.itemEditText, .itemSelectPODItem {
    margin-top: 10px;
}

.itemSelectBox {
    margin-top: 10px;
    margin-bottom: 5px;
    overflow-y: scroll;
}

.itemSelectPODItem {
    overflow-y: scroll;
}

.addInput {
    margin-left: 5px;
    margin-bottom: 10px;
}

.addInput input {
    min-height: 25px;
}

.addInputText {
    color:#736B1E;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.addButton, .removeButton {
    width: 36px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    border: 1px solid #5D5E64;
    border-radius: 5px;
    cursor: pointer;
}

.removeButton {
    color: #BF1B1B;
    border: 1px solid #BF1B1B;
}

.addButton:hover {
    color: #ED3F1C;
    scale: 1.02;
}

.showButtonImage {
    margin-left: 6px;
    transform: translate(0px, 7px);
}

.itemEditImageText {
    line-height: 170px;
    margin-left: 70px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5D5E64;
    font-weight: 700;
}

.itemEditInput, .setEditInput {
    margin-top: 10px;
}

.itemDescriptionEditSet label, 
.itemEditInput label, 
.itemEditInputTop label, 
.setEditInput label,
.setEditInputTop label {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    color: #5D5E64;
    font-size: 14px;
    font-weight: 700;
}

.itemEditInput input, .itemEditInputTop input {
    width: 250px;
    min-height: 25px;
}

.red-border {
    border: 1px solid #BF1B1B;
}

.itemEditInput textarea {
    width: 250px;
    min-height: 40px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
}

.setEditInput textarea {
    width: 432px;
    min-height: 100px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
}

.itemEditInput select {
    width: 262px;
    background-color: #fff;
    border: 1px solid #5D5E64;
    border-radius: 5px;
    height: 28px;
}

.itemVariant {
    margin: 5px 0;
    padding: 5px;
    font-size: 14px;
    color: #5D5E64;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #f1f1f1;
    border-radius: 5px; 
} 

.setSelect, .podProductSelect, .selectBoxItem {
    width: 230px;
    margin: 5px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #5D5E64;
    border-radius: 5px;
    cursor: pointer;
}

.setSelect:hover, .podProductSelect:hover, .selectBoxItem:hover {
    border: 1px solid #f1f1f1;
}

.setSelectSelected, .podProductSelectSelected, .selectBoxItemSelected {
    border: 1px solid #f1f1f1;
}

.setBubble {
    float: right;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.submitButton {
    max-width: 200px !important;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    color: #5D5E64;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #5D5E64;
    border-radius: 5px;
    box-shadow: 5px 5px 24px #f7f7f7, -5px -5px 24px #ffffff;
    cursor: pointer;
}

.closeButton {
    max-width: 200px !important;
    margin: 0 10px 20px 0;
    padding: 10px;
    background-color: #fff;
    color: #BF1B1B;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #BF1B1B;
    border-radius: 5px;
    box-shadow: 5px 5px 24px #f7f7f7, -5px -5px 24px #ffffff;
    cursor: pointer;
}

.submitButton:hover {
    color:#736B1E;
    border: 2px solid #736B1E;
    box-shadow:  1px 1px 7px #f7f7f7, -1px -1px 17px #ffffff;
}

.profileContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.profileColumn {
    min-width: 325px;
    margin-bottom: 20px;
}

.profilePictureInput {
    min-height: 340px !important;
    border: 1px solid #fff;
    cursor: pointer;
}

input[type=file]::file-selector-button {
    display: none;
}

input[type=file]::-webkit-file-upload-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: -100%;
}

input[type=file]::-ms-browse {
    display: none;
}

.imageLabel {
    font-size: 14px;
    font-weight: 700;
}

.imageInput {
    min-height: 82px !important;
    border: 1px solid #5D5E64;
    cursor: pointer;
}

.profilePicture {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profilePicture img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    border: 1px solid #f1f1f1;
}

.profilePictureSmall {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

.profilePictureSmall img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #f1f1f1;
}

.profileLink {
    color: #736B1E;
    text-decoration: none;
}

.printfulFormDescription {
    max-width: 240px;
    margin: 20px 10px;
}

.manageCategoriesTable {
    margin-bottom: 50px;
}

.disabledButton {
    border: 1px solid #f1f1f1;
    cursor: not-allowed;
}

.disabledButton:hover {
    color: #5D5E64;
    border: 1px solid #f1f1f1;
}

.button {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    padding: 20px;
    background: linear-gradient(145deg, #F7F6F4, #ffffff);
    box-shadow:  1px 1px 7px #d9d9d9, -1px -1px 7px #ffffff;
    cursor: pointer;
}
.button:hover, .button:active {
    border-radius: 25px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow:  1px 1px 7px #f7f7f7, -1px -1px 17px #ffffff;
}
.buttonContainer {
    margin: 20px;
    min-width: 200px;
    height: 500px;
}
.buttonMiddle {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    margin: auto;
}
.buttonTextWrap {
    display: flex;
    width: 600px;
}
.buttonWrap {
    flex: 1;
}

.buttonText, .buttonTextRight {
    flex: 8;
    height: 80px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #5D5E64;
    margin-right: 20px;
    cursor: pointer;
}