body{
    min-height:100vh;
}
.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
    color: #ffffff;
    background: #1d9360 !important;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #1d9360;
}

.sidebar-nav > ul > li > a.active {
    font-weight: 400;
    background: #1d9360;
    color: #ffffff;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
    color: #1d9360;
}

.sidebar-nav > ul > li.active > a i {
    color: white;
}

.dropdown-menu{
    top: 30px;
    margin-left: -10px;
}

.topbar {
    background: #1d9360;
}

.img-thumbnail-header {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 50%;
    height: auto;
}

.breadcrumb-item.active a {
    color: #1d9360;
}

.navbar-nav > li:hover {
    /* background: #000 0% 0% no-repeat padding-box !important;
    opacity: 0.29 !important; */
    background-color: #0D8824;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

[type="checkbox"] + label {
    padding-left: 30px;
    height: 25px;
    line-height: 28px;
    font-weight: normal;
}

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 28px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    margin-right: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:checked + label:before {
    top: 0px;
    left: 0px;
    width: 8px;
    height: 17px;
    margin: 5px;
}

.btn-info, .btn-info.disabled {
    background: #1d9360;
    border: 1px solid #1d9360;
    -webkit-box-shadow: 0 2px 2px 0 rgba(29, 147, 96, 0.14), 0 3px 1px -2px rgba(29, 147, 96, 0.2), 0 1px 5px 0 rgba(29, 147, 96, 0.12);
    box-shadow: 0 2px 2px 0 rgba(29, 147, 96, 0.14), 0 3px 1px -2px rgba(29, 147, 96, 0.2), 0 1px 5px 0 rgba(29, 147, 96, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-info:hover, .btn-info.disabled:hover {
    background: #1d9360;
    border: 1px solid #1d9360;
    -webkit-box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
}

.btn-success:hover, .btn-success.disabled:hover {
    background: #1d9360;
    -webkit-box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    border: 1px solid #1d9360;
}

a {
    color: black;
}

.btn-primary {
    color: black;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary, .btn-primary.disabled {
    background: #f8cf27;
    border: 1px solid #f8cf27;
    -webkit-box-shadow: 0 2px 2px 0 rgba(248,207,39, 0.14), 0 3px 1px -2px rgba(248,207,39, 0.2), 0 1px 5px 0 rgba(248,207,39, 0.12);
    box-shadow: 0 2px 2px 0 rgba(248,207,39, 0.14), 0 3px 1px -2px rgba(248,207,39, 0.2), 0 1px 5px 0 rgba(248,207,39, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: black;
}

.btn-primary:hover, .btn-primary.disabled:hover {
    background: #f8cf27;
    -webkit-box-shadow: 0 14px 26px -12px rgba(248,207,39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248,207,39, 0.2);
    box-shadow: 0 14px 26px -12px rgba(248,207,39, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248,207,39, 0.2);
    border: 1px solid #f8cf27;
    color: black;
}

.page-card-title {
    margin-bottom: .75rem;
    color: #1d9360;
    border-bottom: dotted 2px #1d9360;
    padding-bottom: 10px;
}



.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover, .btn-info.focus, .btn-info:focus {
    background-color: #1d9360;
    border: 1px solid #1d9360;
}

.btn-info.active, .btn-info:focus, .btn-info.disabled.active, .btn-info.disabled:focus {
    background: #1d9360;
    -webkit-box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
    box-shadow: 0 14px 26px -12px rgba(29,147,96, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(29,147,96, 0.2);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #f8cf27;
    border-color: #f8cf27;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248,207,39,.5);
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: #f8cf27;
    border: 1px solid #f8cf27;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1d9360;
}
.login-container{
    background:
    linear-gradient(
        rgba(8, 149, 34, 0.9),
        rgba(8, 149, 34, 0.9)
      );
    
    background-size: cover;
    background-position: center;
    overflow-y: auto;
  }

  .preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    z-index: 2000;
  }
  
  .forgot-texts{
      color: #000000;
      font-size: 11px !important;
      font-weight: 400;
      margin-top: 25px;
  }

  .register-help-msg{

    font-size: 10px;
    color: #000000;
    background: #FDEB8F 0% 0% no-repeat padding-box;
    border: 0.5px solid #BFA50F;
    opacity: 1;
    padding: 7px;
    font-weight: 400;
  }
  .header-container{

    position: relative;
    z-index: 1;
    width: 100%;
    height: 170px;
    background:
    url(../img/headerBG.png);
  
    background-size: cover;
    background-position: center;
  
  }
  .header-container::before{
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: hsla(180,0%,100%,0.80);
  }

  .basic-info{

    color: #656565 !important;
    font-size: 11px !important;

  }

  .footer{

    background: transparent linear-gradient(90deg, #29973B 0%, #12C232 51%, #089522 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
  }

  .flex-rw{

    bottom: 0;
    width: 100%;
    left: 0;
  }

  .main-wrapper{
    min-height:100vh;
    display: flex;
    flex-direction: column;
}


.container{

    flex:1 1 auto;
    

}

  .service-client{
      color: #656565;
      font-size: 12px;
  }

  .odespra-rights{

    font-size: 11px;

  }

  .rules-info{

    background: #FDEB8F 0% 0% no-repeat padding-box;
    border: 0.5px solid #BFA50F;
    opacity: 1;
    font-size: 13px;
    color: #000000;
    padding: 40px 90px;
    margin-top: 25px;
  }

  .title-border{
    border-top: 2px solid rgba(0,0,0,.1) !important; 
    margin-top: 5px !important;
  }

  .service-buble{
    background: #ECECEC 0% 0% no-repeat padding-box;
    border: 0.5px solid #CBCBCB;
    border-radius: 20px;
    opacity: 1;
  }

  .green-title{

    color: #15BE34;
    font-size: 14px;
    font-weight: bold;
  }
  
  .p-s-10{
  	padding:0px 10px;
  }

  .green-text{

    color: #15BE34;
    font-size: 14px;
    font-weight: 400;
  }

  .yellow-title{

    color: #EBCB00;
    font-size: 14px;
    font-weight: bold;
  }

  .buble-subtitle{
      color: #000;
      font-size: 16px;
  }

  .buble-title{
    padding: 25px 0px 5px 0px
  }

  .buble-divider{

    width: 80%;
    border-top: 1px solid #000 !important;
    margin-top: 7px !important;
    margin-bottom: 5px;
  }
    .service-number{
        float: left;
        padding: 0px 40px;
    }
    .service-number-result{
        font-size: 10px;
        font-weight: bold;
    }

    .buble-product-label{
        letter-spacing: -0.45px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        background: #15BE34 0% 0% no-repeat padding-box;
        font-size: 10px;
        width: 22%;
        padding: 3px;
        text-align: center;
        position: relative;
        left: 20px;
        top: 0px;
    }
    .buble-service-label{
        letter-spacing: -0.45px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
        background: #ECCC04 0% 0% no-repeat padding-box;
        font-size: 10px;
        width: 22%;
        padding: 3px;
        text-align: center;
        position: relative;
        left: 20px;
        top: 0px;
    }
    
    .btn-product{
        background: transparent linear-gradient(270deg, #13C233 0%, #249F39 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #676E8829;
        opacity: 1;
        font-size: 10px;
        color: #FFF;
        padding: 10px 30px;
        border-radius: 15px;
        margin: 5px 0px 15px 0px;
    }
    
    .btn-service{
        background: #DEC003 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #676E8829;
        opacity: 1;
        font-size: 10px;
        color: #FFF;
        padding: 10px 30px;
        border-radius: 15px;
        margin: 5px 0px 15px 0px;
    }

    .basic-info{
        padding: 15px 0px;
        border-bottom: 0.5px solid #656565;

    }

    .basic-info a{
        color: #656565 !important;
        font-size: 12px !important;
    }
    .link-header{
        padding-left: 15px;
    }

    .logo-header{
        padding: 4px 0px 10px 0px;
    }
    .navbar{
        background: transparent linear-gradient(90deg, #29973B 0%, #12C232 51%, #089522 100%) 0% 0% no-repeat padding-box !important;
        border-top: 3px solid #FDDE18 !important;
        padding: 0px !important;
    }

    li.active{
        background-color: #0D8824;
    }
    .nav-item{
        padding: 10px;
    }
    .nav-item a{
        color: #FFF;
        font-size: 12px;
    }


    .mt5{
        margin-top: 5rem;
    }
    .same-row{
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

    .member-info{
        float: right;
        padding-top: 45px;
    }

    .welcome-msg{
        color: #40AF4D;
        font-size: 13px;
        font-weight: 400;
    }
    .last-access-msg{
        color: #40AF4D;
        font-size: 10px;
    }

    .w100{
        width: 100%;
    }

    .px80{
        padding: 0px 80px;
    }
    .mb55{
        margin-bottom: 55px;
    }
    .change-password-form label{
        text-align: left;
    }
    .logout-link{
        background: #FDDE18 0% 0% no-repeat padding-box;
        opacity: 1;
        
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .helper-msg{
        font-size: 10px;
        background: #EEEEEE 0% 0% no-repeat padding-box;
        border: 0.5px solid #9D9D9D;
        opacity: 1;
        color: #000000;
        padding: 10px 25px;
        font-weight: 400;
        text-align: center;

    }
    .request-form-msg{
        background: #C0F3C7 0% 0% no-repeat padding-box;
        border: 0.5px solid #2E8136;
        opacity: 1;
        color: #000000;
        font-size: 10px;
        padding: 5px;
        font-weight: 400;
    }
    .request-submit-btn{
        background: transparent linear-gradient(91deg, #23702E 0%, #3FAE4D 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 9px 10px #00000029;
        border-radius: 4px;
        opacity: 1;
        padding: 10px 100px;
        color: #FFF;
        font-size: 13px;
    }

    .detail-name{
        color: #070707;
        font-size: 14px;
        font-weight: 400;
    }
    .little-detail-name{
        color: #000000;
        font-size: 10px;
        font-weight: 900;

    }
    .fs16{
        font-size: 16px;
    }
    .product-top-info{
        background: #ECECEC 0% 0% no-repeat padding-box;
        border: 0.5px solid #CBCBCB;
        border-radius: 10px;
        opacity: 1;
        padding: 15px;
        margin-top: 30px;
        
    }
    
    
    .product-info-box{
		margin-right: 20px;
	    display: inline-block;
	    
	}

    
    .p15{
        padding: 15px;
    }

    .pl65{
        padding-left: 65px;
    }

    .export-btn{

        background: #818181 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 3px;
        opacity: 1;
        color: #FFF;
        padding: 5px 25px;
    }

    .transactions-table-subheader th{
        background: #37AB4C 0% 0% no-repeat padding-box;
        border: 1px solid #3DAD4D;
        opacity: 1;
        padding: 10px;
        color: #FFF;
        font-size: 12px;
        border-right: 1px solid #CBCBCB !important;
    }

    .dropdown .dropbtn {
        color: #FFF;
        font-size: 12px;
        padding: 10px;
      }
    .dropdown-custom-menu{
        background-color: #058F1E !important;
    }
    .dropdown-custom-menu a{
        padding: 5px !important;
    }
    .dropdown-custom-menu a:hover{
        background: #000 0% 0% no-repeat padding-box;
        opacity: 0.29;
        color: #FFF !important;
    }
    .nav-item:hover{
        background: #000 0% 0% no-repeat padding-box;
        opacity: 1;
        color: #FFF !important;

    }

    .query-item {

        /* display: none; */
        margin-bottom: 25px;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,1);
        border-color: rgba(255,255,255,1);
    }

    #mob-btn-container .mob-menu-btn{
        background-color: #29973B;
        color: #FFF;
        position: absolute;
        top: 0px;
        border-radius: 0;
        right: 5px;
        padding: 8px 12px !important;
        color: #FFF !important;
    }
    
    #mobile-nav-menu.mob-menu-btn{
        background-color: #1D9360;
        color: #FFF;
        position: absolute;
        top: -9px;
        border-radius: 0;
        right: -46px;
        padding: 7px 12px !important
    }
    #mobile-nav-menu{

        background-color: #29973B  !important;
        color: #FFF !important;
        border-top: 5px solid rgb(248, 207, 39);
        width: 100%;

    }
    #mobile-nav-menu > li:hover{

        background-color: #12C232  !important;
        color: #FFF !important;

    } 
    #mobile-nav-menu > li > a{

        color: #FFF !important;
        font-size: 11px;
        font-family: "Poppins", sans-serif;
        display: block;
        padding: 10px 25px;
    }
    .nav.show > a {
        background-color: #1B7E53 !important;
        line-height: 20px !important;
        
    }
    #account-ul  li::before {
        content: "\2022";
        color: #F3CA26;
        display: inline-block;
        width: 1em;
        position: absolute;
        left: 50px;
        font-size: 20px;
        padding-top: 5px;
    }
    
    #mobile-nav-menu > li > a:hover{

        color: #FFF !important

    }
    #mobile-nav-menu.navbar-nav{
        margin: 0;
    }

    #mobile-nav-menu.nav.navbar-nav > li{
        border-bottom: 0.5px solid #0F7448;
    }
    #mobile-nav-menu.nav{
        padding-left: 0px;
    }

  
    .hover-ind{
        float: right;
        margin-top: 5px;
    }
    #mobile-nav-menu.nav.open>a,  #mobile-nav-menu.nav.open>a:focus,  #mobile-nav-menu.nav.open>a:hover {
        color: #F3CA26 !important;
        background-color: #1B7E53 !important;
        line-height: 20px !important;
    }

    .logout-mob-link{
        background-color: #FDDE18 !important;
    }
    .logout-mob-link > a{
        font-size: 14px !important;
        font-weight: bold;
    }

    .dropdown-submenu{
        list-style-type: circle !important;
        background-color: #249D68 !important;
        color: #FFF !important;
    }


    .dropdown-submenu > li > a{
        color: #F3CA26 !important;
        padding: 10px 40px !important;
    }

    .dropdown-submenu > li > a:hover{
        color: #F3CA26 !important;
        background-color: #1B7E53 !important;
        line-height: 20px !important;
    }
    .bb-li{
        border-bottom: 0.5px solid #0F7448;
    }


      .service-buble a:hover{
        color: #FFF !important;
    }

    #mobile-nav-menu > li{
        position: relative;
        display: block;
    }

    .pr115{
        padding-right: 115px;
    }

    .no-products-msg{
        background-color: #FEEEF1;
        color: #FC4B6C;
        border: 2px solid #FC4B6C;
        padding: 25px;
        font-weight: 600;
        line-height: 2;
    }
    .centered-msg{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .btn.btn-product:not(:disabled):not(.disabled).active, .btn.btn-product:not(:disabled):not(.disabled):active {
        background-image: linear-gradient(270deg, rgb(19, 194, 51) 0%, rgb(36, 159, 57) 100%) !important;
    }
    .transactions-date{
        min-height: 30px !important;
    }
    .export-btn:hover{
        color: #FFF !important;
    }

    .transactions-filter-btn{
        background: #F5F5F5 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 3px;
        opacity: 1;
        padding: 5px 12px !important;
        color: #646464;
    }

    .mt--2{
        margin-top: -2px;
    }

    .product-detail-btns-container{
        display: inline-flex;
        float: right;
    }
    
    .movement-type-h{
        height: 33px !important;
        min-height: 33px !important;
    }
    
    @media only screen and (max-width: 1000px){
        .rules-info{
            padding: 20px 90px;
        }
        .green-title {
            font-size: 10px;
        }
        .fs16{
            font-size: 12px;
        }
      }

    @media only screen and (max-width: 975px){
        .basic-info{
            padding: 10px 10px;
        }
        .rules-info{
            padding: 20px 90px;
        }
      }
    @media only screen and (max-width: 804px){
        .service-client{
            font-size: 11px;
        }
      }

    @media only screen and (max-width: 779px){
        .nav-item {
            padding: 9px;
        }
    }
@media (min-width: 768px) {
    .container {
        max-width: 826px;
    }
}
    @media only screen and (max-width: 767px){
		.header-container{
			border-bottom: 5px solid #F8CF27;
		}
        .service-buble{

            margin: 24px 0px 24px 0px;
        }
        .card.login-card{
            width: 90%;
        }
        .navbar{
            padding: .5rem 1rem !important;
        }
        .logout-link{
            margin-right: 0px;
        }
        .request-submit-btn{
            font-size: 10px;
            padding: 15px 100px
        }
        .mb55{
            margin-bottom: 25px;
        }

        .query-item{
            margin-bottom: 50px;
        }
        .mt5 {
            margin-top: 0rem;
        }
        #account-ul {
            position: static !important;
            float: none !important;
            width: auto !important;
            border: 0 !important;
            box-shadow: none !important;
            opacity: 1 !important;
            visibility: visible !important;
            list-style-type: circle !important;
            background-color: #249D68 !important;
            color: #FFF !important;
            padding: 0 !important;
            min-width: 160px !important;
            font-size: 14px !important;
            text-align: left !important;
            list-style: none !important;
            left: 0;
            top: 200% !important;
            width: 330px;
            z-index: 999;
            visibility: hidden;
            opacity: 0;
            transition: none !important;
            transform: none !important;
        }

        #account-ul > li {
            color: #F3CA26 !important;
            padding-left: 25px !important;
        }
        #account-ul > li > a {
            color: #F3CA26 !important;
            padding: 10px 40px !important;
            line-height: 20px !important;
            display: block !important;
            font-size: 11px !important;
        }
        .dropdown-toggle::after {
            float: right !important;; 
            margin-top: 5px !important;
        }
        .px80 {
            padding: 0px 0px !important;
        }
        
        .product-detail-btns-container {
            display: inline-flex;
            margin-top: 25px;
            float: none;
            margin-left: -15px;
        }
        /* .nav .show>a, .nav .show>a:focus, .nav .show>a:hover {
            color: #F3CA26 !important;
            background-color: #1B7E53 !important;
            line-height: 20px !important;
        } */
   
      }
      @media only screen and (max-width: 597px){

      .centered-msg {
        top: 65%;
        }
    }
    @media only screen and (max-width: 575px){
    
        .card{
            -webkit-box-shadow: none;
             box-shadow: none
        }
        #loginform{
            padding: 30px;
        }
        .login-container{

            position: relative;
            z-index: 1;
            width: 100%;
            background: none;

          }


        .login-container:before {
            content: '';
            z-index: -1;
            position: fixed;
            opacity: 0.5;
            background: hsla(180,0%,100%,0.80) !important;
            background-image: url(../img/5.png) !important;
            background-size: cover;
            background-position: center;
            overflow-y: auto;
            width: 100%;
            height: 100%;
        }

        .card.login-card{
            width: 90%;
        }
        .login-box > .card-body{
            background-color: transparent;
        }
        .navbar{
            padding: .5rem 1rem !important;
        }
        .logo-header img{
            width: 200px;
        }
        .logout-link{
            margin-right: 0px;
        }
        .logo-header {
            padding: 15px;
        }
        .header-container{
            height: 100%;
        }
        .member-request{
            margin-top: 0px !important;
            margin-bottom: 50px !important;
        }
        .table-transaction-title{
            margin-bottom: -30px;
        }
        .detail-name{
            font-size: 11px;
        }
        .green-title{
            font-size: 12px;
        }
        .product-detail-table-container{
            overflow-y: auto;
        }
        ul.breadcrumb li {
            font-size: 12px;
        }

        .logo-member-container{
            margin-right: 0px !important;
        }
        .mob-w{
            width: 100% !important;
            padding: 0px !important;
        }
        
        .service-number {
            padding: 0px 25px !important;
        }

        .login-register{
            padding: 0px !important;
        }
        .query-item {
            margin-bottom: 25px;
        }
  
    }
    /* Style the list */
    ul.breadcrumb {
        padding: 0px 15px;
        list-style: none;
        background: none;
        margin-left: auto;
        margin-top: 5px;
    }

    /* Display list items side by side */
    ul.breadcrumb li {
        display: inline;
        font-size: 14px;
    }

    /* Add a slash symbol (/) before/behind each list item */
    ul.breadcrumb li+li:before {
        padding: 8px;
        color: black;
        content: "/\00a0";
    }

    /* Add a color to all links inside the list */
    ul.breadcrumb li a {
        color: black;
        text-decoration: none;
    }

    /* Add a color on mouse-over */
    ul.breadcrumb li a:hover {
        color: #01447e;
        text-decoration: underline;
    }

    .active-li{
     color: #29973B  ;
    }


