body {
    font-family: Inter, sans-serif;
    font-size: 16px;
    background-color: rgb(243, 243, 254);
    color: rgb(44, 51, 69);
}
.form-all {
    
    max-width: 752px;
    display: flex;
    flex-direction: column;
    margin: 72px auto;
    width: 100%;
}
.form_all_header {
    border-radius: 10px;
    box-shadow: rgba(87, 100, 126, 0.21) 0px 4px 4px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    padding: 35px;
}


.color-wrapper {
      position: relative;
      width: 250px;
      margin: 20px auto;
   }

   .color-wrapper p {
      margin-bottom: 5px;
   }

   input.call-picker {
    color: #666;
    text-transform: uppercase;
    float: left;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    width: 85px;
    border: 1px solid rgb(213 213 213);
}

.color-picker {
    width: 130px;
    background: #F3F3F3;
    height: 103px;
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px 1px #DDD;
    position: absolute;
    top: 46px;
    left: 2px;
    z-index: 11;
}

   .color-holder {
    background: #fff;
    cursor: pointer;
    border: 1px solid rgb(213 213 213);
    width: 40px;
    height: 36px;
    float: left;
    margin-left: 5px;
    border-radius: 5px;
}


   .color-picker .color-item {
      cursor: pointer;
      width: 10px;
      height: 10px;
      list-style-type: none;
      float: left;
      margin: 2px;
      border: 1px solid #DDD;
   }

   .color-picker .color-item:hover {
      border: 1px solid #666;
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter:alpha(opacity=8);
   }


.formLogoWrapper {
    padding: 0 0 20px;
}
ul.form_section {
    display: flex;
    align-items: flex-start;
    margin: 0px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
li {
    list-style: none;
}
.form_header {
    font-size: 2em;
    color: rgb(44, 51, 69);
    word-break: break-word;
    margin: 0px;
    font-weight: 600;
    line-height: 1.45;
}
.form_subHeader {
    font-size: 1em;
    color: rgb(87, 100, 126);
    word-break: break-word;
    font-weight: 500;
    line-height: 1.6;
}
.form_section_itm {
    padding: 35px;
    position: relative;
    width: 100%;
    transition: background-color 0.15s ease 0s;
    border-radius: 10px;
    box-shadow: rgba(87, 100, 126, 0.21) 0px 4px 4px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
}
.form_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
   color: rgb(44, 51, 69);
   width: 100%;
    margin-left: 2px;
    margin-bottom: 14px;
}
.form_control {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(213 213 213);
    color: rgb(44, 51, 69);
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
}
input, select, textarea {
    outline: 0px;
    margin: 0px;
    text-align: left;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.form_submit_button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    font-size: 1em;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    font-weight: 500;
    background-color: rgb(24, 189, 91);
    border-color: rgb(24, 189, 91);
    color: rgb(255, 255, 255);
    width: auto;
    min-width: 180px;
    margin: 0 auto;
}
.form_submit_button:hover {
    background-color: rgb(22, 170, 82);
}
.form_section_itm_btn {
    position: relative;
    width: 100%;
    transition: background-color 0.15s ease 0s;
    border-radius: 10px;
    box-shadow: rgb(87 100 126 / 21%) 0px 4px 4px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 0;
}
.form_section_itm_full_file {
    position: relative;
}
.form_section_itm_full_file input.form_btn_file {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.form_section_itm_full_file {
    position: relative;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border: 1px solid rgb(213 213 213);
    border-radius: 5px;
}
.form_section_itm_full_file svg{margin-right: 5px;}
.form_section_readio_itm {
    display: flex;
}
.form_section_readio_itm_file {
    margin-left: auto;
}
.color-wrapper {
    position: relative;
    width: 130px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.form_section_readio_itm {
    display: flex;
    margin: 15px 0;
    align-items: center;
    flex-wrap: wrap;
}
.form_section_readio_itm_file_input {
    flex: 0 0 100%;
    margin-top: 20px;
}
.form_section_checkbox_itm label.form_label, .form_section_readio_itm label.form_label {
    margin: 0;
    width: auto;
}
.form_section_checkbox_itm {
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
}
.form_section_checkbox_itm input[type="checkbox"], .form_section_readio_itm input[type="radio"] {
    margin-right: 10px;
}
.form_section_checkbox_itm:last-child, .form_section_readio_itm:last-child {
    margin-bottom: 0;
}
.form_section_readio_itm .form_label, .form_section_checkbox_itm .form_label {
    font-size: 14px;
}
/*.form_section_readio_itm:last-child {
    margin-top: 20px;
}*/

.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.alert.alert-danger {
    color: #721c24;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
}
.form_section_itm_full_file_name {
    position: absolute;
    background: #fff;
    width: 157px;
    white-space: nowrap;
    padding: 5px;
    font-size: 14px;
    border: 0;
    left: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 5px;
}

.form_section_itm_full_file {
    width: 160px;
}