.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}


/*------------- new admin -------------*/

body{
    background-color: #ffffff;
}


/*---*/
.default-btn {
cursor: pointer;
text-align: center;
white-space: nowrap;
vertical-align: middle;
position: relative;
overflow: hidden;
z-index: 1;
padding: 8px 10px;
font-size: 13px;
font-weight: 500;
color: #000000;
max-width: max-content;
transition: all 0.3s ease-In;
display: inline-block;
text-transform: uppercase;
border: 1.5px solid transparent;
border-radius: 6px;
background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #E670FD 0%, #4427DF 90%);
background-clip: padding-box, border-box;
background-origin: padding-box, border-box;
text-decoration: none !important;
}

.default-btn:hover,
.default-btn:focus{
outline: none;
box-shadow: none;
}

.default-btn:hover{
color: #fff;
}

.default-btn span{
position: absolute;
display: block;
width: 0;
height: 0;
border-radius: 54px;
background: linear-gradient(to right, #E670FD 0%, #4427DF 90%);
transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
transform: translate(-50%, -50%);
z-index: -1;
}

.default-btn:hover span{
width: 225%;
height: 562px;
}   
/*---*/


.app-header {
    border-bottom: 0;
    box-shadow: 0 0 15px 0 #0000004d;
}

.app-header .navbar-toggler {
    outline: none;
}

.sidebar .nav-link .nav-icon {
    color: #ffffff;
}

.sidebar .nav-link img {
    margin-right: 6px;
    width: 14px;
}

.sidebar .nav-link.active .nav-icon {
   color: #ffffff;
}

.sidebar .nav-dropdown-toggle::before {
    filter: brightness(0) invert(1);
    right: 10px;
}

.sidebar {
    background: #373b3e;
}

.sidebar .nav{
    padding: 10px;
    padding-right: 21px;
}

.sidebar .nav-item {
    margin-bottom: 10px;
}

.sidebar .nav-link {
    background: rgb(255 255 255 / 15%);
    border-radius: 5px;
    padding: 10px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-transform: capitalize;
}

.sidebar .nav-link:hover {
    background: #F8704C;
}

.sidebar .nav-link.active {
    background: #F8704C;
}

.sidebar .nav-dropdown.open {
   background: #F8704C;
    padding: 0 10px;
    border-radius: 5px;
}

.sidebar .nav-dropdown.open .nav-dropdown-toggle::before{
 right: 0;
}

.sidebar .nav-dropdown.open .nav-link {
    background: none;
    padding: 10px 0px;
    padding-right: 12px;
    border-radius: 0;
}

.sidebar .nav-dropdown-items{
    overflow: hidden;
}

.sidebar .nav-dropdown-items .nav-item{
    margin: 0;
    border-bottom: 1px solid #ffffff4d;
}

.sidebar .nav-dropdown-items .nav-item a{
    transition: all .2s ease-in;
}

.sidebar .nav-dropdown-items .nav-item a:hover{
     transform: translateX(7px);
}

.admin-logout{
text-align: center;
padding: 10px;
}


.admin-weblogo{
    background: linear-gradient(90deg, #ff7644, #5e01ff 150%);
}

.app-header .navbar-brand{
    width: 146px;
    color: #fff;
    text-transform: capitalize;
}

.app-header .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.category-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 200px);
    padding: 5px 30px;
}

.category-header h4{
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    margin: 0;
}

.category-header h4 i{
    font-size: 12px;
}

.profilephoto{
    display: flex;
    align-items: center;
}

.profilephoto {
    display: flex;
    align-items: center;
}

.profilephoto span{
    color: #000;
}

.profilephoto img{
    border: 1.5px solid #F8704C;
    border-radius: 50%;
    width: 43px;
    margin-left: 8px;
}


.main .card-header {
    background: #0000001a;
    border-bottom: 0px;
    font-weight: 500;
}

.main .dataTables_scrollHead{
    z-index: 1;
}

.main .dataTables_scrollHead .dataTables_scrollHeadInner{
 width: 100% !important;
}

.main .dataTables_scrollHead table tr{
    background: #3d354e;
    color: #fff;
}

.main .dataTables_scrollHead table tr th{
 font-weight: 500;
     border: 0;
}

.main .dataTables_scrollHead table{
 border-spacing: 0px;
 padding: 0px;
}

.main .dataTables_scrollBody {
    margin-top: -12px;
}

.main .dataTables_scrollBody table.dataTable tbody tr a{
    color: #0E7CE3;
}

