
  .auth .modal-dialog {
    width: 400px;
  }

  .auth .modal-title {
    display: table;
    font-weight: 300;
  }

  .auth .modal-header {
    border-bottom: 0;
  }

  .auth .modal-body {
    padding: 0 50px;
    padding-bottom: 30px;
  }

  @media (max-width: 767px) {
    .auth .modal-dialog {
      width: inherit;
    }
  }

  html,
  body {
    display: flex;
    /* padding: 0 15px; */
    width: calc(100%);
  }

  body {
    position: relative;
    font-family: 'Exo 2', sans-serif;
    color: #282d30;
  }

  html {
    height: 100%;
  }


  .btn-primary {
    border: 0;
    background-color: #3CA6FF;
  }

  .container-fluid {
    position: relative;
    padding: 0px;
    width: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }

  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    right: -5px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #c7c7c7;
    border-radius: 15px;
  }

  ::-webkit-scrollbar-track {
    box-shadow: unset;
    border: solid 3px transparent;
    margin: 2.5px 10px 2.5px 10px;
  }

  @-moz-document url-prefix() {
    .scroller {
      scrollbar-width: thin;
      scrollbar-color: #c7c7c7;
    }
  }

  @media (max-width: 767px) {
    .container-fluid {
      padding: 0px;
      width: 100%;
      overflow-y: scroll;
      scroll-behavior: smooth;
      padding: 0px 10px 0px 15px;
    }
  } 

  #ref-description {background-color: inherit;}

    #questionaries_lifetime_chart { height: 250px }

.spline-chart {
    height: 250px;
}

#download > a {
    color: #282d30;
    text-decoration: none;
}

#dictionary-toolbar > li {
    cursor: pointer;
}

