.accessibility_mode .div7:focus ,.accessibility_mode .form_link span:focus,.accessibility_mode input[type='radio']:focus + label:focus,.accessibility_mode label:focus,
.accessibility_mode input[type='radio']:focus + label
{
    outline: 2px dashed #000 !important;
    text-decoration: none;
    border: 2px dashed #fff !important;
    outline-offset: 2px !important;
  
}
.h1 {
	    position: absolute;
    width: 1px !important;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.fileds-required {
	margin-bottom: 15px;
}
.custom-select {
    position: relative;
    display: inline-block;
	border-right: 1px solid #727D93;
    padding-right: 6px;
	margin-right: -5px;
}
.line_o {
    position: absolute;
    top: 67px;
    left: 10%;
    width: 80%;
	    border-bottom: 2px solid #8DB0FE;
}

.line_o img {
	display:none;
}
.line_a img {
	    width: 221px;
    height: 10px;
    top: 4px;
    left: -7px;
    position: absolute;
    max-width: 200%;
}
.en .line_a img {
	left: -20px;
}
.tabs .automatic button:nth-child(3) .line_a img {
	left: -10%;
}
.en .tabs .automatic button:nth-child(3) .line_a img {
	left: -2%;
}
input {
    color: #5A667C !important;
    border: 2px solid #727D93;
	    margin-bottom: 0px;
}
input::placeholder {
	 color: #5A667C !important;
}
.select-selected {
    display: inline-flex;
    align-items: center;
    gap: 5px;
        padding: 5px 0px 5px 5px;
	flex-direction: row-reverse;
    border-radius: 5px;
    cursor: pointer;
	    border: 0px;
    background-color: inherit;
}
.select-selected span {
	direction: ltr;
	
    padding: 6px 0px 6px 0px;
	
}

.select-selected img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #C6CAD2;
}

.select-items {
    display: none;
   position: absolute;
    background-color: #fff;
    /* border: 1px solid #ccc; */
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99;
	
	
	
}

.select-items div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    cursor: pointer;
}

.select-items div img {
  width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #C6CAD2;
}

.select-items div:hover {
    background-color: #f1f1f1;
}

.phone-input {
    border: none;
    outline: none;
    font-size: 1rem;
    flex: 1;
}

.div3 img {
    width: 50px;
}

.div3 {
    justify-content: center;
}

.div3 a:nth-child(2) {
    margin: 0px 20px;
}

@media (max-width: 767px) {
    .div3 {
        flex-direction: row;
        margin-bottom: -15px;
    }
	
}

.tabs {
    direction: rtl;
}

.email_code {
    font-size: 16px;
    margin-top: -25px;
    margin-bottom: 30px;
    line-height: 25px;
}

.en .email_code {
    direction: ltr;
}

.email_code a {
    color: #182F7C;
    font-weight: bold;
    direction: ltr;
    text-align: right;
    display: inline-block;
}

.up_text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.en .up_text {
    direction: ltr;
    text-align: left;
}

.password_reset {
    font-size: 16px;
    margin-top: -0px;
    margin-bottom: 30px;
}

.box_links {
    direction: rtl;
    margin-top: 20px;
}

.box_links a,
.box_links {
    font-size: 14px;
}

.form_link {
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-top: 15px;
	line-height: 25px;
}
.form_link a{
	    display: inline-block;
}
.en .form_link {
    text-align: left;
    direction: ltr;
}

.en .form_checkbox {
    direction: ltr;
}

.form_link.center {
    text-align: center;
}

.sign_social_title {
    font-size: 20px !important;
    font-weight: 700;
    color: #000 !important;
    margin: 20px 0px;
}

.box_links div:nth-child(2) a:nth-child(2) {
    margin: 0px 10px;
}

.toggle-btn-group input[type='radio']:checked+label {
    border-radius: 25px;
    border: #182F7C 2px solid;
    color: #182F7C;
}

