.turnon,
.turnoff {
  cursor: pointer;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px white inset !important;
}

.pay-row {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  max-width: 900px;
}


.kak-row {
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
  max-width: 900px;
}


.kak-p {
  margin-top: 15px;
}

.kak-fire {
  width: 100% !important;
  max-width: 820px !important;
  text-align: left;
  padding: 60px 0px !important;
}

.kak-fire img {
  margin: 10px;
  margin-right: -60px;
}

.kak-fire li {
  line-height: 34px;
  font-size: 20px;
}

.kak-fire p {
  font-size: 35px;
  text-align: left;
}



.kak-list {
  text-align: left;
}

.clr {
  color: rgba(0, 0, 0, 0.2);
}

.dostup {
  padding: 20px 0px;
}


.inst-mrgn a:hover,
#support-2:hover,
.upd-profile:hover {
  color: #777;
}

.upload_scan img:last-child {
  display: none;
}

.upload_scan:hover img:last-child {
  display: inline-block;
}

.upload_scan:hover img:first-child {
  display: none;
}

.title-swal {
  text-align: left;
  font-size: 31px;
  color: #000;
  font-weight: 300;
  line-height: 1.8;
  padding-top: 40px;
  padding-bottom: 20px;
}

.block-swal {
  display: flex;
  padding-bottom: 40px;
}

.soc-swal {
  display: flex;
  width: 35%;
  justify-content: space-between;
}

.soc-wa {
  display: none;
  width: 100%;
  max-width: 64px;
  background: #000;
  -webkit-mask: url(/assets/images/wa.svg) no-repeat center;
  mask: url(/assets/images/wa.svg) no-repeat center;
  height: 100%;
  min-height: 64px;

}

.soc-wa:hover {
  background: linear-gradient(#27A82D, #31D841);
  -webkit-mask: url(/assets/images/wa.svg) no-repeat center;
  mask: url(/assets/images/wa.svg) no-repeat center;

}

.soc-tg {
  display: block;
  width: 100%;
  max-width: 64px;
  background: #000;
  -webkit-mask: url(/assets/images/tg.svg) no-repeat center;
  mask: url(/assets/images/tg.svg) no-repeat center;
  height: 100%;
  min-height: 64px;

}

.soc-tg:hover {
  background: linear-gradient(#2E9FD0, #1A84B0);
  -webkit-mask: url(/assets/images/tg.svg) no-repeat center;
  mask: url(/assets/images/tg.svg) no-repeat center;

}

.mail-swal {
  display: flex;
  color: #000;
  text-decoration: underline;
  align-items: center;
  margin: 0 auto;
}

.mail-swal a:hover {
  color: #777777;
}

.invalid-feedback {
  font-size: 20px;
}

.uload-block-msg {
  display: flex;
}

.uload-block-msg img {
  margin-right: 20px;
}

.zagruzka {
  width: 100%;
  max-width: 725px;
  top: 25%;
}


.zagruzka .modal-content {
  border-radius: 16px;
}

.kak {

  color: #E58A00;
  font-size: 18px;
}

.kak:hover {
  color: #BD7200;
}

.message-upld {
  font-size: 25px;
  color: #000;
  font-weight: 300;
}

.clinic-name {
  color: #000;
  font-weight: 300;
  font-size: 20px;
  max-width: 288px;
  /*    overflow: hidden;
    white-space: nowrap;*/
  line-height: 1.2;
  margin: 0;
}



.swal2-popup {

  border-radius: 16px !important;

}

.upload-field {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 40px
}

.field-p {
  padding: 0px 55px;
  color: #000;
  font-weight: 300;
  font-size: 25px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 125px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  background-color: #F5F5F5;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 16px;
  box-sizing: border-box;
  margin-top: -4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  top: 100%;
  left: -25px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  max-height: 375px;
  overflow-y: auto;
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
  min-width: 468px;
  max-width: 468px;
  font-size: 20px;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 26px;
  list-style: none;
  padding: 12px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #EAEAEA;
}

.nice-select .option.selected {
  /*font-weight: bold;*/
  background-color: #FEC783;
}

.nice-select .option.selected:active {
  /*font-weight: bold;*/
  background-color: #FEC783;
}

.nice-select .option:active {
  /*font-weight: bold;*/
  background-color: #FEC783;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
  display: none;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}











.pay-method {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  max-width: 900px;
}

.pay-box {
  width: 209px;
  height: 165px;
  font-size: 25px;
  color: #000000;
  background: #F5F5F5;
  border-radius: 16px;
  cursor: pointer;
  padding: 24px;
  position: relative;
}

.pay-box:hover,
.pay-dis:hover {
  background: #FEC783;
}


.pay-dis {
  width: 209px;
  height: 165px;
  font-size: 25px;
  color: #000000;
  background: #F5F5F5;
  border-radius: 16px;
  padding: 24px;
  position: relative;
}

.checked {
  background: #FEC783;
}

.pay-dis p {
  position: absolute;
  bottom: 10px;
}

.pay-box p {
  position: absolute;
  bottom: 10px;
}


.pay-box select {
  position: absolute;
  bottom: 10px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
}


#cross {
  position: absolute;
  display: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  bottom: -12px;
  left: 85%;
}

#cross svg {
  width: 12px;
  height: 12px;
  position: absolute;
}


