
body {font-family: 'Roboto', sans-serif !important;font-weight: inherit in !important;}
/* Write your custom CSS here */
img {
    width: 100%;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  .over-flow-set {
    overflow: auto;
    padding-top: 0;
}


.over-flow-set2{
    overflow: auto;
    padding-top: 0;     
    height: 410px;
}

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #4e2946;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #4e2946;
  }
  .page-login .log-cover{
    background: #fff;
    /* padding: 0px 20px; */
}
.page-login .company-info {
  height: 100%;
  background: #f5f8ff;
  padding: 16px 10px;
  position: relative;
}
.page-login .company-info .c-logo{
  text-align: center;
}
.page-login .company-info .c-logo img{
  width: 72%;
}
.page-login .company-info .c-logo p{
  font-size: 12px;
  color: #707070;
  margin: 0;
  text-align: right;
}
.page-login .company-info ul{
  padding: 18px 3px;
  margin: 0;
}
.page-login .company-info ul li{
  list-style: none;
  font-size: 13px;
  color: #21257d;
}
.page-login .company-info ul li h3{
  font-size: 14px;
  font-weight: 600;
  border-bottom: #b5b5b5 1px solid;
  padding-bottom: 10px;
}
.page-login .company-info ul li span{
  
  font-size: 14px;
}

.page-login .company-info .contact-in {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #e8ebf4;
    padding: 6px 13px;
    text-align: center;
}

.page-login .company-info .contact-in a{
    margin: 0;
    text-decoration: none;
    letter-spacing: 1.2px;
    color: #161616;
    font-size: 13px;
    font-weight: 700;
}
.page-login .company-info .contact-in h3{
    font-size: 12px;
    margin: 0;
    color: #1d2140;
}
.page-login {height: 100vh;    background: #294aa0;
    background-image: linear-gradient(to bottom right,#8558a8,#ffa69b);}
.page-login .login-box{
    background-color: #ffffffe3;
    padding: 10px 30px;
    border-radius: 10px;
    
}
.page-login .login-box .logo-name{
    /* text-align: center; */
    display: block;
    padding: 24px 0px;
}
.page-login .login-box .logo-name img{

width: 30%;
}
.page-login .login-box h3{
    color: #294aa0;
    font-size: 14px;
    text-align: center;
    margin-bottom: 26px;
    font-weight: 700;
}
.page-login .login-box form{}
.page-login .login-box form .form-group{
    margin-bottom: 20px;
}
.page-login .login-box form .form-group .form-control{
    height: 47px;
    background-color: #ffffff;
    font-size: 14px;
    border: #9c9c9c 1px solid;
    color: #000;
}
.page-login .login-box form .form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(102 107 112);
    opacity: 1; /* Firefox */
  }

  .page-login .login-box form .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
     color: rgb(102 107 112);
  }

  .page-login .login-box form .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(102 107 112);
  }
.page-login .login-box form .form-group .btn{

width: 60%;

margin: 30px auto;

display: block;
}
.page-login .login-box form .form-check{

display: flex;

align-items: center;
}
.page-login .login-box form .form-check label{

color: #000;

font-size: 13px;

margin-left: 10px;
}
.page-login .login-box form p{

color: #000;

font-size: 12px;
}

.main-headere {}

.main-headere .navbar {
  /* background: linear-gradient(45deg, #f1a32240, #f15a2266); */
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
 

.main-headere .navbar .navbar-brand {
    width: 10%;
}

.main-headere .navbar .navbar-collapse {}

.main-headere .navbar .navbar-collapse .navbar-nav {
    align-items: center;
}

.main-headere .navbar .navbar-collapse .navbar-nav .nav-item {}

.main-headere .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    color: #3e3e3e;
}

.main-headere .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    /* right: 29px; */
    left: 0;
}

.main-headere .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 5px 12px;
    border-bottom: #e4e4e4 1px solid;
}

.main-headere .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
    border: none;
}

.main-headere .accountshow {
    border-left: #a4a4a4 1px solid;
    padding-left: 13px;
}
.main-headere .right-show{
    width: 39%;
}
.main-headere .right-show .right-form{
    width: 72%;
}

.main-headere .accountshow .dropdown-toggle {
    display: flex;
    align-items: center;
}

.main-headere .accountshow .dropdown-toggle .mdi {
    /* width: 30px; */
    /* height: 30px; */
    display: flex;
    /* border: #a5a5a5 1px solid; */
    font-size: 28px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    color: #294aa0;
    margin-right: 11px;
}

