.form .form-body,
.portlet-form .form-body {
    padding: 20px 30px 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'poppins', sans-serif !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c7c7c7 !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7c7c7 !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c7c7c7 !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c7c7c7 !important;
}

/*=============CUSTOM BORDER======*/
.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
    padding: 8px 20px 8px;
}

.border-1-0 {
    border: 1px solid #cecece;
    border-top: 0;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-xs {
    font-size: 10px;
    padding: 2px 8px;
}

.portlet.box>.portlet-title>.caption {
    padding: 10px 0;
    font-size: 17px;
    font-weight: 600;
    color: #3d3b56;
}

.portlet.box>.portlet-title>.caption.padding-md {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mr-0 {
    margin: 0 !important;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30%;
}

.top-50 {
    top: 50px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-78 {
    margin-top: 78px !important;
}

.mt-68 {
    margin-top: 68px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-auto {
    margin: 0 auto !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10-rev {
    margin-top: -10px !important;
}

.pd-bot-20px {
    padding-bottom: 20px !important;
}

.pd-bot-0 {
    padding-bottom: 0 !important;
}

.pd-top-0 {
    padding-top: 0 !important;
}

.pd-lft-0 {
    padding-left: 0 !important;
}

.pd-lft-20 {
    padding-left: 20px;
}

.pd-rit-20 {
    padding-right: 20px !important;
}

.pd-rit-5 {
    padding-right: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px;
}

.pd-40 {
    padding: 40px;
}

.pd-0 {
    padding: 0 !important;
}

.pd-15 {
    padding: 15px;
}

.pd-5 {
    padding: 5px;
}

.pd-l-6 {
    padding-left: 6px;
}

.pd-r-6 {
    padding-right: 6px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.p-0 {
    padding: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.top-30 {
    top: 30px !important;
}

.pd-btn {
    padding: 5px 10px;
}

.txt-center {
    text-align: center !important;
}

.bdr-rds {
    border-radius: 4px !important;
}

.brdr-rds {
    border-radius: 4px !important;
}

.width-100 {
    width: 100%;
}

.mw-140 {
    width: 140px;
}

.mw-150 {
    width: 150px;
}

.mw-180 {
    width: 180px;
}

.mw-220 {
    width: 220px;
}

.w-480 {
    width: 480px;
}

.secondary-btn {
    background: #f36a5a;
    color: #fff;
}

.secondary-btn:hover {
    background: #d44d3d;
    color: #fff;
    box-shadow: none;
}

.primary-btn {
    background: #3d3b56;
    color: #fff;
}

.primary-btn:hover {
    background: #2a2748;
    color: #fff;
    box-shadow: none;
}

.white {
    background: #fff;
}

.red {
    color: #ff515c;
}

.green {
    color: #5ea961;
}

.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).btn-sm {
    font-size: 12px;
    padding: 3px 12px;
}

.heading-alert,
.ribbon-alert {
    padding: 6px 20px;
    border-left: 0;
    position: relative;
    top: 4px;
    border-radius: 30px;
    right: -6px;
    background: #f9f9f9;
    border: 1px dashed #cacaca;
}

.ribbon-alert {
    background-color: #ffebec;
    border-color: #f30817;
}

.heading-alert p:last-child,
.ribbon-alert p:last-child {
    font-size: 12px;
    color: #080808;
    letter-spacing: 0.1px;
    font-weight: 500;
}

.ribbon-alert p strong {
    color: #f30817;
}

.heading-alert p strong {
    color: #3d3b56;
}

/*============= header Start=============*/

/*----------notifiacation start-------------*/

.web-page-header.page-header.navbar .page-header-inner .top-menu ul .dropdown-menu.web-stu-notification {
    background: #fff;
    padding: 0;
    border-radius: 10px 10px 0 0 !important;
    top: 60px;
    right: 0;
    max-width: 340px !important;

    width: 370px !important;
}

.web-page-header.page-header.navbar .page-header-inner .top-menu ul .dropdown-menu.web-stu-notification li.external {
    background: #d8d6f4;
    border-radius: 10px 10px 0 0;
}

.web-page-header.page-header.navbar .page-header-inner .top-menu ul .dropdown-menu.web-stu-notification li.external h3,
.web-page-header.page-header.navbar .page-header-inner .top-menu ul .dropdown-menu.web-stu-notification li.external a {
    color: #3d3b56;
    font-weight: 400;
}

.web-page-header.page-header.navbar .page-header-inner .top-menu ul .dropdown-menu.web-stu-notification li a {
    color: #222;
    padding: 7px 10px;
}

.web-page-header.page-header.navbar .page-header-inner .top-menu ul .dropdown-menu.web-stu-notification li a span {
    margin-left: 0 !important;
}

.web-page-header.page-header.navbar .page-header-inner .top-menu ul .dropdown-menu.web-stu-notification::after {
    left: 93%;
    border-bottom: 7px solid #d8d6f4;
}

/*----------notifiacation end-------------*/
.main-post-graduation .web-add-course-btn,
.main-post-graduation .removePostGraduation,
.main-graduation .removeGraduation {
    float: left;
    margin-right: 5px;
}

.main-post-graduation .removePostGraduation,
.main-graduation .removeGraduation {}

.main-graduation {
    margin: 60px 0 25px 0;
}

.form-logo {
    margin-bottom: 50px;
}

.form-logo img {
    width: 150px;
}

.web-student-tab-page-body .page-header.navbar .page-logo {
    padding: 0;
    width: auto;
    height: auto;
}

.web-student-tab-page-body .page-header.navbar .page-logo {
    padding: 8px 5px 8px;
    height: 68px;
    display: flex;
    align-items: center;
    width: auto;
}

.web-student-tab .web-stu-profile {
    box-shadow: 2px 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0 25px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
    background: #fff;
    position: fixed;
    height: 100%;
    width: 350px;
    float: left;
}

.web-student-tab .web-stu-profile form {
    padding: 10px 20px 10px 20px;
}

.web-student-tab .web-stu-profile .portlet {
    margin-bottom: 0;
}

.web-student-tab .web-stu-profile .profile-sidebar-portlet {
    padding: 10px 0 !important;
}

.web-student-tab .web-stu-profile .profile-usertitle .profile-usertitle-job {
    color: #333;
    font-weight: 500;
}

.web-student-tab .web-stu-profile .profile-userpic img {
    width: 30%;
}

.web-student-tab .web-stu-profile .web-title {}

.web-student-tab .profile-sidebar-portlet .prof-stream-lft,
.web-student-tab .profile-sidebar-portlet .prof-stream-rit {
    padding: 10px 20px;
    color: #fff;
}

.web-student-tab .profile-sidebar-portlet .prof-stream-lft {
    background: #564FC1;
}

.web-student-tab .profile-sidebar-portlet .prof-stream-rit {
    background: #4841a5;
}

.web-student-tab .profile-sidebar-portlet table th,
.web-student-tab .profile-sidebar-portlet table td {
    border-top: 0;
    border-bottom: 1px solid #eee;
}

.web-student-tab .profile-sidebar-portlet table td {
    text-align: right;
}

.web-profile-assign-supervisor {
    background: #fff;
    position: absolute;
    color: #222;
    padding: 10px;
    bottom: 0;
    box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -10px 30px 0 rgba(0, 0, 0, 0.1);
}

.web-profile-assign-supervisor img {
    width: 90%;
}

.web-student-tab .web-profile-sidemenu {
    /* padding: 0; */
}

.web-student-tab .web-profile-sidemenu li {
    list-style-type: none;
    font-size: 25px;
    list-style-type: circle;
    color: #4841a5;
}

.web-student-tab .web-profile-sidemenu li a {
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.web-student-tab .web-profile-sidemenu li a i {
    color: #564FC1;
    font-size: 17px;
    margin-right: 5px;
    display: none;
}

.web-page-header.navbar .page-header-inner {}

.web-page-header.navbar .page-header-inner .page-top {
    background: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    height: 70px;
}

.profile-sidebar-portlet {
    background: #fff;
}

.profile-sidebar-portlet .web-page-header.navbar .page-header-inner .top-menu {
    float: none;
    margin-top: 10px;
}

.profile-sidebar-portlet .web-page-header.navbar .page-header-inner .top-menu ul {
    float: none;
    text-align: center;
}

.profile-sidebar-portlet .web-page-header.navbar .page-header-inner .top-menu ul li.dropdown {
    background: #fff;
    box-shadow: 0px 0px 26px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px 0 rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    text-align: center;
    float: none;
}

.profile-sidebar-portlet .web-page-header.navbar .page-header-inner .top-menu ul li.dropdown a.dropdown-toggle {
    color: #564FC1;
    padding: unset;
    top: 16px;
}

.web-page-header.navbar .page-header-inner .top-menu ul li.dropdown a.dropdown-toggle i {
    color: #a5a5a5;
}

.web-page-header.navbar .page-header-inner .top-menu ul li.dropdown a.dropdown-toggle span.badge {
    top: 10px;
    right: 0;
}

.web-page-header.navbar .page-header-inner .top-menu ul li ul li {
    text-align: left;
}

.web-page-header.navbar .page-header-inner .top-menu ul li.web-setting-menu ul li {
    /* text-align: center; */
}

.web-page-header.navbar .page-header-inner .top-menu ul li ul li a {
    font-weight: 500;
}

.profile-sidebar-portlet .web-page-header.navbar .page-header-inner .top-menu ul li ul.dropdown-menu li a i {
    color: #564FC1;
}

.badge-default {
    background: #ff515c;
}

/*============= header End=============*/


/*============= menus End=============*/

.md-radio label>.check {
    background: #3d3b56;
}

.web-student-tab-page-container {
    background: transparent !important;
    margin-top: 0 !important;
}

.web-student-tab-page-container .page-content {
    background: transparent !important;
}

.page-container-bg-solid .web-student-tab.tabbable-line>.tab-content {
    background: #fff;
    padding: 0;
    border-top: 0;
}

/*----------Registration Start----------*/

.web-reg-terms p:nth-child(1) {
    display: none;
}

.web-reg-terms p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 10px;
    color: #564FC1;
    box-shadow: 0px 7px 15px 0px rgba(0, 51, 90, 0.04);
    -moz-box-shadow: 0px 7px 15px 0px rgba(0, 51, 90, 0.04);
    margin-top: 0;
    padding: 0 0 15px 0;
}

.web-reg-terms p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
}

.web-reg-terms .md-checkbox-list {
    border: 2px dashed #ddd;
    padding: 10px;
}

.web-reg-term-checkbox {
    background: #efefef;
    display: inline-block;
    padding: 10px;
    /* border-radius: 30px 0 0 30px; */
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1) inset;
}

.web-reg-terms .md-checkbox-list .md-checkbox .web-reg-term-checkbox .check {
    border-color: #4841a5 !important;
    top: 0;
}

.web-reg-terms .md-checkbox-list .md-checkbox .web-reg-term-checkbox .check {
    top: 8px;
    left: 15px;
}

.web-reg-terms .md-checkbox-list .md-checkbox .web-reg-term-checkbox label {
    margin: 0;
}

.web-reg-terms .md-checkbox-list .md-checkbox .box {
    top: 10px;
    left: 13px;
}

.web-reg-terms .btn.btn-lg {
    padding: 9px 26px 7px !important;
}

/*----------Registration End----------*/

/*------------tab-----------*/

.web-student-tab .nav-tabs {
    display: flex;
}

.web-student-tab.tabbable-line ul li {
    position: relative;
    display: block;
    border: 1px solid #cecece;
    border-right: 0;
    flex: 1;
}

.web-student-tab.tabbable-line ul li:last-child {
    border-right: 1px solid #cecece;
}

.web-student-tab.tabbable-line .nav-tabs>li.active,
.web-student-tab.tabbable-line .nav-tabs>li:focus,
.web-student-tab.tabbable-line .nav-tabs>li:hover {
    border-bottom: 1px solid #fff;
    background: #fff;
}

.web-student-tab.tabbable-line>.nav-tabs>li>a {
    text-transform: uppercase;
    font-size: 13px;
    padding: 18px 10px 12px;
    text-align: center;
    color: #777;
    border-radius: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.68);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-weight: 600;
}

.web-student-tab.tabbable-line>.nav-tabs>li>a span {
    display: block;
    margin: 0 auto;
}

.web-student-tab.tabbable-line .nav-tabs>li.active>a {
    border-bottom: 0;
    background-color: #ffffff !important;
    color: #3d3b56;
}

.web-student-tab.tabbable-line .nav-tabs>li a:focus,
.web-student-tab.tabbable-line .nav-tabs>li a:hover {
    color: #3d3b56;
}

.web-student-tab.tabbable-line .nav-tabs>li.active>a:before,
.web-student-tab.tabbable-line .nav-tabs>li a:focus:before {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: -1px;
    z-index: 1000;
    background: #3d3b56;
    left: 0;
}

.web-student-tab.tabbable-line>.nav-tabs>li>a>i {
    font-size: 20px;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #777;
}

.web-student-tab.tabbable-line .nav-tabs>li.active>a i,
.web-student-tab.tabbable-line .nav-tabs>li a:focus i,
.web-student-tab.tabbable-line .nav-tabs>li a:hover i {
    color: #3d3b56;
}

.web-student-tab .portlet.box>.portlet-title {
    padding: 10px 20px;
    border: 0;
    background-color: transparent;
    border-bottom: 0;
}

.web-student-tab .portlet {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.web-student-tab .portlet.box>.portlet-title {
    background: #fff;
    color: #333;
}

.web-student-tab .portlet.box.red>.portlet-title>.caption {
    color: #333333;
}

.portlet .portlet-title {
    padding: 8px 20px 8px !important;
}

.web-student-tab .portlet.box>.portlet-body {
    background-color: transparent;
}

.web-student-tab .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
}

.web-student-tab .web-exper-page {
    padding-top: 0;
}

/* =================Validation================== */

.web-student-tab .form-group select+.help-block-error {
    right: 18px;
}

.space-20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.fileinput span.help-block-error,
.fileinput span.help-block-error strong,
.fileinput span.error-msgs {
    left: 0 !important;
    top: -18px !important;
    text-transform: initial !important;
    margin-left: 0 !important;

}

.web-student-tab-upload-file span.error-msgs,
.web-student-tab-upload-file #upload_test_doc-error {
    position: absolute;
    color: #c00000;
    top: 45px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: initial;
    left: 0;
    opacity: 1;
    height: 20px;
}

.help-block-error .web-student-tab-upload-file .upload-big-ico #upload_test_doc-error {
    top: 50px;
    left: 25px;
}

/* =================Validation End================== */

.web-student-tab .form-group .control-label {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.web-student-tab-upload-file .fileinput-new .btn-file {
    position: relative !important;
}

span.btn.btn-file.upload-big-ico {
    width: 100%;
    display: block;
}

.web-student-tab-upload-file .web-student-tab-upload-file-name {
    margin-top: 25px;
    display: block;
    text-align: center;
    font-weight: 500;
    color: #3a3a3a;
}

.fileinput .btn.btn-file {
    display: block !important;
    overflow: visible !important;
}

.web-student-tab-experince select {
    padding-left: 3px;
}

.web-student-tab-upload-file .fileinput-filename {
    display: block;
    font-size: 15px;
    line-height: 28px;
}

.web-student-tab-upload-file .upload-big-ico.btn {
    box-shadow: none !important;
    overflow: initial !important;
    padding: 0 !important;
}

.web-student-tab-upload-file .upload-big-ico i {
    font-size: 60px;
    display: block;
    width: 100%;
}

.web-student-tab-upload-file .upload-big-ico label {
    display: block;
    width: 68%;
    margin: 40px auto 0;
    white-space: normal;
    font-weight: 300;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 14px;
    color: #000 !important;
}

.web-student-tab-upload-file .upload-big-ico .help-block-error {
    position: absolute;
    color: #c00000;
    top: 180px !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    text-transform: initial;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    left: initial;
    top: -53px !important;
}

.upload-form-box {
    padding: 0 !important;
}

.upload-form-box-heading {
    background: #eee;
}

.form-horizontal .form-group.form-md-line-input>label.upload-form-box-heading {
    background: #e9efff;
    width: 100%;
    text-align: center;
    margin: 0;
    display: block;
    line-height: 110px;
    font-size: 20px;
    color: #3d3b56;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.form-horizontal .form-group.form-md-line-input>label.upload-form-box-heading i {
    margin-right: 10px;
}

.web-student-tab-upload-file {
    border: 1px solid #e9efff;
    border-top: 0;
    padding: 52px 36px 30px;
}

.web-provisional-alert .modal-body {
    padding: 30px 0 0 0;
}

.web-provisional-alert .modal-header {
    padding: 15px 20px !important;
}

.web-provisional-alert .modal-content {
    /* width: 340px;
     margin: auto;
     height: 330px;*/
}

.web-provisional-alert p {}

.web-provisional-alert h5 {
    margin-bottom: 50px;
}

.web-provisional-alert .web-sub-title {
    padding-bottom: 10px;
}

.web-provisional-alert .modal-footer {
    text-align: center !important;
}

.web-provisional-alert.modal .modal-header .close {
    margin-top: -22px !important;
}

.web-provisional-app-status .web-provisional-app-status-row {
    margin-bottom: 4px;
    list-style: none;
    border-bottom: 0;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    border: 1px dotted #aaa9c1;
    background: rgba(250, 250, 250, 1);
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 48%, rgba(250, 250, 250, 1) 49%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(48%, rgba(250, 250, 250, 1)), color-stop(49%, rgba(250, 250, 250, 1)), color-stop(92%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 48%, rgba(250, 250, 250, 1) 49%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 48%, rgba(250, 250, 250, 1) 49%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 48%, rgba(250, 250, 250, 1) 49%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 48%, rgba(250, 250, 250, 1) 49%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#ffffff', GradientType=1);
}

.web-provisional-app-status {}

.web-provisional-app-status-detail {
    border: 1px solid #ddd;
    padding: 20px;
}

.web-provisional-app-status .widget-thumb-heading {
    margin-top: -40px;
}

.web-provisional-app-status .widget-thumb-heading a {
    font-size: 22px;
    margin: 0;
    padding: 6px 20px;
    font-weight: 500;
    background: #fff;
    text-transform: uppercase;
}

.web-provisional-app-status-top {}

.web-provisional-app-status-top .widget-thumb {
    border: 3px solid #fff;
    padding: 20px 10px;
}

.web-provisional-app-status-top .widget-thumb-1 {
    border-radius: 10px 0 0 10px;
}

.web-provisional-app-status-top .widget-thumb-2 {
    border-radius: 0 10px 10px 0;
}

.web-provisional-app-status-top .widget-thumb .widget-thumb-subtitle {
    white-space: nowrap;
}

.web-provisional-app-status-top .widget-thumb .widget-thumb-body .widget-thumb-body-stat {
    display: block;
    font-size: 30px;
    font-weight: 300;
    color: #3e4f5e;
}

.web-provisional-app-status .web-provisional-app-status-top .widget-thumb-wrap i.widget-thumb-icon {
    background: #fff !important;
    color: #2f353b;
}

.web-provisional-app-status .web-provisional-app-status-top .font-green {}

.web-provisional-app-status .web-provisional-app-status-bottom {
    padding: 10px 10px 12px 8px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    text-align: center;
}

.web-provisional-app-status .web-provisional-app-status-bottom li {
    display: inline-block;
    border-right: 1px dashed #ddd;
    padding: 0 10px;
}

.web-provisional-app-status .web-provisional-app-status-bottom li:last-child {
    border-right: 0 !important;
}

.web-provisional-app-status .web-provisional-app-status-bottom li .number h3 a {}

.web-provisional-app-status .web-provisional-app-status-bottom .dashboard-stat2 {
    padding: 15px 15px 20px;
    position: relative;
    /* overflow: hidden; */
    box-shadow: none;
    margin-bottom: 0;
}

.web-provisional-app-status .web-provisional-app-status-bottom .dashboard-stat2 .number {
    float: none;
}

.web-provisional-app-status .web-provisional-app-status-bottom small {
    /* display: block;
    min-height: 40px; */
    display: block;
    min-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.web-provisional-app-status .web-provisional-app-status-bottom .icon {
    float: none;
    display: block;
}

.web-provisional-app-status .web-provisional-app-status-bottom .icon i {
    /* font-size: 40px;
        opacity: 0.5;
        top: -20px;
        position: absolute;
        font-weight: 300;
        right: 50%;
        margin-right: -25px; */
    font-size: 20px;
    position: static;
    font-weight: 300;
    padding-bottom: 20px;
}

.web-provisional-app-status .web-provisional-app-status-bottom .number-value {
    font-size: 14px;

}

/* ==================== */
.web-provisional-app-status .profile-sidebar {
    width: auto;
}

.web-provisional-app-status .mt-element-list .list-simple.mt-list-container ul>.mt-list-item>.list-datetime {
    width: auto;
}

.web-provisional-app-status .mt-element-list .list-simple.mt-list-container ul>.mt-list-item>.list-item-content {
    padding: 0;
}

.web-provisional-app-status .mt-element-list .list-simple.mt-list-container ul>.mt-list-item>.list-item-content>h3 {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize !important;
}

.web-provisional-app-status .profile-userpic img {
    margin: 0;
}

/*-------web-provisional-doc-upload--------->*/

.web-provisional-doc-upload {
    background: #fff;
}

.web-provisional-doc-upload a {
    font-size: 18px;
    color: #3d3b56;
    border: 1px dashed #ddd;
    display: block;
}

.web-provisional-doc-upload i {
    font-size: 60px;
    margin: 40px;
    display: block;
}

/*-----------modal-----------*/

.web-modal-ui .modal-body .web-upload-form {
    border: 1px dashed #ddd;
    padding: 30px 0;
}

.web-modal-ui .modal-footer {
    text-align: center !important;
    padding: 5px 0 20px 0;
}

.web-stu-table-design .note {
    padding: 0;
    box-shadow: none;
}

.web-stu-table-design .portlet.box>.portlet-body {
    padding: 0;
}

.web-stu-table-design .portlet.box>.portlet-title {
    padding-left: 10px;
}

.web-stu-table-design .portlet>.web-sub-title {
    padding-left: 10px !important;
    font-weight: 500;
}

.web-stu-table-design .portlet>.table td,
.web-stu-table-design .portlet>.table th {
    font-size: 13px;
}

.portlet-body>.web-table-th th {
    font-weight: 500;
    color: #000;
}

.web-payment-page-body {
    background: url(../dsada/dcsadc) no-repeat fixed
}

.web-payment-page {
    text-align: center;
}

.web-student-tab .web-payment-page .web-payment-page-header a.btn {
    margin-left: 10px;
}

.web-student-tab .web-payment-page .web-payment-page-header span {
    background: #333;
    color: #fff;
    padding: 7px 18px;
    border-radius: 20px 0 0 20px;
}

.web-student-tab .web-payment-page h1 {
    font-family: 'Dancing Script', cursive !important;
    font-size: 70px;
    font-weight: 700;

}

.web-student-tab .web-payment-page h5 {
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-size: 15px;
}

.web-payment-page .web-payment-page-footer {
    background: #3D3B56;
    padding: 20px;
    color: #fff;

}

.web-payment-page-icon i {
    font-size: 36px;
    border-radius: 50%;
    border: 2px solid #5EA961;
    padding: 20px;
    line-height: 95px;
}

.web-payment-page.web-payment-page-successful .web-payment-page-icon i,
.web-payment-page.web-payment-page-successful .web-payment-page-icon h1 {
    color: #5EA961;
}

.web-payment-page p {
    font-size: 15px;
}



.web-breadcrumb.page-bar {
    background: transparent;
}

.web-course-work .page-content-wrapper .web-breadcrumb .page-breadcrumb {
    padding: 10px 0;
}

.web-breadcrumb .page-breadcrumb li {
    background: #564FC1;
    padding: 10px 20px;
    border-radius: 5px 20px 20px 5px;
    margin-right: -22px;
    box-shadow: -4px -6px 26px 0 rgba(0, 0, 0, 0.1)
}

.web-breadcrumb.page-bar .page-breadcrumb li:last-child {
    background: #3d3b56;
    cursor: text;
}

.web-breadcrumb.page-bar .page-breadcrumb>li>a {
    color: #fff;
}

.web-breadcrumb.page-bar .page-breadcrumb>li>i {
    color: #fff !important;
}

/*
.web-provisional-letter p:first-child{
    color: #3d3b56;
    font-size: 20px;
    margin: 0;
}
.web-provisional-letter p:nth-child(2){
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    
}
.web-provisional-letter p:nth-child(4){
    font-weight: 500;

}
.web-provisional-letter p:nth-last-child(3){
    font-weight: 500;
}
.web-provisional-letter table{
    
}
.web-provisional-letter table th, .web-provisional-letter table td{
    padding: 5px;    
}
*/

.web-provisional-letter-heading-center h3 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
}

.web-provisional-letter .web-provisional-letter-heading {
    border-bottom: 2px solid #333;
}

.web-provisional-letter-table tbody tr td:first-child {
    background: #eee;
}

.web-provisional-letter .web-provisional-letter-table td {
    font-size: 17px;
    border: 0;
    padding: 2px 10px;
}

.web-provisional-letter .web-provisional-letter-table td.sub {
    padding-top: 10px;
    padding-bottom: 20px;
}

.web-provisional-letter .web-provisional-letter-table td.dear {
    padding-bottom: 10px;
}

.web-provisional-letter .web-provisional-letter-table .tdh40 {
    height: 40px;
}

.web-from-to {
    background: #fff;
    box-shadow: -4px 3px 26px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 20px 50px 20px;
}

/* ====================Corse Work ======================== */

.web-stu-card .card {
    background: #fff;
    box-shadow: -4px 3px 26px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.web-stu-card .card .card-body {
    padding: 10px 20px;
}

.web-stu-card-img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: auto;
    margin-top: auto;
    border-radius: 50%;
    box-shadow: -4px 3px 17px 1px rgba(0, 0, 0, 0.1);
}

.web-stu-card .card h3 {
    margin: 0;
    background: #3d3b56;
    padding: 15px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
}

.web-stu-card .card h5 {
    font-weight: 500;
}

.web-stu-card .card .card-img-top {}

.web-stu-card .card .btn {
    display: block;
}

.web-student-tab-page-body .web-course-work-header {
    padding: 0;
    background: #fff;
}

.web-course-work .web-course-work-header .web-course-work-header-sec {
    padding: 10px 0;
}

.web-course-work .web-course-work-header .web-course-work-header-sec h3 {
    margin: 0;
}

.web-course-work .web-course-work-header .web-course-work-header-sec h4 {
    color: #000;
}

.web-course-work .web-course-work-header .web-course-work-header-sec p {
    margin: 0;
}

.web-course-work.page-container {
    margin-top: 0px;
}

.web-course-work.page-container .page-content {
    margin-left: auto !important;
}

.web-corseweork-rightbar {
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    height: 50%;
    top: 25%;
    padding: 20px;
    z-index: 9999;
}

.page-footer .page-footer-inner {
    float: none;
    display: block;
}

.top-50 {
    top: 50px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0;
}

.mr-15 {
    margin-right: 15px;
}

.m-auto-0 {
    margin: 0 auto;
}

.mt-10-rev {
    margin-top: -10px;
}

.pd-bot-20px {
    padding-bottom: 20px;
}

.pd-lft-0 {
    padding-left: 0 !important;
}

.pd-rit-0 {
    padding-right: 0 !important;
}

.pd-lft-20 {
    padding-left: 20px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pd-40 {
    padding: 40px;
}

.pd-0 {
    padding: 0 !important;
}

.pd-5 {
    padding: 5px;
}

.pd-50 {
    padding: 50px;
}

.pd-l-6 {
    padding-left: 6px;
}

.pd-r-6 {
    padding-right: 6px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-btn {
    padding: 5px 10px;
}

.txt-center {
    text-align: center !important;
}

.bdr-rds {
    border-radius: 4px !important;
}

.web-btn {
    background: #3d3b56;
    color: #fff;
}

.abs-btn-tr.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
    position: absolute !important;
    right: 0;
    background: #07265c;
    top: 0;
    z-index: 1000;
}

.abs-btn-tr.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all)>a {
    color: #fff;
}

.web-btn.btn.focus,
.web-btn.btn:focus,
.web-btn.btn:hover,
.web-danger-btn.btn:hover,
.web-danger-btn.btn.focus,
.web-danger-btn.btn:focus,
.web-danger-btn.btn:hover {
    color: #fff !important;
}

.web-danger-btn {
    background: #da4a4e;
    color: #fff;
}

.brdr-btn {
    background: transparent !important;
    border: 1px solid #3d3b56 !important;
    color: #3d3b56;
    background: #fff !important;
}

.web-main-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 50px;
}

.web-title {
    font-size: 20px !important;
}

.web-sub-title {
    font-size: 15px !important;
    font-weight: 600;
}

.web-title-shadow {
    box-shadow: 0px 2px 14px 0px rgba(166, 167, 169, 0.19);
}

.web-clear {
    clear: both;
}

.web-font-theme {
    font-size: 20px;
    margin-right: 10px;
}

.web-font-big-theme {
    font-size: 65px;
}

.ico-txt-them {
    display: flex;
    align-items: center;
}

.primary-clr {
    color: #564FC1 !important;
}

.secondry-clr {
    color: #3d3b56;
}

.web-border {
    border: 1px solid #e7ecf1;
}

.border-0 {
    border: 0 !important;
}

.border-bot-0 {
    border-bottom: 0;
}

.brdr {
    border: 1px solid #eee;
}

.bright {
    border-right: 1px solid #eee;
}

.f-25 {
    font-size: 25px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-18 {
    font-size: 18px;
}

.f-16 {
    font-size: 16px;
}

.dis-flx {
    display: flex;
    align-items: center;
}

.dis-blk {
    display: block !important;
}

.pos-rel {
    position: relative;
}

.bg-white {
    background: white;
}

.bg-none {
    background: transparent;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

.web-student-tab-page-body .status-msg>.alert-success {
    color: #1f8927;
    padding: 10px 16px;
    border-left: 3px solid;
    border-radius: 0;
    font-size: 13px;
}

.web-student-tab-page-body .page-content .alert-danger {
    color: #de1b29;
    padding: 10px 16px;
    border-left: 3px solid;
    border-radius: 0;
    font-size: 13px;
}

.web-student-tab-page-body .alert-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
    border-left: 3px solid;
    color: #fff;
}

/* ===============Provisonal============== */

.web-student-tab.web-provisonal-student table th,
.web-student-tab.web-provisonal-student table td {
    border: 0;
}

.web-student-tab.web-provisonal-student .web-provisonal-student-general-detail p {
    font-weight: 700;
    color: #3d3b56;
}

.web-student-tab.web-provisonal-student .web-provisonal-student-application-sec .form-body {
    padding: 0 15px 0;
}

/*-----------animate css------------*/

.animate-sec-half {
    animation-duration: 0.5s;
}

.animate-sec-1 {
    animation-duration: 1s;
}

.animate-sec-2 {
    animation-duration: 1.2s;
}

.animate-sec-3 {
    animation-duration: 1.4s;
}

.animate-sec-4 {
    animation-duration: 1.6s;
}

.animate-sec-5 {
    animation-duration: 1.8s;
}

.animate-sec-6 {
    animation-duration: 2s;
}

.animate-sec-7 {
    animation-duration: 2.2s;
}

.animate-sec-8 {
    animation-duration: 2.4s;
}

.animate-sec-9 {
    animation-duration: 2.6s;
}

/*-----BUTTON CUSTOM CSS------*/

.btn-solid-red.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
    background: #fc7f2b;
    border-color: #fc7f2b;
    color: #fff;
    font-size: 16px;
    height: 54px;
    font-weight: 600;
    min-width: 40%;
}

/*---------*/

.animate-ease {
    animation-timing-function: ease-in;
}

/*==================== chechbox / redio btn Start ==================*/

/*-------checkbox-----------*/

.web-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.web-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.web-check .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #8f8ae3;
    border-radius: 4px;
}

.web-check:hover input~.checkmark {
    background-color: #ccc;
}

.web-check input:checked~.checkmark {
    background-color: #564FC1;
}

.web-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.web-check input:checked~.checkmark:after {
    display: block;
}

.web-check .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-------redio btn------*/

.web-redio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.web-redio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.web-redio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.web-redio:hover input~.checkmark {
    background-color: #ccc;
}

.web-redio input:checked~.checkmark {
    background-color: #564FC1;
}

.web-redio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.web-redio input:checked~.checkmark:after {
    display: block;
}

.web-redio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*==================== chechbox / redio btn End ==================*/

.web-right-bar-wrapper-position {
    position: absolute;
    right: 0;
    top: 20%;
    background: #fff;
    padding: 10px;
}

.web-right-bar-wrapper {
    width: 280px;
    font-family: 'Helvetica';
    font-size: 14px;
}

.web-right-bar-StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

.web-right-bar-StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #CCC;
}

