html{
	font-size: 16px;
}
body{
  font-family: 'Poppins', sans-serif;
}
p{
      margin: 0 0 10px;
    font-size: 0.97rem;
    color: #79799e;
}
.dropdown-menu{
  font-size: 0.75rem;
}
.create_btn{
  border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    font-size: 1rem;
    text-decoration: none !important;
    display: table;
    /* border-radius: 37px; */
    padding: 4px;
    display: block;
    margin-bottom: 0.625rem;
}
.create_btn:hover{
  background-color: #f8f8f8;
}
.create_btn .create_btn_icon_wrapper{
  display: table-cell;
    font-size: 1.5rem;
    width: 42px;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    background: #ebf8ff;
}
.create_btn .create_btn_text{
  display: table-cell;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px;
}


.dashboard-body{
	height: 100vh;
  min-height: 100%;
  overflow: hidden;
}
.dashboard_wrapper{
	display: flex;
  flex: 1;
  flex-direction: row;
  height: 100vh;
}
.rau_bg{
  background: #14388b;
}
.rau_bg_light{
  background: #d8e4ff;
}
.dashboard_left_col{
  width: 18rem;
  background: #14388b;
  height: 100vh;
  overflow: visible;
  border-right: 0px solid #f2f2f2;


  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.dashboard_left_col .logo{
	height: 7rem;
	margin-bottom: 0px;	
/*  background: #083764;																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																											*/
} 

.dashboard-brand {
	display: block;
	height: 6rem;
  padding: 0px 2px;
	text-align: center;
	margin-bottom: 0px;
}




.dashboard-brand img{
	max-width: 100%;
	max-height: 100%;
}


.dashboard_right_col{
	width: calc(100% - 18rem);
  flex-direction: column;
  height: 100vh;
  background: #F7F7FF;
  position: relative;
}

.right_col_container {
  overflow-y: auto;
  height: calc(100% - 4rem);
  margin-top: 4rem;
}



.left_menu_trigger_wrapper{
	display: none;
}

/*mobile menu*/
.left_menu_trigger_wrapper span.name {
  float: left;
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  font-size: 0.75rem;
  font-family: 'Montserrat', sans-serif; }

.left_menu_trigger_wrapper {
  position: relative;
  min-width: 50px; }

.left_menu_trigger_wrapper span.b-bar {
  width: 30px;
  height: 2px;
  float: right;
  margin-bottom: 2px;
  display: block;
  background: #fff;
  transition: transform .5s;
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s; }


.left_menu_trigger_wrapper.active span.name {
  opacity: 0; }

.left_menu_trigger_wrapper.active span.b-bar {
  position: absolute;
  display: inline; }

.left_menu_trigger_wrapper span.b-bar.mid {
  margin: 2px 0 4px;
  float: right;
  width: 30px; }

.left_menu_trigger_wrapper span.b-bar.last {
  clear: both;
  width: 30px; }

.left_menu_trigger_wrapper.active span.b-bar.first {
  transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -webkit-transform: rotate(47deg);
  top: 28px;
  right: 15px;
  width: 26px; }

.left_menu_trigger_wrapper.active span.b-bar.last {
  transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  top: 28px;
  right: 15px;
  width: 26px; }

.left_menu_trigger_wrapper.active span.b-bar.mid {
  display: none; 
}



b, strong{
  font-weight: 600 !important;
}
/* Left Menu STARTS */

.leftbar-nav{
  text-align: left;
  max-height: calc(100% - 7rem) !important;
  height : calc(100% - 7rem);
  overflow-y : auto;
}

.leftbar-nav ul{
  list-style: none;
  padding: 0;
}

.leftbar-nav ul li{
  padding: 2px 18px;
}

.leftbar-nav ul li a {
  display: block;
  color: #fff;
  padding: 0.6rem 0.75rem 0.6rem 2.8rem ;
  white-space: nowrap;
  align-items: center;
  line-height: 25px;
  opacity: 1;
  font-weight: 500;
  position: relative;
  text-decoration: none !important;
  font-size: -.9rem;
  border-radius: 0.75rem;
  margin-bottom: 4px;
}

.leftbar-nav ul li a.active{
  color : #000;
}

.leftbar-nav ul li a:hover{
  background: #f6f6f6;
  color :#000;
}

.leftbar-nav ul li a .menu_icon{
  position: absolute;
  top: 0.738rem;
  left: 0.75rem;
  font-size: 1.125rem;
}
.leftbar-nav ul li a.active {
    background: #e8f4ff;
    color: #0074db;
    
}

.leftbar-nav ul li a.active {
  
}

.treeview-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}


