#myBody {
    background-image: url(../image/texture/backTex.jpg);
    background-repeat: repeat;
}

.hover-row tr:hover td {
    background-color: #E0E0E0;
    transition: background-color 200ms;
}

.hover-row tr td {
    transition: background-color 500ms;
}

.focusBackground {
    background-color: red !important;
}

.goBackBackground {
    background-color: white !important;
    transition: background-color 5000ms linear !important;
}

/**************** dropdown-hover ********************/
.drop-hover-btn {
    border: none;
}

.dropdown-hover {
    position: relative;
    display: inline-block;
}

.dropdown-hover-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-hover-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-hover-content a:hover {
            background-color: #ddd;
        }

.dropdown-hover:hover .dropdown-hover-content {
    display: block;
}

.dropdown-hover:hover .dropbtn {
    background-color: #3e8e41;
}

/*************************************/

/***** overrides********/
.btn-default {
    border: 1px solid rgb(12 14 14 / 32%) !important;
    background-color: rgb(218 232 239 / 42%) !important;
    color: #3b505d !important;
}

.card-box {
    border-radius: 6px !important;
    /*  border: 1px solid #bbb;
  background-color: #ffffff4d !important;*/
    border: none !important;
    background-color: var(--light);
    padding: 5px !important;
}

.footer {
    left: 11px;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #bbb !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 10px 10px 0 0 !important;
}

.tab-content {
    border-radius: 0 0 10px 10px !important;
    padding: 10px !important;
}

.nav-tabs > li > a:hover {
    border-radius: 10px 10px 0 0 !important;
}

.portlet {
    border-radius: 10px !important;
}

    .portlet .portlet-body {
        border-radius: 0 0 10px 10px !important;
        border: 1px solid #bbb !important;
    }

    .portlet .portlet-heading {
        background-color: var(--dark) !important;
        border-radius: 10px 10px 0 0;
    }

        .portlet .portlet-heading .portlet-title {
            text-align: center;
        }

.panel {
    border-radius: 10px !important;
}

    .panel .panel-body {
        border-radius: 0 0 10px 10px !important;
        border: 1px solid var(--shadow) !important;
    }

    .panel .panel-heading {
        background-color: var(--dark) !important;
        border-radius: 10px 10px 0 0;
        color: #fff !important;
    }

.nsm-content {
    border-radius: 10px !important;
    min-height: 53px;
}

.alert {
    border-radius: 10px !important;
}

.ag-theme-balham .ag-root {
    border-radius: 5px 5px 0 0;
}

.ag-theme-balham .ag-paging-panel {
    border-bottom: 1px solid #BDC3C7;
    border-radius: 0 0 5px 5px;
}

.ag-root-wrapper {
    border-radius: 5px;
    border-bottom: none !important;
}

.ag-cell {
    overflow-x: hidden;
}

.ag-row-pinned {
    background-color: #f7f5f5 !important;
}

.nsm-body .panel {
    margin-bottom: 0px;
}

.nsm-body .portlet {
    margin-bottom: 0px;
}

.dropdown-menu {
    border-radius: 0px 0px 25px 25px;
}

.ngx-contextmenu .dropdown-menu {
    border-radius: 25px !important;
}

