.title_icon {
  font-size: 25px;
  vertical-align: middle;
}

.alignToTitle {
  float: right;
}

.required {
  color: #f44336;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url('https://fonts.googleapis.com/css?family=Raleway');

// variables
$base-color: cadetblue;
$base-font: 'Raleway', sans-serif;

.wrapper-image-preview{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.box {
  display: block;
  /* min-width: 300px; */
  height: 250px;
  margin: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  overflow: hidden;
}

.upload-options {
  cursor: pointer;
  position: relative;
  height: 50px;
  background-color: $base-color;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
  &:hover {
    background-color: lighten($base-color, 10%);
  }
  & input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  & label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    &::after {
      content: 'add';
      font-family: 'Material Icons';
      position: absolute;
      font-size: 2.5rem;
      color: rgba(230, 230, 230, 1);
      top: calc(50% - 2.5rem);
      left: calc(50% - 1.25rem);
      z-index: 0;
    }
    & span {
      display: inline-block;
      width: 50%;
      height: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      vertical-align: middle;
      text-align: center;
      &:hover i.material-icons {
        color: lightgray;
      }
    }
  }
}
.js--image-preview {
  height: 200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url('https://www.l-nutra.com/wp-content/uploads/2018/07/placeholder.png');
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  &::after {
    content: "photo_size_select_actual";
    font-family: 'Material Icons';
    position: relative;
    font-size: 4.5em;
    color: rgba(230, 230, 230, 1);
    top: calc(50% - 3rem);
    left: calc(50% - 2.25rem);
    z-index: 0;
  }
  &.js--no-default::after {
    display: none;
  }
  &:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
  }
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: transparentize($base-color, .8);
  border-radius: 100%;
  transform:scale(0);
}

.animate {
  animation: ripple 0.4s linear;
}

.upload-options .btn {
  cursor: pointer;
}

@keyframes ripple {
  100% {opacity: 0; transform: scale(2.5);}
}

.float{
  /* top: 70%; */
  position: fixed;
  padding: 13px;
  bottom: 40px;
  right: 40px;
  background-color: #727cf5;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  border-color: #727cf5;
  box-shadow: 2px 2px 3px #999;
}
.float:focus{
  box-shadow: 0 0 0 0.2rem rgba(135,144,247,.5);
  color: #fff;
}
.float:hover{
  box-shadow: 0 0 0 0.2rem rgba(135,144,247,.5);
  color: #fff;
}

.my-float{
  color: #fff;
}

.nav-link {
  padding: .5rem .5rem;
}

.category-action .action-icon {
  color: #98a6ad;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 3px;
}
/* Academy Version 1.4 */
.form-control:disabled, .form-control[readonly]
{
    background-color:unset;
}
.bootstrap-tagsinput {
    width: 100%;
}
.bootstrap-tagsinput .tag {
  background-color: rgb(239, 114, 115);
  border-radius: 3px;
  padding: 0 3px;
}
.message_sending_time{
    display: block;
    padding: 5px;
    font-size: 9px;
    color: #a2a0a0;
}
.nav-pills .nav-link {
    padding-left: 0px;
    padding-right: 0px;
}
.draggable-item {
    cursor: all-scroll;
}
.thinner-card-body {
  padding: 1.0rem;
}
.display-none {
  display: none;
}
/* This css is responsible for preventing body scrolling when the modal is opened */
body.show {
    overflow: hidden;
    position: fixed;
}
/* This css is responsible for modal scrolling when the modal scrolling is not working */
.modal {
  overflow-y:auto;
}
.hidden {
    display: none;
}
.new-theme-alert {
    padding: 27px;
}
.new-theme-alert a{
    float: right;
    margin-top: -7px;
}
.visit_website {
  padding: calc(32px / 2) 0;
  overflow: hidden;
}

.loader-modal{
  position: fixed;
  width: 100%;
  display: none;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b9b9b978;
  z-index: 1000;
  color: #6a7b66;
  text-align: center;
  padding-top: 100px;
}

.no-padd{padding:0px !important;}

     .divider-vert {
    display: block;
    padding: .8rem;
}

 .divider-vert::before {
    border-left: .05rem solid #e7e9ed;
    bottom: .4rem;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: .4rem;
    transform: translateX(-50%);
}

