body{
    background-color: #F0F1F5;
}
.wrapper{
    overflow: hidden;
    width: 100%;
}
.container{
    max-width: 1206px;
}
.header{
    margin: 24px;
    display: flex;
    justify-content: space-between;
}
.header .logo_left{
    display: flex;
    position: relative;
    
}
.header .logo_left img{
    margin-right: 49px;
}
.header .logo_left::before{
    content: '';
    position: absolute;
    width: 32px;
    height: 1px;
    transform: rotate(90deg);
    left: 140px;
    top: 16px;
    background-color: #32384A;
}

.right_language{
    display: flex;
    align-items: center;
    width: 75px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 9px 10px 9px 16px;
}
.right_language img{
    margin-bottom: 4px;
}
.right_language p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    display: flex;
    align-items: center;
    color: #32384A;
    margin-right: 10px;
    margin-top: 15px;
}

.main{
	width: 400px;
    height: auto;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
    margin: 0 auto;
    margin-top: 67px;
}
#chk{
	display: none;
}
.signup{
	position: relative;
	width:100%;
	height: 100%;
}
.signup label{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #32384A;
    margin-bottom: 24px;

}
.signup input{
	/*width: 336px;*/
	height: 56px;
	background: #fff;
	justify-content: center;
	display: flex;
	margin: 8px auto;
	padding: 10px;
	outline: none;
	border: 1px solid #D8DBE3;
    border-radius: 8px;
}
.signup button{
	width: 336px;
    height: 58px;
	margin: 10px auto;
	justify-content: center;
	display: block;
	color: #fff;
	background: #B9966E;
    border-radius: 8px;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	outline: none;
	border-radius: 5px;
    border: none;
	transition: .2s ease-in;
	cursor: pointer;
}

.sign_Up{
   padding-bottom: 74px;
}
.sign2 label{
    font-family: Helvetica, Arial, sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    display: flex;
    align-items: center;
    /* Shades/Ink 600 */
    color: #7D8499;
}
.sign2 input{
    font-family: Helvetica, Arial, sans-serif;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #32384A;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-0.9rem) translateX(0.15rem);
}
.sign3 h2{
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    /* Shades/Ink 1000 */
    color: #32384A;
}
.sign2 .form-floating{
    margin-top: 24px;
}

.phone_ff{
    border: 1px solid #D8DBE3;
    border-radius: 8px;
    width: 226px !important;
    height: 56px !important;
    margin-left: 8px !important;
}
.form-group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-group span{
    background: #FFFFFF;
    border: 1px solid #D8DBE3;
    border-radius: 8px;
    width: 102px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-group span img{
    margin-right: 12px;
}
.form-group span {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #32384A;
}
.already{
    margin-top: 24px;
    display: flex;
}
.already p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #6A7186;
    margin-right: 8px;
}

.already a{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #32384A;
    margin-bottom: 9px;

}

.signup button:disabled{
    background: rgba(185, 150, 110, 0.4);
}

form label {
    font-size: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #9FA3AE;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
    padding: 0;
}
.form-floating>.form-control, .form-floating>.form-select{
    height: 56px;
}
.form-floating input{
    padding: 20px !important;
}




.form-floating {
    position: relative;
}
.main{
    padding: 32px;
}

.signup h1{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #32384A;
}
.signup p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */

    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.signup a{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #32384A;
}

.login input:first-child{
    margin-bottom: 16px;
}
.login .already a{
    margin-bottom: 9px;
}

#container {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* Shades/Ink 700 */
    color: #6A7186;
    display: flex;
    align-items: center;
  }
  
  #countdown {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    overflow: hidden;
  }
#countdown p{
    color: #000;
}

.wrong{
    display: flex;
    background: #FAF1F0;
    border-radius: 12px;
    padding: 18px;
    align-items: center;
    margin-bottom: 24px;
}
.wrong img{
    margin-right: 18PX;
    margin-bottom: 10px;
}

.recovery label{
    margin-bottom: 8px;
}
.recovery input{
    margin-top: 24px;
}
  
.loader_anime {
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #37A164;
    fill: #37A164;
}

.checkmarkk {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
    }
}

@keyframes fill {
    100% {
        box-shadow:  0px 3px 5px 15px #D4E5DF
    }
}


#loading {
    -webkit-animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}
.text_pass{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text_pass h1{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #32384A;
    margin-bottom: 8px;
    margin-top: 16px;
}
.text_pass p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #32384A;
}