.nsm-dialog-btn-close {
    top: 20px !important;
    left: 20px !important;
    right: unset !important;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-bold {
    font-weight: bold;
}
/***** overrides********/
/*********** cke_editor **************/
.cke_toolbox * {
    font-family: 'iran' !important;
}

div.cke_editable_inline {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    padding: 10px !important;
    min-height: 80px !important;
}

.cke_dialog_ui_html a img {
    display: none !important;
}

.cke_dialog_ui_vbox_child textarea {
    direction: ltr !important;
    text-align: left !important;
}

.cke_dialog_ui_html a {
    display: none !important
}
/******************************/
.btnTrash {
    font-size: 20px;
    color: red;
    left: 12px;
    border: 0px solid;
    background-color: transparent;
}
/******************************/

.overlay {
    overflow-x: auto !important;
}

.mw40 {
    max-width: 540px !important;
    width: 540px !important;
}

.mw50 {
    max-width: 650px !important;
    width: 650px !important;
}

.mw90 {
    max-width: 90% !important;
    width: 90% !important;
}

.mw95 {
    max-width: 95% !important;
    width: 95% !important;
}

.mw70 {
    max-width: 70% !important;
    width: 70% !important;
}

.mw80 {
    max-width: 80% !important;
    width: 80% !important;
}

.mw60 {
    max-width: 800px !important;
    width: 800px !important;
}

.mw30 {
    max-width: 30% !important;
    width: 30% !important;
}

.mw20 {
    max-width: 20% !important;
    width: 20% !important;
}

@media (max-width: 992px) {
    .mw40 {
        width: 100vw !important;
    }

    .mw50 {
        width: 100vw !important;
    }

    .mw90 {
        width: 100vw !important;
    }

    .mw95 {
        width: 100vw !important;
    }

    .mw70 {
        width: 100vw !important;
    }

    .mw80 {
        width: 100vw !important;
    }

    .mw60 {
        width: 100vw !important;
    }

    .mw30 {
        width: 100vw !important;
    }

    .mw20 {
        width: 100vw !important;
    }
}

.w100 {
    width: 100% !important
}

.h90 {
    height: 90% !important
}

.m10 {
    margin: 10px !important
}

.m5 {
    margin: 5px !important
}

.m15 {
    margin: 15px !important
}

.m20 {
    margin: 20px !important
}

.num {
    font-family: 'iranNum','IRAN Sans',Tahoma !important;
}

.h100 {
    height: 100% !important;
}

.m-r-20 {
    margin-left: 20px !important
}

.m-r-40 {
    margin-left: 40px !important
}

.text-left {
    text-align: right !important;
}

.table th, td {
    vertical-align: middle !important;
}

.text-black {
    color: black !important;
}

.theme-background-color {
    background-color: var(--dark) !important;
}

.theme-color {
    color: var(--dark) !important;
}

/*****************grid menu*/
.ngx-contextmenu .dropdown-menu > li > a {
    color: #fff;
    padding: 5px 10px;
    font-size: 13px !important;
}

.ngx-contextmenu .dropdown-menu .divider {
    margin: 1px 0;
}

.ngx-contextmenu .menuIcon {
    margin-left: 5px;
    vertical-align: middle;
}

.ngx-contextmenu .disabled a {
    color: #aaa !important;
}

.ngx-contextmenu .disabled:hover a {
    color: #aaa !important;
}
/*****************table */
.table i.fa {
    font-size: 19px !important;
}

.table-footer td {
    font-weight: bold !important;
    background-color: #f1f1f1 !important;
    border-color: #ddd !important;
}

.lowPadding td, th {
    padding: 2px !important;
}

td.lowPaddingTableLabel {
    padding: 5px !important;
}

.lowPadding td.rowCounter {
    line-height: 35px !important;
    background-color: #f1f1f1 !important;
    border-color: #ddd !important;
}

.table th, td {
    text-align: center !important;
}

.table th {
    font-size: 14px !important;
}

.table td {
    font-size: 14px !important;
    color: #000 !important;
}

.customTable th {
    background-color: #f1f1f1 !important;
    padding: 5px !important;
    border: 1px solid #ddd !important;
}

.whiteRow td {
    background-color: #fff;
}
/*****************general*/
.gradient-line {
    background-image: linear-gradient(141deg, var(--light) 3%, var(--dark) 51%, var(--light) 97%);
    margin: 10px;
    height: 1px;
}

.noBorder {
    border: none !important;
}

.swal2-html-container {
    font-size: 16px !important;
}

.sectionHeader {
    margin-top: 30px !important;
    /*color: #2491e4;*/
    color: var(--dark);
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding-bottom: 4px;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

li a.disabled {
    color: #ccc !important
}

.disabled * {
    pointer-events: none;
    cursor: not-allowed !important;
}

.gridLink {
    color: #6577fb;
    font-weight: bold;
}

.gridBtn2 {
    width: 35px;
    margin: 3px !important;
}

    .gridBtn2 i {
        padding-top: 5px;
    }

.objectRow {
    padding: 3px;
    border: 1px solid #000;
    border-radius: 3px
}

.myBadge {
    margin-top: -5px !important;
    font-size: 19px !important;
    font-weight: bold;
    border-radius: 50% !important;
    padding: 6px 5px 3px !important;
    min-width: 27px !important;
}

.div-box {
    border: 1px solid #09c6ff61;
    -moz-border-radius: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
}

.btn-near {
    margin: 0 10px 10px 0;
}

.btn {
    font-size: 12px !important;
    border-radius: 25px;
}

.form-group {
    margin-bottom: 5px !important;
}

.block-primary {
    border: 1px solid #ddd !important;
    border-right: 6px solid #188ae2 !important;
    border-radius: 2px !important;
}

.block-danger {
    border: 1px solid #ddd !important;
    border-right: 6px solid #ff5b5b !important;
    border-radius: 2px !important;
}

.block-success {
    border: 1px solid #ddd !important;
    border-right: 6px solid #10c469 !important;
    border-radius: 2px !important;
}

.colLowPadding {
    padding: 0px !important;
}
/************/
input.ng-dirty.ng-invalid {
    border: 1px solid crimson;
}

.erSign {
    color: crimson;
}

.noErSign {
    padding: 5px !important;
}

.td {
    vertical-align: middle !important;
}

.clickableRow {
    cursor: pointer;
}

    .clickableRow:hover td {
        background-color: #e8f4ff;
    }

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.plr0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pricingBorder {
    border: 1px solid #12ad90;
}

.afterInput {
    line-height: 37px;
    font-size: 20px;
    color: #17599c;
    font-weight: bold;
}

#prof {
    width: 45px;
    height: 43px;
    padding: 2px;
}

#prof2 {
    width: 100px;
    height: 100px;
    padding: 2px;
}