.treeview:not(.active) .treeview_icon.ion-chevron-down{
  display: none;
}

.treeview.active .treeview_icon.ion-chevron-right {
  display: none;
}
.treeview-menu{
  display: none;
  /*padding-left: 15px !important;*/
  background: rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 10px 0px !important;
}
.treeview.active .treeview-menu{
  display: block;

}

.leftbar-nav ul.treeview-menu li{
  padding: 2px 10px ;
}

.leftbar-nav  ul.treeview-menu li a{
  padding-left: 46px;
}

.leftbar-nav ul.treeview-menu li a .menu_icon{
  left: 10px;
}




/* Left Menu ENDS */
.right_col_navbar{
	border:0px;
	background: #0c2c76;
	margin-bottom: 0px;
	height: 4rem;
	margin-left: 17.95rem;
}

.navbar-nav>li>a{
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;

  padding-left: 0.8rem;
  padding-right: 0.8rem;
  color: #fff !important;
  font-weight: 600 !important;
}


.main_container{
	padding-top: 0px;
  padding-bottom: 100px !important;
}
.main_container>row{
  padding-bottom: 100px !important;
}

.container{
	width: 100%;
}
.long_text_main_image img{
  border-radius: 0.75rem;
  margin-top: 0.25rem;
}
.long_text_main_image{
  float: left;
  width: 30%;
  height: auto;
  margin-right: 2rem;
}
.article_card_h{
  border-radius: 0.75rem;
  position: relative;
  background: #fff;
  display: flex;
  text-decoration: none !important;
/*  padding-left: 12.5rem;*/
  border-bottom: 1px solid #eee;
/*  margin-bottom: 0.75rem;*/
/*  box-shadow: 0px 0px 5px 5px #e1edf9;*/
}
.article_card_h:hover .article_card_heading{
  color:#005db9;
}

.article_card_h .article_card_img_wrapper{
/*  position: absolute;*/
/*  top: 0.655rem;*/
/*  left: 0.625rem;*/
  width: 11.25rem;
  padding: 0.625rem;

}

.article_card_h img{
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px;
}

.article_card_h .article_card_h_details{
  padding: 0.625rem 0.625rem 0.75rem 0px;
  color: #79799e;
}

.article_card_h .article_card_heading{
  font-size: 1.15rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 0.25rem;

}



.article_card_h .article_card_subheading{
  color: #79799e;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.article_card_h .article_card_h_details{
  font-size: 0.8rem;

}

.profile_card{
	border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: none;
}
.profile_card_header{

  background-size: cover;
  border-radius: 0;
}
.profile_card_user_icon{
  border-radius: 100%;
  box-shadow: 0px 3px 11px 0px #00172e;
  border:1px solid #eee;
  padding: 2px;
}
.profile_card .user_type{
  display: inline-block;
  padding: 6px 11px;
  background: #012950;
  border-radius: 6px;
  font-size: 12px;

}
.new_login_box{
   min-height: 300px;
    min-width:  60%;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px -6px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 26px 2px rgb(0 0 0 / 10%);
    border: 1px solid #a4cfff;
}
.new_login_box > .row{
  display: flex;
}
#otp_login_modal{
  border-radius: 12px;
}

#otp_login_modal .close{
  position: absolute;
  right:10px;
  top:15px;
  z-index: 10000;
}