.main table {
    border: 0;
    border-spacing: 0px 15px;
    border-collapse: separate !important;
    padding: 0 8px;
}

.main table.dataTable tbody tr {
    background-color: #ffffff !important;
    border-radius: 5px;
    box-shadow: 1px 2px 12px #0000003b;
    border: 0;
    margin-bottom: 10px;
}

.main table.dataTable tbody tr td{
    border: 0;
    color: #000;
    font-size: 13px;
}

.main table.dataTable tbody tr td .btn-info,
.main table.dataTable tbody tr td .btn-success{
    background-color: transparent !important;
    border: 0;
    display: inline-block;
    box-shadow: none !important;
    outline: none;
    padding: 0;
    margin-right: 18px;
}

.main table.dataTable tbody tr td .btn-info img,
.main table.dataTable tbody tr td .btn-danger img{
    width: 15px;
}

.main table.dataTable tbody tr td .btn-success img{
    width: 18px;
}

.main table.dataTable tbody td.select-checkbox:before,
.main table.dataTable tr.selected td.select-checkbox:after{
    top: 50% !important;
}

.main table.dataTable tbody tr td .btn-danger{
    background: none !important;
    border: 0;
    padding: 0;
    display: inline-block;
    box-shadow: none !important;
    outline: none;
}

.tabledetail-edit{
    display: flex;
    align-items: center;
}

