.inner-content .container {
    padding-left: 0;
    padding-right: 0;
}

#content {
    flex: 1 1 auto;
}

html {
    height: 100%
}

body {
    overflow-y: scroll;
    height: 100% !important;
}

.form-controlt::-moz-placeholder {
    color: #15151E !important;
    opacity: 0.4 !important;
}

.form-control:-ms-input-placeholder {
    color: #15151E !important;
    opacity: 0.4 !important;
}

.form-control::placeholder {
    color: #15151E !important;
    opacity: 0.4 !important;
}

.navbar-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-box__action {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.navbar-box .nav-links-group {
    width: 100%;
    margin-left: 134px;
}

.navbar-box .link-wrapper {
    margin-right: 60px;
}

.navbar-box__action .link-wrapper {
    margin-right: 0;
    margin-left: 40px;
}

.navbar-box .link-wrapper .custom-bi-arrow-rounded {
    transform: rotateX(180deg) translateY(2px);
    display: inline-block;
}

.navbar-box .link-wrapper .dropdown-menu {
    margin: 0px;
    position: absolute;
    transform: translateY(118%);
    padding-left: 0.5rem;
    background-color: rgba(37, 103, 190, 0.8);
}

.nav-links-group a.active:after {
    opacity: 1;
    transform: none;
}

.accordion-body-content.take-down {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-body-content.take-down .take-down-group {
    margin: auto;
}

.accordion-body-content.take-down .take-down-group p {
    color: rgba(21, 21, 30, 0.4);
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0;
}

.accordion-body-content.take-down .take-down-group #site-proceed-input.form-control {
    border: 1px solid #ced4da;
}

.container-registration {
    /* margin-bottom: 58px; */
}

.accordion-body-content.take-down {
    min-height: 715px;
}

#accordion-step-content-type .accordion-body-content {
    min-height: 640px;
}

#accordion-step-2 .accordion-body-content {
    /*min-height: 630px;*/
    padding-bottom: 40px;
}

.accordion-header-content,
.accordion-body-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.accordion-body-content.take-down .input-group {
    margin-top: -38px;
}

.accordion-body {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.accordion-item-margin {
    height: 20px;
}

.custom-radio-btn .check-pointer-container {
    width: 26px;
    height: 26px;
    margin-right: 25px;
}

.custom-radio-btn .check-pointer-point {
    width: 16px;
    height: 16px;
    border: none;
}

.form-check-label-title {
    line-height: normal;
}

.form-check-label-descr {
    line-height: normal;
}

.accordion-body-content-subtitle {
    margin-bottom: 10px;
}

.custom-radio-btn {
    margin-bottom: 23px;
}

.step-2 .accordion-body-content>div {
    width: 100%;
}

.revision-projects {
    padding-top: 25px;
}

.revision-project {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E1E1E1;
}

.revision-project.hided {
    display: none;
}

.revision-project:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.revision-project__row {
    display: flex;
    align-items: center;
    max-width: 1395px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.revision-project__row:last-of-type {
    margin-bottom: 0;
}


.revision-project__row .input-group .form-control {
    border: 1px solid rgba(21, 21, 30, 0.25);
    height: 40px;
    border-radius: 5px !important;
}

.revision-project__remove {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s linear;
}

.revision-project__remove:hover {
    opacity: .7;
}

.revision-projects__btns {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: auto;
    width: 100%;
}

.revision-project__row {
    max-width: 100%;
}

.revision-projects__btns .btn {
    margin-left: 16px;

    padding-top: 0;
    padding-bottom: 0;
    border-radius: 4px;
    font-weight: normal;
}

.revision-project__prev {
    opacity: 0.3;
    transition: .3s linear;
}

.revision-project__prev:hover {
    opacity: 1;
}

/* #accordion-step-3 .accordion-body-content {
    min-height: 515px;
} */
.subscribe-content {
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
    padding-top: 5px;
}

.subscribe-col {
    width: calc(50% - 50px);
    margin: 0 25px;
}

.subscribe-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    margin-bottom: 20px;
}

.subscribe-row__title {
    width: 45%;
    font-size: 24px;
    line-height: 150%;
    color: #15151E;
}

.subscribe-row .form-select,
.subscribe-row .subscribe-row__val {
    width: 54.5%;
}

.subscribe-row__val {
    font-size: 24px;
    line-height: 28px;
    color: #15151E;
}

.subscribe-row__val-total {
    font-size: 36px;
    line-height: 42px;
    color: #5CB876;
}

.subscribe-row .form-select {
    height: 40px;
}

/*.form-check-input:focus {
    border-color: #5CB876;
}*/

.subscribe-row .form-switch {
    margin-right: auto;
    margin-left: 15px;
}

.form-switch .form-check-input:focus,
.form-switch .form-check-input {
    background-image: url(../../custom/img/check-circle.svg) !important;
}

.form-switch .form-check-input:checked {
    background-image: url(../../custom/img/check-circle-checked.svg) !important;
}

.form-check-input {
    background-size: 19px;
}

.form-switch .form-check-input {
    width: 34px;
}

.form-switch .form-check-input {
    background-position: -1px center;
}

.form-switch .form-check-input:checked {
    background-position: calc(100% + 1px) center;
}

.subscribe-btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
    margin-right: -7px;
}

.subscribe-btns .btn {
    font-size: 24px;
    min-width: 230px;
    padding: 1px;
}

.accordion-container {
    border-radius: 0;
    box-shadow: none;
}

.accordion-item.accordion-step {
    border-radius: 15px 15px 0 0;
    box-shadow: 0 -4px 5px rgb(21 21 30 / 15%);
}

.container-steps .accordion-container:not(:first-child) {
    position: relative;
    z-index: 1;
}

.container-steps .accordion-container:not(:first-child):after {
    position: absolute;
    left: -5px;
    top: -1px;
    width: calc(100% + 10px);
    height: 30px;
    content: '';
    z-index: -1;
    background-color: #fff;
}

.form-check-input-box {

    width: 100%;
}

.step-4 .step-4-input-label .form-switch .form-check-input {
    margin-left: 0;
}

body.modal-open .fake-background {
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
}

/* Edit Project Revision */
.main-block {
    margin-top: 30px;
    border-bottom: none;
    box-shadow: 0 -4px 5px rgb(21 21 30 / 15%);
    border-radius: 15px 15px 0 0;
    /*overflow: hidden*/
}

.main-block__title {
    padding: 8px 44px;
    display: block;
    border-bottom: 1px solid rgba(21, 21, 30, 0.15);
    font-size: 28px;
    line-height: 33px;
    color: #15151E;
}

.box-tab-cont {
    position: relative;
}

.hide {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

a {
    transition: .3s linear;
    text-decoration: none;
}

.nav-tab-list {
    display: flex;
    margin-top: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #C4C4C4;
}

.nav-tab-list__item {
    margin-right: 7px;
}

.nav-tab-list__link {
    display: block;
    color: rgba(21, 21, 30, 0.4);
    font-weight: bold;

    text-align: center;
    min-width: 183px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}

.nav-tab-list__link:hover {
    color: rgba(21, 21, 30, 0.8);
}

.active .nav-tab-list__link {
    color: #15151E;
    border: 1px solid #C4C4C4;
    border-bottom-color: transparent;
    height: calc(100% + 1px);
    background-color: #fff;
}

.edit-project {
    padding: 16px 44px 57px;
}

.edit-project__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.edit-project__title {
    width: 49.5%;
    font-size: 24px;
    line-height: 150%;
    color: #15151E;
}

.edit-project__content {
    width: 49.5%;
}

.edit-project__content .form-control,
.edit-project__content .form-select {
    font-size: 24px;
    color: #15151E;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
}

.edit-project__content .form-select {
    background-image: url(../../custom/img/icon-down.svg);
    background-size: 10px;
}

.edit-project__content textarea.form-control {
    resize: none;
    height: 249px;
}

.edit-project__btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 48px;
}

.edit-project__btns .btn {
    min-width: 173px;
    font-size: 24px;
    margin-left: 12px;
    padding: 2px 10px;
    border-radius: 4px;
}

.btn-grey {
    background: #F1F1F1;
    color: #333333;
    transition: .2s ease-in-out;
}

.btn-grey:hover {
    color: #333333;
    opacity: .7;
}

.btn-yellow {
    background: #EEA236;
    color: #FFFFFF;
    transition: .2s ease-in-out;
}

.btn-yellow:hover {
    color: #FFFFFF;
    opacity: .7;
}

.ui-datepicker {
    width: 257px;
    border-radius: 2.6874px;
    border: 0.53748px solid rgba(21, 21, 30, 0.25);
    padding: 14px 16px 3px;
}

.ui-widget-content {
    border-color: rgba(21, 21, 30, 0.25);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    font-size: 0;
}

.ui-widget-header {
    border: none;
    background-color: transparent;
    color: #333333;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    margin: 0;
}

.ui-widget-content {
    border-color: #ced4da;
}

.ui-datepicker th {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    text-align: center;
    border: none;
    background-color: transparent;
    border-radius: 50%;
}

.ui-state-default:hover {
    background-color: #E64F44;
    color: #fff;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0;
    height: 100%;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: none;
    background-color: transparent;
    font-weight: normal;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -5px;
}

.ui-datepicker .ui-datepicker-prev {
    right: 12px;
    left: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    position: relative;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span:after,
.ui-datepicker .ui-datepicker-next span:after {
    content: url(../../custom/img/prev.svg);
    color: #fff;
    left: auto;
    top: auto;
}

.ui-datepicker .ui-datepicker-next span:after {
    content: url(../../custom/img/next.svg);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin: 0;
    top: 0;
    left: auto;
    width: auto;
    height: auto;
}

.ui-datepicker .ui-datepicker-title {
    line-height: normal;
    padding-bottom: 9px;
    border-bottom: 1px solid #C4C4C4;
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-size: 14px;
}

.ui-datepicker table {
    margin: 4px -6px 0;
    width: calc(100% + 15px);
}

.ui-datepicker th,
.ui-datepicker td {
    padding: 0;
    width: 30px;
    height: 30px;
}

.ui-datepicker td {
    text-align: center;
    height: 33px;
}

.ui-datepicker td a {
    width: 30px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    margin: auto;
    padding: 0;
}

.ui-widget-content .ui-state-default.ui-state-active {
    background-color: #E64F44;
    color: #fff;
}

.ui-datepicker-range .selected .ui-state-default.ui-state-active {
    background-color: #E64F44;
    color: #fff;
}

.ui-datepicker-range .selected-start .ui-state-default.ui-state-active {
    background-color: #E64F44;
    color: #fff;
}

.ui-datepicker-range .selected-end .ui-state-default.ui-state-active {
    background-color: #E64F44;
    color: #fff;
}

/* projects revision */

.projects-revision__link-upload input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.projects-revision__content {
    max-width: 820.5px;
    font-size: 18px
}

.projects-revision__row {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px 20px;
}

.projects-revision__row-title {
    font-size: 18px;
    line-height: 150%;
    color: #15151E;
    width: calc(50% - 16px);
    margin: 0 8px;
    padding-top: 1px;
}

.form-control {
    padding-left: 14px;
    padding-right: 14px;
}

.projects-revision__row-box {
    width: calc(50% - 16px);
    margin: 0 8px;
}

.projects-revision__row-box .select2-container {
    min-width: 100%
}

.projects-revision__link .input-group {
    position: relative;
}

.projects-revision__row .input-group .form-control {

    border-radius: 4px !important;
}

.projects-revision__row .form-select {
    font-size: 24px;
    padding: 1px 16px;
    height: 40px;
}

.projects-revision__row .input-group .form-control::placeholder,
.links-revision__table-col .input-group .form-control__date::placeholder {
    color: rgba(21, 21, 30, .2);
    opacity: 1;
}

.projects-revision__row .input-group .form-control:-ms-input-placeholder,
.links-revision__table-col .input-group .form-control__date:-ms-input-placeholder {
    color: rgba(21, 21, 30, .2);
}

.projects-revision__row .input-group .form-control::-ms-input-placeholder,
.links-revision__table-col .input-group .form-control__date::-ms-input-placeholder {
    color: rgba(21, 21, 30, .2);
}

.projects-revision__link-upload {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 50px);
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #15151E;
}