.web-right-bar-StepProgress-item {
    position: relative;
    counter-increment: list;
}

.web-right-bar-StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.web-right-bar-StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
}

.web-right-bar-StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -39px;
    width: 12px;
    height: 12px;
    border: 2px solid #CCC;
    border-radius: 50%;
    padding: 8px;
    background-color: #FFF;
}

.web-right-bar-StepProgress-item.is-done::before {
    border-left: 2px solid #4841a5;
}

.web-right-bar-StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #FFF;
    text-align: center;
    border: 2px solid #4841a5;
    background-color: #4841a5;
}

.web-right-bar-StepProgress-item.current::before {
    border-left: 2px solid #4841a5;
}

.web-right-bar-StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: #4841a5;
    border: 2px solid #4841a5;
    background-color: white;
}

.web-right-bar-StepProgress strong {
    display: block;
}

/*-----------------REGISTRATION LANDING PAGE ------*/
.login.registration-form .content {
    background: rgba(255, 255, 255, .9);
    padding: 20px 20px 0 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.login.registration-form {
 
    height: 100vh;

}

.login.registration-form .form-group {
    margin-bottom: 12px;
    position: relative;
}

.login.registration-form input::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
}

.login.registration-form .content {
    margin: auto;
    width: 490px;
    padding: 45px 40px;
}

