html
{
    font-size:12px;
    background: #Eff4f4;
}


.background
{
      background: #Eff4f4
}

.contentdiv 
{
    padding: 15px;
}
.menu .uk-navbar-nav>li.uk-active>a {
    color: blue!important;
}
.menu .uk-navbar-nav>li>a {
    font-size: 13px; color: #94a4b6;;
    font-weight: 400;    height: 60px;
    text-transform: capitalize;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.menu .uk-navbar-nav>li>a:hover,  .menu .uk-navbar-nav>li>a:focus{
    font-size: 13px; color: blue;;
    font-weight: 400;
    text-transform: capitalize;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.menu .sidebar_iconw {
    font-size: 1.2em;margin-right:5px;
}
.uk-background-muted {
    background-color: #fafafa;
}
 .sampleimg {
    width: 40px;    margin-right: 5px;
}

.logo {
    width: 90px;
    padding-left: 20px;
}

.menu .dotdrop>li.uk-active>a, .menu .dotdrop>li>a:focus, .menu .dotdrop>li>a:hover {
    color: blue;
}

.menu  .dotdropw {
    padding: 10px 20px;
    width: auto;
}
.menu .dotdrop>li>a {
        color: #545454;
        font-size: 13px;
        font-weight: 400;
        text-align: left;
}





input[type="date"]::-webkit-calendar-picker-indicator
  
    {
        color: rgba(0, 0, 0, 0);
        opacity: 1;
        background-image: url("../img/calendar_black.png");
        background-repeat: no-repeat;
        background-position: 100% center;
        background-size: 18px;
        cursor: pointer;
    }
    .date_input {
    height: 50px!important;
    border-radius: 35px!important;
    font-size: 16px;
    background: #FFF!important;
    border: 1px solid #fff!important;padding:0px 16px;
}
   


    .uk-link, a {
    color: #1e87f0;
    text-decoration: none!important;
    cursor: pointer;
}
    
        .customhr
        {
            border-top: 2px dashed #94a4b6;
    width: 75%;
    margin-left: 30px;
        }
       .menuli .uk-badge {
               box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 0 0px;
    border-radius: 500px;
    vertical-align: middle;
    color: #fff;
    font-size: 9px;
      margin-left:60px;     
       background: #94a4b6;
    }
.record
{
   padding: 40px 40px; 
}
.recordbtn
{
            padding: 9px 22px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    color: #0091ff;
    font-weight: 400;
}

.menuli .listcss {
   padding: 8px 0px 8px 35px;
   border-left: 4px solid #fff;
   
}
.menuli .listcss:hover 
{
      border-left: 4px solid blue;
    color: blue!important;
    font-weight: 400;    
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.currentli
{
  border-left: 4px solid blue!important;
    color: blue;
    font-weight: 400;    
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);  
}
.currentli a
{
    color: blue!important;
}
.currentli .dropicon  .moreicon
{
  color: blue!important;   
}

.contentdiv .hd
{
    font-size:22px;
    font-weight:600;
}
.contentdiv .agents_card
{
  border-radius:20px;padding:25px 40px; 
}
.contentdiv .btnprimary, .contentdiv .btnprimary:hover , .contentdiv .btnprimary:focus , .contentdiv .btnprimary:active
          {
                    padding: 0px;
    line-height: 0px;
    color: #000!important;
    font-weight: 600;
    outline: none!important;
    background-color: #fff!important;
    border: 2px dashed #94a4b6;
    text-decoration: none;
    font-size: 16px!important;
    width: 50%;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: capitalize;
    border-radius: 5px;
    height:45px;
          }

.contentdiv .txt{
        font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
}
 .contentdiv .viewcss {
    margin-left: -10px;
    width: 40px;
   border: 2px solid #fff;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.contentdiv .viewcss:hover
{     z-index: 4;   -webkit-box-shadow:0 14px 24px rgba(62,57,107,0.2);box-shadow:0 14px 24px rgba(62,57,107,0.2);
}

.contentdiv .listcard
{
  border-radius:20px; 
 text-align:left;
}
.red
{color:red;}
.green
{
    color:#5ef0b5;
}
.contentdiv .listswitcher{
    background: #eceff4;
    padding: 7px 0px;
    border-radius: 35px;
    width: 74%;margin-left:-2;

}

.contentdiv .listswitcher>.uk-active>a {
       background-color: #fff;
    color: #000;
    border-radius: 15px;
    text-transform: inherit;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 500;    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.contentdiv .listswitcher>*>:first-child {
    color: #6e6d6d;
    border-radius: 15px;
    text-transform: inherit;
    padding: 7px 14px;
    font-size: 14px;
    font-weight: 500;
}

.contentdiv .listswitcher>* {
    flex: none;
    padding-left: 10px;
    position: relative;
}

.contentdiv  .tablecss th {
    padding: 7px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 10px;
    font-weight: 400;
    color: #94a4b6;
    text-transform: capitalize;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.contentdiv  .tablecss  tbody tr:hover, .contentdiv  .tablecss >tr:hover {
    background: #fff;box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
.tablecss .uk-label-success {
    background-color: #eaf6e8;
    color: #0aba66;
    font-weight: 700;
    border-radius: 40px;font-size:8px;padding:5px 10px;
}
.tablecss .uk-label-warning {
    background-color: #fef9dc;
    color: #f2aa0d;
    font-weight: 700;
    border-radius: 40px;font-size:8px;padding:5px 10px;
}

.tablecss .sample {
    color: #000;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 13px;
}
.tablecss .sampletxt {
    color: #94a4b6;
    margin-top: 0px;
    font-size: 10px;
}
.tablecss .typeicon {
    box-sizing: border-box;
    min-width: 35px;
    height: 32px;
    padding: 0px 0px;
    border-radius: 10px;
    vertical-align: middle;
    color: #000;
    font-size: 24px;
    /* margin-left: 15px; */
    border: 2px dashed #94a4b6;
    background: transparent;
}
.tablecss .typeicon p {
     margin-top: 20px; 
}
.tablecss .uk-table-expand {
    min-width: 75px;
}
.tablecss .icon3{width:15px;}
.contentdiv .blue_credit {
    border-radius: 20px;background:#023def;padding: 40px 22px;
}

.blue_credit .typeicon {
    box-sizing: border-box;
    min-width: 35px;
    height: 32px;
    padding: 0px 0px;
    border-radius: 10px;
    vertical-align: middle;
    color: #000;
    font-size: 24px;
    /* margin-left: 15px; */
    border: 2px dashed #fff;
    background: transparent;
}

.blue_credit .sample {
    color: #fff;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 13px;
}
.blue_credit .sampletxt {
    color: #94a4b6;
    margin-top: 0px;
    font-size: 10px;
}
.blue_credit  .usercss
{font-size:14px;color:#fff;}
.white_color
{
    color:#fff;
}

*+.uk-grid-margin, .uk-grid+.total, .uk-grid>.uk-grid-margin {
    margin-top: 25px;
}
.blue_credit .total .hd{
        color: #fff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.9;
}
.blue_credit .linechart
{
 color: #5ef0b5;
    font-size: 25px;    
}
*+.uk-grid-margin, .uk-grid+.value, .uk-grid>.uk-grid-margin {
    margin-top: 20px;
}
.blue_credit .percentage
{
    color: #5ef0b5;
    font-size: 18px;
    font-weight: 400;
}
.blue_credit .down_value
{
  color:#FFF;
  font-size: 14px;
    font-weight: 500;
}

.blue_credit .currency
{
  color:#94a4b6;
  font-size: 14px;
    font-weight: 300;
}

.blue_credit .warning
{
  color:#faa05a;
  font-size: 14px;
    font-weight: 300;
}
.contentdiv .white_credit {
    border-radius: 20px;background:#FFF;padding: 40px 22px;
}

.white_credit .typeicon {
    box-sizing: border-box;
    min-width: 35px;
    height: 32px;
    padding: 0px 0px;
    border-radius: 10px;
    vertical-align: middle;
    color: #ff3f3e;
    font-size: 24px;
    /* margin-left: 15px; */
    border: 2px dashed #ff3f3e;
    background: transparent;
}

.white_credit .sample {
    color: #000;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 13px;
}
.white_credit .sampletxt {
    color: #94a4b6;
    margin-top: 0px;
    font-size: 10px;
}
.white_credit  .usercss
{font-size:14px;color:#ff3f3e;}
.black_color
{
    color:#000;
}

*+.uk-grid-margin, .uk-grid+.total, .uk-grid>.uk-grid-margin {
    margin-top: 25px;
}
.white_credit .total .hd{
        color: #000;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.9;
}
.white_credit .linechart
{
 color: #ff3f3e;
    font-size: 25px;    
}
*+.uk-grid-margin, .uk-grid+.value, .uk-grid>.uk-grid-margin {
    margin-top: 20px;
}
.white_credit .percentage
{
    color: #ff3f3e;
    font-size: 18px;
    font-weight: 400;
}
.white_credit .down_value
{
  color:#000;
  font-size: 14px;
    font-weight: 500;
}

.white_credit .currency
{
  color:#94a4b6;
  font-size: 14px;
    font-weight: 300;
}

.white_credit .warning
{
  color:#faa05a;
  font-size: 14px;
    font-weight: 300;
}


.contentdiv .statdiv {
    border-radius: 20px;background:#fff;
}
.contentdiv .statdiv .stattype
{
 color:#000;
  font-size: 16px;
    font-weight: 500; 
}
.contentdiv .statdiv .duration
{
    border-radius: 20px;
    width: 110px;
    font-size: 14px;
    font-weight: 500;
}
.contentdiv .statdiv  .chart
{
    margin-top:30px;
}

.uk-button {
    text-transform: capitalize;
    padding: 2px 19px;
    border-radius: 10px;
    line-height: 30px;
}
.ukhd {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}


@media only screen and (max-width: 800px) 
{
    .menuli .listcss a:hover {
    color: blue!important;
    font-size: 16px;
    font-weight: 400;
}
.menuli .listcss a {
    color: #94a4b6;
    font-size: 16px;
    font-weight: 400;
}
.container {
    height: auto;
    padding: 20px;
}
.content_div {
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    background: #Eff4f4;
}
        .mobilecss .uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 320px;
    padding: 20px 20px;
    background: #fff;
    overflow-y: hidden;padding-right: 0px;
}


.mobilecss .uk-offcanvas-bar .listcss
{
   padding: 13px 0px;
    margin-top: 5px;
}
.menuli .listcss {
    padding: 8px 0px 8px 35px;
    border-left: 0px solid #fff;
}
.uk-navbar-toggle {
    color: #000;    font-size: 18px;
}
.mobilebg
{ 
    background: #fff;
}
.currentli
 {
    border-left: 0px solid blue!important;
    color: blue!important;
    font-weight: 400;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}
.menuli .listcss:hover {
    border-left: 0px solid blue!important;
    color: blue!important;
    font-weight: 400;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}
.menuli .uk-badge {
    box-sizing: border-box;
    min-width: 25px;
    height: 25px;
    padding: 0 0px;
    border-radius: 500px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    margin-left: 88px;
    background: #94a4b6;
}
.currentli .dropicon  .moreicon {
    color: blue!important;
    padding-left: 100px;
}
.uk-list .dotdrop {
    margin: 0;
    padding-left: 0px;
    list-style: none;
    color: #000!important;
}
.currentli .dotdrop a {
    color: #000!important;
}
.mrtop15{
    margin-top:15px;
}
.search_input {
    height: 44px!important;
    border-radius: 35px!important;
    font-size: 14px;
    background: #FFF!important;
    border: 1px solid #c4c0c0!important;
    padding-left: 1px;
}
.mobilebg .uk-navbar-center:not(:only-child) 
{
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%,-50%);
    z-index: 990;
}
.mobilebg .navimg {
    width: 20px;
}
.mobilebg  .bell_badge {
    box-sizing: border-box;
    min-width: 40px;
    height: 40px;
    padding: 0 0px;
    border-radius: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 9px;
    margin-left: 0px;
    border: 2px dashed #94a4b6;
    background: transparent;
}
.mobilebg .badge_position {
    background: red;
    position: absolute;
    right: -8px;
    top: -5px;
}
.mobilebg .sampleimg {
        width: 45px;
    margin-left: 9px;
}
.mobilebg .uk-navbar-right {
    margin-left: 56%;
}
.mobilediv .topicimg {
    width: 35px;
} 

.mobilediv .plus_badge {
    box-sizing: border-box;
    min-width: 38px;
    height: 38px;
    padding: 0 0px;
    border-radius: 50px;
    vertical-align: middle;
    color: #000;
    font-size: 24px;
    margin-left: 10px;
    border: 2px dashed #94a4b6;
    background: transparent;margin-top:10px;
}
.mobilediv .plus_badge p {
    margin-bottom: 0px;
}
.mobilediv .cardcss
{
    width:auto;
    background:#FFF;
       box-shadow: 0 5px 15px rgb(0 0 0 / 8%); 
       border-radius:50px;
       padding:7px 15px 7px 10px;
}
.mobilediv .icon1
{
    width:38px;margin-left:10px!important;margin-top:10px;
}
.mobilediv .icon2
{
    width:38px;margin-left:5px;margin-top:10px;
}
.mobilediv .topicimg
{width:35px;}

.mobilediv .cardcss .sample {
    color: #000;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 13px;
}
.mobilediv .cardcss .sampletxt {
    color: #e67f00;
    margin-top: 0px;
    font-size: 13px;font-weight:700;
}
.contentdiv {
    margin-top: 30px;
}
.mobilediv{margin-top: 20px; 
    text-align:center;
}
.date_input {
    height: 40px!important;
    border-radius: 35px!important;
    font-size: 16px;
    background: #fff!important;
    border: 1px solid #fff!important;
    padding: 4px 4px;
    width: 42px;
    margin-left: 12px;margin-top:10px;
}
.mobilediv .valign {
    vertical-align: middle;
    margin: 10px 0px 10px 6px;
}
} 