#otp_login_modal .modal-content{
  border-radius: 12px;
}

#otp_login_modal .modal-body{
  border-radius: 12px;

}

.new_login_box h2{
  margin-top:40px; 
  margin-bottom: 10px;
}

.new_login_box p{
  font-size: 14px;
  margin-bottom: 30px;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
#login_modal_login_step{
    padding: 0px;
  }
.otp_login_modal_left_col{
  border-radius: 12px 0px 0px 12px;
  background-color: #0f4478;
  color:#fff;
  padding: 40px;
}
.otp_login_modal_right_col{
  border-radius: 0px 12px 12px 0px;
}

.otp_login_modal_left_col,
.otp_login_modal_right_col{
    display: flex;
    align-items: center;
}

.intro_section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.intro_section img {
    width: 80px;
}
.intro_section .text {
    margin-left: 2rem;
    font-size: 18px;
/*    line-height: 24px !important;*/
/*    margin-bottom: 10px;*/
    width: 100%;
    color: #fff;
}
.intro_section p{
  color: #fff;
  text-align: left;
}
.w-100{
  width: 100%;
}
.login_bg{
 background-size: cover;
  background-repeat: no-repeat;
  
  background: #07294a;
  background: #d0e3f7;
}
.item_subheader {
  font-size: 1rem;
    margin-top: 0.2rem;
    color: #888;
}
.flat_form .form-control{
  border-radius: 7px;
  border-color: #ddd;
  height: 42px;
  font-size: 1rem;
}
.form-control:focus{
  border-color: #66afe9 !important;
}
.box{
  padding:0px;
}
.box-tools a{
  color:#999;
}
.box-tools a:hover{
  color:#000;
}
.box .box-header{
  border-bottom: 0px;
    color: #007ce7;
    padding: 1rem;
    background-color: #e8f4ff;
}
.btn{
  border-radius: 0px !important;
}
.btn-success{
  background-color: #04AA6D;
    border-color: #04AA6D;
}
.btn-success:hover {
    color: #fff;
    background-color: #008c58;
    border-color: #008c58;
}

.download_app_div{

}
.download_app_div h2{
  font-size: 24px;
  font-weight: 800;
  color:#000;
  margin-bottom: 10px;
}
.download_app_div p{
  font-size: 16px;
}
.download_app_div_a{
  text-decoration: none !important;
  position: relative;
  padding: 20px;
/*  display: block;*/
  display: flex;
  /*  text-align: center;*/
  margin-bottom: 30px;
  background-color: #d7ddff;
  border-radius: 10px;
}
.download_app_div_a:hover{
  background-color: #c1cbff;
}
.download_app_div_a img{
  height: 60px;
  margin-right: 20px;
/*  position: absolute;*/
/*  left:20px;*/
/*  top:20px;*/
}

.pinned_items_wrapper{
  padding: 14px !important;
  background: #eaf5ff;
  border: 1px solid #c8e5ff;
  margin-bottom: 20px;
}
.feed_item_box .box-header-icon i{
  color: #93ccff;
}
.btn-light{
  color: #007ce7;
  background-color: #e8f4ff;
  border-color: transparent;
}
.btn-light:hover{
  color: #007ce7;
  background-color: #d3eaff;
}

.btn-primary {
  color: #fff;
  background-color: #1a5b9d;
  border-color: #0e528b;
}
.btn-primary:hover {
  color: #fff;
  background-color: #004489;
  border-color: #004489;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
  background-color: #004489;
}



.item_box{
  border: 1px solid #ddd;
  box-shadow: none;
  padding:0;
}
.item_box .item_header{
  margin-top:40px;
}
.item_box .item_box_footer{
  background-color: #fff;
  border-top:1px solid #eee;
}
.item_box_footer .row .col-xs-6:nth-child(1){
  border-right: 1px solid #eee;
}
.item_box_footer .btn{
  font-size:1rem;
  padding:8px 4px;
}