.registration-form .main {
   padding-bottom: 30px;
}
.registration-form {
    height: auto;
  }
.login.registration-form .logo {
    text-align: left;
    width: 560px;
    position: relative;
    padding: 0;
    margin: 70px 0;
}

.login.registration-form .content .forget-password {
    text-align: center;
    position: relative;
    top: -7px;
    color: #333333 !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (max-width: 1400px) {
    .login .content .form-actions {
        padding-block-end: 0;
    }
}

.login.registration-form .logo img {
    height: 60px;
}

.login.registration-form .help-block {
    margin: 2px 0 0;
    /* height: 10px; */
    font-size: 12px;
}

.login.registration-form .help-block strong {
    font-size: 11px;
    font-weight: 700;
    color: #e41e24;
    background: #fff;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 2px 4px;
}

.login.registration-form .content .form-actions {
    margin-top: -10px !important;
}

.login.registration-form .content .form-control {
    /* background-color: rgba(0, 0, 0, 0.14); */
    background-color: #fefefe;
    border: 1px solid #c3ccda;
    height: 46px;
    color: #000000 !important;
}

.progress {
    margin-bottom: 30px;
}

.progress-bar .progress {
    background-color: transparent;
}

.progress-bar.very-weak {
    background-color: red;
}

.progress-bar.weak {
    background-color: #D9534F;
}