#modal .modal-dialog {
    max-width: 960px;
}

  .guide-base-info-line {
    font-size: 2.7ex;
    font-weight: 500;
  }
  .guide-info-line {
    font-size: 2.2ex;
  }

  .guide-section-descr-holder tr:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .guide-section-descr a {
    text-decoration: none;
  }
  .guide-section-descr td {
    vertical-align: middle !important;
  }

  .time-column {
    width: 30%;
  }

  .table-hover-line {
    background-color: #eee;
  }

  .table-line-highlight {
    background-color: lightgreen;
  }

  .common-table-isolated {
    height: 100%;
    overflow-y: auto;
    display: block;
    width: 100%;
    min-width: 100%;
  }

  .common-table-isolated th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    color: black;
  }

  .common-table-long-text {
    max-width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .common-tooltip::after {
    content: attr(data-tooltip);
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 15px;
    z-index: 1000;
    color: #FFF;
    position: absolute;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    white-space: pre-line;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
  }

  .common-table-tooltip::after {
    margin-top: -1em;
    padding: 15px;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-all;
  }

  .common-table-selected-row {
    background-color: darkseagreen;
  }

  .common-table-pagination {
    text-align: center;
  }

  .common-table-pagination li {
    cursor: pointer;
  }

  .table-center {
    word-wrap: break-word;
    word-break: keep-all;
    text-align: center;
  }

  .table-header-cell {
    min-width: 1em;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .075);
  }

  .table-header-cell input {
    width: inherit !important;
  }

  .table-header-align::after {
    bottom: 30px !important;
  }

  .pd-broken {
    background-color: rgba(255, 0, 0, 0.1) !important;
  }

  .pd-deleted {
    background-color: rgba(160, 125, 30, .5) !important;
  }

  .double-scroll-area {
    overflow: auto;
  }

  .JColResizer {
    opacity: 1 !important;
    width: 5px !important;
    background-color: rgba(255, 255, 255, 1) !important;
  }

    .kyc-pannel h3,
    .kyc-pannel h4,
    .kyc-pannel h5 {
        padding-left: 15px;
    }

    .kyc-pannel {
        webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background-color: white;
        border: 0;
        padding: 15px;
    }

    .kyc-force {
        display: flex;
        flex-flow: wrap;
        align-items: center;
        justify-content: center;
    }

    .uploaded-docs {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        display: block;
        border-collapse: collapse;
        background-color: #F6F7F9;
        width: 100%;
    }

    .uploaded-docs tr {
        border-bottom: 1px solid #c1c1c1;
    }

    .uploaded-docs tr:last-child {
        border-bottom: unset;
    }

    .uploaded-docs td {
        padding: 15px;
        border-right: 1px solid #c1c1c1;
    }

    .uploaded-docs td:first-child {
        width: 100%
    }

    .uploaded-docs td:last-child {
        border-right: unset;
        text-align: center;
        width: fit-content;
    }

    .events-holder {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        display: block;
        border-collapse: collapse;
        background-color: #FFFFFF;
        padding: 15px;
        width: 100%;
        max-height: 40vh;
        overflow-y: scroll;
        -ms-overflow-style: none;
    }

    .events-holder::-webkit-scrollbar {
        display: none;
    }

    .info-holder {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        display: block;
        border-collapse: collapse;
        background-color: #FFFFFF;
        padding: 15px;
        width: 100%;
    }


    .events-table {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -khtml-border-radius: 10px;
        display: block;
        border-collapse: collapse;
        background-color: #F6F7F9;
        width: 100%;
    }

    .events-table tr {
        border-bottom: 1px solid #c1c1c1;
    }

    .events-table tr:last-child {
        border-bottom: unset;
    }

    .events-table td {
        padding: 15px;
        border-right: 1px solid #c1c1c1;
    }

    .events-table td:first-child {
        text-align: center;
        width: fit-content;
    }

    .events-table td:last-child {
        border-right: unset;
    }

    .events-table .event-data {
        border-radius: 15px;
        padding: 15px;
        margin-top: 15px;
        background-color: #FFFFFF;
    }

    .kyc-pannel .btn {
        border-radius: 15px;
        margin: 5px;
        padding: 10px;
    }

  .kyc-settings {
    display: flex;
    justify-content: end;
    margin: 1em;
  }

  .step-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .kyc-info-holder {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    display: block;
    border-collapse: collapse;
    background-color: #FFFFFF;
    padding: 15px;
    margin: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .kyc-link-holder a {
    white-space: nowrap;
  }

  .qr-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-title::before {
    content: attr(data-step);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    min-height: 34px;
    min-width: 34px;
    background: #F4F4FC;
    border: 1px solid #727272;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #727272;
    cursor: default;
    margin-right: 10px;
  }


  #kyc-qr {
    width: 100px;
    height: 100px;
  }

  .step {
    padding: 15px 30px 15px 30px;
  }

  .kyc-preview-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .kyc-preview {
    webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 30vw;
    overflow: hidden;
    height: 60vw;
    box-shadow: unset;
    background-color: white;
    border: 0;
  }

  #kyc-link-block {
    display: flex;
    max-width: 50%;
    flex-direction: column;
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
    border-color: #e7eaec;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
  }

  #kyc-stats-block {
    display: flex;
    flex-direction: column;
    background-color: #F6F7F9;
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
    height: fit-content;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    max-width: 50%;
  }

  #kyc-link-block .notification-body {
    background-color: white;
  }

  .kyc-link-pannel {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .kyc-link-holder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #kyc-page-holder {
    display: flex;
  }

  #kyc-page-holder .btn {
    border-radius: 15px;
    padding: 10px;
    margin: 5px;
  }

  #kyc-page-holder .btn-danger {
    background-color: #BF2236;
  }

  #kyc-page-holder .btn-success {
    background-color: #2d9a55;
  }

  @media (max-width: 767px) {
    #kyc-page-holder {
      flex-direction: column;
    }

    #kyc-link-block {
      max-width: calc(100% - 15px - 15px);
    }

    #kyc-stats-block {
      max-width: calc(100% - 15px - 15px);
    }

    .kyc-preview {
      width: calc(100%);
      height: 80vh;
    }

    .step-title {
      font-size: 5vw;
    }

    .step-4-holder {
      padding: 0px;
    }
  }

  .customer-settings-box {
    margin: 1em 0;
  }
  .settings-section {
    padding: 0.5em;
    margin: 1em 0;
    border-radius: 10px;
    background: white;
  }
  .settings-elem-img {
    max-height: 5em;
  }

    .left-menu {
        display: block;
        position: absolute;
        width: 100%;
        overflow-y: auto;
    }
    .left-menu a {
        border: 0;
        font-size: 17px;
        font-weight: 600;
    }
    .left-menu div {
        padding-left: 10px;
    }

    .list-group-item.accent-gold {
        color: #C69D00;
    }
    .list-group-item.accent-gold.active,
    .list-group-item.accent-gold:hover {
        background-color: #ffffff;
        color: #E36414;
    }

    .left-menu-subitems-holder {
        border-left: 1px solid lightgray;
    }
    .left-menu-subitems-holder a {
        word-wrap: break-word;
        word-break: break-word;
        white-space: normal;
        font-size: 2.3ex;
        width: 110%;
        padding-top: 7px;
        padding-bottom: 7px;
      }

    .left-menu .list-group-item {
        align-items: center;
        display: flex;
        column-gap: 10px;
    }

    @media (max-width: 767px) {
        .left-menu {
            display: none;
            width: 15em;
            z-index: 9999;
            background-color: white;
            border-right: 1px #e7e7e7 solid;
            border-bottom: 1px #e7e7e7 solid;
            border-bottom-right-radius: 4px;
            -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
        }
    }


  .scan_preview { height: 100%;  width: 100%; }
  object.scan_preview { min-height: 80vh;}

    .licenses table > tbody > tr > td:first-child {
        white-space: nowrap;
    }

    #input-caret {
        float: right;
        font-size: 3ex;
        position: relative;
        right: 0.5em;
        text-align: right;
        top: -1.2em;
        cursor: pointer;
    }


  .loading-file-widget {
    margin-top:30px;
  }

  .files-holder {cursor: pointer;}

  .flex-widget {
    display: flex;
    align-items: center;
  }

  .flex-widget .buttons-pannel{
    margin-left: 10px;
  }

  .flex-widget .take-photo-button {
    padding: 10px;
  }

  .flex-widget .panel {
    border-radius: 15px;
    margin: unset;
  }

  .files-holder .filename {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: small;
  }


	.files-holder-new {
		display: flex;
		border-radius: 15px;
		border: 1px solid #ccc;
		min-height: 60px;
		margin: 15px 5px;
	}

	.files-holder-new:hover {
		cursor: pointer;
	}

	.form-file-input-new {
		display: none !important;
	}

	.form-file-input-new-images-holder {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		padding: 10px;
		padding-bottom: 30px;
	}

	.form-file-input-new-images-holder .image-preview-container {
		position: relative;
		display: flex;
		border-radius: 15px;
		align-items: start;
		min-height: 50px;
		min-width: 50px;
		max-width: 100%;
		max-height: 250px;
		margin: 5px;
	}

	.form-file-input-new-images-holder .image-preview-pdf-container {
		overflow: hidden;
	}

	.form-file-input-new-images-holder .image-preview-container .image-pannel {
		display: flex;
		position: absolute;
		top: 5px;
		right: 5px;
	}

	.form-file-input-new-images-holder .image-preview-container .image-pannel .preview-delete-button {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 20px;
		min-height: 20px;
		padding: 5px;
		background-color: #fff;
		outline: none;
		border: none;
		border-radius: 5px;
	}

	.accept-photo img {
		width: 100%;
	}

	.accept-photo {
		padding: unset;
		width: 30%;
		height: 100%;
	}

	.decline-photo {
		padding: unset;
		width: 30%;
	}

	.decline-photo img {
		width: 100%;
		height: 100%;
	}

	.form-file-input-new-images-holder .image-preview {
		width: 100%;
		border-radius: 15px;
		max-height: 250px;
	}

	.form-file-input-new-images-holder .pdf-preview {
		overflow-clip-margin: unset !important;
		width: 100%;
		-ms-overflow-style: none;
		scrollbar-width: none;
		max-height: unset !important;
	}

	.form-file-input-new-images-holder::-webkit-scrollbar {
		display: none;
		width: 0px;
		height: 0px;
		position: absolute;
	}

	.photo-camera {
		display: none;
		position: fixed;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: 0;
		left: 0;
		background-color: #7d7d7d;
		height: 100%;
		width: 100%;
		z-index: 10000;
	}

	.photo-camera video {
		width: 100%;
		height: 100%;
		position: absolute;
	}

	.photo-camera video .photo-camera video::-webkit-media-controls-panel {
		display: none !important;
		-webkit-appearance: none;
	}

	.photo-camera video::-webkit-media-controls-play-button {
		display: none !important;
		-webkit-appearance: none;
	}

	.photo-camera video::-webkit-media-controls-start-playback-button {
		display: none !important;
		-webkit-appearance: none;
	}

	.photo-camera .camera-pannel {
		position: fixed;
		display: flex;
		justify-content: space-around;
		align-items: center;
		text-align: center;
		bottom: 0;
		border-radius: 15px;
		padding: 15px;
		margin-bottom: 10px;
		background-color: #ededed;
		min-width: 40%;
	}

	.take-photo {
		border: none;
		margin: 0px 20px 0px 20px;
	}

	.take-photo img {
		height: 50px;
	}

	.take-photo:hover {
		cursor: pointer;
	}

	.photo-preview-holder {
		display: none;
		position: absolute;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		top: 0;
		left: 0;
		background-color: #7d7d7d;
		height: 100%;
		width: 100%;
		z-index: 3;
		position: absolute;
	}

	.photo-preview-holder .photo-preview {
		width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.files-holder-title {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
		margin: 0;
		font-size: 12px;
	}

	.files-holder-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin: 0;
		font-size: 12px;
		flex-basis: 100%;
		height: 40px;
	}

	.photo-camera .loading-box {
		position: relative;
		width: 70%;
		height: 15px;
		border-radius: 15px;
		overflow: hidden;
	}

	.photo-camera .loader {
		width: 100%;
		height: 100%;
		position: absolute;
		border-radius: 50px;
		background: linear-gradient(45deg, #b6b5ff, #ff9797);
		left: 0%;
	}

	.photo-camera .loader {
		left: -100%;
		animation: load 3s linear infinite;
	}

	@keyframes load {
		0% {
			left: -100%;
		}

		100% {
			left: 100%;
		}
	}

  .loading-start-holder {
    display: flex;
    align-items: center;
  }
  .stepper {
    margin-top: 30px;
  }

  .stepper .steps .step .title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }

  .stepper .steps .step .content {
    margin-left: 2%;
  }

  .stepper .steps .step .title::before {
    content: attr(data-step);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    background: #F4F4FC;
    border: 1px solid #727272;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #727272;
    cursor: default;
    margin-right: 10px;
  }
  .stepper .steps .step {
    position: relative;
    padding-bottom: 39px;
    font-size: 16px;
    line-height: 19px;
  }
  #progress-holder {
    text-align: center;
  }
  #progress-bar {
    width: 100%;
  }
  #result-buttons-holder {
    display: flex;
  }
  #result-buttons-holder button {
    flex-basis: 100%;
    margin: 1em;
  }

  #loading-form-clipboard-block {
    padding: 1em;
    text-align: center;
  }
  #loading-form-clipboard-block button {
    margin-top: 1em;
  }

  .loading-option {
    margin: 5px;
    width: 100%;
  }

  .btn-descr img {
    width: 25px;
  }

  .btn-descr {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }

  .btn-descr:focus,
  .btn-descr:focus-visible {
    outline: none;
    outline-offset: none;
  }

  .option-holder {
    display: flex;
    align-items: center;
  }

  .option-holder .notification-block {
    position: absolute;
    width: 80%;
  }

  .doc-type-option {
    margin-right: 10px;
  }

  @media (max-width: 767px) {
    .loading-option {
      width: 100%;
      text-align: start;
      white-space: inherit;
    }
  }


  .loading-doc-single-form {
    border: 1px solid;
    margin: 1em 0;
    padding: 1em 1em;
    border-color: #e7eaec;
  }

  #loading-page-holder {
    display: flex;
  }
  #loading-block-form,
  #loading-block-results {
    max-height: 100%;
    margin: 1em;
    padding: 15px 20px;
    border-radius: 15px;
    border-color: #e7eaec;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
  }

  .loading-page-accent-block {
    padding: 15px 25px;
    background: #F4F4FC;
    border-radius: 8px;
    margin: 35px 0;
  }
  @media (max-width: 1100px) {
    #loading-page-holder {
      display: block;
    }
    #loading-block-form,
    #loading-block-results {
      margin: 1em 0;
      width: 100%;
    }
    #loading-block-results {
      margin-bottom: 10em;
    }
  }



  #upload-progress-files {
    font-size: smaller;
    overflow-x: auto;
    display: block;
  }
  #upload-progress-holder {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    max-width: 30em;
  }

  /*
  progress#upload-progress::-webkit-progress-bar,
  progress#upload-progress::-moz-progress-bar,
  */
  #upload-progress {
    background-color: #f3f3f3;
    border: 0 none;
    height: 1.3em;
    width: 70%;
  }
  progress[value]::-webkit-progress-value {
    background-image: -webkit-linear-gradient( top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25) ), -webkit-linear-gradient( left, #dff0d8, #5cb85c );
    background-size: 35px 20px, 100% 100%, 100% 100%;
  }
  progress[value]::-moz-progress-bar {
    background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25) ), -moz-linear-gradient( left, #dff0d8, #5cb85c );
    background-size: 35px 20px, 100% 100%, 100% 100%;
  }

  .progress-text {
    color: #555;
    float: right;
    font-size: 0.8em;
    height: 18px;
    line-height: 20px;
    margin-left: 5px;
    padding: 0 5px;
  }
  #right-value-holder, #prev-value-holder {
    font-weight: 700;
  }
  #right-value-holder.success {
    color: green;
  }
  #right-value-holder.fail {
    color: red;
  }
  .upload-progress-text {
    margin: 0.5em;
  }


  #loading-page-holder {
    display: flex;
  }
  #loading-block-form,
  #loading-block-results {
    max-height: 100%;
    margin: 1em;
    padding: 15px 20px;
    border-radius: 15px;
    border-color: #e7eaec;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
  }

  .loading-page-accent-block {
    padding: 15px 25px;
    background: #F4F4FC;
    border-radius: 8px;
    margin: 35px 0;
  }
  @media (max-width: 1100px) {
    #loading-page-holder {
      display: block;
    }
    #loading-block-form,
    #loading-block-results {
      margin: 1em 0;
      width: 100%;
    }
    #loading-block-results {
      margin-bottom: 10em;
    }
  }



  #projects_upload_form .step {
    padding-left: 0;
    padding-right: 0;
  }


  @media (max-width: 767px) {
    .loading-option {
      width: 100%;
      text-align: start;
      white-space: inherit;
    }
  }

  .loading-option {
    margin: 5px;
  }
  .loading-mode-btn, .loading-widget-type-btn {
    flex-direction: column;
  }
  .file-widget-holder:not(:first-child) {
    display: none;
  }


    .error-block {
        margin: 0 auto;
        padding: 3em;
        text-align: center;
        max-width: 60em;
    }

    .error-block .icon {
        font-size: 15ex;
    }

        .notification-block .notification-body {
            display: inline-block;
            width: calc(100% - 15px);
            padding: 15px 5px 15px 5px;
            justify-content: space-between;
            align-items: center;
            background-color: #ffffff;
            border-bottom-right-radius: 15px;
            border-top-right-radius: 15px;
            border: 1px solid #e7e7e7;
            border-left: unset;
        }

        .notification-block .notification-status {
            display: inline-block;
            width: 15px;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            align-items: stretch;
        }

        .notification-block {
            display: flex;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .notifications-holder {
            margin-top: 15px;
        }

        .notification-info {
            background-color: #1D9649;
        }

        .notification-warning {
            background-color: #FDB913;
        }

        .notification-error {
            background-color: #BF2236;
        }

  .sections-info-one {
    margin-top: 2em;
  }
  .section-info-content {
    margin-left: 1em;
  }

  #md-text table {
    border-collapse: collapse;
    border: 1px solid #b6b6b6
  }

  #md-text table td{
    padding: 15px;
    border: 1px solid #b6b6b6
  }

  #md-text table th{
    padding: 15px;
    border: 1px solid #b6b6b6
  }

  #md-text {
    padding-top: 1%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
  }

  @media (max-width: 767px) {
    #md-text {
      padding-top: 70px;
    }

    #md-text img{
      max-width: 100%;
    }
  }

  #sole-project {
    padding: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 10px;
  }

