
  /* ==========================================================================
     #GRID
     ========================================================================== */
  #assignment-form {
    border: 2px solid rgba(129, 129, 129, 0.267);
  }

  #assignment-form .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  #assignment-form .row .col-2:last-child .input-group-desc {
    margin-bottom: 0;
  }
  
  #assignment-form .row-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  #assignment-form .row-refine {
    margin: 0 -15px;
  }
  
  .row-refine .col-3 .input-group-desc,
  #assignment-form .row-refine .col-9 .input-group-desc {
    margin-bottom: 0;
  }
  
  #assignment-form .col-2 {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  
  #assignment-form @media (max-width: 767px) {
    #assignment-form .col-2 {
      width: 100%;
    }
  }
  
  #assignment-form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 9px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  #assignment-form .form-row .name {
    width: 110px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-top: 11px;
  }
  
  
  #assignment-form @media (max-width: 767px) {
    #assignment-form .form-row {
      display: block;
      padding: 24px 30px;
    }
    .form-row .name,
    #assignment-form .form-row .value {
      display: block;
      width: 100%;
    }
    #assignment-form .form-row .name {
      margin-top: 0;
      margin-bottom: 12px;
    }
  }
  
  
  #assignment-form fieldset {
    min-width: 0;
    /* [1] */
    border: 0;
  }
  

  /* ==========================================================================
     #BACKGROUND
     ========================================================================== */
  #assignment-form .bg-blue {
    background: #2c6ed5;
  }
  
  #assignment-form .bg-red {
    background: #fa4251;
  }
  
  #assignment-form .bg-dark {
    background: #1a1a1a;
  }
  
  #assignment-form .bg-gra-01 {
    background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
    background: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
    background: -moz-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
    background: -o-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
    background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%);
  }
  
  #assignment-form .bg-gra-02 {
    background: -webkit-gradient(linear, left bottom, right top, from(#fc2c77), to(#6c4079));
    background: -webkit-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
    background: -moz-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
    background: -o-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
    background: linear-gradient(to top right, #fc2c77 0%, #6c4079 100%);
  }
  
  #assignment-form .bg-gra-03 {
    background: -webkit-gradient(linear, left bottom, right top, from(#08aeea), to(#b721ff));
    background: -webkit-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
    background: -moz-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
    background: -o-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
    background: linear-gradient(to top right, #08aeea 0%, #b721ff 100%);
  }
  
  /* ==========================================================================
     #SPACING
     ========================================================================== */
  #assignment-form .p-t-100 {
    padding-top: 100px;
  }
  
  #assignment-form .p-t-130 {
    padding-top: 130px;
  }
  
  #assignment-form .p-t-180 {
    padding-top: 180px;
  }
  
  #assignment-form .p-t-45 {
    padding-top: 45px;
  }
  
  #assignment-form .p-t-20 {
    padding-top: 20px;
  }
  
  #assignment-form .p-t-15 {
    padding-top: 15px;
  }
  
  #assignment-form .p-t-10 {
    padding-top: 10px;
  }
  
  #assignment-form .p-t-30 {
    padding-top: 30px;
  }
  
  #assignment-form .p-b-100 {
    padding-bottom: 100px;
  }
  
  #assignment-form .p-b-50 {
    padding-bottom: 50px;
  }
  
  #assignment-form .m-r-45 {
    margin-right: 45px;
  }
  
  #assignment-form .m-r-55 {
    margin-right: 55px;
  }
  
  #assignment-form .m-b-55 {
    margin-bottom: 55px;
  }

  /* ==========================================================================
     #BUTTON
     ========================================================================== */
  #assignment-form .btn {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    font-family: inherit;
  }
  
  #assignment-form .btn--radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  
  #assignment-form .btn--radius-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  #assignment-form .btn--pill {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  
  #assignment-form .btn--green {
    background: #57b846;
  }
  
  #assignment-form .btn--green:hover {
    background: #4dae3c;
  }
  
  #assignment-form .btn--blue {
    background: #4272d7;
  }
  
  #assignment-form .btn--blue:hover {
    background: #3868cd;
  }
  
  #assignment-form .btn--blue-2 {
    background: #2c6ed5;
  }
  
  #assignment-form .btn--blue-2:hover {
    background: #185ac1;
  }
  
  #assignment-form .btn--red {
    background: #ff4b5a;
  }
  
  #assignment-form .btn--red:hover {
    background: #eb3746;
  }
  
  /* ==========================================================================
     #DATE PICKER
     ========================================================================== */
  #assignment-form td.active {
    background-color: #2c6ed5;
  }
  
  #assignment-form input[type="date" i] {
    padding: 14px;
  }

  #assignment-form input[type="time" i] {
    padding: 14px;
}
  
  #assignment-form .table-condensed td, .table-condensed th {
    font-size: 14px;
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
  }
  
  #assignment-form .daterangepicker td {
    width: 40px;
    height: 30px;
  }
  
  #assignment-form .daterangepicker {
    border: none;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    display: none;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
  }
  
  #assignment-form .daterangepicker::after, #assignment-form .daterangepicker::before {
    display: none;
  }
  
  #assignment-form .daterangepicker thead tr th {
    padding: 10px 0;
  }
  
  #assignment-form .daterangepicker .table-condensed th select {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    outline: none;
  }
  
  /* ==========================================================================
     #FORM
     ========================================================================== */
     #assignment-form input,
  #assignment-form textarea {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
  }
  
  #assignment-form textarea {
    resize: none;
  }
  
  #assignment-form .input-group {
    position: relative;
    margin: 0;
  }
  
  #assignment-form .input--style-6,
  #assignment-form .textarea--style-6 {
    background: transparent;
    line-height: 38px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 20px;
    width: 80px;
  }

  #assignment-form .input--style-12,
  #assignment-form .textarea--style-12 {
    background: transparent;
    line-height: 38px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 20px;
    width: 350px;
  }
  
  #assignment-form .input--style-6::-webkit-input-placeholder,
  #assignment-form .textarea--style-6::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
  }
  
  #assignment-form .input--style-6:-moz-placeholder,
  #assignment-form .textarea--style-6:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
  }
  
  #assignment-form .input--style-6::-moz-placeholder,
  #assignment-form .textarea--style-6::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
  }
  
  #assignment-form .input--style-6:-ms-input-placeholder,
  #assignment-form .textarea--style-6:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
  }
  
  #assignment-form .input--style-6:-ms-input-placeholder,
  #assignment-form .textarea--style-6:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
  }
  
  #assignment-form .input--style-6:focus,
  #assignment-form .textarea--style-6:focus {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  
  #assignment-form .textarea--style-6 {
    line-height: 1.2;
    min-height: 120px;
    padding: 10px 20px;
  }
  
  #assignment-form .label--desc {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
  }
  
  #assignment-form @media (max-width: 767px) {
    #assignment-form .label--desc {
      margin-top: 14px;
    }
  }
  
  #assignment-form .input-file {
    opacity: 0;
    width: 1px;
  }

  #assignment-form .input-file + label {
    font-size: 15px;
    color: #fff;
    color: white;
    line-height: 40px;
    background-color: #666666;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  
  .input-file:focus + label,
  #assignment-form .input-file + label:hover {
    background: #1b1b1b;
  }
  
  #assignment-form .input-file__info {
    font-size: 15px;
    color: #666;
  }
  
  #assignment-form @media (max-width: 767px) {
    #assignment-form .input-file__info {
      display: block;
      margin-top: 6px;
    }
  }
  
  
  /* ==========================================================================
     #TITLE
     ========================================================================== */
  #assignment-form .title {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 24px;
  }
  
  #assignment-form @media (max-width: 767px) {
    #assignment-form .title {
      padding: 0 15px;
    }
  }
  
  /* ==========================================================================
     #CARD
     ========================================================================== */
  #assignment-form .card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
  }
  
  #assignment-form .card-6 {
    background: transparent;
  }
  
  #assignment-form .card-6 .card-heading {
    background: transparent;
  }
  
  #assignment-form .card-6 .card-body {
    background: #fff;
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 30px 0;
    padding-bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
  }
  
  #assignment-form .card-6 .card-body:before {
    bottom: 100%;
    left: 75px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
  }
  
  #assignment-form .card-6 .card-footer {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding: 50px 55px;
  }
  
  #assignment-form @media (max-width: 767px) {
    #assignment-form .card-6 .card-footer {
      padding: 50px 30px;
    }
  }
  