.progress-bar.standard {
    background-color: #F0AD4E;
}

.progress-bar.good {
    background-color: #415a67;
}

.progress-bar.strong {
    background-color: #5EA961;
}

.progress-bar.very-weak #result {
    color: red;
}
.progress-bar.weak #result {
    color: #D9534F;
}

.progress-bar.standard #result {
    color: #F0AD4E;
}

.progress-bar.good #result {
    color: #415a67;
}

.progress-bar.strong #result {
    color: #5EA961;
}

#result {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99999999;
    font-weight: 600;
    color: #000;
    background: #fff;
    padding: 0 10px;
    border-radius: 15px;

}



.login.registration-form .content .form-actions {
   
    margin-top: 25px !important;
}

.login.registration-form .content .form-actions .btn {
    /* margin-top: 20px; */
    width: 100%;
    background: #fc7f2b;
    border-color: #fc7f2b;
    color: #fff;
    font-size: 16px;
    height: 54px;
    margin-bottom: 15px;
    margin-right: 14px;
    box-shadow: 0.157px 8.999px 29px 0px rgba(251, 133, 55, 0.36) !important;
    border-radius: 8px !important;
  
}
.login.registration-form a#forget-password {
    top: 7px;
}

.login.registration-form .create-account {
    position: absolute;
}

