@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

body {
    /* background-color: #eaf0f7; */
    /* background: #42A813; */
    background: #f4f6f9;
    font-family: 'Questrial', sans-serif;
    /* font-size: 15px; */
    font-size: 17px;
    color: #0b2e4e;
}

myModal.in {
  z-index: 999999;
}
.starReq {
  color: #dc3545;
}

.error {
  font-size: 13px;
  color: #dc3545;
  margin-left: 3px;
  display: none;
}

.navbar {
  background-color: #3f7a2f !important;
}

.logoWeb {
  height: 36px;
  margin-bottom: 12px;
}

.logoText {
  font-size: 32px;
  color: #fff;
}

.card-header {
  color: #fff;
  background-color: #3f7a2f;
  font-size: 20px;
}

.btn-primary {
  background-color: #3f7a2f;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:hover {
  color: orange;
  background-color: #3f7a2f;
  text-decoration: underline;
}

.lice-heder .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
main {
  padding-top: 100px !important;
  padding-bottom: 1.5rem !important;
}

.lice-heder.navbar {
  padding: 13px 0.5rem;
  position: fixed;
  width: 100%;
  z-index: 3000;
}
.lice-heder .logoWeb {
  width: 150px;
  height: auto;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.lice-heder .navbar-brand {
  padding: 0;
}
.lice-heder .logoText {
  font-size: 22px;
  line-height: 26px;
  display: block;
  padding-top: 10px;
  width: 275px;
  float: right;
}

.usr-listing .card-header {
  color: #0b2e4e;
  background-color: transparent;
  font-size: 22px;
  font-weight: bold;
}

main {
  background-color: #f4f6f9 !important;
}

/*.cust-btn {
  padding: 0.3rem 0.75rem;
  height: 32px;
  font-size: 16px !important;
  margin: 0;
  font-family: Questrial, sans-serif;
  vertical-align: top;
  background: #3f7a2f !important;
  border: 1px solid #3f7a2f;

  color: #fff;
  line-height: 17px !important;
}
.blk-cust-btn {
    padding: 0.3rem 0.75rem;
    height: 32px;
    font-size: 16px !important;
    font-family: Questrial, sans-serif;
    margin: 0;
    vertical-align: top;
    background: #fff !important;
    border: 1px solid #3f7a2f;
    color: #444;
    line-height: 17px !important;
  }*/

  .cust-btn {
    border-radius: 4px;
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #fff;
    background: #3f7a2f;
    padding: 7px .75rem 5px;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: none;
    vertical-align: top;
    border: 1px solid #3f7a2f;
    font-size: 17px;
    line-height: 19px;
    height: auto;
}

.cust-btn:hover, .cust-btn:focus, .cust-btn:active {
    color: #fff;
    background: #4e3396 !important; outline:0; box-shadow: none;

}
.blk-cust-btn{
    border-radius: 4px;
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    background: #fff !important;
    color: #444;
    padding: 7px .75rem 5px;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: none;
    vertical-align: top;
    border: 1px solid #3f7a2f;
    font-size: 17px;
    line-height: 19px;
    height: auto;
}

  .blk-cust-btn:hover, .blk-cust-btn:focus, .blk-cust-btn:active {
      background: #4e3396 !important; outline:0; box-shadow: none;
    }

.mar-lft-10 {
  margin-left: 10px;
}
.padd-0 {
  padding: 0;
}

.page-item.active .page-link {
  background: #4e3396 !important;
  color: #fff !important;
  height: 30px !important;
  border: 0 !important;
}
.page-link {
  color: #000;
  border: 0 !important;
  padding: 5px 0.75rem !important;
}
table.dataTable.table-striped > tbody > tr.odd {
  background-color: rgba(69, 105, 131, 0.08) !important;
}
.table > :not(caption) > * > * {
  border: 0 !important;
}
.icon-btn {
  color: #3f7a2f !important;
  font-size: 22px;
  margin-right: 15px;
}
.icon-btn:hover {
  color: #4e3396 !important;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-label {
  background: url("/img/download.svg");
  background-position: 99% center;
  background-repeat: no-repeat;
  background-size: 16px;
}
.edit-btn,
.delete-btn {
  color: #3f7a2f !important;
  font-size: 16px;
  margin-left: 0;
  margin-right: 5px;
}
.dropdown-list button {
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
}
.dropdown-list {
  padding-left: 0;
}
.input-box {
  background-color: #fff;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 100%;
}
.input-box:hover,
.input-box:focus {
  border: solid 1px#ccc !important;
}
.modal-header-cust {
  background: #3f7a2f !important;
  padding: 6px 10px !important;
  color: #fff;
  font-size: 18px;
}

.modal-header-cust-error {
    background: #ee2b03 !important;
    padding: 6px 10px !important;
    color: #fff;
    font-size: 18px;
}

.modal-header-cust .btn-close {
  background: none !important;
  font-size: 16px;
  color: #fff !important;
  opacity: 1;
  line-height: 16px;
}
.modal-dialog{margin-top: 95px!important;}

.trans-btn {
  background-color: #f8f9fa !important;
  border: solid 1px #3f7a2f !important;
  color: #444;
}
.trans-btn:hover {
  background-color: #4e3396 !important;
  color: #fff;
}
.modal-custom {

  z-index: 5000 !important; background-color:rgb(0, 0, 0, 0.5); margin-top:0; top:0;
}
.modal-custom .modal-dialog{ margin-top: 15%!important;}

#app {
  background-color: #f5f5f5 !important;
  min-height: 100vh;
}
.login-container {
  background-color: #42a813;
  min-height: calc(100vh - 40px);
  margin: -40px 0;
  padding: 100px 0 0;
}
.login-box {
  border-radius: 10px;
  box-shadow: 0 0 18px 0 rgba(25, 42, 70, 0.5);
  background: #fff;
  overflow: hidden;
  padding: 0;
}
.cust-lbl {
  width: 100%;
  margin-bottom: 4px;
  text-align: left !important;
}
.login-title {
  font-size: 22px;
}