.projects-revision__link-upload:hover {
    opacity: .7;
}

.projects-revision__link-upload-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.projects-revision__link-upload-label span {
    white-space: nowrap;
    margin-left: 8px;
    display: inline-block;
    max-width: 905px;
    overflow: hidden;
    text-overflow: ellipsis
}
#import .projects-revision__link-upload-label span{
    margin-left: 0;
}

.projects-revision__link-remove,
.projects-revision__file-remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px);
    font-size: 16px;
    margin-top: -1px;
    transition: 0s !important;
}

.projects-revision__link-remove:hover,
.projects-revision__file-remove:hover {
    opacity: .7;
}

.projects-revision__btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
}

.projects-revision__btns .btn {
    min-width: 192px;
    font-size: 18px;
    height: 40px;
    padding: 0 24px;
    margin-left: 12px;
}

.projects-revision__border {
    height: 1px;
    width: 100%;
    background-color: #C4C4C4;
    content: '';
    margin-top: 51px;
}

.projects-revision__link:not(:first-of-type) {
    margin-top: 10px;
}

/* links revision */
.links {
    padding: 30px;
}

.paging-list,
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.paging-list__link,
.pagination .paging-list__link {
    min-width: 41px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    line-height: 28px;
    color: #54545A;
    background: #fff;
    border: 1px solid #54545A;
}

.paging-prev .paging-list__link svg {
    transform: rotateY(180deg)
}

.paging-list__link:hover {
    background: #54545A;
    border-color: #54545A;
    color: #FFFFFF;
}

.paging-list__link:hover .icon {
    stroke: #fff;
}

.paging-list__item {
    margin: 0 -0.5px;
}

.paging-list__item.active .paging-list__link {
    background: #54545A;
    border-color: #54545A;
    color: #FFFFFF;
}

.paging-list__item:first-of-type .paging-list__link {
    border-radius: 5px 0 0 5px;
}

.paging-list__item:last-of-type .paging-list__link {
    border-radius: 0 5px 5px 0;
}

.links-revision__table-row {
    display: flex;
    margin: 0 -8px;
}

.links-revision__table-col .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.links-revision__table-col .input-group .form-control,
.links-revision__table-col .input-group .form-select {
    width: 100%;
    height: 40px;
    font-size: inherit;
    border-radius: 4px !important;
    border: 1px solid #CED4DA;
    padding: 0 14px;
    padding-right: 30px;
}

.links-revision__table-col .input-group .form-control__date,
.links-revision__table-col .input-group .form-select {
    background-image: url(../../custom/img/icon-down.svg);
    background-size: 10px;
    background-position: right 14px center;
    background-repeat: no-repeat;
}

.links-revision__table-col .input-group .input-group__label {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #15151E;
    margin-bottom: 8px;
}

.links-revision__table-row {
    padding-bottom: 12px;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid rgba(21, 21, 30, 0.1);
}

.links-revision__table-col .select2-container {
    width: 100% !important
}

.links-revision__table-head {
    padding-bottom: 16px;
}

.links-revision__table-date {

    color: #15151E;
}

.links-revision__table-col:nth-of-type(4) .links-revision__table-link {
    max-width: 100%
}

.links-revision__table-col:nth-of-type(4) .links-revision__table-link>span {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 2px 0
}

.links-revision__table-date span {
    display: none;
    color: #CED4DA;
}

.links-revision__table-type {
    background: #5CB876;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 21px;
    color: #fff;
    margin-top: 5px;
    padding: 0.5px 12px 2px;
    text-align: center;
}

.links-revision__table-type:first-of-type {
    margin-top: 0;
}

.links-revision__table-types {
    display: flex;
    flex-wrap: wrap;
}

.links-revision__table-link,
.links-revision__table-project {

    color: #000;
    position: relative;
}

.links-revision__table-project {
    padding: 2px 0;
    max-width: 100%;
}

.links-revision__table-link a,
.links-revision__table-project a {
    color: inherit
}

.links-revision__table-project .project_link {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.links-revision__table-col {
    font-size: 18px;
    line-height: 20px;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media only screen and (max-width: 2130px) {
    .projects-revision__link-upload-label span {
        max-width: calc(50vw - 220px);
    }
}

@media only screen and (max-width: 1919px) {
    .projects-revision__link-upload-label span {
        max-width: calc(90vw - 708px);
    }

}

@media only screen and (max-width: 1600px) {

    .links-revision__table-col {
        font-size: 16px;
    }
}

.links-revision__table-status {
    display: flex;
    align-items: center;

    color: #4bc0c0;
}

.links-revision__table-status span {
    white-space: nowrap
}

.links-revision__table-status span.text_red {
    color: #ff6384;
}

.links-revision__table-status span[style*="orange"] {
    color: #ffcd56 !important;
}

.links-revision__table-status a {
    font-size: 20px;
    margin-left: 8px;
    display: flex;
    display: none
}

.links-revision__table-status a:hover {
    opacity: .7;
}

.links-revision__table-col:nth-of-type(1) {
    width: calc(15.2% - 16px);
}

.links-revision__table-col:nth-of-type(2) {
    display: none;
}

.links-revision__table-col:nth-of-type(3) {
    width: calc(14.7% - 16px);
}

.links-revision__table-col:nth-of-type(4) {
    width: calc(23.9% - 16px);
}

.links-revision__table-col:nth-of-type(5) {
    width: calc(30.5% - 16px);
}

.links-revision__table-col:nth-of-type(6) {
    width: calc(15.7% - 16px);
}

.links-revision {
    padding-top: 10px;
}

.links-revision .paging-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
}

.main-block {
    position: relative;
    width: 100%
}

.links-revision__table-col-action {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    height: 37px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    transition: .3s linear;
    opacity: 0;
    z-index: -1
}

.links-revision__table-col-action li {
    margin: 0 9.5px;
}

.links-revision__table-col-action li a {
    display: flex;
}

.links-revision__table-col-action li a .icon {
    font-size: 15px;
}

.links-revision__table-col-action li a:hover {
    opacity: .7;
}

.links-revision__table-link:hover .links-revision__table-col-action,
.links-revision__table-project:hover .links-revision__table-col-action {
    opacity: 1;
    z-index: 100
}

.form-select:invalid {
    color: rgba(21, 21, 30, .2);
}

.form-select:invalid option {
    color: #212529;
}

.form-select:valid {
    color: #212529;
}

.links-revision__filter-toggle {
    display: none;
}

/* .edit-project.links-revision .links-revision__table-col .select2-container--default .select2-selection{
	justify-content: center
} 
.edit-project.links-revision .links-revision__table-col .input-group .form-control {
	text-align: center
}*/
.fake-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 4000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s linear;
}

