/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/




.jconfirm-title-c {
    margin-bottom: 0.5rem !important;
    line-height: 1.1 !important;
    color: #364a63 !important;
    font-family: Roboto, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    padding-bottom: 0 !important;
}

.nk-block-between.position-relative {
    width: 100%;
    flex-wrap: wrap;
}
.nk-block-head-content {
    width: 100%;
}
.nk-block-head-content .cls_pro_info {
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}
.nk-block-between.position-relative .nk-block-head-content .cls_pro_info span {
    display: block;
    width: calc(100% / 3);
    padding: 1rem;
}
.nk-block-between.position-relative .nk-block-head-content .cls_pro_info strong {
    width: 160px;
    display: inline-block;
    color: #364a63;
    font-size: 18px;
}
.error
{
     color: red;
     font-size: 15px !important;
}

ul.cls_files li {
    display: inline-block;
    margin: 10px 10px;
}


ul.cls_files li a {
    border: 1px solid #6576ff;
    padding: 10px 20px;
    border-radius: 5px;
}

ul.cls_files li a:hover {
    background: #6576ff;
    color: #fff;
}