/* 
    Created on : 2024/06/11, 
    Author     : duc
*/
#page-top{
    overflow-x: hidden;
}
.dispnone{
    display: none!important;
}
.bg-login-img{
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
    margin-top: 0 !important;
}
#dataTable a{
    text-decoration: unset; 
}
.fix-taga{
    text-decoration: unset; 
    color: unset;
}
.overslider_css{
    display: block;
    height: 800px;
    overflow-y: scroll;
    padding-right: 5px;
}
#sub_viewcontents{
    max-width: 1200px;
    margin: 0 auto;
}
.btn-xs{
    border: 0;
    background-color: green;    
    border-radius: 5px;
    padding: 2px 5px;
}
.btn-xs:hover{
    box-shadow: 0px 0px 3px 1px #795548;
}
.rounded-img{
    max-width: 100%;
    max-height: 30px;
}
.table{
    margin-bottom: 0;
}
.shadow .btn{
    width: 100px;
    margin: 0 7px;
}
#inputPublic{
   height: 22px;
    width: 52px;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
} 
.delete-image{
    background-color: red;
    padding: 5px 10px;
    border-radius: 5px;
    border:0;
    color: #fff;
    margin-left: 10px;
}
.delete-image:hover{
    box-shadow: 0px 0px 3px 1px #795548;
}
/*.input-group-text{
    margin-left: 5px!important;
    border-radius: 5px!important;
}
.input-group-text:hover{
    box-shadow: 0px 0px 3px 1px #795548;
    background-color: green;
    color: #fff;
    border-color: green;
}*/
.shadow .btn.subm_css_button{
    width: 180px;
    margin: 0 auto;
}
.form-check.form-switch{
    padding-left: 0;
}
.fixed_center{
    display: flex;
    align-items: center;
}
.fixed_text1{
    width: 100%;
    margin-bottom: 5px;
}
.ck-editor__editable {
    height: 100px;
    border-bottom-left-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
}
.ck-powered-by{
    display: none;
}
.form-control,.ck-editor__main{
   color: #000;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 0.5; /* Firefox */
}
.overslider_css::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}
.overslider_css::-webkit-scrollbar-track {
    background: #dedede;
}
.overslider_css::-webkit-scrollbar-thumb {
    background: #3d63d2;
}
.icon-dashboard:before {
    content: "\f0e8";
}
.icon-planoption:before {
    content: "\f0e9";
}
.icon-table:before {
    content: "\f182";
}
.icon-option:before {
    content: "\f083";
}
.icon-blog:before {
    content: "\f87c";
}
.icon-plan:before {
    content: "\f083";
}
.icon-user:before {
    content: "\f0c0";
}
.icon-logout:before {
    content: "\f2f5";
}
.float-right{
    float: right;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link{
    color: #9E9E9E;
}
.dropdown-toggle .fas{
    font-size: 17px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.no-gutters .h5 span{
    font-size: 12px;
}
#sub_viewcontents .rounded-img{
    max-height: 200px;
    max-width: 24%;
}
@media(min-width:768px){    
    #sub_viewcontents .table_sub{
        max-width: 1000px;
        margin: 50px auto;
        width: 100%;
        padding: 0 15px;
    }
    #sub_viewcontents table th{
        min-width: 150px;
    }
}
@media(max-width:767px){
    .topbar #sidebarToggleTop{
        width: 0px;
        height: 30px;
    }
    .topbar .nav-item .nav-link{
        padding: 0px 0px 0px 15px;
        font-size: 15px;
    }
    #dataTable tr td:first-of-type a{
        color: #fff; 
    }
    #sub_viewcontents .card-header{
        padding: 5px 7px;
    }
    #sub_viewcontents .rounded-img{
        max-height: 100%;
        max-width: 100%;
        padding-bottom: 10px;
    }
    #sub_viewcontents .table_sub{
       padding: 10px 5px;
    }
    .fixed_img_sm{
        margin: 10px auto;
        width: 60%;
    }
    .sidebar{
        width: 75px;
    }
    .sidebar .nav-item .nav-link{
        width: 60px;
        padding: 10px 0;
    }
    #page-top .container,#page-top .container-fluid,#page-top .container-sm,#page-top .container-md,
    #page-top .container-lg,#page-top .container-xl,#page-top .container-xxl{
        padding-left: 10px;
        padding-right: 10px;
    }
    #page-top .card-body{
        padding: 5px;
    }
    .rounded-img{
        max-height: 60px;
    }
    #dataTable tbody tr td:last-child{
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .shadow .btn{
        width: 70px;
        font-size: 14px;
        padding: 5px 2px;
    }
    .text-muted{
        font-size: 14px;
    }
}
@media(max-width:425px){
    #page-top .card-body.smpr-15{
        padding-right: 15px;
    }
}