.links-revision__table-link:hover,
.links-revision__table-project:hover {
    background: -webkit-linear-gradient(right, #16BFFD, #CB3066);
    background: -o-linear-gradient(left, #16BFFD, #CB3066);
    background: -moz-linear-gradient(left, #16BFFD, #CB3066);
    background: linear-gradient(to left, #16BFFD, #CB3066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* analytics */
.analytics {
    padding-bottom: 5px;
    overflow: hidden
}

.analytics .links-revision__table-col {
    display: flex;
}

.analytics-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(21, 21, 30, 0.1);
}

.analytics-top .links-revision__table-col {
    margin: 0;
    width: 383px;
}

.analytics-top .links-revision__table-col:nth-of-type(3) {
    justify-content: flex-end;
}

.analytics-top .btn {
    width: 246px;
    height: 40px;
    font-size: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.analytics-top .btn .icon {
    margin-right: 10px;
}

.analytics-graphs {
    margin: auto;
    margin-top: 51px;
    max-width: 1266px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.analytics-graphs .col-md-6 {
    max-width: 460px;
    padding: 0 15px
}
.analytics-graphs .col-md-6{
    max-width: 475px;
}

.analytics-graph {
    width: calc(50% - 115px);
    margin: 0 57.5px 50px;
}

.analytics-graph-4,
.analytics-graph-3 {
    display: none
}

.analytics-graph canvas {
    max-width: 100%;
    height: auto !important;
    min-height: 230px;
}

@media only screen and (max-width: 1100px) {
    .analytics-graph canvas {
        min-height: 200px;
    }
    .analytics-graph canvas#fourchart{
        max-height: 350px;
        min-height: 300px;
    }
    .analytics-graphs .col-md-6{
        height: auto!important;
        max-height: 300px;
    }
}

.analytics-graph__title {
    display: block;
    font-weight: 700;
    color: #666666;
    text-align: center;
    font-size: 18px;
    line-height: 22px;

    margin-bottom: 6px;
}

.analytics-graph__box {
    position: relative;
}

.analytics-graph__box img {
    width: 100%;
}

.date-range {
    display: none;
    margin-top: 9px;
}

.ui-datepicker-range .date-range {
    display: flex;
}

.date-range span {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #C4C4C4;
    margin-right: 14px;
    transition: .3s linear;
}

.date-range span .icon {
    margin-right: 7px;
    font-size: 11px;
    fill: #C4C4C4;
    margin-top: -2px;
    transition: .3s linear;
}

.date-range span.active {
    color: #000000;
}

.date-range span.active .icon {
    fill: #E64F44;
}

@keyframes chartjs-render-animation {
    from {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}


/* settings */

.settings-content {
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
}

.settings-col {
    margin: 0 25px;
    width: calc(50% - 50px);
}

.settings-col .input-group {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.settings-col .input-group .select2-container {
    width: 100% !important
}

.settings-col .input-group__label {
    font-size: inherit;
    line-height: 150%;
    color: #15151E;
    width: 46%;
}

.input-group__box {
    position: relative;
    display: flex;
    width: 54%;
}

.settings-col .input-group .form-control {
    border: 1px solid #CED4DA;
    border-radius: 4px;
    height: 40px;
    font-size: inherit
}

.settings-col .select2-container--default .select2-selection {
    font-size: inherit
}

.settings-col .input-group .form-select {
    background-image: url(../../custom/img/icon-down2.svg);
    background-size: 10px 6px;
    height: 40px;
}

.input-group__text {
    position: absolute;
    left: 0;
    bottom: -17px;
    font-size: 12px;
    line-height: 14px;
}

.input-group__error .input-group__text {
    color: #e95e5e;
}

.settings-col .input-group__error .form-control,
.settings-col .input-group__error .form-select {
    border-color: #e95e5e;
}

.input-group__success .input-group__text {
    color: #5CB876;
}

.settings-col .input-group__success .form-control,
.settings-col .input-group__success .form-select {
    border-color: #5CB876;
}

.settings-col .input-group__success .form-control.not-valid {
    border-color: #e95e5e;
}

.not-valid+button+.input-group__text {
    color: #e95e5e;
}

.settings-col .input-group__success .not-valid .form-control {
    border-color: #e95e5e;
}

.not-valid .input-group__text {
    color: #e95e5e;
}

.input-group__email .btn {
    min-width: 94px;
    font-weight: 500;
    font-size: 16px;
    margin-left: 16px;
}

.settings-btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.settings-btns .btn {
    min-width: 246px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

.settings .nav-tab-list__item {
    margin-right: 2px;
}

.settings .nav-tab-list__link {
    min-width: 225px;
    padding: 4px;
}

.settings-general {
    padding-bottom: 156px;
}

.settings-invoices__filters {
    display: none;
    margin: 0 -4px;
}

.settings-invoices__filters .input-group {
    width: calc(33.3% - 8px);
    margin: 0 4px;
}

.settings-invoices__filters .input-group .form-select {
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    height: 30px;
    font-size: 12px;
    background-image: url(../../custom/img/icon-down.svg);
    background-size: 10px;
    background-position: right 14px center;
    background-repeat: no-repeat;
}

.settings-invoices__row {
    display: flex;
    border-bottom: 1px solid rgba(21, 21, 30, 0.1);
    align-items: center;
}

.settings-invoices__col {

    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000000;
    padding: 12px 0;
    justify-content: center;
    text-align: center
}

.settings-invoices__head .settings-invoices__col {
    color: #15151E;
    font-weight: bold;
    padding-top: 0;
}

.settings-invoices__col:nth-of-type(1) {
    width: 11%;
    font-weight: bold;
    justify-content: flex-start;
}

.settings-invoices__col:nth-of-type(2) {
    width: 12%;
}

.settings-invoices__col:nth-of-type(3) {
    width: 15%;
}

.settings-invoices__col:nth-of-type(4) {
    width: 22%;
}

.settings-invoices__col:nth-of-type(5) {
    width: 12%;
}

.settings-invoices__col:nth-of-type(6) {
    width: 10%;
    text-align: center
}

.settings-invoices__col:nth-of-type(7) {
    width: 18%;
    padding-left: 3%;
}

.settings-invoices__type {
    color: #5CB876;
}

.settings-invoices__status-paid {
    color: #5CB876;
}

.settings-invoices__status-canceled {
    color: #E64F44;
}

.settings-invoices__status {
    text-transform: capitalize;
}

.settings-invoices__actions {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.settings-invoices__actions .btn+.btn {
    margin-left: 20px;
}

.settings-invoices__actions .btn {
    height: 40px;
    font-size: 18px;
    padding: 0;
    width: calc(50% - 5px);
    line-height: 38px;

}

.settings-invoices .paging-list {
    /*position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;*/
    padding-top: 15px;
}

.settings-invoices__col .icon-arr {
    font-size: 20px;
    margin-left: 5px;
}

.settings .tab-cont {
    min-height: 570px;
}

.settings-security__content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #C4C4C4;
}

.settings-security__col {
    max-width: 820px;
    display: flex;
    flex-direction: column;
}

.settings-security__col .input-group {
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.settings-security__col .input-group:not(:first-of-type) {
    margin-top: 30px;
}

.settings-security__col .input-group__label {

    line-height: 150%;
    color: #15151E;
}

.settings-security__col .input-group__text {
    color: rgba(21, 21, 30, 0.4);
}

.input-group__success .input-group__text {
    color: #5CB876;
}

/*.input-group__success .form-control {
    border-color: #5CB876;
}*/
#password2+svg+.input-group__text {
    display: none;
}

.settings-security__col .input-group .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    fill: #2E3A59;
}

.settings-security__col .input-group .icon.icon-eye {
    font-size: 18px;
    cursor: pointer;
}

.settings-security__col .input-group .form-control {
    padding-right: 30px;
    height: 40px;
}

.settings-security__col .input-group .form-control.err {
    border-color: #e95e5e;
}

.settings-security__col .input-group .form-control.success {
    border-color: #5CB876;
}

.settings-security__col .input-group__box {
    width: 49%;
}

.settings-security__col .btn {
    align-self: flex-end;
    margin-top: 50px;
    min-width: 246px;
    height: 40px;
    padding: 0;
}

.settings-security__delete {
    max-width: 820px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.btn-red-border,
.btn-red,
.btn-danger,
.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #e95e5e;
    border: 1px solid #e95e5e;
    background-color: #fff;
}

.btn-red-border:hover,
.btn-red:hover,
.btn-danger:hover {
    color: #fff;
    background-color: #e95e5e;
    border: 1px solid #e95e5e;
}

.settings-security__delete .btn-red-border {
    min-width: 246px;
    height: 40px;
    padding: 0;
}

.settings-security__check {
    position: relative;
    padding-left: 40px;
    max-width: 380px;
    margin-top: 4px;
}

.settings-security__check .form-check-input {
    position: absolute;
    left: 0;
    top: 3.5px;
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
}

.settings-security__check .form-check-label {
    line-height: 28px;
    color: #15151E;
    flex-direction: column;
    position: relative;
    top: -2px;
}

.settings-security__check .form-check-label span {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    line-height: 150%;
    color: #15151E;
    opacity: 0.5;
}

.settings-security__check .form-check-input:checked[type=checkbox] {
    background-color: #fff;
    background-image: url(../../custom/img/check.svg);
    background-size: 14px;
}

.modal-delete .btn {
    width: calc(50% - 6px);
    margin: 0 3px;
    height: 40px;
    border-radius: 4px;
    font-size: 18px;

    padding: 0;
}

.modal-delete h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: inherit;
    font-weight: 500;
}

/* list of projects revision */
.list-project {
    padding-bottom: 14px;
}

.list-project .paging-list {
    margin-top: 14px;
}

.list-project__table {
    min-height: 645px;
}

.list-project-content .main-block__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-project-content .main-block__title .btn {
    color: #41A8E2;
    display: flex;
    align-items: center;
    padding: 8px;
    height: 40px;
    border: 1px solid #41A8E2;
    border-radius: 5px;
    font-size: 18px;
}

.list-project-content .main-block__title .btn .icon {
    margin-right: 9px;
    font-size: 14px;
    fill: #41A8E2;
}

.list-project-content .main-block__title .btn:hover {
    background-color: #41A8E2;
    color: #fff;
}

.list-project-content .main-block__title .btn:hover .icon {
    fill: #fff;
}

.list-project__table-row {
    display: flex;
    border-top: 1px solid rgba(21, 21, 30, 0.25);
    padding: 16px 0;
}

.list-project__table-head {
    border: none;
    padding: 0px 0 8px;
}

.list-project__table-subhead {
    padding: 7px 0;
}

.list-project__table-col {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;

    color: #15151E;
}

.list-project__table-col .input-group {
    width: auto
}

.list-project__table-head .list-project__table-col {
    font-weight: 500;
}

.list-project__table-col:nth-of-type(1) {
    width: 8.7%;
    justify-content: flex-start;
}

.list-project__table-head .list-project__table-col:nth-of-type(1) {
    padding-left: 14px;
}

.list-project__table-col:nth-of-type(2) {
    width: 24%;
}

.list-project__table-col:nth-of-type(3) {
    width: 36%;
    padding-left: 10.4%;
}

.list-project__table-col:nth-of-type(4) {
    width: 31.3%;
    justify-content: flex-end;
}

.list-project__table-head .list-project__table-col:nth-of-type(4) {
    justify-content: center;
}

.list-project__table-col .icon-arr {
    font-size: 20px;
    margin-left: 5px;
}

.list-project__table-col .input-group {
    max-width: 387px;
}

.list-project__table-col .input-group .form-control {
    height: 40px;
    border: 1px solid rgba(21, 21, 30, 0.25);
    font-size: 18px;
}

.list-project__table-col .input-group .form-control::placeholder {
    color: rgba(21, 21, 30, 0.4);
    opacity: 1;
}

.list-project__table-col .input-group .form-control:-ms-input-placeholder {
    color: rgba(21, 21, 30, 0.4);
}

.list-project__table-col .input-group .form-control::-ms-input-placeholder {
    color: rgba(21, 21, 30, 0.4);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.list-project__table-col .input-group .btn {
    background: #5CB876;
    border-radius: 0px 5px 5px 0px;
    height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0px 18px;
    line-height: normal;
}

.list-project__table-col .input-group .btn:hover {
    background-color: #71c188;
    border-color: #71c188;
}

.list-project__table-col .links-revision__table-link:hover {
    background: -webkit-linear-gradient(right, #16BFFD, #CB3066);
    background: -o-linear-gradient(left, #16BFFD, #CB3066);
    background: -moz-linear-gradient(left, #16BFFD, #CB3066);
    background: linear-gradient(to left, #16BFFD, #CB3066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-project__table-status {
    display: flex;
    align-items: center;
}

.list-project__table-status-enabled {
    color: #5CB876;
}

.list-project__table-status-disabled {
    color: #E64F44;
}

.list-project__table-status .icon {
    font-size: 20px;
    margin-left: 8px;
    margin-top: -3px;
}

.list-project__table-actions {
    display: flex;
    justify-content:space-around;
    width: 100%;
}

.list-project__table-actions .btn {
    min-width: 246px;
    height: 40px;
    font-size: 18px;
    margin-left: 16px;
    padding: 0;
}

.links-revision__table-link:after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    height: 10px;
    top: -10px;
}

/* add screenshot */
/* .add-screenshot {
    min-height: 730px;
} */
.add-screenshot__link-title {
    display: block;
    font-weight: 500;

    color: #15151E;
}

.add-screenshot__link .form-control {
    margin-top: 8px;
    border: 1px solid rgba(21, 21, 30, 0.25);
    height: 40px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.add-screenshot__link-bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-screenshot__link-btns {
    display: flex;
}

.add-screenshot__link-btns .btn {
    min-width: 197px;
    height: 40px;
    font-size: 24px;
    margin-right: 12px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-screenshot__link-btns .btn .icon {
    fill: #fff;
    margin-right: 10px;
    font-size: 21px;
}

.add-screenshot__link-formats {
    font-size: 18px;
    line-height: 150%;
    color: #15151E;
    text-align: center;
}

.add-screenshot__link-info span {
    background: -webkit-linear-gradient(right, #16BFFD, #CB3066);
    background: -o-linear-gradient(left, #16BFFD, #CB3066);
    background: -moz-linear-gradient(left, #16BFFD, #CB3066);
    background: linear-gradient(to left, #16BFFD, #CB3066);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    line-height: 150%;
    margin-left: 5px;
}

.add-screenshot__link-info {
    display: flex;
    align-items: center;
}

.add-screenshot__table {
    margin-top: 14px;
    font-size: 18px;
}

.add-screenshot__table-row {
    padding: 8px 0;
    border-bottom: 1px solid rgba(21, 21, 30, 0.1);
    display: flex;
    align-items: center;
}

.add-screenshot__table-col {
    display: flex;
    justify-content: center;

    color: #15151E;
    align-items: center;
}

.add-screenshot__table-head {
    padding: 14px 0 7px;
}

.add-screenshot__table-head .add-screenshot__table-col {
    font-weight: 500;
}

.add-screenshot__table-col .icon-arr {
    font-size: 20px;
    margin-left: 5px;
}

.projects-revision__link-upload-label .icon {
    flex-shrink: 0
}

.add-screenshot__table-link {
    color: #5CB876;
}

.add-screenshot__table-col .btn-red-border {
    min-width: 178px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    padding: 0;
}

.add-screenshot__table-col:nth-of-type(1) {
    width: 11%;
    justify-content: flex-start;
}

.add-screenshot__table-head .add-screenshot__table-col:nth-of-type(1) {
    padding-left: 15px;
}

.add-screenshot__table-col:nth-of-type(2) {
    width: 39%;
}

.add-screenshot__table-col:nth-of-type(3) {
    width: 39%;
    padding-left: 20%;
}

.add-screenshot__table-col:nth-of-type(4) {
    width: 11%;
}

.select2-selection {
    align-items: center;
}

.select2-container--default .select2-selection {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    padding: 0;
    padding-left: 14px;
    padding-right: 36px;
}

.select2-container--default.select2-container--focus .select2-selection {
    border: 1px solid #CED4DA;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    height: 100%;
}

.select2-container .select2-selection .select2-selection__rendered {
    display: flex;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.select2-container--default .select2-selection .select2-selection__choice {
    margin: 0;
}

.select2-container .select2-search--inline .select2-search__field::placeholder {
    color: rgba(21, 21, 30, .2);
    opacity: 1;
}

.select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: rgba(21, 21, 30, .2);
}

.select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: rgba(21, 21, 30, .2);
}

.select2-container--default .select2-selection .select2-selection__choice {
    border: none;
    background-color: transparent;
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
    border: none;
    color: rgba(21, 21, 30, .2);
    transition: .1s linear;
    padding: 0;
    font-weight: 400;
}

.select2-container--default .select2-selection .select2-selection__choice__remove:hover {
    background-color: transparent;
}

.select2-container--default .select2-selection .select2-selection__choice__display {
    padding: 0;
}

.select2-container--default .select2-selection {
    display: flex;
    background-image: url(../../custom/img/icon-down.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ddd;
}

.select2-dropdown {
    border: 1px solid #CED4DA;
    border-radius: 4px;
}

.select2-container--default .select2-selection .select2-selection__choice {
    padding-left: 20px;
    padding-right: 20px;
}

.select2-container {
    max-width: 100%;
}

.select2-selection__arrow {
    display: none;
}

.select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #C9C9C9;
    display: flex;
    align-items: center;
}

.projects-revision__row .input-group .form-control {
    height: 40px
}

.select2-search__field {
    border: 1px solid #CED4DA;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
}

.select2-selection {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: flex;
    align-items: center;
    color: #212529;
}

.input-group {
    position: relative;
}

.btn {
    height: 40px !important;
}

.modal-content .modal-footer button,
.modal-content .modal-footer .btn {
    height: auto !important;
}

.take-down .take-down-group .input-group button {
    height: 50px !important;
    padding-top: 7px;
}

.select2-container--default .select2-selection {
    padding-left: 14px
}

.select2-results__option {
    padding: 7px 15px 6px;
    position: relative;
}

[aria-multiselectable="true"] .select2-results__option {
    padding: 6px 30px;
}

[aria-multiselectable="true"] .select2-results__option:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    left: 7px;
    opacity: 1;
}

[aria-multiselectable="true"] .select2-results__option.select2-results__option--selected:before {
    background-image: url(../../custom/img/check.svg);
}

.fileinput-button {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 39px;

}

@media only screen and (min-width: 1919px) {
    .revision-projects__btns .btn {
        height: 40px;
    }

    .projects-revision__btns {
        padding-left: 50%;
        justify-content: flex-start
    }
}

@media only screen and (min-width: 1279px) {

    .settings-invoices__col:nth-of-type(1) {
        width: 6%;
    }

    .settings-invoices__col:nth-of-type(2) {
        width: 6%;
    }

    .settings-invoices__col:nth-of-type(7) {
        width: 29%;
    }


}

@media only screen and (max-width: 1919px) {
    .revision-projects__btns .btn {
        height: 35px;
    }

    .take-down .take-down-group .input-group button {
        padding-top: 1px
    }

    .navbar-box .link-wrapper {
        margin-right: 41px;
    }

    .navbar-box__action .link-wrapper {
        margin-right: 0;
        margin-left: 42px;
    }

    .navbar-box .nav-links-group {
        margin-left: 84px;
    }

    .settings-invoices__col:nth-of-type(7) {
        width: 433px;
    }

    .accordion-header-content,
    .accordion-body-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .accordion-body-content.take-down {
        min-height: 437px;
    }

    #accordion-step-content-type .accordion-body-content {
        min-height: 383px;
    }

    .container-registration {
        margin-bottom: 0;
    }

    .accordion-body-content.take-down .take-down-group p {
        font-size: 10px;
        line-height: 12px;
    }


    .accordion-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .accordion-body-content-subtitle {
        margin-bottom: 13px;
    }

    .custom-radio-btn .check-pointer-container {
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin-right: 16px;
    }

    .custom-radio-btn .check-pointer-point {
        width: 10px;
        height: 10px;
    }

    .revision-project__row .input-group .form-control {
        height: 35px;
    }

    .revision-projects {
        padding-top: 12px;
    }

    .revision-project {
        padding-bottom: 39px;
        margin-bottom: 39px;
    }

    .revision-projects__btns .btn {
        padding: 0 8px;
    }

    #accordion-step-2 .accordion-body-content {
        /* min-height: 369px;*/
    }

    .subscribe-row__title {
        font-size: 16px;
        line-height: 150%;
    }

    .subscribe-row .form-select {
        height: 35px;
    }

    .subscribe-row {
        height: 35px;
    }

    .step-3 .accordion-body {
        padding-top: 28px;
    }

    .subscribe-row__title {
        width: 32%;
    }

    .subscribe-row .form-select,
    .subscribe-row .subscribe-row__val {
        width: 67%;
    }

    .subscribe-row__val {
        font-size: 16px;
        line-height: 19px;
    }

    .subscribe-row__val-total {
        font-size: 24px;
        line-height: 28px;
    }

    .form-select {
        background-position: right 1rem center;
    }

    .form-switch .form-check-input {
        width: 34px;
    }

    .subscribe-btns .btn {
        font-size: 16px;
        padding: 4.5px;
        min-width: 230px;
    }

    .subscribe-btns {
        margin-top: 21px;
        margin-right: 0;
    }

    /*   #accordion-step-3 .accordion-body-content {
        min-height: 300px;
    } */

    .main-block {
        margin-top: 20px;
    }

    .main-block__title {
        font-size: 18px;
        line-height: 21px;
        padding: 10px 30px 9px;
    }

    .nav-tab-list__link {
        padding: 8px;
    }

    .nav-tab-list {
        margin-top: 12px;
    }

    .edit-project__title {
        font-size: 16px;
        line-height: 150%;
        padding-top: 3px;
    }

    .edit-project__content .form-control,
    .edit-project__content .form-select {
        font-size: 16px;
        height: 35px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .edit-project {
        padding: 16px 30px 51px;
    }

    .edit-project__btns .btn {
        font-size: 16px;
        min-width: 168px;
        height: 35px;
    }

    .edit-project__btns {
        margin-top: 36px;
    }

    .step-4 .step-4-input-label .form-switch .form-check-input {
        width: 34px;
        height: 18px;
    }

    .projects-revision__row-title {

        width: calc(35% - 16px);
        padding-top: 5px;
    }

    .projects-revision__row-box {
        width: calc(65% - 16px);
    }

    .projects-revision__row .input-group .form-control,
    .projects-revision__row .input-group .form-select,
    .select2-container--default .select2-selection {
        height: 35px;
        padding-top: 0px;
    }

    .projects-revision__row .input-group .form-control {
        padding-bottom: 0;
    }

    .projects-revision__btns .btn {
        min-width: 168px;
        font-size: 16px;
        height: 35px;
    }

    .projects-revision__content {
        max-width: 547.2px;
    }

    .projects-revision__btns {
        margin-top: 38px;
    }

    .projects-revision__border {
        margin-top: 38px;
    }

    .projects-revision__link-upload {

        left: calc(100% + 38px);
    }

    .links-revision__table-col .input-group .input-group__label {

        line-height: 15px;
    }

    .links-revision__table-col .input-group .form-control,
    .links-revision__table-col .input-group .form-select {
        height: 35px;
    }

    .links-revision__table-type {
        font-size: 12px;
        line-height: 18px;
        padding: 0.5px 12px;
    }


    .links-revision__table-status a {
        margin-left: 18px;
    }

    .paging-list__link {
        line-height: 19px;
    }

    .paging-list__link {
        min-width: 36px;
        height: 35px;
    }

    .links-revision {
        padding-top: 13px;
    }

    .links-revision__table-col:nth-of-type(1) {
        width: calc(13.2% - 16px);
    }

    .links-revision__table-col:nth-of-type(3) {
        width: calc(15.4% - 16px);
    }

    .links-revision__table-col:nth-of-type(4) {
        width: calc(24.5% - 16px);
    }

    .links-revision__table-col:nth-of-type(5) {
        width: calc(31.3% - 16px);
    }

    .links-revision__table-col:nth-of-type(6) {
        width: calc(15.7% - 16px);
    }

    .links-revision__table-head {
        padding-bottom: 14px;
        margin-bottom: 12px;
    }

    .analytics-top .links-revision__table-col {
        margin: 0;
        width: 300px;
    }

    .analytics-top .btn {
        width: 168px;
        height: 35px;
        font-size: 16px;
    }

    .analytics-graph__title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 10px;
    }

    .analytics {
        padding: 12px 30px 21px;
    }

    .analytics-graphs {
        margin-top: 37px;

    }

    .analytics-graph {
        width: calc(50% - 33px);
        margin: 0 0 39px;
    }

    .settings .nav-tab-list__link {
        min-width: 161px;
        padding: 7px;
    }

    .settings-col .input-group__label {

        width: 30%;
    }

    .settings-col .input-group .form-control,
    .settings-col .input-group .form-select {
        height: 35px;
    }

    .input-group__box {
        width: 67%;
    }

    .settings .edit-project {
        padding: 14px 30px 79px;
    }

    .input-group__email .btn {
        height: 35px;
        line-height: 1;
        padding-bottom: 7px
    }

    .settings-btns .btn {
        min-width: 168px;
        height: 35px;
    }

    .settings-btns {
        margin-top: 5px;
    }

    .settings-general {
        padding-bottom: 0;
    }

    .settings-invoices__col {

        padding: 8px 0;
    }

    .settings-invoices__actions .btn {
        height: 35px;
        line-height: 33px;
    }

    .settings-invoices__head .settings-invoices__col {
        padding-top: 4px;
        padding-bottom: 9px;
    }

    .settings .tab-cont {
        min-height: 333px;
    }

    .settings-security__col .input-group__label {
        line-height: 150%;
    }

    .settings-security__col .input-group .form-control {
        height: 35px;
    }

    .settings-security__col .btn,
    .settings-security__delete .btn-red-border {
        min-width: 168px;
        height: 35px;
    }

    .settings-security__col .btn {
        margin-top: 52px;
    }

    .settings-security__check .form-check-label {
        line-height: 19px;
    }

    .settings-security__check .form-check-label span {
        font-size: 12px;
        line-height: 150%;
    }

    .settings-security__col,
    .settings-security__delete {
        max-width: 548px;
    }

    .settings-security__col .input-group__box {
        width: 48.5%;
    }

    .settings-security__col .input-group .icon {
        font-size: 16px;
    }

    .settings-security__content {
        padding-bottom: 38px;
        margin-bottom: 38px;
    }

    .settings-security__check {
        max-width: 270px;
    }

    .list-project-content .main-block__title .btn {
        font-size: 14px;
        height: 26px;
        padding: 8px 12px;
    }

    .list-project__table-col .input-group .form-control {
        height: 35px;
        font-size: 16px;
    }

    .list-project__table-col .input-group .btn {
        height: 35px;
        font-size: 16px;
        padding: 0px 24px;
    }

    .list-project__table-actions .btn {
        min-width: 168px;
        height: 35px;
        font-size: 16px;
    }

    .list-project__table-status .icon {
        font-size: 15px;
    }

    .list-project-content .main-block__title {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .list-project__table-head .list-project__table-col:nth-of-type(1) {
        padding-left: 2px;
    }

    .list-project {
        padding-top: 12px;
        padding-bottom: 14px;
    }

    .list-project__table-row {
        padding: 12px 0;
    }

    .list-project__table-head {
        padding: 0px 0 8px;
    }

    .list-project__table-subhead {
        padding: 9px 0;
    }

    .list-project__table {
        min-height: 68vh;
    }

    .list-project__table-col:nth-of-type(1) {
        width: 13.3%;
    }

    .list-project__table-col:nth-of-type(2) {
        width: 29.5%;
    }

    .list-project__table-col:nth-of-type(3) {
        width: 25%;
        padding-left: 0;
    }

    .list-project__table-col:nth-of-type(4) {
        width: 32.2%;
    }


    .add-screenshot__link .form-control {
        height: 35px;
        padding-left: 17px;
        padding-right: 17px;
    }

    .add-screenshot__link-btns .btn {
        min-width: 150px;
        font-size: 16px;
        height: 35px;
    }

    .add-screenshot__table-col .btn-red-border {
        min-width: 178px;
        height: 35px;
        font-size: 16px;
    }

    .add-screenshot {
        padding-top: 14px;
    }

    .add-screenshot__link-bottom {
        margin-top: 14px;
        padding-right: 3px;
    }

    .add-screenshot__table {
        margin-top: 15px;
    }

    .add-screenshot__table-row {
        padding: 11px 0;
    }

    .add-screenshot__table-head {
        padding-top: 0;
        padding-bottom: 12px;
    }

    .add-screenshot__table-head .add-screenshot__table-col:nth-of-type(1) {
        padding-left: 12px;
    }

    .add-screenshot__table-col:nth-of-type(1) {
        width: 16%;
    }

    .add-screenshot__table-col:nth-of-type(2) {
        width: 34%;
    }

    .add-screenshot__table-col:nth-of-type(3) {
        width: 34%;
        padding-left: 14%;
    }

    .add-screenshot__table-col:nth-of-type(4) {
        width: 16%;
    }

    .settings-security__check .form-check-input {
        top: -3.5px;
    }

    .analytics-graph__box {
        display: flex;
        justify-content: center;
    }

    .list-project {
        min-height: 100px;
    }

    .btn {
        height: 35px !important;
    }

    .fileinput-button {
        line-height: 34px
    }

}
.links-revision__table-col span.project_link,
.links-revision__table-link,
.links-revision__table-date,
.links-revision__table-status{
    line-height: 1.17!important
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    line-height: 1.2;
    min-width: 103px;
}

@media only screen and (max-width: 1600px) {

    .add-screenshot__link-formats,
    .add-screenshot__table,
    .add-screenshot__link-info span,
    .add-screenshot__table-col .btn-red-border {
        font-size: 16px;
    }

    .links-revision__table-col {
        line-height: 16px;
    }
    .links-revision__table-col span.project_link,
    .links-revision__table-link,
    .links-revision__table-date,
    .links-revision__table-status{
        line-height: 1.17!important
    }

    .projects-revision__row .input-group .form-control,
    .projects-revision__row .input-group .form-select,
    .select2-container--default .select2-selection {
        font-size: inherit;
    }
}

@media only screen and (max-width: 1600px) {

    .navbar-box .nav-links-group a,
    .navbar-box .nav-links-group a,
    .add-screenshot__table {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1279px) {
    .projects-revision__link-upload-label span {
        max-width: calc(90vw - 40px - 39%);
    }

    .projects-revision__link-upload-label {
        max-width: 100%
    }

    .revision-step__title {
        padding: 9px 19px;
    }

    .revision-step__content.take-down .take-down-group p {
        font-size: 10px;
        line-height: 12px;
    }

    .accordion-body-content.take-down .take-down-group .input-group input,
    .accordion-body-content.take-down .take-down-group .input-group button {
        height: 35px;
    }

    .accordion-body-content.take-down .take-down-group .input-group button {
        font-size: 14px;
    }

    .accordion-body-content.take-down .take-down-group .input-group button {
        padding: 2px 27px;
    }

    .accordion-header-content,
    .accordion-body-content {
        padding-left: 19px;
        padding-right: 19px;
    }

    .accordion-body-content.take-down {
        min-height: 741px;
    }

    #accordion-step-content-type .accordion-body-content {
        min-height: 688px;
    }

    .custom-radio-btn .check-pointer-container {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .custom-radio-btn .check-pointer-point {
        width: 12px;
        height: 12px;
    }

    .form-check-label-title {
        margin-bottom: 2px;
    }


    .revision-project__row {
        margin-bottom: 16px;
    }

    .revision-project__row:last-of-type {
        margin-bottom: 0;
    }

    .revision-projects__btns .btn {

        padding: 5px;
    }

    #accordion-step-2 .accordion-body-content {
        /*min-height: 669px;*/
    }

    .subscribe-col {
        width: 100%;
        margin: 0;
    }

    .subscribe-content {
        margin: 0;
        flex-direction: column;
    }

    .subscribe-row__title {
        font-size: 14px;
        line-height: 150%;
    }

    .subscribe-row .form-switch {
        margin-left: 0;
    }

    .step-3 .accordion-body {
        padding-top: 7px;
    }

    .subscribe-row__title {
        width: 30%;
    }

    .subscribe-row .form-select,
    .subscribe-row .subscribe-row__val {
        width: 70%;
    }

    .subscribe-row__val {
        font-size: 14px;
        line-height: 16px;
    }

    .subscribe-row__val-total {
        font-size: 18px;
        line-height: 21px;
    }

    .subscribe-btns .btn {
        font-size: 14px;
        min-width: 166px;
    }

    .subscribe-btns {
        margin-top: 3px;
    }

    /*  #accordion-step-3 .accordion-body-content {
        min-height: 595px;
    } */

    .main-block__title {
        font-size: 18px;
        line-height: 21px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .edit-project__title {
        font-size: 14px;
        line-height: 150%;
        padding-top: 7px;
    }

    .edit-project__content .form-control,
    .edit-project__content .form-select {
        font-size: 14px;
    }

    .edit-project {
        padding: 11px 19px 57px;
    }

    .edit-project__content {
        width: 48.5%;
    }

    .edit-project__btns {
        flex-wrap: wrap;
        padding-left: 116px;
        margin-top: 0;
    }

    .edit-project__btns .btn {
        margin-top: 20px;
    }

    .projects-revision__content {
        max-width: 100%;
    }

    @media only screen and (min-width: 768px) {

        .projects-revision__content,
        .links-revision {

            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .projects-revision__link .input-group {
        flex-direction: column;
    }

    .projects-revision__link .input-group .form-control {
        width: 100%;
    }

    .projects-revision__link:not(:first-of-type) {
        margin-top: 10px
    }

    .projects-revision__link-upload {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
        margin-top: 12px;
    }

    .projects-revision__row {
        align-items: flex-start;
        margin-bottom: 10px
    }

    .projects-revision__row-title {
        padding-top: 7px;

        line-height: 150%;
    }


    .projects-revision__link-upload {

        align-self: flex-start;
        max-width: calc(100% - 40px);
    }

    .projects-revision__btns .btn {
        font-weight: normal;
        font-size: 14px;
        min-width: 168px;
    }

    .projects-revision__link-upload-label .icon {
        margin-top: -2px;
    }

    .projects-revision__link-upload-label span {
        margin-left: 10px;
    }
    #import .projects-revision__link-upload-label span{
        margin-left: 0;
    }

    .links-revision__table-col .input-group .input-group__label {

        line-height: 16px;
        margin-bottom: 7px;
    }


    .links-revision__table-type {

        line-height: 16px;
        padding: 3px 19px;
    }


    .links-revision__table-status a {
        margin-left: 18px;

    }

    .paging-list__link {
        line-height: 16px;
    }

    .links-revision {
        padding-top: 13px;
    }

    .links-revision__table-col {
        margin: 0 6px;
    }

    .links-revision__table-col:nth-of-type(1) {
        width: calc(14.4% - 12px);
    }

    .links-revision__table-col:nth-of-type(3) {
        width: calc(14.2% - 12px);
    }

    .links-revision__table-col:nth-of-type(4) {
        width: calc(24.8% - 12px);
    }

    .links-revision__table-col:nth-of-type(5) {
        width: calc(29% - 12px);
    }

    .links-revision__table-col:nth-of-type(6) {
        width: calc(17.8% - 12px);
    }

    .links-revision__table-head {
        padding-bottom: 9px;
        margin-bottom: 12px;
    }

    .links-revision__table-row {
        margin: 0 -6px;
        padding-bottom: 9px;
        margin-bottom: 9px;
    }

    .links-revision__table-row:after {
        width: calc(100% - 12px);
    }

    .links-revision {
        padding-top: 14px;
    }

    .links-revision__table-col-action {
        top: -48px;
    }

    .links-revision__table-project {
        padding-left: 17px;
    }

    .analytics-top .links-revision__table-col {
        margin: 0;
        width: 200px;
    }

    .analytics-top .btn {
        font-size: 14px;
        border-radius: 4px;
    }

    .analytics-graph__title {

        margin-bottom: 2px;
    }

    .analytics {
        padding: 14px 18px 0;
    }

    .analytics-graphs {
        margin-top: 39px;
        justify-content: center;
    }

    .analytics-graphs.empty-block {
        justify-content: center;
    }

    .analytics-graph {
        width: calc(50% - 10px) !important;
    }

    .analytics-top {
        padding-bottom: 14px;
    }

    .settings-content {
        flex-direction: column;
        margin: 0;
    }

    .settings-col {
        margin: 0;
        width: 100%;
    }

    .settings .nav-tab-list__link {
        padding: 9px;
    }

    .settings .nav-tab-list__item {
        margin-right: 0px;
    }

    .settings .edit-project {
        padding: 14px 18px 102px;
    }

    .input-group__box {
        width: 69.5%;
    }

    .input-group__text {
        font-size: 10px;
        line-height: 10px;
        bottom: -13px;
    }

    .input-group__email .btn {
        font-size: 14px;
        min-width: 76px;
        padding-bottom: 5px
    }

    .settings-btns {
        margin-top: 17px;
        font-size: 14px;
    }


    .settings-invoices__col:nth-of-type(1),
    .settings-invoices__col:nth-of-type(2),
    .settings-invoices__col:nth-of-type(3) {
        display: none;
    }

    .settings-invoices__col:nth-of-type(4) {
        width: 23%;
    }

    .settings-invoices__col:nth-of-type(5) {
        width: 25%;
    }

    .settings-invoices__col:nth-of-type(6) {
        width: 18%;
    }

    /* .settings-invoices__col:nth-of-type(7) {
        width: 16%;
    } 
    .settings-invoices__col:nth-of-type(7) {
        width: 33%;
        padding-left: 50px;
    }*/
    .settings-invoices__head .settings-invoices__col {
        padding-top: 6px;
        padding-bottom: 9px;
    }

    .settings .tab-cont {
        min-height: 606px;
    }

    .settings-security__col,
    .settings-security__delete {
        max-width: 100%;
    }

    .settings-security__col .input-group__box {
        width: 49%;
    }

    .settings-security__col .input-group:not(:first-of-type) {
        margin-top: 26px;
    }

    .settings-security__col .input-group__label {
        line-height: 150%;
    }

    .settings-security__delete {
        padding-left: 8px;
    }

    .settings-security__check .form-check-label {
        line-height: 16px;
    }

    .settings-security__check .form-check-label span {
        font-size: 8px;
        line-height: 150%;
    }

    .settings-security__content {
        margin-bottom: 40px;
    }

    .list-project-content .main-block__title .btn {
        padding: 8px 14px;
    }

    .list-project {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .list-project__table-actions .btn {
        text-transform: capitalize;
        margin-left: 0;
        width: calc(50% - 4px);
        min-width: auto;
        font-size: 14px;
    }

    .list-project__table-actions,
    .list-project__table-actions-disabled .btn {
        width: 100%;
        margin-left: 0;
    }

    .list-project__table-actions {
        width: 100%;
    }

    .list-project__table-col:nth-of-type(1) {
        width: 7%;
    }

    .list-project__table-col:nth-of-type(2) {
        width: 38%;
    }

    .list-project__table-col:nth-of-type(3) {
        width: 27%;
    }

    .list-project__table-col:nth-of-type(4) {
        width: 30%;
    }

    .list-project__table-row {
        padding: 10px 0;
    }

    .list-project__table-head {
        padding: 0px 0 5px;
    }

    .list-project__table-subhead {
        padding: 8px 0;
    }

    .list-project__table-col .input-group .form-control {
        font-size: 14px;
    }

    .list-project__table-col .input-group .btn {
        font-size: 14px;
        padding: 0px 17px;
    }

    .list-project__table-col .input-group {
        max-width: 199px;
    }

    .list-project__table {
        min-height: 692px;
    }



    .add-screenshot__link-btns .btn {
        min-width: 100px;
        font-size: 14px;
    }

    .add-screenshot__link-formats,
    .add-screenshot__link-info span {
        font-size: 14px;
    }

    .add-screenshot__table-col {
        font-size: 14px;
        line-height: 16px;
    }

    .add-screenshot__table-col .btn-red-border {
        min-width: 97px;
        width: 100%;
    }

    .add-screenshot__table {
        margin-top: 17px;
    }

    .add-screenshot__table-head .add-screenshot__table-col:nth-of-type(1) {
        padding-left: 14px;
    }

    .add-screenshot__table-row {
        padding: 10px 0;
    }

    .add-screenshot__table-head {
        padding-top: 0;
    }

    .add-screenshot__table-col:nth-of-type(1) {
        width: 14%;
    }

    .add-screenshot__table-col:nth-of-type(2) {
        width: 36%;
    }

    .add-screenshot__table-col:nth-of-type(3) {
        width: 36%;
        padding-left: 10%;
    }

    .add-screenshot__table-col:nth-of-type(4) {
        width: 14%;
    }

    .add-screenshot__link-btns .btn .icon {
        font-size: 15px;
    }

    .links-revision__table-col:nth-of-type(5) {
        width: calc(21% - 12px);
    }

    .links-revision__table-col:nth-of-type(3) {
        width: calc(22.2% - 12px);
    }

    .links-revision__table-type {
        padding: 3px 10px;
    }
}

@media only screen and (max-width: 1600px) {

    .navbar-box .nav-links-group a,
    .links-revision__table-col .input-group .input-group__label,
    .analytics-top .btn,
    .projects-revision__row-title,
    .projects-revision__btns .btn,
    .projects-revision__link-upload,
    .projects-revision__content,
    .settings-btns .btn,
    .settings-security__col .btn,
    .settings-security__delete .btn-red-border,
    .settings-security__check .form-check-label,
    .modal-delete .btn,
    .settings-invoices__actions .btn,
    .settings-invoices__actions .btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1100px) {

    .navbar-box .nav-links-group a,
    footer a,
    .navbar-box .nav-links-group a,
    .links-revision__table-col,
    .links-revision__table-col .input-group .input-group__label,
    .add-screenshot__link-formats,
    .add-screenshot__table,
    .add-screenshot__link-info span,
    .add-screenshot__table-col .btn-red-border,
    .links-revision__table-col .input-group .input-group__label,
    .analytics-top .btn,
    .projects-revision__row-title,
    .projects-revision__btns .btn,
    .projects-revision__link-upload,
    .projects-revision__content,
    .settings-btns .btn,
    .settings-security__col .btn,
    .settings-security__delete .btn-red-border,
    .settings-security__check .form-check-label,
    .modal-delete .btn,
    .settings-invoices__actions .btn,
    .settings-invoices__actions .btn {

        font-size: 14px;
    }

    .analytics-graph__title {
        font-size: 16px
    }
}

.list-project__table-col .links-revision__table-link {
    max-width: 90%;
}

.text-over {
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .analytics-graph {
        width: calc(100% - 10px) !important;
    }

    .settings-invoices__actions .btn+.btn {
        margin-left: 8px;
    }

    .links-revision__table-col:nth-of-type(4) .links-revision__table-link>span {
        display: block
    }

    .tablt-hide {
        display: none;
    }

    .settings-invoices__col:nth-of-type(4) {
        width: calc(33.333% - 77px);
    }

    .settings-invoices__col:nth-of-type(5) {
        width: calc(33.333% - 77px);
    }

    .settings-invoices__col:nth-of-type(6) {
        width: calc(33.333% - 77px);
    }

    .settings-invoices__col:nth-of-type(7) {
        padding-left: 30px;
        width: 230px;
    }
}

@media only screen and (max-width: 824px) {
    .navbar-box .nav-links-group {
        display: none !important;
    }

    .navbar-box {
        width: auto;
    }

    .navbar-top .navbar-toggler {
        display: block;
        padding-right: 0;
    }

    .navbar-top #navbar-top-collapse-menu {
        display: block !important;
    }

    .navbar-top #navbar-top-collapse-menu .burger-menu-container a {
        font-size: 16px;
    }

    .settings-security__check .form-check-label {
        top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .step-4-item .form-switch .form-check-label {
        width: 22%;
    }

    .projects-revision__row-box {
        width: 348px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .fileinput-button {
        line-height: 35spx;
    }

    .analytics-graph canvas {
        max-width: 505px;
        height: 277px !important;
    }

    .analytics-graph {
        text-align: center;
    }

    .analytics-graph canvas#myChart,
    .analytics-graph canvas#fivechart,
    .analytics-graph canvas#fourchart {
        height: auto !important;
        max-height: 250px;
        max-width: 231px;
        margin: 0 auto;
    }
    .analytics-graph canvas#fourchart{
        max-height: 350px;
    }

    .projects-revision__link-upload-label span {
        max-width: calc(90vw - 40px);
    }

    .navbar-box .nav-links-group a,
    footer a,
    .navbar-box .nav-links-group a,
    .links-revision__table-col,
    .links-revision__table-col .input-group .input-group__label,
    .add-screenshot__link-formats,
    .add-screenshot__table,
    .add-screenshot__link-info span,
    .add-screenshot__table-col .btn-red-border,
    .links-revision__table-col .input-group .input-group__label,
    .analytics-top .btn,
    .projects-revision__row-title,
    .projects-revision__btns .btn,
    .projects-revision__link-upload,
    .projects-revision__content,
    .btn-success.fileinput-button,
    .projects-revision__content,
    .settings-btns .btn,
    .settings-security__col .btn,
    .settings-security__delete .btn-red-border,
    .settings-security__check .form-check-label,
    .modal-delete .btn,
    .settings-invoices__actions .btn,
    .settings-invoices__actions .btn {
        font-size: 12px
    }

    .links-revision__table-col {
        text-align: left
    }

    .accordion-body-content.take-down .take-down-group {
        margin: 0;
        position: relative;
        min-width: 100%;
    }

    .accordion-body-content.take-down .take-down-group .input-group {
        margin-top: 0;
    }

    .accordion-body-content.take-down .take-down-group #site-proceed-input.form-control {
        width: 100%;
    }

    .accordion-body-content.take-down .take-down-group .input-group button {
        width: 100%;
        border-radius: 4px !important;
        margin-top: 31px;
    }

    .accordion-body-content.take-down .take-down-group p {
        position: absolute;
        top: 38px;
        font-size: 12px;
        line-height: 14px;
    }

    .accordion-body-content.take-down {
        min-height: 610px;
    }

    #accordion-step-content-type .accordion-body-content {
        min-height: 565px;
    }

    .accordion-body-content.take-down {
        align-items: flex-start;
    }

    .accordion-header-content,
    .accordion-body-content {
        padding-left: 8px;
        padding-right: 8px;
    }

    .accordion-body {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .accordion-body-content-subtitle {
        margin-bottom: 5px;
    }

    .custom-radio-btn .check-pointer-container {
        width: 18px;
        min-width: 18px;
        height: 18px;
        margin-right: 11px;
    }

    .analytics-graph__box {
        overflow: auto;
        justify-content: flex-start
    }

    .analytics-graph__box .chartjs-size-monitor,
    .analytics-graph__box .chartjs-size-monitor-expand,
    .analytics-graph__box .chartjs-size-monitor-shrink {
        min-width: 505px;
    }

    .custom-radio-btn .check-pointer-point {
        width: 10px;
        height: 10px;
    }

    .custom-radio-btn {
        margin-bottom: 7px;
    }


    .revision-project__row {
        flex-direction: column;
    }

    .revision-project {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .revision-projects__btns {
        flex-direction: column;
        margin-top: 24px;
    }

    .revision-projects__btns .btn {
        margin-left: 0;
        width: 100%;
        margin-bottom: 8px;
    }

    .revision-projects {
        padding-top: 8px;
    }

    .revision-project__remove {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        margin-left: 12.5px;
        margin-right: 4px;
    }

    .revision-project__row .input-group .form-control {

        height: 30px;
    }

    .revision-project__row .input-group {
        align-items: center;
        justify-content: space-between;
    }

    .revision-project__row {
        margin-bottom: 10px;
    }

    .revision-project__row:last-of-type {
        margin-bottom: 0;
    }

    .revision-project__remove {
        font-size: 15px;
    }

    #accordion-step-2 .accordion-body-content {
        /*min-height: 548px;*/
    }

    .subscribe-btns .btn {
        width: 100%;
        font-size: 12px;
    }

    .subscribe-row__title {
        font-size: 12px;
        line-height: 150%;
    }

    .subscribe-row {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 7px;
    }

    .subscribe-row .form-select {
        width: 100%;
        margin-top: 8px;
    }

    .form-select {
        font-size: 12px;
    }

    .subscribe-row .form-select {
        height: 30px;
    }

    .subscribe-content {
        padding-top: 0;
    }

    .accordion-header-content {
        padding-right: 3px;
    }

    .form-select {
        background-position: right 15px center;
    }

    .accordion select {
        background-size: 15px 7px;
    }

    .form-switch .form-check-input {
        width: 25px;
        height: 14px;
        margin-left: -13px;
    }

    .subscribe-row__val {
        font-size: 12px;
        line-height: 14px;
    }

    .subscribe-row__title {
        width: 40%;
    }

    .subscribe-row .subscribe-row__val {
        width: 48%;
    }

    .subscribe-btns {
        margin-top: 0px;
    }

    /* #accordion-step-3 .accordion-body-content {
        min-height: 500px;
    } */
    .subscribe-row .form-switch {
        margin-left: -26px;
    }

    .form-check-input {
        background-size: 15px;
    }

    .form-control {
        font-size: 12px;
    }

    .main-block__title {
        padding: 9px 8px 8px;
        font-size: 12px;
        line-height: 14px;
    }

    .nav-tab-list__link {

        min-width: 95px;
    }

    .edit-project__title {
        font-size: 12px;
        line-height: 150%;
        padding-top: 0;
        width: 100%;
    }

    .edit-project__content {
        width: 100%;
        margin-top: 8px;
    }

    .edit-project {
        padding: 10px 8px 51px;
    }

    .edit-project__row {
        flex-direction: column;
        margin-bottom: 8px;
    }

    .edit-project__content .form-control,
    .edit-project__content .form-select {
        padding-left: 8px;
        padding-right: 8px;
        height: 30px;
        font-size: 12px;
    }

    .nav-tab-list {
        margin-top: 7px;
    }

    .edit-project__btns .btn {
        margin-top: 8px;
        margin-left: 0;
        width: 100%;
        height: 35px;
        font-weight: normal;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .edit-project__btns {
        padding-left: 0;
        justify-content: space-between;
    }

    .edit-project__btns .btn-grey,
    .edit-project__btns .btn-red {
        width: 48%;
        min-width: auto;
    }

    .edit-project__content .form-select {
        background-position: right 6px center;
    }

    .form-check-input {
        background-size: 19px;
    }

    .step-4-item .form-switch .form-check-label {
        width: auto;
    }

    .form-check-input-box {
        min-width: auto;
        max-width: 47%;
        width: 47%;
    }

    .step-4 select.step-4-input {
        background-size: 10px 5px;
        background-position: right 0.75rem center;
    }

    .projects-revision__row {
        flex-direction: column;
        margin: 0;
        margin-bottom: 0;
    }

    .projects-revision__row-box {
        width: 100%;
        margin: 0;
        margin-top: 8px;
    }

    .projects-revision__row-title {
        margin: 0;

        line-height: 150%;
    }

    .projects-revision__row .input-group .form-control,
    .projects-revision__row .input-group .form-select,
    .select2-container--default .select2-selection {
        height: 30px;
        padding: 1px 14px;
    }

    .step-4-item .select2-container .select2-selection--single {
        padding-top: 3px;
    }

    .select2-results__option {
        font-size: 12px;
    }

    .select2-container--default .select2-selection .select2-selection__choice {
        padding-left: 10px;
        padding-right: 10px;
    }

    .select2-container {
        max-width: 100%;
    }

    .select2-container--default .select2-selection {
        padding-right: 30px;
    }

    .projects-revision__link-upload {
        margin-top: 11px;

    }

    .projects-revision__link:not(:first-of-type) {
        margin-top: 12px
    }

    .fileinput-button {
        width: 100%
    }

    .projects-revision__link-upload-label span {
        margin-left: 8px;
    }
    #import .projects-revision__link-upload-label span{
        margin-left: 0;
    }

    .projects-revision__link-upload-label .icon {
        margin-top: 0;
    }

    .projects-revision__btns {
        flex-direction: column-reverse;
        margin-top: -3px;
    }

    .projects-revision__btns .btn {
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
        font-size: 12px;
        height: 35px !important;
    }

    .projects-revision__border {
        margin-top: 8px;
    }

    .projects-revision {
        padding-top: 2px;
    }

    .projects-revision__link-upload-label .icon {
        font-size: 15px;
    }

    .step-4 select.step-4-input {
        padding-top: 0;
        padding-bottom: 1px;
    }

    .main-block__title {
        position: relative;
    }

    .links-revision__filter-toggle {
        display: block;
        position: absolute;
        right: 7px;
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
    }

    .links-revision__table-col .input-group .input-group__label {
        line-height: 14px;
        display: none;
    }

    .links-revision__table-col .input-group .form-control,
    .links-revision__table-col .input-group .form-select {
        height: 30px;
    }

    .links-revision__table-type {
        line-height: 14px;
        padding: 4px 12px;
    }

    .links-revision__table-status a {
        margin-left: 18px;
    }

    .paging-list__link {
        line-height: 14px;
    }

    .links-revision__table-col:nth-of-type(2) {
        display: flex;
    }

    .links-revision__table-col:nth-of-type(1),
    .links-revision__table-col:nth-of-type(2),
    .links-revision__table-col:nth-of-type(3),
    .links-revision__table-col:nth-of-type(4),
    .links-revision__table-col:nth-of-type(5),
    .links-revision__table-col:nth-of-type(6) {
        width: calc(50% - 8px);
    }

    .links-revision__table-row {
        margin-left: -4px;
        margin-right: -4px;
        flex-wrap: wrap;
    }

    .paging-list__link {
        min-width: 31px;
        height: 30px;
    }

    .links-revision__table-col {
        justify-content: flex-start;
        margin: 0 4px 10px;
    }

    .links-revision__table-col:nth-of-type(4),
    .links-revision__table-col:nth-of-type(3) {
        margin-bottom: 16px
    }

    .links-revision__table-head .links-revision__table-col {
        margin: 0 4px 8px;
    }

    .links-revision__table-status a {
        margin-left: 6px;
    }

    .links-revision__table-col-action {
        display: none;
        opacity: 1;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5000;
        background: #FFFFFF;
        border: 1px solid #C9C9C9;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        height: 52.17px;
        //  width: calc(100% - 40px);
        justify-content: center;
    }

    .links-revision__table-col-action li {
        margin: 0 8.5px;
    }

    .links-revision__table-col-action li a .icon {
        font-size: 27px;
    }

    .links-revision__table-col-action.active {
        display: flex;
    }

    .links-revision {
        padding-top: 7px;
    }

    .links-revision__table-col .input-group .form-control,
    .links-revision__table-col .input-group .form-select {
        padding: 0 8px;
    }

    .links-revision__table-col .input-group .form-control__date,
    .links-revision__table-col .input-group .form-select {
        background-position: right 7px center;
    }

    .links-revision__table-row {
        padding-bottom: 0px;
        margin-bottom: 9px;
    }

    .links-revision__table-head {
        display: none;
    }

    .links-revision__table-head.active {
        display: flex;
    }

    .links-revision__table-project {
        padding-left: 0;
    }

    .links-revision__table-col:nth-of-type(6),
    .links-revision__table-col:nth-of-type(3) {
        justify-content: flex-end;
    }

    .links-revision__table-col:nth-of-type(1) {
        order: 1;
    }

    .links-revision__table-col:nth-of-type(2) {
        order: 2;
    }

    .links-revision__table-col:nth-of-type(3) {
        order: 4;
    }

    .links-revision__table-col:nth-of-type(4) {
        order: 3;
    }

    .links-revision__table-col:nth-of-type(5) {
        order: 5;
    }

    .links-revision__table-col:nth-of-type(6) {
        order: 6;
    }

    .links-revision__table-status a .icon {
        font-size: 15px;
    }

    .fake-overlay.active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .modal-open .fake-overlay.active {
        opacity: 0 !important
    }

    .fake-overlay.active~.flex-column .links-revision__table-col-action {
        z-index: 7000
    }

    .modal.modal-update {
        z-index: 7500
    }

    .modal.modal-update-copied .modal-dialog {
        max-width: 50%;
        text-align: center;
    }

    .fake-overlay.active~.fake-background {
        display: none !important
    }

    .analytics-top .links-revision__table-col {
        margin: 0;
        width: 200px;
    }

    .analytics-top .btn {
        width: 100%;
        font-size: 12px;
        height: 35px;
        margin-top: 8px;
    }

    .analytics-graph__title {

        margin-bottom: 5px;
    }

    .analytics {
        padding: 7px 8px 20px;
    }

    .analytics-graphs {
        margin-top: 16px;
    }

    .analytics-graph {
        width: 100%;
        margin-bottom: 31px;
    }

    .analytics-top {
        padding-bottom: 9px;
        flex-wrap: wrap;
    }

    .analytics-top .links-revision__table-col .input-group .input-group__label {
        display: block;
    }

    .analytics-top .links-revision__table-col {
        width: calc(50% - 4px);
    }

    .analytics-top .links-revision__table-col:nth-of-type(3) {
        width: 100%;
    }

    .settings .nav-tab-list__link {
        min-width: 89px;
        padding: 7px;
    }

    .settings .edit-project {
        padding: 7px 8px 24px;
    }

    .settings-col .input-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .settings-col .input-group__label {
        width: 100%;
        margin-bottom: 8px;
    }

    .input-group__box {
        width: 100%;
    }

    .settings-col .input-group .form-control,
    .settings-col .input-group .form-select {
        height: 30px;
    }

    .settings-col .input-group {
        margin-bottom: 8px;
    }

    .settings-col .input-group .form-select {
        background-position: right 7px center;
        border-radius: 4px;
    }

    .input-group__text {
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        font-size: 9px;
        margin-top: 8px;
    }

    .input-group__box {
        flex-wrap: wrap;
    }

    .input-group__email .form-control {
        width: calc(100% - 78px);
    }

    .input-group__email .btn {
        height: 30px !important;
        min-width: 70px;
        margin-left: 8px;
        font-size: 12px;
    }

    .settings-btns .btn {
        height: 35px;
        width: 100%;
    }

    .settings-btns {
        margin-top: 0px;
    }

    .settings-invoices__filters {
        display: flex;
        margin-bottom: 8px;
    }

    .settings-invoices__head {
        display: none;
    }

    .settings-invoices__col:nth-of-type(7) {
        position: absolute;
    }

    .settings-invoices__actions {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 5000;
        background: #FFFFFF;
        border: 1px solid #C9C9C9;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        border-radius: 5px;
        width: calc(100% - 40px);
        padding: 10px;
    }

    .status-canceled .settings-invoices__actions {
        width: calc(60% - 40px);
    }

    .settings-invoices__actions.has-one-button {
        width: calc(60% - 40px);
    }

    .status-canceled .settings-invoices__actions .btn,
    .settings-invoices__actions.has-one-button .btn {
        width: calc(100%);
    }

    .settings-invoices__actions.active {
        display: flex;
    }

    .settings-invoices__col:nth-of-type(4) {
        width: 40.3%;
        order: 5;
    }

    .settings-invoices__col:nth-of-type(5) {
        width: 26.3%;
        order: 6;
        justify-content: flex-end;
    }

    .settings-invoices__col:nth-of-type(6) {
        width: 33.3%;
        order: 4;
        justify-content: flex-start;
    }

    .settings-invoices__row {
        /*border-bottom: none;*/
    }

    .settings-invoices__head+.settings-invoices__row {
        border-top: 1px solid rgba(21, 21, 30, 0.1);
    }

    .settings-invoices__filters .input-group .form-select {
        background-position: right 6px center;
    }

    .settings .tab-cont {
        min-height: 461px;
    }

    .settings-security__col .input-group__label {
        line-height: 150%;
        margin-bottom: 8px;
    }

    .settings-security__col .input-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .settings-security__col .input-group .input-group__box {
        width: 100%;
        margin-left: 0 !important;
    }

    .settings-security__col .input-group .form-control {
        height: 30px;
        border-radius: 4px;
    }

    .settings-security__col .btn {
        width: 100%;
        margin-top: 8px;
    }

    .settings-security__col,
    .settings-security__delete {
        flex-direction: column;
        align-items: flex-start;
    }

    .settings-security__col .input-group__text {
        display: none;
    }

    .settings-security__col .input-group .icon {
        right: 7px;
    }

    .settings-security__col .input-group:not(:first-of-type) {
        margin-top: 8px;
    }

    .settings-security__col .btn,
    .settings-security__delete .btn-red-border {
        height: 30px;
        width: 100%;
        min-width: 100%;
    }

    .settings-security__delete {
        padding-left: 0;
    }

    .settings-security__delete .btn-red-border {
        margin-top: 8px;
    }

    .settings-security__content {
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    .settings-security__check .form-check-label {

        line-height: 14px;
    }

    .settings-security__check .form-check-label span {
        font-size: 8px;
        line-height: 150%;
        margin-top: 4px;
    }

    .settings-security__check {
        padding-left: 28px;
        max-width: 100%;
        margin-top: 2px;
    }

    .modal-delete .btn {
        width: calc(50% - 10px);
        margin: 0 5px;
        height: 35px;
    }

    .list-project-content .main-block__title .btn {
        width: calc(100% - 16px);
        position: absolute;
        left: 50%;
        top: calc(100% + 8px);
        transform: translateX(-50%);
        height: 35px;
        justify-content: center;
        font-size: 12px;
    }

    .list-project-content .main-block__title {
        flex-direction: column;
        align-items: flex-start;
    }

    .list-project {
        padding-top: 38px;
        padding-bottom: 14px;
    }

    .list-project__table-col:nth-of-type(1),
    .list-project__table-col:nth-of-type(3) {
        display: none;
    }

    .list-project__table {
        display: flex;
        flex-direction: column;
    }

    .list-project__table-col:nth-of-type(2) {
        width: 46%;
        justify-content: flex-start;
    }

    .list-project__table-col:nth-of-type(4) {
        width: 54%;
    }

    .list-project__table-row {
        order: 3;
    }

    .list-project__table-subhead {
        order: 1;
        border-top: none;
    }

    .list-project__table-head {
        order: 2;
    }

    .list-project__table-subhead .list-project__table-col {
        width: 100%;
        display: none;
    }

    .list-project__table-subhead .list-project__table-col:nth-of-type(2) {
        display: flex;
    }

    .list-project__table-col .input-group {
        max-width: 100%;
    }

    .list-project__table-subhead .list-project__table-col:nth-of-type(2)>.input-group,
    .list-project__table-subhead .list-project__table-col:nth-of-type(2)>.input-group form {
        width: 100%;
    }

    .list-project__table-col .input-group .form-control {
        border-radius: 5px 0px 0px 5px;
        height: 30px;
        font-size: 12px;
        padding: 0 14px;
    }

    .list-project__table-col .input-group .btn {
        height: 30px !important;
        font-size: 12px;
    }

    .list-project__table-head .list-project__table-col {
        font-size: 12px;
        line-height: 14px;
        font-weight: normal;
        color: rgba(21, 21, 30, 0.4);
        justify-content: flex-start;
    }

    .list-project__table-head .list-project__table-col:nth-of-type(4) {
        justify-content: flex-end;
    }

    .list-project__table-row {
        border-top: none;
        border-bottom: 1px solid rgba(21, 21, 30, 0.25);
        padding: 8px 0;
    }

    .list-project__table-row:last-of-type {
        border-bottom: none;
    }

    .list-project__table-head {
        padding: 7px 0 0px;
        border-bottom: none;
    }

    .list-project__table-actions .btn {
        font-size: 12px;
        height: 35px;
        border-radius: 4px;
    }

    .list-project__table-actions .btn:last-child {
        margin-left: 3px;
    }

    .list-project__table-col .links-revision__table-link {
        color: #15151E;
    }

    .list-project__table {
        min-height: 495px;
    }


    .add-screenshot__link .form-control {
        height: 30px;
    }

    .add-screenshot__link-btns .btn {
        min-width: 100%;
        font-size: 12px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
        height: 35px;
    }

    .links-revision__table-col {
        font-size: 12px;
    }

    .add-screenshot__link-formats,
    .add-screenshot__link-info span {
        font-size: 12px;
    }

    .add-screenshot__table-col {
        font-size: 12px;
        line-height: 14px;
    }

    .add-screenshot__table-col .btn-red-border {
        min-width: 57px;
        width: 100%;
        height: 30px;
        font-size: 12px;
    }

    .add-screenshot__link-bottom {
        flex-direction: column;
        margin-top: 8px;
        padding-right: 0px;
    }

    .add-screenshot__link-btns {
        flex-direction: column;
        width: 100%;
    }

    .add-screenshot__link-formats {
        margin-bottom: 8px;
    }

    .add-screenshot__table-col:nth-of-type(1) {
        display: none;
    }

    .add-screenshot__table {
        margin-top: 8px;
    }

    .add-screenshot__table-row {
        padding: 5px 0;
    }

    .add-screenshot__table-head {
        padding-top: 8px;
        border-top: 1px solid rgba(21, 21, 30, 0.1);
        border-bottom: none;
        padding-bottom: 0;
    }

    .add-screenshot__table-row:last-of-type {
        border-bottom: none;
    }

    .add-screenshot__table-head .add-screenshot__table-col:nth-of-type(3) {
        opacity: 0;
    }

    .add-screenshot__table-head .add-screenshot__table-col {
        color: rgba(21, 21, 30, 0.4);
        font-weight: normal;
    }

    .add-screenshot__table-col:nth-of-type(2) {
        justify-content: flex-start;
        width: 50%;
        word-break: break-all;
    }

    .add-screenshot__table-col:nth-of-type(3) {
        justify-content: flex-end;
        width: 30%;
        padding-left: 0;
        padding-right: 5%;
    }

    .add-screenshot__table-col:nth-of-type(4) {
        justify-content: flex-end;
        width: 20%;
    }

    .add-screenshot {
        padding-top: 8px;
    }

    .add-screenshot__link .form-control {
        margin-top: 4px;
    }

    .modal-delete h2 {
        margin-bottom: 10px;
    }

    .settings-security__check .form-check-input {
        top: -2.5px;
    }

    .analytics-graph {
        /*overflow: auto;*/
        height: auto !important
    }

    .btn-outline-success:hover {
        border-color: #5CB876;
        color: #5CB876;
        background-color: #fff;
    }

    .btn-outline-success:active {
        background-color: #71c188;
        border-color: #71c188;
        color: #fff;
    }

    .btn {
        height: 35px !important;
    }

    .take-down .take-down-group .input-group button {
        height: 36px !important;
    }

    .add-screenshot__link-info img {
        max-width: 10px;
    }

    .chartjs-render-monitor {
        height: auto !important;
        min-width: 505px !important;
    }

    .accordion-body-content.take-down .take-down-group .input-group button {
        height: 35px !important;
        font-size: 12px;
    }



}

@media only screen and (max-width: 319px) {
    .links-revision__table-type {


        white-space: normal
    }
}

.analytics-modal .close {
    float: right;
    font-weight: 700;
    color: #000;
    width: 26px;
    height: 26px;
    text-align: center;
}

.analytics-modal .close span {

    filter: alpha(opacity=20);
    opacity: 0.2;
    transition: opacity .4s ease;
    font-size: 20px;
    display: block;
    margin-top: -4px;
}

.analytics-modal .close:focus span,
.analytics-modal .close:hover span {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.analytics-modal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.analytics-modal .modal-open {
    overflow: hidden;
}

.analytics-modal .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.analytics-modal .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.analytics-modal .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.analytics-modal .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.analytics-modal .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.analytics-modal.modal .modal-dialog .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.analytics-modal .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.analytics-modal .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.analytics-modal .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.analytics-modal.modal .modal-dialog .modal-content .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.analytics-modal .modal-header .close {
    margin-top: -2px;
}

.analytics-modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
}

.analytics-modal .modal-body {
    position: relative;
    padding: 15px;
}

.analytics-modal .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.analytics-modal .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.analytics-modal .modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.analytics-modal .modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.analytics-modal .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.analytics-modal .download_btn a {
    color: #337ab7;
}

.analytics-modal .btn-link {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    text-decoration: none;
    -webkit-box-shadow: none;
    color: #337ab7;
}

.analytics-modal .btn-link,
.analytics-modal button.close {

    background: #eee;
    border-radius: 25px;
    border: 2px solid #fff
}

.analytics-modal .btn-link {
    padding: 1px 5px 2px;
}

.analytics-modal .btn-link:focus,
.analytics-modal .btn-link:hover {
    color: #23527c;
    text-decoration: underline;
}

.analytics-modal .modal-dialog {
    max-width: none;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress {
    background: rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 30px;
    width: 100%;
    margin-top: 20px;
    box-shadow: none
}

.progress-value {
    animation: load 3s normal forwards;
    border-radius: 100px;
    background: linear-gradient(to left, #16BFFD, #CB3066);
    height: 20px;
    width: 0;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


@media (min-width: 768px) {
    .analytics-modal .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .analytics-modal .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .analytics-modal .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .analytics-modal .modal-lg {
        width: 900px;
    }
}

.input-group_bl {
    display: block
}

.input-group_bl .revision-project__remove {
    top: 7px;
    transform: none
}

.input-group_bl>.form-control {
    width: 100%
}

.label-error {
    color: red;
    margin-top: 2px;
    display: block;
    font-size: 10px;
}

.copy-wrap {
    position: relative
}

.mes-code {
    border-radius: 6px;
    padding: 4px 17px;
    position: absolute;
    left: 1px;
    display: none;
    right: 1px;
    background-color: #eee;
    top: 1px;
    bottom: 1px;
    min-height: 25px;
}

.copy-icon {
    cursor: pointer;
    padding: 3px;
    position: absolute;
    right: 12px;
    top: 6px;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transition: opacity .4s ease
}

.link-show img {
    max-height: 19px;
    margin-left: 6px;
    opacity: 0;
    transition: opacity .4s ease;
    vertical-align: middle
}

.link-show span {
    vertical-align: middle
}

.copy-wrap:hover .copy-icon,
.link-show:hover img {
    opacity: 1
}

.copy-icon img {
    max-height: 19px;
}

/*.analytics-graph:nth-child(3), .analytics-graph:nth-child(4){
    display: none!important;
}*/


@media only screen and (min-width: 1024px) {
    .tablt-show {
        display: none !important
    }
}

@media only screen and (max-width: 1024px) {
    .tablt-show {
        display: block;
    }

    .list-project__table-actions .btn:last-child {
        margin-left: 3px;
    }
}

.analytics-graph__title {
    opacity: 0
}

.loaded-charts .analytics-graph__title {
    opacity: 1
}



#show_vat_container {
    display: none;
}

#registration_number {
    display: none;
}

#reportPage {
    text-align: center;
    height: auto;
    min-height: 200px;
}

#filterForm {
    margin-bottom: 0
}

.modal.modal-update-copied .modal-dialog {
    text-align: center;
}

#modal_unsubscribe form {
    margin-bottom: 0;
}

.analytics-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.analytics-top .select2-results__option {
    display: block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

.load-win .input-group select{
    overflow: auto
}
.load-win .input-group select option{
    opacity: 1!important;
}
.pdf_canvas{
  max-width: 500px;
  /*max-height: 200px;*/
}