:root {
  --bs-primary4: #313133;
}

.center-inputs {
  display: flex;
  justify-content: center;
}

.work-history-inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px; /* Add some space between columns */
}

.work-history-inputs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px; /* Add some space between columns */
}

.degree-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.m-b40 {
  margin-bottom: 40px;
}

.custom-input {
  width: 100%;
}

.dataaa {
  top: 436px;
  left: 1055px;
  width: 158px;
  height: 37px;
  /* UI Properties */
  text-align: right;
  font: normal normal bold 20px/37px Frutiger LT Arabic;
  letter-spacing: 0px;
  color: #313133;
  opacity: 1;
}

body {
  background-color: white;
}

#dropzone {
  background: white;
  border: 2px dashed #ccc;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
}

  #dropzone .dz-message {
    font-weight: bold;
    color: #ccc;
  }

    #dropzone .dz-message h3 {
      margin-top: 30px;
      font-size: 25px;
      color: #ccc;
    }

  #dropzone .dz-preview {
    margin: 20px 0;
    min-height: 100px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }

    #dropzone .dz-preview .dz-filename {
      font-weight: bold;
      margin-bottom: 10px;
    }

    #dropzone .dz-preview .dz-size {
      font-size: 14px;
      margin-bottom: 10px;
    }

    #dropzone .dz-preview .dz-error-message {
      color: red;
      font-size: 14px;
      margin-top: 10px;
    }

.dz-message {
  font-size: 2em;
  text-align: center;
}

/*.title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #313133;
}*/

.s-title {
  font-size: 1.4rem;
  font-weight: 200;
  color: #313133;
}

.w {
  margin-left: 215px;
  margin-right: auto;
  margin-bottom: 20px;
}

.container-cv {
  margin-left: 200px;
  margin-right: 200px;
}

.border {
  border-radius: 10px;
  padding: 20px;
}

.gray {
  background-color: #F9F9F9;
  border-radius: 15px;
}

.gray2 {
  background-color: red;
}

.another-gray {
  background: #F8FAFA;
}

.op {
  opacity: 10%;
}

.b-title {
  font-weight: 600;
  font-size: 2rem;
  margin: 80px;
}

.m-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #313133;
}

.red-line {
  top: 265px;
  left: 1209px;
  width: 70px;
  height: 0px;
  /* UI Properties */

  border: 2px solid #D22930;
  opacity: 1;
  border-radius: 10px;
}

.mt-85 {
  margin-top: 85px;
}

.m-80 {
  margin: 80px;
}

.w-bolder-4 {
  font-weight: 400;
}

.gray-s-title {
  color: #9A9AA6
}

.p-4 {
  padding: 40px;
}

.mt-40 {
  margin-top: 40px;
}

input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.dropzone {
  padding: 1px 10px !important;
}

.titles {
  color: #313133;
  font-size: var(--font-size-5xl);
  line-height: 50px;
  display: inline-block;
  width: 251px;
  position: relative;
  font-weight: 600;
}

.m-6 {
  margin-bottom: -3rem !important;
}

.btn-primary {
  background: var(--bs-primary4) !important;
}

.row .fs-4 {
  color: #5E5E5E !important;
  font-weight: 500 !important;
}

.file-uploaded {
  background-color: #00C851; /* Green */
}

.mb-30px {
  margin-bottom: 30px;
}

.form-control-lg {
  font-size: 1.2rem !important;
}

input[type="checkbox"] {
  width: 25px !important;
  height: 25px !important;
  margin: 10px;
}

.form-control {
  padding: 1rem 1rem !important;
}

.table-overflow {
  overflow-x: auto;
}

/*.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
  border: 0;
  padding: calc(1rem + 1px) calc(1.9rem + 20px) !important;
}*/

.dropzone.dropzone-default.dropzone-primary {
  border-color: #A7A7A9s !important;
}

.dropzone.dropzone-default {
  margin: 80px;
  padding: 1px !important;
  text-align: center !important;
  cursor: pointer !important;
  border: 2px dashed #EBEDF3 !important;
  border-radius: 0.42rem !important;
}

.dropzone {
  min-height: auto !important;
}

  .dropzone.dropzone-default .dropzone-msg-title {
    color: #3F4254 !important;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    font-weight: 500 !important;
    font-size: 1.2rem !important;
  }

  .dropzone.dropzone-default .dropzone-msg-desc {
    margin-left: 8px;
    color: #B5B5C3 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
  }

  .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message {
    /*    margin-left:410px;*/
  }

.checkbox .border {
  padding: 1px;
}

.mb-30 {
  margin-bottom: 7.5rem !important;
}

.checkbox-text {
  margin-top: -2px !important;
}

.min-w-lg {
  min-width: 1024px !important;
}

.required:after {
  content: " *";
  color: red;
}