.main-body {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 23px;
}
.main-body .content .pagination {
    margin-top: 10px;
}
.main-body .content .pagination .page-item.active .page-link {
    background: #9895d7;
    border-color: #9895d7;
    color: #fff;
}
.main-body .content .pagination .page-item .page-link {
    /* background: #9895d7; */
    border-color: #d5d5e2;
    color: #919191;
    font-size: 14px;
}
.main-body .content {
    margin-bottom: 15px;
}
.main-body .content.accordion-flush{}
.main-body .content.accordion-flush .accordion-item{}
.main-body .content.accordion-flush .accordion-item .accordion-header{
    display: block;
    border: none;
}
.main-body .content.accordion-flush .accordion-item .accordion-header .accordion-button{
    background: transparent;
    border: none;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    box-shadow: none;
}
.main-body .content.accordion-flush .accordion-item .accordion-header .accordion-button:after{
    background-color: #fff;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    padding: 2px 3px 3px 4px;
    background-position-x: 2px;
    background-position-y: 2px;
    background-size: 16px;
}
.main-body .content .small-hd{
    font-size: 17px;
    color: #1058cf;
    font-weight: 600;
}

.main-body .content .cont-head {
    border-bottom: #e5e5e5 1px solid;
    background-color: #1683c5;
    padding: 6px 20px;
    display:  flex;
    align-items: center;
    justify-content: space-between;
}

.main-body .content .cont-head h1 {
    font-size: 16px;
    padding: 0;
    color: #fff;
}
.main-body .content .cont-head .right-bar {

display:  flex;

align-items: center;

justify-content: end;

gap: 14px;
}
.main-body .content .inner-head {
    display: flex;
    justify-content: space-between;
}
.main-body .content .inner-head h4{
    font-size: 20px;
}
.main-body .content .inner-head .right-bar{}
.main-body .for-form {}
.main-body .for-form h4 {
    font-size: 16px;
    color: #2c2c7e;
    font-weight: 600;
}

.main-body .for-form .form-group {
    margin-bottom: 3px;
}

.main-body .for-form .form-group .form-control {
    color: #000;
    font-size: 14px;
}

.main-body .for-form .form-group .form-select {
    font-size: 14px;
}

.main-body .for-form .form-group label {
    margin-bottom: 6px;
    font-size: 13px;
    color: #494949;
    font-weight: 600;
}

.main-body .for-form .form-group .chosen-container {
    width: 100% !important;
}
.main-body .for-form .form-group .chosen-container .chosen-choices{
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: inherit;
    padding-left: 10px;
    }
.main-body .for-form .form-group .chosen-container .chosen-choices .chosen-search-input{color: #000;}

.main-body table {}

.main-body table thead {
    white-space: nowrap;
    vertical-align: middle;
}
.main-body table.table-bordered>:not(caption)>*>* {

border-width: 1px 1px;
}



.main-body table thead tr th {
    font-size: 14px;
    vertical-align: middle;
}

.main-body table tbody tr th {
    font-size: 14px;
    vertical-align: middle;
    border-bottom: #fdfdfd 1px solid !important;
    border-width: 1px 1px;
}

.main-body table tbody tr td {
    font-size: 13px;
    vertical-align: middle;  border-bottom: #fdfdfd 1px solid !important;
}

.table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #e9efff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: 0;    
}