.breadcrumb{
  background-color: #e8f4ff;
  border:0px;
  padding: 0.75rem;
}
.breadcrumb .fa{
  font-size: 0.75rem !important;
  color: #98ceff;
  margin-left: 5px;
  margin-right: 5px;
}

.table_wrapper{
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.625rem;
  border:1px solid #ddd;
}

.table_wrapper .table{
  margin:0;
  background-color: #fff;
}
.table_wrapper .table tr.header_row th{
  border-top: 0;
  background: #007ce7;
  color: #fff;
  padding: 0.875rem 0.625rem;
}
.table_wrapper .table td{
  padding:0.625rem;
  color:#888;
}

.table_wrapper .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4faff;
}


.table_wrapper .table-bordered tr:nth-child(1) td,
.table_wrapper .table-bordered tr:nth-child(1) th{
  border-top-color: transparent;
}
.table_wrapper .table-bordered th:first-child,
.table_wrapper .table-bordered td:first-child{
  border-left-color: transparent;
}

.table_wrapper .table-bordered   td:last-child{
  border-right-color: transparent;
}
.table_wrapper .table-bordered tr:last-child  th,
.table_wrapper .table-bordered tr:last-child  td{
  border-bottom-color: transparent;
}

.panel-default>.panel-heading{
  background-color: #ffffff;
  border-color: #ddd;
  font-size: 1.2rem;
  font-weight: 600;
  color: #888;
  padding: 19px 15px;
}

.alert-info {
  color: #2196f3;
  background-color: #ffffff;
}
.mce-panel{
  background-color: #ffffff !important;
}
.mce-btn button{
      background: #fff;
    border-radius: 4px;
}
#full_page_loader{
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,0.5);
  z-index:10000;
}
#full_page_loader .spinner{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#fff;
  font-size: 42px;
}

ul.custom_tabs{
  padding:0;
  list-style-type: none;
  border-bottom: 1px solid #ddd;
}

ul.custom_tabs li{
  display: inline-block;
}
ul.custom_tabs li a{
  display: block;
  padding:1rem 0.875rem;
  font-weight: 600;
  color: #747487;
  text-decoration: none !important;
}

ul.custom_tabs_l li a{
  padding:1rem 1rem 0.875rem 0rem;
}

