
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, #e1e1e1, #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: #0b5788;
}

.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 .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 {}
    .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 .dropdown .dropdown-menu .form-group{
        display: flex;
        padding: 0px 12px;
    }
    .main-headere .search-bar .dropdown .dropdown-menu .form-group .form-control{
        width: 78%;
        border-radius: 0;
    }
    .main-headere .search-bar .dropdown .dropdown-menu .form-group button{  
        width: 27%;
        border: none;
        background: #f15a22;
        color: #FFf;
    }

    
.imgUp {
    margin-bottom: 15px;
   
}

.imgUp .imagePreview {
    width: 100%;
        height: 157px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae….jpg);
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}

.uploadFile {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.fbt-btn {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
    margin-top: 7px;
}

.fbt-btn .btn-custom {
    width: 15%;
    background-color: #007bff;
    color: #fff;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}
.float-sm-right{
   display: flex;
    justify-content: end;
    margin: 0;
    align-items: center;
}