.pb90 {
    padding-bottom: 90px;
}

.auth_img {
    width: 52%;
    max-width: 624px;
}

.auth_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.form_side {
    align-self: center;
    width: calc(48% - 80px);
}

.auth_block {
    display: flex;
    justify-content: space-between;
}
.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.breadcrumbs li {
    color: #787A8C;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs li a {
    color: #787A8C;
    font-weight: 400;
}

.breadcrumbs li:not(:last-child):after {
    content: "/";
    padding: 0 22px;
    font-weight: 400;
}

.input_label {
    color: #001E52;
    font-weight: 600;
    margin-bottom: 13px;
}

.login-input {
    border: 1px solid #D4D7DE;
    border-radius: 38px;
    background: #fff;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 56px;
    font-size: 15px;
    color: #151515;
  margin-bottom: 25px;
}

.login-input input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 22px;
}

.login-input::placeholder {
    color: #787A8C;
}

.show_pass {
    position: absolute;
    top: 50%;
    height: auto;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}

.show_pass:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #001E52;
    transform: rotate(45deg) translateY(-50%);
    top: 42%;
    left: 0;
    display: block;
}
.show_pass.show:before {
    display: none;
}
.form_bottom {
    margin-top: 30px;
    text-align: center;
    color: #787A8C;
    font-size: 15px;
}

.form_bottom a {
    font-weight: 600;
    color: #787A8C;
}
.bt {
    border-radius: 38px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border: 1px solid;
    padding: 18px 25px;
}

.bt.blue_bt {
    background: #001E52;
    border-color: #001E52;
    color: #fff;
}

.blue_bt.login-btn {
    width: 100%;
}
.sign_in {
    background-image: url(/storage/app/media/lines.png);
    background-size: cover;
}
.title.mb35 {
    margin-bottom: 70px;
}
.bt.tr_bt {
    color: #787A8C;
    border-color: #787A8C;
    background: transparent;
}

.submit_flex {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 35px;
}

.submit_flex .bt {
    min-width: 208px;
}
.profile_btn.bt {
    color: #787A8C;
    font-weight: 400;
    padding: 20px;
    border-color: #D4D7DE;
}

.profile_page {
    display: grid;
    grid-template-columns: 288px 1fr;
    gap: 24px;
}

.profile_btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bor_box {
    border: 1px solid #D4D7DE;
    border-radius: 10px;
}

.bor_box.profile_tab {
    padding: 55px 80px;
}
.profile_btn.bt.active {
    color: #001e52;
    border-color: #001e52;
}