.profBtns a {
    font-size: 33px;
}

.lot:hover {
    background-color: #0c2029
}

select {
    text-align: center !important;
}

.form-control[disabled] {
    background-color: #e7e5e5;
}

.nav > li > a {
    padding: 5px 10px;
}

/************grid***********/
.ag-theme-balham .ag-rtl .ag-header-select-all {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.ag-theme-material, .ag-theme-material > div {
    border-radius: 5px;
}

.ag-floating-filter-button {
    display: none !important;
}

/************************ aggrid customize***************************/
.ag-input-field-input {
    text-align: center !important;
    font-size: 14px !important;
    height: 100% !important;
    vertical-align: middle;
    border-radius: 2px;
    border: none !important;
    /*background-color: #fff !important;*/
}

.ag-floating-filter-input {
    width: 99% !important;
}

.ag-theme-balham .ag-select .ag-picker-field-display {
    font-size: 13px !important;
}

.ag-header-row {
    /*background-color: #ededed;*/
    background-color: var(--icon) !important;
    font-size: 22px;
}
/*added*****/
.ag-theme-balham .ag-paging-panel {
    background-color: var(--icon) !important;
    border: none !important;
}

.ag-theme-balham .ag-root-wrapper {
    border: none !important;
}
/*added*****/

.ag-theme-material .ag-filter input[type='text'], .ag-theme-material .ag-filter input[type='date'] {
    padding: 5px !important;
}

.ag-theme-balham .ag-floating-top, .ag-theme-balham .ag-floating-bottom {
    background-color: #ededed !important;
}

.ag-theme-balham .ag-rtl .ag-header-cell-label > span {
    font-size: 12px !important;
    font-weight: bold;
    color: var(--dark) !important;
}

.ag-theme-material .ag-rtl .ag-header-cell-label .ag-header-icon {
    margin-top: 0 !important;
    margin-right: 5px;
}

.ag-theme-balham .ag-rtl .ag-cell {
    border-left: 1px solid #ddd !important;
    text-align: center;
    font-size: 12px !important;
}

.form-horizontal .control-label {
    font-size: 12px;
}
/***************************************************/

.ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus {
    border-left: 1px solid #0091EA !important;
}

.gridBtn {
    padding: 3px !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    transition: all .2s ease-in;
}

    .gridBtn i {
        font-size: 15px !important;
    }

    .gridBtn:hover {
        transform: scale(1.02);
        box-shadow: 0px 0px 15px var(--shadow);
    }

.gridI {
    font-size: 28px
}

.ag-header-cell-text {
    margin-left: auto;
    margin-right: auto;
}

.rotateHeader .ag-header-cell-text {
    transform: rotate( 270deg );
    overflow: visible !important;
}

.ag-theme-balham .archivedRow {
    background-color: #ffebe6 !important;
}

.ag-theme-balham .finishedClasses {
    background-color: #FFF9C4 !important;
}

.ag-theme-balham .fridayRow {
    background-color: #D7CCC8 !important;
}

.ag-theme-balham .holidayRow {
    background-color: #C8E6C9 !important;
}

.ag-theme-balham .vacationRow {
    background-color: #FFCCBC !important;
}

.ag-theme-balham .duplicateDateRow {
    color: #F44336 !important;
}

.ag-filter-select, .ag-filter-filter {
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 28px;
    font-size: 18px;
    text-align: center;
}

.btnUpGrid {
    font-size: 14px !important;
    padding: 5px 9px 3px !important;
    transition: all .2s ease-in;
}

    .btnUpGrid:hover {
        transform: scale(1.1);
        box-shadow: 0px 0px 15px var(--shadow);
    }

.ag-theme-balham .ag-floating-filter-body {
    width: 100% !important;
}

.ag-theme-balham .ag-header-cell, .ag-theme-balham .ag-header-group-cell {
    padding: 0 !important;
}

.ag-theme-balham .ag-rtl .ag-header-cell-menu-button {
    margin-left: 2px;
    opacity: 1 !important;
}

.ag-theme-balham .ag-cell-focus {
    border-left: 1px solid red !important
}

.gHeight-parent {
    display: flex;
    flex-direction: column;
}

.gHeight {
    height: 500px;
    flex-grow: 1;
    min-height: 400px;
}
/********************************************/
.btnNew {
    position: fixed;
    bottom: 5%;
    width: 55px;
    height: 55px;
    padding: 17px;
    z-index: 1000;
    margin-right: 20px;
}

    .btnNew i {
        font-size: 25px;
    }

.alert {
    margin-bottom: 5px;
}

.gridHead {
    font-size: 25px;
    background-color: rgba(247, 226, 190, 1);
    padding: 7px 20px;
}

    .gridHead i {
        font-size: 33px;
    }

    .gridHead strong {
        color: #494b4c
    }

.fh {
    height: 100% !important
}

.breadcrumb li > a {
    font-weight: bold;
}

.breadcrumb li > span {
    font-weight: bold;
}
/*********/

.labelHeight {
    line-height: 33px !important;
}

/***************************************************** Time Picker*/
.timepicker-overlay {
    direction: ltr !important;
    z-index: 9999 !important;
}

/**************************************************** date picker*/
dp-date-picker {
    width: 100% !important;
}

dp-day-calendar.dp-material .dp-calendar-weekday {
    font-size: 20px !important;
}

.dp-nav-header-btn {
    font-size: 14px !important;
}

dp-month-calendar.dp-material .dp-calendar-month {
    font-size: 13px !important;
}

.dp-nav-btns-container button {
    width: 20px !important;
}

dp-calendar-nav .dp-nav-header {
    font-size: 18px !important;
}

dp-date-picker.dp-material .dp-picker-input {
    font-size: 13px !important;
    height: 32px !important;
    border: 1px solid var(--shadow) !important;
    padding: 10px !important;
    border-radius: 4px !important;
    width: 100% !important;
    text-align: center !important;
}
/**************************************************** ng-select*/
ng-select {
    font-size: 13px !important;
}

.ng-select.ng-select-single .ng-select-container {
    height: 32px !important;
    min-height: 32px !important;
    border-color: var(--shadow);
}
/**************************************************** menu*/
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px !important;
}

