#kt_body{
    min-height: 100vh !important;
    height: fit-content !important;
}
#kt_wrapper {
    padding-top: 0px !important;
    width:100%;
    /* right: 0; */
    padding: 0 !important;
}
.swal2-image{
    width: 70px;
}
.edit-image{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4px 0px #e1e1e1;
}
._full-width {
    min-width: 100% !important;
    padding-top: 0.5rem !important;

}

._full-padding {
    padding-left: 84px !important;
}

html[dir="rtl"] ._full-padding {
    padding-right: 84px !important;
}

@media (max-width: 991px) {
    ._full-padding {
        padding-left: 0px !important;
    }

    html[dir="rtl"] ._full-padding {
        padding-right: 0px !important;
    }

    #kt_wrapper {
        /* padding-top: 0px !important; */
        width: 10%;
        position: relative;
        /* right: 0; */
    }
}

#topbar-vue{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: top 0.3s ease;
}

#_main-content-wrapper{
    display: flex;
    align-items: stretch;
    min-height:fit-content;
}#_main-content-wrapper #sidebar-vue{
     max-width: fit-content;
     position: sticky;
     height: max-content;
     flex: 1;
     color: #fff;
     top: var(--topbar-height, 0px);
     z-index:999
 }#_main-content-wrapper #main_content{
      width:100%;
      display: flex;
      flex-direction: column;
      flex: 1;
      /*min-height:100vh;*/
      height:fit-content;
  }#_main-content-wrapper #main_content #navbar_{
       flex: 1;
       min-width: 100%;
       position: sticky;
       background-color: #fff;
       height:fit-content;
       top: var(--topbar-height, 0px);
       left: 0;
       right: 0;
       z-index:20;
   }#_main-content-wrapper #_wrapper__{
        min-height: 100vh;
        padding-top:1rem;
    }

._alert_error{
    background: #AC2734 !important;
    color: #FFEFEF !important;
    font-size:18px !important;
    padding:12px 16px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
._alert_error .text{
    flex:1
}._alert_error a{
     display: flex;
     width: 121px;
     height: 31px;
     padding: 8px 12px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 12px;
     flex-shrink: 0;
     border-radius: 4px;
     border: 2px solid #FFF;
     background: #FFF;
     color: #000;

     text-align: center;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: 18px;
     cursor: pointer;
 }

body {
    --sb-track-color: #f1f1f1;
    --sb-thumb-color: #c1c1c1;
    --sb-size: 10px;

    scrollbar-color: var(--sb-thumb-color)
    var(--sb-track-color);
}



*::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color) !important;
    border-radius: 19px !important;
    border: 3px solid #232E33 !important;
}
*::-webkit-scrollbar {
    width: var(--sb-size)  !important
}

*::-webkit-scrollbar-track {
    background: var(--sb-track-color) !important;
    border-radius: 19px !important;
}

*::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color) !important;
    border-radius: 19px !important;
    border: 2px solid transparent !important;
}
*::-webkit-scrollbar-thumb:hover{
    border: 2px solid #232E33 !important;


}
