/* login page css */
.sign-up-side{
    background-color: #2F53EB;
    height: 100vh;
}
.btn-sign-up{
    background-color: #2F53EB;
    color: white;  
}
.btn-sign-up:hover{
    color: white !important;
    background-color: #3b5cf0;
}
.sign-up-form-container{
    border-radius: 0 1.5rem 1.5rem 0;
    height: 100vh;
}
.welcome-back-text{
    font-size: 1.7rem !important;
    color: black;
}
.sign-in-text{
    font-size: 1.25rem;
    color: black;
}
.input-height{
    height: 2.625rem !important;
}
.sign-icon-hover img{
    transition: 0.3s ease-in-out;
}
.sign-icon-hover:hover img{
    transform: translateX(.6rem);
}
.sign-icon-hover.signin-link img {
    margin-right: .3em;
}
.sign-icon-hover.signin-link:hover img {
    transform: translateX(-0.6rem);
}
.carousel-heading{
    font-size: 1.4rem;
    font-weight: 400;
}
.carousel-para{
    font-size: 0.9rem;
    font-weight: 400;
}
.owl-carousel .owl-dots.disabled{
    display: block !important;
}
.example .owl-dots{
    text-align: center !important;
}
.owl-carousel button.owl-dot {
    background-color: #AFC1CB !important;
    width: 5px;
    height: 15px;
    margin: 0 5px;
    border-radius: 5px;
}
.owl-carousel button.owl-dot.active{
    height: 25px !important;
    background-color: white !important;
}
.dashboard_agent_prop {
    font-size: 1em;
}
.login-img{
    width: 60%;
}
.form-link{
    color: #2F53EB;
    font-weight: 500;
}
.light-text{
    color: #b4b9bc;
}
/* media query of login page */
@media (max-width: 576px) {
    .login-img{
        width: 100%;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .form-wrapper{
        width: 75%;
    }
}
@media (max-width: 767px) {
    .sign-up-form-container{
        border-radius: 1.5rem 1.5rem 0 0;
    }  
}
@media (min-width: 768px) and (max-width: 991px) {
    .login-img{
        width: 75%;
    }
    .carousel-heading{
        font-size: 1.3rem;
    }
    .carousel-para{
        font-size: 0.8rem;
    }
}
/*  custom css */
.vertical-menu{
    display: none !important;
}
.main-content{
    margin-left: 0px !important;
    background-color: white !important;
}
.navbar-header{
    display: none !important; 
}
.page-content {
    padding:  0  !important;
}
nav {
    padding-top: 1em;
    height: 15vh;
}
.page-title-box{
    display: none !important;
}
.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.bar-img{
    width: 1.2rem;
}
.offcanvas-start{
    width: 15rem;
}
.header-img{
    height: 1.2rem !important;
    width: auto;
}
.light-text{
    color: #b4b9bc;
}
.nav-menu-container ul {
    font-size: 0.7rem !important;
}
/* nav pills start */
.dashboard-nav-item .nav-link.active, .dashboard-nav-item .show>.nav-link{
    background-color: #2F53EB !important;
    color: white !important;
    border-radius: 7px !important;
}
.dashboard-nav-item .nav-link{
    color: #707070 !important;
    font-size: 12px;
    padding: 0.5rem 0.5rem !important;
    border-radius: 7px !important;
}
.dashboard-nav-pills{
    background-color: #f6f7fb;
    padding: 5px;
    border-radius: 7px !important;
}
.nav-btn-2{
    margin-left: .5rem;
    margin-right: .5rem;
}
/* president section start */
.president-card {
    background-color: #f6f7fb;
    border-radius: 10px 10px 10px 100px;
    padding: 2rem 4rem !important;
    margin-left: 5em;
    padding-left: 8em !important;
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.president-card-heading{
    font-size: 16px;
    color: black;
}
.president-card-para {
    font-size: 11px;
}
.president-card-footer{
    font-size: 11px;
    color: #707070;
    margin-bottom: 10px;
}
#press_msg {
    height: 16em;
    overflow: auto;
}
.president-card-footer-images{
    width: 1rem !important;
}
.president-card-footer-images-1{
    width: .6rem !important;
}
.president-img-1{
    top: 30%;
    left: -76px;
    width: 160px;
}
.president-img-2{
    top: unset;
    bottom: -51px;
    right: -86px;
    width: 170px;
}
/* agent section start */
.second-section{
    background-color: #f6f7fb;
}
.card-bg-color1{
    background-color:#ecfafa ;
}
.card-bg-color2{
    background-image: linear-gradient(119deg, #faf4f4,#f4f2fd);
}
.card-bg-color3{
    background-image: linear-gradient(119deg, #f0f7fe, #fbf2ee);
}
.calendar-section{
    border-radius: 1rem;
}
.agent-section{
    border-radius: 1rem;
    overflow: hidden;
}
.agent-section-heading{
    font-size: 1rem;
    color: black;
    background-color: white;
}
.agent-card{
    border-radius: 1rem;
    transition: 0.3s ease-in-out;   
}
.winner-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.dashboard-image-bg{
    position: relative;
}
.dashboard-image-bg img{
    position: absolute;
    left: -1px;
    top: -3.5px;
    bottom: 0;
    width: 1.6rem;
}
.dashboard-image-bg span{
    background: #fff;
    padding: 2px 10px 2px 26px;
    border-radius: 50px;
    font-size: 11px;
}
.dashboard-side-image{
    padding-right: .5rem;
}
.dashboard-side-image img{
    width: 3rem;
    height: 3rem;
}
.border-bottom1{
    border-bottom: 1px solid #d6e6e5!important;
}
.w-30px{
    width: 30px;
}
.table-rounded-size{
    border-radius: 15px !important;
}
.imgOuter img{
    width: 35px !important;
    height: 35px;
}
.imgOuter img{
    width: 100%;
}
.table-fs-size{
    font-size: 14px !important;
    color: black;
}
.name{
    color: black;
    font-weight: 500;
    overflow: hidden;
    font-size: 0.7rem;
}
.name p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fs-7{
    font-size: .7rem;
}
.py-25{
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
}
.pt-25{
    padding-top: .6rem !important;
}
.hide-table-text{
    text-overflow: ellipsis !important;
}
.expand-calendar{
    bottom: 0;
    right: 0;
}
.card_color{
    background-color: #fff;
    border-radius: 1rem !important;  
}
.president-sidebar-calendar{
    background-color: #1940ed;
}
.expand{
    background: #f6f7fb !important;
    border: transparent !important;
}
.expand .hidden-text{
    display: block !important;
}
.expand-img {
    width: 2.5rem;
}
.expand-img-1{
    width: 2.5rem !important;
    display: none;
}
.expand .expand-img{
    display: none;
}
.expand .expand-img-1{
    display:  block !important;
}
.nav-account-text{
    padding: 0.2rem 2.3rem 0.2rem 0.7rem;
    height: 32px;
    background-color: #2F53EB;
    font-size: 11px;
}
.nav-account-img{
    width: 34px;
    height: 34px;
    right: -0.2rem;
    top: -2px;
    border: 1px solid white;
    border-radius: 50%;
}
.nav-account-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 50%;
}
.input-calendar{
    background-color: white !important;
    background-image: url(../../images/dashboard/icn-cal.png);
    background-repeat: no-repeat;
    background-position: top 50% right 8%;
    max-width: 8rem;
}
.card-title{
    font-size: 13px !important;
}
.card-text{
    font-size: 11px !important;
    color: #5e5e5e;
}
/* chart */
.highcharts-data-label, .highcharts-title, .highcharts-credits{
    display: none !important;
}
.chart-heading{
    font-size: 14px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chart-para{
    font-size: 12px;
}
.graph-expand-img{
    width: 2.4rem;
}
.highcharts-scrolling::-webkit-scrollbar{
    height: 0.75rem !important;
}
.chart .highcharts-series-0 rect{
    fill:  #e9e9e9 !important;  
}
/* .chart-1 .highcharts-series-1 rect{
    fill: #3355dc !important;
} */
#pos8 .highcharts-series-0 rect{
    fill: #40a1e4 !important;
}
#pos8-pdf .highcharts-series-1 rect{
    fill: #ff8264 !important;
}
.chart-1 g.highcharts-axis-labels.highcharts-xaxis-labels text {
    padding-top: 20px !important;
    margin-top: 20px;
    transform: translate(0px, 8px) !important;
}
.chart-2 .highcharts-series-1 rect{
    fill: #00a676 !important;
}
.chart-3 .highcharts-series-1 rect{
    fill: #8d44f6 !important;
}
.chart-33 .highcharts-series-1 rect{
    fill: #8d44f6 !important;
}
.chart-4 .highcharts-series-1 rect{
    fill: #1976d3 !important;
}
.chart-5 .highcharts-series-1 rect{
    fill: #ff8264 !important;
}
.chart-6 .highcharts-series-1 rect{
    fill: #ff4594 !important;
}
.chart-7 .highcharts-series-1 rect{
    fill: #0189fa !important;
}
.chart-8 .highcharts-series-1 rect{
    fill: #1976d3 !important;
}
.chart-9 .highcharts-series-1 rect{
    fill: #34a853 !important;
}
.chart-10 .highcharts-series-1 rect{
    fill: #cc0001!important;
}
#pos10-pdf.expand-on .highcharts-series-1 rect{
    fill: #cc0001!important;
}
.social-graph-img{
    width: 1.6rem;
    height: 1.6rem;
}
.social-graph-bg{
   background: #f6f7fb !important;
}
/* footer */
.footer{
    display: none !important;
}
.new-footer{
    text-align: center;
    background: #e0e3e8;
}
/* scrollbar */
*::-webkit-scrollbar {
    width: .7rem;
    height: 3rem !important;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #efefef;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }
.scroller {
    overflow-y: scroll;
    scrollbar-color: #efefef #ffffff #fff;
    scrollbar-width: thin;
}
.blue-claendar-box.scroller{
    scrollbar-width: none;
}
  
  /* new calendar */
  .dashboard-blue-calendar{
   /*   background: radial-gradient(ellipse at top, #5f7cff, #2F53EB),
      radial-gradient(ellipse at bottom, #0130ff, transparent);*/
      top: 0;
      z-index: 5;
      position: absolute;
      width: 100%;
      border-bottom: solid 1px #1a6ed1;
  }
  .blue-claendar-box::-webkit-scrollbar{
      display: none !important;
  }
  .mbsc-ios.mbsc-eventcalendar .mbsc-calendar-wrapper{
      border: none !important;
  }
  .mbsc-ios.mbsc-eventcalendar .mbsc-calendar-header, .mbsc-ios.mbsc-eventcalendar .mbsc-calendar-week-days, .mbsc-ios.mbsc-calendar-cell{
    background-color: transparent !important;
    border: none !important;
  }
  button.mbsc-calendar-button.mbsc-calendar-button-prev.mbsc-reset.mbsc-font.mbsc-button.mbsc-ios.mbsc-ltr.mbsc-button-flat.mbsc-icon-button{
    position: absolute;
    color: #3b39398f !important;
    top: 4.2rem;
    left: -0.5rem;
  }
  button.mbsc-calendar-button.mbsc-calendar-button-next.mbsc-reset.mbsc-font.mbsc-button.mbsc-ios.mbsc-ltr.mbsc-button-flat.mbsc-icon-button{
    position: absolute;
    color: #3b39398f !important;
    top: 4.2rem;
    right: -0.5rem;
  }
  button.mbsc-calendar-button.mbsc-calendar-button-today.mbsc-calendar-header-today.mbsc-reset.mbsc-font.mbsc-button.mbsc-ios.mbsc-ltr.mbsc-button-flat{
      display: none !important;
  }
  .mbsc-calendar-cell-text.mbsc-calendar-month-text.mbsc-ios {
    color: white !important;
    font-weight: 400 !important;
    margin: 0 !important;
    font-size: 12px !important;
}
  .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-ios {
    color: white !important;
    font-weight: 400;
}
.mbsc-calendar-cell-inner.mbsc-calendar-day-inner.mbsc-ios:hover .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-ios{
    background-color: white !important;
    color: #2F53EB !important;
    border: none !important;
    border-radius: 5px !important;
    transform: translateY(4px) !important;
}
.mbsc-calendar-cell-inner.mbsc-calendar-day-inner.mbsc-ios:hover .mbsc-calendar-label-text.mbsc-ios{
    transform: translateY(4px) !important;
}
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text{
    background-color: white !important;
    color: #2F53EB !important;
    border: none !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
}
.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-ios.mbsc-ltr.mbsc-calendar-day-labels.mbsc-selected:hover .mbsc-calendar-cell-text{
    transform: translateY(0px) !important;
}
.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-ios.mbsc-ltr.mbsc-calendar-day-labels.mbsc-selected:hover .mbsc-calendar-label-text.mbsc-ios{
    transform: translateY(0px) !important;
}
button.mbsc-calendar-button.mbsc-reset.mbsc-font.mbsc-button.mbsc-ios.mbsc-ltr.mbsc-button-flat {
    color: white !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
span.mbsc-calendar-title.mbsc-calendar-month.mbsc-ios, span.mbsc-calendar-title.mbsc-calendar-year.mbsc-ios{
    font-size: 12px !important;
    opacity: .7 !important;
}
span.mbsc-calendar-title.mbsc-calendar-year.mbsc-ios{
    padding-right: 21px !important;
    background-image: url(../../images/dashboard/cal-dwn.png);
    background-repeat: no-repeat;
    background-position: right;
}
.mbsc-calendar-week-days.mbsc-flex {
    color: white !important;
    font-weight: 400 !important;
    font-size: 1.4rem !important;
}
.mbsc-calendar-controls.mbsc-ios{
    background-color: transparent !important;
}
.mbsc-calendar-label-text.mbsc-ios {
    width: 5px;
    height: 5px;
    background: white;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    margin-top: 4px !important;
}
.mbsc-calendar-week-day.mbsc-flex-1-0-0.mbsc-ios.mbsc-ltr{
    opacity: 0.6 !important;
}
.mbsc-calendar-cell-text.mbsc-calendar-year-text.mbsc-ios {
    color: white;
    font-weight: 400;
    font-size: 12px !important;
    margin: 0 !important;
}
.mbsc-ios.mbsc-calendar {
    background-color: transparent !important;
}
.mbsc-calendar-slide.mbsc-calendar-slide-active.mbsc-ios.mbsc-ltr{
    padding-left: 7px !important;
    padding-right: 7px !important;
}
.mbsc-calendar-cell.mbsc-flex-1-0-0.mbsc-calendar-day.mbsc-ios.mbsc-ltr.mbsc-calendar-day-labels.mbsc-selected{
    transform: translateY(4px) !important;
}
.mbsc-calendar-title-wrapper.mbsc-ios{
    justify-content: end;
}
.rounded-1{
    border-radius: 1rem !important;
}
/*.calendar-heading {
    position: absolute;
    top: 1.2rem;
    left: 1.8rem;
    z-index: 2;
    color: white;
    font-size: 1rem;
}*/
.mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label.mbsc-calendar-label-start{
    color: transparent !important;
}
.mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label{
    color: transparent !important;
}
.mbsc-calendar-text:before{
    display: none !important;
}
button.mbsc-calendar-button.mbsc-reset.mbsc-font.mbsc-button.mbsc-ios.mbsc-ltr.mbsc-button-flat:hover{
    opacity: 1 !important;
}
.calendar-dropdown-arrow{
    position: absolute;
    z-index: 2;
    right: 0.8rem;
    top: 1.2rem;
}
.mbsc-calendar-header.mbsc-ios{
    margin-bottom: 7px !important;
}
.mbsc-calendar-cell-inner.mbsc-calendar-year-inner.mbsc-ios:hover .mbsc-calendar-cell-text.mbsc-calendar-year-text.mbsc-ios{
    background-color: white !important;
    color: #2F53EB !important;
    border-radius: 5px !important;
}
.mbsc-calendar-cell-inner.mbsc-calendar-month-inner.mbsc-ios:hover .mbsc-calendar-cell-text.mbsc-calendar-month-text.mbsc-ios{
    background-color: white !important;
    color: #2F53EB !important;
    border-radius: 5px !important;
}
.mbsc-scrollview-scroll > .mbsc-calendar-slide > .mbsc-calendar-table > .mbsc-calendar-row .mbsc-calendar-cell[role="gridcell"] > div:first-child {
    display: none !important;
}
.mbsc-popup-content {
    background: radial-gradient(ellipse at top, #5f7cff, #2F53EB),
      radial-gradient(ellipse at bottom, #0130ff, transparent);
}
.calendar-border{
    width: 100%;
    height: 1px;
    background-color: #1a6ed1;
    position: absolute;
    left: 0;
    top: 3rem;
}
/* .mbsc-font.mbsc-popup-wrapper.mbsc-popup-wrapper-anchored.mbsc-ios.mbsc-ltr.mbsc-calendar-popup.mbsc-popup-pointer.mbsc-popup-round{
    display: none !important;
} */
/* hover effects */
.nav-menu-container ul li:hover .inactive-img{
    opacity: .5;
}
.nav-menu-container ul li:hover .nav-header-text{
    opacity: .8;
}
.dashboard-nav-item button:hover{
    background: #dfe5ff !important;
}
span.mbsc-button-icon.mbsc-ltr.mbsc-icon.mbsc-ios:hover{
    color: white !important;
}
.table-rounded-size:hover{
    background-color: #f4f6ff; 
}
.table-rounded-size:hover .light-text{
    color: rgb(52,58,64);
}
.agent-card:hover{
    transform: translateY(-10px);
}
.graph-expand-img:hover{
    opacity: .7;
}
.graph-hover:hover{
    box-shadow: 0px 0px 3px lightgray;
}
.card_color:hover{
    box-shadow: 0px 0px 3px lightgray;
}
.card_color img:hover{
    opacity: .7;
}
.nav-menu-container .active .active-img{
    display: block !important;
}
.nav-menu-container .active .inactive-img{
    display: none;
}
.nav-menu-container .active .nav-header-text{
    color: #2F53EB !important;
    font-weight: 600 !important;
}
.nav-menu-container ul li.active:hover .nav-header-text{
    opacity: 1;
}
.mbsc-popup-content{
    width: 200px !important;
    overflow: hidden !important;
}
.mbsc-popup-body.mbsc-popup-body-anchored.mbsc-ios.mbsc-popup-body-round{
    width: 200px !important;
}
.mbsc-calendar-picker-slide.mbsc-calendar-slide.mbsc-ios.mbsc-ltr .mbsc-calendar-table.mbsc-flex-col{
    width: 200px !important;
}
.mbsc-calendar-picker-wrapper{
    height: 8.5em !important;
}
.mbsc-calendar-picker-button-wrapper{
    justify-content: flex-start !important;
    padding-left: 10px;
}
/* flatpicker calendar */
.flatpickr-calendar.animate.open{
    width: 240px !important;
}
.flatpickr-weekdays{
    width: 240px !important;
    font-size: 12px !important;
}
.dayContainer{
    width: 240px !important;
    min-width: 240px !important;
}
span.flatpickr-day{
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px !important;
}
span.flatpickr-day.today{
    background-color: #2F53EB !important;
    color: white !important;
    border: none !important;
}
.flatpickr-current-month {
    font-size: 14px !important;
    padding-top: 13px !important;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 5em !important;
    border-radius: 0 0 1em 1em !important;
}
ul.dropdown-menu.show li {
    border-bottom: solid 1px #E5E5E5;
}
ul.dropdown-menu.show li:last-child {
    border-bottom: none;
}
ul.dropdown-menu::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 5em;
    background: #2e52e8;
    top: 0;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }
.dropdown-item {
    color: #000000;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
    color: #2f53eb;
}
.main {
    padding: 1em 2em 5em;
    min-height: 78vh;
}
span.name-tag {
    width: 3rem;
    height: 3rem;
    display: flex;
    background-color: #4566f4;
    background-image: linear-gradient(315deg, #2fb2eb 0%, #2f53eb 74%);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
span.name-tag-t {
    width: 35px;
    height: 35px;
    display: flex;
    background-color: #4566f4;
    background-image: linear-gradient(315deg, #2fb2eb 0%, #2f53eb 74%);
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.rescalendar {
    margin: 0 auto;
    background: radial-gradient(ellipse at top, #5f7cff, #2F53EB),
    radial-gradient(ellipse at bottom, #0130ff, transparent);
    position: relative;
    padding: 1em 0 0.5em;
    overflow-y: hidden !important;
}
.rescalendar_day_cells span {
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4364f4;
    color: white;
}
td.day_cell.today.middleDay .dia {
    background: #fff;
    color: #2f53eb;
    text-align: center;
    border-radius: 0.5em;
}
td.day_cell.middleDay .dia {
    background: #fff;
    color: #2f53eb;
    text-align: center;
    border-radius: 0.5em;
}
.rescalendar_day_cells td.today {
    background: transparent !important;
    border: none !important;
}
td.firstColumn {
    display: none;
}
input.refDate {
    display: none;
}
span.dia_semana {
    font-weight: 600;
}
span.mes {
    display: none !important;
}
.rescalendar_day_cells span {
    display: block;
    padding: 10px 0px !important;
    font-size: 1em !important;
    width: 36px !important;
    text-align: center !important;
    margin: 10px auto;
}
.rescalendar_table .firstColumn {
    width: 0 !important;
    text-align: left;
}
button.move_to_last_month {
    position: absolute;
    left: 10px;
    bottom: 26px;
    background: transparent;
    border: none;
    color: #000000;
    font-size: 1.8em;
}
.rescalendar_day_cells td:hover {
    background: transparent !important;
    cursor: pointer;
    color: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #556ee6 !important;
    color: white;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #f1f1f1 !important;
}
button.move_to_next_month {
    position: absolute;
    right: 10px;
    bottom: 26px;
    background: transparent;
    border: none;
    color: #000000;
    font-size: 1.8em;
}
.calendar-head{
    padding: 1em;
}
.calendar-heading h2 {
    color: #fff;
    font-size: 1.05em;
    margin-bottom: 0;
}
button.move_to_today {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
}
span.dia_semana {
    color: #fff;
    opacity: .5;
    font-size: 1em;
}
button.move_to_yesterday {
    display: none;
}
button.move_to_tomorrow {
    display: none;
}
.filter .form-control {
    padding: 0.5em 0.5em;
    width: 5em;
    border-radius: 0.3em;
    margin-top: 1em;
    margin-right: 1em;
    border: solid 1px #fff;
    text-align: center;
}
.dashboard-blue-calendar .select2-container {
    max-width: 100% !important;
    min-width: fit-content;
    font-size: 12px;
    font-weight: 500;
    margin-right: 0.2em !important;
}
button.move_to_today {
    position: absolute;
    right: 90px;
    top: 0;
    background: #ffffff;
    border: none;
    color: #2f53eb;
    z-index: 9999;
    font-size: 12px;
    padding: 5px 8px;
    font-weight: 500;
    border-radius: 2em;
}
.rescalendar_day_cells td.middleDay {
    border: none !important;
}
.p-r-0{
    padding-right: 0 !important;
}
.dashboard-blue-calendar .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;
    color: #fff;
}
.dashboard-blue-calendar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}
.dashboard-blue-calendar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px !important;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--open .select2-dropdown {
    left: 0;
    min-width: fit-content !important;
}
td.data_cell.hasEvent.greenClass {
    background: white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    position: absolute;
    bottom: 10px;
    right: auto;
    margin: 0 15px;
    text-align: center;
}
.reset{
    height: 100vh;
}
.reset .form-wrapper.login-box {
    width: 400px;
}
.expandedgraph .select2-container {
    width: 90px !important;
}
.expandedgraph .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 0.5em;
}
.expandedgraph .select2-container .select2-selection--single {
    height: 32px;
}
.expandedgraph .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 30px;
}
.expandedgraph .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
.blue-claendar-box {
    background: #f6f7fb;
    border-radius: 0 0 1em 1em;
}
.second-section {
    background-color: #f6f7fb;
    padding: 1.5em !important;
    border-radius:1em ;
}
.rescalendar_day_cells span {
    margin-bottom: 0 !important;
}
/* media query */
@media (max-width: 400px) {
    .calendar-heading{
        font-size: 12px !important;
        top: 1.4rem !important;
    }
    .dashboard-nav-pills{
        display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: auto;
    width: fit-content;
    }
    .dashboard-nav-pills::-webkit-scrollbar{
        display: none !important;
    }
    .dashboard-nav-item .nav-btn-1{
        width: 130px !important;
        font-size: 12px;
    }
    .dashboard-nav-item .nav-btn-2{
        width: 120px !important;
        font-size: 12px;
    }
    .dashboard-nav-item .nav-btn-3{
        width: 60px !important;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .calendar-section{
        border-radius: 0 !important;
    }
    .blue-claendar-box{
        border-radius: 1rem !important;
        overflow: hidden;
    }
    .second-section {
        /* background: none !important; */
        margin-bottom: 2rem;
    }
    .president-img-1, .president-img-2{
        display: none !important;
    }
    .president-card {
        border-radius: 10px 10px 10px 50px;
        padding: 2rem 2rem !important;
        margin-left: 5em;
        padding-left: 2rem !important;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .rescalendar_day_cells span {
        padding: 6px 0px !important;
        font-size: 1em !important;
        width: 28px !important;
        text-align: center !important;
        margin: 10px auto;
    }
    .main {
        padding: 1em 1em 5em;
    }
    .dashboard-blue-calendar .select2-container {
        font-size: 12px;
        margin-right: 1em !important;
    }
    button.move_to_today {
        right: 80px;
    }
}
@media (max-width: 991px){
.agent-section-box::-webkit-scrollbar{
    display: none !important;
}
.agent-section-heading{
    position: sticky;
        top: 0;
        z-index: 1;
}
.offcanvas-body .dropdown-menu {
    top: 100%!important;
    position: inherit !important;
    padding-bottom: 0;
}
.offcanvas-body ul.dropdown-menu li {
    border-bottom: none;
}
.sign-up-side {
    height: auto;
}
.logo-img{
    width: 7rem;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 5em !important;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 1em;
  }
  ul.dropdown-menu.show::before {
    position: static;
    background: transparent !important;
  }
  ul.dropdown-menu::before {
    position: static;
    background: transparent !important;
}
}
@media (min-width: 768px) {
    .blue-claendar-box{
        height: 50em;
        overflow-y: auto;
     }
     .agent-section-box{
        height: 460px;
        /* overflow-y: auto; */
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 992px){
    .border-md-0{
        border: 0 !important;
    }
    .agent-section-fixed-part{
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .agent-section-scroll-part{
        flex: 1 1 auto;
        overflow-y: auto;
    }
    .logo-img{
          width: 8.5rem !important;
          height: 3em;
          object-fit: contain;
    }
}
































/* Jitendra CSS */
.formTab {

}
.formTab .downloadFormsSection .formHeading {
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
}
.formTab .downloadFormsSection .downloadLinks {

}
.formTab .downloadFormsSection .downloadLink {
    background-color: #f6f7fb;
    border: 0.1rem solid #f4f4f4;
    border-radius: 0.5rem;
    align-items: center;
    padding: 0.3rem 0.5rem;
    transition: 0.3s all;
}
.formTab .downloadFormsSection .downloadLink .downloadLinkIcon {
    width: 2rem;
    height: 2rem;
    padding: 0rem;
    display: grid;
    align-items: center;
    justify-content: center;
}
.formTab .downloadFormsSection .downloadLink .downloadLinkIcon img {
    height: 1.3rem;
    width: auto;
}
.formTab .downloadFormsSection .downloadLink .downloadLinkTitle {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
}
.formTab .downloadFormsSection .downloadLink .downloadLinkIcon2 {
    width: 2rem;
    height: 2rem;
    padding: 0rem;
    display: grid;
    align-items: center;
    justify-content: center;
}
.formTab .downloadFormsSection .downloadLink .downloadLinkIcon2 img {
    height: 1.2rem;
    width: auto;
}

.formTab .downloadFormsSection .downloadLink:hover {
    background-color: #3053eb;
    border: 0.1rem solid #284adf;
}
.formTab .downloadFormsSection .downloadLink:hover .downloadLinkIcon img {
    filter: invert(1);
}
.formTab .downloadFormsSection .downloadLink:hover .downloadLinkTitle {
    color: #ffffff;
}
.formTab .downloadFormsSection .downloadLink:hover .downloadLinkIcon2 img {
    filter: brightness(20);
}
.formTab .usefullLinksSection {
    background-color: #f6f7fb;
}
.formTab .usefullLinksSection .formHeading {
    font-size: 0.9rem;
    font-weight: 700;
    color: #000;
}
.formTab .usefullLinksSection .downloadLink {
    background-color: #fff;
    border: 0.1rem solid #fff;
    border-radius: 0.5rem;
    align-items: center;
    padding: 0.3rem 0.5rem;
    transition: 0.3s all;
}
.formTab .usefullLinksSection .downloadLink .downloadLinkIcon {
    width: 2rem;
    height: 2rem;
    padding: 0rem;
    display: grid;
    align-items: center;
    justify-content: center;
}
.formTab .usefullLinksSection .downloadLink .downloadLinkIcon img {
    height: 1.3rem;
    width: auto;
}
.formTab .usefullLinksSection .downloadLink .downloadLinkTitle {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
}
.formTab .usefullLinksSection .downloadLink .downloadLinkIcon2 {
    width: 2rem;
    height: 2rem;
    padding: 0rem;
    display: grid;
    align-items: center;
    justify-content: center;
}
.formTab .usefullLinksSection .downloadLink .downloadLinkIcon2 img {
    height: 1.2rem;
    width: auto;
}

.formTab .usefullLinksSection .downloadLink:hover {
    background-color: #3053eb;
    border: 0.1rem solid #284adf;
}
.formTab .usefullLinksSection .downloadLink:hover .downloadLinkIcon img {
    filter: invert(1);
}
.formTab .usefullLinksSection .downloadLink:hover .downloadLinkTitle {
    color: #ffffff;
}
.formTab .usefullLinksSection .downloadLink:hover .downloadLinkIcon2 img {
    filter: brightness(20);
}

/* new calendar */
.fc {
    background-color: #2F53EB !important;
}
table.fc-scrollgrid.fc-scrollgrid-liquid{
    border: none !important;
}
.fc-theme-standard td, .fc-theme-standard th {
    border: none !important;
}
.fc-daygrid-day-events{
    /* display: none !important; */
    width: 4px !important;
    height: 4px !important;
    min-height: 4px !important;
    border-radius: 50px !important;
    margin-top: 5px !important;
    background-color: white !important;
}
.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fc-daygrid-day-top {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.fc-daygrid-day-top .fc-daygrid-day-number{
    color: white !important;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: transparent !important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top{
    background: white !important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top .fc-daygrid-day-number{
    color: #2F53EB !important;
}
a.fc-col-header-cell-cushion {
    color: white !important;
}
button.fc-today-button.fc-button.fc-button-primary {
    display: none !important;
}




/* pb calendar */
.pb-calendar .schedule-dot-item.blue {
    background-color: white !important;
    margin-top: 5px !important;
}

.pb-calendar .top-frame>.control-frame>.control-btn+.control-btn {
    margin-left: 0 !important;
}

.pb-calendar .schedule-dot-item.red {
    background-color: white !important;
    margin-top: 5px !important;
}

.pb-calendar .schedule-dot-item.green {
    background-color: white !important;
    margin-top: 5px !important;
}

.pb-calendar .top-frame>.control-frame>.control-btn>.icon {
    height: 16px !important;
    width: auto !important;
}

.pb-calendar .top-frame>.control-frame {
    display: block !important;
    float: right !important;
    padding: 0 !important;
    width: 0 !important;
}

.pb-calendar .top-frame>.year-month-frame {
    display: block !important;
    float: left !important;
    width: 20% !important;
}

.pb-calendar .top-frame>.year-month-frame .year {
    color: white !important;
    margin-right: 5px !important;
}

.pb-calendar .top-frame {
    padding-top: 0px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: end !important;
    padding-right: 10px !important;
}

.pb-calendar>.calendar-head-frame>.row>.col {
    display: table-cell !important;
    width: 14.285714% !important;
    vertical-align: top !important;
    text-align: center !important;
    font-size: .9em !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    padding: 10px 5px !important;
    height: 20px !important;
    color: white !important;
    opacity: .8 !important;
}
.pb-calendar>.calendar-body-frame>.row>.col {
    width: 25px !important;
    height: 25px !important;
    /* background-color: red !important; */
    display: table-cell !important;
    vertical-align: top !important;
    text-align: center !important;
    font-size: .9em !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    padding: 10px 5px !important;
    color: white !important;
}
.pb-calendar>.calendar-head-frame>.row>.col.holiday {
    color: white !important;
}
.pb-calendar>.calendar-body-frame>.row>.col.before-month, .pb-calendar>.calendar-body-frame>.row>.col.after-month{
    opacity: .7 !important;
}

.pb-calendar>.calendar-head-frame>.row>.col>.schedule-dot-list>.schedule-dot-item,
.pb-calendar>.calendar-body-frame>.row>.col>.schedule-dot-list>.schedule-dot-item {
    display: inline-block !important;
    border-radius: 50% !important;
    width: .4em !important;
    height: .4em !important;
    vertical-align: top !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.pb-calendar>.calendar-head-frame>.row>.col>.schedule-dot-list,
.pb-calendar>.calendar-body-frame>.row>.col>.schedule-dot-list {
    margin-top: 0 !important;
    text-align: center !important;
    height: 0 !important;
}

.pb-calendar .top-frame>.year-month-frame {
    display: block !important;
    float: left !important;
    width: 20% !important;
    font-size: 1em !important;
    color: white !important;
    font-weight: 400 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    opacity: .7 !important;
}

.pb-calendar {
    display: block !important;
    position: relative !important;
    color: #000000 !important;
    background: radial-gradient(ellipse at top, #5f7cff, #2F53EB),
    radial-gradient(ellipse at bottom, #0130ff, transparent) !important;
    padding: 1em !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1;
}
.pb-calendar .top-frame .control-frame a.control-btn.prev-btn{
    position: absolute;
    z-index: 99999999;
    top: 131px;
    left: 7px;
    bottom: 0;
    background-image: url(../../images/dashboard/cal-prv.png);
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    
}
.pb-calendar .top-frame .control-frame a.control-btn.prev-btn img{
    display: none !important;
}
.pb-calendar .top-frame .control-frame a.control-btn.next-btn{
    position: absolute;
    z-index: 99999999;
    top: 131px;
    right: -7px;
    bottom: 0;
    background-image: url(../../images/dashboard/cal-next.png);
    background-repeat: no-repeat;
    width: 25px !important;
    height: 25px !important;
    
}
.pb-calendar .top-frame .control-frame a.control-btn.next-btn img{
    display: none !important;
}

/* Center the loader */
#loader {
    position: absolute;
    left: 60%;
    top: 60%;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: -76px 0 0 -76px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #2f53eb;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
  }