*,
::after,
::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Roboto',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji' !important;
}


.loadingParent {
    width: 100%;
}


.sk-chase {
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 25px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}


.mains {
    display: flex;
    margin-top: 1px;
    padding: 0 !important;
    background-color: #f9f9f9;

}

.mains .left {
    height: calc(100vh - 70px);
    width: 250px;
    box-shadow: 0 1px 4px -1px rgb(0 0 0 / 15%);
    z-index: 89;
    direction: ltr;
    background-color: #fff;
    position: fixed;
    top: 100px;
    overflow-y: auto;
}

.mains .left {
    scrollbar-width: auto;
    scrollbar-color: #7a7a7a #ffffff;
}

/* Chrome, Edge, and Safari */
.mains .left::-webkit-scrollbar {
    width: 12px;
}

.mains .left::-webkit-scrollbar-track {
    background: #f9f9f9;
}

.mains .left::-webkit-scrollbar-thumb {
    background-color: #7a7a7a;
    border-radius: 10px;
    border: 3px solid #f9f9f9;
}

.mains .left .companyInfo {
    border-bottom: 1px solid #dedede;

    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    align-content: space-around;
}

.mains .left .companyInfo .infos {
    width: 75%;
    padding-left: 15px;
    margin-top: 10px;
}

.mains .left .companyInfo .infos .companyName {
    font-size: 12px;
    line-height: 7px;
}

.mains .left .companyInfo .infos .nameSurname {
    font-size: 14px;
    font-weight: bold;

}

.mains .left .companyInfo .avatar {
    width: 25%;
    border-radius: 50%;
}

.mains .left .companyInfo .avatar img {
    border-radius: 50%;
    border: 1px solid #dedede;
}



.mains .middle {
    width: calc(100% - 250px);
    padding: 20px;
    margin-left: 250px;
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}


.mb-30 {
    margin-bottom: 30px;
}

.ant-menu-item a, .ant-menu-item>.ant-badge a {
    color: #455560;
}

.btn-custom {
    color: #fff !important;
    background-color: #41009a !important;
    border-color: #41009a !important;
    display: flex !important;
 
}

.btn-custom-ligth {
    color: #41009a !important;
    border-color: #41009a !important; 
}

.button-right {
    display: flex;
    justify-content: flex-end;
}

.relative {
    position: relative;
}

.btn-custom-ligth2 {
    color: #410099 !important;
    border-color: #410099 !important;
    background-color: #f5f5f5 !important;
    font-size: 14px !important;
    
}


.btn-custom-ligth2Extra {
    display: flex !important;
    align-items: center;
}

#FIXED_CONTAINER_ID>div {
    z-index: 9999 !important;
}
.arco-layout>div {
    width: 100% !important;
    
    min-width: auto !important;
}

.ant-select-multiple .ant-select-selection-item {
    align-items: center;
    height: 35px !important;
    border-radius: 6px;
    padding-inline-end: 15px !important;
    color: #1d39c4;
    background: #f0f5ff;
    border-color: #adc6ff;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
    border-radius: 5px !important;
}

.ant-select-selection-overflow {
    height: 50px;
}

.filterSubmitButton {
    color: #fff !important;
    background-color: #41009a !important;
    border-color: #41009a !important;
    height: 55px;
}