ul.custom_tabs li a:hover{
  color:#0e71eb;
}
ul.custom_tabs li a.active{
  color:#0e71eb;
  border-bottom: 2px solid #0e71eb;
}
.long_text_container {
  position: relative;
}
.long_text_container.hiding{
  height: 300px;
  overflow: hidden;
  position: relative;
}
.long_text_container.hiding .long_text_main_image{
  /*display: none;*/
}
.long_text_container .hide_long_text_overlay{
  display: none;
}
.long_text_container.hiding .hide_long_text_overlay{
    height : 200px;
    display: block;
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 5px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
.long_text_container.hiding .hide_long_text_overlay.white_overlay{
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

.long_text_container.hiding .hide_long_text_overlay .btn {
    font-weight: 600;
    position: relative;
    top: calc(100% - 40px);
    left: 0px;
    /*color: #666;*/
    cursor: pointer;
}

/* Dashboard  */
.badge.badge-light{
        background-color: #e1e9f1;
        border:0px;
        color:#aaa;
        font-weight: 600 !important;
        padding: 5px 10px;
      }
      .badge.badge-light.active{
        color:#444;
      }

      .my_courses_box{
        margin-top: 20px;
        display: inline-block;
        text-decoration: none !important;
        display: flex;
        padding: 12px;
        background-color: #f2f2f2;
        border-radius: 12px;
         border: 1px solid #eee; 
/*        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.04);*/
        margin-bottom: 20px;
      }
      .my_course_box_data_box,
      .my_course_box_img_wrapper{
        width: 60px;
        min-height: 60px;
        text-align: center;
        padding: 10px;
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;

      }
      .my_course_box_img_wrapper{
        width: 100px;
        height: 100px;
        padding: 15px;
      }
      .my_course_box_img_wrapper img{
        max-width: 100%;
      }
      .my_course_box_data_box{
        flex-direction: column;
        padding: 0;
      }
      .my_course_box_data_wrapper{
        width: 100%;
      }
      .d-flex{
        display: flex;
      }


      .progress_tracker,
      .progress_percentage{
        height: 0.5em;
        background: #ddd;
        border-radius: 16px;
      }
      .progress_tracker{
         width: 100%;
        position: relative;
      }

      .progress_tracker .progress_percentage{
        background-color: #73AD21;
        position: absolute;
        
      }

      .my_course_box_title{
        font-size: 20px;
        color: #000;
        padding: 0px;
        line-height: 1.4;
        font-weight: 500;
      }
      .my_course_box_data_box .row_1{
        color: #000;
        font-weight: 600;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 4px;
      }
      .my_course_box_data_box .row_2{
        color: #888;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #ddd;
        border-radius: 0px 0px 6px 6px;
        padding: 15px;
      }



/*  Start Donut   */

.svg-item {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
}
.donut-ring {
    stroke: #ddd;
}
.donut-segment {
    transform-origin: center;
    stroke: #FF6200;
}

.donut-segment-2 {
    stroke: #3c64c1;
/*    animation: donut1 3s;*/
}
 
.donut-segment-3 {
    stroke: #d9e021;
    animation: donut2 3s;
}
 
.donut-segment-4 {
    stroke: #ed1e79;
    animation: donut3 3s;
}
 
.segment-1{fill:#ccc;}
.segment-2{fill:#3c64c1;}
.segment-3{fill:#d9e021;}
.segment-4{fill:#ed1e79;}

 



.donut-data {
    font-size: 0.12em;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color:#666;
    fill: #666;
}
.donut-text {
    font-family: Arial, Helvetica, sans-serif;
    fill: #FF6200;
}
.donut-text-1 {
    fill: #000;
}
.donut-text-2 {
    fill: #d9e021;
}
.donut-text-3 {
    fill: #ed1e79;
}
 
.donut-label {
    font-size: 0.28em;
    font-weight: 700;
    line-height: 1;
    fill: #000;
    transform: translateY(0.25em);
}
 
.donut-percent {
    font-size: 10px;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}
.percent_symbol{
  color:#777;
  fill:#777;
  font-size: 7px;
}
.donut_label{
  font-size: 10px;
  color: #777;
  font-weight: 500;
  margin-top: -7px;
}
/* ENd Donut  */


.dashboard_round_box{
  border-radius: 20px;
  border: 2px solid #eee;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  max-height: 500px;
  overflow-y: auto;
}

.dashboard_full_height_round_box{
  border-radius: 20px;
  border: 2px solid #eee;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.horizontal_dates_row{
  display: flex;
  flex-direction: row;
}
.horizontal_date{
  width: 40px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 8px;
}
.horizontal_date .month_row{
  text-align: center;
  color:#888;
  font-size: 500;
  margin-bottom: 2px;
}
.horizontal_date .date_row{
  border-radius: 4px;
  
  background-color: #cfedf8;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border:2px solid transparent;
}
.horizontal_date .date_row.active{
  border:2px solid #3c64c1;
}

.rounded-rows{
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-bottom: 0 !important;
}
.rounded-rows tr.rounded-row{
  background-color: #eee;
}
.rounded-rows tr.rounded-row td:first-child{
  border-radius: 10px 0px 0px 10px;
}
.rounded-rows tr.rounded-row td:last-child{
  border-radius: 0px 10px 10px 0px;
}
.rounded-rows.table>tbody>tr>th{
  border: 0px !important;
}
.rounded-row td{
  padding: 12px !important;
  border: 0px !important;
}
tr.text-center td,
tr.text-center th{
  text-align: center;
/*  font-size: 12px;*/
/*  color:#999;*/
}



.nav-pills-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 20px;
}

.nav-pills-scroll .nav-pills > li {
  display: inline-block;
  float:unset;
}


/* Dashboard Ends  */
/*Large devices (desktops, 992px and up)*/
@media (max-width: 991.98px) {
	.left_menu_trigger_wrapper {
	   display: flex;
	   flex-direction: column;
	   position: fixed;
	   left: 15px;
	   top: 0px;
	   padding: 0.625rem 0.625rem;
	   cursor: pointer;
	   align-items: center;
	   justify-content: center;
	   z-index: 99;
     height: 4rem;
	 }
  .left_menu_trigger_wrapper.active{
    top: 0rem;
  }
}

@media (max-width: 1280px) { 
	.right_col_navbar{
		margin-left:0;
	}
  .dashboard_nav {   
    height: 4rem;
  }

  .right_col_container {
    height: calc(100% - 4rem);
    margin-top: 4rem;
  }

  body.show_left_menu .dashboard_left_col{
    left:0;
    top: 4rem;
    width: 18rem;
  }


}


/* Small devices (desktops, 992px and below)*/
@media (max-width: 1200px) {
.left_menu_trigger_wrapper {
	   display: flex;
	   flex-direction: column;
	   position: fixed;
	   left: 1rem;
	   top: 0px;
	   padding: 0.625rem 0.625rem;
	   cursor: pointer;
	   align-items: center;
	   justify-content: center;
	   z-index: 99;
     height: 4rem;
	 }
  .left_menu_trigger_wrapper.active{
    top: 0rem;
  }
  .left_menu_trigger{
     font-size: 34px;
     color: #fff;
  }

  .dashboard_right_col{
      width: 100%;
  }
  .dashboard_nav{
      margin-left: 0px;
      padding-left: 5rem;
      height: 4rem;
  }
 .dashboard_left_col {
   	position: absolute;
   	left: -100%;
   	z-index: 1050;
   	overflow-x: visible;
   	top: 4rem;
	}

  body.show_left_menu .dashboard_left_col{
    left:0;
  	top: 4rem;
    width: 18rem;
  }
}

@media (min-width: 2200px) {
  html{
    font-size: 24px;
  }
}

@media (max-width: 480px) {

  .rausias_login_box{
    width: 96%;

  }


  .new_login_box > .row{
    display: block;
  }
  .new_login_box .logo{
    width: 150px;
  } 
  .new_login_box h2{
    margin-top:20px; 
    margin-bottom: 10px;
  }
  .otp_login_modal_left_col{
    padding: 20px;
  }
  #login_modal_login_step{
    padding: 20px 20px 20px 20px;
  }
  .otp_login_modal_right_col h2{
    margin-top: 10px;
  }
  .otp_login_modal_right_col p{
    margin-bottom: 10px;
  }
}


/* Dashboard Card */

.dashboard_card{
	font-family: "Poppins", sans-serif;
    position: relative;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 30px;
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
}



.dashboard_card{
	background: #FFFFFF;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.125);
	color:inherit;
}


.dashboard_card .card_icon_wrapper{
	position: absolute;
	text-align: center;
	left: 22px;
	height: 60px;
	width: 60px;
	background: #f0f0ff;
	border-radius: 50%;
	top: 22px;
	/* transform: translateY(-50%); */
	color: #504eb7;
	padding: 12px;
	font-size: 32px;
}

.dashboard_card .card_icon_wrapper i{
	position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}

.dashboard_card .card_content{
	padding: 22px;
	margin-left: 78px;
}

.dashboard_card .card_number{
	font-size: 24px;
	font-weight: 800;
	color: #434343;
}

.dashboard_card .card_text{
	font-size: 16px;
	color: #99abb4;
}

a.dashboard_card:hover{
	background: #fbfbfb;
	cursor: pointer;
	border: 1px solid #e3e2ff;
	text-decoration: none;
	color: inherit;
}

/* Dashboard Card ENDS*/