body.showbody {
    background-color: #f9fafb;
}

body {
    position: relative;
    padding-bottom: 60px;
    background-color: #ECEEF7;
    border-radius: 0.42rem;
}

.index-page {
    padding-bottom: 60px !important;
}

h1 {
    text-transform: uppercase;
    font: 600 18px/30px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}


h2 {
    text-transform: uppercase;
    font: 600 13px/23px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
    margin-top: 20px;
}

h3 {
    font: 600 13px/23px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
    margin-top: 20px;
}

.small-block {
    width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}

.big {
    font-weight: bold;
}

.content-block {
    padding: 20px;
    background-color: #f9fafb;
    margin: 20px 0;
}

    .content-block.left {
        margin-right: 20px;
    }

    .content-block.right {
        margin-left: 20px;
    }


.without-border tr td,
.without-border tr th {
    border: none !important;
}

.ui-entity-editor-content-block {
    color: #424956;
    word-break: break-all;
    word-break: break-word;
    font: 15px/17px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 15px;
}

.ui-entity-editor-block-title {
    margin-top: 10px;
}

.ui-entity-editor-section-edit .ui-entity-editor-content-block, .ui-entity-editor-content-block-edit .ui-entity-editor-content-block, .ui-entity-editor-content-block[data-animate="show"] .ui-entity-editor-block-title {
    max-height: none;
    -webkit-animation: showEditMode 500ms linear;
    animation: showEditMode 500ms linear;
}

.field-wrap, .ui-entity-editor-section-edit .ui-entity-card-clients-block, .ui-entity-editor-section-edit .ui-entity-editor-content-block {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.ui-entity-editor-block-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 5px;
    color: #a3a9b1;
    font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.ui-entity-editor-block-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 5px;
    color: #a3a9b1;
    font: 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


.table td {
    padding: .30rem 12px;
    box-sizing: border-box;
}


.table-simple td {
    padding: .75rem;
}

.table th {
    box-sizing: border-box;
}

.table th {
    font-weight: 600;
}

.table,
table {
    width: 100%;
    color: #545c6a;
}


.fields.crm_status select, .field-item input, .field-item select, .field-item textarea, .field-item .main-ui-control.main-ui-select, .field-item .main-ui-control.main-ui-multi-select, .uf-address-search-input, .crm-entity-widget-content-input, .crm-entity-widget-content-select, .crm-entity-widget-content-textarea, .crm-entity-widget-content-date-input, .crm-entity-widget-content-block-clients, .crm-entity-widget-content-block-requisites, .crm-entity-widget-content-block-recurring, .crm-entity-widget-resourcebook-container, .crm-entity-widget-content-block-multiselect select, .crm-entity-widget-content-block-field-textarea textarea, .crm-entity-widget-content-block-inner select.filter-dropdown {
    display: block;
    box-sizing: border-box;
    padding: 10px 9px;
    min-height: 39px;
    max-width: 100%;
    width: 100%;
    outline: 0;
    border: 1px solid #c4c7cc;
    border-radius: 1px;
    background-color: #fff;
    color: #424956;
    font: 15px/17px "Helvetica Neue",Helvetica,Arial,sans-serif;
    transition: 220ms all ease;
}

.ui-ctl-element {
    z-index: 1;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0 11px;
    height: 39px;
    outline: 0;
    border: 1px solid #c6cdd3;
    border-radius: 2px;
    background-color: #fff;
    color: #535c69;
    vertical-align: middle;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 400 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    transition: border .3s ease,background-color .3s ease,color .3s ease,padding .3s ease;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*-ms-appearance: none;*/
    /*-o-appearance: none;*/
    /*appearance: none;*/

    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 39px;
    line-height: 39px;
}

    .ui-ctl-element:after {
        margin-left: 3px;
    }

    .ui-ctl-element:after, .ui-ctl-element:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 9px;
        height: 2px;
        background-color: #535c68;
        content: "\f0d7";
        transition: all 250ms ease;
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
    }

    .ui-ctl-element:before {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate( 45deg );
    }

    .ui-ctl-element:after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate( -45deg );
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate( -45deg );
    }

.fields.boolean.field-item label, .crm-entity-widget-content-block-checkbox-label, .fields.enumeration.enumeration-checkbox.field-item label, .crm-entity-widget-content-block-field-custom-checkbox .boolean label {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #424956;
    vertical-align: middle;
    font: 14px/25px "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.ui-entity-editor-content-block input {
    max-width: 100%;
}

.field-item input[type=checkbox], .field-item input[type=radio], .ui-entity-editor-field-custom-checkbox .boolean input[type=checkbox], .ui-entity-editor-field-checkbox label input[type=radio], .ui-entity-editor-field-custom-checkbox .boolean input[type=radio] {
    position: absolute;
    top: 6px;
    left: 0;
    margin: 0;
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
}