.requests-examples-holder {
  border-radius: 15px;
  background-color: #fff;
}

.requests-keys-holder {
  border-radius: 15px;
  background-color: #fff;
}

  #form-info-block p {
    min-height: 0.5ex;
  }
  .bill-form-create-btn {
    min-width: 64px;
    height: 48px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    transition: all .3s ease;
    letter-spacing: 1.25px;
    background-color: #0070f0;

    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
  }


  #rates-scroll {
    scroll-margin-top: 200px;
  }

  .external-content {
    width: 100%;
    height: 100%;
    border: unset;
  }

  .rate-select-period {
    display: flex;
    justify-content: center;
    padding: 2.5px;
    margin: 5px;
    align-items: center;
    border-radius: 15px;
  }

  .sale-title {
    margin: 0px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    background-color: #1D9649;
    color: white;
    border-radius: 15px;
  }

  .select-rate-period-buttons {
    display: flex;
    justify-content: center;
    width: 50%;
  }

  .select-rate-period-buttons .rate-period-title {
    font-size: 1vw;
    margin: 2.5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #1d9649;
    
  }

  .select-rate-period-buttons input[type="radio"]:checked+.rate-period-title {
    background-color: #1d9649;
    color: #ffffff;
  }

  .select-rate-period-buttons .rate-period-title:hover {
    cursor: pointer;
  }

  .select-rate-period-buttons input[type="radio"]:checked+.rate-period-title .sale-title {
    background-color: #ffffff;
    color: #484848
  }

  .rate-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 15px;
    background-color: #f5f5f5;
    align-items: center;
  }

  .rate-header p {
    margin: 0px;
  }

  .rate-header .rate-title {
    font-size: 1.3vw;
    color: #484848;
  }

  .rate-header .rate-cost {
    font-size: 1.4vw;
    white-space: nowrap;
    font-weight: normal;
    color: #484848;
    text-align: right;
  }

  .rate-header .rate-subcost {
    font-size: 0.8vw;
    white-space: nowrap;
    font-weight: normal;
    color: #8c8c8c;
    text-align: right;
  }

  .rate-header .rate-period {
    font-size: 1.1vw;
    color: #8b8b8b;
    text-align: right;
  }

  .rate-bottom-text {
    display: flex;
    justify-content: center;
    padding: 10px 10px 0px 10px;
    font-size: 1.1vw;
    color: #484848;
  }

  .rate-bottom-text-holder {
    text-align: justify;
    width: 90%;
  }

  .rate-bottom-text p {
    padding: 0px;
    margin: 0px;
  }

  .rate-body {
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 80%;
  }

  .rate-body .rate-body-left-column {
    padding: 0px;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 45%;
  }

  .rate-body .rate-body-left-column-big {
    padding: 10px;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }

  .rate-body .rate-body-left-column,
  .rate-body-left-column-big p {
    margin: 5px;
    justify-content: left;
    text-align: left;
    font-size: 1.1vw;
    line-height: 1.3;
    color: #484848;
  }

  .rate-body .rate-body-right-column {
    padding: 0px;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 45%;
  }

  .rate-body .rate-body-right-column p {
    margin: 5px;
    justify-content: left;
    text-align: left;
    font-size: 1.1vw;
    line-height: 1.3;
    color: #484848;
  }

  .rate-body .vl {
    width: 0.01vw;
    height: 100%;
    background-color: #bdbdbd;
  }

  .rates-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }

  .col {
    border: 1px solid;
  }

  .rate_block:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  }

  .rate_block {
    padding: 10px;
    margin: 5px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 15px;
    transition: all 0.2s linear;
    display: flex;
    flex-direction: column;
    cursor: default;
    max-width: 30%;
  }

  .button {
    border: 0px;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    font-size: 1vw;
    text-align: center;
    text-decoration: none;
  }

  .button:hover {
    text-decoration: none;
    color: #ffffff;
  }

  .rate_block .rate-btns {
    display: flex;
    justify-content: center;
  }

  .button-select,
  .disabled-rate-btn {
    display: inline-block;
    background: #bf2236 !important;
  }

  .button-action {
    display: inline-block;
    background: #0060df !important;
  }

  .button-info {
    display: inline-block;
    background: #cac8c8 !important;
  }

  .button-1 {
    width: 10%;
  }

  .button-2 {
    width: 20%;
  }

  .button-3 {
    width: 30%;
  }

  .button-4 {
    width: 40%;
  }

  .button-5 {
    width: 50%;
  }

  .button-6 {
    width: 60%;
  }

  .button-7 {
    width: 70%;
  }

  .button-8 {
    width: 80%;
  }

  .button-9 {
    width: 90%;
  }

  .button-10 {
    width: 100%;
  }

  .button-action-disabled {
    background: lightgray !important;
  }

  #payment-form-variants {
    text-align: center;
  }

  .rate-bill-form {
    margin: 0 3em 5em 5em;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  }

  #form-info-block p {
    min-height: 0.5ex;
  }

  .rate-box-ending-lines-block strong {
    font-size: 1.8ex;
    font-weight: 600;
  }

  .rate-bill-form,
  .rate-yookassa-form {
    margin: 10px;
    padding: 1em;
    border-radius: 8px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  }

  .rates-help-info-block {
    margin: 10px;
    font-size: 18px;
  }

  .rates-external-html {
    margin: 10px;
    max-width: 80%;
  }

  @media (max-width: 992px) {
    .rate-bill-form {
      margin: 1em;
    }

    .rates-help-info-block {
      margin: 1em;
    }

    .rate_block {
      max-width: unset;
      width: 100%;
    }

    .button {
      font-size: 4vw;
    }

    .rate-body .rate-body-right-column p {
      font-size: 4vw;
    }

    .rate-body .rate-body-left-column,
    .rate-body-left-column-big p {
      font-size: 4vw;
    }

    .rate-header .rate-title {
      font-size: 4.5vw;
    }

    .rate-header .rate-cost {
      font-size: 5vw;
    }

    .rate-header .rate-subcost {
      font-size: 3vw;
    }

    .select-rate-period-buttons .rate-period-title {
      font-size: 3vw;
    }


  }

    .panel-body-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(100% - 30px);
        margin: 15px;
    }

    .tag-load-icon::before {
        position: absolute;
        content: url("/static/img/load-icon.svg");
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 11px;
        color: #838383;
        cursor: default;
        top: 0px;
        left: 0px;
        padding: 5px;
        transform: translate(0px, 0px);
        line-height: 0;
        height: 40px;
        width: 40px;
    }

    .tag-price-icon::before {
        position: absolute;
        content: url("/static/img/rates-icon.svg");
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 11px;
        color: #838383;
        cursor: default;
        top: 0px;
        left: 0px;
        padding: 5px;
        transform: translate(0px, 0px);
        line-height: 0;
        height: 40px;
        width: 40px;
    }

    #reports #remove_shop_button {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

    .widget {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 15px;
        padding: 10px 15px;
        margin: 10px;
        height: 100px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        background: #fff;
    }

    .widget.style1 h2 {
        font-size: 30px;
    }

    .widget h2,
    .widget h3 {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .widget-text-box {
        padding: 20px;
        border: 1px solid #e7eaec;
        background: #ffffff;
    }

    .widget-head-color-box {
        border-radius: 5px 5px 0px 0px;
        margin-top: 10px;
    }

    .col-left {
        min-width: 100px;
    }

    .uploaded-late {
        background-color: #ed5565;
    }

    .ibox-content {
        clear: both;
    }

    .uploaded-late {
        background-color: #f2e048;
        /*color: white !important;*/
    }

    .report-info {
        background-color: #d9edf7;
    }

    .report-success {
        background-color: #dff0d8;
    }

    .report-warning {
        background-color: #fcf8e3;
    }

    .report-danger {
        background-color: #ed5565;
        color: white !important;
    }

    .flex-30 {
        flex-basis: 30%;
    }

    .flex-20 {
        flex-basis: 20%;
    }

    .tag::before {
        position: absolute;
        content: attr(data-tag);
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 11px;
        color: #838383;
        cursor: default;
        top: 0px;
        left: 0px;
        padding: 5px;
        transform: translate(0px, 0px);
        line-height: unset;
    }

    @media (max-width: 767px) {
        .flex-30,
        .flex-20 {
            flex-basis: 100%;
        }
    }

    #datatable tbody td, #datatable thead th {
        white-space: nowrap;
    }

    .dataTables_wrapper > .row:first-child {
        display: none;
    }

    .tooltip {
        z-index: 1000;
        position: absolute;
    }

    tr.report-:hover {
        background-color: rgba(243, 243, 244, 0.6);
    }
    tr.report-info:hover {
        background-color: rgba(28, 132, 198, 0.25);
    }
    tr.report-success:hover {
        background-color: rgba(57, 220, 70, 0.35);
    }
    tr.report-warning:hover {
        background-color: rgba(255, 235, 59, 0.4);
    }
    tr.report-danger:hover {
        background-color: rgba(237, 85, 85, 0.9);
    }
    .table-center {
        word-wrap: break-word;
        word-break: keep-all;
        text-align: center;
    }
    table.dataTable thead .sorting::after,
    table.dataTable thead .sorting_asc::after,
    table.dataTable thead .sorting_desc::after,
    table.dataTable thead .sorting_asc_disabled::after,
    table.dataTable thead .sorting_desc_disabled::after {
        position: relative;
        bottom: 25px;
        right: -10px;
        padding: 0;
        float: right;
    }
    .text-header {
        display: table-cell;
        height: 34px;
        vertical-align: middle;
    }

    .table-tooltip {
        cursor: help;
    }

    .table-tooltip::after {
        content: attr(data-tooltip);
        background: rgba(0, 0, 0, 0.8);
        border-radius: 4px;
        color: #FFF;
        margin-top: -15px;
        opacity: 0;
        padding: 2px;
        width: 10em;
        position: absolute;
        right: 0;
        visibility: hidden;
        z-index: 1000;
        transition: all 0.2s ease-in-out;
        visibility: hidden;
        float: right;
    }
            
    .table-tooltip:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .legend_badge {
        width: 50px;
        margin-right: 1em;
    }

    .ds-legend .list-group-item {
        padding-top: 5px;
        padding-bottom: 5px;
    }

  .tabulate {
    min-width: 15px;
    min-height: 15px;
    border-left: 1px solid #e6e6e6;
  }

  .fields-holder {
    margin-top: 15px;
    border-radius: 15px;
    padding: 15px;
    background-color: #F6F7F9;
    display: flex;
    flex-direction: column;
  }

  .field-holder {
    display: flex;
    flex-direction: row;
    min-height: 30px;
    align-items: stretch;
  }

  .field-block {
    display: flex;
    flex-direction: row;
    flex: 100%;
    margin-top: 5px;
    min-height: 30px;
    align-items: center;
    vertical-align: middle;
  }

  .field-title {
    display: flex;
    color: #484848;
    flex: 40%;
    min-height: 30px;
    align-items: center;
  }

  .field-value {
    color: #484848;
    display: flex;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    flex: 100%;
    text-align: justify;
    min-height: 30px;
    align-items: center;
    background-color: #ffffff;
    word-break: break-all;
  }

  .kyc-data {
    border-radius: 15px;
    padding: 15px;
    background-color: #F6F7F9;
  }

  .kyc_events_table {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    display: block;
    border-collapse: collapse;
    background-color: #ffffff;
  }

  .kyc_events_table .event-time {
    white-space: nowrap;
  }

  .kyc_events_table tr {
    border-bottom: 1px solid #c1c1c1;
  }

  .kyc_events_table tr:last-child {
    border-bottom: unset;
  }

  .kyc_events_table td {
    padding: 15px;
    border-right: 1px solid #c1c1c1;
  }

  .kyc_events_table td:last-child {
    border-right: unset;
  }

  .scan_preview {
    height: 100%;
    width: 100%;
  }

  .editable-value-edit {
    background-color: lightyellow;
  }

  #notification .alert {
    z-index: 999999 !important;
  }

  .result-details-view .bottom_action_buttons {
    position: relative;
    top: 1em;
    transform: rotate(-90deg);
    margin-left: -2em;
    margin-right: -1.5em;
    padding: 0em 1em 0em 1em !important;
  }

  .result-details-view {
    display: flex;
    flex-direction: row;
    width: 100%;
    -webkit-box-shadow: 0 0 !important;
    -moz-box-shadow: 0 0 !important;
    box-shadow: 0 0 !important;
  }

  .result-details-view>div {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #clipboard-full-block {
    padding: 1em;
    margin-top: 1em;
    border-radius: 15px;
    background: #F6F7F9;
    text-align: center;
  }

  #clipboard-full-block p {
    padding: 0.5ex;
  }

  @media (max-width: 767px) {
    .result-details-view {
      display: flex;
      flex-direction: column-reverse;
    }
  }

  .system_fields_holder {
    display: flex;
  } 

  .search-pannel-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
  }

  .search-pannel-btn {
    flex-basis: 20%;
  }

  .search-pannel-btn .btn {
    width: 100%;
  }


  .search-field {margin-left:2px;margin-right:2px;}
  #search-form-holder button i {color: #3ca6ff;}
  #custom-search-form {display: none;margin: 1em;}
  #custom-search-form .form-group { margin-bottom: 0; }
  .invalid-input {box-shadow:  0.5px 0.5px 2px 0.5px red inset;}
  .otooltip {cursor: help;}
  .otooltip::after {
    content: attr(data-tooltip);
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 15px;
    z-index: 1000;
    color: #FFF;
    position: absolute;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    white-space: pre-line;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }
  .otooltip:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .system_field_combobox {
    color: #555;
  }

  .system_field_combobox:has(option[disabled][selected]){
    color: #8e8e8e;
  }

  .system_field_combobox option {
    color: #555;
  }


  @media (max-width: 767px) {
    .search-pannel-holder {
      width: 100%;
    }
    .system_fields_holder {
      flex-direction: column;
    }
    .search-pannel-btn {
      flex-basis: 50%;
    }
  }

  .campaign-dl dt { display: inline; text-align: left; width: 100px; padding: 6px 1em; }
  .campaign-dl dd { display: inline-block !important; margin-left: 10px; margin-top: 10px; }

  #search-form { margin: 1em; }
  #search-form .form-group { margin-bottom: 0; }
  #search_results_container { display: none; margin: 2em 0 1em 0; }
  #questionary_scan_container { display: none; }
  #questionary_scan_container img { width: 100%; }
  .bottom_action_buttons { margin-top: 1em;  margin-bottom: 1em; }

  #no_results_block { width: 100%; }
  #no_results_block i {color: orange;}

  .result-view {
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: #fff;
  }

  @media (max-width: 767px)  {
    
    .result-view {
      flex-direction: column;
    }
  }

  .multi-edit-row {margin: 5px;}

  .settings-box-header {margin: 1em 0; cursor: pointer;}
  .settings-box-header small {font-size: 50%; float: right;}
  .selected-fields-group h4 small {font-size: 50%; float: right;}
  .selected-fields-group h4 {cursor: pointer;}
  .selected-fields-group hr {margin: 0;}
  .settings-box, .selected-fields-group {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0;
    margin-top: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
  }
  .selected-fields-group {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }
  .selected-fields-checkboxes {margin: 0; padding: 0;}
  .save-settings-fixed {
    display: none;
    position: fixed;
    margin: 1em;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .ui-sortable div {cursor: move;}

  .switch {position: relative; display: inline-block; width: 50px; height: 24px; font-size: 10px;}
  .switch input {display:none;}
  .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;}
  .slider:before {position: absolute; content: "выкл"; height: 15px; width: 15px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; }
  input:checked + .slider {background-color: #1c84c6;}
  input:focus + .slider {box-shadow: 0 0 1px #1c84c6;}
  input:checked + .slider:before {-webkit-transform: translateX(24px); -ms-transform: translateX(24px); transform: translateX(24px); content: "вкл";}
  .slider.round {border-radius: 34px;}
  .slider.round:before {border-radius: 50%;}

  .settings-list-button {margin: 1em;}

/*
table td:first-child {
    width: 18px;
}

table th {
    border-bottom: 0;
}

.shop-list button {
    font-size: 14px !important;
    font-weight: 400;
    height: 30px;
    line-height: 10px;
}
*/


  .sign-process {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }

  @media (max-width: 767px) {
    .sign-process {
      width: 100%;
    }
  }

  .stats-pannel-holder {
    margin-top: 20px;
    display: flex;
  }
  .table-noborders > tbody > tr > td,
  .table-noborders > tbody > tr > th,
  .table-noborders > tfoot > tr > td,
  .table-noborders > tfoot > tr > th,
  .table-noborders > thead > tr > td,
  .table-noborders > thead > tr > th {border: 0;}

  tr.hidden-campaigns {display: none;}

  #download-report {background-color: #5cb85c;}
  #download-report:hover {background-color: #4cae4c;}

  .tag-done-docs-icon::before {
    position: absolute;
    content: url("/static/img/done-docs-icon.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 11px;
    color: #838383;
    cursor: default;
    top: 0px;
    left: 0px;
    padding: 5px;
    transform: translate(0px, 0px);
    line-height: 0;
    height: 40px;
    width: 40px;
  }

  .tag-upload-icon::before {
    position: absolute;
    content: url("/static/img/upload-icon.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 11px;
    color: #838383;
    cursor: default;
    top: 0px;
    left: 0px;
    padding: 5px;
    transform: translate(0px, 0px);
    line-height: 0;
    height: 40px;
    width: 40px;
  }

  .tag-all-docs-icon::before {
    position: absolute;
    content: url("/static/img/all-docs-icon.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 11px;
    color: #838383;
    cursor: default;
    top: 0px;
    left: 0px;
    padding: 5px;
    transform: translate(0px, 0px);
    line-height: 0;
    height: 40px;
    width: 40px;
  }

  .widget.style1 h5 {
    padding-left: 40px;
  }

#chart2 {
    height: 250px;
}

    
    .superuser-block {
        margin: 0 auto;
        padding: 3em;
        text-align: center;
        max-width: 30em;
    }

    .superuser-block .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }


    
    .superuser-block {
        margin: 0 auto;
        padding: 3em;
        text-align: center;
        max-width: 30em;
    }

    .superuser-block .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }


  .customer-settings-box {
    margin: 1em 0;
  }

  .settings-section {
    padding: 0.5em;
    margin: 1em 0;
    border-radius: 10px;
    background: white;
  }

  .bills-table {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    display: block;
    border-collapse: collapse;
    border: 1px solid #c1c1c1;
    width: fit-content;
  }

  .bills-table tr {
    font-size: 90%;
    border-bottom: 1px solid #c1c1c1;
  }

  .bills-table tr:last-child {
    border-bottom: unset;
  }

  .bills-table td {
    padding: 15px;
    border-right: 1px solid #c1c1c1;
  }

  .bills-table td:last-child {
    border-right: unset;
  }

  .bills-table th {
    font-size: 100%;
    border-bottom: 1px solid #c1c1c1;
  }

  .bills-table th:last-child {
    border-right: unset;
  }

  .bills-table th {
    padding: 15px;
    border-right: 1px solid #c1c1c1;
  }

  #pa-all-settings-holder {
    margin: 1em;
  }

    #menu_items ul.list-inline {
        line-height: 33px;
        margin: auto;
        text-align: center;
    }
    #menu_items span {
        line-height: 33px;
    }
    #menu_items .selection-state {
        text-align: center;
    }
    .table-header-centered th {
      text-align: center;
    }

    
    .dialog-block {
        margin: 0.5em 2em 1em;
        padding: 3em;
        text-align: center;
        border-radius: 6px;
    }

    .dialog-block .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .dialog-block img {
        font-size: 15ex;
    }


    .create-template-dialog {
        max-width: 55em;
        min-height: 7em;
        padding: 5em;
        margin: 5em auto 0;
        text-align: center;
        border-radius: 6px;
        background-color: #f1f1f1;
    }

    .create-template-dialog > div {
        margin-top: 1em;
    }

    #templates-selector {
        display: none;
        position: absolute;
        border : 1px solid #c8c8c8;
        border-radius : 5px;
        box-shadow : 0 0 2px #c8c8c8;
        background-color : #ffffff;
        text-align: left;
    }

    #templates-selector span {
        display: block;
        padding: 2px;
        margin: 1px 5px;
        cursor: pointer;
    }

    #templates-selector span:hover {
        background-color: #edeff0;
    }


    .test-container {
        padding: 0.1em;
        margin: 2em;
        background-color : #ffffff;
    }

    .test-container-img {
        height: 10em;
        margin-bottom: 10px;
        border : 1px solid #c8c8c8;
        border-radius : 5px;
        box-shadow : 0 0 2px #c8c8c8;
        background-color : #ffffff;
        text-align: center;
        cursor: pointer;
    }
    .test-container-img i {
        position: absolute;
        width: 100%;
        top: 20%;
        left: 0;
    }
    .test-container-img img {
        width: 100%;
        height: 100%;
        display: none;
    }
    .img-selected {
        border-radius : 0;
        box-shadow : 0 0 10px rgba(60, 160, 255, 1);
    }
    #test-resutls-block {
        display: none;
        width: 99%;
        margin: 1em;
        box-shadow : 0 0 2px #c8c8c8;
    }

    #templates-toolbar .btn {
        margin-left: 2px;
        margin-right: 2px;
    }


    
    .result-block-row {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #c8c8c8;
        width: 100%;
    }
    
    .result-block-row span {
        margin-top: 0.5em;
    }
    section[data-template-name="cabinet.templates.test_result_block"] {
        margin: 1em;
    }

    .result-block-row img {
        max-width: 100%;
        max-height: 10em;
    }


    
    #scanning-in-progress {
        width: 40%;
    }


  .alerts-block {
    margin-top: 1em;
  }
  .alerts-block .alert {
    padding: 10px;
    margin-bottom: 10px;
  }
  .alerts-block .alert-dismissible .close {
    right: 0;
  }

  .table-hover-line { background-color: #eee; }
  .table-line-highlight { background-color: lightgreen; }
  .common-table {
    height: 100%;
    overflow-y: auto;
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .common-table td:hover { background-color: #dadada; }
  .common-table th {
    position: -webkit-sticky;
    position: sticky;
    left:0;
    top:0;
    color: black;
    background-color: #FFF;
  }

  .common-table-long-text {
      max-width: 15em;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .common-tooltip::after {
    content: attr(data-tooltip);
    opacity: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    padding: 15px;
    z-index: 1000;
    color: #FFF;
    position: absolute;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    white-space: pre-line;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
  }
  .common-table-tooltip::after {
      margin-top: -1em;
      padding: 15px;
      font-size: 12px;
      white-space: pre-wrap;
      word-break: break-all;
  }
  .common-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
  }

  .common-table-selected-row {background-color: darkseagreen;}
  .common-table-selected-row:hover {background-color: rgb(119, 158, 119) !important;}
  .common-table-pagination { text-align: center; }
  .common-table-pagination li { cursor: pointer; }

  .table-center {
    word-wrap: break-word;
    word-break: keep-all;
    text-align: center;
  }
  .table-header-cell {
    min-width: 1em;
    text-align: center;
    border: 1px solid rgba(0,0,0,.075);
   }
  .table-header-cell input { width: inherit !important; }
  .table-header-align::after { 
    bottom: 30px !important; 
  }
  .datatable-text-header {
    display: flex;
    align-items: center;
  }
  .pd-broken { background-color: rgba(255, 0, 0, 0.1) !important; }
  .pd-deleted { background-color: rgba(160, 125, 30, .5) !important; }

  .double-scroll-area {overflow:auto;}

  .JColResizer {
    opacity:1 !important;
    width:5px !important;
    background-color: rgba(255, 255, 255, 1) !important;
  }

  .selected-filter {
    color: #1D9649;
  }


    .customers-dashboard {
        display: flex;
        flex-direction: row;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 15px;
        padding: 5px;
    }

    .customers-dashboard-pannel {
        display: flex;
        gap: 5px;
        padding: 10px;
        flex-direction: column;
        width: 20%;
    }

    .customers-dashboard-pannel-button {
        text-align: center;
        white-space: normal;
    }

    .customers-dashboard-pannel-refresh-button {
        text-align: center;
        white-space: normal;
    }

    .customers-dashboard-value-selector-button {
        text-align: center;
        white-space: normal;
    }

    .customers-dashboard-value-modificator-button {
        text-align: center;
        white-space: normal;
        flex-basis: 100%;
    }


    .customers-dashboard-chart-holder {
        height: 100%;
    }


    .customers-dashboard-value-selector {
        display: flex;
        gap: 2px;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .customers-dashboard-value-modificator {
        display: flex;
        gap: 5px;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .customers-dashboard-view {
        width: 80%;

    }

    .customers-dashboard-chart-selector {
        display: flex;
        gap: 5px;
        flex-direction: column;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .customers-dashboard-chart-options {
        display: flex;
        gap: 5px;
        flex-direction: column;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .btn,
    .btn:hover,
    .btn:active,
    .btn:focus,
    .btn:active:hover {
        outline: 0;
    }

  .dt-btn {
    display: flex;
    justify-content: center;
    width: 20%;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #555555;
  }

  .daterange_picker_holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
  }

  .datepicker {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
  }

  .range_selectors {
    display: flex;
    justify-content: space-between;
  }

  /* .datepicker input {
        width: unset !important;
    } */

  .datepicker span:first-child {
    border-top-left-radius: 0px;
  }

  .datepicker input:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
  }

  .range_selectors .btn:first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .range_selectors .btn:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .range_selectors .btn:not(.btn:last-child):not(.btn:first-child) {
    border-radius: 0px;
  }


  #range_submit_parent {
    width: inherit;
  }

  #range_submit {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  #range_submit_block {
    display: none;
    border-radius: 0 0 4px 4px;
  }

  #range_title {
    display: inline-block;
    margin-right: 1em;
  }

  .addon-disabled {
    background: #eee;
  }

  .date-range-submit-holder {
    display: flex;
    flex-flow: row-reverse;
    margin-top: 5px;
  }

  .date-range-container {
    max-width: 40em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: unset;
  }

  .date-range-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
  }

  .date-range-input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    background-color: white;
  }

  .month-selector,
  .quick-ranges {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .date-range-submit-btn,
  .month-selector select,
  .quick-ranges button {
    padding: 0.2em 1em;
    background-color: unset;
    border: 1px solid #ccc;
    border-radius: 15px;
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    transition: all 0.2s;
  }

  .month-selector select:hover,
  .quick-ranges button:hover {
    background-color: #e0e0e0;
  }

  .date-range-submit-btn {
    background-color: #4285f4;
    flex-grow: 0;
  }

  .quick-ranges button.active {
    background-color: #e6e6e6;
    border-color: #ccc;
  }

  .quick-ranges button.active:hover {
    background-color: #e6e6e6;
  }

  .month-selector select {
    padding-left: 20px;
    text-transform: capitalize;
  }

  .month-selector select:focus {
    outline: none;
    border-color: #4285f4;
  }

  /* переопределение стилей из daterangepicker.css*/
  .daterangepicker {
    border-radius: 15px;
  }

  .drp-buttons button {
    display: inline-flex;
  }

    #notification .jumbotron { position: fixed; width: 33%; left: 33%; top: -5px; z-index: 2000; text-align: center; }
    #notification .jumbotron p { font-size: 14px !important; }
    @media (max-width: 767px) {
      #notification .jumbotron {
        width: 70%;
        left: 15%;
      }
    }

  .checkbox-prefs input {margin-top: 0.1em;margin-bottom: 0.1em;}
  .thin-label {font-weight: 500;}
  .popover {white-space: pre-wrap;}
  .settings-box-padding {padding: 1em;}

    #update_progressbar {
      display: flex;
      flex-direction: revert-layer;
      align-content: center;
      align-items: center;
      justify-content: center;
      width: 70%;
      height: 10em;
      top: 40%;
      left: 15%;
      border-radius: 10em;
      position: fixed;
      background: rgba(0, 0, 0, 0.6);
      z-index: 9999;
    }
    #update_progressbar > .progress {
      position: relative;
      top: 1vh;
      width: 90%;
      align-self: center;
      border-radius: 10em;
    }
    #update_progressbar .progress-bar { width: 100%; border-radius: 10em; }
    #progress_holder { border-radius: 10em; }
    #update_progressbar #progress_label {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        font-weight: 700;
        color: white;
    }
    #update_progressbar #progress_label_close {
        position: absolute;
        float: right;
        right: 0;
        text-align: center;
        font-weight: 700;
        color: white;
        text-align: center;
        cursor: pointer;
        right: 10px;
    }


    #rightside_panel {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #343434;
        z-index: 10000;
        padding: 0;
        overflow-y: scroll;
        width: 40%;
    }

    #rightside_panel_inner {
        padding: 20px;
        color: white;
    }

    #rightside_panel .close_btn {
        position: absolute;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
        display: none;
        color: white;
    }

    #rightside_panel .ibox {
        color: #676A6C
    }

    @media (max-width: 767px) {
        #rightside_panel {
            width: 100%;
        }
    }

    .sort-icon {
        cursor: pointer;
    }

    .table_view > thead > tr > th {
        border-bottom: 0;
    }

    .table_view tbody td:first-child {
        width: 24px;
        border-right: 1px solid #ddd;
    }

    .table_view tbody tr { cursor: pointer; }
    .table_view tbody tr:hover { background-color: lightgrey;}
    @media (max-width: 600px) {
      .btn-edit span {
          display: none;
      }
    }

  .table-filter-filters-holder {
    display: flex;
    flex-direction: column;
  }

  .text-field {
    display: flex;
    flex-direction: column;
    margin: 0px 5px;
  }

  .text-fields {
    display: flex;
    margin: 10px 0px 10px 0px;
    flex-wrap: wrap;
  }

  .selector-fields {
    display: flex;
    margin: 10px 0px 10px 0px;
    flex-wrap: wrap;
  }

  .table-filter-control-pannel {
    display: flex;
    margin: 10px 0px 10px 0px;
    flex-wrap: wrap;
  }


  .table-filter-selector-multi {
    max-height: 15em;
    padding: 0 1em;
    overflow: scroll;
  }

  .table-filter-selector-multi-holder {
    border: 1px solid lightgray;
  }

  .table-filter-groups {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.5em;
  }

  .table-filter-groups>div {
    min-width: 6em;
  }

  #table-filter-widget {
    padding: 10px;
  }

  .images-container {padding: 0.1em;background-color : #ffffff;}
  .images-container-header div {text-align: center;}
  .images-container-img, .images-container-img-empty {
    margin-bottom: 10px;
    border : 1px solid #c8c8c8;
    border-radius : 5px;
    box-shadow : 0 0 2px #c8c8c8;
    background-color : #ffffff;
    text-align: center;
    cursor: pointer;
  }
  .images-container-img-empty {padding: 3em;}
  .images-container-img i {width: 100%;left: 0;}
  .images-container-img img {width: 100%;height: 100%;}


    .error-block {
        margin: 0 auto;
        padding: 3em;
        text-align: center;
        max-width: 60em;
    }

    .error-block .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .error-block .icon {
        font-size: 15ex;
    }

    :root {
        --top-height: 50px;
        --mobile-bottom-height: 60px;
        --left-width: 180px;
        --navbar-font-size: 16px;
        --navbar-font-color: #484848;
        --navbar-top-button-height: 50px;
        --navbar-top-button-width: 30px;
        --navbar-left-button-height: 40px;
        --navbar-color: #F6F7F9;
        --hover-color: #e6e6e6;
    }

    body:has(.authorized-ofset) .container-fluid {
        top: var(--top-height);
        height: calc(100vh - var(--top-height));
    }

    #toggle-menu-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: none;
        float: left;
        border-radius: 15px;
        margin: 5px;
        padding: 10px;
        background-color: var(--navbar-color);
        color: var(--navbar-font-color);
    }

    #toggle-menu-button:hover {
        background-color: var(--hover-color);
    }

    .toggle-button-strip {
        width: 100%;
        border-radius: 15px;
        background-color: var(--navbar-font-color);
        ;
    }

    .top-icon {
        height: 20px;
        width: 20px;
    }

    .navbar-holder {
        position: relative;
        display: flex;
        top: var(--top-height);
        height: calc(100vh - var(--top-height) - 5px);
    }

    .info-pannel .info-block {
        display: flex;
        align-items: center;
        margin: 0px 15px;
    }

    .invisible-buffer-top {
        position: absolute;
        top: var(--top-height);
        height: 10px;
        width: calc(var(--navbar-top-button-width) * 2);
    }

    .invisible-buffer-left {
        position: absolute;
        left: 100%;
        width: 10px;
        height: calc(var(--navbar-left-button-height) * 2);
    }

    .top-menu {
        display: flex;
        height: calc(var(--navbar-top-button-height) - 10px);
        justify-content: center;
        align-items: center;
        margin: 5px;
        border-radius: 15px;
    }

    .top-menu a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: var(--navbar-top-button-height);
        padding: 5px;
        color: var(--navbar-font-color);
        /* aspect-ratio: 1; */
    }

    .top-menu a:hover {
        text-decoration: none;
        /* aspect-ratio: 1; */
    }

    .top-menu a img {
        max-width: var(--navbar-top-button-width);
    }

    .top-menu-subitems-holder {
        position: absolute;
        background-color: var(--navbar-color);
        top: var(--top-height);
        margin-top: 10px;
        border-radius: 15px;
    }

    .main-menu-subitems-holder {
        position: absolute;
        top: 10px;
        left: calc(100%);
        background-color: var(--navbar-color);
        width: max-content;
        margin-left: 10px;
        border-radius: 15px;
        z-index: 1030;
    }

    .main-menu-subitems-holder a {
        word-wrap: unset;
        word-break: unset;
        white-space: normal;
        font-size: var(--navbar-font-size);
        padding: 10px;
        margin: 10px;
    }

    .navbar-fixed {
        height: 100%;
        top: 0;
    }

    .navbar-fixed-top {
        position: absolute;
        display: inline-block;
        align-items: center;
        width: 100%;
        height: var(--top-height);
        z-index: 1030;
        justify-content: center;
    }

    .navbar-fixed-top .top-menu .icon {
        border: none;
        text-decoration: none;
        font-size: var(--navbar-font-size);
        padding: 5px;
        width: 100%;
    }

    /* .navbar-fixed-top .top-menu:hover .icon {
        background-color: var(--hover-color);
    } */

    .navbar-fixed-top .top-menu .list-group-item {
        display: flex;
        border: none;
        border-radius: 15px;
        margin: 10px;
        padding: 10px;
        background-color: var(--navbar-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-top .list-group-subitem {
        word-wrap: unset;
        word-break: unset;
        white-space: normal;
        text-decoration: none;
        font-size: var(--navbar-font-size);
        display: flex;
        align-items: center;
        justify-content: left;
        border: none;
        border-radius: 15px;
        margin: 10px;
        padding: 10px;
        font-size: var(--navbar-font-size);
        background-color: var(--navbar-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-main .main-menu .list-group-item {
        display: flex;
        align-items: center;
        border: none;
        border-radius: 15px;
        margin: 5px 10px 5px 10px;
        padding: 0px;
        font-size: var(--navbar-font-size);
        background-color: var(--navbar-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-main-bottom .main-menu-bottom .list-group-item,
    .navbar-fixed-main-bottom .main-menu-bottom .list-group-item-category {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 15px;
        padding: 0px;
        height: 80%;
        width: 100%;
        font-size: var(--navbar-font-size);
        background-color: var(--navbar-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-main .main-menu .list-group-subitem {
        word-wrap: unset;
        word-break: unset;
        white-space: normal;
        text-decoration: none;
        font-size: var(--navbar-font-size);
        display: flex;
        align-items: center;
        border: none;
        border-radius: 15px;
        margin: 10px;
        padding: 10px;
        font-size: var(--navbar-font-size);
        background-color: var(--navbar-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-main-bottom .main-menu-bottom .list-group-subitem {
        word-wrap: unset;
        word-break: unset;
        white-space: normal;
        text-decoration: none;
        font-size: var(--navbar-font-size);
        display: flex;
        align-items: center;
        border: none;
        border-radius: 15px;
        margin: 10px;
        padding: 10px;
        font-size: var(--navbar-font-size);
        background-color: var(--navbar-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-top .top-menu .list-group-subitem.active {
        background-color: var(--hover-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-top .top-menu .list-group-item.active {
        background-color: var(--hover-color);
        color: var(--navbar-font-color);
    }

    .navbar-fixed-top .top-menu:has(.active) .icon {
        background-color: var(--hover-color);
    }

    .navbar-fixed-top .top-menu:has(.active) {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main .main-menu .list-group-item.active {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main-bottom .main-menu-bottom .list-group-item.active {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main .main-menu .list-group-subitem.active {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main-bottom .main-menu-bottom .list-group-subitem.active {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main .main-menu .list-group-item-category:has(.active) .list-group-item-title {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main-bottom .main-menu-bottom .list-group-item-category:has(.active) .list-group-item-title {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main-bottom .main-menu-bottom .list-group-item-category:has(.active) {
        background-color: var(--hover-color);
    }

    .navbar-fixed-top .list-group-item:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-top .top-menu:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-top .list-group-subitem:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-top .list-group-item-title:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main .list-group-item:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main-bottom .list-group-item:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main .list-group-subitem:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main-bottom .list-group-subitem:hover {
        background-color: var(--hover-color);
    }


    .navbar-fixed-main .list-group-item-title:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main-bottom .list-group-item-title:hover {
        background-color: var(--hover-color);
    }

    .navbar-fixed-main .main-menu .list-group-item-category {
        cursor: pointer;
    }

    .navbar-fixed-main-bottom .main-menu-bottom .list-group-item-category {
        cursor: pointer;
    }

    .navbar-fixed-main {
        display: flex;
        vertical-align: top;
        height: 100%;
        padding-top: 1px;
        z-index: 1030;
    }

    .navbar-fixed-main-bottom {
        display: none !important;
        position: absolute;
        top: unset;
        bottom: 0;
        vertical-align: top;
        height: var(--mobile-bottom-height);
        width: 100%;
        padding-top: 1px;
        z-index: 1030;
    }

    .navbar-fixed-main .menu-title {
        margin: 10px;
    }

    .navbar-fixed-rounded {
        vertical-align: top;
        top: var(--top-height);
        z-index: 1030;
        aspect-ratio: 1 / 1;
        width: 15px;
        height: 15px;
        background-image: radial-gradient(circle at 100% 100%, #cc000000 70%, #F6F7F9 0px);
    }

    .navbar-default {
        display: flex;
        justify-content: space-between;
        background: var(--navbar-color);
    }

    .navbar-fixed-main .main-menu {
        position: relative;
        top: 10px;
        display: block;
        /* width: var(--left-width); */
        overflow-x: unset;
        overflow-y: unset;
        height: calc(100% - 10px);
    }

    .navbar-fixed-main .main-menu.menu_toggled .menu-title {
        display: none;
    }

    .navbar-fixed-main .list-group {
        margin: 0px;
    }

    .main-menu div {
        padding: 0px;
    }

    .main-menu-bottom div {
        padding: 0px;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--left-width);
        padding: 0px;
        margin: 0px;
    }

    .navbar-brand img {
        height: calc(var(--top-height) - 10px);
    }

    .balance {
        color: #484848;
        display: flex;
        align-items: center;
    }

    .info-pannel {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: var(--top-height);
        font-size: var(--navbar-font-size);
        float: right;
        margin: 0px 15px;
    }

    .logo-pannel {
        display: flex;
        justify-content: left;
        align-items: center;
        height: var(--top-height);
        font-size: var(--navbar-font-size);
        float: left;
    }

    #current_rate {
        color: #484848;
    }

    .colored-balance {
        display: flex;
        align-items: center;
        font-family: 'Exo 2', sans-serif;
        font-weight: normal;
        padding: 5px;
        margin: 5px;
        border-radius: 15px;
    }

    .red-balance {
        color: #F6F7F9;
        background-color: #BF2236;
    }

    .yellow-balance {
        color: #484848;
        background-color: #FDB913;
    }

    .green-balance {
        color: #F6F7F9;
        background-color: #1D9649;
    }

    .menu-rate-title {
        display: flex;
        align-items: center;
        font-family: 'Exo 2', sans-serif;
        font-weight: normal;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .log-out-icon {
        content: url("/static/design/log-out.svg");
        /* aspect-ratio: 1 / 1; */
    }

    .log-in-icon {
        content: url("/static/design/log-in.svg");
        aspect-ratio: 1 / 1;
    }

    .main-menu .main-menu-icon {
        margin: 10px;
        width: 20px;
        height: 20px;
    }

    .subitem {
        padding: 5px;
    }



    .navbar-fixed-main-bottom .main-menu-bottom {
        display: none;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        height: var(--mobile-bottom-height);
    }


    @media (max-width: 767px) {

        body:has(.authorized-ofset) .container-fluid {
            top: var(--top-height);
            height: calc(100% - var(--top-height) - var(--mobile-bottom-height));
        }

        .navbar-holder {
            display: none;
        }

        .navbar-fixed-main-bottom {
            display: flex !important;
        }

        .navbar-fixed-main-bottom .main-menu-bottom {
            display: flex;
        }


        .navbar-brand {
            height: var(--top-height);
            width: var(--top-height)
        }

        .navbar-brand img {
            height: calc(var(--top-height) - 10px);
            width: calc(var(--top-height) - 10px);
            content: url("/static/design/logo-short.svg");
        }

        .info-pannel .info-block {
            margin: 0px 10px;
        }

        .menu-rate-title {
            display: none;
        }

        #__replain_widget {
            display: none;
            inset: auto 20px calc(var(--mobile-bottom-height) + 10px) auto !important;
        }

        .navbar-fixed-main .main-menu.menu_toggled .menu-title {
            display: unset !important;
        }

        .top-menu .list-group-item-title {
            display: none;
        }
    }


  .menu-current-client {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: 'Exo 2', sans-serif;
    font-weight: normal;
    padding: 10px;
    color: #484848;
    border-radius: 15px;
    background-color: #e6e6e6;
    cursor: pointer;
    transition: background 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
  }
  .menu-current-client:hover {
    background: #d7d7d7;
  }


  .client-selector-floating-list {
    position: fixed;
    top: 5em;
    right: 3em;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    flex-direction: column;
    max-height: 60vh;
    min-width: 20em;
    border-radius: 15px;
  }

  .client-selector-list-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1001;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 15px;
  }
  .client-selector-search-box {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 15px;
    font-size: 14px;
  }

  .client-selector-search-box:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
  }

  .client-selector-close-btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    border-radius: 50%;
    transition: all 0.2s ease;
  }

  .client-selector-close-btn:hover {
    background: #f8f9fa;
    color: #333;
  }

  .client-selector-list-container {
    overflow-y: auto;
    padding: 8px 0;
  }

  .client-selector-list-item {
    padding: 10px 16px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .client-selector-list-item:hover {
    background: #f8f9fa;
  }

  .client-selector-list-item:active {
    background: #e9ecef;
  }

  .client-selector-refresh-button {
    margin: 15px;
    padding: 10px 20px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
    align-self: center;
    display: none;
  }

  .client-selector-refresh-button:hover {
    background: #218838;
  }

  .client-selector-list-container::-webkit-scrollbar {
    width: 8px;
  }
  .client-selector-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  .client-selector-list-container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  .client-selector-list-container::-webkit-scrollbar-thumb:hover {
    background: #999;
  }


  #logo-div {
    top: 20px;
    left: 20px;
    position: absolute;
  }
  #logo-div .sign-login-logo {
    width: 146px;
    height: 40px;
    transition: all 0.3s ease-out;
  }
  #logo-div .sign-login-logo img {
    max-width: 146px;
    width: 100%;
    height: auto;
  }
  #sign-page-sales-top #reference-self-sign {
    padding: 0.75em;
    color: #ffffff;
    background-color: #43A047;
    border-radius: 4px;
  }

  #sign-page-sales-top #reference-self-sign:hover {
    background-color: #2E7D32;
  }

  #sign-page-sales-top #reference-self-sign:active {
    outline: 5px auto;
    outline-offset: 2px;
  }

  .sections-info-one {
    margin-top: 2em;
  }
  .sections-info-holder .sections-info-one:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .section-info-content {
    margin-left: 1em;
  }

  .mkdown-section-block h3 { color: black; }
  .mkdown-section-block .CodeMirror {
      overflow: visible;
      padding: 15px 20px 20px 20px;
      border-color: #e7eaec;
      border-style: solid solid none;
      border-width: 0px 1px;
      margin-left: 5%;
      margin-right: 5%;
  }

  #markdown_doc legend {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .mkdown-section-block .CodeMirror-code,
  .mkdown-section-block .CodeMirror-scroll,
  .mkdown-section-block .CodeMirror-vscrollbar {
      display: none !important;
  }
  .mkdown-section-block .editor-preview {
      background: white;
      height: initial;
      word-wrap: break-word;
      padding-bottom: 4em;
  }

  #markdown_doc table {
    border-collapse: collapse;
    border: 1px solid #b6b6b6
  }

  #markdown_doc table td{
    padding: 15px;
    border: 1px solid #b6b6b6
  }

  #markdown_doc table th{
    padding: 15px;
    border: 1px solid #b6b6b6
  }

  #md-text {
    padding-top: 1%;
    padding-bottom: 7%;
    padding-left: 7%;
    padding-right: 7%;
  }

  @media (max-width: 767px) {
    #markdown_doc {
      padding-top: 70px;
    }

    #markdown_doc img{
      max-width: 100%;
    }
  }


  .login__grid-container {
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 15px;
  }

  .sign-login::after {
    background-image: url(/static/img/login-background-line.svg);
    background-size: calc(100% + 30px) 400px;
    display: inline-block;
    position: absolute;
    left: -30px;
    width: calc(100% + 30px);
    height: 400px;
    z-index: -1;
    bottom: -140px;
    content: "";
    opacity: 0.3;
  }


  .login__grid-container .intro .sign-login-logo img {
    max-width: 280px;
    width: 100%;
    height: auto;
  }

  .login__grid-container .intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .login__grid-container .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    height: fit-content;
    padding: 15px;
    margin: 15px;
    background: #ffffff;
    box-shadow: 0 0 15px #0003;
    border-radius: 15px;
    min-height: 250px;
    top: 0px;
  }

  .login__grid-container .intro .description {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    color: #222;
    margin: 0 0 100px;
    margin-bottom: 100px;
  }

  .sign-login-btn {
    max-width: 350px;
    min-width: 64px;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1.25px;

    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    padding: 0 16px;
    border-radius: 15px;
    overflow: visible;
  }

  #self_login {
    background-color: #1976D2;
  }

  #self_login:hover {
    color: white;
    text-decoration: none;
    background-color: #0D47A1;
  }

  #self_sign {
    background-color: #43A047;
  }

  #self_sign:hover {
    color: white;
    text-decoration: none;
    background-color: #2E7D32;
  }

  .or {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #979797;
    margin: 25px 0;
  }

  #sign-page-sales-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    width: fit-content;
  }

  #sign-page-sales-top a {
    line-height: 14px;
    padding: 15px;
    text-decoration: none;
    transition: all 0.2s linear;
    width: fit-content;
    white-space: nowrap;
    color: #bf2236;
  }

  #sign-page-sales-top #reference-public-dev {
    border-radius: 15px;
    width: 60px;
  }

  #sign-page-sales-top #reference-public-dev:hover {
    cursor: pointer;
  }

  #sign-page-sales-top #reference-public-dev:active {
    outline: 5px auto;
    outline-offset: 2px;
  }

  .sign-page-info-title {
    text-align: left;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 25px;
    font-weight: 600;
  }

  .sign-page-wrapper {
    width: 100%;
  }

  .license_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .license_wrapper>div:first-of-type {
    width: 35%;
    margin: 0;
    margin-right: 5%;
  }

  .license_wrapper ul {
    margin-left: 0;
    list-style-type: none;
  }

  .license_wrapper ul li {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-left: 15px;
    text-align: left;
    position: relative;
  }

  .license_wrapper ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 15px;
    background: #454fa1;
  }

  .license_wrapper .licenses {
    width: 55%;
  }

  .license_wrapper .licenses * {
    outline: 0 !important;
  }

  .license_wrapper .licenses .slick-list {
    overflow-y: visible;
  }

  .license_wrapper .licenses .licenses_item {
    padding: 15px;
  }

  .license_wrapper .licenses img {
    max-height: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all 0.2s linear;
    margin: 0 auto;
  }

  .license_wrapper .licenses img:hover {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  }

  .license_wrapper.license_wrapper_inlicense {
    justify-content: flex-start;
  }

  .license_wrapper.license_wrapper_inlicense .licenses {
    width: 100%;
    margin: 0 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .license_wrapper.license_wrapper_inlicense .licenses .licenses_item {
    margin-right: 25px;
    margin-bottom: 25px;
  }

  .sign-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min-content;
    min-width: 30%;
  }

  @media (max-width: 767px) {
    .login__grid-container {
      flex-direction: column;
    }

    #sign-page-sales-top {
      flex-direction: column;
    }

    .login__grid-item.picture {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      opacity: 0.5;
    }

    .sign-login::after {
      content: '';
      background: unset;
    }
  }

  #form-info-block p {
    min-height: 0.5ex;
  }


  .sign-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    background-color: #fff;
  }

  .sign-btn-backward {
    position: absolute !important;
    top: 0;
    left: 0;
  }

  .sign-widget h1,
  .sign-widget h2,
  .sign-widget h3,
  .sign-widget h4,
  .sign-widget h5 {
    text-align: center;
    margin: 5px;
    font-size: 2vw;
  }


  .sign-progressbar {
    display: flex;
    flex-direction: row;
    margin: 10px 0px 20px 0px;
  }

  .sign-progressbar .progressbar-item {
    margin: 5px;
    border-radius: 15px;
    height: 5px;
    background-color: #D9D9D9;
  }

  .sign-progressbar .progressbar-item div {
    border-radius: 15px;
    height: 5px;
  }

  .sign-progressbar .progressbar-item-filled {
    background-color: #43A047;
  }

  #email-code {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .code-item {
    font-size: 24;
    width: 3vw;
    height: 3vw;
    padding: 5px;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    caret-color: transparent;
    outline: none;
  }

  .code-item-focused,
  .code-item:focus,
  .code-item:focus-visible {
    border: 5px solid #ccc;
  }

  .wrong-code-item {
    border-color: #DB2128;
  }

  .correct-code-item {
    border-color: #43A047;
  }

  #email-code-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }

  #phone-code-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }

  .self-sign-holder {
    display: flex;
    flex-direction: column;
    margin: 15px;
  }

  input[type="checkbox"] {
    -webkit-appearance: none;
    display: block;
    appearance: none;
    width: 25px;
    height: 25px;
    min-height: 25px;
    min-width: 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
    background-clip: content-box;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px;
  }

  input[type="checkbox"]:checked {
    background-color: #43A047;
  }

  .sign-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sign-bottom-pannel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }

  .sign-btn-inconspicuous:disabled {
    cursor: unset;
  }

  .sign-btn-inconspicuous {
    color: #929292;
    font-size: 10px;
    line-height: 17px;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 0px;
    overflow: visible;
  }

  .show-password-icon {
    background-image: url("/static/img/show-password.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
  }

  .hide-password-icon {
    background-image: url("/static/img/hide-password.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
  }

  .sign-widget {
    user-select: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 15px #0003;
    border-radius: 15px;
    padding: 15px 30px;
    color: #484848;
    overflow: hidden;
  }

  .sign-forms-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    /* overflow-y: hidden; */
  }

  .sign-forms-holder {
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }

  .sign-forms-holder::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }

  .sign-widget-step {
    position: relative;
    left: calc(100%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .sign-widget-step .sign-btn {
    max-width: 350px;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1.25px;

    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 10px 0px 10px 0px;
    padding: 0 16px;
    border-radius: 15px;
    overflow: visible;
    background-color: #43A047;
  }


  .or {
    color: #929292;
  }

  .sign-login-btn {
    max-width: 350px;
    min-width: 250px;
    width: 60%;
    height: 48px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1.25px;

    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    padding: 0 16px;
    border-radius: 15px;
    overflow: visible;
    background-color: #1976D2;
  }

  .sign-sign-up-btn {
    max-width: 350px;
    min-width: 300px;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    transition: all .3s ease;
    text-transform: uppercase;
    letter-spacing: 1.25px;

    box-sizing: border-box;
    position: relative;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    padding: 0 16px;
    border-radius: 15px;
    overflow: visible;
    background-color: #43A047;
  }

  .form-control {
    width: 100%;
    margin: 10px 0px 10px 0px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 6px 12px;
  }

  .form-control.required-missing {
    border-color: #DB2128;
  }

  .required-field {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .required-field.required-missing::after {
    position: relative;
    content: url("/static/img/attention-icon.svg");
    left: -25px;
    top: 19px;
    width: 0px;

  }

  .form-control-checkbox {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #929292;
    font-size: 14px;
    margin: 5px 5px 10px 5px;
  }

  .form-control-checkbox label {
    margin-left: 5px;
  }

  .form-control-password {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #929292;
    font-size: 14px;
  }

  .form-control-password input {
    width: 100%;
    margin: 10px 0px 10px 0px;
  }

  .form-control-password .show-password-btn {
    float: right;
    margin-left: -40px;
    position: relative;
    z-index: 2;
  }

  .form-control::placeholder {
    color: #929292;
  }

  .sign-notice {
    color: #929292;
    font-size: 14px;
    margin: 0px 5px 5px 5px;
    max-width: 90%;
  }

  .top-holder {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
  }

  .sign-login-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .self-sign-logo-holder {
    display: flex;
    justify-content: start;
    align-items: top;
    width: 100%;
  }

  .sign-login-logo {
    width: 146px;
    height: 40px;
    transition: all 0.3s ease-out;
    margin-right: 50px;
  }

  .sign-widget .btn[disabled] {
    cursor: default !important;
    filter: unset !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: unset !important;
  }

  @media (max-width: 767px) {
    .sign-widget {
      width: 100%;
      flex-shrink: 0;
    }

    .code-item {
      font-size: 24;
      width: 10vw;
      height: 10vw;
    }

    .sign-widget h1,
    .sign-widget h2,
    .sign-widget h3,
    .sign-widget h4,
    .sign-widget h5 {
      text-align: center;
      margin: 5px;
      font-size: 5.5vw;
    }
  }

#canvas {
    background-color: lightgray;
    background-repeat: no-repeat;
    background-size: contain;
}

div[data-template-name="template.rect"] {
    position: absolute;
    cursor: move;
    background-color: rgba(60, 166, 255, 0.5);
}

.rect-toolbar {
    display: block;
    position: relative;
}

.rect-toolbar button {
    padding: 0px 6px;
}

.rect-toolbar-title {
    position: absolute;
    display: block;
    width: 100%;
}

.phone-verify-dialog .modal-dialog {
    width: 400px;
}

.phone-verify-dialog .modal-content {
    box-shadow: none;
}


@media (max-width: 767px) {
    .phone-verify-dialog .modal-dialog {
        width: inherit;
    }
}



#sms-verify-dialog .modal-header{
    display: flex;
    justify-content: center;
}

#sms-verify-dialog .modal-content {
    box-shadow: none;
}