#cross-url {
  position: absolute;
  display: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  bottom: 30px;
  right: 0;
}

#cross-url svg {
  width: 12px;
  height: 12px;
  position: absolute;
}


/*form styles*/
#msform {
  width: 100%;
  margin: 50px auto;
  position: relative;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-sizing: border-box;
  width: 80%;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 8px 0px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 355px;
  box-sizing: border-box;
  color: #000;
  font-size: 25px;
  outline: none !important;
  border-bottom: 1px solid #B9B9B9;
}


#first-name-vertical:focus {
  border-bottom: 2px solid #000;
  outline: none !important;
}


.scan_url:focus {
  border-bottom: 2px solid #000 !important;
  outline: none !important;
}

#output {
  text-align: center;
  font-weight: 400;
  color: #000;
  padding: 10px 0px;
}

/*buttons*/
#msform .action-button,
.next-res {
  width: 100%;
  max-width: 130px;
  border: 0 none;
  cursor: pointer;
  padding: 16px 28px;
  margin: 72px 0px;
  font-weight: 300;
  background-color: #FFF2E0;
  border-radius: 100px;
  font-size: 25px;
  color: #A89A8A;
  outline: none;
}

/*#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}*/

.next-res {
  margin: 0px;
}


#msform .action-button:hover,
.next-res:hover {
  background-color: #FFD9A9;
  color: #000;
}


.actbtn:hover {
  background-color: #FFD9A9 !important;
}



.actbtn {
  background-color: #FFAD4A !important;
  color: #000 !important;

}

/*headings*/
.fs-title {
  /* font-size: 35px;*/
  color: #000;
  margin-bottom: 8px;
  line-height: 1.5;
}

.s-kass {
  margin-top: 20px;
  line-height: 30px;
}

.fs-subtitle {
  font-weight: 400 !important;
  font-size: 20px;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.5;
}

/*progressbar*/
#progressbar {
  margin-bottom: 45px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  max-width: 385px;
  margin-left: -55px;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  width: 25%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 24px;
  color: #fff;
  background: #FFD9A9;
  border-radius: 50%;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #FFD9A9;
  position: absolute;
  left: -50%;
  top: 20px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
  background: #000;
  color: white;
}


.ms-name::placeholder {
  color: #777;
  font-size: 20px;
}


#auth-left input:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.a-reg {
  height: 100%;
  background: url(../images/bg/bg_reg.jpg);
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-position-y: 30%
}


#auth-left label {
  font-size: 19px;
}

#auth-left .form-check-input:checked {
  background-color: #FFAD4A;
  border-color: #FFAD4A;
}


#auth-left a {
  text-decoration: underline;
}

#auth a {
  text-decoration: underline;
}


.text-black-300 {
  font-weight: 300;
  color: #000 !important
}


input[type="file"] {
  display: none;
}


#scan-url-main {
  max-width: 289px !important;
  width: 289px !important;
  ;
  text-overflow: ellipsis;
}


#scan-url-main::placeholder {

  text-overflow: clip;
}

.upld-btn {
  font-weight: 300 !important;
  font-size: 23px;
  border-radius: 25px;
  padding: 6px 27px;
}

.upld-btn:hover {
  background-color: #CBCBCB;

}


.upld-select {
  border: none;
  color: #000;
  margin: 40px 0px;
  font-size: 25px;
  background-color: transparent !important;
  padding: 0;

}