.divider-vert[data-content]::after {
    left: 25%;
    padding: .2rem 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
 .divider-vert[data-content]::after,  .divider[data-content]::after {
    background: #fff;
    color: #acb3c2;
    content: attr(data-content);
    display: inline-block;
    font-size: .9rem;
    padding: 0 .4rem;
    transform: translateY(-.65rem);
}
.flex-centered {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.font-36{font-size:36px}


.app-search {
    padding:calc(0px / 2) 40px;
    overflow: hidden;
    float: left;
}

.visit_website {
    padding: calc(20px / 2) 0;
    overflow: hidden;
    float: left;
}

.visit_website h4{font-size: 30px;}

body[data-layout=detached] .content-page {
    padding: 0px 30px;
}

.no-pad{padding:0px;}



#scrollable-modal{background: rgb(0 0 0 / 40%);}

.mt4{margin-top: 2.0rem!important;}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.conversation-list .odd .ctext-wrap {
    background-color: #dcf8c6!important;
}
.conversation-list span {  display: inline-flex;}

.chat-div{
    border: 2px solid #e8edef;
    -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
    background: #f3f5f9;
}


[data-simplebar]{
    overflow: auto;
}


.chat-conversation [data-simplebar]::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.chat-conversation [data-simplebar]::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.chat-conversation [data-simplebar]::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.sign-img{border: 1px solid #ced2d6;padding: 5px;}


.pulse {
    display: block;
    position: relative;
    top: 0.5rem;
    right: 0.4rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #51bb25;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    margin-left: 20px;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
        box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
        box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
        box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
    }
}

.pulse-danger {
display: block;
    position: relative;
    top: 1.2rem;
    right: 0.3rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff5353;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse-danger 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    margin-left: 10px;
}

@-webkit-keyframes pulse-danger {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}

@keyframes pulse-primary {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    }
}

@-webkit-keyframes pulse-primary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    }
}

@keyframes pulse-primary {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.9);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 10px rgba(40, 92, 247, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
        box-shadow: 0 0 0 0 rgba(40, 92, 247, 0);
    }
}
.no-border{ border: none !important;}
.no-border>tbody>tr>td, .no-border>tfoot>tr>td{
    border-top: none !important;
	border:none!important;
    word-break: break-all!important;
    padding: 5px;
}
 
