.loadingspinnerbg {
    z-index: 12000 !important;
    background-color:rgba(255,255,255,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spinner {
    width: 40px;
    height: 40px;

    position: fixed;
    z-index: 10001;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
        animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.loading-active {
  display: block !important;
}

.simple-button {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

/* Slider */
.cr-slider {
    -webkit-appearance: none;
    width: 70%;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
}
.cr-slider::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
.cr-slider::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #ddd;
	margin-top:1px;
}
.cr-slider:focus::-ms-fill-lower {
	background: rgba(0, 0, 0, 0.5);
}
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, 0.5);
}
/* Slider */

/* Input File */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
  
.btn {
    border: 1px solid gray;
    color: inherit;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
/* Input File */

.dropdownItemNew {
    background-color: #AFEEEE !important
}

.dropdownItemNew:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0,.14), 0 7px 10px -5px rgba(156, 39, 176,.4) !important;
    background-color: #9c27b0 !important;
}

/* Pagination */
.Table__itemCount {
    font-size: 14px;
}

.Table__pagination {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0px 00px 10px;
}

.Table__pageButton {
    font-size: 15px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    margin-left: 2px;
    border: 1px solid #ccc;
}

.Table__pageButton:disabled {
    cursor: not-allowed;
    color: #ccc;
}

.Table__pageButton--active {
    color: #45b3e3;
    font-weight: bold;
    border: 1px solid #45b3e3;
}

.Table__pageButton_prev {
    border-radius: 3px 0px 0px 3px;
}

.Table__pageButton_next {
    border-radius: 0px 3px 3px 0px;
}
/* Pagination */

/* Floating button */
.float-button {
    float: right !important;
    padding: 0px !important;
    cursor: pointer !important;
    top: -5px !important;
    position: relative !important;
    margin-right: 0px !important;
    margin-left: 10px;
}
/* Floating button */

.MuiFormLabel-root.Mui-error {
    color: #f44336 !important;
}

.Dashboard-content-581 {
    padding: 30px 15px 0px 15px !important;
}

.customRadioTopLabel {
    display: block;
    color: #AAAAAA;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857;
    padding-top: 11px;
}

.small-button {
    padding: 0px !important;
    margin: 16px 0px 0px 0px !important;
}

.react-tagsinput-tag {
    text-transform: none !important;
}

.react-tagsinput-input:disabled {
    display: none;
}

.fixed-plugin li.header-title {
    text-transform: none !important;
}

h6 {
    text-transform: none !important;
}

footer ul li a {
    text-transform: none !important;
}

.react-tagsinput-tag {
    text-transform: none !important;
}

.MuiButton-label {
    text-transform: none !important;
}

i.fa {
    margin-right: 0.5rem;
}

.side-bar-bg {
    background-color: #6B468F !important;
}

/* Carousel */
ul.slider > li.slide {
    background: transparent !important;
}

.carousel .control-next.control-arrow:before {
    border-left: 8px solid #607D8B !important;
}

.carousel .control-prev.control-arrow:before {
    border-right: 8px solid #607D8B !important;
}
/* Carousel */

.MuiSnackbar-root {
    z-index: 12100 !important;
}

@media (min-width: 481px) and (max-width: 767px) {
    .fillPage {
        padding: 50px 0px !important;
        align-items: unset !important;
    }
}
  
@media (min-width: 320px) and (max-width: 480px) {
    .fillPage {
        padding: 50px 0px !important;
        align-items: unset !important;
    }
}

.privacy-policy:link {
    color: inherit;
}

.privacy-policy:visited {
    color: inherit;
}

.privacy-policy:hover {
    color: inherit;
}

.privacy-policy:active {
    color: inherit;
}

.trunc-container {
    position: relative;
}
.trunc-content {
    position: absolute;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.trunc-spacer {
    height: 0;
    overflow: hidden;
}