.elementor {
    max-width: 100% !important;
}

.elementor-section .elementor-container {
    max-width: 100% !important;
}

.leanbots {
    padding-top: 20px;
    margin-bottom: 12px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 10px;
    background: #FFFFFF;
    border-radius: 20px;
}

.leanbots-data {
    padding-top: 20px;
    margin-bottom: 12px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 10px;
    background: #FFFFFF;
    border-radius: 20px;
}
.leanbots-data h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    color: #0070C0;
    margin-bottom: 15px;
}
.leanbots-heading h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 19px;
    color: #0070C0;
    margin-bottom: 15px;
}

.form-container {
    /* width: 100vw;
	height: 100vh; */
    /* background-color: #7b2cbf; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-files-container {
    background-color: #f7fff7;
    /* width: 420px; */
    padding: 30px 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px, rgba(0, 0, 0, 0.28) 0px 6px 6px;
}

.drag-file-area {
    border: 2px dashed #7b2cbf;
    border-radius: 40px;
    margin: 10px 0 15px;
    padding: 30px 50px;
    width: 350px;
    text-align: center;
}

.drag-file-area .upload-icon {
    font-size: 50px;
}

.drag-file-area h3 {
    font-size: 20px;
    margin: 15px 0;
}

.drag-file-area label {
    font-size: 19px;
}

.drag-file-area label .browse-files-text {
    color: #7b2cbf;
    font-weight: bolder;
    cursor: pointer;
}

.browse-files span {
    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

.cannot-upload-message {
    background-color: #ffc6c4;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #BB0000;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.file-block {
    color: #f7fff7;
    background-color: #7b2cbf;
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}

.upload-button {
    background-color: #7b2cbf;
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: 10px;
    padding: 7.5px 50px;
    cursor: pointer;
}

.leanbots-content {
    margin-top: 30px;
}

* {
    margin: 0;
    padding: 0;
}

.selectPackage{
    display: flex;
}

.selectPackage .selectPackage1{
    margin-right: 11px;
    width: 30%;
}
.selectPackage .selectPackage2{
    width: 30%;
}

.box-wrap {
    padding: 0px 16px;
}
.table-wrap{
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px, rgba(0, 0, 0, 0.28) 0px 6px 6px;
}
.leanbot-data-course-package table td, .leanbot-data-render-codes table td {
    border: 4px solid #EDF4FD !important;
    border-collapse: collapse;
    background-color: #fff !important;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
}
.btnRenderCodes{
    background-color: #FE5B00 !important;
    border-color: #FE5B00 !important;
    margin: 30px 0;
}
.leanbot-data-course-package table th, .leanbot-data-render-codes table th{
    border: none !important;
}
.table-wrap table{
    text-align: center;
}
.table-wrap th{
    border: none !important;
    color: #0070C0;
}
.table-wrap td{
    border: none !important;

}
.leanbots-data-heading{
    display: flex;
    justify-content: space-between;
}
.uploadLeanbotIDs{
    font-size: 14px !important;
    background-color: #FE5B00 !important; 
    color: #fff !important;
    border: 1px solid #FE5B00 !important;
    box-shadow: none !important;
}
.check-column{
    text-align: center;
}
h5{
    display: none;
}
.page-numbers{
    font-size: 20px;
    color: #666666;
    background-color: #f2f2f2;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 10px;
}
.current{
    color: white;
    background: #007fff;
}
/*# sourceMappingURL=main.css.map */