.profil .profil_text h1{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #32384A;
}
.profil .profil_text p{

    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 138% */
    display: flex;
    align-items: center;
    /* Shades/Ink 900 */
    color: #444B5F;
    margin-bottom: 32px;
}
.item_profil{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
    width: 540px;
}
.item_profil h1{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #32384A;
}
.item_profil p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #444B5F;
}

.item_profil button{
    background: #32384A;
    border-radius: 8px;
    padding: 16px 32px;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.profil{
    max-width: 540px;
    margin: 56px auto;
   
}
.item_profile {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 44px 32px;
    align-items: center;
}
.item_profile h1{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #32384A;
}
.item_profile button{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #32384A;
    background: #F0F1F5;
    border-radius: 8px;
    padding: 13px 24px;
    border: none;
}

.item_profile p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #444B5F;
}

.modal-header{
    border: none;
}
.modal-body .main{
    margin-top: 0 !important;
    padding-top: 0;
}

.modal-body h1{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #32384A;
    margin-top: 32px;
    margin-bottom: 24px;
}

.modal-dialog{
    background: #FFFFFF;
    border-radius: 12px;
}

.modal-body .recovery input{
    margin-top: 8px;
}

.modal-body .password_rec input{
    margin-bottom: 7px;
}

.modal-body .password_rec .input_three{
    margin-bottom: 16px;
}
.modal-dialog .main{
    background-color: transparent;
    width: auto;
    padding: 10px;
}
.modal-dialog{
    max-width: 400px;
}

.changed h1{
    display: flex;
    justify-content:center;
    margin-top: 10px;
}


.dropdown .btn{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #32384A;
    border: 0;
    outline: 0;
    padding: 8px 8px 8px 16px;
    border-radius: 20px;
    background-color: #fff;
  
}
.dropdown-toggle::after{
    display: none;
}

.dropdown-menu.show{
    transform: translate(-70px, 45px) !important;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.22), 0px 12px 24px rgba(50, 56, 74, 0.1);
    border-radius: 8px;
    border: none;
}
.dropdown-menu {
    --bs-dropdown-min-width: 7rem;
}

.dropdown{
    display: flex;
}

.dropdown .drop{
    margin-right: 8px;
}

.profil_text img{
    margin-right: 12px;
}

.profil_text a{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #32384A;
    margin-bottom: 21px;
    display: inline-block;
}

.form_title {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.form_title h1{
    margin-left: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #32384A;
    margin-top: 10px;
}

.long_form{
    width: 540px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 16px;
}

.long_form .form-floating input{
    width: 476px;
    height: 59px;
}
.long_form .form-floating label{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #7D8499;
}
.long_form .flex_input select{
    width: 230px;
    margin-right: 16px;
    height: 60px;
}

.date_of input{
    width: 230px !important;
}

.flex_input{
    display: flex;
}

.form-floating textarea{
    padding: 20px !important;
    margin-bottom: 16px;
    /*height: 100px !important;*/
    min-height: 100px;
}

.textare  label {
    top: -20px !important;
}

.title_textarea p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #6A7186;
    margin-left: 16px;
}

.contacts h1{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #32384A;
    margin-bottom: 16px;
    margin-top: 32px;
}

.form-floating .date_off{
    margin-right: 16px;
}