body.login .wrapper {
    height: auto;
    background: url(../img/bg-login.jpg) no-repeat center center/cover;
    position: relative;
}

/*--------*/
.Ribbon {
   
    width: 112px;
    height: 112px;
    object-fit: contain;
    text-decoration: none;
    padding: 0 9px;
    text-align: center;
    top: 34px;
    left: 42px;
}

.Ribbon-inner {
    display: block;
    padding: 12px 0px 16px;
    margin: 0 auto;
    height: 140px;
}

.login-copyright>p {
    margin: 0;
    font-size: 11px;
    color: #616161;
    width: 100%;
    background: transparent;
    padding: 11px 10px 8px;
    line-height: 14px;
    font-weight: 300 !important;
    margin: auto;
}

.login.registration-form .login-copyright>p span {
    font-weight: 700;
}

.login.registration-form .login-copyright>p a {
    color: #07265c !important;
    font-weight: 700;
}

/*------------LOGIN SCREEN---------*/

.login-bg>img {
    margin-left: 20px;
    margin-top: 20px;
}

span.help-block strong {
    font-weight: 400;
}

/*---------LOGIN FORM CSS----*/

.alert,
.thumbnail {
    margin-bottom: 15px;
}

.close {
    margin-top: 5px;
}

.alert {
    padding: 10px 12px;
}

