.ajax-error {
    /* display: inline-block;
    height: 14px; */
    color: #ea5455 !important;
    font-size: 12px;
}

.single-file span {
    position: absolute;
}

.uploaded-file .single-file img {
    width: 100%;
}

.user-name small {
    font-size: 50% !important;
}

.btn-title {
    display: block;
    width: 100%;
}

.v-align-middle {
    vertical-align: middle !important;
}

.mdi-square-edit-outline,
.fa-edit {
    color: #4285f4;
    font-size: 18px;
    margin-right: 12px;
}

.mdi-delete,
.fa-trash-o {
    color: #e14a3a;
    font-size: 18px;
}

.right-title-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 85px;
}

@media (max-width: 767.98px) {
    .right-title-div {
        justify-content: flex-start;
        height: 70px;
    }
}

.pagination .current {
    color: white !important;
}

.width-100 {
    width: 100%;
}

.theme-blue:before,
.theme-blue:after {
    background: none;
}

.theme-blue #wrapper:before,
.theme-blue #wrapper:after {
    background: none;
}

.auth-box .top {
    text-align: center;
}

.auth-box .top img {
    width: 300px;
}

.text-center {
    text-align: center;
}

.bold-text {
    font-weight: 600;
}

.disp-none {
    display: none;
}

.single-file {
    position: relative;
}

.single-file .fa-trash {
    position: absolute;
    font-size: 16px;
    color: red;
    top: 5%;
    right: 10%;
}

.mb-30 {
    margin-bottom: 30px;
}

.uploaded-file .single-file img {
    width: 100%;
}

.uploaded-file img {
    max-width: 250px;
}

.width-150 {
    max-width: 150px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 30px;
    margin-bottom: 0px;
}

.switch input {
    display: none;
}


.loader {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    background: #edf7fa;
    opacity: 0.8;
}

.loader .box {
    border: 3px solid #43afdd;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    animation: ro linear 5s infinite;
    top: -15px;
}

.loader .img-logo {
    /*width: 150px;
  height: 150px;*/
    position: absolute;
}

.loader .img-logo img {
    width: 125px;
    transform: translate(0, -50%);
    /* margin: 0 auto;
    display: block;
    transform: translateY(23%);*/
}

.loader .box::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #495d86;
    border-radius: 50%;
    left: 30px;
    top: 0;
    right: 0;
    bottom: 0;
}

@keyframes ro {
    0% {
        border: 3px solid #43afdd;
        transform: rotate(0deg);
    }
    100% {
        border: 3px solid #43afdd;
        /* transition: linear 5s; */
        transform: rotate(360deg);
    }
}


/* Loader CSS */

#calendar-pricing .month {
    padding: 25px 25px;
    width: 100%;
    background: #1abc9c;
    text-align: center;
}

#calendar-pricing .month ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#calendar-pricing .month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#calendar-pricing .month .prev {
    float: left;
    padding-top: 10px;
}

#calendar-pricing .month .next {
    float: right;
    padding-top: 10px;
}

#calendar-pricing .weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

#calendar-pricing .weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

#calendar-pricing .days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

#calendar-pricing .days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

#calendar-pricing .days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}


/* Add media queries for smaller screens */

@media screen and (max-width:720px) {
    #calendar-pricing .weekdays li,
    .days li {
        width: 13.1%;
    }
}

@media screen and (max-width: 420px) {
    #calendar-pricing .weekdays li,
    .days li {
        width: 12.5%;
    }
    #calendar-pricing .days li .active {
        padding: 2px;
    }
}

@media screen and (max-width: 290px) {
    #calendar-pricing .weekdays li,
    .days li {
        width: 12.2%;
    }
}