#freechatpopup {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.parsley-errors-list {
    color: red;
    list-style-type: none;
    padding: 0;
    font-size: 0.857rem;
}

.errors-form {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.form-control-sm[type="file"] {
    min-height: 0 !important;
}

.table thead th {
    background-color: #283046 !important;
    border-color: #fff;
    color: white;
}

.btn-action {
    width: 100%;
}

.anchor {
  color: #0d6efd;
}

.anchor:hover,
.anchor:focus {
  color: #0d6efd;
}

/* loading */
.loader {
    margin-right: auto;
    margin-left: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #283046;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.system-title {
    color: #fff;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .system-title {
        color: #4680ff;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 955px) {
    .system-title {
        color: #4680ff;
        margin-top: 10px;
        font-size: 23px;
    }
}

@media only screen and (max-width: 920px) {
    .system-title {
        color: #4680ff;
        margin-top: 15px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 675px) {
    .system-title {
        color: #4680ff;
        margin-top: 15px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 645px) {
    .system-title {
        color: #4680ff;
        margin-top: 15px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 375px) {
    .system-title {
        color: #4680ff;
        margin-top: 7px;
        font-size: 15px;
    }
}
