body {
  background: none repeat scroll 0 0 #1d1d1d;
  color: #939393;
  position: relative;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

.text-center {
  text-align: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px 8px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: #2d8ce4;
  border-radius: 3px;
}

.btn img {
  margin-right: 10px;
}

.btn_block {
  width: 100%;
}

.btn_grey {
  background: #353535;
}

.btn_green {
  background: #34b15f;
}

.btn_loader {
  max-width: 220px;
  width: 100%;
}

.btn_support {
  margin: auto 15px 15px;
}

.btn.btn_loader img {
  margin-left: 15px;
  margin-right: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: #2a2a2a;
  margin-bottom: 2px;
  position: relative;
  height: 63px;
}

.header a {
  color: #6a6a6a;
  transition: all ease-in-out 0.3s;
}

.header a.btn_loader {
  color: #fff;
}

.header a:hover {
  color: #fff;
}

.header a:hover svg path {
  transition: all ease-in-out 0.3s;
}

.header a:hover svg path {
  stroke: #fff;
}

.header1 .header_center {
  margin-left: 0; /* -160px; */
}

.header2 .header_center {
  margin-left: -40px;
}

.header3 .header_center {
  margin-left: -172px;
}

.user_inner,
.user_name,
.header_right,
.header_center ul,
.header_left {
  display: flex;
  align-items: center;
}

.logo {
  margin-right: 20px;
  min-width: 84px;
}

.header_center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.header_center ul li {
  margin: 0 20px;
}

.user {
  position: relative;
}

.user_inner {
  cursor: pointer;
}

.user_drop {
  position: absolute;
  top: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 17px;
  background: #2a2a2a;
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0 3px 6px rgba(29, 29, 29, 0.32);
  z-index: 100;
}

.user.active .user_drop {
  opacity: 1;
  visibility: visible;
}

.user_drop li {
  margin-bottom: 5px;
}

.user_drop li:last-child {
  margin-bottom: 0;
}

.user_name {
  color: #e1e1e1;
}

.user_name img {
  margin-left: 10px;
}

.user_ava {
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d8ce4;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  margin-right: 10px;
  color: #e1e1e1;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}

.header_right a {
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  color: #e1e1e1;
}

.header_right .btn {
  color: #fff;
}

.header_right a:last-child {
  margin-right: 0;
}

.header_right a svg {
  margin-right: 10px;
  transition: all ease-in-out 0.3s;
}

.footer {
  background: #2a2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  color: #6a6a6a;
  font-size: 14px;
}

.footer button {
  color: #6a6a6a;
}

.footer .percent_btn {
  margin: 0 5px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 120px;
  font-size: 12px;
  line-height: 16px;
  background-color: #1d1d1d;
  color: #e1e1e1;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  transition: all ease-in-out 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1d1d1d transparent transparent transparent;
}

.started_project {
  display: flex;
  flex-direction: column;
  max-width: 890px;
  margin: auto;
}

.started_project_inner {
  display: flex;
}

.started_project_title {
  font-size: 21px;
  margin-bottom: 40px;
  text-align: center;
}

.started_project_upload {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px 15px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #383838;
  cursor: pointer;
  position: relative;
}

.started_project_upload .dropzone {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 100%;
  border: 1px dashed #383838;
  border-radius: 3px;
}

.started_project_upload .dropzone.dz-started {
  border: 1px solid #3f3f3f;
}

.started_project_upload .dropzone .dz-message {
  margin: 0;
}

.started_project_upload .dropzone .dz-preview .dz-image img {
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}

.started_project_upload .dropzone .dz-preview.dz-image-preview {
  background: none;
  margin: 0;
  width: 100%;
}

.started_project_upload .dropzone .dz-message .dz-button {
  display: none;
}

.started_project_upload .dropzone .dz-preview .dz-success-mark{
  pointer-events: auto;
  cursor: pointer;
  z-index: 999;
}

.started_project_upload .dropzone .dz-preview.dz-error:hover .dz-error-message {
  display: none;
}

.started_project_upload .dropzone .dz-preview .dz-image{
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.started_project_upload .dropzone .dz-preview .dz-details {
  display: none;
}

.started_project_upload .dropzone-small .dz-preview .dz-success-mark,
.started_project_upload .dropzone-small .dz-preview .dz-error-mark {
  margin-left: -10px;
  margin-top: -10px;
}

.started_project_upload .dropzone-small .dz-preview .dz-success-mark svg,
.started_project_upload .dropzone-small .dz-preview .dz-error-mark svg {
  width: 20px;
  height: 20px;
}

.started_project_upload .dropzone .dz-preview {
  min-height: 1px;
}

.dropzone-big-img-select,
.dropzone-big-img {
    width: 200px;
    height: 200px;
    border: 1px solid #3F3F3F;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropzone .dz-preview .dz-remove {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 15px;
  color: #fff;
  background: rgb(0 0 0 / 75%);
  opacity: 0;
}

.dropzone:hover .dz-preview .dz-remove {
  opacity: 1;
}

.started_project_position {
  margin: 0 15px;
}

.started_project .size {
  margin: 20px 10px 0;
  max-width: 200px;
}

.size {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.size_item {
  width: 100%;
  margin: 7px 5px;
}

.size_item.half {
  width: calc(50% - 10px);
}

.input_width_height_wrpr {
  position: relative;
}

.text_label {
  font-weight: 500;
  font-size: 14px;
  color: #818181;
  margin-bottom: 5px;
  display: inline-block;
}

.text_input {
  border: 1px solid #4f4f4f;
  border-radius: 3px;
  padding: 12px;
  font-size: 14px;
  color: #e1e1e1;
  background: transparent;
  max-width: 100%;
}

.up-down-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 25px;
  cursor: row-resize;
}

.input_wh_up {
  position: absolute;
  top: 12px;
  right: 9px;
  padding: 0;
  background: transparent;
  width: 6px;
  height: 3px;
  border: 3px solid transparent;
  border-bottom: 4px solid #818181;
}

.input_wh_down {
  position: absolute;
  bottom: 12px;
  right: 9px;
  padding: 0;
  background: transparent;
  width: 6px;
  height: 3px;
  border: 3px solid transparent;
  border-top: 4px solid #818181;
}

.project_action {
  width: 380px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
}

.project_action .module__check {
  margin-bottom: 20px;
}

.project_action .btn {
  margin: 5px;
  width: 50%;
  text-align: center;
  padding: 10px 5px 8px;
}

.medium-panel_label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #818181;
  display: inline-block;
  margin-bottom: 10px;
}

.medium-panel_title {
  font-weight: 500;
  font-size: 14px;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #212121;
  border-radius: 3px;
  margin-bottom: 5px;
}

.medium-panel_by {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  text-transform: capitalize;
  color: #429ff5;
  display: inline-block;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-60 {
  margin-right: 60px;
}

.mt-50 {
  margin-top: 50px !important;
}

.direction-column {
  flex-direction: column;
}

.module__check input {
  display: none;
}

.module__check {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.module__check .text {
  font-size: 16px;
  line-height: 19px;
  color: #e1e1e1;
}

.module__check .check {
  width: 30px;
  height: 30px;
  border: 1px solid #34b15f;
  border-radius: 3px;
  margin-right: 15px;
}

.module__check input:checked + .check {
  background: #34b15f url("../img/check.svg") no-repeat center center;
}

.medium-panel__title {
  display: flex;
  align-items: center;
  color: #e1e1e1;
  margin-bottom: 20px;
}

.medium-panel__title img {
  margin-right: 15px;
}

.content-column {
  flex-direction: column;
}