.upld-select:focus {
  border: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.skull {
  background: url(../images/skull_y.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



.logout {

  padding: 10px 0px;
  margin: 10px 0px;
  border-radius: 20px;
  background-color: #FFDAAD;
  color: #000;
  border: none;
  width: 120px;
}

.logout:hover {
  background-color: #FFFFFF;
}


.logout:focus {
  box-shadow: none;
}

.inst-text {
  font-size: 21px;
  color: #000;
}

.step-div {
  display: flex;
  align-items: center;
}

.step-div img {
  margin-left: 50px;


}

.step-div {
  display: flex;
  align-items: center;
}

.step {
  background-color: #FEC783;
  font-size: 35px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 10px 30px;
  padding-bottom: 5px;
  font-weight: 300;
  text-align: center;
  margin-top: auto;
}

.inst-mrgn {
  margin-top: 40px;
}

.inst-mrgn a {
  text-decoration: underline;
}

.step-mrgn {
  margin-top: 80px;
}

.dataTable-top,
.dataTable-bottom {
  padding: 0px;
  padding-bottom: 30px;

}

.dataTable-selector {

  border: none;
  border-radius: 0px;
  color: #000;
}

.dataTable-input {
  border: none;
  border-radius: 0px;
  color: #000;
}

.dataTable-dropdown label {
  font-size: 18px;
}


.dataTable-table th a {
  font-size: 16px;
}


.dataTable-table td,
.dataTable-table thead th,
.table td,
.table thead th {
  vertical-align: middle;
  font-weight: 300;
}


.dataTable-top>div:first-child,
.dataTable-bottom>div:first-child {
  float: left;
  font-size: 18px;
  font-weight: 300;
}

.modal-content {
  border-radius: 0px;
}


.modal-header {
  border: none;
}

.modal-footer {
  border: none;
}


.zagruzka.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  padding: 0px 80px;
}



.message-response {
  color: #000;
  text-align: center;
  font-size: 31px;
  font-weight: 300;
  padding-top: 72px;
  margin-bottom: 40px;

}

.modal-footer {
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.modal-pay {
  max-width: 720px;
  margin-top: 300px;
}

#pay {
  display: flex;
  align-items: center;
}

#pay input {
  background-color: #FFAD4A;
  color: #000;
  border: 0 none;
  border-radius: 100px;
  padding: 16px 28px;
  font-size: 25px;
  width: 100%;
  margin: 72px 0px;
  margin-top: -10px;
  font-weight: 300;
  outline: none;
}

#pay input:hover {
  background-color: #FFD9A9;
}


.upload-title {
  text-align: left;

}

#upload_form,
#upload_scan_form,
#upload_statement_form {
  max-width: 360px;
  margin: auto;
  width: 100%;
}

#upload_form,
#upload_scan_form,
#upload_statement_form label {
  color: #000;
  margin-left: 10px;
  font-weight: 300;

}

#upload_form,
#upload_scan_form,
#upload_statement_form .upld-btn {
  margin-top: 20px;
  width: 100%;
}


#upload_form,
#upload_scan_form,
#upload_statement_form input {
  font-weight: 300;

}


.report-upld {
  font-weight: 300;
  background-color: #FFAD4A;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
}



.float-id {
  display: flex;
  align-items: center;

}

.float-id .form-group {
  margin-bottom: 0;
}



.float-id input {
  border: none;
  font-size: 25px;
}



.link-swal,
.upl-id-btn {
  font-weight: 300;
  background-color: #FFAD4A;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 18px;
}

.link-swal {
  background-color: #fff;
}

.delete-c {
  background-color: #FFAD4A;
}

.cancel-c {
  background-color: #e6eaee;
}

.case {
  text-decoration: none;
}

.cls-id-btn {
  font-weight: 300;
  /*  background-color: #FFAD4A;*/
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 18px;
}


.edit_clinic {
  color: #E58A00;
}

.edit_clinic:hover {
  color: #FEC783;
  text-decoration: underline;
}


.delete-case-btn {
  color: #E58A00;
  text-decoration: underline;
}

.delete-case-btn:hover {
  color: #BD7200;
  text-decoration: underline;
}

/* #add_form {} */

#add_form .form-group {


  margin-bottom: .7rem;
  max-width: 360px;
  margin: auto;
  font-size: 23px;
}

#edit_form .form-group {


  margin-bottom: .7rem;
  max-width: 360px;
  margin: auto;
  font-size: 23px;
}


#edit_form input {
  padding: 0;
  font-size: 23px;
  font-weight: 300;
}

#add_form input {

  padding: 0;
  font-size: 23px;
  font-weight: 300;
}

.p-email {
  color: #000;
  font-weight: 300;
  font-size: 36px;
  padding: 50px 0px;
}

