hadith_ui/assets/hadith/scss/components/_modal-search.scss
2025-02-11 13:47:22 +03:30

487 lines
11 KiB
SCSS

.user-modal {
width: 720px;
height: 528px;
top: 50%;
left: 50%;
bottom: unset;
right: unset;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
.popUp-tab {
&__header {
position: absolute;
z-index: 10;
right: 0;
top: 0;
width: 160px;
height: calc(100% - 65px);
background: white;
border-left: 1px solid #f1f1f1;
padding: 20px 0;
&-title {
font-size: 16px;
color: #444444;
margin-bottom: 32px;
padding-right: 23px;
padding-left: 23px;
}
}
&__menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column !important ;
.nav-tabs {
border: unset;
display: flex;
flex-direction: column !important ;
}
a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column !important ;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 23px;
border-radius: 0;
width: 100%;
border: unset;
margin: 0;
font-size: 14px;
color: #444444;
padding-top: 6px;
padding-bottom: 6px;
margin-bottom: 5px;
padding-left: 23px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
&.active {
background-color: #e8fcff;
}
&:hover {
background-color: #e8fcff;
}
}
}
&__content {
padding-top: 0px !important ;
height: calc(100% - 75px);
.tab-pane {
padding-right: 205px;
}
}
&__buttons {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 11;
padding-left: 24px;
padding-right: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid #f1f1f1;
background: white;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
height: 65px;
}
}
.my-profile {
padding-left: 48px;
padding-bottom: 80px;
height: 100%;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
&__pic {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 45px;
padding-bottom: 45px;
border-bottom: 1px solid #f1f1f1;
position: relative;
.aks-file-upload-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.aks-file-upload-preview {
height: unset !important;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.aks-file-upload-image img {
width: 72px;
height: 72px !important;
border-radius: 50%;
}
.aks-file-upload-p-header {
display: none;
}
label {
margin: 0;
}
.aks-file-upload-label {
background: #f7fafe;
border-radius: 50%;
width: 72px;
height: 72px;
border: 2px solid #f1f1f1;
position: relative;
color: rgba(0, 0, 0, 0);
}
.aks-file-upload-label::before {
content: "+";
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
color: #bac4ce;
font-weight: bold;
font-size: 18px;
}
}
&__form {
padding-top: 10px;
overflow: unset !important;
}
&__container {
height: 100%;
}
.form-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
border: unset;
margin-right: 0;
margin-left: 0;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
&:not(:last-child) {
margin-bottom: 16px;
}
}
label {
width: 130px;
font-size: 14px;
color: #444444;
}
input {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
background: white;
border: 1px solid #f1f1f1;
border-radius: 10px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 25px;
padding-left: 25px;
color: #444444;
// &::-webkit-input-placeholder {
// color: #444444;
// font-size: 14px;
// opacity: 1;
// }
// &:-ms-input-placeholder {
// color: #444444;
// font-size: 14px;
// opacity: 1;
// }
// &::-ms-input-placeholder {
// color: #444444;
// font-size: 14px;
// opacity: 1;
// }
// &::placeholder {
// color: #444444;
// font-size: 14px;
// opacity: 1;
// }
&:focus {
border-radius: 10px;
outline: unset;
border-color: #00b6e3;
}
}
.input-container {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
input,
textarea {
width: 100%;
}
}
textarea {
flex: 1;
background: white;
border: 1px solid #f1f1f1;
border-radius: 10px;
min-height: max-content;
// height: 155px;
display: flex;
align-items: center;
padding-right: 25px;
padding-left: 25px;
resize: none;
padding-top: 10px;
/* color: rgba(78, 78, 78, 0.3); */
height: 10em;
// &::-moz-placeholder {
// color: rgba(78, 78, 78, 0.3);
// font-size: 14px;
// opacity: 1;
// }
// &:-ms-input-placeholder {
// color: rgba(78, 78, 78, 0.3);
// font-size: 14px;
// opacity: 1;
// }
// &::placeholder {
// color: rgba(78, 78, 78, 0.3);
// font-size: 14px;
// opacity: 1;
// }
&:focus {
border-radius: 10px;
outline: unset;
border-color: #00b6e3;
}
}
}
.tab-pane {
height: 100%;
}
}
.user-modal .os-host-rtl > .os-scrollbar-vertical {
right: unset;
left: 10px;
width: 6px;
padding-top: 25px;
}
.user-modal
.os-theme-dark
> .os-scrollbar
> .os-scrollbar-track
> .os-scrollbar-handle {
background: rgba(0, 0, 0, 0.1);
}
.show.user-modal__modal {
background-color: rgba(27, 39, 51, 0.1);
}
.show.user-modal__modal .modal-dialog {
z-index: 3;
}
#user-modal .modal-dialog {
-webkit-transform: unset;
transform: unset;
left: 0;
right: 0;
}
#user-modal .user-modal {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
top: 40%;
}
#user-modal.show .user-modal {
top: 50%;
}
.popUp-tab {
position: fixed;
top: 30%;
width: 304px;
background-color: white;
border-radius: 20px;
border: 1px solid #bac4ce;
overflow: hidden;
&__clear {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #444444;
font-size: 14px;
padding-right: 16px;
padding-left: 16px;
height: 32px;
margin-left: 15px;
&:hover {
color: #00b6e3;
}
}
&__submit {
border-radius: 20px;
border: 2px solid #00b6e3;
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 16px;
padding-left: 16px;
color: #00b6e3;
height: 32px;
-webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
&:hover {
background-color: #00b6e3;
color: #fff;
}
}
&__header {
padding: 24px;
padding-top: 17px;
font-size: 14px;
}
form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.form-row {
padding-right: 24px;
padding-left: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 16px;
&:not(:first-child) {
padding-top: 16px;
}
&:not(:last-child) {
border-bottom: 1px solid #f1f1f1;
}
&--radio {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
&__buttons {
padding: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: flex-end;
border-top: 1px solid #f1f1f1;
}
input {
max-width: 100%;
color: #444444;
font-size: 16px;
// &::-webkit-input-placeholder {
// color: #bac4ce;
// }
// &:-ms-input-placeholder {
// color: #bac4ce;
// }
// &::-ms-input-placeholder {
// color: #bac4ce;
// }
// &::placeholder {
// color: #bac4ce;
// }
}
textarea {
max-width: 100%;
color: #444444;
font-size: 14px;
outline: none !important;
height: 20px;
resize: none;
overflow: hidden;
// &::-webkit-input-placeholder {
// color: #bac4ce;
// }
// &:-ms-input-placeholder {
// color: #bac4ce;
// }
// &::-ms-input-placeholder {
// color: #bac4ce;
// }
// &::placeholder {
// color: #bac4ce;
// }
}
.close-btn {
display: none !important;
}
}
.modal-dialog-scrollable {
.modal-body {
overflow-y: hidden !important;
}
}
#overlay-plugin2 {
height: 350px !important ;
}
#overlay-plugin1{
max-width: 100% !important ;
}