.dropdown-menu .divider {
    margin: 1px 0 !important;
}

.dropdown-menu > li > a {
    padding: 4px 20px !important;
}

/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #005798 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #005798;
}


  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: rgb(0, 87, 152) !important;
    color: #fff !important;
  }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: rgb(0, 87, 152) !important;
  color: #fff !important;
  border-radius: 30px;
}*/

.dropdown-menu {
    background-color: #33465a;
}

.ng-dropdown-panel .cboxCol {
    border-right: 1px solid #ddd !important;
}

.ng-dropdown-header {
    background-color: #fdf7ed;
}
/**************************************************** dashboard*/
.navbar-brand {
    padding: 0 15px !important
}

    .navbar-brand img {
        width: 86px;
        height: 42px;
    }

.navbar {
    margin-bottom: 0 !important;
}

/**************************************************** bread crumb*/

.breadcrumb {
    /*background-color: #eeeeee !important;*/
    padding: 1px !important;
    margin-bottom: 0;
}

.ltr {
    direction: ltr !important;
}

.erSignPadding {
    padding-left: 30px !important;
}
/**************************************************** loading */
.panel-heading {
    color: white;
    text-align: center;
    font-size: 17px;
}

.linear-activity {
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-color: #cff0ff;
    z-index: 9999;
    position: fixed;
    bottom: 0;
}