#sms-verify-dialog .modal-header {
    border-bottom: 0;
}

#sms-verify-dialog .modal-title {
    width: 98%;
    font-weight: 300;
}

#sms-verify-dialog .modal-body{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sms-verify-dialog .modal-header label {
    font-weight: 300;
    border-radius: 15px;
    background-color: #F6F7F9;
    padding: 5px 15px 5px 15px;
}

#sms-verify-dialog .modal-body label {
    font-weight: unset;
}

#sms-verify-dialog .custom-input{
    display: flex;
    justify-content: center;
}

#sms-verify-dialog .custom-input input {
    width: 15%;
    margin: 0.5%;
    aspect-ratio: 1;
    caret-color: transparent;
    border-radius: 15px;
    border: 2px solid #7e7e7e;
    font-size: 200%;
    line-height: 90%;
    font-weight: bold;
    color: #7e7e7e;
    text-align: center;
}

#sms-verify-dialog .custom-input input:focus {
    outline: none !important;
    border: 3px solid #7e7e7e;
}
#sms-verify-dialog .sms-buttons-pannel {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#sms-verify-dialog .sms-button {
    font-size: 12px;
    margin: 15px;
}

#sms-verify-dialog .sms-button {
    font-size: 11px;
    margin: 10px;
}

#sms-verify-dialog .sms-button.active:hover {
    cursor: pointer;
    color: #23527c;
}

#sms-verify-dialog .sms-message {
    text-align: center;
}

#sms-verify-dialog .change-phone-form .modal-body{
    padding: 15px;
    align-items: center;
    flex-direction: column;
}

#sms-verify-dialog .change-phone-form {
    display: none;
    align-items: center;
    flex-direction: unset;
    text-align: center;
}

#sms-verify-dialog .sms-button-confirm{
    margin: 15px;
    padding: 10px;
    border-radius: 15px;
    background: #bf2236 !important;
    border: 0px;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

#sms-verify-dialog .sms-button-confirm:hover {
    cursor: pointer;
}