.main-body table .flight-logo {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.main-body table .for-width-1 {
    width: 194px;
    display: block;
    text-wrap: balance;
    }
.main-body table .flight-logo img {}

.main-body table .flight-action {}

.main-body table .for-text {}

.main-body table .for-text span {
    display: block;
}
.table.table-foot-fixed tfoot tr:nth-child(1) td {
    background-color: #e7ebff;
    color: #131313;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    bottom: -17px;
    z-index: 10;
}

.main-body table .remarks {
    width: 200px;
    /* display: block; */
    }
.main-body table .remarks .remarks-cv{
    /* margin-bottom: 36px; */
}
    .main-body table .remarks .remarks-bt{
    display: flex;
    justify-content: end;
}
    .main-body table .remarks2 {}
        .main-body table .remarks2 div{width: 200px;
            display: block;}

.main-body table .remarks p {

white-space: normal;

background: #fff;

border: #000 1px solid;

border-radius: 5px;

padding: 5px 10px;

overflow: auto;

/* text-overflow: ellipsis; */

/* display: -webkit-box; */

/* -webkit-line-clamp: 2; */

line-clamp: 2;

/* -webkit-box-orient: vertical; */

text-align: left;

height: 57px;

font-size: 11px;

line-height: 16px;

margin-bottom: 0;
}

.main-body table .remarks button {

border: navajowhite;

background: #d11230;

/* float: right; */

color: #fff;

border-radius: 4px;

padding: 4px 7px;

/* line-height: 17px; */

margin: 0px 5px;
}
.main-body .accordion-flush {
    margin-bottom: 10px;
}
.main-body .accordion-flush .all-head {
    padding: 10px;
}

.main-body .all-head h1 {
    font-size: 18px;
}

.main-body .all-head button {
  /* background:#e9e9e9; */
}
.main-body .all-head button:focus {
   border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.main-body .all-head .accordion-button::after{
    margin-left: 7px;
}
.main-body .home-dashboard {
    /* padding: 0 20px; */
    padding-bottom: 15px;
}

.main-body .home-dashboard .all-tabs {}

.main-body .home-dashboard .all-tabs .card-body {

    padding: 15px 12px;
}

.main-body .home-dashboard .all-tabs h3 {

    font-size: 16px;
}

.main-body .home-dashboard .all-tabs p {

    font-size: 16px;
}

.main-body .home-dashboard .all-tabs .col-auto {
    color: #000000;
    font-size: 31px;
}

.main-body .home-dashboard .all-tabs.bd-1 {
    border-left: #1b7af1 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-2 {
    border-left: #28a745 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-3 {
    border-left: #17a2b8 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-4 {
    border-left: #ffc11e 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-5 {
    border-left: #dc3545 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-6 {
    border-left: #f11b6d 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-7 {
    border-left: #f11b9b 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-8 {
    border-left: #e119e8 5px solid;
}

.main-body .home-dashboard .all-tabs.bd-9 {
    border-left: #f1dc1b 5px solid;
}

.main-body .all-popup-form {}
.main-body .all-popup-form .modal-dialog{}
.main-body .all-popup-form .modal-content{}
.main-body .all-popup-form .modal-header{padding: 11px 16px;background-color: #502847;}
.main-body .all-popup-form .modal-header h4{font-size: 15px;color: #fff;}
.main-body .all-popup-form .modal-header button{
    border: none;
    width: 30px;
    height: 30px;
    display: block;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 29px;
    border-radius: 22px;
    background-color: #f00;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: -8px;
    top: -9px;
    }

.main-body .all-popup-form .modal-header button span {
    display: block;
    height: 100%;
}
.main-body .all-popup-form .form-group{
    margin-bottom: 12px;
    position: relative;
}
.main-body .all-popup-form .form-group .form-control{
    border-radius: 0;
    height: 43px;
    font-size: 13px;
    padding-left: 36px;
}
.main-body .all-popup-form .form-group .form-control-text{
    border-radius: 5px;
    /* height: 43px; */
    font-size: 13px;
    padding-left: 10px;
    padding-top: 7px;
    width: 100%;
    border: #bababa 1px solid;
}
.main-body .all-popup-form .form-group .form-select{
    border-radius: 0;
    height: 43px;
    font-size: 13px;     padding-left: 36px;
}

.main-body .all-popup-form .form-group label{
 font-size: 14px;
 margin-bottom: 8px;
}
.main-body .all-popup-form .form-group .mdi{

position: absolute;

top: 36px;

left: 10px;

font-size: 21px;

color: #a6a6a6;
}


.alert {}
.alert button{font-size: 21px;
    padding: 2px 4px;
    line-height: 23px;
    background: #f00;
    color: #fff;
    border: none;}

    .table-scrollable {
        overflow-x: auto;
        box-shadow: inset 0 0 5px rgba(150, 150 ,150,0.35);
        margin: auto;
        width: 100%;
      }

      .page-footer {
        background-color: #d7d7d7;
        position: fixed;
        width: 100%;
        bottom: 0;
        padding: 16px 0px;
        z-index: 100;
}
      .page-footer p{
    margin: 0;
    font-size: 13px;
}
      .page-footer p a{
    color: #d64545;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    padding: 9px 0px !important;

}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    width: 100%;
    overflow-x: auto;
}
@keyframes chartjs-render-animation{from{opacity:.99}to{opacity:1}}
	.chartjs-render-monitor{animation:chartjs-render-animation 1ms}
	.chartjs-size-monitor,.chartjs-size-monitor-expand,.chartjs-size-monitor-shrink{position:absolute;direction:ltr;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1}
	.chartjs-size-monitor-expand>div{position:absolute;width:1000000px;height:1000000px;left:0;top:0}
	.chartjs-size-monitor-shrink>div{position:absolute;width:200%;height:200%;left:0;top:0}
    .main-headere .search-bar {
  
width: 80%;
}
 .main-headere .select-bar {
    width: 29%;
}

    .main-headere .search-bar .dropdown{}
    .main-headere .search-bar .dropdown .nav-link{}
    .main-headere .search-bar .dropdown .nav-link::after{display: none;}
    .main-headere .search-bar .dropdown .nav-link .mdi{    font-size: 22px;}
    .main-headere .search-bar .dropdown .dropdown-menu{      right: 0 !important;
        left: inherit !important;
        top: 55px;
        width: 348px;
        background: #294aa0 !important;;}
    .main-headere .search-bar .form-group{
        display: flex;
        padding: 0px 12px;
    }
    .main-headere .search-bar .form-group .form-control{
        width: 89%;
        border-radius: 0;
        font-size: 13px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .main-headere .search-bar .form-group button{
        width: 26%;
        border: none;
        background: #f15a22;
        color: #FFf;
        font-size: 13px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .text-bg-pink {
    color: #fff !important;
    background-color: RGBA(242, 79, 124, var(--tz-bg-opacity, 1)) !important;
}
.text-bg-purple {
    color: #fff !important;
    background-color: RGBA(113, 108, 176, var(--tz-bg-opacity, 1)) !important;
}

.text-bg-info {
    color: #fff !important;
    background-color: RGBA(51, 176, 224, var(--tz-bg-opacity, 1)) !important;
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(59, 192, 195, var(--tz-bg-opacity, 1)) !important;
}
.text-bg-bl {
    color: #fff !important;
    background-color: rgb(171 109 218) !important;
}
.text-bg-gr {
    color: #fff !important;
       background-color: rgb(218 109 109) !important;
}
.text-bg-abc {
    color: #fff !important;
       background-color: rgb(218, 203, 109) !important;
}
.text-bg-cba {
    color: #fff !important;
       background-color: rgb(118, 234, 220) !important;
}

.widget-icon {
    color: var(--tz-white);
    font-size: 28px;
    background-color: rgb(255 255 255 / 31%);
    text-align: center;
    border-radius: 0 3px 3px 0;
    position: absolute;
    min-width: 83px;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    line-height: 80px;
    }

    .widget-bc{
    padding: 10px 18px;
}

       .widget-bc h2{
    font-size: 24px;
}
       .widget-bc h6{
    font-size: 14px;
}
       .widget-bc p{
    font-size: 14px;
}


.content-area {
  max-width: 1070px;
  margin: 0 auto;
}

#topnav {
  background: #37474f;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}

.admin-menu {
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex: 0.05 0 0;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 0 0;
}

.logo-t {
  width: 32px;
  height: 32px;
  border: 2px solid #26c6da;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 5px;
  padding-left: 3px;
}



.box.banana_map {
  color: #fff;
  background: #eff4f7;
  padding: 0;
  box-shadow: none;
}
.box.banana_map .title {
  padding-top: 40px;
  padding-left: 25px;
  font-size: 16px;
}
.box.banana_map .subtitle {
  font-weight: 700;
  padding-top: 10px;
  padding-left: 25px;
  font-size: 22px;
}

.box {
  max-height: 444px;
}

.box .banana {
  min-height: 404px;
  background-image: url('img/banana.png');
  background-size: cover;
}
.box .map {
  min-height: 404px;
  background-image: url('img/map.png');
  background-size: cover;
}
.box .cog-icon {
  cursor: pointer;
  position: absolute;
  right: 55px;
  top: 25px;
  z-index: 10;
}

@media screen and (max-width:760px) {
  #topnav { flex-wrap: wrap; }
  .admin-menu { flex-basis: 20%; }
  .logo { justify-content: flex-end; padding-right: 10px; }
  .logo { flex-basis: 80%; }
  .topnav-rightmenu, .search-bar { display: none; }
}

.box {
  box-shadow: 0px 1px 22px -12px #607D8B;
  background-color: #fff;
  padding: 25px 35px 25px 30px;
}

#monthly-earnings-chart #apexcharts-canvas {
  position: relative;
}
#monthly-earnings-chart #apexcharts-canvas:after {
  content: "";
  position: absolute;
  left: 0;
  right: 58%;
  top: 0;
  bottom: 0;
  background: #24bdd3;
  opacity: 0.65;
}
#monthly-earnings-chart #apexcharts-title-text {
  font-weight: 600;
}
#monthly-earnings-chart #apexcharts-subtitle-text {
  font-weight: 700;
}
.monthly-earnings-text {
  position: absolute;
  left: 70px;
  top: 187px;
  color: #fff;
  z-index: 10;
}

.monthly-earnings-text h6 {
  font-size: 16px;
}
.chart-title h5 {
  font-size: 18px;
  color: rgba(51,51,51,1);
  margin-bottom: 38px;
}


@media screen and (max-width:760px) {
  .monthly-earnings-text {
    left: 30px;
  }
  .box {
    padding: 25px 0;
  }
}

.sparkboxes .box {
  padding: 3px 0 0 0;
  position: relative;
}

#spark1, #spark2, #spark3, #spark4 {
  position: relative;
  padding-top: 15px;
}


/* overrides */
.sparkboxes #apexcharts-subtitle-text { fill: #8799a2 !important; }