@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,400&display=swap');

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

html {
    font-size: 14px;
}

html,
body {
    height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.height100 {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.footer_background {
    background: #E5E5E5;
    flex-shrink: 0;
    padding-bottom: 12px;
}


.footer_list {
    list-style-type: none;
    color: black;
    margin-bottom: 91px;
}

ul.footer_list>li {
    margin-bottom: 36px;

}

ul.footer_list>li>a:active {
    text-decoration: none;
    color: black;
}

ul.footer_list>li>a:link {
    text-decoration: none;
    color: black;
}

ul.footer_list>li>a:visited {
    text-decoration: none;
    color: black;
}

ul.footer_list>li>a:hover {
    text-decoration: none;
    color: black;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}


/* BASIC */


body {
    /* font-family: "Poppins", sans-serif; */
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
    background: #FAFCFF;
    display: flex;
    flex-direction: column;
}

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
}

.margin_h2 {
    margin: 40px 0px 34px 0px;
}




/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: initial;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    /* background: #fff; */
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    padding: 30px;
    width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
}

#formFooter {
    padding-bottom: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/* FORM TYPOGRAPHY*/

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 17px 37px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    mix-blend-mode: normal;
}


/* input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
background-color: #39ace7;
} */

input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

input[type=submit] {
    margin: 0 0 28px 0;
}

input[type=text],
input[type=number],
input[type=date],
input[type=password],
textarea,
select,
.with_borders {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #F8FCFD;
    border: 1px solid #F2F4F7;
    border-radius: 13px;
    box-sizing: border-box;
    border-radius: 8px;
}

input[type=text],
input[type=number],
input[type=date],
input[type=password],
textarea.form-control {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: black;
    line-height: 14px;
}


input[type=text],
input[type=number],
input[type=password],
input[type=date],
textarea,
select,
.with_borders,
.form-group textarea {
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    margin: 0px 0px 18px 0px;
    border: 1px solid #DDDDDD;
    /* background-color: #fff; */
    background-color: #F8FCFD;
    box-shadow: none !important;
    width: 304px;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;

    padding: 0 50px 0 50px;
}

select.with_borders {
    height: initial;
    padding: 0 !important;
    padding-left: 21px !important;
    background-color: white;

}

textarea.form-control {
    width: 304px;
    min-height: 197px;
    display: initial;
}

input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
textarea::placeholder,
textarea.form-control::placeholder {
    color: #000000;
    opacity: 0.3;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    /* becouse input height 50px */
    line-height: 49px;
    text-align: center;
}



input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
[contenteditable="true"]:focus {
    box-shadow: none;
    border: 1px solid #5fbae9 !important;
    background-color: #fff;
}

/* disable spin on number input */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}


/* ANIMATIONS */


/* Simple CSS3 Fade-in-down Animation */

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* Simple CSS3 Fade-in Animation */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width: 60%;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.main_body {
    /* min-height: 660px; */
    /* min-width: 1140px; */
    flex: 1 0 auto;
}

.card-header.white_background {
    border-radius: 8px;
}

.white_background {
    background-color: #ffffff;
    border: 1px solid #F8F8FB;
    box-sizing: border-box;
    border-radius: 22px;
}



