* {
    border-radius: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

a {
    font-weight: 500;
}

.a:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: width .4s ease
}

.a:hover:after {
    width: 100%
}

/*Dashboard Section Starts Here*/
.dashboard-widget {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 6px 18px 0px rgba(16, 5, 54, 0.17);
    padding: 30px 20px;
}

@media screen and (min-width: 450px) {
    .dashboard-widget {
        padding: 30px;
    }
}

.dashboard-widget .user {
    text-align: center;
    margin-bottom: 30px;
}

.dashboard-widget .user .thumb-area {
    width: 100px;
    margin: 0 auto 30px;
    position: relative;
}

.dashboard-widget .user .thumb-area .profile-pic-edit {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    background: -moz-linear-gradient(135deg, #8739e6 0%, #5496ff 100%);
    background: -webkit-linear-gradient(135deg, #8739e6 0%, #5496ff 100%);
    background: -ms-linear-gradient(135deg, #8739e6 0%, #5496ff 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.dashboard-widget .user .thumb-area .thumb {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-widget .user .thumb-area .thumb img {
    width: 100%;
}

.dashboard-widget .user .content .title {
    margin-bottom: 0;
}

.dashboard-widget h2, .dashboard-widget h3, .dashboard-widget h4, .dashboard-widget h5, .dashboard-widget h6 {
    color: #37406f;
}

.dashboard-widget h2 a, .dashboard-widget h3 a, .dashboard-widget h4 a, .dashboard-widget h5 a, .dashboard-widget h6 a {
    color: #37406f;
}

.dashboard-widget .dashboard-title {
    border-bottom: 1px solid #d5d7f3;
}

.dashboard-widget .dashboard-title .title {
    padding-bottom: 20px;
}

.dashboard-menu li {
    padding: 0;
    margin-bottom: 1px;
}

.dashboard-menu li a {
    padding: 10px 20px;
    color: #37406f;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
}

.dashboard-menu li a i {
    font-weight: 400;
    margin-right: 10px;
    color: #ee4730;
}

.dashboard-menu li a:hover, .dashboard-menu li a.active {
    background: #f7f6fc;
}

.dashboard-item {
    border-radius: 20px;
    background-color: white;
    box-shadow: 2.487px 1.678px 57px 0px rgba(16, 5, 54, 0.13);
    margin-bottom: 30px;
    padding: 40px 15px 30px;
    text-align: center;
}

.dashboard-item .thumb {
    height: 80px;
    margin-bottom: 16px;
}

.dashboard-item .thumb img {
    max-width: 100%;
}

fieldset {
    padding: 20px;
    border: 1px solid #bfcfd9;
    margin-bottom: 40px;
}

legend {
    font-size: 20px;
    width: auto;
    min-width: unset;
    font-weight: bold;
}

.form-group.required > label:after {
    content:"*";
    color:red;
    margin-left: 5px;
}

input[type='radio'],
input[type='checkbox'] {
    transform: scale(1.7);
    /*margin: 0 10px 0 10px;*/
}

input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background-color: transparent;
    border-color: #cccccc;
}
input[type=checkbox]:disabled, input[type=checkbox][readonly] {
    border-color: #d9d9d9;
}
input[type=checkbox]:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #66afe9, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 0 1px #66afe9, 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=checkbox]:checked {
    border-color: #578fc0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHN0cm9rZT0nIzU3OGZjMCcgZmlsbD0nIzU3OGZjMCcgd2lkdGg9JzMyJyBoZWlnaHQ9JzMyJyB2aWV3Qm94PScwIDAgMzIgMzInPjxwYXRoIGQ9J00yNS4xIDEyLjVsLTMuNC0zLjMtOCA4LTIuOS0zLTMuNCAzLjQgNi4zIDYuM3onLz48L3N2Zz4=");
    background-size: 20px 20px;
    background-position: -3px;
}
input[type=checkbox]:checked:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #66afe9, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 0 1px #66afe9, 0 0 8px rgba(102, 175, 233, 0.6);
}

.checkbox, .radio {
    padding: 3px 0;
}

ul.tree {
    list-style-type: none;
    padding-left: 20px;
    /* border-left: 1px solid #ddd; */
}

ul.tree ul {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 20px;
    display: none;
    /* Hidden by default */
}

.directory-item {
    cursor: pointer;
    margin: 5px 0;
    padding-left: 5px;
    position: relative;
    font-weight: bold;
}

.directory-label {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.expanded > ul {
    display: block;
    /* Show children when expanded */
}

.checkbox {
    margin-right: 5px;
}

.expand-collapse-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}