.main .dataTables_filter .form-control{
    background: linear-gradient(90deg, #fff, #fff), linear-gradient(90deg, #e670fd 0, #4427df 90%);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border: 1px solid #0000;
    border-radius: 5px;
    box-shadow: 0 1px 7px 0 #1e263133;
    height: 32px;
}


.main .custom-select{
    border-radius: 5px;
    box-shadow: 0 1px 7px 0 #1e263133;
    height: 32px;
    border: 1px solid #934bee;
}

.main .dt-buttons .btn-default{
    border-radius: 5px;
    box-shadow: none;
}

.main .dt-buttons .btn-default:hover{
    background: linear-gradient(90deg, #e670fd, #4427df);
    color: #fff;
}

.orange-add{
    background: #F8704C;
    box-shadow: none !important;
    outline: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.orange-add:hover{
background: #e05d39;
 color: #fff;
}


.detailbody{
    border: 0;
}

.edit-addnew{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.edit-typename{
    color: rgb(0 0 0 / 70%);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.content-wrapbox{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #00000024;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 20px;
    margin-bottom: 20px;
}

.form-group label{
    color: #000;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.form-group label span{
    color: #FF0000;
}

.form-group .form-control{
    border-color: rgb(0 0 0 / 50%);
    border-radius: 6px;
    box-shadow: none;
    outline: none;
}

.form-group .form-control:focus{
    border-color: #934bee;
    box-shadow: none;
}

.form-group input[type="date"]::-webkit-calendar-picker-indicator {
  background: url('../image/calender.webp') no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  border-width: thin;
  cursor: pointer;
}


.uploadFile {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: rgb(0 0 0 / 70%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #00000024;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 10px;
}

.uploadFile small{
    color: rgb(0 0 0 / 50%);
    text-align: center;
    display: block;
    font-size: 13px;
}

.uploadFile div{
    border: 1.5px dotted #f8704c;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.uploadFile div img{
    width: 50px;
    margin-right: 10px;
}

.uploadFile [type="file"] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.upload-imgdisplay {
    display: flex;
    justify-content: space-between;
}

.uploadFile.upload-imgdisplay div{
    margin-bottom: 0;
}

.uploadFile.upload-imgdisplay .imgdisplay-box{
width: 30%;
margin-left: 12px;
border: 0;
border-radius: 0;
padding: 0;
}

.imgdisplay-box img{
    width: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    height: 72px;
    border: 2px solid #c8ced3;
    box-shadow: 0 0 15px 0 #00000024;
    border-radius: 5px;
}


.select2-container--default .select2-selection--single {
    border-color: rgb(0 0 0 / 50%);
    border-radius: 6px;
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5c6873;
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;   
}

.select2-container--default .select2-selection--multiple {
    border-color: rgb(0 0 0 / 50%) !important;
    border-radius: 6px;
}


.addmore-field .orange-add{
    font-size: 11px;
    padding: 5px;
    line-height: 1;
}

.addmore-field .btn-danger{
    background: none !important;
    border: 0;
    padding: 0;
    display: block;
    box-shadow: none !important;
    outline: none;
    cursor: default !important;
    margin-left: 8px;
}

.addmore-field .btn-danger img {
    width: 15px;
    cursor: pointer;
}

.default-border{
    border-radius: 6px !important;
}


.preview-imgshow{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.preview-imgshow .position-relative .preview-img{
    width: 100px;
    height: 100px;
    border: 2px solid #c8ced3;
    box-shadow: 0 0 15px 0 #00000024;
    border-radius: 5px;
    object-fit: cover;
}

.preview-imgshow .position-relative button{
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 18px;
    padding: 0;
    line-height: 1;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 2px;
    outline: none;
    transition: transform 0.2s ease-in-out 0s;
}

.preview-imgshow .position-relative button img{
width: 11px;
}

.preview-imgshow .position-relative button:hover{
transform: scale(1.09);
}


.blue-button{
    background: linear-gradient(to right, #00BDE0 0%, #3840E4 51%, #00BDE0 100%);
    background-size: 200% auto;
    color: #fff !important;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s ease;
}

.blue-button:hover {
    background-position: right center;
    color: #fff;
}


.green-button{
    background: linear-gradient(to right, #58E3BF 0%, #0D79AA 51%, #58E3BF 100%);
    background-size: 200% auto;
    color: #fff !important;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.4s ease;
}

.green-button:hover {
    background-position: right center;
    color: #fff;
}

.custom-table{
   padding: 0 !important;
    margin-top: -15px;
}

.custom-table tr{
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 2px 12px #0000003b;
    border: 0;
}

.custom-table tr td{
    border: 0;
    color: #000;
    font-size: 13px;
}

.custom-table tr:nth-child(1){
    background: #3d354e !important;
    color: #fff;
}

.custom-table tr:nth-child(1) td{
    color: #fff;
    font-weight: 500;
}

.new-badge{
    background: rgb(18 147 225 / 20%);
    border: 1px solid #1293E1;
    color: #1293E1;
    font-weight: 500;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-weight: 500;
    background: rgb(18 147 225 / 20%);
    border: 1px solid #1293E1;
    color: #1293E1;
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #1293E1;
}


.home-dashbox{
    border-radius: 15px;
    box-shadow: 0 2px 16px 4px #282c3f14;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    padding: 18px;
    z-index: 1;
}

.pink-card {background: #FF9AB3;}
.purple-card {background: #A393FF;}
.orange-card {background: #FF9B73;}
.green-card {background: #93D5AC;}
.grey-card {background: #B9B9B9;}

.home-dashbox h4{
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 18px 0 12px;
    line-height: 1;
}

.dash-wave{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.dashbox-month {
display: flex;
justify-content: space-between;
align-items: center;
}

.dashbox-month span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
}

.dashbox-month div img{
 width: 16px;
 transition: all .2s ease;
}

.dashbox-month div a:hover img{
 transform: rotate(40deg);
}

.dashbox-month div select{
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 13px;
    outline: none;
    margin-right: 6px;
    cursor: pointer;
}

.dashbox-month div select option{
    color: #000;
}

.dashbox-link{
display: flex;
justify-content: space-between;
align-items: center;
}

.dashbox-link p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.dashbox-link a{
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-decoration: underline;
    transition: all .2s ease;
}

.dashbox-link a:hover{
 font-weight: 500;
 transform: scale(1.04);
}

/*--*/

.dash-login .card{
    background-color: #fff;
    border-radius: 10px !important;
    box-shadow: 0 2px 16px 4px #282c3f0d;
    padding: 30px;
}

.dash-login .loginhead{
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.login-forgot{
    color: #0E7CE3;
}

.login-forgot:hover{
    color: #0E7CE3;
}


/*---*/
.checkbox {
line-height: 1.1;
position: relative;
display: flex;
align-items: center;
transition: 0.5s;
cursor: pointer;
color: #000;
font-size: 14px;
font-weight: 500;
margin: 0;
}
.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
  margin-right: 9px;
}
.checkbox input:checked ~ .checkmark {
  background: linear-gradient(90deg, #ff7644, #5e01ff 150%);
}
.checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 41%;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}
.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}
/*---*/


@media (min-width: 992px) {
    .sidebar-minimized .sidebar .nav-link:hover {
        background: #F8704C;
    }

    .sidebar-minimized .sidebar .nav>.nav-dropdown:hover {
        background: #F8704C;
    }

    .sidebar-minimized .sidebar .nav-item:hover>.nav-link {
        background: #F8704C;
    }
}

@media (max-width: 991.98px) {
    .app-header .navbar-brand {
        position: unset;
        margin-left: 0;
    }
}


@media(max-width:599px){

.category-header { padding: 5px 20px;}
.category-header h4 { display: none;}

}