.p-string {
  color: #000;
  font-weight: 300;
  font-size: 21px;
  padding-bottom: 15px;
}

.upd-profile {
  display: block;
  color: #000;
  font-weight: 300;
  font-size: 21px;
  margin-top: 40px;
  text-decoration: underline;
}


#profile_form label {
  font-size: 17px;
  font-weight: 300px;
  color: #000;
}

#profile_form input {
  border: 1px solid #B4B4B4;
  font-size: 21px;
}

#profile_form .upload-title {
  font-size: 23px;
  padding-bottom: 15px;

}

#profile_form .modal-body {

  max-width: 440px;
  margin: 0;
  margin: auto;

}


#drop {
  display: none;

}





.dataTable-sorter::before {
  display: none;
  content: none;
}

.dataTable-sorter::after {
  content: none;
  display: none;
}


.burg {
  margin: 30px 5px 0px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mrgn-title {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  align-items: center;
}


@media (max-width: 1600px) {
  /*.h3, h3 {
    font-size: 40px;
}*/

  .card .card-body {
    padding: 10px 35px;
    padding-bottom: 25px;
  }

  #auth #auth-left {
    padding: 5rem 4rem;
  }

}

#auth #auth-right {
  background-size: 900px;
  /*background-repeat: no-repeat;*/
  background-position: center;
}


@media (max-width: 1440px) {

  .dataTable-table td,
  .dataTable-table thead th,
  .table td,
  .table thead th {
    vertical-align: middle;
    font-weight: 300;
    /* font-size: 20px;*/
  }

}

@media (max-width:1280px) {

  .page-heading {
    margin: 0 0 1rem;
    padding: 0px;
  }

  .burg {
    margin: 30px 5px 0px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #auth #auth-left {
    padding: 100px 2rem;
  }

  #auth #auth-left .auth-title {
    font-size: 60px;
    margin-bottom: 1rem;
  }

  #auth #auth-left .auth-subtitle {
    font-size: 20px;

  }

  #pay input {
    padding: 11.5px 23px;
    margin-top: -11.5px;
    font-size: 23px;
  }



  @media (max-width:990px) {

    #auth #auth-left {
      max-width: 600px;
      margin: auto;
    }


  }

  @media (max-width:890px) {

    .soc-wa {
      display: block;
    }

    .skull {
      display: none;
    }

    .pay-method {
      flex-direction: column;

    }

    .pay-box {
      margin-bottom: 15px;
      width: 100%;
    }

    .pay-dis {
      margin-bottom: 15px;
      width: 100%;
    }

    .modal-pay {
      max-width: 560px;
      margin-top: 210px;
    }

    .kak-fire p {
      font-size: 25px;
      text-align: left;
    }


    .kak-fire img {

      margin-right: 0px;
    }

    .kak-fire li {
      line-height: 26px;
      font-size: 16px;
    }


    .message-response {
      font-size: 20px;

    }

    .message-upld {
      font-size: 20px;
    }


    .upload-field {
      flex-direction: column;
      align-items: baseline;
    }

    .title-swal {
      font-size: 20px;

    }

    .soc-wa,
    .soc-tg {
      -webkit-mask-size: contain;
      mask-size: contain;
    }


  }


  @media (max-width:470px) {
    .dataTable-search {
      display: none;

    }

    .fs-title {
      font-size: 25px;
    }

    .fs-subtitle {
      font-size: 16px;
    }



    #msform fieldset {
      width: 100%;

    }


  }



  @media (max-width:480px) {

    .h2,
    h2 {
      font-size: 25px;
    }

  }
}

/* Alx */

.logo {
  position: absolute;
  right: 80px;
  top: 92px;
  width: 90px;
  height: 44px;
}

@media (max-width:1680px) {
  .logo {
    position: absolute;
    right: 80px;
    top: 64px;
    width: 90px;
    height: 44px;
  }
}

@media (max-width:1360px) {
  .logo {
    position: absolute;
    right: 80px;
    top: 64px;
    width: 82px;
    height: 40px;
  }
}

@media (max-width:1152px) {
  .logo {
    position: absolute;
    right: 80px;
    top: 72px;
    width: 82px;
    height: 40px;
  }
}

@media (max-width:896px) {
  .logo {
    position: absolute;
    right: 64px;
    top: 72px;
    width: 82px;
    height: 40px;
  }
}

@media (max-width:571px) {
  .logo {
    position: absolute;
    right: 20px;
    top: 28px;
    width: 66px;
    height: 32px;
  }
}