.profile_tab {
    display: none;
}
.centered {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.title.centered:after {
    margin-right: auto;
    margin-left: auto;
}

.title.centered {
}

.bor_box.request_box {
    padding: 45px 70px;
}

.login-input select {
  width: 100%;
  background: transparent;
  border: none;
  color: #787a8c;
  font-size: 15px;
  padding: 10px 25px; }

.textarea-wrap textarea {
  width: 100%;
  background: transparent;
  border: none;
  color: #151515;
  font-size: 15px;
  padding: 25px;
  height: 146px; }

.textarea-wrap {
  border: 1px solid #d4d7de;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 25px;
  }

.request_box .bt {
  margin: 45px auto 0;
  display: table;
  font-size: 24px;
  width: 392px;
  max-width: 100%; }

.media_field {
    border: 1px dashed #D4D7DE;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px;
    border-radius: 10px;
    position: relative;
    color: #787A8C;
    font-size: 15px;
    gap: 20px;
    transition: .5s;
}

.media_field input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.alert{background:#001e52;color:#fff;font-size:18px;text-align:center;border-color:#001e52;position:fixed;top:50%;left:50%;max-width:95%;width:500px;padding:40px;transform:translate(-50%,-50%);z-index:1;}
.alert>.close{position:absolute;opacity:1;text-shadow:none;top:10px;right:20px}
.alert>button {
    background: transparent;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    border: none;
}
.input_error {
    margin-bottom: 20px;
    font-size: 14px;
    color: #c90101;
}
.account_page {
    display: grid;
    grid-template-columns: 392px 1fr;
    gap: 50px 128px;
        align-items: flex-start;
}

.request_section.request_section1 {
    grid-area: 1 / 1 / 4 / 2;
}
.request_search {
    border: 1px solid #D4D7DE;
    border-radius: 38px;
    display: flex;
    height: 56px;
    overflow: hidden;
}

.request_search button {
    min-width: 50px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request_search input {
    width: 100%;
    font-size: 15px;
    color: #151515;
}
.request_item {
    border: 1px solid #D4D7DE;
    border-radius: 10px;
    padding: 20px;
}

.request_item__name {
    color: #001E52;
    font-size: 15px;
    font-weight: 600;
}

.request_item__date {
    margin-top: 20px;
    color: #787A8C;
    font-size: 15px;
}

.requests_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.see_all {
    font-size: 15px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    color: #787A8C;
}

.request_item .see_all {
    margin-top: 20px;
    display: block;
}

.request_section2 .requests_list {
    gap: 20px;
}
.lins_row {
    display: flex;
    gap: 0px 55px;
}
.request_box .responsiv-uploader-fileupload.style-file-single {
    background: transparent;
    border: none;
    padding: 0;
}

.request_box .responsiv-uploader-fileupload.style-file-single .upload-button {
    position: unset;
    margin: 0;
    height: auto;
    background: transparent;
}
.user_btn {
    color: #787A8C;
    display: flex;
    align-items: center;
    gap: 10px;
        cursor: pointer;
}

.user_btn_wrapper {
    position: relative;
}

.user_menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 208px;
    background: #fff;
    box-shadow: 0px 8px 12px 0px #0000001A;
    border-radius: 10px;
    display: none;
    padding: 20px 25px;
}
.user_menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #787A8C;
}

.user_menu a:not(:last-child) {
    margin-bottom: 12px;
}

.user_menu a:last-child {
    padding-top: 10px;
    border-top: 1px solid #D4D7DE;
    text-align: center;
    width: 100%;
    display: block;
}

.request_item__name * {
    display: inline;
}
.account_page_right {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.bt.block_bt{display:table;margin-top:25px;}
@media (max-width:1200px){
	.account_page {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.bor_box.profile_tab {
    padding: 40px;
}
}
@media (max-width:992px){
	.auth_block {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.form_side {
    width: 100%;
}

.auth_img {
    width: 450px;
    max-width: 100%;
}
.profile_page {
    display: flex;
    flex-wrap: wrap;
}

.profile_btns {
    flex-direction: row;
}

.profile_tabs {
    width: 100%;
}

.bt {
    font-size: 16px;
    padding: 14px 25px;
}

.profile_btn.bt {
    padding: 15px 25px;
}
}
@media (max-width:480px){
	
.user_btn_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    height: 40px;
    padding: 5px 15px;
    justify-content: space-between;
    box-shadow: 0px 0px 5px #0000001A;
}


.user_btn span + svg {
    transform: rotate(180deg);
}

.user_menu {
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px -5px 5px #0000001A;
        border-bottom: 1px solid #D4D7DE;
}
.user_btn {
    height: 100%;
}
.breadcrumbs li:not(:last-child):after {
    padding: 0 10px;
}

.breadcrumbs li {
    font-size: 14px;
}

.breadcrumbs {
    margin-bottom: 40px;
}

.bor_box.request_box {
    padding: 40px 20px;
}

.title.mb35 {
    margin-bottom: 35px;
}

.login-input select {
    padding: 10px 15px;
}

.login-input {
    height: 50px;
}

.textarea-wrap textarea {
    padding: 15px;
}

.media_field {
    padding: 15px;
    text-align: center;
}

.request_box .bt {
    margin: 30px 0 0;
    font-size: 18px;
}
.pb90 {
    padding-bottom: 70px;
}

.account_page {
    grid-template-columns: 1fr;
}

.requests_list:last-child {
    margin-bottom: 0;
}

.request_section2 .requests_list {
    gap: 10px;
}

.requests_list {
    gap: 10px;
}
.profile_btns {
    flex-wrap: wrap;
    gap: 10px;
}

.profile_btn.bt {
    width: 100%;
}

.submit_flex {
    flex-wrap: wrap;
    gap: 15px;
}

.submit_flex .bt {
    width: 100%;
}

.bor_box.profile_tab {
    padding: 40px 20px;
}
.user_btn {
    font-weight: 600;
    justify-content: center;
    color: #151515;
}
.request_section.request_section1 {
    grid-area: auto;
}
.request_section.request_section1 {
    order: 1;
}

.request_section.request_section2 {
    order: 2;
}
	.account_page_right {
    order: -1;
    gap: 30px;
}
}
