#root {
    min-height: 100vh;
    display: flex;
    min-width: 0;
    width: 100%;
    height: 100%;
}
.swal2-container{
    z-index: 9999 !important;
}
.swal2-popup.swal2-toast .swal2-title{
    color: #000 !important;
}
label{
    color: #000 !important;
}
.MuiTreeItem-label{
    font-size: 1.2rem !important;
}
.MuiDataGrid-root{
    border: none !important;
}
.loader {
    margin: auto;
    width: 50px;
    height: 50px;
}

.circular-loader {
    animation: rotate 2s linear infinite;
}

.loader-path {
    fill: none;
    stroke-width: 3px;
    animation: animate-stroke 1.5s ease-in-out infinite;
    stroke-linecap: round;
}
.mobilecountry .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1l11axc-MuiAutocomplete-root .MuiOutlinedInput-root{
    padding-right: 0;
}
.mobilecountry .css-1mysf1o-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator{
    margin-right:-12px
}

.mobilecountry  .css-129sgnb-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator{
    display: none;
}
.MuiList-root li ul{
    padding-left: 20px;
}
.MuiList-root li ul li a{
    padding-left: 0px;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        stroke: #8e4cd0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
        stroke: #8e4cd0;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
        stroke: #8e4cd0;
    }
}