#flashMessage {
  position: fixed;
  top: 0px;
  right: 25px;
  z-index: 1050; /* Ensures the message is on top */
}

.bootbox-confirm {
  margin-top: 12%;
}

.bootbox .modal-header {
  background: #3f7a2f;
  border-radius: 4px 4px 0px 0;
  padding: 2px 10px 0;
  color: #fff;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e9ecef;
}
.modal-title {
  font-size: 18px;
  margin: 5px 0 3px;
  line-height: 18px;
  font-family: inherit;
}
.bootbox-close-button {
  color: #fff;
}
.orange-child-row td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.orange-child-row td tr td {
  padding: 0.5rem 0.25rem 0.5rem 0.25rem !important;
}

#downloadCsv {
  margin-top: -4px;
  color: #3f7a2f;
  font-weight: 500;
}

/* #exportResult {
    margin-top: -4px;
    color: #3f7a2f;
    font-weight: 500;
    font-size: 24px;
  } */

table.dataTable > thead .nosort.sorting_asc:before,
table.dataTable > thead .nosort.sorting_asc:after {
  display: none !important;
}
.cant-del-btn i {
  opacity: 0.5;
}
.dataTables_processing {
  background: url("/img/trans-loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px;
  font-size: 0;
  height: 100%;
  width: 100% !important;
  border-radius: 0;
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  /* background-color: rgba(0, 0, 0, 0.2); */
  /* background-color: rgb(0, 0, 0, 0.2); */
  position: fixed !important;
  margin-left: 0!important;
}
#downloadCsv:hover, #downloadCsv:focus, #downloadCsv:active{outline:0!important; box-shadow: none!important;}
/* #exportResult:hover, #exportResult:focus, #exportResult:active{outline:0!important; box-shadow: none!important;} */
.modal{z-index: 4000;}
.modal-header{background-color: #3f7a2f;
    padding: 6px 10px !important;
    color: #fff;
    font-size: 18px;
}
.loader-img{
    width:60px;
    height:auto;
}

.loader-div{
    text-align: center;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 6000;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.2);
    /* padding-top: 40%; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-label {
    margin-bottom: .5rem;
    margin-bottom: 5px;
    margin-top: 15px;
}

/* .form-control {
    margin-bottom: 15px;
}

.modal-header {
    background-color: #333333;
}

@media (max-width: 767px) {
    .cust-btn {
        margin-bottom: 10px;
    }
} */

@media (min-width: 768px) and (max-width: 1024px) {

    .login-box {
        margin-top: 20%;
    }

    .modal-dialog {
        max-width: 745px;
        margin: 1.75rem auto;
    }
}
.cust-btn-home{
    margin: 5px;
}

/* .export-btn-link{
    float: right;
} */

@media (min-width: 1024px) {
    .export-btn-link{
        float:right;
    }
}

@media (max-width: 1023px) {
    .export-btn-link{
        left: -12px;
        position: relative;
    }
}

.error-space{
    position: absolute;
    margin-bottom: 5px;
}

.forgot-pass{
    color: #0b2e4e;
    font-size: 1rem !important;
    text-decoration: none;
}

.forgot-pass:hover {
    text-decoration: none;
    color: #3f7a2f !important;
}

.rem-check{
    margin-top: 10px;
}

input[type="checkbox"] {
    accent-color: #3f7a2f !important;
}

.form-check-input:checked {
    background-color: #3f7a2f;
    border-color: #3f7a2f;
    border: none;
    box-shadow: none;
}
.form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.dropdown-item:hover {
    color: #fff;
}

hr{
    margin-top: 15px !important;
}

#clearSearch{
    color: green;
    display: block;
    position: absolute;
    top: 30px;
    right: -238px;
}

#clearSearch a{
    text-decoration: none !important;
    font-size: 14px;
}

/* #countCont{
    float: left;
    padding: 3px 19px;
    position: relative;
    left: -70%;
} */

@media (min-width:768px) and (max-width:991px) {
   #countCont{
        float: left;
        padding: 3px 19px;
        position: relative;
        left: 43%;
        top: -56px;
   }

   .filter-section .form-select {
        width: 100px !important;
        margin-right: 20px;
    }

    .lic_type {
        position: relative;
        left: -185px;
    }
}

.spaceBetween{
    margin-right: 10px;
}

.dropdown-toggle::after {
    content: "Menu";
    display: none;
}

.dropdown-item:hover {
    /* color: orange;
    background-color: #3f7a2f; */
    text-decoration: none !important;
    color: #fff;
    background: #4e3396 !important;
    outline: 0;
    box-shadow: none;
}


/* ************      In-active css - start ***************** */
    /* Fullscreen overlay */
    #overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #3f7a2f;
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 10000;
        overflow: hidden;
        animation: fadeInBackground 0.2s ease-in-out;
    }

    @keyframes fadeInBackground {
        from {
            background-color: rgba(0, 0, 0, 0); /* Fully transparent */
        }
        to {
            background-color: #3f7a2f; /* Final background color */
        }
    }

    /* Slider container */
    #slider {
        position: relative;
        width: 100%;
        height: 100%;
    }

    #slider img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    #slider img.active {
        opacity: 1;
    }

/* ************      In-active css - end ***************** */
