#root {
    min-height: 100vh;
    display: flex;
    min-width: 0;
    width: 100%;
    height: 100%;
}
/* label{
    color: black !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;
    strokeWidth: 3px;
    animation: animate-stroke 1.5s ease-in-out infinite;
    strokeLinecap: round;
}

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

@keyframes animate-stroke {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        stroke: #c6a779;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
        stroke: #c6a779;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
        stroke: #c6a779;
    }
}
.swal2-container{
    z-index: 9999 !important;
}

input.image_inp::-webkit-file-upload-button {
    background: transparent;
    border: unset;
    color: rgb(25,123,255);
    opacity: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    display: none;
    margin: 0; 
}


input.image_inp {
    /* transform: translateX(-15%); */
    padding: 15px 0 15px 50%;
    border: 1px solid #b8b8b8;
    width: 100%;
    border-radius: 3px;
    color: #000;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.MuiFormControl-root[accept="image/*"] {
    width: 100%;
}

input.image_inp::before{
    content: "Choose file";
    position: absolute;
    color: blue;
    left:44%;
    transform: translateX(-100%);
    z-index: 0;
}

input.image_inp::after{
    content: "Company logo";
    position: absolute;
    color: black;
    left: 46%;
    transform: translateX(-2%);
    z-index: 0;
}

input.image_inp:hover{
    border-color: black;
}

.myModelContainer {
    position: fixed;
    width: 100%;
    border: 1px solid gray;
    background: #0000008f;
    top: 8px;
    height: 100%;
    z-index: 9999;
    left: 0;
}

.actionBtn {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}

button.closeBtn {
    background: transparent;
    border: unset;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
}

.userImgSelect {
    border: 1px solid lightgray;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.userImgSelect:hover{
    border: 1px solid black;
}

.userImgSelect a.chooseImg{
    text-decoration: none;
}

.modelBox {
    margin: 70px auto;
    width: 50%;
    background: white;
    padding: 15px;
    height: max-content;
}

.css-mhc70k-MuiGrid-root>.MuiGrid-item {
    padding-bottom: 16px;
    position: relative;
}

.imgErrorMsg{
    color: rgb(165, 28, 28);
}

button.cropImageBtn {
    margin-top: 10px;
    background: #7352C7;
    color: white;
    border: unset;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
}

.userCompanyLogo{
    border-radius: 150px;
}

span.createDomain {
    position: absolute;
    top: 70px;
    left: 20px;
}

.css-7pnsvq-MuiFormControl-root-MuiTextField-root {
    width: 100%;
}

input[name="favcolor"] {
    height: 43px;
    padding: 5px;
}

span.chooseImg {
    color: blue;
}

.modelBox h3 {
    font-size: 1.4rem;
    text-align: center;
}

