


.form-check{
    margin-top: 20px;
}

/*
 =========================================
   Backend content area – same padding on ALL pages (Dashboard, User, Post, etc.)
 =========================================
 */
.content-wrapper .content {
    padding: 0;
}
.content-wrapper .container-fluid {
    padding: 24px;
}
.content-wrapper .container-fluid > .row > div > .card {
    margin: 0;
    box-shadow: 0 0 5px 0 #dfdfdf;
}

/*
 =========================================
   Dashboard Css Start
 =========================================
 */

.dashboard_partone{
    margin: 0;
    background-color: #fff;
    padding: 20px 24px;
    box-shadow: 0 0 5px 0 #dfdfdf;
    overflow: visible;
    min-width: 0;
}

.dashboard_partone .dashboard_title,
.dashboard_partone h3{
    font-size: 28px;
    margin-bottom: 6px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.dashboard_partone .dashboard_version,
.dashboard_partone h5{
    font-size: 15px;
    margin-bottom: 20px;
    color: #6c757d;
}

.dashboard_partone .dashboard_intro,
.dashboard_partone p{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
}

.dashboard_partone .dashboard_tags_heading,
.dashboard_partone h4{
    font-size: 18px;
    margin-bottom: 12px;
}

.dashboard_partone .dashboard_tags,
.dashboard_partone .tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.dashboard_partone .dashboard_tags .bg-success,
.dashboard_partone .tags .bg-success{
    font-size: 13px;
    white-space: nowrap;
}

.dashboard_partone button{
    margin-bottom: 10px;
}



 /*
 =========================================
 Sign In Box Start
 =========================================
 */
 .sing_in_container {
     height: 100vh;
     display: flex;
     align-items: center;
     background: #f3f0f0;
 }

 .login-container {
     max-width: 400px;
     margin: 0 auto;
     padding: 20px;
     border-radius: 10px;
     background-color: #ffffff;
     border: 1px solid #f6f7ff;
     box-shadow: 3px 4px 25px #838383;
 }

 .login_logo_img {
     text-align: center;
     padding-bottom: 20px;
 }

 .login_level {
     padding-bottom: 10px;
     font-weight: 600px;
     font-size: 18px;
     letter-spacing: 1px;
     font-style: italic;
     color: #668eb1;
 }

 #login_email,
 #login_password {
     margin-bottom: 10px;
     border: none;
     border: 1px solid rgb(156, 148, 148);
     border-radius: 10px;
     padding: 20px 0px 20px 10px;
 }

 #login_email:focus,
 #login_password:focus {
     border: 1px solid rgb(156, 148, 148);
     box-shadow: 1px 1px 10px rgb(156, 148, 148);
 }

 #login_email::placeholder,
 #login_password::placeholder {
     color: rgb(92, 88, 88);
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: capitalize;
     font-size: 14px;
 }

 .login_btn_custom {
     width: 100%;
     margin-top: 10px;
     background-color: #668eb1;
     color: white;
     font-size: 18px;
     font-weight: 600;
     letter-spacing: 1px;
     font-style: italic;
 }

 .login_btn_custom:hover {
     background-color: #023059;
     color: white;

 }

 .login_btn_custom:visited {
     background-color: #668eb1;
     color: white;
 }

 .login_form_footer ul {
     padding-left: 0px;
     padding-top: 10px;
 }

 .login_form_footer ul li {
     list-style: none;
     padding-bottom: 5px;
     text-align: center;
 }

 .login_form_footer ul li a {
     text-decoration: none;
     color: rgb(69, 68, 68);
     font-weight: 400;
     letter-spacing: 1px;
     color: #668eb1;
 }

 .login_form_footer ul li a:hover {
     color: #023059;
 }

 .login_form_footer ul li:first-child::before {
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     content: "\f13e";
     margin-right: 10px;
     color: #183153;
 }

 .login_form_footer ul li:nth-child(2)::before {
     font-family: "Font Awesome 6 Free";
     font-weight: 900;
     content: "\f007";
     margin-right: 10px;
     color: #183153;
 }

 /*
 =========================================
 Sign In Box End
 =========================================
 */


 /*
 =========================================
  View Page Start
 =========================================
 */
