body{
    font-size: 14px;
}
a,a:hover{
    text-decoration: none;
}
.sidebar .nav-item .nav-link{
    padding: 8px 1rem;
}
.resize-none,.resizenone{
    resize: none;
}
.disabled{
    cursor: not-allowed !important;
}
.hidden{
    display: none;
}
.error::before,.error::after{
    margin: 0;
    padding: 0;
}
.error{
    font-size: 14px;
    font-weight: normal;
    color: #DC3545;
    width: 100%;
    margin-top: 5px;
}
.logo-img{
    height: 100px;
    width: 200px;
}
.loader-ajax {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
}

.loader-ajax img {
    position: absolute;
    top: 22%;
    left: 36%;
    width: 300px;
}

.loader-ajax a {
    position: absolute;
    top: 40%;
    left: 45%;
    color: #fff !important;
    font-size: 50px;
    font-weight: 400;
}
.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-size: auto;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple {
    border-color: #e9ecef;
    height: 50px;
    color: #3e5569;
    line-height: 40px;
    border-radius: 10rem;
    padding: 2px 10px;
    font-size: .8rem;
}

.select2-container--default .select2-selection--multiple {
    line-height: 27px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #2962FF;
    border-color: #2962FF;
    color: #fff;
}
.marquee {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #a6a6a6;
    background-color: #f0f4f5;
    font-size: 20px;
}

.marquee-title {
    position: absolute;
    padding: 10px;
    color: #ffffff;
    background-color: #404040;
    height: 50px;
    z-index: 1;
}

.marquee-txt {
    padding: 10px;
    background: #4E73DF;
    color: #ffffff;
    height: 50px;
}
.topbar .nav-item .nav-link{
    margin-top: 25px;
    height: auto;
    padding: 0;
}
.sticky-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
.profile-photo {
    height: 200px;
    margin-bottom: 10px;
    border: 1px solid #00c0ef;
    padding: 5px;
    border-radius: 5px;
    width: 100%
}
.form-control:disabled, .form-control[readonly]{
    background-color: transparent;
}
.topbar .nav-item .nav-link{
    display: inline-block;
}
.comment-list{
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}
.new-link {
    height: 50px;
    z-index: 1;
    float: right;
    margin-top: -50px;
}
.pan-service-img {
    height: 200px;
    display: block;
    width: 100%;
}