.form-control {
    height: 38px;
}

.help-block {
    margin-top: 0;
    margin-bottom: 0;
    color: #ff0000 !important;
}

.alert {
    box-shadow: none !important;
}

.form-actions .back-btn {
    margin-top: 30px;
}

.form-actions {
    text-align: center;
}

.back-btn {
    border: 0;
    outline: 0;
    text-align: center;
    position: relative;
    top: 2px;
    /* color: #ffab18 !important; */
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: transparent;
}

.back-btn i,
.forget-password i {
    font-size: 18px;
    /* color: #ffab18; */
    position: relative;
    top: 3px;
}

form.forget-form {
    width: 500px !important;
}

/* ========Sign out========= */

/* ========Sign out========= */
/*-------NOTIFICAITON PANEL----*/
/* 
.alert-box.warning,
.alert-box.success {
    width: 430px;
    height: 74px;
    border: 2px solid #e2e2e2;
    border-radius: 40px;
    background: #ffffff;
    font-weight: 700;
    padding: 4px 9px;
    position: absolute;
    z-index: 100;
    top: -86px;
    left: 0;
} */
.alert-box.success p {
    margin: 0px;
    margin-left: 67px;
    text-align: left!important;
    font-size: 12px;
}
.web-student-login .alert-box.warning, .web-student-login .alert-box.success {
    width: 25%;
    height: 59px;
    border: 2px solid #e2e2e2;
    border-radius: 40px;
    background: #ffffff;
    font-weight: 700;
    padding: 4px 9px;
    position: fixed !important ;
    z-index: 100;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
}
/* .alert-box.warning img,
.alert-box.success img {
    height: 60px;
    position: absolute;
} */
.alert-box.warning img, .alert-box.success img {
    height: 46px;
    position: absolute;
}