.my_button {
    top: 3.61%;
    bottom: 91.02%;
    box-sizing: border-box !important;
    border-radius: 77px !important;
    padding: 5px 18px;
    margin: 0 3px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #6966FF;
    mix-blend-mode: normal;
    text-decoration: none;


    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top_buttons {
    margin-right: 25px !important;
    font-weight: bold;
    border: none !important;
}

.my_button_filled {
    background-color: #6966FF !important;
    color: white !important;
    padding: 17px 40px 17px 40px !important;
}

.my_button_filled:disabled,
.my_button_filled[disabled] {
    background: linear-gradient(0deg, #F1F1F5, #F1F1F5) !important;
}

.my_button_login {
    background-color: #6966FF !important;
    margin-top: 0px !important;
}

.my_button_white {
    background-color: white !important;
    margin-top: 14px !important;
    color: #6966FF !important;
}

.gray_text {
    width: 171px;
    height: 20px;
    left: 416px;
    top: 264px;
    /* font-family: Montserrat; */
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    color: rgba(25, 25, 26, 0.6);
}

.table_wrapper {
    background: #FEFEFF;
    border: 1px solid #F8F8FB;
    box-sizing: border-box;
    border-radius: 8px;
}

.copy_field {
    display: block;
    margin: 7px;
    padding: 4px;
    background: #FBFBFB;
}

.svg_margin {
    margin-right: 20px;
}

.modal-content {
    border-radius: 23px;
    background: #FFFFFF;
    box-shadow: 0px 20px 40px rgba(228, 228, 240, 0.35);
    border-radius: 23px;
}

.modal-header {
    border-bottom: none;
    padding-top: 69px;
    text-align: center;
}

.modal-header .close {
    margin-top: -69px;
    border: none;
    background: none;
}

.modal-header h5 {
    width: 100%;
    text-align: center;
}

.modal_my {
    padding: 25px;
}

.border_my {
    border-color: #f8f9fa;
    /* background: #F1F1FF; */
}

thead tr th {
    border-top: none !important;
}

.divider_base {
    border-top: 1px solid #dee2e6 !important;
}

.row>.divider_base {
    padding-left: 15px;
}

.divider {
    border-top: 1px solid #dee2e6 !important;
    margin-top: 25px;
    padding-top: 38px;
    margin-bottom: 21px;
}

.divider_margin_top {
    /* padding-top: 35px; */
    margin-top: 30px;
}

.left25px {
    margin-left: 25px;
}

h2:nth-child(1)>button:nth-child(1)>a,
h2:nth-child(1)>button:nth-child(1)>span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.ira_text_style_12px {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}



.ira_text_style {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: black !important;
}

.ira_text_style_20px {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000 !important;
}

.ira_text_style_20px_bold {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.ira_text_style_15px {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
}

.ira_text_style_16px {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.ira_text_style_16px_table_top {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(25, 25, 26, 0.6);
}

.ira_text_style_14px {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.ira_text_style_18px {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #252331;
}

.ira_text_style_18px_w600 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.ira_text_style_24px {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    mix-blend-mode: normal;
}

.ira_text_style_26px {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #252331;
}

.font-weight600 {
    font-weight: 600 !important;
}

.foint-weight-init {
    font-weight: initial;
}

.input-group {
    border: 1px solid #ced4da;
    border-radius: 40px;
}

.custom-file-label {
    background: none;
    border: none;
}

.custom-file-label::after {
    display: none;
}

.input-group-text {
    border-radius: 40px !important;
    border: 2px solid #6966FF !important;
}

.block_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.invalid_text {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form_title {
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.center_horizontally {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.text_center {
    text-align: center;
}

.card {
    border: none;
    background-color: unset;
    margin-bottom: 7px !important;
}

.card-header h2 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

h2 button span,
h2 button a {
    font-weight: 500 !important;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
    display: none;
}

input[type="checkbox"].ios8-switch+label {
    position: relative;
    padding: 16px 0 0 50px;
    line-height: 1.0em;
}

input[type="checkbox"].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    /* x*5 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px;
    /* x*3 */
    height: 24px;
    /* x*3 */
    border-radius: 16px;
    /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="checkbox"].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch:checked+label:after {
    margin-left: 16px;
}

input[type="checkbox"].ios8-switch:checked+label:before {
    background: #55D069;
}


/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}

input[type="checkbox"].ios8-switch-sm+label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1em;
}

input[type="checkbox"].ios8-switch-sm+label:before {
    width: 25px;
    /* x*5 */
    height: 15px;
    /* x*3 */
    border-radius: 10px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-sm+label:after {
    width: 15px;
    /* x*3 */
    height: 15px;
    /* x*3 */
    border-radius: 10px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-sm+label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-sm:checked+label:after {
    margin-left: 10px;
    /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}

input[type="checkbox"].ios8-switch-lg+label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em;
}

input[type="checkbox"].ios8-switch-lg+label:before {
    width: 50px;
    /* x*5 */
    height: 30px;
    /* x*3 */
    border-radius: 20px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-lg+label:after {
    width: 30px;
    /* x*3 */
    height: 30px;
    /* x*3 */
    border-radius: 20px;
    /* x*2 */
}

input[type="checkbox"].ios8-switch-lg+label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].ios8-switch-lg:checked+label:after {
    margin-left: 20px;
    /* x*2 */
}

.role_buble {
    width: 187px;
    height: 67px;
    background: #FFFFFF;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 17px;
    margin-bottom: 15px;
    line-height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.role_buble_add {
    border-style: dashed;
    border-width: 1px;
    border-color: #6966FF;
}

.role_buble_add span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    /* identical to box height */
    color: #6966FF;
}

.role_buble button {
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: none;
    font-size: 1rem;
    /* line-height: 1.5; */
    border-radius: none;
    transition: none;
    overflow: inherit;
    text-overflow: inherit;
}

.role_buble>.role_buble_color {
    position: relative;
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px;
    border-radius: 12px;
    /* background: #FFD260; */
    position: absolute;
}

td:not(.not_wrap) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 294px;
}

td .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

td>.role_buble_color {
    position: relative;
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px;
    border-radius: 12px;
    position: inherit;
    display: inline-block;
    margin-right: 8px;
}

.btn:focus {
    box-shadow: none;
    text-decoration: none;
}

button:hover,
.btn:hover,
.btn-link:hover,
a:hover,
a:focus {
    text-decoration: none;
}

.link_button {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    /* font-family: arial, sans-serif; */
    /*input has OS specific font-family*/
    color: #6966FF;
    /* text-decoration: underline; */
    cursor: pointer;
}

.bootstrap-select {
    width: 100% !important;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 18px !important;
}

.btn-light {
    background: #F8FCFD;
    border: 1px solid #F2F4F7;
}

input[type=checkbox]+label.pretty_checkbox {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: #F8FCFD;
    border: 1px solid #F2F4F7;
    box-sizing: border-box;
    border-radius: 3px;
}

input[type=checkbox]:checked+label:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjIxMjEgOC42MDkyMUM0LjEwNzEgOC43MTQ4MyAzLjk2Mzg0IDguNzczNzYgMy44MTUwMyA4Ljc3Mzc2QzMuNjY2MjEgOC43NzM3NiAzLjUyMjk1IDguNzE0ODMgMy40MTc5NSA4LjYwOTIxTDAuMjQ2ODIxIDUuNDM3NTZDLTAuMDgyMjczNiA1LjEwODQ3IC0wLjA4MjI3MzYgNC41NzQ4MiAwLjI0NjgyMSA0LjI0NjM0TDAuNjQzODk0IDMuODQ5MTdDMC45NzMwOTEgMy41MjAwNyAxLjUwNjEyIDMuNTIwMDcgMS44MzUyMiAzLjg0OTE3TDMuODE1MDMgNS44MjkwOEw5LjE2NDc2IDAuNDc5MjQzQzkuNDkzOTYgMC4xNTAxNDggMTAuMDI3NSAwLjE1MDE0OCAxMC4zNTYxIDAuNDc5MjQzTDEwLjc1MzIgMC44NzY0MThDMTEuMDgyMyAxLjIwNTUxIDExLjA4MjMgMS43MzkwNiAxMC43NTMyIDIuMDY3NjRMNC4yMTIxIDguNjA5MjFaIiBmaWxsPSIjNjk2NkZGIi8+Cjwvc3ZnPgoK") #F8FCFD;
    background-position: center;
    background-repeat: no-repeat;
}

input[type=checkbox]:checked+label:before {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjIxMjEgOC42MDkyMUM0LjEwNzEgOC43MTQ4MyAzLjk2Mzg0IDguNzczNzYgMy44MTUwMyA4Ljc3Mzc2QzMuNjY2MjEgOC43NzM3NiAzLjUyMjk1IDguNzE0ODMgMy40MTc5NSA4LjYwOTIxTDAuMjQ2ODIxIDUuNDM3NTZDLTAuMDgyMjczNiA1LjEwODQ3IC0wLjA4MjI3MzYgNC41NzQ4MiAwLjI0NjgyMSA0LjI0NjM0TDAuNjQzODk0IDMuODQ5MTdDMC45NzMwOTEgMy41MjAwNyAxLjUwNjEyIDMuNTIwMDcgMS44MzUyMiAzLjg0OTE3TDMuODE1MDMgNS44MjkwOEw5LjE2NDc2IDAuNDc5MjQzQzkuNDkzOTYgMC4xNTAxNDggMTAuMDI3NSAwLjE1MDE0OCAxMC4zNTYxIDAuNDc5MjQzTDEwLjc1MzIgMC44NzY0MThDMTEuMDgyMyAxLjIwNTUxIDExLjA4MjMgMS43MzkwNiAxMC43NTMyIDIuMDY3NjRMNC4yMTIxIDguNjA5MjFaIiBmaWxsPSIjNjk2NkZGIi8+Cjwvc3ZnPgoK") #F8FCFD;
    background-position: center;
    background-repeat: no-repeat;
}

input[type=checkbox]+label:before {
    content: " ";
    display: inline-block;
    height: 1em;
    width: 1em;
    border-radius: 0.2em;
    box-sizing: border-box;
    border-radius: 3px;
}

input[type="checkbox"][disabled]+label:before {
    background: #cfcfcf;
    /* border-color: #888; */
}

input[type="checkbox"][disabled]+label {
    color: #888;
}

.cabinet_ico {
    width: 37px;
    height: 37px;
    display: inline-block;
    padding: 5px;
    background: #F1F1FF;
    border-radius: 11px;
}

.no_padding {
    padding: 0;
}

.flex_max_height {
    flex: 1 0 auto;
}

.Captcha {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 28px;
}

.forgot_password_button {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #6966FF;
}

.display_none {
    display: none;
}

/*  TABLE OF CABINET */

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none;
}


table.cabinet_table {
    margin-bottom: 10px;
}

table.cabinet_table tr th {
    padding: 32px 0;
}

table.cabinet_table tr th:first-child {
    padding-left: 21px;
}

table.cabinet_table tr {
    border-style: none;
    border-bottom-width: 0;
    margin-left: 10px;
}

table.cabinet_table tbody tr {
    background: #FEFEFF;
    border: 1px solid #F8F8FB;
    box-sizing: border-box;
    border-radius: 8px;
}

table.cabinet_table tbody tr th,
table.cabinet_table tbody tr td {
    padding: 37px 0;
}

.spacer {
    height: 7px
}

.spacer:last-child {
    height: 0;
}

table.cabinet_table {
    border-collapse: separate;
    border-spacing: 0;
}

table.cabinet_table td {
    border: 1px solid #F8F8FB;
    border-style: solid none;
}

table.cabinet_table tbody tr th {
    border: 1px solid #F8F8FB;
    border-style: solid none solid solid;
    border-radius: 10px 0 0 10px;
}

table.cabinet_table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

table.cabinet_table tr:first-child td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right-style: solid;
}

table.cabinet_table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.cabinet_table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.cabinet_table tr td {
    border-top-style: solid;
}

table.cabinet_table tr td:first-child {
    border-left-style: solid;
}

/* END TABLE OF CABINET */

.collapse_el {
    width: 100%;
    padding: 26px 0;
}

.collapse_el span {
    width: 29px;
    height: 29px;
    padding: 26px 26px 32px 4px;
}

.collapse_el a:hover {
    color: initial;
}

.flex_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_name_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    mix-blend-mode: normal;
}

.color_new {
    color: #6284FC !important;
}

.color_active {
    color: #4B85F4 !important;
}

.color_paid {
    color: #27CC24 !important;
}

.color_canceled {
    color: #F44040 !important;
}

.color_deleted {
    color: #F44040 !important;
}

.color_returned {
    color: #F44040 !important;
}

.pageInactive {
    color: #A2A0A0;
}

.pageActive {
    color: #6966FF;
}


.bill_param {
    position: relative;
    margin-top: 34px;
}

.bill_param input,
.bill_param textarea {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 84px;
    color: #000000;
    text-align: left;
    padding-left: 26px !important;
    padding-right: 3px !important;
}

.bill_param input:disabled,
.bill_param textarea:disabled {
    background-color: white;
}


.bill_param span {
    position: absolute;
    top: -20px;
    left: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    color: #000000;
    opacity: 0.6;
}

.small_bill_param {
    width: 141px;
}

.small_bill_param input {
    width: 141px;
}

.err_msg {
    display: flex;
    color: red;
    margin-top: 3px !important;
    margin-left: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
}

.text_to_el {
    line-break: auto !important;
    word-wrap: normal !important;
    white-space: normal !important;
}


table.report_data {
    margin-bottom: initial;
    width: min-content;
}

table.report_data> :not(caption)>*>* {
    padding: initial !important;
    padding-right: 50px !important;
}

table.report_data>thead>tr>th {
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 13px !important;
    line-height: 15px !important;
    color: rgba(25, 25, 26, 0.6) !important;
    padding-bottom: 6px !important;
}

table.report_data>tbody>tr>td {
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000;
    padding-bottom: 8px !important;
}

/* OPERATION STATUS COLORS */
.Skiped {
    color: #2B64F5;
}

.Created {
    color: #8058D6;
}

.Verified {
    color: #3BB930;
}

.InProgress {
    color: #F3943D;
}

.Finish {
    color: #3BB930;
}

.Error {
    color: #F02E2E;
}

.Canceled {
    color: #F02E2E;
}

.WaitOTP {
    color: #F3943D;
}

.WaitConfirmation {
    color: #F3943D;
}

.Bill {
    color: #8058D6;
}

.WaitUserRegistration {
    color: #F3943D;
}

.NeedToCheck {
    color: #8058D6;
}

.Timeout {
    color: #F02E2E;
}

.WaitCVV {
    color: #F3943D;
}

/* END OPERATION STATUS COLORS */

.form-select:focus {
    border-color: #ced4da;
    box-shadow: initial;
}

select.with_button {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    padding-right: 31px !important;
}