

/* Start:/local/templates/b2bcabinet_v2.0/components/sotbit/auth.company.register/.default/style.css?17694304032045*/
.content .js_person_type {
    max-width: 640px;
    height: 100%;
}

.content .js_person_type :where(.card-header, .card-body) {
    padding-inline: 1.5rem;
    padding-bottom: 1.5rem;
}

.content .company-register__success-form {
    display: none;
    max-width: 600px;
    width: 100%;
}

.content .company-register__success-form h6 {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.content .company-register__success-form p {
    color: var(--black-100);
}

.company__user-fields input,
.company__user-fields .fields {
    width: 100%;
}

.multiple-props .form-control[type="number"]::-webkit-outer-spin-button, 
.multiple-props .form-control[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#person_group_check {
    margin-bottom: 12px;
}

.company__user-fields input.fields {
    display: block;
    padding: .4375rem .875rem;
    padding-right: 0.875rem;
    font-size: .8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: .1875rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.company__user-fields .field-item input:focus-visible{
    outline: 0 !important;
}

.btn.form-control-multiple-ic:hover {
    background: transparent;
}

.form-control-multiple-ic:hover i {
    color: var(--primary);
}

.feedback_block__captcha_reload{
    padding: 13px;
}

.password_recovery-captcha_wrap{
    display: flex;
    align-items: center;
}

img.disabled {
    opacity: 0.2;
}

@media (min-width: 750px) {
    .auth-form .card-body:first-child {
        width: 700px;
    }
}

@media (max-width: 650px) {
    .auth-form .card-body:first-child {
        width: 600px;
    }
}

@media (max-width: 649px) {
    .auth-form .card-body:first-child {
        width: 350px;
    }
}

@media (max-width: 350px) {
    .auth-form .card-body:first-child {
        width: 300px;
    }
}
/* End */


/* Start:/local/templates/b2bcabinet_v2.0/components/bitrix/main.userconsent.request/b2bcabinet/user_consent.css?17694304033242*/
.main-user-consent-request a {
    cursor: pointer;
}

.main-user-consent-request-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 9000;
}

.main-user-consent-request-popup-cont {
    min-height: 290px; /* loader magic */
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    padding: 20px;
    min-width: 320px;
    background: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
}

.main-user-consent-request-popup-header {
    margin: 0 0 30px 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-user-consent-request-popup-textarea-block {
    margin: 0 0 20px 0;
}

.main-user-consent-request-popup-text.confidencial-text {
    max-width: 600px;
    position: relative;
    max-height: 300px;
    padding-right: .5rem;
    text-align: justify;
    border: 0;
    overflow-y: auto;
}

/** LOADER **/
.main-user-consent-request-loader {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.main-user-consent-request-path {
    stroke: #80868e;
    stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.main-user-consent-request-circular {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: inherit;
    width: inherit;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.main-user-consent-request-path {
    stroke: #ccc;
    stroke-dasharray: 60, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

.main-user-consent-request-popup-header.modal-title {
    padding-bottom: 1.25rem;
}

.main-user-consent-request-popup-buttons {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.main-user-consent-request {
    display: inline-block;
	margin-bottom: 20px;
}

.label-confidential {
	position: relative;
    margin-bottom: 0;
}

.main-user-consent-request-announce {
    display: inline-block;
    line-height: 20px;
	margin-left: 10px;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media (min-width: 1200px) {
    .main-user-consent-request-popup-header {
        max-width: 590px;
    }
}

@media (max-width: 1200px) {
    .main-user-consent-request-popup-text.confidencial-text {
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .main-user-consent-request-popup-cont {
        width: calc(100% - 2rem);
    }

    .main-user-consent-request-popup-text.confidencial-text {
        max-width: none;
    }
}

/* End */
/* /local/templates/b2bcabinet_v2.0/components/sotbit/auth.company.register/.default/style.css?17694304032045 */
/* /local/templates/b2bcabinet_v2.0/components/bitrix/main.userconsent.request/b2bcabinet/user_consent.css?17694304033242 */