.alert-box.warning h2,
.alert-box.success h2 {
    margin: 9px 0 0;
    font-size: 16px;
    margin-left: 68px;
    font-weight: 700;
    color: #fc7f2b;
}

.alert-box.success h2 {
    color: #4fa541;
}

.user-login-5 .login-container>.login-content .alert-box.warning p,
.user-login-5 .login-container>.login-content .alert-box.success p {
    color: #616161;
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 69px;
    padding-right: 14px;
}

.web-sign-out a {}

.web-sign-out a img {
    width: 25px;

}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username {
    font-size: 13px;
    font-weight: 300;
    color: #656565;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle>.username b {
    color: #fc7f2b;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown a i {
    color: #a5a5a5;
    font-size: 20px;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle>i {
    font-size: 20px;
}

.form-group.form-md-line-input .form-control {
    color: #000;
}

.form-horizontal .form-group.form-md-line-input>label {
    padding-top: 0;
    color: #6f6f6f;
    font-weight: 400;
}

.control-label .required,
.form-group .required {
    font-size: 14px;
    padding-left: 0px;
    font-weight: 700;
}

.portlet-body-footer {
    padding: 16px;
    box-shadow: 0px -7px 15px 0px rgba(0, 51, 90, 0.06);
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
}

.portlet-body-footer .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
    padding: 12px 30px;
    float: right;
}

/*=============ABSTRACT=======*/

.ribbon {
    position: relative;
    color: white;
    left: -50px;
    top: 0;
}

.ribbon.edit-ribbon {
    left: -11px;
    height: 36px;
}

.ribbon3 {
    line-height: 42px;
    padding-left: 30px;
    position: absolute;
    left: 0;
    background: #fc7f2b;
    padding-right: 24px;
}

.ribbon3:after {
    content: "";
    position: absolute;
}

.ribbon3:after {
    height: 0;
    width: 0;
    top: 0;
    right: -20px;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 20px solid #fc7f2b;
}

.ribbon3.edit-ribbon3:after {
    right: -18px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #ff515c;
}

.ribbon3.edit-ribbon3 {
    line-height: 36px;
    padding-left: 22px;
    background: #ff515c;
    padding-right: 16px;
}

.green {
    color: #fff;
    background-color: #71BE74;
    border-color: #71BE74;
}

ol.badge-listing {
    line-height: 26px;
    list-style-type: none;
    counter-reset: section;
    padding: 0;
}

ol.badge-listing li {
    counter-increment: section;
    border: 1px dashed #c3c3c3;
    margin-bottom: 10px;
    padding: 0;
    background: #fff;
}

ol.badge-listing li:last-child {
    margin-bottom: 40px;
}

ol.badge-listing li:before {
    content: counters(section, "");
    border: 2px solid #b2beda;
    border-radius: 50%;
    display: inline-block;
    float: left;
    width: 36px;
    text-align: center;
    padding-top: .25rem;
    font-weight: 700;
    margin-left: 18px;
    margin-right: 18px;
    background: rgb(61, 59, 86);
    height: 36px;
    color: white;
    margin-top: 16px;
}

ol.badge-listing li .form-group .control-label {
    font-weight: 700;
    color: #3d3b56;
    padding-top: 18px
}

.web-student-tab-upload-file ol.badge-listing li .form-group .fileinput-filename {
    font-size: 11px;
    position: absolute;
    bottom: -3px;
}

.btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all).uploaded-file-view {
    box-shadow: none;
    position: absolute;
    right: -1px;
    -webkit-border-top-left-radius: 30px !important;
    -webkit-border-bottom-left-radius: 30px !important;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-color: #b7b5ce !important;
    border-right: 0 !important;
    top: 16px;
    padding-left: 32px;
    padding-right: 26px;
    color: #3d3b56;
    background: #e9efff !important;
}

.portlet.box.white>.portlet-title>.caption,
.portlet.box.white>.portlet-title>.caption>i {
    color: #333;
}

.portlet.light>.portlet-title>.caption {
    color: #333;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.badge {
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 20px;
    height: inherit;
}