.ui-btn, .ui-btn-main {
    background: rgb(187, 237, 33);
    position: relative;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    color: rgb(83, 92, 105);
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font: 12px/34px "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-remove {
    background-color: hotpink;
}

.btn-round {
    border-radius: 50%;
    padding: 0px;
    font-size: 10px;
    width: 20px;
    height: 20px;
}


.pagetitle {
    font: 26px/26px "OpenSans-Light",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 21px 0 21px 0px;
    display: block;
    word-wrap: break-word;
}

.table {
    width: 100%;
}

    .table th {
        font: 600 13px/25px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #535c69;
        text-align: left;
        text-transform: uppercase;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        letter-spacing: .5px;
        font-weight: normal;
        font-size: 12px;
        font-family: 'OpenSans',"Helvetica Neue",Arial,Helvetica,sans-serif;
        line-height: 12px;
        font-weight: 600;
    }


    .table td {
        font: 300 14px/25px "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .table tr:hover td {
        background-color: #f6f8f9;
    }

.col-name {
    width: 200px;
    max-width: 300px;
}

.col-check {
}

.table ul li {
    list-style-type: none;
}

.field-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

    .field-wrapper ul {
        padding: 0px;
    }

.fields-list-block {
    display: inline-block;
    ;
    vertical-align: top;
    margin: 0 10px;
    border-right: 1px solid #dee2e6;
    padding-right: 25px;
}

.value-header {
    font-size: 120%;
    font-weight: 500;
}

.mainfield {
    font-weight: bold;
}



.button-block {
    max-width: 500px;
    margin: 1.75rem auto;
}

    .button-block label,
    .button-block form {
        display: inline-block;
        margin: 20px 10px;
    }

.result-table {
    display: none;
}

.btn.btn-light-primary {
    color: #8950FC;
    background-color: #EEE5FF;
    border-color: transparent;
}

.card.card-custom {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;
}


.card-header {
    padding: 1rem 20px;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEDF3;
}

    .card-header:first-child {
        border-radius: calc(0.42rem - 1px) calc(0.42rem - 1px) 0 0;
    }

.card-footer {
    padding: 1rem 2.25rem;
    background-color: #ffffff;
    border-top: 1px solid #EBEDF3;
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.42rem - 1px) calc(0.42rem - 1px);
    }

.form-group {
    margin-bottom: 40px;
}

.added-file {
    margin: 20px 0 40px 0px;
}

.main-title-block {
    color: #FFF;
}

.navbar {
    margin-bottom: 40px;
}

.settings-block {
    margin-bottom: 80px;
}

.placement .form-group {
    margin-bottom: 20px;
}

.iti,
.placement #phone {
    width: 100% !important;
    ;
}

.table .phone {
    width: 200px;
}

.table .type {
    width: 80px;
}

.table .image,
.table .date {
    width: 150px;
}

.table .link {
    width: 100px;
}



.rangeselector {
    width: 300px;
    display: inline-block;
}

.preview-img {
    max-height: 150px !important;
}

#login-frame {
    width: 100%;
    height: 600px;
    border: none;
}

.authorize-block,
.settings-block {
}

.active {
    display: block;
}

.logged,
.authorize-block,
.qrBlock,
.getCode,
.finishLogin {
    display: none;
}


.dropdown-item a{
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.dropdown-item {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
}


.setup-block,
.completed {
    display: none;
}


#lineId,
.send-code {
    display: block;
}


.amoapp {
    background: #f5f5f5;
    min-height: 500px;
    margin-bottom: 50px;
    height: 100vh;
}


.amoapp .bitrix{
    display : none !important;
}



.by-number
{
    display: none;
}

#byNumber
{
    margin-top: 10px;
}


.btn-showQr
{
    margin-top: 10px;
}


.start-block
{
    display: block;
}



.auth-block
{
    margin-bottom: 60px;
}

    .auth-block button,
    .auth-block .btn {
        margin-top: 10px;
    }


.account-block
{
    padding-bottom: 50px;
}

footer{
    position: fixed;
    width: 100%;
    bottom: 0px;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

.partners-enter {
    font-weight: 500;
}

.autopayment
{
    display: none;
}



button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 30px;
}

.fa-star {
    color: #fde16d;
}

.external {
    margin-top: 30px;
}



.fullscreen h1 {
    text-transform: uppercase;
    font: 600 23px/30px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
    margin-top: 20px;
}


.fullscreen {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

    .fullscreen .content {
        min-height: 80vh;
    }

.aggrement-error {
    background: #ffff00;
}

.danger-link
{
    color: red;
    font-weight: bold;
}


.card-ad {
    min-height: auto !important;
}


.add-card
{
    background-color: transparent;
    border: 1px solid rgb(82 63 105 / 5%) !important;
}

.topLineList
{
    justify-content: space-between;
}