.determinate {
    position: relative;
    max-width: 100%;
    height: 100%;
    -webkit-transition: width 500ms ease-out 1s;
    -moz-transition: width 500ms ease-out 1s;
    -o-transition: width 500ms ease-out 1s;
    transition: width 500ms ease-out 1s;
    background-color: #03A9F4;
}

.indeterminate {
    position: relative;
    width: 100%;
    height: 100%;
}

    .indeterminate:before {
        content: '';
        position: absolute;
        height: 100%;
        background-color: var(--dark);
        animation: indeterminate_first 1.5s infinite ease-out;
    }

    .indeterminate:after {
        content: '';
        position: absolute;
        height: 100%;
        background-color: var(--light);
        animation: indeterminate_second 1.5s infinite ease-in;
    }

@keyframes indeterminate_first {
    0% {
        left: -100%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}

@keyframes indeterminate_second {
    0% {
        left: -150%;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 10%;
    }
}
/***********************tooltip*************************/

.mytooltip {
    position: relative;
    display: inline-block;
}

    .mytooltip .mytooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .mytooltip .mytooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .mytooltip:hover .mytooltiptext {
        visibility: visible;
        opacity: 1;
    }


a.help {
    font-size: 20px;
    vertical-align: sub;
}
/*******************bar rating**************/

.bar-rating div.br {
    margin: 0 !important;
}

.br-unit {
    margin-right: 0px !important;
    font-size: 18px !important;
    height: 19px !important;
    width: 18px !important;
}

.br-units {
    display: -webkit-inline-box !important;
    direction: ltr;
}

.br-fontawesome-o .br-selected:after {
    color: #ffcb0e !important;
}

.br-fontawesome-o .br-fraction:after {
    color: #ffcb0e !important;
}



/**********************Dashboard Css****************************/
/***********dash-box**************/
.dash-box {
    border-radius: 15px;
}

    .dash-box .dash-box-row {
        padding: 0px 10px 5px;
    }

        .dash-box .dash-box-row i {
            margin-left: 5px
        }

    .dash-box .dash-line {
        background-color: black;
        height: 1px;
        margin-bottom: 14px;
    }
/***********dash-box**************/

.left-right-padding50 {
    padding-left: 50px;
    padding-right: 50px;
}

/***********product cardex****************/
.ag-theme-balham .inputFactor {
    background-color: #E3F2FD !important;
}

.ag-theme-balham .outputFactor {
    background-color: #ffebee !important;
}


/***********op-button****************/
.op-button .image-container {
    display: flex;
    justify-content: center;
    padding-top: 14px;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: white;
    border: 1px solid #8e8c8c;
    z-index: 0;
    position: relative;
    margin-right: 20px;
    top: 10px;
    cursor: pointer;
}

    .op-button .image-container img {
        width: 40px;
        height: 40px;
    }

.op-button .op-body {
    background-color: #2196F3;
    border-radius: 50px;
    padding: 4px;
    min-height: 52px;
    display: flex;
    cursor: pointer;
    margin-top: -50px;
    /*box-shadow: 0px 0px 5px #00bcd4;*/
}

.op-button .right-side {
    width: 40%;
    text-align: center;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    position: relative;
}

.op-button .left-side {
    width: 60%;
    background-color: white;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    padding-top: 7px !important;
    cursor: pointer;
    color: black;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.op-button .op-body:hover {
    background-color: #f44336;
    box-shadow: 0px 0px 5px #c64949;
}

.op-button .image-container:hover {
    background-color: #FF9800;
}

.shadow-box {
    box-shadow: 0px 1px 7px #909294;
}

.p0 {
    padding: 0px !important;
}

ui-switch span {
    border-color: #bebbbb !important;
}

ui-switch small {
    border: 1px solid #bebbbb !important;
}


/******************* object student teacher panel **********************/

.text-error {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px;
}

.font-weight-value {
    font-weight: 800;
    text-align: right;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.font-weight-title {
    font-weight: 500;
    font-size: 13px;
    text-align: left;
}

.top-box {
    height: 75px;
    background-color: white;
    z-index: 1;
    position: relative;
    width: 96%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000033;
    overflow: hidden;
    right: 6px;
}

.body-box {
    position: relative;
    background-color: white;
    width: 90%;
    top: -8px;
    right: 15px;
    z-index: 0;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #00000033;
    margin-bottom: 5px;
}

    .body-box .inner {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        background-color: white;
        overflow-wrap: inherit;
        padding-top: 15px;
        line-height: 22px;
    }

        .body-box .inner .row {
            width: 100%;
        }

    .body-box button {
        background-color: var(--dark) !important;
        color: white;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 4px;
        margin-right: 2px;
        margin-left: 2px;
        min-width: 100px;
    }

        .body-box button:hover {
            box-shadow: 0 0 5px #00000055;
            color: whitesmoke;
        }



.top-box:after {
    content: "";
    display: block;
    width: 190px;
    height: 224px;
    background: var(--dark);
    position: absolute;
    transform: rotate(219deg);
    right: -74px;
    top: 0px;
    transition: all 0.2s;
}

.box-container:hover .top-box:after {
    width: 230px;
    transition: all 0.2s;
}

.box-container:hover .top-box {
    box-shadow: 0px 0px 10px #00000075;
    transition: all 0.2s;
}

.box-container:hover .body-box {
    box-shadow: 0px 0px 10px #00000075;
    transition: all 0.2s;
}

.img-box {
    position: absolute;
    border-radius: 150px;
    height: 60px;
    width: 60px;
    z-index: 2;
    top: 6px;
    right: 58px;
    background-color: white;
    box-shadow: 0px 0px 5px #00000054;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .img-box img {
        height: 80%;
    }

.box-title {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

    .box-title .level-title {
        font-size: 17px;
        font-weight: 600;
        text-align: center;
        color: black;
    }

    .box-title .class-number {
        font-size: 13px;
        font-weight: 600;
    }

.label-cc {
    font-size: 13px !important;
    font-weight:normal;
    height: 32px !important;
    border: 1px solid var(--shadow) !important;
    border-radius: 4px !important;
    width: 70% !important;
    text-align: center !important;
    /*color: #757575;*/
    margin: 0px;
}

    .label-cc:hover {
        cursor: auto;
    }
