#fkit-section {
    height: 100% !important;
    width: 100%;
    direction: ltr;
}

.fkit-wrapper {
    background: linear-gradient(126deg, #F00 0%, #FF862E 48.67%, #FFF500 97.35%);
    min-height: 100%;
    padding: 50px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fkit-logo {
  display: block;
  width: 200px;
  margin: 0 auto 50px;
}

.fkit-columns {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
  justify-content: center;
}

.fkit-columns > div {
  width: calc(50% - 15px);
  max-width: 600px;
}
.fkit-left-section-content {
    margin: 0 auto;
    font-weight: 500;
    position: sticky;
    top: 50px;
}

.fkit-left-section-content form {
	padding: 35px;
    border-radius: 20px !important;
    background: #fff !important;
    margin-bottom: 25px;
}

.fkit-settings-form-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
}

.fkit-settings-form-field-label{
    color: #acacac !important;
    margin-bottom: 8px;
}

.fkit-settings-form-field{
    padding-bottom: 20px;
}

.fkit-settings-form-field > input,
.fkit-settings-form-field > select {
  height: 54px;
  border-radius: 16px;
  color: #000;
  border-radius: 10px;
  border: 1px solid #DEE4EC;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  min-width: -webkit-fill-available;
  padding: 0 20px;
  box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ACACAC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ACACAC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ACACAC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ACACAC;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ACACAC;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ACACAC;
}

.fkit-settings-form-field > input:focus,
.fkit-settings-form-field > select:focus {
  border: 1px solid #FF862E;
  outline: none;
}

.fkit-settings-form-field-submit{
    padding: 22px 25px;
    min-width: 0px;
    min-height: 0px;
    line-height: 17px;
    background: linear-gradient(126deg, #F00 0%, #FF862E 48.67%, #FFF500 97.35%);
    border-radius: 12px !important;
    font-size: 1rem !important;
    color: #ffffff;
    border: 1px;
    width: 100%;
    cursor: pointer;
}

.fkit-settings-form-field-submit:before{
    box-shadow: none;
}

.fkit-settings-form-field-submit:hover{
    background: #000;
}

.fkit-form-data-list {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.10);
  list-style-type: none;
  padding: 0;
  color: #000;
}

.fkit-form-data-list li {
  padding: 30px 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  color: #fff;	
}

.fkit-form-data-list li a {
	color: #fff;
}

.fkit-form-data-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.fkit-guide {
  display: flex;
  padding: 35px 35px 20px 35px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
  border-radius: 20px;
  background: #fff;
}

.fkit-guide-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.fkit-guide > img {
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.fkit-guide-subtitle {
  display: flex;
  gap: 10px;
  flex-wrap: no-wrap;
  align-items: center;
}

.fkit-guide-subtitle-counter {
  display: flex;
  min-width: 28px;
  min-height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: linear-gradient(126deg, #F00 0%, #FF862E 48.67%, #FFF500 97.35%);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.fkit-guide-subtitle-counter svg {
  width: 12px;
  height: 12px;
}

.fkit-guide-subtitle-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.fkit-guide-text {
  color: #ACACAC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

// Multiselect

.fkit-form-field {
      position: relative;
      min-height: 88px;
    }

    .fkit-form-field input,
    .fkit-form-field-multiselect {
      position: relative;
      width: 100%;
      display: block;
      min-height: 54px;
      border: 1px solid #DEE4EC;
      background: #fff;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
      box-sizing: border-box;
      border-radius: 10px;
      padding: 12px;
      font-size: 14px;
      color: #ACACAC;
	    display: flex;
      align-items: center;
      gap: 8px;

      outline-color: #DEE4EC;

      &::placeholder {
        color: #DEE4EC;
      }
      &:hover {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
      }
      &:focus {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
      }
    }

    .fkit-form-field-multiselect {
      padding-right: 60px;
      &:after {
        content: "";
        position: absolute;
        right: 14px;
        top: 15px;
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23ACACAC%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4%2012h16m-8-8v16%22%2F%3E%3C%2Fsvg%3E")
        50% 50% no-repeat;
      }
    }

    .fkit-form-field-multiselect-block {
      position: relative;
      width: 100%;
    }
    .fkit-form-field-multiselect-select {
      position: absolute;
      top: calc(100% - 2px);
      left: 0;
      width: 100%;
      max-width: 100% !important;
      border: 1px solid #DEE4EC;
	  border-color: #DEE4EC !important;
      border-radius: 0 0 10px 10px !important;
      box-sizing: border-box;
      outline-color: #DEE4EC;
      z-index: 6;
    }

.fkit-form-field-multiselect-select:focus {
	border-color: #DEE4EC !important;
	box-shadow: none !important;
}

    .fkit-form-field-multiselect-select[multiple] {
      overflow-y: auto;
    }

    .fkit-form-field-multiselect-select option {
      display: block;
      padding: 8px 16px;
      width: 100%;
      cursor: pointer;
      &:checked,
      &:hover,
      &:focus {
        background-color: #FF7328;
        color: #fff;
      }
    }

    .fkit-form-field-multiselect button {
      position: relative;
      padding: 7px 34px 7px 8px;
      background: #FF7328;
      border-radius: 4px;
      color: #fff;
      border: none;
	  cursor: pointer;

      &:hover,
      &:focus {
        background-color: #FF862E;
      }
      &:after {
        content: "";
        position: absolute;
        top: 7px;
        right: 10px;
        width: 16px;
        height: 16px;
        background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m18%206-.8%2012.013c-.071%201.052-.106%201.578-.333%201.977a2%202%200%200%201-.866.81c-.413.2-.94.2-1.995.2H9.994c-1.055%200-1.582%200-1.995-.2a2%202%200%200%201-.866-.81c-.227-.399-.262-.925-.332-1.977L6%206M4%206h16m-4%200-.27-.812c-.263-.787-.394-1.18-.637-1.471a2%202%200%200%200-.803-.578C13.938%203%2013.524%203%2012.694%203h-1.388c-.829%200-1.244%200-1.596.139a2%202%200%200%200-.803.578c-.243.29-.374.684-.636%201.471L8%206%22%2F%3E%3C%2Fsvg%3E")
        50% 50% no-repeat;
        background-size: contain;
      }
    }

    .multiselect_label {
      position: absolute;
      top: 1px;
      left: 2px;
      width: 100%;
      height: 44px;
      cursor: pointer;
      z-index: 3;
    }

    .fkit-form-field-multiselect-select {
      display: none; ////
    }

    input.fkit-form-field-multiselect-checkbox {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      border: none;
      opacity: 0;
    }

    .fkit-form-field-multiselect-checkbox:checked ~ .fkit-form-field-multiselect-select {
      display: block;
    }

    .fkit-form-field-multiselect-checkbox:checked ~ .multiselect_label {
      width: 20px;
      height: 54px;
      left: initial;
      right: 14px;
      background: #ffffff
      url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20stroke%3D%22%23ACACAC%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M6%2012h12%22%2F%3E%3C%2Fsvg%3E")
      50% 50% no-repeat;
    }


@media (max-width: 800px) {
  body {
    margin: 0;
    padding: 0;
  }
  .fkit-wrapper {
    margin: 0;
    border-radius: 0;
    padding: 45px 10px;
    
  }
  .fkit-columns {
    flex-direction: column;
  }
  
  .fkit-columns > div {
    width: 100%;
    max-width: 100%;
  }
  
  .fkit-guide {
    padding: 35px;
  }
}