.post_title h4, .mtags h4, .post_content h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.post_title,.meta_tags,.post_content{
    margin-bottom: 30px;
}

.post_content p{
    text-align: justify;
}

.post_title h5{
    font-size: 20px;
    margin-bottom: 10px;
}

.post_title h6{
    font-size: 16px;
    margin-bottom: 15px;
    text-decoration: underline;
    color: #002fff;
    cursor: pointer;
}

.meta_tags {
    display: grid;
    grid-template-columns: 80% 20%;
}
.mtags{
    margin-right: 20px;
}

.post_img img{
    width: 500px;
    height: 302px;
}

 /*
 =========================================
  View Page Start
 =========================================
 */


 /*
 =========================================
  Table Start
 =========================================
 */

.dataTables_wrapper .dataTables_filter input{
    margin-left: 10px;
    width: 300px;
    outline: none;
}

.dataTables_info{
    display: none;
}

.dashboard_table th:nth-child(2), .dashboard_table td:nth-child(2){
 width: 20%;
 word-break: break-word;
}

.dashboard_table th:nth-child(3),.dashboard_table td:nth-child(3){
 width: 40%;
 word-break: break-word;
}

.dashboard_table td p,.dashboard_table td h1,.dashboard_table td h2,
.dashboard_table td h3,.dashboard_table td h4,.dashboard_table td h5,.dashboard_table td h6 {
    font-size: 18px;
}

.pagination{
    margin-top: 10px;
}

.page-item.active .page-link{
    background-color: #28a745;
    border-color: #28a745;
}
 /*
 =========================================
  Table End
 =========================================
 */


 /*
 =========================================
 Settings Page Start
 =========================================
 */

.all_settings{
    padding: 10px;
}

.all_settings_header{
    margin-bottom: 20px;
}

.all_settings_header h3{
    font-size: 28px;
    font-weight: 500;
}

.desh_view_img{
    width: 150px;
    height: 50px;
}

.margin_left{
    margin-left: 20px;
}


 /*
 =========================================
 Settings Page End
 =========================================
 */

 @media only screen and (max-width: 1366px) {

    .dashboard_table{
        font-size: 14px;
    }
    .dashboard_table td p, .dashboard_table td h1, .dashboard_table td h2, .dashboard_table td h3, .dashboard_table td h4, .dashboard_table td h5, .dashboard_table td h6 {
        font-size: 14px;
    }
    .dashboard_table th:nth-child(3), .dashboard_table td:nth-child(3) {
        width: 30%;
        word-break: break-word;
    }
    .card-body{
        font-size: 14px;
    }
  }

  @media only screen and (max-width: 768px) {
    .meta_tags {
        grid-template-columns: 70% 30%;
    }
    .post_img img {
        width: 100%;
        height: auto;
    }
    .post_title h5 {
        font-size: 18px;
    }
    .mtags{
        font-size: 18px;
    }
    .post_content p {
        font-size: 14px;
    }
  }

  @media only screen and (max-width: 480px) {
    .dashboard_table th:nth-child(2), .dashboard_table td:nth-child(2){
        width: 100px;
        word-break: inherit;
    }
    .dashboard_table th:nth-child(3), .dashboard_table td:nth-child(3){
        width: 100px;
        word-break: inherit;
    }
    .all_settings_header h3 {
        font-size: 18px;
    }
    .dashboard_partone h3 {
        font-size: 18px;
    }
    .dashboard_partone p {
        font-size: 14px;
    }
    .dashboard_partone button {
        font-size: 14px;
        padding: 5px;
    }
    .main-footer{
        font-size: 14px;
    }
    .page-item .page-link {
        font-size: 12px;
    }
  }