.no-marg{ margin:4px 0px !important;}    
.fillup{font-weight: 700;border-bottom: 1px dashed #9E9E9E;}    

.form-menu button{margin-bottom:10px;}
.table > thead > tr > th {font-size:13.5px;vertical-align: middle;}
.table>tbody>tr>td {  
    white-space: nowrap;
    font-size: 13px;
    padding: 10px 4px;
    vertical-align: middle;
    word-break: break-all;
    
}

.table-bordered {
    border: 1px solid #eaf0f7;
}

.table.table-bordered thead {
    background-color: #f1f5fa;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eaf0f7 !important;
}
.table th {
    color: #282f42;
    font-weight: 500;
    vertical-align: middle;
    border-color: #eaf0f7;
    padding: 10px;
} 

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

.table-fixed{width:100%!important;}

.table-fixed tr th:first-child,
.table-fixed tr td:first-child {
  width: 30px;
}

.dataTables_wrapper .dataTables_scrollBody {
    border-bottom: 1px solid #eef2f7;
}

.user-img .rounded-circle {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.pad-b-5{padding-bottom: 5px;}

.month-tabs .nav.nav-tabs .nav-item .nav-link.active {
    border: none;
    position: relative;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
    background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.month-tabs .nav.nav-tabs .nav-item .nav-link.active:after {
  content : attr(data-before);
  height : 2px;
  width : 100%;
  left : 0;
  position : absolute;
  bottom : 0;
  top : 100%;
  background : -webkit-linear-gradient(60deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
  background :         linear-gradient(30deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
  box-shadow : 0 0 8px 0 rgba(115, 103, 240, 0.5) !important;
  -webkit-transform : translateY(0px);
      -ms-transform : translateY(0px);
          transform : translateY(0px);
  -webkit-transition : all 0.2s linear;
          transition : all 0.2s linear;
}
.month-tabs .nav.nav-tabs .nav-item .nav-link {
    color: #626262;
    font-size: 1rem;
    border: none;
    min-width: auto;
    font-weight: 450;
    padding: 0.61rem 1.5rem;
    border-radius: 0;
    letter-spacing: 1px;
}
.center {
    text-align: center;
}
.text-bold-600 {
    font-weight: 600;
}
.text-bold-700 {
    font-weight: 700;
}

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect {  
    border: 1px solid #e3eaef;
    color: #000;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

.filter_count {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}


.m-action .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 3px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
}
.m-action .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.m-action .dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #eeeeee;
}
.m-action .dropdown-menu > li > a {
  display: block;
  padding: 4px 8px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #7d8086;
  margin: 0 3px;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;  
  font-size: 14px;
}


.m-details .vendor-box-list{padding: 5px 15px; margin-bottom: 20px;}
.m-details .vendor-box-list .vendor-price p {margin-bottom: 12px;}
.m-details .vendor-box-list .dark-color{ font-weight: 700;color:#000000de;}
.m-details .vendor-box-list .price-details p {margin-bottom: 5px;}

.vendor-box-list{background-color:#fff;margin-bottom:30px;border:1px solid #e9e6e0; 
border-radius: 5px;
box-shadow: 0 0 10px -4px rgba(68,68,68,.2);
-moz-box-shadow: 0 0 10px -4px rgba(68,68,68,.2);
-webkit-box-shadow:  0 0 10px -4px rgba(68,68,68,.2);
    
}
.vendor-box-list .no-right-pd{padding-right:0px;}
.vendor-image{position:relative;overflow:hidden;border:1px solid #FBF4F499;padding:5px;}
.vendor-list-details .caption{padding:0px 0px 0px 0px;background-color:#fcfbf9;}
.vendor-list-details .location{font-size:13px;margin-bottom:10px;color:#9c9693;}
.vendor-price{background-color:#fcfbf9;padding:6px 0px;border-top:1px solid #e9e6e0;}
.vendor-price p{margin-bottom:0px;}
.vendor-more{background-color:#fcfbf9;padding:6px 0px 6px 10px;border-top:0px solid #e9e6e0;}
.verdor-mid{border-bottom:1px solid #e9e6e0;margin-bottom:10px;}
.caption h5 a{color:#0CA7EE;}

.pb-10{padding-bottom:10px!important;}
.pb-5{padding-bottom:5px!important;}

.m-details .vendor-box-list{padding: 5px 15px; margin-bottom: 20px;}
.m-details .vendor-box-list .vendor-price p {margin-bottom: 12px;}
.m-details .vendor-box-list .dark-color{ font-weight: 700;color:#000000de;}

.m-details .vendor-box-list .price-details p {margin-bottom: 5px;}
.m-details .vendor-list-details .caption { background-color: #fff;}
.m-details .vendor-price { background-color: #fff;}
.m-details .vendor-box-list .price-details p {
    margin-bottom: 5px;
}
.m-details .vendor-box-list .vendor-price p {
    margin-bottom: 12px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.m-details .vendor-price {
    padding: 10px 0px;
}
.mt-30 {
    margin-top: 30px!important;
}
.price-details .round-border {
    display: inline-block;
    padding: 2px 8px;
    text-align: center;
    border-radius: 18px;
    background-color: #f2f3f5;
    margin: auto;
}





.cbp_tmtimeline {
	margin: 30px 20px 20px 20px;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 24%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li {
	position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 35%;
	padding-right: 150px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #bdd0db;
}



/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin:0 0 15px 28%;
	background: #bdd0db;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}


.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #bdd0db;
	border-width: 10px;
	top: 10px;
}


/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 24%;
	top: 0;
	margin: 0 0 0 -25px;
}


/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #bdd0db;
		top: -20px;
	}



	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

.cbp_tmtimeline:before {
  background: #f5f5f6;
  width: 5px;
  margin-left: -6px;
}
.cbp_tmtimeline > li .cbp_tmtime > span {
  color: #111;
  font-size: 15px;
}
.cbp_tmtimeline > li .cbp_tmtime > span:first-child {
  font-weight: bold;
  margin-bottom: 2px;
}
.cbp_tmtimeline > li .cbp_tmtime > span:last-child {
  color: #303641;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 12px;
}
.cbp_tmtimeline > li .cbp_tmtime > span.large {
  font-size: 17px;
}
.cbp_tmtimeline > li .cbp_tmtime > span.hidden + span {
  margin-top: 8px;
}
.cbp_tmtimeline > li .cbp_tmicon {
  background: #ffffff;
  color: #d2d2d2;
  -moz-box-shadow: 0px 0px 0px 5px #f5f5f6;
  -webkit-box-shadow: 0px 0px 0px 5px #f5f5f6;
  box-shadow: 0px 0px 0px 5px #f5f5f6;
}
.cbp_tmtimeline > li .cbp_tmicon.bg-primary {
  background-color: #303641;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.bg-secondary {
  background-color: #ee4749;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.bg-success {
  background-color: #00a651;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.bg-info {
  background-color: #21a9e1;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.bg-warning {
  background-color: #fad839;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.bg-danger {
  background-color: #cc2424;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  background: #f5f5f6;
  color: #737881;
  margin-bottom: 30px;
  padding: 15px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.cbp_tmtimeline > li .cbp_tmlabel h2,
.cbp_tmtimeline > li .cbp_tmlabel p {
  color: #737881;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.42857143;
}
.cbp_tmtimeline > li .cbp_tmlabel p + p {
  margin-top: 15px;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  font-size: 16px;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 a {
  color: #303641;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  border-right-color: #f5f5f6;
}
.cbp_tmtimeline > li .cbp_tmlabel.empty {
  background: 0;
  padding: 9px 0;
  margin-bottom: 70px;
}
.cbp_tmtimeline > li .cbp_tmlabel.empty:after {
  visibility: hidden;
}
.topnav-logo-lg{
    font-size: 20px;
    color: #0c1451;
    font-weight: 600;
}
.card-body{
    padding: 0.5rem 1.5rem !important;
}
.widget-inline .card-body,.justify-content-center .card-body{
    padding: 1.5rem !important;
}
.widget-inline .card-body.p-0{
    padding: 0rem !important;
} 
.page-title {
    margin: 5px 0;
    font-weight: 500 !important;
}