/* Fimobile custom css @ Fimobile @maxartkiller.com */
/* ==============================================
=================================================

[ Table of content ]
-------------------------------------
1. Basic 
2. primary colors
3. sidebar.deeppurple-theme-bg, .deeppurple-theme body, .deeppurple-theme body.sidemenu-open, .deeppurple-theme .bg-template, .deeppurple-theme .loader-screen
4. bread crumb
5. Loader css
6. swiper slider css
7. form elements
8. button
9. input group
10. h group 
11. heights
12. top
13. bottom
14. popover
15. Notifications
16. List items
17. Nav tabs
18. card
19. header
20. footer
21. page specific
22. siders
23. Rules for sizing the icon
24. progress bar
25. avatar
26. theme color
.
=================================================
=================================================*/

/* basic */

html {
    height: 100%;
}
body {
    min-height: 100%;
    height: 100%;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.my-text-primary {
    color: #00B9BB !important;
}
/* html.deeppurple-theme > .iti-mobile{
    background-image: url('/public/new-img/theme-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
} */

.app{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background-image: url(/public/new-img/theme-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.scroll-view{
    overflow: auto;
    height: 100%;
}

.header .title{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 19;
    height: 40px;
    line-height: 40px;
    transition: all ease 0.5s;
    backdrop-filter: none;
}
.header.active {
    /*border-bottom: 1px solid #fff;*/
    background-color: rgba(255, 255, 255, 0.8);
}
.header .right-icon{
    position: absolute;
    right: 0;
}
.header + div {
    padding-top: 40px;
}
.header .right-icon img {
    header: 26px;
    width: 26px;
}
/* Notification */
.notification {
    padding: 15px;
    background-color: #ffffff;
    position: fixed;
    top: -30%;
    width: 84%;
    max-width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-left-width: 3px;
    border-left-style: solid;
    z-index: 10;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    border-radius: 5px;
    overflow: hidden;
}

.notification.active {
    top: 30px;
    opacity: 1;

}

.notification.bottom {
    bottom: -30%;
    opacity: 0;
    top: auto;
}

.notification.bottom.active {
    bottom: 30px;
    opacity: 1;
}
/* footer */
.footer {
    background: #0C0819;
}
.footer a {
    color: rgba(255,255,255,0.5)
}
.footer a.active {
    color: #00BFC2 !important;
}
/* modal */
.modal-content .close.close-rounded {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 0.5px solid #dbdddd;
    right: 0px;
    top: 0px;
    z-index: 999;
    padding: 0;
    -webkit-transform: translate(30%, -30%);
    transform: translate(30%, -30%);
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 1 !important;
}

.modal-content {
  border-radius: 15px;
  border: none;
}

.modal-dialog-end {
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  -moz-flex-align: flex-end;
  -webkit-flex-align: flex-end;
  align-items: flex-end;
  min-height: calc(100% - 3.5rem);
}
.modal-footer>*:not(.col){
  margin: 0;
}
.modal-footer{
  border-color: rgba(255, 255, 255, 0.09) !important;
}

.tabs-wrapper{
}
.tabs-wrapper .tabs{
    display: flex;
    gap: 12px;
}
.tabs-wrapper .tabs .tab-item{
    text-align: center;
    min-width: 60px;
    background: rgba(0,0,0,0.3);
    border-radius: 14px;
}
.tabs-wrapper .tabs .tab-item.active{
    background: #00BFC2;
}
.tabs-wrapper .tabs .tab-item a{
    color: white;
}

/* order-card */
.order-card{
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.order-card-body{
    
}
.order-card-body .media-body{

}
.order-card-body .media-body .title{
    font-size: 1rem;
    font-weight: bold;
    color: white;
}
.order-card-body .media-body .field-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}
.order-card-body .media-body .field-box > p::last-children{
    color: white;
}
.order-card-body .media img{
    width: 87px;
}

.order-badge{
    text-align: center;
    min-width: 60px;
    padding: 3px 6px;
    background: rgba(0,0,0,0.3);
    border-radius: 14px;
    font-size: 12px;
    color: white;
}
/* my-card */
.my-card{
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    color:white;
}
.my-card-header{
    width: 100%;
    display: flex;
    align-items: center;
}
.my-card-header img{
    width: 50px;
}
.my-subtext{
    font-size: 12px !important;
    color: rgba(255,255,255, 0.7) !important;
}
.my-btn-primary {
    background: #00B9BB;
    color: white;
}
.flex{
    display: flex;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.items-center{
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.w-full{
    width: 100%;
}
a:active{
    color: #fff !important;
}
.bg-white-3{
    background: rgba(255,255,255,0.3) !important;
}
.news-slide .swiper-slide {
    padding: 0 15px 10px 15px;
}
.news-slide .swiper-slide .card {
    overflow: hidden;
    height: 100%;
    margin: 0;
}
.card {
    border-radius: 10px;
    border: 0;
}