@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: 'Poppins', sans-serif;

    margin: 0px;
    padding: 0px;
  
}
a,
a:hover{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
      font-family: 'Poppins', sans-serif;
}
ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/* BUTTONS SYTLES */
.btn_m2,
.btn_m2:hover,
.btn_m2:focus,
.btn_m2:active
{
background: rgba(17,153,142,1);
background: -moz-linear-gradient(left, rgba(17,153,142,1) 0%, rgba(17,153,142,1) 29%, rgba(53,233,125,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(17,153,142,1)), color-stop(29%, rgba(17,153,142,1)), color-stop(100%, rgba(53,233,125,1)));
background: -webkit-linear-gradient(left, rgba(17,153,142,1) 0%, rgba(17,153,142,1) 29%, rgba(53,233,125,1) 100%);
background: -o-linear-gradient(left, rgba(17,153,142,1) 0%, rgba(17,153,142,1) 29%, rgba(53,233,125,1) 100%);
background: -ms-linear-gradient(left, rgba(17,153,142,1) 0%, rgba(17,153,142,1) 29%, rgba(53,233,125,1) 100%);
background: linear-gradient(to right, rgba(17,153,142,1) 0%, rgba(17,153,142,1) 29%, rgba(53,233,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11998e', endColorstr='#35e97d', GradientType=1 );
color: #fff;
outline: none;
box-shadow: 1px 3px 5px #ccc;
    padding: 11px 17px;
    border: none;
    border-radius: 5px;
}
.btn_m3,
.btn_m3:hover,
.btn_m3:focus,
.btn_m3:active
{
background: rgba(239,21,112,1);
background: -moz-linear-gradient(left, rgba(239,21,112,1) 0%, rgba(239,21,112,1) 29%, rgba(252,96,24,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239,21,112,1)), color-stop(29%, rgba(239,21,112,1)), color-stop(100%, rgba(252,96,24,1)));
background: -webkit-linear-gradient(left, rgba(239,21,112,1) 0%, rgba(239,21,112,1) 29%, rgba(252,96,24,1) 100%);
background: -o-linear-gradient(left, rgba(239,21,112,1) 0%, rgba(239,21,112,1) 29%, rgba(252,96,24,1) 100%);
background: -ms-linear-gradient(left, rgba(239,21,112,1) 0%, rgba(239,21,112,1) 29%, rgba(252,96,24,1) 100%);
background: linear-gradient(to right, rgba(239,21,112,1) 0%, rgba(239,21,112,1) 29%, rgba(252,96,24,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef1570', endColorstr='#fc6018', GradientType=1 );
color: #fff;
outline: none;
box-shadow: 1px 3px 5px #ccc;
    padding: 11px 17px;
    border: none;
    border-radius: 5px;
}
/* BUTTONS SYTLES */


.mtb-20
{
	margin: 20px 0;
}
/* HEADER CSS START HERE */
.header{
	    float: left;
    width: 100%;
    box-shadow: 0px 5px 5px #ccc;

    margin-bottom: 15px;

}
.logout-set .right_logo
{
  display: inline-block;
}
.logout_drp
{
	 display: inline-block;
}
.logout_drp button{
	background: rgba(67,88,166,1);
background: -moz-linear-gradient(top, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,88,166,1)), color-stop(100%, rgba(16,166,230,1)));
background: -webkit-linear-gradient(top, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: -o-linear-gradient(top, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: -ms-linear-gradient(top, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: linear-gradient(to bottom, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4358a6', endColorstr='#10a6e6', GradientType=0 );
height: 60px;
	    padding: 0px 24px;
    border: none;
    color: #fff;
    margin-left: 10px;
}
.head_right_set
{
	padding-right: 0px;
}


.content-wrapper
{
	  float: left;
    width: 100%;
    display: flex;
        padding: 15px;

}
.content-wrapper .content-right
{
	width: 100%;
}
.content-wrapper .side_menu
{
width: 110px;
    background: #fff;
    box-shadow:2px 2px 5px 2px #ccc;
    padding: 7px;
        border-radius: 8px;
        margin-right: 25px;
            height: fit-content;
}
.side_menu ul li a img
{
  display: block;
  margin: 0 auto;
      margin-bottom: 5px;
      display: block;
}
.side_menu ul li a
{
	text-decoration: none;
	color: #000;
	border-bottom: solid 1px #ccc;
	text-align: center;
	    display: block;
    padding: 10px 0;
    font-weight: 500;
}
.side_menu ul li:last-child a{
	border: none;
}
.page-title h3
{
 position: relative;
     font-size: 28px;
    font-weight: 600;
}
.page-title h3:before
{
	content: '';
	position: absolute;
	width: 150px;
	height:4px;
	background: rgba(67,88,166,1);
background: -moz-linear-gradient(left, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(67,88,166,1)), color-stop(100%, rgba(16,166,230,1)));
background: -webkit-linear-gradient(left, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: -o-linear-gradient(left, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: -ms-linear-gradient(left, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
background: linear-gradient(to right, rgba(67,88,166,1) 0%, rgba(16,166,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4358a6', endColorstr='#10a6e6', GradientType=1 );
    bottom: -5px;
}
.page-title .breadcrumb{
	    background: transparent;
    padding: 0;
}
.status_drp label
{
	display: block;
}
.status_drp select{
	   display: block;
    background: transparent;
    color: #38820c;
    border: none;
    outline: none;
        font-weight: 500;
}
.table_filter,
.table_m2
{
	overflow-x: auto;
}
.table_filter table
{
  width: 100%;
}
.table_filter table {
  border-collapse: collapse;
}

.table_filter table, .table_filter td {
  border: 1px solid #ccc;
}
 .table_filter td{
 	padding: 0px 10px;
 	    background: #fcfcfc;
 }
 .sel_m1 .select2-selection
 {
 	border: none;
 	    background: transparent !important;
 }
  .sel_m1 .select2-container
 {
 width: 100%  !important
 }
 .table_filter p
 {
 	margin: 0px;
 	    font-weight: 500;
 }
 .sel_m1 .select2-selection__rendered
 {
padding: 0!important;
    font-weight: 600;
    font-size: 16px;
 }
 .date_m1
 {
 	position: relative;
 }
.date_m1 input {
    background: transparent !important;
    border: none;
    box-shadow: none;
}
 .date_m1 img
 {
 	    position: absolute;
    top: 6px;
    right: 10px;
 }
 .date_m1 .form-control
{
	padding: 0px !important;
	box-shadow: none;
	    font-weight: 600;
    font-size: 16px;
}
.pad_0
{
	 padding: 0px !important;
}
.btn_1{
	background: rgba(38,91,147,1);
background: -moz-linear-gradient(45deg, rgba(38,91,147,1) 0%, rgba(38,91,147,1) 3%, rgba(5,181,245,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(38,91,147,1)), color-stop(3%, rgba(38,91,147,1)), color-stop(100%, rgba(5,181,245,1)));
background: -webkit-linear-gradient(45deg, rgba(38,91,147,1) 0%, rgba(38,91,147,1) 3%, rgba(5,181,245,1) 100%);
background: -o-linear-gradient(45deg, rgba(38,91,147,1) 0%, rgba(38,91,147,1) 3%, rgba(5,181,245,1) 100%);
background: -ms-linear-gradient(45deg, rgba(38,91,147,1) 0%, rgba(38,91,147,1) 3%, rgba(5,181,245,1) 100%);
background: linear-gradient(45deg, rgba(38,91,147,1) 0%, rgba(38,91,147,1) 3%, rgba(5,181,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#265b93', endColorstr='#05b5f5', GradientType=1 );
    width: 100%;
    height: 74px;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    box-shadow: inset 6px 1px 4px #93d5ff;
    outline: none;
}

.table_filter_opt li
{
  display: inline-block;
}
.table_filter_opt 
{
    border: solid 1px #ccc;
    display: inline-block;
    margin: 15px 2px;
    border: none;
    border: solid 1px #ccc;
    border-radius: 10px;
    overflow: hidden;
}	

.table_filter_opt li a
{
    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(9%, rgba(255,255,255,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 9%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 9%, rgb(232, 232, 232) 97%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
    padding: 7px 15px;
    display: block;
        margin-left: -3px;
    border-right: solid 1px #ccc;
        font-weight: 500;
}
.filter_c1 a
{
	color: #38820c
}
.filter_c2 a
{
	color: #2467a3
}
.filter_c3 a
{
	color: #c70909
}
.table_search {
    text-align: right;
    margin: 15px 0;
    position: relative;
}
.table_search img{
position: absolute;
    right: 10px;
    top: 6px;

}
.table_search input
{
	border: solid 1px #ccc;
    padding: 7px 15px;
    border-radius: 19px;
    background: #f7f7f7;
    outline: none;
        padding-right: 40px;
}

.table_m2 table
{
  width: 100%;
}
.table_m2 table {
  border-collapse: collapse;
}

.table_m2 table, .table_m2 td,.table_m2 th {
  border: 1px solid #ccc;
}
 .table_m2 td,.table_m2 th 
 {
 	padding: 10px;
 }
 .table_m2 th {
 	background: #f9f9f9;
 }
 .status_text1{
 	color: #38820c;
 }
 .status_text2{
 	color: #2467a3;
 }
 .status_text3{
 	color: #c70909;
 }
 .main-footer {
    text-align: center;
    color: #000;
    padding: 15px;
}
.main-footer p {
    display: inline-block;
    margin: 0 auto;
    position: relative;
        font-weight: 500;
}
.main-footer p:before {
    /*content: '';
    position: absolute;
    width: 140px;
    height: 3px;
    background: #faa822;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);*/
}
.main-footer img
{
    margin: 0px 5px
}
.list_m2 li
{
	display: inline-block;
	margin-right: 25px;
	padding:5px 0;
	padding-right: 25px;
	border-right: solid 1px #ccc;
	max-width: 200px;
}
.list_m2 li p
{
	font-weight: 600;
} 
.list_m2 li h5{
	font-weight: 800;
	    margin: 0;
}
.pdf_set
{

	padding:40px 0;
	border: solid 1px #ccc;
	margin: 20px 0;
}
.input_m1 label
{
  display: block;
  text-align: left;
}
.input_m1 textarea,
.input_m1 textarea:focus
{
	display: block;
	width: 100%;
	outline: none;
	padding: 5px
}
.btn_set1 button
{
  margin-right: 10px;
}
.table_m1 td,
.table_m5 td,
.table_m6 td{
        border: solid 1px #c1c1c1;
}
.table_m1 tr td:first-child
{
    background: #dee1e9;
}
.table_m1 tr td:last-child
{
    background: #eaedf6;
    font-weight: 600
}
.table_m5 tr td:first-child
{
    background: #dae8ee;
}
.table_m5 tr td:last-child
{
    background: #e6f4fb;
    font-weight: 600
}
.head_3
{
   color: #405daa;
    margin: 18px 0;
    font-size: 18px;
    font-weight: 600;
}
.table_m3 table{
    border: solid 1px #ccc;

}
.table_m3 tr td:last-child
{
    font-weight: 600;
        text-align: right;
}
.table_m3 th
{
 background: #e6eef7;
}
.table_m3 td
{
        height: 36px;
        vertical-align: middle !important;
}
.table_4
{
margin-top: 25px;
    overflow-x: auto;
}
.table_4 table {
  border-collapse: collapse;
}

.table_4 table, .table_4 th, .table_4 td {
  border: 1px solid #ccc;
}
.tabs_m1 .nav li a

{
border-radius: 0px;
color: #000;

} 
.tabs_m1 .nav li.active a{
    font-weight: 600;
    color:#405daa;

}
.star_imp
{
    color: #ff0000;
}
.input_m2 textarea
{
  width: 100%;
  padding: 5px;
}
.bg_m2{
        background: #fbfbfb;
    overflow: hidden;
    padding: 10px 0 30px;
    border-radius: 5px;
}
.bg_m2 .input_m2 textarea{
 background: transparent;
}
.file_m1
{

}
.table_m6 td
{
 width: 50%;
}
.table_m6 td.grey_bg{
    background: #f2f2f2;
}
.table_m6 td
{
    position: relative;
    padding-right: 60px !important;
        padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.table_m6 td span
{
        position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: 700;
}
/* FILE UPLOAD */

.file_m1 input[type=file],.file_m1 input[type=file] + input {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
  float: left;
}

.file_m1 ::-webkit-file-upload-button {
    -webkit-appearance: none;
    background-color: #ccc;
    border:none;
    font-size: 15px;
    padding: 8px;
    outline: none;
    float: right;
    float: left;
}
.file_m1 ::-ms-browse {
    background-color: #00b7cd;
    border: 1px solid gray;
    font-size: 15px; padding: 8px;
}
.file_m1 input[type=file]::-ms-value {
    border: none; 
}
/* FILE UPLOAD */
.table_m7 td
{
  border:solid 1px #ccc;
}
.table_m7 td
{
    text-align: left !important;
        font-weight: 400 !important;

}
.table_m7 ul li span
{
    float: right;
    font-weight: 600;
}

.flex_2
{
    display: flex;
    width: 100%;
}
.flex_2 .left_flex
{
   width: 100%;
       padding-right: 15px;
}
.flex_2 .right_flex
{   
  width: 350px;
      margin-top: -30px;
    box-shadow: inset 8px 1px 5px #cccccca6;
}   
.date_m2
{
    position: relative;

    margin-top: 30px;

}
.date_m2 input,
.date_m2 input:focus,
.date_m2 input:hover,
.date_m2 input:active
{
       background: transparent !important;
    border: none;
    box-shadow: none;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}
.date_m2 img
{
    position: absolute;
    top: 5px;
    right: 5px;
}
.bg_c1{
    background: rgba(91,134,229,1);
background: -moz-linear-gradient(45deg, rgba(91,134,229,1) 0%, rgba(61,195,222,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(91,134,229,1)), color-stop(100%, rgba(61,195,222,1)));
background: -webkit-linear-gradient(45deg, rgba(91,134,229,1) 0%, rgba(61,195,222,1) 100%);
background: -o-linear-gradient(45deg, rgba(91,134,229,1) 0%, rgba(61,195,222,1) 100%);
background: -ms-linear-gradient(45deg, rgba(91,134,229,1) 0%, rgba(61,195,222,1) 100%);
background: linear-gradient(45deg, rgba(91,134,229,1) 0%, rgba(61,195,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b86e5', endColorstr='#3dc3de', GradientType=1 );
}
.bg_c2
{
background: rgba(64,76,136,1);
background: -moz-linear-gradient(45deg, rgba(64,76,136,1) 0%, rgba(83,100,160,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(64,76,136,1)), color-stop(100%, rgba(83,100,160,1)));
background: -webkit-linear-gradient(45deg, rgba(64,76,136,1) 0%, rgba(83,100,160,1) 100%);
background: -o-linear-gradient(45deg, rgba(64,76,136,1) 0%, rgba(83,100,160,1) 100%);
background: -ms-linear-gradient(45deg, rgba(64,76,136,1) 0%, rgba(83,100,160,1) 100%);
background: linear-gradient(45deg, rgba(64,76,136,1) 0%, rgba(83,100,160,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404c88', endColorstr='#5364a0', GradientType=1 );
}
.bg_c3
{
background: rgba(28,61,137,1);
background: -moz-linear-gradient(45deg, rgba(28,61,137,1) 0%, rgba(18,35,92,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(28,61,137,1)), color-stop(100%, rgba(18,35,92,1)));
background: -webkit-linear-gradient(45deg, rgba(28,61,137,1) 0%, rgba(18,35,92,1) 100%);
background: -o-linear-gradient(45deg, rgba(28,61,137,1) 0%, rgba(18,35,92,1) 100%);
background: -ms-linear-gradient(45deg, rgba(28,61,137,1) 0%, rgba(18,35,92,1) 100%);
background: linear-gradient(45deg, rgba(28,61,137,1) 0%, rgba(18,35,92,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3d89', endColorstr='#12235c', GradientType=1 );
}
.bg_c4{
    background: rgba(1,98,234,1);
background: -moz-linear-gradient(45deg, rgba(1,98,234,1) 0%, rgba(0,187,249,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(1,98,234,1)), color-stop(100%, rgba(0,187,249,1)));
background: -webkit-linear-gradient(45deg, rgba(1,98,234,1) 0%, rgba(0,187,249,1) 100%);
background: -o-linear-gradient(45deg, rgba(1,98,234,1) 0%, rgba(0,187,249,1) 100%);
background: -ms-linear-gradient(45deg, rgba(1,98,234,1) 0%, rgba(0,187,249,1) 100%);
background: linear-gradient(45deg, rgba(1,98,234,1) 0%, rgba(0,187,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0162ea', endColorstr='#00bbf9', GradientType=1 );
}
.bg_c5{
background: rgba(81,107,190,1);
background: -moz-linear-gradient(45deg, rgba(81,107,190,1) 0%, rgba(28,185,242,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(81,107,190,1)), color-stop(100%, rgba(28,185,242,1)));
background: -webkit-linear-gradient(45deg, rgba(81,107,190,1) 0%, rgba(28,185,242,1) 100%);
background: -o-linear-gradient(45deg, rgba(81,107,190,1) 0%, rgba(28,185,242,1) 100%);
background: -ms-linear-gradient(45deg, rgba(81,107,190,1) 0%, rgba(28,185,242,1) 100%);
background: linear-gradient(45deg, rgba(81,107,190,1) 0%, rgba(28,185,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516bbe', endColorstr='#1cb9f2', GradientType=1 );
}
.bg_c6{
background: rgba(68,102,255,1);
background: -moz-linear-gradient(45deg, rgba(68,102,255,1) 0%, rgba(24,186,255,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(68,102,255,1)), color-stop(100%, rgba(24,186,255,1)));
background: -webkit-linear-gradient(45deg, rgba(68,102,255,1) 0%, rgba(24,186,255,1) 100%);
background: -o-linear-gradient(45deg, rgba(68,102,255,1) 0%, rgba(24,186,255,1) 100%);
background: -ms-linear-gradient(45deg, rgba(68,102,255,1) 0%, rgba(24,186,255,1) 100%);
background: linear-gradient(45deg, rgba(68,102,255,1) 0%, rgba(24,186,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4466ff', endColorstr='#18baff', GradientType=1 );
}


.gride_m3
{
    color: #fff;
    padding: 15px;
    border-radius: 10px;
        box-shadow: -1px 3px 6px 2px #ccc;
    margin: 10px 0;
    min-height: 175px;
}
.gride_m3 h3{
    margin: 0px;
       font-size: 39px;
    font-weight: 600;
}
.gride_m3 p
{
    margin: 0px;
}
.gride_m3 h3 span{
    font-size: 15px;
}
.gride_m3 a.a_links:hover{
    color: white;
}
.tabs_m3
{
    
}
.head_m2
{
    margin: 30px 0;
    font-weight: 600;
} 
.head_m2 select
{
        border: none;
    border-bottom: solid 1px #000;
}
.head_m2 a
{
 margin: 0px 5px;
}
.tabs_m3 .nav
{
   display: flex;
   width: 100%;
}
.tabs_m3 .nav li
{
    width: 100%;
    text-align: center;
}
.tabs_m3 .nav a{
    background: transparent !important;
    border-radius: 0;
    white-space: nowrap;
   /* border: solid 1px #ccc !important;*/
        border: none;
            margin: 0;
}
.tabs_m3 li a
{
   color: #484848;
    font-weight: 500;
}
.tabs_m3 li.active a,
.tabs_m3 li.active a:hover,
.tabs_m3 li.active a:focus,
.tabs_m3 li.active a:active
{ 
   color: #3e5fac;
  
}
.multi_menu{
        padding: 20px;
}
.multi_menu li a
{
  color: #000 !important;
}
.multi_menu > ul > li  a
{
      padding: 5px;
    display: block;
    text-decoration: none;
      border-bottom: solid 1px #ccc;

}
.multi_menu > ul > li img
{
    margin-right: 5px;
}
.multi_menu > ul > li > a{
      border-bottom: solid 1px #ccc;
}
.multi_menu > ul > li > ul
{
  padding-left: 35px;
}
.multi_menu > ul > li > ul li ul
{
        padding-left: 20px;
}
.multi_menu > ul > li > ul li ul li a
{
    border-bottom: dashed 1px #ccc;
}
.height_180
{
       min-height: 150px;
       
}

@media(max-width: 767px){
    .content-wrapper
    {
        display: block;
    }
    .content-wrapper .side_menu
    {
        width: 100%;
    }
    .logout-set .right_logo{
            width: 120px;
    }
     .logout-set .right_logo img
     {
        width: 100%;
     }
     .flex_2 {
    display: block;
   
}
.flex_2 .right_flex
{
    width: 100%;
}
.chart-container
{
    width: 100% !important;
}
.flex_2 .left_flex {
   
    padding: 0;
}
.tabs_m3 {
    margin-top: 50px;
}
}