label.error{
  font-size: 14px !important;
  color: red !important;
  text-align: left;
  margin-bottom: 0px !important;
  width: 100%;
  font-weight: 400 !important;
}
#full-loader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fff;
 z-index: 9999;
 display: none;
}
#loader{
 width: 200px;
 height: 200px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
}
.loader {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(107, 106, 106, 0.38);
    z-index: 9999;
}

.loader__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.loader__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0.15);
    border-top-color: #18bed6;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.btn-primary:focus {
        background: #007bff !important;
    }
/*.admin-left-nav-main .main-menu .active{
    background: #00000080;
}*/
.row-edit{
    padding-top: 1em;
    padding-bottom: 1em;
}
.row-view img.img-thumbnail{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 150px;
    height: 120px;
}
.row-view li{
    margin-bottom:10px;
}
.alert{
    width:100%;
    margin-top:1em;
}

/********** SideBar Css *************/
/*ul.sub-menu{background: #2f7baf;border-top: 1px solid #3f91c9;}
ul.sub-menu li{background: transparent;}
ul.sub-menu li:last-child{border-bottom-width: 0px !important;}*/
/********** Ddashboard Page **************/
.section-heading{
    font-size: 26px;
    margin-bottom: 1em;
}
.dashboard_box{
    background: #1175bc;
    border-radius: 5px;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer !important;
}
.dashboard_box label{
    display: block;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer !important;
}
.dashboard_box label i{
    margin-right: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    opacity: 0.5;
    left: 30px;
    color: #fff;
    cursor: pointer !important;
}
.dashboard_box strong{
    color: #ffffff;
}
.dashboard_box:hover{
    background: #073a5d;
}
/********** Category Page **************/
.dataTable-column-tr th{
    color: #000000;
}
.dataTable td {
    vertical-align: middle;
}
.dataTable td .btn{
    margin: 0.1em;
}
.dataTable td .img-thumbnail{
    width: 100px;
    height: 51px;
    object-fit: cover;
}
.dataTables_length select{
    width: 70px;
    display: inline-block;
    padding: 5px 10px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff url(../../common/images/select-down-arrow.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: unset !important;
    text-transform: none;
}
.adminbody-content-inner .card-body{
    padding: 0px;
}
.dataTables_length, .dataTables_filter{
    margin-bottom: 25px;
}
.dataTables_filter input[type="search"]{
    margin-left:0px;height: 40px;
}
.dataTables_length label, .dataTables_filter label{
    margin-bottom: 0px;
}
table.text-center tr th, table.text-center tr td{
    text-align: center !important;
}
table.dataTable thead th, table.dataTable thead td{
    border-bottom: 2px solid #dee2e6;
}
table.dataTable.no-footer{
    border-bottom: 2px solid #dee2e6;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate{
    padding-top: 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    border: 1px solid #dee2e6 !important;
    margin-left: 5px;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: 1px solid #979797 !important;
}
table.dataTable.nowrap th, table.dataTable.nowrap td{
    text-overflow: ellipsis;
    overflow: hidden;
}
table.dataTable.nowrap th:last-child, table.dataTable.nowrap td:last-child{
    white-space: pre-wrap;
}
.ad-padd-main{
    min-width: 100%;
    position: relative;
    padding: 30px 30px;
}
.ad-padd-main .row-view{
    
}
.ad-padd-main .row-view label{
    margin-bottom: 0px;
    font-weight: 700;
}
.ad-padd-main hr{
    background-color:#e8e8e8;
    margin: 15px 0;
}
.form-design img.form-img{
    width: 120px;
    height: auto;
    margin-top: 10px;
}
.form-design .form-check .form-check-input{
    margin-top: 0.4rem;
}
.form-design .form-check .form-check-label{
    margin-bottom: 0px;
}
.form-design .form-check.inline{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    line-height: 27px;
}
.full-section-row.margin-bottom-0{
    margin-bottom: 0px;
}
.custom-checkbox.max-width-230{
    width: 230px;
    max-width: 100%;
}
div.jqi .jqiclose{
    color: #fff;
}
ul.drag-drop-sortable{
    display: block;
    position: relative;
    width: 100%;
}
ul.drag-drop-sortable li{
    border: 1px solid #1175bc;
    padding: 10px 20px;
    color: #333333;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    background-color: #f5f5f5;
}



/****************************** Responsive ******************************/
@media (max-width: 1660px){
    
}
@media (max-width: 1560px){
    
}
@media (max-width: 1460px){
    .ad-padd-main{padding: 20px 20px;}
}
@media (max-width: 1399px){
    
}
@media (max-width: 1299px){
    
}
@media (max-width: 1199px){
    
}
@media (min-width: 992px) and (max-width: 1200px){
    
}
@media (max-width: 991px){
    
}
@media (max-width: 767px){
    .ad-padd-main{padding: 15px 15px;}
    .ad-padd-main hr{margin: 10px 0;}
    .ad-padd-main .row-view label{margin-bottom: 10px;}
    .custom-checkbox.max-width-230{margin-top: 10px;}
}
@media (max-width: 730px){
    
}
@media (max-width: 665px){
    
}
@media (max-width: 567px){
    
}
@media (max-width: 479px){
    
}
@media (max-width: 370px){
    
}