.form_P p{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #444B5F;
}
.bg_img_input input{
    background-image: url(../img/prot.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
.contacts_e{
    display: flex;
}
.contacts_e a{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #32384A;
    display: inline-block;
    margin-left: 11px;
}

.button_bank button{
    width: 230px;
    height: 56px;
    background: #FFFFFF;
    /* Shades/Ink 300 */
    border: 1px solid #D8DBE3;
    border-radius: 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #32384A;
}

.button_export button{
    width: 148px;
    height: 56px;
    background: #FFFFFF;
    /* Shades/Ink 300 */
    border: 1px solid #D8DBE3;
    border-radius: 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #32384A;
}
.radio{
    width: 148px;
    height: 56px;
    background: #FFFFFF;
    /* Shades/Ink 300 */
    border: 1px solid #D8DBE3;
    border-radius: 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #32384A;
}

.button_ex{
    margin-bottom: 32px;
}
.form_checkboxx{
    display: flex;
}

.form_checkboxx input{
    margin-right: 13px;
    margin-top: 4px;
}

.long_form .button2{
    width: 476px;
    height: 56px;
    background: #B9966E;
    border-radius: 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    border: none;
}







.radio input:checked~.border_color{
    opacity: 1;
}

.radio input:checked~.checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */

.radio .checkmark:after {
    left: 13px;
    top: 6px;
    width: 14px;
    height: 23px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* .radio input:checked~.checkmark {
    background-color: #E84A38;
    width: 44px;
    height: 44px;
    border-radius: 50px;
} */

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

   
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.border_color {
    position: absolute;
    top: -1px;
    left: -3px;
    border: 2px solid #32384A;
    border-radius: 8px;
    width: 152px;
    height: 55px;
    opacity: 0;
}

.title_ch p{
    margin-top: 15px;
    margin-left: 13px;
}

.title_ch {
    display: flex;
    justify-content: space-between;
}


/* Accordion */

.accordion-button::after{
    background-image: url('../img/Frame.png');
    margin: 0;
    transform: translateX(-192px);
}

.accordion-button:not(.collapsed)::after{
    background-image: url('../img/minus.png');
    margin: 0;
    transform: translateX(-192px);
}
.accordion-body{
    padding-left: 0;
}
.accordion-button:focus{
    box-shadow: none !important;
    border: 0;
    outline: 0;
}
.accordion-button{
    /* background-color: transparent; */
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #32384A;
    margin-left: 11px;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #32384A;
    margin-left: 11px;
}

.tab_append button{
    border: none;
    outline: none;
    background-color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    transform: translateX(-5px);
}

.tab_append button::after {
    background-image: url(../img/Frame.png);
    margin: 0;
    
}

.tab_append button img{
    margin-right: 5px;
}

.contacts{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contacts #remove_btn{
    margin-top: 13px;
}

.item_ch label{
    width: 232px;
}

.item_ch .border_color{
        position: absolute;
        top: -1px;
        left: -2px;
        border: 2px solid #32384A;
        border-radius: 8px;
        width: 234px;
        height: 55px;
        opacity: 0;
}

.item_ch  p {
    margin-top: 15px;
    margin-left: 59px;
}

/* .shareholder-owner-item .contacts img:nth-child(1){
    display: none;
} */
.shareholder-owner-item--one .contacts a{
    display: none;
}
.bank-item--one .contacts a{
    display: none;
}

button:disabled{
    background-color: #b9b9b9!important
}
.long_form .form-floating label{
    height: 60px;
}
.textare label{
    top: 0 !important;
}
.invalid-feedback{
    font-size: 16px;
}
.radio .invalid-feedback{
    margin-left: -35px;
    width: 120%;
    margin-top: 25px;
}
.form_checkboxx {
    flex-wrap: wrap;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    border-color: transparent !important;
    background: #FAF1F0 !important;
}
.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #D8DBE3 !important;
    background-image: none !important;
}
.form-select.is-valid, .was-validated .form-select:valid{
    border-color: #D8DBE3 !important;
    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 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.form-select.is-invalid, .was-validated .form-select:invalid{
    border-color: transparent !important;
    background-color: #FAF1F0 !important;
    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 5 6 6 6-6'/%3e%3c/svg%3e") !important;

}
footer{
    background: white;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
footer span{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #6A7186;
}
footer .right{
    text-align: right;
}
footer a{
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #32384A;
    text-decoration: none;
}
body{
    position: relative;
    padding-bottom: 100px;
    min-height: 100vh;
}
.form-floating>.form-control, .form-floating>.form-select{
    height: 59px;
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown){
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 0.75rem !important;
    padding-right: 2.25rem!important;
}
.custom-textarea-1 textarea{
    min-height: 160px !important;
    padding-top: 70px !important;
}
.form-floating.custom-textarea-1>textarea:focus, .form-floating.custom-textarea-1>textarea:not(:placeholder-shown){
    padding-top: 70px !important;
}

.custom-textarea-1 label{
    height: 120px !important;
}
.radio p{
    margin-left: 0px;
}
.radio{
    padding-left: 0;
    text-align: center;
}
.modal-dialog-centered{
    min-height: unset;

}
.modal-content{
    padding: 20px;
}
.modal-content h1{
    margin-top: 10px;
}
.modal-submit{
    width: 100%;
    padding: 10px;
    background: #B9966E;
    border-radius: 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    border: none;
}
.tab_append{
    margin-top: 25px;
}
.modal-content .item_ch .border_color{
    width: 180px;
}
.form_P{
    text-align: justify;
}
.form_P br{
    display: none;
}
.form_P.form_checkboxx{
    /*flex-wrap: unset;*/
}