@media screen and (min-width: 0px) and (max-width: 767px){

  
      ul.breadcrumb {
      padding: 0px 0px;
      list-style: none;
      margin-right: auto;
      margin-left: 0;
      background: none;
      margin-top: 10px;
      }
  
      .same-row {
      font-size: 16px !important;
      color: #000 !important;
      font-weight: 400 !important;
      margin-top: 10px !important;
      }
  
      .request-submit-btn{
      margin-bottom: 40px;
      }

  }
  
 @media (min-width: 768px){
 	.container {
	    max-width: 826px;
	}
 }
 
 @media (min-width: 992px){
 	.container {
	    max-width: 960px;
	}
 }


@media (min-width: 1200px){
	.container {
	    max-width: 1140px;
	}
}

.footer-container {
    padding: 0px 0px 0px 15px;
}

.full-width {
    width: 100% !important;
}

.label-type {
    font-weight: 500;
}

.label-type.green {
    color: #37AB4C!important;
}

.label-type.red {
    color: red!important;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #37AB4C;
    z-index: 0;
}

.custom-document-types-row {
    margin-top: -15px!important;
    margin-bottom: 10px!important;
}

.has-success .form-control {
    border-color: #37AB4C;
}

.btn-outline-success {
    color: #37AB4C;
    border-color: #37AB4C;
}

.btn-outline-success.active {
    color: white;
    background-color: #37AB4C;
    border-color: #37AB4C;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus {
    background: #37AB4C;
    border-color: #37AB4C;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(40,167,69,.5);
}
