BBnepal-Accounts/assets_admin/css/style.css

1137 lines
26 KiB
CSS
Raw Permalink Normal View History

2024-07-10 12:43:19 +00:00
*, html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Rubik';
font-weight: normal;
font-style: normal;
}
/* rubik-regular - latin_cyrillic */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
src: url('../fonts/rubik-v11-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/rubik-v11-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/rubik-v11-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/rubik-v11-latin_cyrillic-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-500 - latin_cyrillic */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 500;
src: url('../fonts/rubik-v11-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/rubik-v11-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/rubik-v11-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/rubik-v11-latin_cyrillic-500.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-600 - latin_cyrillic */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 600;
src: url('../fonts/rubik-v11-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/rubik-v11-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/rubik-v11-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/rubik-v11-latin_cyrillic-600.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-700 - latin_cyrillic */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 700;
src: url('../fonts/rubik-v11-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/rubik-v11-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/rubik-v11-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/rubik-v11-latin_cyrillic-700.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-800 - latin_cyrillic */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 800;
src: url('../fonts/rubik-v11-latin_cyrillic-800.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/rubik-v11-latin_cyrillic-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/rubik-v11-latin_cyrillic-800.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-800.woff') format('woff'), /* Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/rubik-v11-latin_cyrillic-800.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-900 - latin_cyrillic */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-weight: 900;
src: url('../fonts/rubik-v11-latin_cyrillic-900.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/rubik-v11-latin_cyrillic-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/rubik-v11-latin_cyrillic-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/rubik-v11-latin_cyrillic-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/rubik-v11-latin_cyrillic-900.svg#Rubik') format('svg'); /* Legacy iOS */
}
.wraper {
margin: 0;
padding: 0;
box-sizing: border-box;
width: 100%;
}
.my-tabs-items {
padding: 0;
background: #fcfcfc;
}
img.logo {
width: 160px;
}
.list_of-items-tab ul {
list-style-type: none;
margin-bottom: 0;
margin-top: 35px;
}
.list_of-items-tab {
padding: 20px;
position: sticky;
top: 0;
}
.list_of-items-tab ul li {
margin-bottom: 10px;
display: flex;
width: 10rem;
}
.list_of-items-tab ul li.active {
background: #032da1;
border-radius: 18px;
box-shadow: 0 4px 7px 0 rgba(0,0,0,.3);
}
.list_of-items-tab ul li a {
font-size: 15px;
color: #A5A9B4;
padding: 10px 15px;
width: 100%;
}
.list_of-items-tab ul li a:hover{
color: #ffffff;
outline: none;
background: #032da1;
border-radius: 18px;
text-decoration: none;
box-shadow: 0 4px 7px 0 rgba(0,0,0,.3);
}
.list_of-items-tab ul li a:focus{
outline: none;
text-decoration: none;
}
.list_of-items-tab ul li a.active {
color: #ffffffd9;
}
.list_of-items-tab ul li a span img {
width: 19px;
margin-right: 15px;
}
.items1 {
padding: 10px;
background: #BCD9E7;
margin-top: 15px;
height: 30vh;
}
.items2 {
padding: 10px;
background: #FFEEEA;
margin-top: 44px;
height: 30vh;
}
.items3 {
padding: 10px;
background: rgba(0,123,255,.25);
margin-top: 15px;
height: 80vh;
}
.notification {
display: inline;
font-size: 18.3px;
padding: 10px 13px;
background: #F6F7F9;
border-radius: 5px;
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 1%);
}
.top-head-tlt {
margin-top: 20px;
}
.user-drpdown {
display: inline-flex;
}
.user-dp {
display: inline;
width: 30px;
height: 30px;
text-align: center;
padding-top: 3px;
background: #F2D884;
color: #fff;
border-radius: 50%;
margin-right: 10px;
}
.user-name-tlt span {
margin-left: 8px;
}
.drp-item {
display: flex;
align-items: center;
padding: 6px 13px;
background: #F6F7F9;
border-radius: 5px;
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 1%);
margin-left: 7px;
}
input.search-input {
width: 100%;
background: transparent;
border: none;
font: 14px/32px 'Rubik', sans-serif;
font-weight: 500;
}
input.search-input:focus {outline: none;}
.search_box {
width: 100%;
display: flex;
padding: 2px 25px;
background: #F6F7F9;
align-items: center;
border-radius: 9px;
box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 1%);
}
.icon-btn {
margin-left: 8px;
color: #7A7E87;
cursor: pointer;
user-select: none;
}
.icon-btn:active {
color: #F2D884;
}
.tlt-user {
display: flex;
align-items: center;
margin-top: 15px;
margin-bottom: 15px;
}
.tlt-name {
font-size: 14px;
color: #FE5E22;
font-weight: 600;
letter-spacing: .8px;
}
.tlt-heading {
font-size: 20px;
font-weight: 600;
letter-spacing: 0.9px;
}
/* .custom-select {
display: inline-block;
width: 50%;
font-size: 15px;
letter-spacing: .5px;
height: calc(2.25rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
line-height: 1.5;
color: #A6AAB5;
vertical-align: middle;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
box-shadow: none;
background: url(../images/icons/dropdown-group.svg) 100% / 22px no-repeat #fff;
}
.custom-select:focus{
box-shadow: none;
outline: none;
} */
.continue-reading {
background: #EBF8E7;
padding: 15px 15px 4px 15px;
border-radius: 12px;
margin: 20px 0px;
}
.tlt-read {
font-weight: 600;
margin-bottom: 10px;
}
.items-list-classes {
padding: 7px 12px;
display: flex;
align-items: flex-start;
background: #D1E9CA;
border-radius: 10px;
}
.tlt-para {
font-size: 15px;
font-weight: 600;
letter-spacing: .5px;
color: #000;
}
.items-para {
padding-left: 10px;
}
.tlt-descrip {
font-size: 11px;
color: #000;
overflow: hidden;
display: -webkit-box;
display: -moz-box;
-webkit-line-clamp: 2;
-moz-line-clamp: 2;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
overflow: hidden;
}
.items-list ul li {
list-style-type: none;
margin-bottom:8px;
}
.items-list ul li a:hover{
text-decoration: none;
}
.card-progress {
background: #FFEEEA;
padding: 15px 15px 4px 15px;
border-radius: 12px;
margin: 20px 0px;
}
.inset-div {
display: flex;
align-items: flex-start;
}
.inset-para {
width: 100%;
padding-left: 10px;
}
.inset-para::-webkit-scrollbar{
width: 3px;
}
.inset-para::-webkit-scrollbar-track{
box-shadow: inset 0 0 5px #F37658;
border-radius: 10px;
}
.inset-para::-webkit-scrollbar-thumb{
background: #F37658;
border-radius: 10px;
}
.tlt-header {
font-size: 15px;
font-weight: 600;
margin-bottom: 10px;
}
.tlt-inset {
font-size: 20px;
font-weight: 600;
}
.ico-mrk img {
width: 33px;
margin-top: 5px;
}
.tlt-inset-para {
font-size: 12px;
font-weight: 600;
color: #878686;
letter-spacing: .4px;
}
.progress {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: .5rem;
overflow: hidden;
font-size: .75rem;
background-color: #F4DDD8;
border-radius: .25rem;
width: 56%;
}
.progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
background-color: #F37658;
transition: width .6s ease;
}
.tlt-progressbar {
display: flex;
align-items: center;
}
.marks-line {
font-size: 13px;
font-weight: 600;
letter-spacing: .4px;
margin-left: 10px;
color: #F37658;
}
.tlt-inset-more {
font-size: 13px;
font-weight: 500;
letter-spacing: .5px;
text-align: right;
color: #F37658;
padding-right: 30%;
margin: 5px 0px;
}
.tlt-bar-div {
font-size: 13px;
display: flex;
align-items: center;
justify-content: space-between;
}
.progress1 {
width:56%;
}
.progress2 {
width:56%;
}
.progress3 {
width:56%;
}
.progress4 {
width:56%;
}
.progress-bar1 {
background-color: #87BE56;
}
.progress-bar2 {
background-color: #FBDA7D;
}
.progress-bar3 {
background-color: #FEAC40;
}
.progress-bar4 {
background-color: #FE9182;
}
.tlt-bar {
flex-basis: 25%;
}
.progress-list ul li {
list-style-type: none;
margin-bottom: 10px;
}
.tlt-tag {
color: #FF5D22;
font-size: 14px;
font-weight: 600;
}
.sub-tlt-tag {
font-size: 14px;
font-weight: 600;
width: 90%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.Para-tlt-tag p {
font-size: 13.5px;
margin: 5px 0;
color: #AAADB8;
}
.dp-list {
display: flex;
align-items: center;
}
ul.item-dp {
margin-bottom: 0;
list-style-type: none;
display: flex;
}
.link-desp {
font-size: 12px;
font-weight: 600;
letter-spacing: .4px;
color: #747474;
margin-left: 8px;
}
.item-div {
padding: 17px;
padding-bottom: 0;
}
.item-nm {
font-size: 13px;
font-weight: 600;
color: #fff;
padding: 5px 10px;
border-radius: 50%;
border: 1.2px solid #fff;
}
.item-nm.item-dp1 {
background: #87BE56;
margin-left: -1px;
}
.item-nm.item-dp2 {
background: #FEAC40;
margin-left: -9px;
}
.item-nm.item-dp3 {
background: #FE9182;
margin-left: -9px;
}
.item-nm.item-dp4 {
background: #E5E5ED;
margin-left: -9px;
}
.cnt-items {
display: flex;
margin: 10px 0;
}
.img-ico {
margin-right: 8px;
}
.cnt-tlt {
font-weight: 600;
font-size: 14px;
}
.cnt-tag {
font-size: 11px;
letter-spacing: 0.4px;
}
.btn-join-class {
display: flex;
align-items: center;
padding: 0 32px;
}
.btn-join {
padding: 7px 0;
background: #032da1;
color: #fff;
margin-right: 12px;
border-radius: 10px;
font-size: 13.5px;
letter-spacing: .5px;
font-weight: 600;
cursor: pointer;
user-select: none;
width: 88px;
text-align: center;
}
.tlt-site {
font-size: 13.5px;
color: #747474;
}
.hr-line {
margin: 15px 0;
padding: 1px;
background: #ccc;
}
.right-content {
padding: 15px;
background: #FCFCFC;
margin-top: 45px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}
.select-box {
text-align: center;
}
.select-box div{
font-size: 15px;
letter-spacing: .5px;
color: #A6AAB5;
cursor: pointer;
}
ul.listsubject-clss {
height: 41vh;
overflow: hidden;
overflow-y: scroll;
padding-right: 12px;
}
ul.listsubject-clss::-webkit-scrollbar {
width: 3px;
height: 100px;
}
ul.listsubject-clss::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #b9d6b1;
border-radius: 10px;
}
ul.listsubject-clss::-webkit-scrollbar-thumb {
background-color: #b9d6b1;
outline: none;
border-radius: 10px;
}
table.table-condensed {
width: 100%;
text-align: center;
}
th.prev, th.next {
display: none;
}
th.switch {
font-size: 15px;
font-weight: 600;
text-align: left;
padding-left: 15px;
padding-bottom: 13px;
}
th.dow {
font-size: 13.5px;
color: #FE5E22;
font-weight: 600;
}
td.day {
color: #4E4E59;
font-size: 14px;
cursor: pointer;
width: 2.4em;
height: 2.4em;
}
td.day.old.disabled {
color: #A0AFC0;
font-size: 14px;
}
td.day.new {
color: #A0AFC0;
}
td.day.active {
background: #032da1;
width: 29px;
height: 29px;
display: inline-block;
line-height: 30px;
color: #fff;
border-radius: 50%;
}
/*------------new chart css style start--------*/
.chart_hoursub_sec1, .chart_hoursub_sec2, .chart_hoursub_sec3, .chart_progressdaysec{
color: #AEAEAE;
font-size: 12.1px;
font-weight: 500;
position: relative;
}
.chart_section {
padding: 15px 15px 0px;
position: relative;
margin-bottom: 20px;
margin-top: 9px;
}
.chart_hoursection1, .chart_hoursection2, .chart_hoursection3{
margin-bottom: 9px;
}
.chart_hoursub_sec1::after, .chart_hoursub_sec2::after, .chart_hoursub_sec3::after{
border-bottom: 1px dashed #aeaeae3d;
content: "";
display: inline-block;
width: 89%;
position: absolute;
margin: 0 15px;
top: 50%;
}
.chart_barblock{
display: flex;
position: absolute;
left: 52px;
width: 84%;
justify-content: space-evenly;
border: 0;
bottom: 0;
}
.chart_progresscard{
text-align: center;
}
.chart_progresscard .progress {
height: 37px;
width: 82px;
transform: rotate(-90deg);
background-color: transparent;
}
.chart_progresscard .progress .progress-bar{
background-color:#BCD9E7;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.chart_progressdaysec{
left: 0;
right: 0;
bottom: -23px;
line-height: 15px;
}
.select-box {
text-align: center;
}
/*------------new chart css style end--------*/
.list-slider .owl-dots{
text-align: center;
height: 21px;
}
.list-slider .owl-dot{
background:#A6AAB5 !important;
border: 2px solid #A6AAB5 !important;
border-radius: 50%;
width: 6px;
margin: 0 2px;
height: 6px;
}
.list-slider .owl-dots .active{
background:#000 !important;
border: 2px solid #000 !important;
width: 7px;
height: 7px;
}
.card-progress.attendance {
background: #FCF4DD;
}
.card-progress.attendance .progress-list{
height: 102px;
overflow: auto;
padding-right: 10px;
}
.card-progress.attendance .progress-list::-webkit-scrollbar{
width: 3px;
}
.card-progress.attendance .progress-list::-webkit-scrollbar-track{
box-shadow: inset 0 0 5px #FBDA7D;
border-radius: 10px;
}
.card-progress.attendance .progress-list::-webkit-scrollbar-thumb{
background: #FBDA7D;
border-radius: 10px;
}
.continue-reading {
height: 52vh;
}
.card-progress {
height: 24.5vh;
}
.Para-tlt-tag p {
display: -webkit-box;
display: -moz-box;
-webkit-line-clamp: 3;
-moz-line-clamp: 3;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
overflow: hidden;
}
/*------Calendar page css start------*/
.calender_classcard, .calender_head, .calender_block, .calender_attend_block, .attendance_innerhead, .attendence_status, .calender_classnamesec{
display: flex;
}
.headersearch_sec{margin-left: 50px;}
.calender_tymsec{
background: #FFEEEA;
margin-bottom: 15px;
border-radius: 16px;
padding: 17px 15px;
}
.calender-content{
margin: 20px 50px;
}
.calender_lsec, .cla_todayclass{
width: 43%;
}
.calender_head{
justify-content: space-between;
}
.calender_classcard{
border-radius: 8px;
background: #FFE2DB;
padding:6px 15px;
justify-content: space-between;
margin-bottom: 10px;
}
.calender_block{
justify-content: space-around;
height: 262px;
}
.calender_classblock::-webkit-scrollbar{
width: 3px;
}
/* Track */
.calender_classblock::-webkit-scrollbar-track{
box-shadow: inset 0 0 5px #FE9182;
border-radius: 10px;
}
/* Handle */
.calender_classblock::-webkit-scrollbar-thumb{
background: #FE9182;
border-radius: 10px;
}
.calender_attendance{
background: #FCF4DD;
border-radius: 16px;
padding: 14px 20px 17px;
}
.calender_attend_block{
height: 177px;
}
.attendance_class .tab-content .tab-pane::-webkit-scrollbar, .attand_l .progress-list::-webkit-scrollbar{
width: 3px;
}
/* Track */
.attendance_class .tab-content .tab-pane::-webkit-scrollbar-track, .attand_l .progress-list::-webkit-scrollbar-track{
box-shadow: inset 0 0 5px #FBDA7D;
border-radius: 10px;
}
/* Handle */
.attendance_class .tab-content .tab-pane::-webkit-scrollbar-thumb, .attand_l .progress-list::-webkit-scrollbar-thumb{
background: #FBDA7D;
border-radius: 10px;
}
.atendance_secactive{
background: #FCEAB5;
border-radius: 5px;
}
.calender_l th.switch, .calender_heading_l{
font-size: 17px;
padding-bottom:17px;
font-weight: 600;
}
.calenderclass_joinbtn{
background: #032da1;
border-radius: 18px;
box-shadow: 0 4px 7px 0 rgba(0,0,0,.3);
border: none;
color: #fff;
font-size: 15px;
height: 39px;
width: 100px;
line-height: -1px;
font-weight: 600;
display: none;
}
.calenderclass_joinbtn:focus {
outline:none;
}
.calender_heading_r{
font-size: 15px;
font-weight: 500;
color: #000;
}
.cal_classcard_ico{
margin-right: 15px;
}
.cal_classcard_ico img{
width: 29px;
height: 29px;
}
.cal_classcard_head{
font-size: 14px;
font-weight: 600;
}
.cal_classcard_headtxt, .cal_classcard_tym{
font-size: 12px;
font-weight: 500;
line-height: 15px;
}
.cal_classcard_tym{
margin: auto 0;
}
.attand_l .tlt-header, .attendance_innerheading{
font-size: 17px;
font-weight: 600;
}
.attand_l .tlt-header{
margin-bottom: 7px;
font-weight: 700;
}
.attand_l .progress-list{
height: 148px;
overflow: auto;
padding: 0 15px 0 0;
}
.attand_l .progress-list ul li {
padding: 6px 10px;
margin-bottom: 5px;
cursor: pointer;
}
.attand_l .progress-list ul li:hover{
background: #FCEAB5;
border-radius: 5px;
}
.attand_l .tlt-ico img{
width: 22px;
height: 22px;
margin-right: 7px;
}
.attand_l .tlt-bar{
font-weight: 600;
}
.attand_l .tlt-number{
margin: 0 15px;
}
.attand_l .tlt-number, .attand_l .tlt-detail{
font-size: 13px;
}
.attendanve_lsec{
width: 49%;
}
.attendance_class{
width: 48%;
margin-left: 10px;
}
.attand_l .tlt-detail{
width: 23%;
cursor: pointer;
}
.attendance_innerheadtab .nav-tabs .nav-item.show .nav-link, .attendance_innerheadtab .nav-tabs .nav-link.active {
border-bottom: 2px solid #FBDA7D;
}
.attendance_innerheadtab .nav-tabs .nav-link {
color: #495057;
font-size: 14px;
padding: 0px 4px;
margin: 0 21px;
background: transparent;
border: none;
}
.attendance_innerheadtab .nav-tabs {
border-bottom: none;
}
.attendence_date, .attendence_mark{
font-size: 14px;
font-weight: 500;
width: 34%;
line-height: 25px;
letter-spacing: 0.7px;
}
.attendance_class .tab-content .tab-pane{
margin: 15px 0;
height: 125px;
overflow: auto;
}
.attand_l .progress1, .attand_l .progress2, .attand_l .progress3, .attand_l .progress4{
width:46%;
}
.attand_l .progress-bar {
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
}
.cla_todayclass, .attendance_class{
position: relative;
}
.cla_todayclass::before{
content: "";
display: block;
width: 3px;
height:81%;
position: absolute;
margin: 30px 0;
}
.cla_todayclass::before{
background-color: #fbd2c8;
left: -46px;
}
.attendance_classblock{
margin-left: 40px;
}
.calender_l td.day.active {
background: #FE9182;
width: 33px;
height: 33px;
display: inline-block;
line-height:32px;
}
.calender_l th.switch{
cursor: pointer;
text-align: center;
padding-left: 0;
font-weight: 600;
}
.calender_l th.next{
text-align: left;
}
.calender_l th.prev{
text-align: right;
}
.calender_l th.prev, .calender_l th.next {
display: block;
position: relative;
cursor: pointer;
}
.calender_l .icon-arrow-left::before{
content:"";
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 7px solid #000;
display: inline-block;
}
.calender_l .icon-arrow-right::before{
content: "";
width:0;
height: 0;
display: inline-block;
border-top:5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 7px solid #000;
}
.calender_classblock{
height: 222px;
overflow: auto;
padding-right: 15px;
}
/*------Calendar page css end------*/
.user-drpdown{
cursor: pointer;
}
.drp-item{
position: relative;
}
.drpdown-items{
background: #F6F7F9;
position: absolute;
top: 62px;
z-index: 1;
text-align: center;
right: 15px;
width: 13%;
display:none;
}
.drpdown-items ul{
margin-bottom: 5px;
}
.drpdown-items ul li{
list-style-type: none;
line-height: 30px;
padding: 2px 8px;
}
.drpdown-items ul li:hover{
background: #032da1;
border-radius: 6px;
}
.drpdown-items ul li:hover a{
color: #fff;
}
.drpdown-items ul li a{
color: #878686;
font-size: 14px;
font-weight: 400;
text-decoration: none;
}
.drpdown-items ul li a .ico{
margin-right: 5px;
}
.accept-modal-wrap .modal-content {
border-radius: 10px;
}
.accept-modal-wrap .close {
position: absolute;
right: 4px;
}
.accept-modal p {
text-align: center;
margin-bottom: 10px;
width: 80%;
margin: 0 auto 10px;
font-size: 13px;
}
.accept-modal .delete-modal-btn {
text-align: center;
position: relative;
margin-bottom: 25px;
}
.accept-modal .delete-modal-btn .subject_addbtn {
border: 1px solid #5b5959;
background: none;
color: #000;
border-radius: 7px;
width: 120px;
cursor: pointer;
}
.accept-modal .delete-modal-btn .subject_addbtn_cancel {
background: #343434;
color: #fff;
margin-left: 6px;
}
.accept-modal-wrap .modal-dialog {
width: 400px;
}
.modal-msg {
position: absolute;
bottom: -29px;
font-size: 13px;
}
.accept-modal {
padding: 15px 20px 0;
}
.accept-modal h3 {
margin-bottom: 8px;
}
.accept-modal-wrap .modal-dialog {
margin: auto;
height: 90vh;
display: flex;
align-items: center;
}
/**********************************/
.delete-modal {
text-align: center;
padding: 20px;
}
.delete-modal-wrap .close {
position: absolute;
right: 8px;
top: 3px;
}
.delete-modal .fa-times-circle {
color: red;
font-size: 40px;
}
.delete-modal h4 {
font-size: 20px;
margin: 10px 0;
}
.delete-modal p {
font-size: 13px;
margin: 0 0 15px;
}
.delete-modal-btn .subject_addbtn {
padding: 6px 26px;
font-size: 12px;
}
.delete-modal-btn {
margin-bottom: 15px;
}
.subject_addbtn_cancel {
background: #c6c3c3;
}