.toggle-btn-group {
    width: 100%;
    background-color: #DEEDF7;
    border-radius: 25px;
	display: flex;
    direction: ltr;
}
.en .toggle-btn-group {
	direction: ltr;
    flex-direction: row-reverse;
}
.toggle-btn-group label {
    padding: 0px 6px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-btn-group label {
    padding: 6px;
    width: 50px;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #182F7C;
    background-color: #DEEDF7;
    border: #DEEDF7 2px solid;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
}

.toggle-btn-group label {
    width: 33.3%;
	    direction: rtl;
}

.toggle-btn-group label:first-of-type {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.toggle-btn-group label:last-of-type {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.toggle-btn-group label:last-of-type {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.toggle-btn-group input[type='radio']:checked+label {
    background-color: #182F7C;
    border-radius: 25px;
    border: #182F7C 2px solid;
    color: #fff;
}

.checkbox-toggle {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.toggle-btn-group .accessAid {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
}

.form_div2 {
    font-size: 20px !important;
    margin-bottom: 10px;
}

.form_div2.lines {
    display: flex;
    justify-content: space-between;
}

.form_div2 .line {
    margin: 0px;
    background-color: #727D93;
    width: 32%;
    height: 2px;
}

.form_div2.lines-big .line {
    width: 26%;
}

[role="tab"] span.focus {
    display: inline-block;
    margin: 2px;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 24px;
}

[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
    top: 5px;
}

[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
    color: #4c5971 !important;
}

[role="tab"] span {
    font-weight: bold !important;
}

[role="tab"]:focus,
.active {
    color: #447efd !important;
    font-weight: 700 !important;
}

[role="tab"].active span {
    font-weight: 700 !important;
}

.line {
    text-align: center;
    margin: 100px 0px;
}

.captcha-container-signup {
    margin: 0px;
}

.form_div1 {
    font-size: 16px;
    text-align: right;
    margin-bottom: 20px;
}

.en .form_div1 {
    text-align: left;
    direction: ltr;
}

.password_reset_text {
    margin-top: 0px;
    margin-bottom: 30px;
}

.password_reset2 .password_reset_text {
    text-align: center;
}

.password_reset_image {
    text-align: center;
    margin-bottom: 20px;
}

.box_div password_reset2.ok .password_reset_image {
    margin-bottom: 10px;
}

.password_reset .form_link {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 15px;
}

.password_reset2 input {
    border-radius: 0px !important;
    background-color: #fff !important;
    padding: 5px 15px !important;
}

.btn-change {
    position: relative;
}

.password_reset2 .btn-change {}

.password_reset2 .btn-change input {
    background-color: #0A3F76 !important;
    border: 2px solid #0A3F76 !important;
    background-image: url(play.png);
    padding: 5px 15px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.password_reset2 .form_div2 h2 {
    margin: 0px;
}

.password_reset2.ok {
    padding: 110px 20px;
}

.password_reset2.ok .password_reset_text {
    margin: 0px;
}

.form_link a,
.form_link a:hover {
    color: #0A3F76;
}

.change_lan {
    top: 12px;
    left: 3px;
}
input[type=submit]:disabled {
	background-color: #C6CAD2!important;
    color: #4F5654!important;
    border: none!important;
    font-size: 20px;
}
input[type=submit]:hover {
    background-color: #FF9270 !important;
    color: #182F7C !important;
    border: 2px solid #FF9270 !important;
}
input[type=submit]:disabled:hover{
	background-color: #C6CAD2!important;
    color: #4F5654!important;
    border: none!important;
    font-size: 20px;
	cursor: initial;
}
.en {
    direction: ltr;
}

.en .div4 span {
    margin-right: 0px;
}

.en .change_lan {

    left: auto;
    right: 3px;
}

.en [role="tablist"] {
    flex-direction: row-reverse;
}

.en .line_a img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.en .div3 {
    justify-content: center;
    flex-direction: row-reverse;
	direction: rtl;
}

.en .toggle-btn-group {}

.en .row-filter {
    direction: ltr;
}

.en .toggle-btn-group label:first-of-type {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.en .toggle-btn-group label {
    float: right;
}

.en .div4 {
    direction: ltr;
}

.div4 img {
    margin-left: 0px;
    margin-right: 5px;
}

.en .box_links {
    direction: ltr;
}

.en input {
    direction: ltr;
}
.phone-input-container {
    display: flex;
    align-items: center;
    border: 2px solid #727D93;
    border-radius: 35px;
    padding: 5px 10px;
    width: fit-content;
    gap: 10px;
	    flex-direction: row-reverse;
		    justify-content: center;
    align-items: center;
    margin: auto;
	    width: 100%;
}
.en .phone-input-container {
	    direction: rtl;
}
.phone-input {
   border: 0px!important;
       padding: 10px 10px 10px 0px !important;
    margin: 0px!important;
	margin: auto !important;
    direction: ltr;
	text-align:right;
    padding-right: 10px !important;
}
.en .phone-input {
	text-align:left;
}
.form_text img {
    width: 35px;
    height: 35px;
	margin-left:10px;
}
.en [role="tablist"] {
    /* flex-direction: row-reverse; */
    direction: rtl;
}
.en .form_text img {
    
	margin-left:0px;
	margin-right:10px;
}
.select-items {
   
       scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
    background-color: #fff;
    border-radius: 10px;
    scroll-behavior: smooth;
    width: 200px;
    left: -3px;
    direction: ltr;
    top: 36px;
	
	
	
	
	   scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
    background-color: #fff;
    border-radius: 20px;
    scroll-behavior: smooth;
    width: 314px;
    left: -9px;
    direction: ltr;
    top: 50px;
    padding: 13px 20px;
    box-shadow: 1px 0px 5.5px 3px rgba(0, 0, 0, 0.09);
}
.form_text  {
    display: flex;
    margin-bottom: 25px;
}
.div5 {
    text-align: center;
    margin-bottom: 12px;
}
body::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}









.select-items {
 
  overflow-y: scroll; /* Enable vertical scrolling */
  overflow-x: hidden; /* Hide horizontal scrollbar if not needed */
}

/* Custom scrollbar styles */
.select-items::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}

.select-items::-webkit-scrollbar-thumb {
  background: #C7CBD4; /* Gradient for the scrollbar thumb */
  border-radius: 50px; /* Rounded corners for the thumb */
}

.select-items::-webkit-scrollbar-track {
  background: #C7CBD4; /* Light gray track color */
  border-radius: 10px; /* Rounded corners for the track */
}

/* For Firefox */
.select-items {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #8A93A2 #C7CBD4; /* Thumb and track colors */
}

.line_div {
    position: relative;
    top: -2px;
}

.div7 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 24px;
}
.div7_form input{
	margin-bottom: 15px;
}
.div7_form .phone-input-container {
	margin-bottom: 15px;
}
.div7_form  .checkbox input {
width: 20px !important;
    margin: 0px;
    height: 16px;
    margin-bottom: 0px !important;
    position: relative;
    /* top: 6px; */
    margin-left: 5px;
}
.en .div7_form  .checkbox input {
    margin-left: 5px;
	margin-right: 5px;
}
.div7_form_text span {
	margin-left: 5px;
    line-height: 24px;
	display: inline-block;
}
.div7_form_text a {
	font-weight: bold;
}
.div7_form_text {
	margin-top: 15px;
	margin-bottom: 50px;
	line-height: 24px;
}
.div8{
    line-height: 24px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 50px;
    
}

.popup-to-close {
    position: absolute;
    width: 1px !important;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.div8 div:nth-child(1){
	font-weight: bold;
	margin-bottom: 20px;
}
.div8 div:nth-child(3){
	font-weight: bold;
	
}
.div8 a {
	font-weight: bold;
}
.div8 span{
	margin-left: 5px;
	display: inline-block;
}
.div8 .number{
	direction: ltr;
}
.div10{
    line-height: 24px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 50px;
    
}
.div10 div div:has(> div:nth-of-type(2)):not(:has(> div:nth-of-type(3))) div:nth-child(1){
	font-weight: bold;
}
.div10 > div > div{
	margin-bottom: 20px;
}
.div10_bts {
	margin-bottom: 50px;
}
.div10_bts button,.div10_bts div {
	
    margin: 0px;
   color:#182F7C;
    border-radius: 50px;
    border: 2px solid #182F7C;
    background: #fff;
    width: 100%;
    text-align: right;
    height: 55px;
    padding: 0px 25px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
	background: url('arrow.png');
	background-repeat: no-repeat;
    background-position: 20px 20px;
	margin-bottom: 15px;
}
.en .div10_bts button {
	text-align: left;
	background-position: calc(100% - 20px) 20px!important;
	background: url('arrow_en.png');
	background-repeat: no-repeat;
}
.div10_bts .edit .icons {
	position: absolute;
    top: 2px;
    left: 20px;
	    direction: rtl;
}
.div10_bts div {
	line-height: 55px;
}
.en .div10_bts div {
	text-align: left;
}
.div10_bts .edit {
	background: url();
	position: relative;
	color:#5A667C;
	font-weight:400;
	    direction: ltr;
}
.en .div10_bts .edit {
	background: url();
}
.en .div10_bts .edit .icons {
   
    left: auto;
    direction: ltr;
    right: 20px;
}
.div10_bts .edit .icons a{
	margin-right: 5px;
}

.en .div10_bts .edit .icons a{
	margin-right: 0px;
	margin-left: 5px;
}
.popup .accordion-body strong {
	    direction: ltr;
    display: inline-block;
}
.div10_bts button:last-child {
	border: 2px solid #C00000;
	background: url('arrow2.png');
	background-repeat: no-repeat;
    background-position: 20px 17px;
	margin-bottom: 0px;
	color: #C00000;
}







.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d1f45;
    z-index: 9998;
        opacity: 0.85;
    transition: opacity 0.3s ease-in-out;
}


.popup {
    overflow-y: auto;
}
.popup {
    display: block;
    position: fixed;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.popup .popup-close {
    left: 15px;
    top: 15px;   
    position: absolute;   
}
.en .popup .popup-close {
	left: auto;
    right: 15px;
}
.popup .popup-bg {
    background-color: #f1f6fb;
    width: auto;
    padding: 50px 50px 50px 50px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -0%);
    border-radius: 15px;
}
.popup-content {
    margin: 0px auto;
    padding: 0px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.popup .panel-main {
	    background-color: #fff;
	    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    box-shadow:  0 -1px 3px 0 hsl(220 3% 15% / calc(1% + 2%)), 0 1px 2px -5px hsl(220 3% 15% / calc(1% + 2%)), 0 2px 5px -5px hsl(220 3% 15% / calc(1% + 4%)), 0 4px 12px -5px hsl(220 3% 15% / calc(1% + 5%)), 0 12px 15px -5px hsl(220 3% 15% / calc(1% + 7%));
    border-radius: 30px;
}
.popup .popup-bg {
    width: 470px;
}
.popup .panel {
    padding-bottom: 0px;
    position: relative;
    background-color: transparent;
    padding: 0px;
}
.popup {
	font-family: "Open Sans Hebrew";
	    direction: rtl;
}
.en .popup {
	direction: ltr;
}
.popup .popup-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
	color: #0D1F45;

}


.accordion-body1 {
	display:none;
}
.popup .panel-main .feed-item {	
	border-bottom: 2px solid #727D93;
	width: calc(100% - 0px);
}
.popup .panel-main .feed-item:last-child {	
	border-bottom: 0px solid #727D93;
	width: calc(100% - 0px);
}
.popup .panel-main1 .feed-item:last-child {
	border-bottom: 0px solid #727D93;
	padding: 15px 20px 20px 0px;
}
.popup .accordion-header {
	 padding: 5px 20px 5px 20px;
	display: flex;
    direction: rtl;
    width: calc(100% - 0px);
    
    
    justify-content: space-between;
    align-items: center;
}
.en .popup .accordion-header {
	direction: ltr;
}
.popup .active .accordion-header {
	background-color: #182F7C;

}
.popup .feed-item:first-child.active .accordion-header {
	border-radius: 30px 30px 0px 0px;
}
.popup .accordion-header .accordion-text button {
    background-color: transparent;
    border: 0px;
    color: #182F7C;
	
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    display: flex;
    align-items: center;
}
.popup .off .accordion-text button {
   
    color: #727D93;
	
}
.popup .active .accordion-header .accordion-text button {
	color: #fff;
}
.popup .active .accordion-header .accordion-text .accordion-text-title {
	color: #fff;
	display: flex

}
.popup .active .accordion-header .accordion-text .accordion-text-title span{
	color: #fff;
}
.popup .accordion-header .accordion-text .accordion-text-title{
	color: #182F7C;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.popup .accordion-header .accordion-text button span{
    font-size: 30px;
    display: inline-block;
    margin-left: 8px;
}
.popup .accordion-header .accordion-text .accordion-text-title span {
    font-size: 30px;
    display: inline-block;
    margin-left: 8px;
	color: #182F7C;    
    font-weight: bold;   
}

.en .popup .accordion-header .accordion-text .accordion-text-title span {
	margin-left: 0px;
	margin-right: 8px;
}


.en .popup .accordion-header .accordion-text button span{
    margin-left: 0px;
	margin-right: 8px;
}
.popup .accordion-header .accordion-text button span img{
	position: relative;
    top: -6px;
}
.popup .accordion-header .accordion-icon {


}

.popup .accordion-header .accordion-icon button {
	background-color: transparent;
	 border: 0px;
	  padding: 0px;
	  	color: #182F7C;
		font-size: 16px;
  
font-weight: 400;
}

.popup .accordion-header .accordion-icon img{
	margin-left: 5px;
}
.en .popup .accordion-header .accordion-icon img{
	margin-left: 0px;
	margin-right: 5px;
}
.popup .panel-main .accordion-header:hover {
	    cursor: pointer;
}
.popup .accordion-body {
color: #000;
text-align: right;
padding: 20px 20px 20px 20px;

font-size: 16px;
line-height: 22px;
font-weight: 400;


}
.popup .accordion-body a {
	color: #182F7C;
}
.popup .accordion-body strong {
	color: #182F7C;
}
.en .popup .accordion-body {
	text-align: left;
}
.popup .popup_buttons {
	display: flex;
    margin-top: 40px;
	justify-content: end;
}

.popup .popup_buttons button {
	padding: 11px 24px 11px 48px;
    border-radius: 50px;
    border: 2px solid #182F7C;
    background-color: #182F7C;
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    background-image: url(arrow_white.png);
    background-repeat: no-repeat;
    background-position: 20px 18px;	
}
.en .popup .popup_buttons button{
	padding: 11px 48px 11px 28px;
	background-position: calc(100% - 20px) 17px;
	background-image: url(arrow_white_en.png);
}
.popup .popup_buttons:has(> button:nth-of-type(2)):not(:has(> button:nth-of-type(3))) button:nth-child(1){
  background-color: #fff;
  color: #182F7C;
  background-image: url('arrow_white2.png');
    background-position: calc(100% - 20px) 17px;
  padding: 11px 48px 11px 24px;
  
}
.popup .popup_buttons:has(> button:nth-of-type(2)):not(:has(> button:nth-of-type(3))) {
justify-content: space-between;
 
  
}
.en .popup .popup_buttons:has(> button:nth-of-type(2)):not(:has(> button:nth-of-type(3))) button:nth-child(1){
	 background-image: url('arrow_white2_en.png');
}


.en .popup .popup_buttons:has(> button:nth-of-type(2)):not(:has(> button:nth-of-type(3))) button:nth-child(1){
  background-position: 20px 17px;
  padding: 11px 24px 11px 48px;
	margin-left: 0px;
	margin-right: 5px;
}
.popup .input-container {
	direction: rtl;
	margin: 20px 0px;
}

.popup .accordion-body .input-container  input {
   
    margin-bottom: 0px !important;
}
.popup .feed-item:last-child .popup_buttons {
	justify-content: center;
}
.popup .delete-tab {
	background-color: #FFDACF;
    padding: 15px;
    display: flex;
    flex-direction: row;
    color: #000;
    align-items: center;
    justify-content: center;
	 margin-top: 20px;
}
.popup .delete-tab .delete-tab-icon{
	    width: 40px;
}
.popup .delete-tab .delete-tab-text {
	width: calc(100% - 40px);
}
.popup.delete .popup_buttons button {
    padding: 11px 28px 11px 48px;
    border-radius: 50px;
   
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    background-image: url(arrow_white.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
}
.popup.delete .popup_buttons button:nth-child(2) {
	border: 2px solid #C00000 !important;
    background-color: #C00000 !important;
    color: #fff !important;
   text-align: center;
		background-position: calc(50% - 29px) 17px !important;
        padding: 11px 15px 11px 38px !important;
        width: 132px;
        margin: 0px !important;
		    background-image: url(rectangle-white.png) !important;
}
.en .popup.delete .popup_buttons button:nth-child(2) {
	background-position: calc(100% - 29px) 17px !important;
	padding: 11px 38px 11px 15px !important;
}
.popup.delete .popup_buttons button:nth-child(1) {
	background-color: #fff!important;
	color: #182F7C!important;  
    background-image: url(x.png)!important;	
	background-position: calc(50% - 29px) 17px !important;
	padding: 11px 15px 11px 24px !important;
	width: 132px;
	margin: 0px !important;
	text-align: center;
	font-size: 18px;
    
}
.en .popup.delete .popup_buttons button:nth-child(1) {
    background-position: calc(100% - 29px) 17px !important;
	padding: 11px 24px 11px 15px !important;
}
.popup.delete .feed-item:nth-child(2) .popup_buttons button:nth-child(1) {
    width: 105px;
    background-position: calc(50% - 24px) 18px !important;
    padding: 11px 15px 11px 32px !important;
}
.en .popup.delete .feed-item:nth-child(2) .popup_buttons button:nth-child(1) {
	 background-position: calc(100% - 20px) 18px !important;
    padding: 11px 32px 11px 15px !important;
}
.popup.delete .feed-item:nth-child(2) .popup_buttons button:nth-child(2) {
    width: 205px;
    background-position: 10px 17px !important;
    padding: 11px 15px 11px 35px !important;
}
.en .popup.delete .feed-item:nth-child(2) .popup_buttons button:nth-child(2) {
	background-position: calc(100% - 10px) 17px !important;
    padding: 11px 35px 11px 15px !important;
}
.popup.delete .feed-item:nth-child(3) .popup_buttons button:nth-child(1) {
    width: auto;
    background-position: 13px 18px !important;
    padding: 11px 15px 11px 32px !important;
}
.en .popup.delete .feed-item:nth-child(3) .popup_buttons button:nth-child(1){
	background-position: calc(100% - 13px) 18px !important;
    padding: 11px 32px 11px 15px !important;
}
.popup.delete .feed-item:nth-child(3) .popup_buttons button:nth-child(2) {
    width: auto;
    background-position: 10px 17px !important;
    padding: 11px 15px 11px 35px !important;
	font-size: 18px;
}
.en .popup.delete .feed-item:nth-child(3) .popup_buttons button:nth-child(2) {
    
    background-position: calc(100% - 10px) 17px !important;
    padding: 11px 35px 11px 15px !important;

}
.popup.popup-success .icon{
	    margin-bottom: 20px;
}
.popup.popup-success .icon img{
	    width: 60px;
}
.popup.popup-success .popup_buttons button:nth-child(1) {
	border: 2px solid #182F7C !important;
    background-color: #182F7C !important;
    color: #fff !important;
    padding: 11px 18px 11px 48px !important;
    background-image: url(arrow_white.png) !important;
    margin: 0px !important;
    background-position: 20px 17px !important;
}
.en .popup.popup-success .popup_buttons button:nth-child(1) {
	padding: 11px 48px 11px 18px !important;
       background-image: url(arrow_white_en.png)!important;
    background-position: calc(100% - 20px) 17px !important;
}
.en .popup.popup-success .popup_buttons button.close {
    background-image: url(x_white.png) !important;
}

.popup.popup-success .popup_buttons button.close {
	background-image: url(x_white.png) !important;
}
.popup.popup-success .popup_buttons button:nth-child(2) {
	background-color: #fff!important;
	color: #182F7C!important;
	padding: 11px 20px 11px 40px;
	margin:0px!important;
    background-position: 15px 17px;
    background-image: url(x.png)!important;
    
}
.en .popup.popup-success .popup_buttons button:nth-child(2) {
	padding: 11px 40px 11px 20px;
	background-position: calc(100% - 15px) 17px;
}
.popup.delete .popup_buttons {
    display: flex;
    margin-top: 40px;
    justify-content: space-between!important;
    flex-direction: row;
}
.popup.popup-success .popup_buttons {
    display: flex;
    margin-top: 40px;
    justify-content: space-between!important;
    flex-direction: row-reverse;
}
.popup-success .popup-bg {
    background-color: #fff;
}
.popup.popup-success .popup-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.popup.popup-success .popup_buttons:has(> button:nth-of-type(1)):not(:has(> button:nth-of-type(2))) {
	    justify-content: center !important;
}
.popup.popup-success .popup-bg {
	
	max-width: 400px;
}
.toggle-btn-group span{
	margin-left: 5px;
}
@media (max-width: 767px) {
	
	.en .line_a img {
		left: 0px;
	}
	.en .tabs .automatic button:nth-child(3) .line_a img {
		left: 0%;
	}
	
    .toggle-btn-group span{
	 display: block;
}
.toggle-btn-group label {
   
    display: block;
}
	.line_o {
    position: absolute;
    top: 54px;
    left: 0%;
    width: 100%;
	}
	.line_a img {
    width: 100%;
    height: 10px;
    top: 0px;
    left: 1px;
    position: relative;
    max-width: 200%;
	}
	.tabs .automatic button:nth-child(3) .line_a img {
    left: -0%;
	}
	.popup .popup-bg {
		width: calc(100% - 20px);		
		padding: 50px 20px 50px 20px;   
		top: 10%;
		
		max-width: 470px;		
	}
	.popup .popup_buttons {

		justify-content: space-between;
	}
	.div8 div:nth-child(1) {
		font-weight: bold;
		margin-bottom: 10px;
	}
	.div7_form_text span {
		margin-left: 0px;
		display: block;
	}
	.div8 span{
		margin-left: 0px;
		display: block;
	}
	.div8 {
		line-height: 24px;
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.div7_form_text {
		text-align: center;
		margin-bottom: 30px;
	}
	[role="tab"] span.focus {
        top: 7px;
        font-size: 18px;
    }

    .box_links div a {
        margin: 0px 0px;
    }

    .box_links div:nth-child(1) {
        margin: 0px 0px 10px 0px;
    }

    .box_links div:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .box_links div:nth-child(2) a:nth-child(2) {
        margin: 10px 0px;
    }

    .div4 {
        margin-bottom: 33px;
    }

    .form_link {
        text-align: center;
    }

    input[type=submit] {
        font-size: 24px;
    }

    .password_reset2 {
        padding: 30px 30px;
    }

    .change_lan {
        top: 4px;
        left: 25px;
        position: absolute;
    }

    .form_div2 .line {
        width: 26%;
    }

    .line_div {
        position: relative;
        top: 4px;
    }

    .main_login {
        width: 100%;
        margin: 0px auto !important;
    }

    .change_lan {
        position: absolute;
        padding: 0px;
        left: 20px;
        top: 41px;
    }

    .logo_link {
        padding: 0px;
        width: 260px;
    }

    #logo_svg {
        width: 100%;
    }

    .div_logo {
        text-align: center;
        margin-bottom: 25px;
        position: relative;
        padding: 30px 0px 0px 0px;
    }

    .form_div2.lines-big .line {
        width: 22%;
    }
}

@media (max-width: 440px) {
	
	
	.popup.delete .popup_buttons button:nth-child(1) {
		background-position: 15% 20px !important;
		width: 265px;
		margin: auto !important;
		margin-bottom: 15px!important;
		 text-align: center;
	}
	.popup.delete .popup_buttons button:nth-child(2) {
		background-position: 15% 20px !important;
		width: 265px;
		margin: auto !important;
		margin-bottom: 15px!important;
		text-align: center;
	}
	
	.popup.add .popup_buttons button:nth-child(1) {
		background-position: calc(100% - 11px) 17px!important;
		padding: 11px 34px 11px 13px!important;
	}
	.popup.add .popup_buttons button:nth-child(2) {
		background-position: 11px 18px!important;
		padding: 11px 13px 11px 34px!important;
	}
	
	.popup.change .popup_buttons button:nth-child(1) {
		background-position: calc(100% - 11px) 17px!important;
		padding: 11px 34px 11px 13px!important;
	}
	.popup.change .popup_buttons button:nth-child(2) {
		background-position: 11px 18px!important;
		padding: 11px 13px 11px 34px!important;
	}
	
	.popup.delete .feed-item:nth-child(1) .popup_buttons {
        flex-direction: row;
		justify-content: space-between !important;
    }
	
	.popup.delete .feed-item:nth-child(1) .popup_buttons button:nth-child(1) {		
		background-position: calc(50% - 29px) 17px !important;
        padding: 11px 15px 11px 24px !important;
        width: 132px;
        margin: 0px !important;
        text-align: center;
        font-size: 18px;
	}
	.en .popup.delete .feed-item:nth-child(1) .popup_buttons button:nth-child(1) {
		background-position: calc(100% - 29px) 17px !important;
		padding: 11px 24px 11px 15px !important;
	}
	.popup.delete .feed-item:nth-child(1) .popup_buttons button:nth-child(2) {
		
		text-align: center;
		background-position: calc(50% - 29px) 17px !important;
        padding: 11px 15px 11px 38px !important;
        width: 132px;
        margin: 0px !important;
       
        font-size: 18px;
	}
	
	.en .popup.delete .feed-item:nth-child(1) .popup_buttons button:nth-child(2) {
		background-position: calc(100% - 29px) 17px !important;
		padding: 11px 38px 11px 15px !important;
	}
	
	/*
	.popup.delete .feed-item:nth-child(2) .popup_buttons {
		flex-direction: column;
	}
	*/
	.popup.delete .feed-item:nth-child(2) .popup_buttons button:nth-child(1) {
		        width: auto;
        background-position: calc(54% - 23px) 16px !important;
        padding: 11px 11px 11px 30px !important;
        font-size: 16px;
        margin: 0px !important;
	}
	.popup.delete .feed-item:nth-child(2) .popup_buttons button:nth-child(2) {
		        width: auto;
        background-position: 5px 14px !important;
        padding: 11px 8px 11px 26px !important;
        font-size: 16px;
        margin: 0px !important;
	}
	
	.popup.delete .feed-item:nth-child(3) .popup_buttons button:nth-child(1) {
	width: auto;
        background-position: 11px 17px !important;
        padding: 11px 14px 11px 33px !important;
        font-size: 16px;
        margin: 0px !important;
	}
	.popup.delete .feed-item:nth-child(3) .popup_buttons button:nth-child(2) {
		        width: auto;
        background-position: 5px 14px !important;
        padding: 11px 11px 11px 28px !important;
        font-size: 16px;
        margin: 0px !important;
	}
	
	.en .popup.delete .feed-item:nth-child(2) .popup_buttons button:nth-child(1) {
		background-position: calc(100% - 20px) 18px !important;
		padding: 11px 42px 11px 15px !important;
	}
	
}