.error-msg {
    text-align: left;
    color: rgb(47, 47, 47);
    border: 1px solid #fc7f2b;
    padding: 4px 28px 4px 12px;
    margin-top: 2px !important;
    font-size: 12px;
    background: #ffebec;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

/*========PROFILE CSS=====*/

.web-stu-table-design .portlet.box>.preview-profile {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.img-personal-details img.img-details {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 3px;
    float: left;
}

.img-personal-details .personal-details {
    margin-left: 16px;
    float: left;
    width: calc(100% - 170px);
}

.img-personal-details .personal-details h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}

.img-personal-details .personal-details label {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    background: #e9efff;
    padding: 3px 8px 4px 7px;
    color: #3d3b56;
    position: relative;
    top: -5px;
    left: 4px;
    border: 1px solid #bfcff9;
}

.img-personal-details .personal-details label i {
    margin-right: 4px;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.img-personal-details .personal-details ul {
    margin: 5px 0 10px;
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    clear: both;
}

.img-personal-details .personal-details ul li {
    float: left;
    font-size: 13px;
    margin-right: 18px;
    color: #797979;
}

.img-personal-details .personal-details ul li i {
    font-size: 13px;
    margin-right: 2px;
    text-align: left;
    color: #ff515c;
    font-weight: 700;
}

.img-personal-details .personal-details ul.nav-tabs a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 22px 8px;
    font-size: 13px;
    margin-right: 0;
}

.img-personal-details .personal-details ul.nav-tabs li {
    margin-right: 0;
}

.web-stu-table-design .portlet.box>.preview-profile table {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 50%;
    margin-top: -20px;
    border-top: 0;
    border-right: 0;
}

.web-stu-table-design .portlet.box>.preview-profile table th,
.web-stu-table-design .portlet.box>.preview-profile table td {
    padding: 8px 13px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #757575;
}

.web-stu-table-design .portlet.box>.preview-profile table th b,
.web-stu-table-design .portlet.box>.preview-profile table td b {
    color: #000;
}

.web-stu-table-design .portlet.box>.preview-profile table tr:nth-child(even) th,
.web-stu-table-design .portlet.box>.preview-profile table tr:nth-child(even) td {
    background: #e9edef;
}

.img-personal-details .personal-details ul.nav-tabs {
    margin-bottom: 0;
    overflow: inherit;
    margin-top: 15px;
}

.img-personal-details .personal-details ul.nav-tabs li a {
    background-color: #f7f7f7;
    border-color: #ddd;
    border-radius: 0;
    border-right: 0;
    color: #737373;
}

.img-personal-details .personal-details ul.nav-tabs li:last-child a {
    border-right: 1px solid #ddd;
}

.img-personal-details .personal-details ul.nav-tabs li.active a {
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: #fff;
    color: #3d3b56;
}

.img-personal-details .personal-details .tab-content .tab-pane p {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}

.img-personal-details .personal-details .tab-content {
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-top: 0;
}

/*=========PREVIEW FORM HEADER=====*/
.web-course-work-header-sec {
    overflow: hidden;
    clear: both;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.web-course-work-header-sec .form-header-img {
    height: 100px;
    padding: 5px 0px 2px;
}

.web-course-work-header-sec .web-main-title {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 900;
    margin-top: 14px;
}

.web-course-work-header-sec .web-title {
    font-size: 14px !important;
    margin: 4px 0 0;
    font-weight: 400;
}

.web-course-work-header-sec p {
    margin: 10px 0 15px;
    background: #e9edef;
    padding: 4px 14px;
    border-radius: 30px;
    display: inline-block;
    font-size: 12px
}

/*==========ALERT NOTIFICATION======*/
.notify-alert.modal .modal-content .modal-title {
    font-weight: 700;
    font-size: 20px;
}

.notify-alert.modal .modal-content .modal-title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #3d3b56;
}

.notify-alert.modal .modal-content .modal-footer {
    box-shadow: 0px -7px 15px 0px rgba(0, 51, 90, 0.06);
    display: flex;
    justify-content: center;
}

.notify-alert.modal .modal-content .modal-body p {
    border: 1px dashed #3d3b56;
    border-radius: 30px;
    padding: 4px 46px;
    text-align: center;
    color: #3d3b56;
    font-weight: 600;
    margin: 10px auto;
    width: 400px;
}

.notify-alert.modal .modal-content .modal-body p i {
    color: #fc7f2b;
    font-style: normal;
}

.notify-alert .modal-body .form-body .fee-circle {
    font-size: 32px;
    width: 130px;
    height: 130px;
    text-align: center;
    margin: 12px auto 0;
    border: 2px dotted #5ea961;
    border-radius: 50%;
    line-height: 126px;
    color: #5ea961;
    font-weight: 600;
}

.notify-alert .modal-body .form-body h2 {
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #5ea961;
}



/* custom css */

body {
    background-color: #e0e0e0;
    margin: 20px !important;
}

.wrapper {
    background: #f2f3f7;
    border-radius: 25px;
}

.page-header.navbar .page-header-inner {
    border-radius: 50px !important;

    width: 96%;
    margin: auto;
    margin-top: 41px;
}

.web-sp-panel.page-container-bg-solid .page-content {

    border-radius: 10px;

}

.page-header-fixed .page-container {
    background: #f2f3f7;
    border-radius: 10px;
    padding: 20px;
    margin-top: 50px;
}

/* header */

.page-header.navbar .search-form.search-form-expanded {

    border: 0px solid #ddd;
    background: #f2f2f7;
    border-radius: 50px;
    padding-left: 10px;
}

.web-sp-panel.page-container-bg-solid .page-content {
    background: transparent;

}

.ti-arrow-right:before {
    content: "\e6e1" !important;
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar {
    width: 280px;
    min-height: 100% !important;
    background: transparent;
    /* background: url(../img/sidebar-bg.jpg) center center/cover; */
    box-shadow: none;
    position: fixed;
    z-index: 1;
}

.page-sidebar-menu li.active {
    background: transparent !important;
}


.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li.nav-item a {

    color: #8585a0;

}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li.nav-item a {
    border-bottom: 0px dashed #3e616f;
    color: #fff;
    text-align: left;
    min-height: 40px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.web-sp-panel .page-sidebar-wrapper>.page-sidebar {
    position: initial;

}

.page-sidebar-wrapper>.page-sidebar .title .sm-label {
    display: none !important;
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li.nav-item a {

    color: #393a42;

}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li.nav-item a i {

    color: #393a42;

    width: 34px;
    height: 34px;
    padding: 10px;
    border-radius: 25%;




}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li.active a i {
    background: rgb(252, 127, 43);
    color: #ffffff;
    width: 34px;
    height: 34px;
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li.nav-item a .ti-arrow-right {
    color: #000;
    box-shadow: none;
    transform: rotate(90deg);
    right: 0px;
    position: absolute;
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li.nav-item a:hover {
    background: rgb(236, 236, 236);
}

.page-sidebar-menu li.active i {
    box-shadow: 0.157px 8.999px 29px 0px rgba(251, 133, 55, 0.36);
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li ul.sub-menu,
.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li ul.sub-menu li .sub-menu {
    background: rgb(252, 127, 43);

}


.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li ul.sub-menu li a,
.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li ul.sub-menu li ul.sub-menu li a {

    border-bottom: 1px solid #ffffff1a;
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li ul.sub-menu .nav-link i.ti-arrow-right:before {
    color: #fff !important;
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu li ul.sub-menu li a:hover {
    background: #ffffff1f;
}

.page-header.navbar .page-top,
.web-sp-page-header .page-header-inner .page-logo {

    box-shadow: none;
    background: transparent;
}

.web-sp-page-header .page-header-inner .page-logo {
    float: none;
}

.main-head {
    flex-grow: 1;
    background: #fff;
    border-radius: 50px;
}

.page-header.navbar .page-header-inner {

    display: flex;
}


.web-dashboard-total-student-sec .wave {

    display: none;

}

.web-dashboard-total-student-sec-1 .widget-thumb.widget-bg-color-white {
    background: #f1ffff !important;
}

.web-dashboard-total-student-sec-2 .widget-thumb.widget-bg-color-white {

    background: #f2fff3 !important;
}

.web-dashboard-total-student-sec-3 .widget-thumb.widget-bg-color-white {

    background: #dcf1ff !important;
}

.web-dashboard-total-student-sec-4 .widget-thumb.widget-bg-color-white {

    background: #f7e5ff !important;
}

.hierarchical__year {


    color: #4c4c4c;
    font-weight: 500;
    line-height: 26px;
}

.web-sp-panel .page-sidebar-wrapper>.page-sidebar>.page-sidebar-menu .sub-menu li.nav-item a i {
    color: #ffffff;
    width: 34px;
    height: 34px;
    padding: 10px;
    border-radius: 25%;
}

.sidebar-simple .start a i {
    margin-right: 15px !important;
}

#sidebar-menu li span {
    line-height: 34px;
}

span.title b {
    display: none !important;
}
.login-copyright {
    margin-top: 16px !important;
}

.login-footer a {
    color: #337ab7 !important;
}
.login-copyright {
    padding-bottom: 10px;
    margin-top: 16px !important;
}

.portlet-body .dataTables_empty {
    padding: 42px !important;
    color: #6d6d6d;
    font-size: 18px;
}
